Uses of Annotation Interface
java.beans.Transient
Packages that use Transient
Package
Description
Contains all of the classes for creating user interfaces and for painting
 graphics and images.
Provides the Java 2D classes for defining and performing operations on
 objects related to two-dimensional geometry.
Provides classes and interfaces for the input method framework.
Provides a set of "lightweight" (all-Java language) components
 that, to the maximum degree possible, work the same on all platforms.
Provides classes and interfaces for dealing with 
javax.swing.JTable.Provides classes and interfaces that deal with editable and noneditable text
 components.
Provides classes and interfaces for dealing with 
javax.swing.JTree.- 
Uses of Transient in java.awtModifier and TypeMethodDescriptionComponent.getBackground()Gets the background color of this component.Rectangle.getBounds()Gets the boundingRectangleof thisRectangle.Component.getFont()Gets the font of this component.Component.getForeground()Gets the foreground color of this component.Point.getLocation()Returns the location of this point.ScrollPane.getScrollPosition()Returns the current x,y position within the child which is displayed at the 0,0 location of the scrolled panel's view port.Dimension.getSize()Gets the size of thisDimensionobject.booleanComponent.isVisible()Determines whether this component should be visible when its parent is visible.
- 
Uses of Transient in java.awt.geomMethods in java.awt.geom with annotations of type TransientModifier and TypeMethodDescriptionRectangularShape.getFrame()Returns the framingRectangle2Dthat defines the overall shape of this object.
- 
Uses of Transient in java.awt.imMethods in java.awt.im with annotations of type TransientModifier and TypeMethodDescriptionbooleanInputContext.isCompositionEnabled()Determines whether the current input method is enabled for composition.
- 
Uses of Transient in javax.swingMethods in javax.swing with annotations of type TransientModifier and TypeMethodDescriptionintDefaultListSelectionModel.getAnchorSelectionIndex()Return the first index argument from the most recent call to setSelectionInterval(), addSelectionInterval() or removeSelectionInterval().ListCellRenderer<? super E>JList.getCellRenderer()Returns the object responsible for painting list items.JScrollPane.getColumnHeader()Returns the column header.AbstractButton.getDisabledIcon()Returns the icon used by the button when it's disabled.JLabel.getDisabledIcon()Returns the icon used by the label when it's disabled.JViewport.getExtentSize()Returns the size of the visible part of the view in view coordinates.JMenuBar.getHelpMenu()Gets the help menu for the menu bar.JScrollPane.getHorizontalScrollBar()Returns the horizontal scroll bar that controls the viewport's horizontal view position.ImageIcon.getImage()Returns this icon'sImage.ImageIcon.getImageObserver()Returns the image observer for the image.intDefaultListSelectionModel.getLeadSelectionIndex()Return the second index argument from the most recent call to setSelectionInterval(), addSelectionInterval() or removeSelectionInterval().JComponent.getMaximumSize()If the maximum size has been set to a non-nullvalue just returns it.JComponent.getMinimumSize()If the minimum size has been set to a non-nullvalue just returns it.JComponent.getPreferredSize()If thepreferredSizehas been set to a non-nullvalue just returns it.JScrollPane.getRowHeader()Returns the row header.JTabbedPane.getSelectedComponent()Returns the currently selected component for this tabbedpane.intJComboBox.getSelectedIndex()Returns the first item in the list that matches the given item.intJTabbedPane.getSelectedIndex()Returns the currently selected index for this tabbedpane.int[]JList.getSelectedIndices()Returns an array of all of the selected indices, in increasing order.JComponent.getUI()Returns the look and feel delegate that renders this component.JScrollPane.getVerticalScrollBar()Returns the vertical scroll bar that controls the viewports vertical view position.
- 
Uses of Transient in javax.swing.tableMethods in javax.swing.table with annotations of type TransientModifier and TypeMethodDescriptionJTableHeader.getDefaultRenderer()Returns the default renderer used when noheaderRendereris defined by aTableColumn.
- 
Uses of Transient in javax.swing.textMethods in javax.swing.text with annotations of type TransientModifier and TypeMethodDescriptionJTextComponent.getCaret()Fetches the caret that allows text-oriented navigation over the view.intJTextComponent.getCaretPosition()Returns the position of the text insertion caret for the text component.intJTextComponent.getSelectionEnd()Returns the selected text's end position.intJTextComponent.getSelectionStart()Returns the selected text's start position.
- 
Uses of Transient in javax.swing.treeMethods in javax.swing.tree with annotations of type TransientModifier and TypeMethodDescriptionvoidDefaultMutableTreeNode.setParent(MutableTreeNode newParent) Sets this node's parent tonewParentbut does not change the parent's child array.