Spec-Zone .ru
спецификации, руководства, описания, API
JavaTM 2 Platform
Standard Edition
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _

G

GapContent - class javax.swing.text.GapContent.
An implementation of the AbstractDocument.Content interface implemented using a gapped buffer similar to that used by emacs.
GapContent() - Constructor for class javax.swing.text.GapContent
Creates a new GapContent object.
GapContent(int) - Constructor for class javax.swing.text.GapContent
Creates a new GapContent object, with the initial size specified.
gc() - Method in class java.lang.Runtime
Runs the garbage collector.
gc() - Static method in class java.lang.System
Runs the garbage collector.
gcd(BigInteger) - Method in class java.math.BigInteger
Returns a BigInteger whose value is the greatest common divisor of abs(this) and abs(val).
GENERAL - Static variable in interface javax.swing.text.html.parser.DTDConstants
 
GENERAL_PUNCTUATION - Static variable in class java.lang.Character.UnicodeBlock
Constant for the Unicode character block of the same name.
GeneralPath - class java.awt.geom.GeneralPath.
The GeneralPath class represents a geometric path constructed from straight lines, and quadratic and cubic (Bézier) curves.
GeneralPath() - Constructor for class java.awt.geom.GeneralPath
Constructs a new GeneralPath object.
GeneralPath(int) - Constructor for class java.awt.geom.GeneralPath
Constructs a new GeneralPath object with the specified winding rule to control operations that require the interior of the path to be defined.
GeneralPath(int, int) - Constructor for class java.awt.geom.GeneralPath
Constructs a new GeneralPath object with the specified winding rule and the specified initial capacity to store path coordinates.
GeneralPath(Shape) - Constructor for class java.awt.geom.GeneralPath
Constructs a new GeneralPath object from an arbitrary Shape object.
GeneralSecurityException - exception java.security.GeneralSecurityException.
This is the general security exception class, which serves to group all the exception classes of the java.security package that extend from it.
GeneralSecurityException() - Constructor for class java.security.GeneralSecurityException
Constructs a GeneralSecurityException with no detail message.
GeneralSecurityException(String) - Constructor for class java.security.GeneralSecurityException
Constructs a GeneralSecurityException with the specified detail message.
generateCertificate(InputStream) - Method in class java.security.cert.CertificateFactory
Generates a certificate object and initializes it with the data read from the input stream inStream.
generateCertificates(InputStream) - Method in class java.security.cert.CertificateFactory
Returns a (possibly empty) collection view of the certificates read from the given input stream inStream.
generateCRL(InputStream) - Method in class java.security.cert.CertificateFactory
Generates a certificate revocation list (CRL) object and initializes it with the data read from the input stream inStream.
generateCRLs(InputStream) - Method in class java.security.cert.CertificateFactory
Returns a (possibly empty) collection view of the CRLs read from the given input stream inStream.
generateKeyPair() - Method in class java.security.KeyPairGeneratorSpi
Generates a key pair.
generateParameters() - Method in class java.security.AlgorithmParameterGenerator
Generates the parameters.
generatePrivate(KeySpec) - Method in class java.security.KeyFactory
Generates a private key object from the provided key specification (key material).
generatePublic(KeySpec) - Method in class java.security.KeyFactory
Generates a public key object from the provided key specification (key material).
generateSeed(int) - Method in class java.security.SecureRandom
Returns the given number of seed bytes, computed using the seed generation algorithm that this class uses to seed itself.
genKeyPair() - Method in class java.security.KeyPairGenerator
Generates a key pair.
GEOMETRIC_SHAPES - Static variable in class java.lang.Character.UnicodeBlock
Constant for the Unicode character block of the same name.
GEORGIAN - Static variable in class java.lang.Character.UnicodeBlock
Constant for the Unicode character block of the same name.
GERMAN - Static variable in class java.util.Locale
Useful constant for language.
GERMANY - Static variable in class java.util.Locale
Useful constant for country.
get_any() - Method in interface org.omg.CORBA.DynAny
Retrieves the org.omg.CORBA.Any contained in this DynAny object.
get_boolean() - Method in interface org.omg.CORBA.DynAny
Retrieves the boolean contained in this DynAny object.
get_char() - Method in interface org.omg.CORBA.DynAny
Retrieves the char contained in this DynAny object.
get_compact_typecode() - Method in class org.omg.CORBA.TypeCode
Strips out all optional name & member name fields, but it leaves all alias typecodes intact.
get_current() - Method in class org.omg.CORBA.ORB
Deprecated. use resolve_initial_references.
get_default_context() - Method in class org.omg.CORBA.ORB
Gets the default Context object.
get_domain_managers(Object) - Method in class org.omg.CORBA.portable.Delegate
Retrieves the DomainManagers of this object.
get_domain_policy(int) - Method in interface org.omg.CORBA.DomainManager
This returns the policy of the specified type for objects in this domain.
get_double() - Method in interface org.omg.CORBA.DynAny
Retrieves the double contained in this DynAny object.
get_elements() - Method in interface org.omg.CORBA.DynSequence
Return all the value of all elements in this sequence.
get_elements() - Method in interface org.omg.CORBA.DynArray
Return the value of all the elements of the array.
get_float() - Method in interface org.omg.CORBA.DynAny
Retrieves the float contained in this DynAny object.
get_interface_def(Object) - Method in class org.omg.CORBA.portable.Delegate
Return an InterfaceDef for the object reference provided.
get_long() - Method in interface org.omg.CORBA.DynAny
Retrieves the int contained in this DynAny object.
get_longlong() - Method in interface org.omg.CORBA.DynAny
Retrieves the long contained in this DynAny object.
get_members() - Method in interface org.omg.CORBA.DynValue
Return an array containing all the members of the value object stored in this DynValue.
get_members() - Method in interface org.omg.CORBA.DynStruct
Return an array of all members of the stored struct.
get_next_response() - Method in class org.omg.CORBA.ORB
Gets the next Request instance for which a response has been received.
get_octet() - Method in interface org.omg.CORBA.DynAny
Retrieves the byte contained in this DynAny object.
get_policy(Object, int) - Method in class org.omg.CORBA.portable.Delegate
Returns the Policy object of the specified type which applies to this object.
get_primitive_tc(TCKind) - Method in class org.omg.CORBA.ORB
Retrieves the TypeCode object that represents the given primitive IDL type.
get_reference() - Method in interface org.omg.CORBA.DynAny
Retrieves the org.omg.CORBA.Other contained in this DynAny object.
get_response() - Method in class org.omg.CORBA.Request
Allows the user to access the response for the invocation triggered earlier with the send_deferred method.
get_service_information(short, ServiceInformationHolder) - Method in class org.omg.CORBA.ORB
 
get_short() - Method in interface org.omg.CORBA.DynAny
Retrieves the short contained in this DynAny object.
get_string() - Method in interface org.omg.CORBA.DynAny
Retrieves the String contained in this DynAny object.
get_typecode() - Method in interface org.omg.CORBA.DynAny
Retrieves the org.omg.CORBA.TypeCode contained in this DynAny object.
get_ulong() - Method in interface org.omg.CORBA.DynAny
Retrieves the int contained in this DynAny object.
get_ulonglong() - Method in interface org.omg.CORBA.DynAny
Retrieves the long contained in this DynAny object.
get_ushort() - Method in interface org.omg.CORBA.DynAny
Retrieves the short contained in this DynAny object.
get_val() - Method in interface org.omg.CORBA.DynAny
Retrieves the java.io.Serializable object contained in this DynAny object.
get_value() - Method in interface org.omg.CORBA.DynFixed
Return the value of the fixed type represented in the DynFixedget_values(String, int, String) - Method in class org.omg.CORBA.Context
Retrieves the NamedValue objects whose name field matches the given name or name pattern.
get_wchar() - Method in interface org.omg.CORBA.DynAny
Retrieves the char contained in this DynAny object.
get_wstring() - Method in interface org.omg.CORBA.DynAny
Retrieves the String contained in this DynAny object.
get() - Method in class java.lang.ThreadLocal
Returns the value in the calling thread's copy of this ThreadLocal variable.
get() - Method in class java.lang.ref.Reference
Returns this reference object's referent.
get() - Method in class java.lang.ref.SoftReference
Returns this reference object's referent.
get() - Method in class java.lang.ref.PhantomReference
Returns this reference object's referent.
get() - Method in class java.rmi.MarshalledObject
Returns a new copy of the contained marshalledobject.
get(int) - Method in class java.util.Calendar
Gets the value for a given time field.
get(int) - Method in class java.util.AbstractList
Returns the element at the specified position in this list.
get(int) - Method in class java.util.AbstractSequentialList
Returns the element at the specified position in this list.
get(int) - Method in class java.util.Vector
Returns the element at the specified position in this Vector.
get(int) - Method in class java.util.LinkedList
Returns the element at the specified position in this list.
get(int) - Method in class java.util.BitSet
Returns the value of the bit with the specified index.
get(int) - Method in interface java.util.List
Returns the element at the specified position in this list.
get(int) - Method in class java.util.ArrayList
Returns the element at the specified position in this list.
get(int) - Method in class javax.swing.DefaultListModel
Returns the element at the specified position in this list.
get(Object) - Method in class java.awt.RenderingHints
Returns the value to which the specified key is mapped.
get(Object) - Method in class java.lang.reflect.Field
Returns the value of the field represented by this Field, on the specified object.
get(Object) - Method in class java.util.Dictionary
Returns the value to which the key is mapped in this dictionary.
get(Object) - Method in class java.util.Hashtable
Returns the value to which the specified key is mapped in this hashtable.
get(Object) - Method in class java.util.AbstractMap
Returns the value to which this map maps the specified key.
get(Object) - Method in class java.util.WeakHashMap
Returns the value to which this map maps the specified key.
get(Object) - Method in class java.util.HashMap
Returns the value to which this map maps the specified key.
get(Object) - Method in interface java.util.Map
Returns the value to which this map maps the specified key.
get(Object) - Method in class java.util.TreeMap
Returns the value to which this map maps the specified key.
get(Object) - Method in class java.util.jar.Attributes
Returns the value of the specified attribute name, or null if the attribute name was not found.
get(Object) - Static method in class javax.swing.UIManager
Returns an object from the defaults table.
get(Object) - Method in class javax.swing.UIDefaults
Returns the value for key.
get(Object, int) - Static method in class java.lang.reflect.Array
Returns the value of the indexed component in the specified array object.
get(String, boolean) - Method in class java.io.ObjectInputStream.GetField
Get the value of the named boolean field from the persistent field.
get(String, byte) - Method in class java.io.ObjectInputStream.GetField
Get the value of the named byte field from the persistent fields.
get(String, char) - Method in class java.io.ObjectInputStream.GetField
Get the value of the named char field from the persistent fields.
get(String, double) - Method in class java.io.ObjectInputStream.GetField
Get the value of the named double field from the persistent field.
get(String, float) - Method in class java.io.ObjectInputStream.GetField
Get the value of the named float field from the persistent fields.
get(String, int) - Method in class java.io.ObjectInputStream.GetField
Get the value of the named int field from the persistent fields.
get(String, long) - Method in class java.io.ObjectInputStream.GetField
Get the value of the named long field from the persistent fields.
get(String, Object) - Method in class java.io.ObjectInputStream.GetField
Get the value of the named Object field from the persistent field.
get(String, short) - Method in class java.io.ObjectInputStream.GetField
Get the value of the named short field from the persistent fields.
get2DigitYearStart() - Method in class java.text.SimpleDateFormat
Returns the beginning date of the 100-year period 2-digit years are interpreted as being within.
getAbsoluteFile() - Method in class java.io.File
Returns the absolute form of this abstract pathname.
getAbsolutePath() - Method in class java.io.File
Returns the absolute pathname string of this abstract pathname.
getAccelerator() - Method in class javax.swing.JMenuItem
Returns the KeyStroke which serves as an accelerator for the menu item.
getAcceleratorForeground() - Static method in class javax.swing.plaf.metal.MetalLookAndFeel
 
getAcceleratorForeground() - Method in class javax.swing.plaf.metal.MetalTheme
 
getAcceleratorSelectedForeground() - Static method in class javax.swing.plaf.metal.MetalLookAndFeel
 
getAcceleratorSelectedForeground() - Method in class javax.swing.plaf.metal.MetalTheme
 
getAcceleratorString() - Method in class javax.swing.plaf.metal.MetalToolTipUI
 
getAcceptAllFileFilter() - Method in class javax.swing.JFileChooser
Returns the AcceptAll file filter (e.g.
getAcceptAllFileFilter(JFileChooser) - Method in class javax.swing.plaf.FileChooserUI
 
getAcceptAllFileFilter(JFileChooser) - Method in class javax.swing.plaf.basic.BasicFileChooserUI
Returns the default accept all file filter
getAcceptAllFileFilter(JFileChooser) - Method in class javax.swing.plaf.multi.MultiFileChooserUI
Call getAcceptAllFileFilter on each UI handled by this MultiUI.
getAccessibleAction() - Method in class javax.accessibility.AccessibleContext
Get the AccessibleAction associated with this object that supports one or more actions.
getAccessibleAction() - Method in class javax.swing.JTree.AccessibleJTree.AccessibleJTreeNode
Get the AccessibleAction associated with this object if one exists.
getAccessibleAction() - Method in class javax.swing.AbstractButton.AccessibleAbstractButton
Get the AccessibleAction associated with this object if one exists.
getAccessibleAction() - Method in class javax.swing.JComboBox.AccessibleJComboBox
Get the AccessibleAction associated with this object if one exists.
getAccessibleAction() - Method in class javax.swing.JTable.AccessibleJTable.AccessibleJTableCell
Get the AccessibleAction associated with this object if one exists.
getAccessibleAction() - Method in class javax.swing.JList.AccessibleJList.AccessibleJListChild
 
getAccessibleAction() - Method in class javax.swing.table.JTableHeader.AccessibleJTableHeader.AccessibleJTableHeaderEntry
 
getAccessibleActionAnchor(int) - Method in class javax.accessibility.AccessibleHyperlink
Return an object that represents the link anchor, as appropriate for that link.
getAccessibleActionAnchor(int) - Method in class javax.swing.JEditorPane.JEditorPaneAccessibleHypertextSupport.HTMLLink
Return an object that represents the link anchor, as appropriate for that link.
getAccessibleActionCount() - Method in interface javax.accessibility.AccessibleAction
Returns the number of accessible actions available in this object If there are more than one, the first one is considered the "default" action of the object.
getAccessibleActionCount() - Method in class javax.accessibility.AccessibleHyperlink
Returns the number of accessible actions available in this Link If there are more than one, the first one is NOT considered the "default" action of this LINK object (e.g.
getAccessibleActionCount() - Method in class javax.swing.JTree.AccessibleJTree.AccessibleJTreeNode
Returns the number of accessible actions available in this tree node.
getAccessibleActionCount() - Method in class javax.swing.AbstractButton.AccessibleAbstractButton
Returns the number of Actions available in this object.
getAccessibleActionCount() - Method in class javax.swing.JEditorPane.JEditorPaneAccessibleHypertextSupport.HTMLLink
Returns the number of accessible actions available in this Link If there are more than one, the first one is NOT considered the "default" action of this LINK object (e.g.
getAccessibleActionCount() - Method in class javax.swing.JComboBox.AccessibleJComboBox
Returns the number of Actions available in this object.
getAccessibleActionDescription(int) - Method in interface javax.accessibility.AccessibleAction
Returns a description of the specified action of the object.
getAccessibleActionDescription(int) - Method in class javax.accessibility.AccessibleHyperlink
Return a String description of this particular link action.
getAccessibleActionDescription(int) - Method in class javax.swing.JTree.AccessibleJTree.AccessibleJTreeNode
Return a description of the specified action of the tree node.
getAccessibleActionDescription(int) - Method in class javax.swing.AbstractButton.AccessibleAbstractButton
Return a description of the specified action of the object.
getAccessibleActionDescription(int) - Method in class javax.swing.JEditorPane.JEditorPaneAccessibleHypertextSupport.HTMLLink
Return a String description of this particular link action.
getAccessibleActionDescription(int) - Method in class javax.swing.JComboBox.AccessibleJComboBox
Return a description of the specified action of the object.
getAccessibleActionObject(int) - Method in class javax.accessibility.AccessibleHyperlink
Return an object that represents the link action, as appropriate for that link.
getAccessibleActionObject(int) - Method in class javax.swing.JEditorPane.JEditorPaneAccessibleHypertextSupport.HTMLLink
Returns a URL object that represents the link.
getAccessibleAt(Component, Point) - Static method in class javax.swing.SwingUtilities
Returns the Accessible child contained at the local coordinate Point, if one exists.
getAccessibleAt(Point) - Method in interface javax.accessibility.AccessibleComponent
Returns the Accessible child, if one exists, contained at the local coordinate Point.
getAccessibleAt(Point) - Method in class javax.swing.JComponent.AccessibleJComponent
Returns the Accessible child, if one exists, contained at the local coordinate Point.
getAccessibleAt(Point) - Method in class javax.swing.JTree.AccessibleJTree
Returns the Accessible child, if one exists, contained at the local coordinate Point.
getAccessibleAt(Point) - Method in class javax.swing.JTree.AccessibleJTree.AccessibleJTreeNode
 
getAccessibleAt(Point) - Method in class javax.swing.JApplet.AccessibleJApplet
Returns the Accessible child, if one exists, contained at the local coordinate Point.
getAccessibleAt(Point) - Method in class javax.swing.JWindow.AccessibleJWindow
Returns the Accessible child, if one exists, contained at the local coordinate Point.
getAccessibleAt(Point) - Method in class javax.swing.Box.Filler.AccessibleBoxFiller
Returns the Accessible child, if one exists, contained at the local coordinate Point.
getAccessibleAt(Point) - Method in class javax.swing.Box.AccessibleBox
Returns the Accessible child, if one exists, contained at the local coordinate Point.
getAccessibleAt(Point) - Method in class javax.swing.JTabbedPane.AccessibleJTabbedPane
 
getAccessibleAt(Point) - Method in class javax.swing.JDialog.AccessibleJDialog
Returns the Accessible child, if one exists, contained at the local coordinate Point.
getAccessibleAt(Point) - Method in class javax.swing.CellRendererPane.AccessibleCellRendererPane
Returns the Accessible child, if one exists, contained at the local coordinate Point.
getAccessibleAt(Point) - Method in class javax.swing.JTable.AccessibleJTable
Returns the Accessible child, if one exists, contained at the local coordinate Point.
getAccessibleAt(Point) - Method in class javax.swing.JTable.AccessibleJTable.AccessibleJTableCell
 
getAccessibleAt(Point) - Method in class javax.swing.JFrame.AccessibleJFrame
Returns the Accessible child, if one exists, contained at the local coordinate Point.
getAccessibleAt(Point) - Method in class javax.swing.JList.AccessibleJList
Returns the Accessible child contained at the local coordinate Point, if one exists.
getAccessibleAt(Point) - Method in class javax.swing.JList.AccessibleJList.AccessibleJListChild
 
getAccessibleAt(Point) - Method in class javax.swing.table.JTableHeader.AccessibleJTableHeader
Returns the Accessible child, if one exists, contained at the local coordinate Point.
getAccessibleAt(Point) - Method in class javax.swing.table.JTableHeader.AccessibleJTableHeader.AccessibleJTableHeaderEntry
 
getAccessibleChild(Component, int) - Static method in class javax.swing.SwingUtilities
Return the nth Accessible child of the object.
getAccessibleChild(int) - Method in class javax.accessibility.AccessibleContext
Return the specified Accessible child of the object.
getAccessibleChild(int) - Method in class javax.swing.JComponent.AccessibleJComponent
Return the nth Accessible child of the object.
getAccessibleChild(int) - Method in class javax.swing.JTree.AccessibleJTree
Return the nth Accessible child of the object.
getAccessibleChild(int) - Method in class javax.swing.JTree.AccessibleJTree.AccessibleJTreeNode
Return the specified Accessible child of the object.
getAccessibleChild(int) - Method in class javax.swing.JApplet.AccessibleJApplet
Return the nth Accessible child of the object.
getAccessibleChild(int) - Method in class javax.swing.JWindow.AccessibleJWindow
Return the nth Accessible child of the object.
getAccessibleChild(int) - Method in class javax.swing.Box.Filler.AccessibleBoxFiller
Returns the nth Accessible child of the object.
getAccessibleChild(int) - Method in class javax.swing.Box.AccessibleBox
Return the nth Accessible child of the object.
getAccessibleChild(int) - Method in class javax.swing.JTabbedPane.AccessibleJTabbedPane
Return the specified Accessible child of the object.
getAccessibleChild(int) - Method in class javax.swing.JDialog.AccessibleJDialog
Return the nth Accessible child of the object.
getAccessibleChild(int) - Method in class javax.swing.JMenu.AccessibleJMenu
Return the nth Accessible child of the object.
getAccessibleChild(int) - Method in class javax.swing.CellRendererPane.AccessibleCellRendererPane
Return the nth Accessible child of the object.
getAccessibleChild(int) - Method in class javax.swing.JTable.AccessibleJTable
Return the nth Accessible child of the object.
getAccessibleChild(int) - Method in class javax.swing.JTable.AccessibleJTable.AccessibleJTableCell
Return the specified Accessible child of the object.
getAccessibleChild(int) - Method in class javax.swing.JFrame.AccessibleJFrame
Return the nth Accessible child of the object.
getAccessibleChild(int) - Method in class javax.swing.JList.AccessibleJList
Return the nth Accessible child of the object.
getAccessibleChild(int) - Method in class javax.swing.JList.AccessibleJList.AccessibleJListChild
 
getAccessibleChild(int) - Method in class javax.swing.table.JTableHeader.AccessibleJTableHeader
Return the nth Accessible child of the object.
getAccessibleChild(int) - Method in class javax.swing.table.JTableHeader.AccessibleJTableHeader.AccessibleJTableHeaderEntry
 
getAccessibleChild(JComponent, int) - Method in class javax.swing.plaf.ComponentUI
Return the nth Accessible child of the object.
getAccessibleChild(JComponent, int) - Method in class javax.swing.plaf.basic.BasicComboBoxUI
 
getAccessibleChild(JComponent, int) - Method in class javax.swing.plaf.multi.MultiColorChooserUI
Call getAccessibleChild on each UI handled by this MultiUI.
getAccessibleChild(JComponent, int) - Method in class javax.swing.plaf.multi.MultiTabbedPaneUI
Call getAccessibleChild on each UI handled by this MultiUI.
getAccessibleChild(JComponent, int) - Method in class javax.swing.plaf.multi.MultiViewportUI
Call getAccessibleChild on each UI handled by this MultiUI.
getAccessibleChild(JComponent, int) - Method in class javax.swing.plaf.multi.MultiSliderUI
Call getAccessibleChild on each UI handled by this MultiUI.
getAccessibleChild(JComponent, int) - Method in class javax.swing.plaf.multi.MultiToolBarUI
Call getAccessibleChild on each UI handled by this MultiUI.
getAccessibleChild(JComponent, int) - Method in class javax.swing.plaf.multi.MultiTableUI
Call getAccessibleChild on each UI handled by this MultiUI.
getAccessibleChild(JComponent, int) - Method in class javax.swing.plaf.multi.MultiMenuItemUI
Call getAccessibleChild on each UI handled by this MultiUI.
getAccessibleChild(JComponent, int) - Method in class javax.swing.plaf.multi.MultiTextUI
Call getAccessibleChild on each UI handled by this MultiUI.
getAccessibleChild(JComponent, int) - Method in class javax.swing.plaf.multi.MultiToolTipUI
Call getAccessibleChild on each UI handled by this MultiUI.
getAccessibleChild(JComponent, int) - Method in class javax.swing.plaf.multi.MultiProgressBarUI
Call getAccessibleChild on each UI handled by this MultiUI.
getAccessibleChild(JComponent, int) - Method in class javax.swing.plaf.multi.MultiScrollPaneUI
Call getAccessibleChild on each UI handled by this MultiUI.
getAccessibleChild(JComponent, int) - Method in class javax.swing.plaf.multi.MultiPanelUI
Call getAccessibleChild on each UI handled by this MultiUI.
getAccessibleChild(JComponent, int) - Method in class javax.swing.plaf.multi.MultiListUI
Call getAccessibleChild on each UI handled by this MultiUI.
getAccessibleChild(JComponent, int) - Method in class javax.swing.plaf.multi.MultiLabelUI
Call getAccessibleChild on each UI handled by this MultiUI.
getAccessibleChild(JComponent, int) - Method in class javax.swing.plaf.multi.MultiSplitPaneUI
Call getAccessibleChild on each UI handled by this MultiUI.
getAccessibleChild(JComponent, int) - Method in class javax.swing.plaf.multi.MultiOptionPaneUI
Call getAccessibleChild on each UI handled by this MultiUI.
getAccessibleChild(JComponent, int) - Method in class javax.swing.plaf.multi.MultiComboBoxUI
Call getAccessibleChild on each UI handled by this MultiUI.
getAccessibleChild(JComponent, int) - Method in class javax.swing.plaf.multi.MultiTableHeaderUI
Call getAccessibleChild on each UI handled by this MultiUI.
getAccessibleChild(JComponent, int) - Method in class javax.swing.plaf.multi.MultiMenuBarUI
Call getAccessibleChild on each UI handled by this MultiUI.
getAccessibleChild(JComponent, int) - Method in class javax.swing.plaf.multi.MultiSeparatorUI
Call getAccessibleChild on each UI handled by this MultiUI.
getAccessibleChild(JComponent, int) - Method in class javax.swing.plaf.multi.MultiFileChooserUI
Call getAccessibleChild on each UI handled by this MultiUI.
getAccessibleChild(JComponent, int) - Method in class javax.swing.plaf.multi.MultiDesktopPaneUI
Call getAccessibleChild on each UI handled by this MultiUI.
getAccessibleChild(JComponent, int) - Method in class javax.swing.plaf.multi.MultiScrollBarUI
Call getAccessibleChild on each UI handled by this MultiUI.
getAccessibleChild(JComponent, int) - Method in class javax.swing.plaf.multi.MultiButtonUI
Call getAccessibleChild on each UI handled by this MultiUI.
getAccessibleChild(JComponent, int) - Method in class javax.swing.plaf.multi.MultiPopupMenuUI
Call getAccessibleChild on each UI handled by this MultiUI.
getAccessibleChild(JComponent, int) - Method in class javax.swing.plaf.multi.MultiTreeUI
Call getAccessibleChild on each UI handled by this MultiUI.
getAccessibleChild(JComponent, int) - Method in class javax.swing.plaf.multi.MultiDesktopIconUI
Call getAccessibleChild on each UI handled by this MultiUI.
getAccessibleChild(JComponent, int) - Method in class javax.swing.plaf.multi.MultiInternalFrameUI
Call getAccessibleChild on each UI handled by this MultiUI.
getAccessibleChildrenCount() - Method in class javax.accessibility.AccessibleContext
Returns the number of accessible children of the object.
getAccessibleChildrenCount() - Method in class javax.swing.JComponent.AccessibleJComponent
Returns the number of accessible children in the object.
getAccessibleChildrenCount() - Method in class javax.swing.JTree.AccessibleJTree
Returns the number of top-level children nodes of this JTree.
getAccessibleChildrenCount() - Method in class javax.swing.JTree.AccessibleJTree.AccessibleJTreeNode
Returns the number of accessible children in the object.
getAccessibleChildrenCount() - Method in class javax.swing.JApplet.AccessibleJApplet
Returns the number of accessible children in the object.
getAccessibleChildrenCount() - Method in class javax.swing.JWindow.AccessibleJWindow
Returns the number of accessible children in the object.
getAccessibleChildrenCount() - Method in class javax.swing.Box.Filler.AccessibleBoxFiller
Returns the number of accessible children in the object.
getAccessibleChildrenCount() - Method in class javax.swing.Box.AccessibleBox
Returns the number of accessible children in the object.
getAccessibleChildrenCount() - Method in class javax.swing.JTabbedPane.AccessibleJTabbedPane
Returns the number of accessible children in the object.
getAccessibleChildrenCount() - Method in class javax.swing.JDialog.AccessibleJDialog
Returns the number of accessible children in the object.
getAccessibleChildrenCount() - Method in class javax.swing.JMenu.AccessibleJMenu
Returns the number of accessible children in the object.
getAccessibleChildrenCount() - Method in class javax.swing.CellRendererPane.AccessibleCellRendererPane
Returns the number of accessible children in the object.
getAccessibleChildrenCount() - Method in class javax.swing.JTable.AccessibleJTable
Returns the number of accessible children in the object.
getAccessibleChildrenCount() - Method in class javax.swing.JTable.AccessibleJTable.AccessibleJTableCell
Returns the number of accessible children in the object.
getAccessibleChildrenCount() - Method in class javax.swing.JFrame.AccessibleJFrame
Returns the number of accessible children in the object.
getAccessibleChildrenCount() - Method in class javax.swing.JList.AccessibleJList
Returns the number of accessible children in the object.
getAccessibleChildrenCount() - Method in class javax.swing.JList.AccessibleJList.AccessibleJListChild
 
getAccessibleChildrenCount() - Method in class javax.swing.table.JTableHeader.AccessibleJTableHeader
Returns the number of accessible children in the object.
getAccessibleChildrenCount() - Method in class javax.swing.table.JTableHeader.AccessibleJTableHeader.AccessibleJTableHeaderEntry
 
getAccessibleChildrenCount(Component) - Static method in class javax.swing.SwingUtilities
Returns the number of accessible children in the object.
getAccessibleChildrenCount(JComponent) - Method in class javax.swing.plaf.ComponentUI
Returns the number of accessible children in the object.
getAccessibleChildrenCount(JComponent) - Method in class javax.swing.plaf.basic.BasicComboBoxUI
 
getAccessibleChildrenCount(JComponent) - Method in class javax.swing.plaf.multi.MultiColorChooserUI
Call getAccessibleChildrenCount on each UI handled by this MultiUI.
getAccessibleChildrenCount(JComponent) - Method in class javax.swing.plaf.multi.MultiTabbedPaneUI
Call getAccessibleChildrenCount on each UI handled by this MultiUI.
getAccessibleChildrenCount(JComponent) - Method in class javax.swing.plaf.multi.MultiViewportUI
Call getAccessibleChildrenCount on each UI handled by this MultiUI.
getAccessibleChildrenCount(JComponent) - Method in class javax.swing.plaf.multi.MultiSliderUI
Call getAccessibleChildrenCount on each UI handled by this MultiUI.
getAccessibleChildrenCount(JComponent) - Method in class javax.swing.plaf.multi.MultiToolBarUI
Call getAccessibleChildrenCount on each UI handled by this MultiUI.
getAccessibleChildrenCount(JComponent) - Method in class javax.swing.plaf.multi.MultiTableUI
Call getAccessibleChildrenCount on each UI handled by this MultiUI.
getAccessibleChildrenCount(JComponent) - Method in class javax.swing.plaf.multi.MultiMenuItemUI
Call getAccessibleChildrenCount on each UI handled by this MultiUI.
getAccessibleChildrenCount(JComponent) - Method in class javax.swing.plaf.multi.MultiTextUI
Call getAccessibleChildrenCount on each UI handled by this MultiUI.
getAccessibleChildrenCount(JComponent) - Method in class javax.swing.plaf.multi.MultiToolTipUI
Call getAccessibleChildrenCount on each UI handled by this MultiUI.
getAccessibleChildrenCount(JComponent) - Method in class javax.swing.plaf.multi.MultiProgressBarUI
Call getAccessibleChildrenCount on each UI handled by this MultiUI.
getAccessibleChildrenCount(JComponent) - Method in class javax.swing.plaf.multi.MultiScrollPaneUI
Call getAccessibleChildrenCount on each UI handled by this MultiUI.
getAccessibleChildrenCount(JComponent) - Method in class javax.swing.plaf.multi.MultiPanelUI
Call getAccessibleChildrenCount on each UI handled by this MultiUI.
getAccessibleChildrenCount(JComponent) - Method in class javax.swing.plaf.multi.MultiListUI
Call getAccessibleChildrenCount on each UI handled by this MultiUI.
getAccessibleChildrenCount(JComponent) - Method in class javax.swing.plaf.multi.MultiLabelUI
Call getAccessibleChildrenCount on each UI handled by this MultiUI.
getAccessibleChildrenCount(JComponent) - Method in class javax.swing.plaf.multi.MultiSplitPaneUI
Call getAccessibleChildrenCount on each UI handled by this MultiUI.
getAccessibleChildrenCount(JComponent) - Method in class javax.swing.plaf.multi.MultiOptionPaneUI
Call getAccessibleChildrenCount on each UI handled by this MultiUI.
getAccessibleChildrenCount(JComponent) - Method in class javax.swing.plaf.multi.MultiComboBoxUI
Call getAccessibleChildrenCount on each UI handled by this MultiUI.
getAccessibleChildrenCount(JComponent) - Method in class javax.swing.plaf.multi.MultiTableHeaderUI
Call getAccessibleChildrenCount on each UI handled by this MultiUI.
getAccessibleChildrenCount(JComponent) - Method in class javax.swing.plaf.multi.MultiMenuBarUI
Call getAccessibleChildrenCount on each UI handled by this MultiUI.
getAccessibleChildrenCount(JComponent) - Method in class javax.swing.plaf.multi.MultiSeparatorUI
Call getAccessibleChildrenCount on each UI handled by this MultiUI.
getAccessibleChildrenCount(JComponent) - Method in class javax.swing.plaf.multi.MultiFileChooserUI
Call getAccessibleChildrenCount on each UI handled by this MultiUI.
getAccessibleChildrenCount(JComponent) - Method in class javax.swing.plaf.multi.MultiDesktopPaneUI
Call getAccessibleChildrenCount on each UI handled by this MultiUI.
getAccessibleChildrenCount(JComponent) - Method in class javax.swing.plaf.multi.MultiScrollBarUI
Call getAccessibleChildrenCount on each UI handled by this MultiUI.
getAccessibleChildrenCount(JComponent) - Method in class javax.swing.plaf.multi.MultiButtonUI
Call getAccessibleChildrenCount on each UI handled by this MultiUI.
getAccessibleChildrenCount(JComponent) - Method in class javax.swing.plaf.multi.MultiPopupMenuUI
Call getAccessibleChildrenCount on each UI handled by this MultiUI.
getAccessibleChildrenCount(JComponent) - Method in class javax.swing.plaf.multi.MultiTreeUI
Call getAccessibleChildrenCount on each UI handled by this MultiUI.
getAccessibleChildrenCount(JComponent) - Method in class javax.swing.plaf.multi.MultiDesktopIconUI
Call getAccessibleChildrenCount on each UI handled by this MultiUI.
getAccessibleChildrenCount(JComponent) - Method in class javax.swing.plaf.multi.MultiInternalFrameUI
Call getAccessibleChildrenCount on each UI handled by this MultiUI.
getAccessibleComponent() - Method in class javax.accessibility.AccessibleContext
Get the AccessibleComponent associated with this object that has a graphical representation.
getAccessibleComponent() - Method in class javax.swing.JComponent.AccessibleJComponent
Get the AccessibleComponent associated with this object if one exists.
getAccessibleComponent() - Method in class javax.swing.JTree.AccessibleJTree.AccessibleJTreeNode
Get the AccessibleComponent associated with this tree node NOTE: if the node is not displayed (either scrolled off of the screen, or not expanded), this will return null
getAccessibleComponent() - Method in class javax.swing.JApplet.AccessibleJApplet
Get the AccessibleComponent associated with this object if one exists.
getAccessibleComponent() - Method in class javax.swing.JWindow.AccessibleJWindow
Get the AccessibleComponent associated with this object if one exists.
getAccessibleComponent() - Method in class javax.swing.Box.Filler.AccessibleBoxFiller
Gets the AccessibleComponent associated with this object if one exists.
getAccessibleComponent() - Method in class javax.swing.Box.AccessibleBox
Gets the AccessibleComponent associated with this object if one exists.
getAccessibleComponent() - Method in class javax.swing.JDialog.AccessibleJDialog
Get the AccessibleComponent associated with this object if one exists.
getAccessibleComponent() - Method in class javax.swing.CellRendererPane.AccessibleCellRendererPane
Get the AccessibleComponent associated with this object if one exists.
getAccessibleComponent() - Method in class javax.swing.JTable.AccessibleJTable.AccessibleJTableCell
Get the AccessibleComponent associated with this object if one exists.
getAccessibleComponent() - Method in class javax.swing.JFrame.AccessibleJFrame
Get the AccessibleComponent associated with this object if one exists.
getAccessibleComponent() - Method in class javax.swing.JList.AccessibleJList.AccessibleJListChild
 
getAccessibleComponent() - Method in class javax.swing.table.JTableHeader.AccessibleJTableHeader.AccessibleJTableHeaderEntry
 
getAccessibleContext() - Method in interface javax.accessibility.Accessible
Returns the AccessibleContext associated with this object.
getAccessibleContext() - Method in class javax.swing.JComponent
Get the AccessibleContext associated with this JComponent
getAccessibleContext() - Method in class javax.swing.JEditorPane
Get the AccessibleContext associated with this JEditorPane.
getAccessibleContext() - Method in class javax.swing.JSlider
Get the AccessibleContext associated with this JComponent
getAccessibleContext() - Method in class javax.swing.JTree
Get the AccessibleContext associated with this JComponent
getAccessibleContext() - Method in class javax.swing.JTree.AccessibleJTree.AccessibleJTreeNode
Get the AccessibleContext associated with this tree node
getAccessibleContext() - Method in class javax.swing.JLabel
Get the AccessibleContext of this object
getAccessibleContext() - Method in class javax.swing.JInternalFrame
Get the AccessibleContext associated with this JComponent
getAccessibleContext() - Method in class javax.swing.JInternalFrame.JDesktopIcon
Get the AccessibleContext associated with this JComponent
getAccessibleContext() - Method in class javax.swing.JToolTip
Get the AccessibleContext associated with this JComponent
getAccessibleContext() - Method in class javax.swing.JLayeredPane
Get the AccessibleContext associated with this JComponent
getAccessibleContext() - Method in class javax.swing.JDesktopPane
Get the AccessibleContext associated with this JComponent
getAccessibleContext() - Method in class javax.swing.JApplet
Get the AccessibleContext associated with this JApplet
getAccessibleContext() - Method in class javax.swing.JColorChooser
Get the AccessibleContext associated with this JColorChooser
getAccessibleContext() - Method in class javax.swing.JTextField
Get the AccessibleContext associated with this JTextField.
getAccessibleContext() - Method in class javax.swing.JPasswordField
Gets the AccessibleContext associated with this JPasswordField.
getAccessibleContext() - Method in class javax.swing.JToolBar
Get the AccessibleContext associated with this JComponent
getAccessibleContext() - Method in class javax.swing.JSeparator
Get the AccessibleContext associated with this JComponent
getAccessibleContext() - Method in class javax.swing.JSplitPane
Get the AccessibleContext associated with this JComponent
getAccessibleContext() - Method in class javax.swing.JMenuItem
Get the AccessibleContext associated with this JComponent
getAccessibleContext() - Method in class javax.swing.JRadioButtonMenuItem
Get the AccessibleContext associated with this JComponent
getAccessibleContext() - Method in class javax.swing.JToggleButton
Get the AccessibleContext associated with this JComponent
getAccessibleContext() - Method in class javax.swing.JCheckBox
Get the AccessibleContext associated with this JComponent
getAccessibleContext() - Method in class javax.swing.JScrollBar
Get the AccessibleContext associated with this JComponent
getAccessibleContext() - Method in class javax.swing.JProgressBar
Get the AccessibleContext associated with this JComponent
getAccessibleContext() - Method in class javax.swing.JViewport
Get the AccessibleContext associated with this JComponent
getAccessibleContext() - Method in class javax.swing.JCheckBoxMenuItem
Get the AccessibleContext associated with this JComponent
getAccessibleContext() - Method in class javax.swing.JMenuBar
Get the AccessibleContext associated with this JComponent
getAccessibleContext() - Method in class javax.swing.JFileChooser
Get the AccessibleContext associated with this JFileChooser
getAccessibleContext() - Method in class javax.swing.JScrollPane
Get the AccessibleContext associated with this JComponent
getAccessibleContext() - Method in class javax.swing.JPopupMenu
Get the AccessibleContext associated with this JComponent
getAccessibleContext() - Method in class javax.swing.JRadioButton
Get the AccessibleContext associated with this JComponent
getAccessibleContext() - Method in class javax.swing.JWindow
Get the AccessibleContext associated with this JWindow
getAccessibleContext() - Method in class javax.swing.JOptionPane
Get the AccessibleContext associated with this JComponent
getAccessibleContext() - Method in class javax.swing.JRootPane
Get the AccessibleContext associated with this JComponent
getAccessibleContext() - Method in class javax.swing.JTextArea
Get the AccessibleContext associated with this JTextArea.
getAccessibleContext() - Method in class javax.swing.Box
Get the AccessibleContext associated with this JComponent.
getAccessibleContext() - Method in class javax.swing.Box.Filler
Gets the AccessibleContext associated with this Component.
getAccessibleContext() - Method in class javax.swing.JButton
Get the AccessibleContext associated with this JComponent
getAccessibleContext() - Method in class javax.swing.JComboBox
Get the AccessibleContext associated with this JComponent
getAccessibleContext() - Method in class javax.swing.JTabbedPane
Get the AccessibleContext associated with this JComponent
getAccessibleContext() - Method in class javax.swing.JDialog
Get the AccessibleContext associated with this JDialog
getAccessibleContext() - Method in class javax.swing.JMenu
Get the AccessibleContext associated with this JComponent
getAccessibleContext() - Method in class javax.swing.CellRendererPane
Get the AccessibleContext associated with this CellRendererPane
getAccessibleContext() - Method in class javax.swing.JTable
Get the AccessibleContext associated with this JComponent
getAccessibleContext() - Method in class javax.swing.JTable.AccessibleJTable.AccessibleJTableCell
Get the AccessibleContext associated with this
getAccessibleContext() - Method in class javax.swing.JFrame
Get the AccessibleContext associated with this JFrame
getAccessibleContext() - Method in class javax.swing.JList
Get the AccessibleContext associated with this JComponent
getAccessibleContext() - Method in class javax.swing.JList.AccessibleJList.AccessibleJListChild
 
getAccessibleContext() - Method in class javax.swing.JPanel
Get the AccessibleContext associated with this JComponent
getAccessibleContext() - Method in class javax.swing.table.JTableHeader
Get the AccessibleContext associated with this JComponent
getAccessibleContext() - Method in class javax.swing.table.JTableHeader.AccessibleJTableHeader.AccessibleJTableHeaderEntry
Get the AccessibleContext associated with this
getAccessibleContext() - Method in class javax.swing.text.JTextComponent
Gets the AccessibleContext associated with this JComponent.
getAccessibleDescription() - Method in class javax.accessibility.AccessibleContext
Get the accessibleDescription property of this object.
getAccessibleDescription() - Method in class javax.swing.JComponent.AccessibleJComponent
Get the accessible description of this object.
getAccessibleDescription() - Method in class javax.swing.JTree.AccessibleJTree.AccessibleJTreeNode
Get the accessible description of this object.
getAccessibleDescription() - Method in class javax.swing.JToolTip.AccessibleJToolTip
Get the accessible description of this object.
getAccessibleDescription() - Method in class javax.swing.JEditorPane.AccessibleJEditorPane
Gets the accessibleDescription property of this object.
getAccessibleDescription() - Method in class javax.swing.JTable.AccessibleJTable.AccessibleJTableCell
Get the accessible description of this object.
getAccessibleDescription() - Method in class javax.swing.JList.AccessibleJList.AccessibleJListChild
 
getAccessibleDescription() - Method in class javax.swing.table.JTableHeader.AccessibleJTableHeader.AccessibleJTableHeaderEntry
 
getAccessibleIndexInParent() - Method in class javax.accessibility.AccessibleContext
Get the 0-based index of this object in its accessible parent.
getAccessibleIndexInParent() - Method in class javax.swing.JComponent.AccessibleJComponent
Get the index of this object in its accessible parent.
getAccessibleIndexInParent() - Method in class javax.swing.JTree.AccessibleJTree
Get the index of this object in its accessible parent.
getAccessibleIndexInParent() - Method in class javax.swing.JTree.AccessibleJTree.AccessibleJTreeNode
Get the index of this object in its accessible parent.
getAccessibleIndexInParent() - Method in class javax.swing.JApplet.AccessibleJApplet
Get the index of this object in its accessible parent.
getAccessibleIndexInParent() - Method in class javax.swing.JWindow.AccessibleJWindow
Get the index of this object in its accessible parent.
getAccessibleIndexInParent() - Method in class javax.swing.Box.Filler.AccessibleBoxFiller
Gets the index of this object in its accessible parent.
getAccessibleIndexInParent() - Method in class javax.swing.Box.AccessibleBox
Gets the index of this object in its accessible parent.
getAccessibleIndexInParent() - Method in class javax.swing.JDialog.AccessibleJDialog
Get the index of this object in its accessible parent.
getAccessibleIndexInParent() - Method in class javax.swing.CellRendererPane.AccessibleCellRendererPane
Get the index of this object in its accessible parent.
getAccessibleIndexInParent() - Method in class javax.swing.JTable.AccessibleJTable.AccessibleJTableCell
Get the index of this object in its accessible parent.
getAccessibleIndexInParent() - Method in class javax.swing.JFrame.AccessibleJFrame
Get the index of this object in its accessible parent.
getAccessibleIndexInParent() - Method in class javax.swing.JList.AccessibleJList.AccessibleJListChild
 
getAccessibleIndexInParent() - Method in class javax.swing.table.JTableHeader.AccessibleJTableHeader.AccessibleJTableHeaderEntry
 
getAccessibleIndexInParent(Component) - Static method in class javax.swing.SwingUtilities
Get the index of this object in its accessible parent.
getAccessibleName() - Method in class javax.accessibility.AccessibleContext
Get the accessibleName property of this object.
getAccessibleName() - Method in class javax.swing.JComponent.AccessibleJComponent
Get the accessible name of this object.
getAccessibleName() - Method in class javax.swing.JTree.AccessibleJTree.AccessibleJTreeNode
Get the accessible name of this object.
getAccessibleName() - Method in class javax.swing.JLabel.AccessibleJLabel
Get the accessible name of this object.
getAccessibleName() - Method in class javax.swing.JInternalFrame.AccessibleJInternalFrame
Get the accessible name of this object.
getAccessibleName() - Method in class javax.swing.AbstractButton.AccessibleAbstractButton
Get the accessible name of this object.
getAccessibleName() - Method in class javax.swing.JDialog.AccessibleJDialog
Get the accessible name of this object.
getAccessibleName() - Method in class javax.swing.JTable.AccessibleJTable.AccessibleJTableCell
Get the accessible name of this object.
getAccessibleName() - Method in class javax.swing.JFrame.AccessibleJFrame
Get the accessible name of this object.
getAccessibleName() - Method in class javax.swing.JList.AccessibleJList.AccessibleJListChild
 
getAccessibleName() - Method in class javax.swing.table.JTableHeader.AccessibleJTableHeader.AccessibleJTableHeaderEntry
 
getAccessibleParent() - Method in class javax.accessibility.AccessibleContext
Get the Accessible parent of this object.
getAccessibleParent() - Method in class javax.swing.JComponent.AccessibleJComponent
Get the Accessible parent of this object.
getAccessibleParent() - Method in class javax.swing.JTree.AccessibleJTree.AccessibleJTreeNode
Get the Accessible parent of this object.
getAccessibleParent() - Method in class javax.swing.JApplet.AccessibleJApplet
Get the Accessible parent of this object.
getAccessibleParent() - Method in class javax.swing.JWindow.AccessibleJWindow
Get the Accessible parent of this object.
getAccessibleParent() - Method in class javax.swing.Box.Filler.AccessibleBoxFiller
Get the Accessible parent of this object.
getAccessibleParent() - Method in class javax.swing.Box.AccessibleBox
Gets the Accessible parent of this object.
getAccessibleParent() - Method in class javax.swing.JDialog.AccessibleJDialog
Get the Accessible parent of this object.
getAccessibleParent() - Method in class javax.swing.CellRendererPane.AccessibleCellRendererPane
Get the Accessible parent of this object.
getAccessibleParent() - Method in class javax.swing.JTable.AccessibleJTable.AccessibleJTableCell
Get the Accessible parent of this object.
getAccessibleParent() - Method in class javax.swing.JFrame.AccessibleJFrame
Get the Accessible parent of this object.
getAccessibleRole() - Method in class javax.accessibility.AccessibleContext
Get the role of this object.
getAccessibleRole() - Method in class javax.swing.JComponent.AccessibleJComponent
Get the role of this object.
getAccessibleRole() - Method in class javax.swing.JSlider.AccessibleJSlider
Get the role of this object.
getAccessibleRole() - Method in class javax.swing.JTree.AccessibleJTree
Get the role of this object.
getAccessibleRole() - Method in class javax.swing.JTree.AccessibleJTree.AccessibleJTreeNode
Get the role of this object.
getAccessibleRole() - Method in class javax.swing.JLabel.AccessibleJLabel
Get the role of this object.
getAccessibleRole() - Method in class javax.swing.JInternalFrame.AccessibleJInternalFrame
Get the role of this object.
getAccessibleRole() - Method in class javax.swing.JInternalFrame.JDesktopIcon.AccessibleJDesktopIcon
Get the role of this object.
getAccessibleRole() - Method in class javax.swing.JToolTip.AccessibleJToolTip
Get the role of this object.
getAccessibleRole() - Method in class javax.swing.JDesktopPane.AccessibleJDesktopPane
Get the role of this object.
getAccessibleRole() - Method in class javax.swing.JApplet.AccessibleJApplet
Get the role of this object.
getAccessibleRole() - Method in class javax.swing.JColorChooser.AccessibleJColorChooser
Get the role of this object.
getAccessibleRole() - Method in class javax.swing.JPasswordField.AccessibleJPasswordField
Gets the role of this object.
getAccessibleRole() - Method in class javax.swing.JToolBar.AccessibleJToolBar
Get the role of this object.
getAccessibleRole() - Method in class javax.swing.JSplitPane.AccessibleJSplitPane
Get the role of this object.
getAccessibleRole() - Method in class javax.swing.JMenuItem.AccessibleJMenuItem
Get the role of this object.
getAccessibleRole() - Method in class javax.swing.JRadioButtonMenuItem.AccessibleJRadioButtonMenuItem
Get the role of this object.
getAccessibleRole() - Method in class javax.swing.JToggleButton.AccessibleJToggleButton
Get the role of this object.
getAccessibleRole() - Method in class javax.swing.JCheckBox.AccessibleJCheckBox
Get the role of this object.
getAccessibleRole() - Method in class javax.swing.JScrollBar.AccessibleJScrollBar
Get the role of this object.
getAccessibleRole() - Method in class javax.swing.JProgressBar.AccessibleJProgressBar
Get the role of this object.
getAccessibleRole() - Method in class javax.swing.JViewport.AccessibleJViewport
Get the role of this object.
getAccessibleRole() - Method in class javax.swing.JCheckBoxMenuItem.AccessibleJCheckBoxMenuItem
Get the role of this object.
getAccessibleRole() - Method in class javax.swing.JMenuBar.AccessibleJMenuBar
Get the role of this object.
getAccessibleRole() - Method in class javax.swing.JFileChooser.AccessibleJFileChooser
Get the role of this object.
getAccessibleRole() - Method in class javax.swing.JScrollPane.AccessibleJScrollPane
Get the role of this object.
getAccessibleRole() - Method in class javax.swing.JPopupMenu.AccessibleJPopupMenu
Get the role of this object.
getAccessibleRole() - Method in class javax.swing.JSeparator.AccessibleJSeparator
Get the role of this object.
getAccessibleRole() - Method in class javax.swing.JRadioButton.AccessibleJRadioButton
Get the role of this object.
getAccessibleRole() - Method in class javax.swing.JWindow.AccessibleJWindow
Get the role of this object.
getAccessibleRole() - Method in class javax.swing.JOptionPane.AccessibleJOptionPane
Get the role of this object.
getAccessibleRole() - Method in class javax.swing.JRootPane.AccessibleJRootPane
Get the role of this object.
getAccessibleRole() - Method in class javax.swing.Box.Filler.AccessibleBoxFiller
Gets the role of this object.
getAccessibleRole() - Method in class javax.swing.Box.AccessibleBox
Gets the role of this object.
getAccessibleRole() - Method in class javax.swing.JLayeredPane.AccessibleJLayeredPane
Get the role of this object.
getAccessibleRole() - Method in class javax.swing.JButton.AccessibleJButton
Get the role of this object.
getAccessibleRole() - Method in class javax.swing.JComboBox.AccessibleJComboBox
Get the role of this object.
getAccessibleRole() - Method in class javax.swing.JTabbedPane.AccessibleJTabbedPane
Get the role of this object.
getAccessibleRole() - Method in class javax.swing.JDialog.AccessibleJDialog
Get the role of this object.
getAccessibleRole() - Method in class javax.swing.JMenu.AccessibleJMenu
Get the role of this object.
getAccessibleRole() - Method in class javax.swing.CellRendererPane.AccessibleCellRendererPane
Get the role of this object.
getAccessibleRole() - Method in class javax.swing.JTable.AccessibleJTable
Get the role of this object.
getAccessibleRole() - Method in class javax.swing.JTable.AccessibleJTable.AccessibleJTableCell
Get the role of this object.
getAccessibleRole() - Method in class javax.swing.JFrame.AccessibleJFrame
Get the role of this object.
getAccessibleRole() - Method in class javax.swing.JList.AccessibleJList
Get the role of this object.
getAccessibleRole() - Method in class javax.swing.JList.AccessibleJList.AccessibleJListChild
 
getAccessibleRole() - Method in class javax.swing.JPanel.AccessibleJPanel
Get the role of this object.
getAccessibleRole() - Method in class javax.swing.table.JTableHeader.AccessibleJTableHeader
Get the role of this object.
getAccessibleRole() - Method in class javax.swing.table.JTableHeader.AccessibleJTableHeader.AccessibleJTableHeaderEntry
 
getAccessibleRole() - Method in class javax.swing.text.JTextComponent.AccessibleJTextComponent
Gets the role of this object.
getAccessibleSelection() - Method in class javax.accessibility.AccessibleContext
Get the AccessibleSelection associated with this object which allows its Accessible children to be selected.
getAccessibleSelection() - Method in class javax.swing.JTree.AccessibleJTree
 
getAccessibleSelection() - Method in class javax.swing.JTree.AccessibleJTree.AccessibleJTreeNode
Get the AccessibleSelection associated with this object if one exists.
getAccessibleSelection() - Method in class javax.swing.JMenuBar.AccessibleJMenuBar
Get the AccessibleSelection associated with this object if one exists.
getAccessibleSelection() - Method in class javax.swing.JTabbedPane.AccessibleJTabbedPane
Get the AccessibleSelection associated with this object if one exists.
getAccessibleSelection() - Method in class javax.swing.JMenu.AccessibleJMenu
Get the AccessibleSelection associated with this object if one exists.
getAccessibleSelection() - Method in class javax.swing.JTable.AccessibleJTable
Get the AccessibleSelection associated with this object if one exists.
getAccessibleSelection() - Method in class javax.swing.JTable.AccessibleJTable.AccessibleJTableCell
Get the AccessibleSelection associated with this object if one exists.
getAccessibleSelection() - Method in class javax.swing.JList.AccessibleJList
Get the AccessibleSelection associated with this object if one exists.
getAccessibleSelection() - Method in class javax.swing.JList.AccessibleJList.AccessibleJListChild
 
getAccessibleSelection() - Method in class javax.swing.table.JTableHeader.AccessibleJTableHeader.AccessibleJTableHeaderEntry
 
getAccessibleSelection(int) - Method in interface javax.accessibility.AccessibleSelection
Returns an Accessible representing the specified selected child in the object.
getAccessibleSelection(int) - Method in class javax.swing.JTree.AccessibleJTree
Returns an Accessible representing the specified selected item in the object.
getAccessibleSelection(int) - Method in class javax.swing.JTree.AccessibleJTree.AccessibleJTreeNode
Returns an Accessible representing the specified selected item in the object.
getAccessibleSelection(int) - Method in class javax.swing.JMenuBar.AccessibleJMenuBar
Returns the currently selected menu if one is selected, otherwise null.
getAccessibleSelection(int) - Method in class javax.swing.JTabbedPane.AccessibleJTabbedPane
 
getAccessibleSelection(int) - Method in class javax.swing.JMenu.AccessibleJMenu
Returns the currently selected sub-menu if one is selected, otherwise null (there can only be one selection, and it can only be a sub-menu, as otherwise menu items don't remain selected).
getAccessibleSelection(int) - Method in class javax.swing.JTable.AccessibleJTable
Returns an Accessible representing the specified selected child in the object.
getAccessibleSelection(int) - Method in class javax.swing.JList.AccessibleJList
Returns an Accessible representing the specified selected item in the object.
getAccessibleSelectionCount() - Method in interface javax.accessibility.AccessibleSelection
Returns the number of Accessible children currently selected.
getAccessibleSelectionCount() - Method in class javax.swing.JTree.AccessibleJTree
Returns the number of items currently selected.
getAccessibleSelectionCount() - Method in class javax.swing.JTree.AccessibleJTree.AccessibleJTreeNode
Returns the number of items currently selected.
getAccessibleSelectionCount() - Method in class javax.swing.JMenuBar.AccessibleJMenuBar
Returns 1 if a menu is currently selected in this menu bar.
getAccessibleSelectionCount() - Method in class javax.swing.JTabbedPane.AccessibleJTabbedPane
 
getAccessibleSelectionCount() - Method in class javax.swing.JMenu.AccessibleJMenu
Returns 1 if a sub-menu is currently selected in this menu.
getAccessibleSelectionCount() - Method in class javax.swing.JTable.AccessibleJTable
Returns the number of Accessible children currently selected.
getAccessibleSelectionCount() - Method in class javax.swing.JList.AccessibleJList
Returns the number of items currently selected.
getAccessibleStateSet() - Method in class javax.accessibility.AccessibleContext
Get the state set of this object.
getAccessibleStateSet() - Method in class javax.swing.JComponent.AccessibleJComponent
Get the state of this object.
getAccessibleStateSet() - Method in class javax.swing.JSlider.AccessibleJSlider
Get the state set of this object.
getAccessibleStateSet() - Method in class javax.swing.JTree.AccessibleJTree.AccessibleJTreeNode
Get the state set of this object.
getAccessibleStateSet() - Method in class javax.swing.JApplet.AccessibleJApplet
Get the state of this object.
getAccessibleStateSet() - Method in class javax.swing.JTextField.AccessibleJTextField
Gets the state set of this object.
getAccessibleStateSet() - Method in class javax.swing.JToolBar.AccessibleJToolBar
Get the state of this object.
getAccessibleStateSet() - Method in class javax.swing.JSplitPane.AccessibleJSplitPane
Get the state set of this object.
getAccessibleStateSet() - Method in class javax.swing.AbstractButton.AccessibleAbstractButton
Get the state set of this object.
getAccessibleStateSet() - Method in class javax.swing.JEditorPane.AccessibleJEditorPane
Gets the state set of this object.
getAccessibleStateSet() - Method in class javax.swing.JScrollBar.AccessibleJScrollBar
Get the state set of this object.
getAccessibleStateSet() - Method in class javax.swing.JProgressBar.AccessibleJProgressBar
Get the state set of this object.
getAccessibleStateSet() - Method in class javax.swing.JMenuBar.AccessibleJMenuBar
Get the accessible state set of this object.
getAccessibleStateSet() - Method in class javax.swing.JWindow.AccessibleJWindow
Get the state of this object.
getAccessibleStateSet() - Method in class javax.swing.JTextArea.AccessibleJTextArea
Gets the state set of this object.
getAccessibleStateSet() - Method in class javax.swing.Box.Filler.AccessibleBoxFiller
Gets the state of this object.
getAccessibleStateSet() - Method in class javax.swing.Box.AccessibleBox
Gets the state of this object.
getAccessibleStateSet() - Method in class javax.swing.JDialog.AccessibleJDialog
Get the state of this object.
getAccessibleStateSet() - Method in class javax.swing.CellRendererPane.AccessibleCellRendererPane
Get the state of this object.
getAccessibleStateSet() - Method in class javax.swing.JTable.AccessibleJTable.AccessibleJTableCell
Get the state set of this object.
getAccessibleStateSet() - Method in class javax.swing.JFrame.AccessibleJFrame
Get the state of this object.
getAccessibleStateSet() - Method in class javax.swing.JList.AccessibleJList
Get the state set of this object.
getAccessibleStateSet() - Method in class javax.swing.JList.AccessibleJList.AccessibleJListChild
 
getAccessibleStateSet() - Method in class javax.swing.table.JTableHeader.AccessibleJTableHeader.AccessibleJTableHeaderEntry
 
getAccessibleStateSet() - Method in class javax.swing.text.JTextComponent.AccessibleJTextComponent
Gets the state set of the JTextComponent.
getAccessibleStateSet(Component) - Static method in class javax.swing.SwingUtilities
Get the state of this object.
getAccessibleText() - Method in class javax.accessibility.AccessibleContext
Get the AccessibleText associated with this object presently editable text on the display.
getAccessibleText() - Method in class javax.swing.JTree.AccessibleJTree.AccessibleJTreeNode
Get the AccessibleText associated with this object if one exists.
getAccessibleText() - Method in class javax.swing.JEditorPane.AccessibleJEditorPaneHTML
 
getAccessibleText() - Method in class javax.swing.JTable.AccessibleJTable.AccessibleJTableCell
Get the AccessibleText associated with this object if one exists.
getAccessibleText() - Method in class javax.swing.JList.AccessibleJList.AccessibleJListChild
 
getAccessibleText() - Method in class javax.swing.table.JTableHeader.AccessibleJTableHeader.AccessibleJTableHeaderEntry
 
getAccessibleText() - Method in class javax.swing.text.JTextComponent.AccessibleJTextComponent
Gets the AccessibleText interface associated with this object.
getAccessibleValue() - Method in class javax.accessibility.AccessibleContext
Get the AccessibleValue associated with this object that supports a Numerical value.
getAccessibleValue() - Method in class javax.swing.JSlider.AccessibleJSlider
Get the AccessibleValue associated with this object if one exists.
getAccessibleValue() - Method in class javax.swing.JTree.AccessibleJTree.AccessibleJTreeNode
Get the AccessibleValue associated with this object if one exists.
getAccessibleValue() - Method in class javax.swing.JInternalFrame.AccessibleJInternalFrame
Get the AccessibleValue associated with this object if one exists.
getAccessibleValue() - Method in class javax.swing.JInternalFrame.JDesktopIcon.AccessibleJDesktopIcon
Get the AccessibleValue associated with this object if one exists.
getAccessibleValue() - Method in class javax.swing.JSplitPane.AccessibleJSplitPane
Get the AccessibleValue associated with this object if one exists.
getAccessibleValue() - Method in class javax.swing.AbstractButton.AccessibleAbstractButton
Get the AccessibleValue associated with this object if one exists.
getAccessibleValue() - Method in class javax.swing.JScrollBar.AccessibleJScrollBar
Get the AccessibleValue associated with this object if one exists.
getAccessibleValue() - Method in class javax.swing.JProgressBar.AccessibleJProgressBar
Get the AccessibleValue associated with this object if one exists.
getAccessibleValue() - Method in class javax.swing.JTable.AccessibleJTable.AccessibleJTableCell
Get the AccessibleValue associated with this object if one exists.
getAccessibleValue() - Method in class javax.swing.JList.AccessibleJList.AccessibleJListChild
 
getAccessibleValue() - Method in class javax.swing.table.JTableHeader.AccessibleJTableHeader.AccessibleJTableHeaderEntry
 
getAccessory() - Method in class javax.swing.JFileChooser
Return the accessory component.
getAccessoryPanel() - Method in class javax.swing.plaf.basic.BasicFileChooserUI
 
getAction(KeyStroke) - Method in interface javax.swing.text.Keymap
Fetches the action appropriate for the given symbolic event sequence.
getActionCommand() - Method in class java.awt.MenuItem
Gets the command name of the action event that is fired by this menu item.
getActionCommand() - Method in class java.awt.Button
Returns the command name of the action event fired by this button.
getActionCommand() - Method in class java.awt.event.ActionEvent
Returns the command string associated with this action.
getActionCommand() - Method in class javax.swing.AbstractButton
Returns the action command for this button.
getActionCommand() - Method in interface javax.swing.ButtonModel
Returns the action command for this button.
getActionCommand() - Method in class javax.swing.JComboBox
Returns the action commnand that is included in the event sent to action listeners.
getActionCommand() - Method in class javax.swing.DefaultButtonModel
Returns the action command for this button.
getActionForKeyStroke(KeyStroke) - Method in class javax.swing.JComponent
Return the object that will perform the action registered for a given keystroke.
getActions() - Method in class java.io.FilePermission
Returns the "canonical string representation" of the actions.
getActions() - Method in class java.net.SocketPermission
Returns the canonical string representation of the actions.
getActions() - Method in class java.security.Permission
Returns the actions as a String.
getActions() - Method in class java.security.BasicPermission
Returns the canonical string representation of the actions, which currently is the empty string "", since there are no actions for a BasicPermission.
getActions() - Method in class java.security.UnresolvedPermission
Returns the canonical string representation of the actions, which currently is the empty string "", since there are no actions for an UnresolvedPermission.
getActions() - Method in class java.security.AllPermission
Returns the canonical string representation of the actions.
getActions() - Method in class java.util.PropertyPermission
Returns the "canonical string representation" of the actions.
getActions() - Method in class javax.swing.JTextField
Fetches the command list for the editor.
getActions() - Method in class javax.swing.text.JTextComponent
Fetches the command list for the editor.
getActions() - Method in class javax.swing.text.EditorKit
Fetches the set of commands that can be used on a text component that is using a model and view produced by this kit.
getActions() - Method in class javax.swing.text.DefaultEditorKit
Fetches the set of commands that can be used on a text component that is using a model and view produced by this kit.
getActions() - Method in class javax.swing.text.StyledEditorKit
Fetches the command list for the editor.
getActions() - Method in class javax.swing.text.html.HTMLEditorKit
Fetches the command list for the editor.
getActivationDesc(ActivationID) - Method in interface java.rmi.activation.ActivationSystem
Returns the activation descriptor, for the object with the activation identifier, id.
getActivationGroupDesc(ActivationGroupID) - Method in interface java.rmi.activation.ActivationSystem
Returns the activation group descriptor, for the group with the activation group identifier, id.
getActualMaximum(int) - Method in class java.util.Calendar
Return the maximum value that this field could have, given the current date.
getActualMaximum(int) - Method in class java.util.GregorianCalendar
Return the maximum value that this field could have, given the current date.
getActualMinimum(int) - Method in class java.util.Calendar
Return the minimum value that this field could have, given the current date.
getActualMinimum(int) - Method in class java.util.GregorianCalendar
Return the minimum value that this field could have, given the current date.
getAdditionalBeanInfo() - Method in interface java.beans.BeanInfo
This method allows a BeanInfo object to return an arbitrary collection of other BeanInfo objects that provide additional information on the current bean.
getAdditionalBeanInfo() - Method in class java.beans.SimpleBeanInfo
Claim there are no other relevant BeanInfo objects.
getAdditionalHeight() - Method in class javax.swing.plaf.metal.MetalIconFactory.FolderIcon16
 
getAdditionalHeight() - Method in class javax.swing.plaf.metal.MetalIconFactory.TreeFolderIcon
 
getAdditionalHeight() - Method in class javax.swing.plaf.metal.MetalIconFactory.FileIcon16
 
getAdditionalHeight() - Method in class javax.swing.plaf.metal.MetalIconFactory.TreeLeafIcon
 
getAddListenerMethod() - Method in class java.beans.EventSetDescriptor
Gets the method used to add event listeners.
getAddress() - Method in class java.net.DatagramPacket
Returns the IP address of the machine to which this datagram is being sent or from which the datagram was received.
getAddress() - Method in class java.net.InetAddress
Returns the raw IP address of this InetAddress object.
getAdjustable() - Method in class java.awt.event.AdjustmentEvent
Returns the Adjustable object where this event originated.
getAdjustmentType() - Method in class java.awt.event.AdjustmentEvent
Returns the type of adjustment which caused the value changed event.
getAdler() - Method in class java.util.zip.Inflater
Returns the ADLER-32 value of the uncompressed data.
getAdler() - Method in class java.util.zip.Deflater
Returns the ADLER-32 value of the uncompressed data.
getAdvance() - Method in class java.awt.font.GlyphMetrics
Returns the advance width or height of the glyph.
getAdvance() - Method in class java.awt.font.TextLayout
Returns the advance of this TextLayout.
getAdvance() - Method in class java.awt.font.GraphicAttribute
Returns the advance of this GraphicAttribute.
getAdvance() - Method in class java.awt.font.ShapeGraphicAttribute
Returns the advance of this ShapeGraphicAttribute.
getAdvance() - Method in class java.awt.font.ImageGraphicAttribute
Returns the advance of this ImageGraphicAttribute.
getAfterIndex(int, int) - Method in interface javax.accessibility.AccessibleText
Return the String after a given index.
getAfterIndex(int, int) - Method in class javax.swing.text.JTextComponent.AccessibleJTextComponent
Returns the String after a given index.
getAlgorithm() - Method in class java.security.AlgorithmParameters
Returns the name of the algorithm associated with this parameter object.
getAlgorithm() - Method in class java.security.MessageDigest
Returns a string that identifies the algorithm, independent of implementation details.
getAlgorithm() - Method in class java.security.KeyPairGenerator
Returns the standard name of the algorithm for this key pair generator.
getAlgorithm() - Method in class java.security.SignedObject
Retrieves the name of the signature algorithm.
getAlgorithm() - Method in class java.security.AlgorithmParameterGenerator
Returns the standard name of the algorithm this parameter generator is associated with.
getAlgorithm() - Method in class java.security.KeyFactory
Returns the name of the algorithm associated with this key factory.
getAlgorithm() - Method in class java.security.Signature
Returns the name of the algorithm for this signature object.
getAlgorithm() - Method in interface java.security.Key
Returns the standard algorithm name for this key.
getAlgorithmProperty(String, String) - Static method in class java.security.Security
Deprecated. This method used to return the value of a proprietary property in the master file of the "SUN" Cryptographic Service Provider in order to determine how to parse algorithm-specific parameters. Use the new provider-based and algorithm-independent AlgorithmParameters and KeyFactory engine classes (introduced in JDK 1.2) instead.
getAlignedSizeRequirements(SizeRequirements[]) - Static method in class javax.swing.SizeRequirements
Determines the total space necessary to align a set of components.
getAlignment() - Method in class java.awt.FlowLayout
Gets the alignment for this layout.
getAlignment() - Method in class java.awt.Label
Gets the current alignment of this label.
getAlignment() - Method in class java.awt.font.GraphicAttribute
Returns the alignment of this GraphicAttribute.
getAlignment() - Method in class javax.swing.text.TabStop
 
getAlignment(AttributeSet) - Static method in class javax.swing.text.StyleConstants
Gets the alignment setting.
getAlignment(int) - Method in class javax.swing.text.View
Determines the desired alignment for this view along an axis.
getAlignment(int) - Method in class javax.swing.text.IconView
Determines the desired alignment for this view along an axis.
getAlignment(int) - Method in class javax.swing.text.LabelView
Determines the desired alignment for this view along an axis.
getAlignment(int) - Method in class javax.swing.text.BoxView
Determines the desired alignment for this view along an axis.
getAlignment(int) - Method in class javax.swing.text.ComponentView
Determines the desired alignment for this view along an axis.
getAlignment(int) - Method in class javax.swing.text.ParagraphView
Determines the desired alignment for this view along an axis.
getAlignment(int) - Method in class javax.swing.text.html.BlockView
Gets the alignment.
getAlignment(int) - Method in class javax.swing.text.html.ListView
Calculates the desired shape of the list.
getAlignmentX() - Method in class java.awt.Component
Returns the alignment along the x axis.
getAlignmentX() - Method in class java.awt.Container
Returns the alignment along the x axis.
getAlignmentX() - Method in class javax.swing.JComponent
Overrides Container.getAlignmentX to return the vertical alignment.
getAlignmentY() - Method in class java.awt.Component
Returns the alignment along the y axis.
getAlignmentY() - Method in class java.awt.Container
Returns the alignment along the y axis.
getAlignmentY() - Method in class javax.swing.JComponent
Overrides Container.getAlignmentY to return the horizontal alignment.
getAllAttributeKeys() - Method in interface java.text.AttributedCharacterIterator
Returns the keys of all attributes defined on the iterator's text range.
getAllAttributeKeys() - Static method in class javax.swing.text.html.CSS
Return the set of all possible CSS attribute keys.
getAllAttributeKeys() - Static method in class javax.swing.text.html.HTML
This is the set of html attributes recognized.
getAllByName(String) - Static method in class java.net.InetAddress
Determines all the IP addresses of a host, given the host's name.
getAllFonts() - Method in class java.awt.GraphicsEnvironment
Returns an array containing a one-point size instance of all fonts available in this GraphicsEnvironment.
getAllFrames() - Method in class javax.swing.JDesktopPane
Returns all JInternalFrames currently displayed in the desktop.
getAllFramesInLayer(int) - Method in class javax.swing.JDesktopPane
Returns all JInternalFrames currently displayed in the specified layer of the desktop.
getAllowsChildren() - Method in class javax.swing.text.AbstractDocument.AbstractElement
Returns true if the receiver allows children.
getAllowsChildren() - Method in class javax.swing.text.AbstractDocument.BranchElement
Returns true if the receiver allows children.
getAllowsChildren() - Method in class javax.swing.text.AbstractDocument.LeafElement
Returns true if the receiver allows children.
getAllowsChildren() - Method in class javax.swing.tree.DefaultMutableTreeNode
Returns true if this node is allowed to have children.
getAllowsChildren() - Method in interface javax.swing.tree.TreeNode
Returns true if the receiver allows children.
getAllowUserInteraction() - Method in class java.net.URLConnection
Returns the value of the allowUserInteraction field for this object.
getAllTags() - Static method in class javax.swing.text.html.HTML
This is the set of actual html tags that are known about the the default html reader.
getAlpha() - Method in class java.awt.AlphaComposite
Returns the alpha value of thisAlphaComposite.
getAlpha() - Method in class java.awt.Color
Returns the alpha component.
getAlpha(int) - Method in class java.awt.image.ColorModel
Returns the alpha component for the specified pixel, scaled from 0 to 255.
getAlpha(int) - Method in class java.awt.image.DirectColorModel
Returns the alpha component for the specified pixel, scaled from 0 to 255.
getAlpha(int) - Method in class java.awt.image.ComponentColorModel
Returns the alpha component for the specified pixel, scaled from 0 to 255.
getAlpha(int) - Method in class java.awt.image.IndexColorModel
Returns the alpha component for the specified pixel, scaled from 0 to 255.
getAlpha(Object) - Method in class java.awt.image.ColorModel
Returns the alpha component for the specified pixel, scaled from 0 to 255.
getAlpha(Object) - Method in class java.awt.image.DirectColorModel
Returns the alpha component for the specified pixel, scaled from 0 to 255.
getAlpha(Object) - Method in class java.awt.image.ComponentColorModel
Returns the alpha component for the specified pixel, scaled from 0 to 255.
getAlphaMask() - Method in class java.awt.image.DirectColorModel
Returns the mask indicating which bits in an int pixel representation contain the alpha component.
getAlphaRaster() - Method in class java.awt.image.BufferedImage
Returns a WritableRaster representing the alpha channel for BufferedImage objects with ColorModel objects that support a separate spatial alpha channel, such as ComponentColorModel and DirectColorModel.
getAlphaRaster(WritableRaster) - Method in class java.awt.image.ColorModel
Returns a Raster representing the alpha channel of an image, extracted from the input Raster, provided that pixel values of this ColorModel represent color and alpha information as separate spatial bands (e.g.
getAlphaRaster(WritableRaster) - Method in class java.awt.image.PackedColorModel
Returns a Raster representing the alpha channel of an image, extracted from the input Raster.
getAlphaRaster(WritableRaster) - Method in class java.awt.image.ComponentColorModel
Returns a Raster representing the alpha channel of an image, extracted from the input Raster.
getAlphas(byte[]) - Method in class java.awt.image.IndexColorModel
Copies the array of alpha transparency components into the given array.
getAmountFull(Insets, int, int) - Method in class javax.swing.plaf.basic.BasicProgressBarUI
This determines the amount of the progress bar that should be filled based on the percent done gathered from the model.
getAmPmStrings() - Method in class java.text.DateFormatSymbols
Gets ampm strings.
getAncestor() - Method in class javax.swing.event.AncestorEvent
Returns the ancestor that the event actually occured on.
getAncestorNamed(String, Component) - Static method in class javax.swing.SwingUtilities
Convenience method for searching above comp in the component hierarchy and returns the first object of name it finds.
getAncestorOfClass(Class, Component) - Static method in class javax.swing.SwingUtilities
Convenience method for searching above comp in the component hierarchy and returns the first object of class c it finds.
getAncestorParent() - Method in class javax.swing.event.AncestorEvent
Returns the parent of the ancestor the event actually occured on.
getAnchorRect() - Method in class java.awt.TexturePaint
Returns a copy of the anchor rectangle which positions and sizes the textured image.
getAnchorSelectionIndex() - Method in class javax.swing.DefaultListSelectionModel
 
getAnchorSelectionIndex() - Method in interface javax.swing.ListSelectionModel
Return the first index argument from the most recent call to setSelectionInterval(), addSelectionInterval() or removeSelectionInterval().
getAnchorSelectionIndex() - Method in class javax.swing.JList
Returns the first index argument from the most recent addSelectionInterval or setSelectionInterval call.
getAngleExtent() - Method in class java.awt.geom.Arc2D
Returns the angular extent of the arc.
getAngleExtent() - Method in class java.awt.geom.Arc2D.Float
Returns the angular extent of the arc.
getAngleExtent() - Method in class java.awt.geom.Arc2D.Double
Returns the angular extent of the arc.
getAngleStart() - Method in class java.awt.geom.Arc2D
Returns the starting angle of the arc.
getAngleStart() - Method in class java.awt.geom.Arc2D.Float
Returns the starting angle of the arc.
getAngleStart() - Method in class java.awt.geom.Arc2D.Double
Returns the starting angle of the arc.
getApplet(String) - Method in interface java.applet.AppletContext
Finds and returns the applet in the document represented by this applet context with the given name.
getAppletContext() - Method in class java.applet.Applet
Determines this applet's context, which allows the applet to query and affect the environment in which it runs.
getAppletContext() - Method in interface java.applet.AppletStub
Gets a handler to the applet's context.
getAppletInfo() - Method in class java.applet.Applet
Returns information about this applet.
getApplets() - Method in interface java.applet.AppletContext
Finds all the applets in the document represented by this applet context.
getApproveButton(JFileChooser) - Method in class javax.swing.plaf.basic.BasicFileChooserUI
 
getApproveButton(JFileChooser) - Method in class javax.swing.plaf.metal.MetalFileChooserUI
 
getApproveButtonMnemonic() - Method in class javax.swing.JFileChooser
Returns the approve button's mnemonic.
getApproveButtonMnemonic(JFileChooser) - Method in class javax.swing.plaf.basic.BasicFileChooserUI
 
getApproveButtonText() - Method in class javax.swing.JFileChooser
Returns the text used in the ApproveButton in the FileChooserUI.
getApproveButtonText(JFileChooser) - Method in class javax.swing.plaf.FileChooserUI
 
getApproveButtonText(JFileChooser) - Method in class javax.swing.plaf.basic.BasicFileChooserUI
 
getApproveButtonText(JFileChooser) - Method in class javax.swing.plaf.multi.MultiFileChooserUI
Call getApproveButtonText on each UI handled by this MultiUI.
getApproveButtonToolTipText() - Method in class javax.swing.JFileChooser
Returns the tooltip text used in the ApproveButton.
getApproveButtonToolTipText(JFileChooser) - Method in class javax.swing.plaf.basic.BasicFileChooserUI
 
getApproveSelectionAction() - Method in class javax.swing.plaf.basic.BasicFileChooserUI
 
getArcHeight() - Method in class java.awt.geom.RoundRectangle2D
Gets the height of the arc that rounds off the corners.
getArcHeight() - Method in class java.awt.geom.RoundRectangle2D.Float
Returns the height of the arc that rounds off the corners.
getArcHeight() - Method in class java.awt.geom.RoundRectangle2D.Double
Returns the height of the arc that rounds off the corners.
getArcType() - Method in class java.awt.geom.Arc2D
Returns the arc closure type of the arc: OPEN, CHORD, or PIE.
getArcWidth() - Method in class java.awt.geom.RoundRectangle2D
Gets the width of the arc that rounds off the corners.
getArcWidth() - Method in class java.awt.geom.RoundRectangle2D.Float
Returns the width of the arc that rounds off the corners.
getArcWidth() - Method in class java.awt.geom.RoundRectangle2D.Double
Returns the width of the arc that rounds off the corners.
getAreaOfInterest() - Method in class java.awt.image.renderable.RenderContext
Gets the ares of interest currently contained in the RenderContext.
getArray() - Method in interface java.sql.Array
Retrieves the contents of the SQL array designated by this Array object in the form of an array in the Java programming language.
getArray() - Method in class javax.swing.text.DefaultStyledDocument.ElementSpec
Gets the array of characters.
getArray(int) - Method in interface java.sql.ResultSet
JDBC 2.0 Gets an SQL ARRAY value from the current row of this ResultSet object.
getArray(int) - Method in interface java.sql.CallableStatement
JDBC 2.0 Gets the value of a JDBC ARRAY parameter as an Array object in the Java programming language.
getArray(long, int) - Method in interface java.sql.Array
Returns an array containing a slice of the SQL array, beginning with the specified index and containing up to count successive elements of the SQL array.
getArray(long, int, Map) - Method in interface java.sql.Array
Returns an array containing a slice of the SQL array object designated by this object, beginning with the specified index and containing up to count successive elements of the SQL array.
getArray(Map) - Method in interface java.sql.Array
Retrieves the contents of the SQL array designated by this Array object, using the specified map for type map customizations.
getArray(String) - Method in interface java.sql.ResultSet
JDBC 2.0 Gets an SQL ARRAY value in the current row of this ResultSet object.
getArrayLength() - Method in class javax.swing.text.GapContent
Get the length of the allocated array.
getAscent() - Method in class java.awt.FontMetrics
Determines the font ascent of the Font described by this FontMetrics object.
getAscent() - Method in class java.awt.font.TextLayout
Returns the ascent of this TextLayout.
getAscent() - Method in class java.awt.font.GraphicAttribute
Returns the ascent of this GraphicAttribute.
getAscent() - Method in class java.awt.font.ShapeGraphicAttribute
Returns the ascent of this ShapeGraphicAttribute.
getAscent() - Method in class java.awt.font.LineMetrics
Returns the ascent of the text.
getAscent() - Method in class java.awt.font.ImageGraphicAttribute
Returns the ascent of this ImageGraphicAttribute.
getAsciiStream() - Method in interface java.sql.Clob
Gets the CLOB value designated by this Clob object as a stream of Ascii bytes.
getAsciiStream(int) - Method in interface java.sql.ResultSet
Gets the value of a column in the current row as a stream of ASCII characters.
getAsciiStream(String) - Method in interface java.sql.ResultSet
Gets the value of a column in the current row as a stream of ASCII characters.
getAsText() - Method in class java.beans.PropertyEditorSupport
Gets the property value as a string suitable for presentation to a human to edit.
getAsText() - Method in interface java.beans.PropertyEditor
Gets the property value as text.
getAsynchronousLoadPriority() - Method in class javax.swing.text.AbstractDocument
Get the asynchronous loading priority.
getAtIndex(int, int) - Method in interface javax.accessibility.AccessibleText
Return the String at a given index.
getAtIndex(int, int) - Method in class javax.swing.text.JTextComponent.AccessibleJTextComponent
Returns the String at a given index.
getAttribute(AttributedCharacterIterator.Attribute) - Method in interface java.text.AttributedCharacterIterator
Returns the value of the named attribute for the current character.
getAttribute(Object) - Method in interface javax.swing.text.AttributeSet
Fetches the value of the given attribute.
getAttribute(Object) - Method in class javax.swing.text.AbstractDocument.AbstractElement
Gets the value of an attribute.
getAttribute(Object) - Method in class javax.swing.text.SimpleAttributeSet
Gets the value of an attribute.
getAttribute(Object) - Method in class javax.swing.text.StyleContext.SmallAttributeSet
Gets the value of an attribute.
getAttribute(Object) - Method in class javax.swing.text.StyleContext.NamedStyle
Gets the value of an attribute.
getAttribute(String) - Static method in class javax.swing.text.html.CSS
Translate a string to a CSS.Attribute object.
getAttribute(String) - Method in class javax.swing.text.html.parser.Element
Get an attribute by name.
getAttributeByValue(String) - Method in class javax.swing.text.html.parser.Element
Get an attribute by value.
getAttributeContext() - Method in class javax.swing.text.AbstractDocument
Fetches the context for managing attributes.
getAttributeCount() - Method in interface javax.swing.text.AttributeSet
Returns the number of attributes contained in this set.
getAttributeCount() - Method in class javax.swing.text.AbstractDocument.AbstractElement
Gets the number of attributes that are defined.
getAttributeCount() - Method in class javax.swing.text.SimpleAttributeSet
Gets a count of the number of attributes.
getAttributeCount() - Method in class javax.swing.text.StyleContext.SmallAttributeSet
Gets the number of attributes that are defined.
getAttributeCount() - Method in class javax.swing.text.StyleContext.NamedStyle
Gets the number of attributes that are defined.
getAttributeKey(String) - Static method in class javax.swing.text.html.HTML
Fetch an attribute constant for a well-known attribute name (i.e.
getAttributeNames() - Method in interface javax.swing.text.AttributeSet
Returns an enumeration over the names of the attributes in the set.
getAttributeNames() - Method in class javax.swing.text.AbstractDocument.AbstractElement
Gets the names of all attributes.
getAttributeNames() - Method in class javax.swing.text.SimpleAttributeSet
Gets the names of the attributes in the set.
getAttributeNames() - Method in class javax.swing.text.StyleContext.SmallAttributeSet
Gets the names of all attributes.
getAttributeNames() - Method in class javax.swing.text.StyleContext.NamedStyle
Gets the names of all attributes.
getAttributes() - Method in class java.awt.Font
Returns a map of font attributes available in this Font.
getAttributes() - Method in class java.net.JarURLConnection
Return the Attributes object for this connection if the URL for it points to a JAR file entry, null otherwise.
getAttributes() - Method in interface java.sql.Struct
Produces the ordered values of the attributes of the SQL structurec type that this Struct object represents.
getAttributes() - Method in interface java.text.AttributedCharacterIterator
Returns a map with the attributes defined on the current character.
getAttributes() - Method in class java.util.jar.JarEntry
Returns the Manifest Attributes for this entry, or null if none.
getAttributes() - Method in class javax.swing.text.View
Fetches the attributes to use when rendering.
getAttributes() - Method in interface javax.swing.text.Element
Fetches the collection of attributes this element contains.
getAttributes() - Method in class javax.swing.text.AbstractDocument.AbstractElement
Gets the attributes for the element.
getAttributes() - Method in class javax.swing.text.DefaultStyledDocument.ElementSpec
Gets the element attributes.
getAttributes() - Method in class javax.swing.text.html.ParagraphView
Fetches the attributes to use when rendering.
getAttributes() - Method in class javax.swing.text.html.Option
Fetch the attributes associated with this option.
getAttributes() - Method in class javax.swing.text.html.BlockView
Fetches the attributes to use when rendering.
getAttributes() - Method in class javax.swing.text.html.InlineView
Fetches the attributes to use when rendering.
getAttributes() - Method in class javax.swing.text.html.HTMLDocument.Iterator
Fetch the attributes for this tag.
getAttributes() - Method in class javax.swing.text.html.parser.Parser
 
getAttributes() - Method in class javax.swing.text.html.parser.Element
Get the attributes.
getAttributes(Map) - Method in interface java.sql.Struct
Produces the ordered values of the attributes of the SQL structurec type that this Struct object represents.
getAttributes(String) - Method in class java.util.jar.Manifest
Returns the Attributes for the specified entry name.
getAudioClip(URL) - Method in class java.applet.Applet
Returns the AudioClip object specified by the URL argument.
getAudioClip(URL) - Method in interface java.applet.AppletContext
Creates an audio clip.
getAudioClip(URL, String) - Method in class java.applet.Applet
Returns the AudioClip object specified by the URL and name arguments.
getAutoCommit() - Method in interface java.sql.Connection
Gets the current auto-commit state.
getAutoCreateColumnsFromModel() - Method in class javax.swing.JTable
Returns whether the table will create default columns from the model.
getAutoResizeMode() - Method in class javax.swing.JTable
Returns auto resize mode of the table.
getAutoscrollInsets() - Method in interface java.awt.dnd.Autoscroll
This method returns the Insets describing the autoscrolling region or border relative to the geometry of the implementing Component.
getAutoscrolls() - Method in class javax.swing.JComponent
Returns true if this component automatically scrolls its contents when dragged, (when contained in a component that supports scrolling, like JViewport
getAuxiliaryLookAndFeels() - Static method in class javax.swing.UIManager
Return the list of auxiliary look and feels (can be null).
getAvailableAttributes() - Method in class java.awt.Font
Returns the keys of all the attributes supported by this Font.
getAvailableFontFamilyNames() - Method in class java.awt.GraphicsEnvironment
Returns an array containing the names of all font families available in this GraphicsEnvironment.
getAvailableFontFamilyNames(Locale) - Method in class java.awt.GraphicsEnvironment
Returns an array containing the localized names of all font families available in this GraphicsEnvironment.
getAvailableIDs() - Static method in class java.util.TimeZone
Gets all the available IDs supported.
getAvailableIDs(int) - Static method in class java.util.TimeZone
Gets the available IDs according to the given time zone offset.
getAvailableLocales() - Static method in class java.text.NumberFormat
Get the set of Locales for which NumberFormats are installed
getAvailableLocales() - Static method in class java.text.DateFormat
Gets the set of locales for which DateFormats are installed.
getAvailableLocales() - Static method in class java.text.Collator
Get the set of Locales for which Collators are installed.
getAvailableLocales() - Static method in class java.text.BreakIterator
Get the set of Locales for which BreakIterators are installed
getAvailableLocales() - Static method in class java.util.Calendar
Gets the list of locales for which Calendars are installed.
getAvailableLocales() - Static method in class java.util.Locale
Returns a list of all installed locales.
getAvailableSize(Dimension, Insets) - Method in class javax.swing.plaf.basic.BasicSplitPaneUI.BasicHorizontalLayoutManager
Returns the available width based on the container size and Insets.
getAvailableSize(Dimension, Insets) - Method in class javax.swing.plaf.basic.BasicSplitPaneUI.BasicVerticalLayoutManager
Returns the available height based on the container size and Insets.
getBackground() - Method in class java.awt.Component
Gets the background color of this component.
getBackground() - Method in class java.awt.Graphics2D
Returns the background color used for clearing a region.
getBackground() - Method in interface javax.accessibility.AccessibleComponent
Get the background color of this object.
getBackground() - Method in class javax.swing.JComponent.AccessibleJComponent
Get the background color of this object.
getBackground() - Method in class javax.swing.JTree.AccessibleJTree.AccessibleJTreeNode
Get the background color of this object.
getBackground() - Method in class javax.swing.JApplet.AccessibleJApplet
Get the background color of this object.
getBackground() - Method in class javax.swing.JWindow.AccessibleJWindow
Get the background color of this object.
getBackground() - Method in class javax.swing.Box.Filler.AccessibleBoxFiller
Gets the background color of this object.
getBackground() - Method in class javax.swing.Box.AccessibleBox
Gets the background color of this object.
getBackground() - Method in class javax.swing.JDialog.AccessibleJDialog
Get the background color of this object.
getBackground() - Method in class javax.swing.CellRendererPane.AccessibleCellRendererPane
Get the background color of this object.
getBackground() - Method in class javax.swing.JTable.AccessibleJTable.AccessibleJTableCell
Get the background color of this object.
getBackground() - Method in class javax.swing.JFrame.AccessibleJFrame
Get the background color of this object.
getBackground() - Method in class javax.swing.JList.AccessibleJList.AccessibleJListChild
 
getBackground() - Method in class javax.swing.table.JTableHeader.AccessibleJTableHeader.AccessibleJTableHeaderEntry
 
getBackground(AttributeSet) - Static method in class javax.swing.text.StyleConstants
Gets the background color setting from the attribute list.
getBackground(AttributeSet) - Method in interface javax.swing.text.StyledDocument
Takes a set of attributes and turn it into a background color specification.
getBackground(AttributeSet) - Method in class javax.swing.text.DefaultStyledDocument
Gets the background color from an attribute set.
getBackground(AttributeSet) - Method in class javax.swing.text.StyleContext
Takes a set of attributes and turn it into a background color specification.
getBackground(AttributeSet) - Method in class javax.swing.text.html.StyleSheet
Takes a set of attributes and turn it into a background color specification.
getBackgroundAt(int) - Method in class javax.swing.JTabbedPane
Returns the tab background color at index.
getBackgroundNonSelectionColor() - Method in class javax.swing.tree.DefaultTreeCellRenderer
Returns the background color to be used for non selected nodes.
getBackgroundSelectionColor() - Method in class javax.swing.tree.DefaultTreeCellRenderer
Returns the color to use for the background if node is selected.
getBandOffsets() - Method in class java.awt.image.ComponentSampleModel
Returns the band offset for all bands.
getBankData() - Method in class java.awt.image.DataBufferByte
Returns the data arrays for all banks.
getBankData() - Method in class java.awt.image.DataBufferUShort
Returns the data arrays for all banks.
getBankData() - Method in class java.awt.image.DataBufferShort
Returns the data arrays for all banks.
getBankData() - Method in class java.awt.image.DataBufferInt
Returns the data arrays for all banks.
getBankIndices() - Method in class java.awt.image.ComponentSampleModel
Returns the bank indices for all bands.
getBase() - Method in class javax.swing.text.html.HTMLDocument
Get the location to resolve relative url's against.
getBaseline() - Method in class java.awt.font.TextLayout
Returns the baseline for this TextLayout.
getBaselineFor(char) - Method in class java.awt.Font
Returns the baseline appropriate for displaying this character.
getBaselineIndex() - Method in class java.awt.font.LineMetrics
Returns the baseline index of the text.
getBaselineOffsets() - Method in class java.awt.font.TextLayout
Returns the offsets array for the baselines used for this TextLayout.
getBaselineOffsets() - Method in class java.awt.font.LineMetrics
Returns the baseline offsets of the text, relative to the baseline of the text.
getBaseType() - Method in interface java.sql.Array
Returns the JDBC type of the elements in the array designated by this Array object.
getBaseTypeName() - Method in interface java.sql.Array
Returns the SQL type name of the elements in the array designated by this Array object.
getBaseTypeName() - Method in interface java.sql.Ref
Gets the fully-qualified SQL structured type name of the referenced item.
getBasicConstraints() - Method in class java.security.cert.X509Certificate
Gets the certificate constraints path length from the critical BasicConstraints extension, (OID = 2.5.29.19).
getBasicSplitPaneUI() - Method in class javax.swing.plaf.basic.BasicSplitPaneDivider
Returns the SplitPaneUI the receiver is currently in.
getBeanClass() - Method in class java.beans.BeanDescriptor
Gets the bean's Class object.
getBeanContext() - Method in class java.beans.beancontext.BeanContextChildSupport
 
getBeanContext() - Method in class java.beans.beancontext.BeanContextEvent
 
getBeanContext() - Method in interface java.beans.beancontext.BeanContextChild
 
getBeanContextChildPeer() - Method in class java.beans.beancontext.BeanContextChildSupport
 
getBeanContextPeer() - Method in class java.beans.beancontext.BeanContextSupport
 
getBeanContextProxy() - Method in interface java.beans.beancontext.BeanContextProxy
 
getBeanContextServicesPeer() - Method in class java.beans.beancontext.BeanContextServicesSupport
 
getBeanDescriptor() - Method in interface java.beans.BeanInfo
Gets the beans BeanDescriptor.
getBeanDescriptor() - Method in class java.beans.SimpleBeanInfo
Deny knowledge about the class and customizer of the bean.
getBeanInfo(Class) - Static method in class java.beans.Introspector
Introspect on a Java bean and learn about all its properties, exposed methods, and events.
getBeanInfo(Class, Class) - Static method in class java.beans.Introspector
Introspect on a Java bean and learn all about its properties, exposed methods, below a given "stop" point.
getBeanInfo(Class, int) - Static method in class java.beans.Introspector
Introspect on a Java bean and learn about all its properties, exposed methods, and events, subnject to some comtrol flags.
getBeanInfoSearchPath() - Static method in class java.beans.Introspector
Gets the list of package names that will be used for finding BeanInfo classes.
getBeforeIndex(int, int) - Method in interface javax.accessibility.AccessibleText
Return the String before a given index.
getBeforeIndex(int, int) - Method in class javax.swing.text.JTextComponent.AccessibleJTextComponent
Returns the String before a given index.
getBeginIndex() - Method in interface java.text.CharacterIterator
Returns the start index of the text.
getBeginIndex() - Method in class java.text.StringCharacterIterator
Implements CharacterIterator.getBeginIndex() for String.
getBeginIndex() - Method in class java.text.FieldPosition
Retrieves the index of the first character in the requested field.
getBestConfiguration(GraphicsConfigTemplate) - Method in class java.awt.GraphicsDevice
Returns the "best" configuration possible that passes the criteria defined in the GraphicsConfigTemplate.
getBestConfiguration(GraphicsConfiguration[]) - Method in class java.awt.GraphicsConfigTemplate
Returns the "best" configuration possible that passes the criteria defined in the GraphicsConfigTemplate.
getBestCursorSize(int, int) - Method in class java.awt.Toolkit
Returns the supported cursor dimension which is closest to the desired sizes.
getBestRowIdentifier(String, String, String, int, boolean) - Method in interface java.sql.DatabaseMetaData
Gets a description of a table's optimal set of columns that uniquely identifies a row.
getBevelType() - Method in class javax.swing.border.BevelBorder
Returns the type of the bevel border.
getBidiLevel(AttributeSet) - Static method in class javax.swing.text.StyleConstants
Gets the BidiLevel setting.
getBidiRootElement() - Method in class javax.swing.text.AbstractDocument
Returns the root element of the bidirectional structure for this document.
getBigDecimal(int) - Method in interface java.sql.ResultSet
JDBC 2.0 Gets the value of a column in the current row as a java.math.BigDecimal object with full precision.
getBigDecimal(int) - Method in interface java.sql.CallableStatement
JDBC 2.0 Gets the value of a JDBC NUMERIC parameter as a java.math.BigDecimal object with as many digits to the right of the decimal point as the value contains.
getBigDecimal(int, int) - Method in interface java.sql.ResultSet
Deprecated.  
getBigDecimal(int, int) - Method in interface java.sql.CallableStatement
Deprecated.  
getBigDecimal(String) - Method in interface java.sql.ResultSet
JDBC 2.0 Gets the value of a column in the current row as a java.math.BigDecimal object with full precision.
getBigDecimal(String, int) - Method in interface java.sql.ResultSet
Deprecated.  
getBinaryStream() - Method in interface java.sql.Blob
Retrieves the BLOB designated by this Blob instance as a stream.
getBinaryStream(int) - Method in interface java.sql.ResultSet
Gets the value of a column in the current row as a stream of uninterpreted bytes.
getBinaryStream(String) - Method in interface java.sql.ResultSet
Gets the value of a column in the current row as a stream of uninterpreted bytes.
getBitMasks() - Method in class java.awt.image.SinglePixelPackedSampleModel
Returns the bit masks for all bands.
getBitOffset(int) - Method in class java.awt.image.MultiPixelPackedSampleModel
Returns the offset, in bits, into the data element in which it is stored for the xth pixel of a scanline.
getBitOffsets() - Method in class java.awt.image.SinglePixelPackedSampleModel
Returns the bit offsets into the data array element representing a pixel for all bands.
getBlack() - Static method in class javax.swing.plaf.metal.MetalLookAndFeel
 
getBlack() - Method in class javax.swing.plaf.metal.MetalTheme
 
getBlackBoxBounds(int, int) - Method in class java.awt.font.TextLayout
Returns the black box bounds of the characters in the specified range.
getBlackLineBorderUIResource() - Static method in class javax.swing.plaf.BorderUIResource
 
getBlinkRate() - Method in interface javax.swing.text.Caret
Gets the blink rate of the caret.
getBlinkRate() - Method in class javax.swing.text.DefaultCaret
Gets the caret blink rate.
getBlob(int) - Method in interface java.sql.ResultSet
JDBC 2.0 Gets a BLOB value in the current row of this ResultSet object.
getBlob(int) - Method in interface java.sql.CallableStatement
JDBC 2.0 Gets the value of a JDBC BLOB parameter as a Blob object in the Java programming language.
getBlob(String) - Method in interface java.sql.ResultSet
JDBC 2.0 Gets a BLOB value in the current row of this ResultSet object.
getBlockIncrement() - Method in interface java.awt.Adjustable
Gets the block value increment for the adjustable object.
getBlockIncrement() - Method in class java.awt.Scrollbar
Gets the block increment of this scroll bar.
getBlockIncrement() - Method in class javax.swing.JScrollBar
For backwards compatibility with java.awt.Scrollbar.
getBlockIncrement(int) - Method in class javax.swing.JScrollBar
Returns the amount to change the scrollbar's value by, given a block (usually "page") up/down request.
getBlockIncrement(int) - Method in class javax.swing.JScrollPane.ScrollBar
If the viewports view is a Scrollable then ask the view to compute the block increment.
getBlue() - Method in class java.awt.Color
Returns the blue component.
getBlue(int) - Method in class java.awt.image.ColorModel
Returns the blue color component for the specified pixel, scaled from 0 to 255 in the default RGB ColorSpace, sRGB.
getBlue(int) - Method in class java.awt.image.DirectColorModel
Returns the blue color component for the specified pixel, scaled from 0 to 255 in the default RGB ColorSpace, sRGB.
getBlue(int) - Method in class java.awt.image.ComponentColorModel
Returns the blue color component for the specified pixel, scaled from 0 to 255 in the default RGB ColorSpace, sRGB.
getBlue(int) - Method in class java.awt.image.IndexColorModel
Returns the blue color component for the specified pixel, scaled from 0 to 255 in the default RGB ColorSpace, sRGB.
getBlue(Object) - Method in class java.awt.image.ColorModel
Returns the blue color component for the specified pixel, scaled from 0 to 255 in the default RGB ColorSpace, sRGB.
getBlue(Object) - Method in class java.awt.image.DirectColorModel
Returns the blue color component for the specified pixel, scaled from 0 to 255 in the default RGB ColorSpace, sRGB.
getBlue(Object) - Method in class java.awt.image.ComponentColorModel
Returns the blue color component for the specified pixel, scaled from 0 to 255 in the default RGB ColorSpace, sRGB.
getBlueMask() - Method in class java.awt.image.DirectColorModel
Returns the mask indicating which bits in an int pixel representation contain the blue color component.
getBlues(byte[]) - Method in class java.awt.image.IndexColorModel
Copies the array of blue color components into the given array.
getBoolean(int) - Method in interface java.sql.ResultSet
Gets the value of a column in the current row as a Java boolean.
getBoolean(int) - Method in interface java.sql.CallableStatement
Gets the value of a JDBC BIT parameter as a boolean in the Java programming language.
getBoolean(Object) - Method in class java.lang.reflect.Field
Gets the value of a field as a boolean on the specified object.
getBoolean(Object, int) - Static method in class java.lang.reflect.Array
Returns the value of the indexed component in the specified array object, as a boolean.
getBoolean(String) - Static method in class java.lang.Boolean
Returns true if and only if the system property named by the argument exists and is equal to the string "true".
getBoolean(String) - Method in interface java.sql.ResultSet
Gets the value of a column in the current row as a Java boolean.
getBorder() - Method in class javax.swing.JComponent
Returns the border of this component or null if no border is currently set.
getBorder() - Method in class javax.swing.border.TitledBorder
Returns the border of the titled border.
getBorder() - Method in class javax.swing.tree.DefaultTreeCellEditor.DefaultTextField
Overrides JComponent.getBorder to returns the current border.
getBorder(Object) - Static method in class javax.swing.UIManager
Returns a border from the defaults table.
getBorder(Object) - Method in class javax.swing.UIDefaults
If the value of key is a Border return it, otherwise return null.
getBorderColor() - Method in class javax.swing.plaf.basic.BasicToolBarUI.DragWindow
 
getBorderInsets(Component) - Method in class javax.swing.border.AbstractBorder
This default implementation returns the value of getBorderMargins.
getBorderInsets(Component) - Method in class javax.swing.border.TitledBorder
Returns the insets of the border.
getBorderInsets(Component) - Method in class javax.swing.border.LineBorder
Returns the insets of the border.
getBorderInsets(Component) - Method in class javax.swing.border.EmptyBorder
Returns the insets of the border.
getBorderInsets(Component) - Method in class javax.swing.border.CompoundBorder
Returns the insets of the composite border by adding the insets of the outside border to the insets of the inside border.
getBorderInsets(Component) - Method in interface javax.swing.border.Border
Returns the insets of the border.
getBorderInsets(Component) - Method in class javax.swing.border.BevelBorder
Returns the insets of the border.
getBorderInsets(Component) - Method in class javax.swing.border.MatteBorder
Returns the insets of the border.
getBorderInsets(Component) - Method in class javax.swing.border.EtchedBorder
Returns the insets of the border.
getBorderInsets(Component) - Method in class javax.swing.border.SoftBevelBorder
Returns the insets of the border.
getBorderInsets(Component) - Method in class javax.swing.plaf.BorderUIResource
 
getBorderInsets(Component) - Method in class javax.swing.plaf.basic.BasicBorders.ButtonBorder
 
getBorderInsets(Component) - Method in class javax.swing.plaf.basic.BasicBorders.ToggleButtonBorder
 
getBorderInsets(Component) - Method in class javax.swing.plaf.basic.BasicBorders.RadioButtonBorder
 
getBorderInsets(Component) - Method in class javax.swing.plaf.basic.BasicBorders.MenuBarBorder
 
getBorderInsets(Component) - Method in class javax.swing.plaf.basic.BasicBorders.MarginBorder
 
getBorderInsets(Component) - Method in class javax.swing.plaf.basic.BasicBorders.FieldBorder
 
getBorderInsets(Component) - Method in class javax.swing.plaf.basic.BasicBorders.SplitPaneBorder
 
getBorderInsets(Component) - Method in class javax.swing.plaf.metal.MetalBorders.Flush3DBorder
 
getBorderInsets(Component) - Method in class javax.swing.plaf.metal.MetalBorders.ButtonBorder
 
getBorderInsets(Component) - Method in class javax.swing.plaf.metal.MetalBorders.InternalFrameBorder
 
getBorderInsets(Component) - Method in class javax.swing.plaf.metal.MetalBorders.MenuBarBorder
 
getBorderInsets(Component) - Method in class javax.swing.plaf.metal.MetalBorders.MenuItemBorder
 
getBorderInsets(Component) - Method in class javax.swing.plaf.metal.MetalBorders.PopupMenuBorder
 
getBorderInsets(Component) - Method in class javax.swing.plaf.metal.MetalBorders.ToolBarBorder
 
getBorderInsets(Component) - Method in class javax.swing.plaf.metal.MetalBorders.ScrollPaneBorder
 
getBorderInsets(Component, Insets) - Method in class javax.swing.border.AbstractBorder
Reinitialize the insets parameter with this Border's current Insets.
getBorderInsets(Component, Insets) - Method in class javax.swing.border.TitledBorder
Reinitialize the insets parameter with this Border's current Insets.
getBorderInsets(Component, Insets) - Method in class javax.swing.border.LineBorder
Reinitialize the insets parameter with this Border's current Insets.
getBorderInsets(Component, Insets) - Method in class javax.swing.border.EmptyBorder
Reinitialize the insets parameter with this Border's current Insets.
getBorderInsets(Component, Insets) - Method in class javax.swing.border.CompoundBorder
Reinitialize the insets parameter with this Border's current Insets.
getBorderInsets(Component, Insets) - Method in class javax.swing.border.BevelBorder
Reinitialize the insets parameter with this Border's current Insets.
getBorderInsets(Component, Insets) - Method in class javax.swing.border.MatteBorder
Reinitialize the insets parameter with this Border's current Insets.
getBorderInsets(Component, Insets) - Method in class javax.swing.border.EtchedBorder
Reinitialize the insets parameter with this Border's current Insets.
getBorderSelectionColor() - Method in class javax.swing.tree.DefaultTreeCellEditor
Returns the color the border is drawn.
getBorderSelectionColor() - Method in class javax.swing.tree.DefaultTreeCellRenderer
Returns the color the border is drawn.
getBorderTitle(Border) - Method in class javax.swing.JComponent.AccessibleJComponent
Recursively search through the border hierarchy (if it exists) for a TitledBorder with a non-null title.
getBottomComponent() - Method in class javax.swing.JSplitPane
Returns the component below, or to the right of the divider.
getBottomInset() - Method in class javax.swing.text.CompositeView
Gets the bottom inset.
getBoundActions() - Method in interface javax.swing.text.Keymap
Fetches all of the actions defined in this keymap.
getBoundingBox() - Method in class java.awt.Polygon
Deprecated. As of JDK version 1.1, replaced by getBounds().
getBoundKeyStrokes() - Method in interface javax.swing.text.Keymap
Fetches all of the keystrokes in this map that are bound to some action.
getBounds() - Method in class java.awt.Component
Gets the bounds of this component in the form of a Rectangle object.
getBounds() - Method in interface java.awt.Shape
Returns an integer Rectangle that completely encloses the Shape.
getBounds() - Method in class java.awt.Polygon
Gets the bounding box of this Polygon.
getBounds() - Method in class java.awt.Rectangle
Gets the bounding Rectangle of this Rectangle.
getBounds() - Method in class java.awt.font.TextLayout
Returns the bounds of this TextLayout.
getBounds() - Method in class java.awt.font.GraphicAttribute
Returns a Rectangle2D that encloses all of the bits drawn by this GraphicAttribute relative to the rendering position.
getBounds() - Method in class java.awt.font.ShapeGraphicAttribute
Returns a Rectangle2D that encloses all of the bits drawn by this ShapeGraphicAttribute relative to the rendering position.
getBounds() - Method in class java.awt.font.ImageGraphicAttribute
Returns a Rectangle2D that encloses all of the bits rendered by this ImageGraphicAttribute, relative to the rendering position.
getBounds() - Method in class java.awt.geom.RectangularShape
Returns the bounding box of the Shape.
getBounds() - Method in class java.awt.geom.Line2D
Returns the bounding box of this Line2D.
getBounds() - Method in class java.awt.geom.CubicCurve2D
Returns the bounding box of the shape.
getBounds() - Method in class java.awt.geom.Area
Returns a bounding Rectangle that completely encloses this Area.
getBounds() - Method in class java.awt.geom.GeneralPath
Return the bounding box of the path.
getBounds() - Method in class java.awt.geom.QuadCurve2D
Returns the bounding box of this QuadCurve2D.
getBounds() - Method in class java.awt.image.Raster
Returns the bounding Rectangle of this Raster.
getBounds() - Method in interface javax.accessibility.AccessibleComponent
Gets the bounds of this object in the form of a Rectangle object.
getBounds() - Method in class javax.swing.JComponent.AccessibleJComponent
Gets the bounds of this object in the form of a Rectangle object.
getBounds() - Method in class javax.swing.JTree.AccessibleJTree.AccessibleJTreeNode
 
getBounds() - Method in class javax.swing.JApplet.AccessibleJApplet
Gets the bounds of this object in the form of a Rectangle object.
getBounds() - Method in class javax.swing.JWindow.AccessibleJWindow
Gets the bounds of this object in the form of a Rectangle object.
getBounds() - Method in class javax.swing.Box.Filler.AccessibleBoxFiller
Gets the bounds of this object in the form of a Rectangle object.
getBounds() - Method in class javax.swing.Box.AccessibleBox
Gets the bounds of this object in the form of a Rectangle object.
getBounds() - Method in class javax.swing.JDialog.AccessibleJDialog
Gets the bounds of this object in the form of a Rectangle object.
getBounds() - Method in class javax.swing.CellRendererPane.AccessibleCellRendererPane
Gets the bounds of this object in the form of a Rectangle object.
getBounds() - Method in class javax.swing.JTable.AccessibleJTable.AccessibleJTableCell
 
getBounds() - Method in class javax.swing.JFrame.AccessibleJFrame
Gets the bounds of this object in the form of a Rectangle object.
getBounds() - Method in class javax.swing.JList.AccessibleJList.AccessibleJListChild
 
getBounds() - Method in class javax.swing.table.JTableHeader.AccessibleJTableHeader.AccessibleJTableHeaderEntry
 
getBounds(Rectangle) - Method in class java.awt.Component
Store the bounds of this component into "return value" rv and return rv.
getBounds(Rectangle) - Method in class javax.swing.JComponent
Store the bounds of this component into "return value" rv and return rv.
getBounds(TreePath, Rectangle) - Method in class javax.swing.tree.AbstractLayoutCache
Returns a rectangle giving the bounds needed to draw path.
getBounds(TreePath, Rectangle) - Method in class javax.swing.tree.FixedHeightLayoutCache
Returns a rectangle giving the bounds needed to draw path.
getBounds(TreePath, Rectangle) - Method in class javax.swing.tree.VariableHeightLayoutCache
Returns the Rectangle enclosing the label portion that the item identified by row will be drawn into.
getBounds2D() - Method in interface java.awt.Shape
Returns a high precision and more accurate bounding box of the Shape than the getBounds method.
getBounds2D() - Method in class java.awt.Polygon
Returns the high precision bounding box of the Shape.
getBounds2D() - Method in class java.awt.Rectangle
Return the high precision bounding box of this rectangle.
getBounds2D() - Method in class java.awt.font.GlyphMetrics
Returns the black box bounds of the glyph.
getBounds2D() - Method in class java.awt.geom.Rectangle2D
Returns the high precision bounding box of this Rectangle2D.
getBounds2D() - Method in class java.awt.geom.Rectangle2D.Float
Returns the high precision bounding box of this Rectangle2D.
getBounds2D() - Method in class java.awt.geom.Rectangle2D.Double
Returns the high precision bounding box of this Rectangle2D.
getBounds2D() - Method in class java.awt.geom.Line2D.Float
Returns the high-precision bounding box of this Line2D.
getBounds2D() - Method in class java.awt.geom.Line2D.Double
Returns the high-precision bounding box of this Line2D.
getBounds2D() - Method in class java.awt.geom.CubicCurve2D.Float
Returns the bounding box of the shape.
getBounds2D() - Method in class java.awt.geom.CubicCurve2D.Double
Returns the bounding box of the shape.
getBounds2D() - Method in class java.awt.geom.RoundRectangle2D.Float
Returns the high precision bounding box of this RoundRectangle2D.
getBounds2D() - Method in class java.awt.geom.RoundRectangle2D.Double
Returns the high precision bounding box of this RoundRectangle2D.
getBounds2D() - Method in class java.awt.geom.Area
Returns a high precision bounding Rectangle2D that completely encloses this Area.
getBounds2D() - Method in class java.awt.geom.GeneralPath
Returns the bounding box of the path.
getBounds2D() - Method in class java.awt.geom.Arc2D
Returns the high-precision bounding box of the arc.
getBounds2D() - Method in class java.awt.geom.QuadCurve2D.Float
Returns the bounding box of this QuadCurve2D.
getBounds2D() - Method in class java.awt.geom.QuadCurve2D.Double
Returns the bounding box of this QuadCurve2D.
getBounds2D() - Method in class java.awt.geom.Ellipse2D.Float
Returns the high precision bounding box of this Ellipse2D.
getBounds2D() - Method in class java.awt.geom.Ellipse2D.Double
Returns the high precision bounding box of this Ellipse2D.
getBounds2D(BufferedImage) - Method in interface java.awt.image.BufferedImageOp
Returns the bounding box of the filtered destination image.
getBounds2D(BufferedImage) - Method in class java.awt.image.LookupOp
Returns the bounding box of the filtered destination image.
getBounds2D(BufferedImage) - Method in class java.awt.image.RescaleOp
Returns the bounding box of the rescaled destination image.
getBounds2D(BufferedImage) - Method in class java.awt.image.ColorConvertOp
Returns the bounding box of the destination, given this source.
getBounds2D(BufferedImage) - Method in class java.awt.image.ConvolveOp
Returns the bounding box of the filtered destination image.
getBounds2D(BufferedImage) - Method in class java.awt.image.AffineTransformOp
Returns the bounding box of the transformed destination.
getBounds2D(ParameterBlock) - Method in interface java.awt.image.renderable.ContextualRenderedImageFactory
Returns the bounding box for the output of the operation, performed on a given set of sources, in rendering-independent space.
getBounds2D(Raster) - Method in class java.awt.image.LookupOp
Returns the bounding box of the filtered destination Raster.
getBounds2D(Raster) - Method in interface java.awt.image.RasterOp
Returns the bounding box of the filtered destination Raster.
getBounds2D(Raster) - Method in class java.awt.image.RescaleOp
Returns the bounding box of the rescaled destination Raster.
getBounds2D(Raster) - Method in class java.awt.image.ColorConvertOp
Returns the bounding box of the destination, given this source.
getBounds2D(Raster) - Method in class java.awt.image.BandCombineOp
Returns the bounding box of the transformed destination.
getBounds2D(Raster) - Method in class java.awt.image.ConvolveOp
Returns the bounding box of the filtered destination Raster.
getBounds2D(Raster) - Method in class java.awt.image.AffineTransformOp
Returns the bounding box of the transformed destination.
getBoundsAt(int) - Method in class javax.swing.JTabbedPane
Returns the tab bounds at index.
getBoundsForIconOf(JInternalFrame) - Method in class javax.swing.DefaultDesktopManager
The iconifyFrame() code calls this to determine the proper bounds for the desktopIcon.
getBoxPainter(AttributeSet) - Method in class javax.swing.text.html.StyleSheet
Fetch the box formatter to use for the given set of css attributes.
getBreakLocation(Segment, FontMetrics, int, int, TabExpander, int) - Static method in class javax.swing.text.Utilities
Determine where to break the given text to fit within the the given span.
getBreakWeight(int, float) - Method in class javax.swing.text.ParagraphView
Gets the break weight for a given location.
getBreakWeight(int, float, float) - Method in class javax.swing.text.View
Determines how attractive a break opportunity in this view is.
getBreakWeight(int, float, float) - Method in class javax.swing.text.LabelView
Determines how attractive a break opportunity in this view is.
getBuffer() - Method in class java.io.StringWriter
Return the string buffer itself.
getBufferedImageOp() - Method in class java.awt.image.BufferedImageFilter
Returns the BufferedImageOp.
getBundle(String) - Static method in class java.util.ResourceBundle
Get the appropriate ResourceBundle subclass.
getBundle(String, Locale) - Static method in class java.util.ResourceBundle
Get the appropriate ResourceBundle subclass.
getBundle(String, Locale, ClassLoader) - Static method in class java.util.ResourceBundle
Get the appropriate ResourceBundle subclass.
getButtons() - Method in class javax.swing.plaf.basic.BasicOptionPaneUI
Returns the buttons to display from the JOptionPane the receiver is providing the look and feel for.
getButtonWidth() - Method in class javax.swing.plaf.metal.MetalScrollButton
 
getByName(String) - Static method in class java.net.InetAddress
Determines the IP address of a host, given the host's name.
getByte(int) - Method in interface java.sql.ResultSet
Gets the value of a column in the current row as a Java byte.
getByte(int) - Method in interface java.sql.CallableStatement
Gets the value of a JDBC TINYINT parameter as a byte in the Java programming language.
getByte(Object) - Method in class java.lang.reflect.Field
Gets the value of a field as a byte on the specified object.
getByte(Object, int) - Static method in class java.lang.reflect.Array
Returns the value of the indexed component in the specified array object, as a byte.
getByte(String) - Method in interface java.sql.ResultSet
Gets the value of a column in the current row as a Java byte.
getByteParameter(int) - Method in class java.awt.image.renderable.ParameterBlock
A convenience method to return a parameter as a byte.
getBytes() - Method in class java.lang.String
Convert this String into bytes according to the platform's default character encoding, storing the result into a new byte array.
getBytes(int) - Method in interface java.sql.ResultSet
Gets the value of a column in the current row as a Java byte array.
getBytes(int) - Method in interface java.sql.CallableStatement
Gets the value of a JDBC BINARY or VARBINARY parameter as an array of byte vlaures in the Java programming language.
getBytes(int, int, byte[], int) - Method in class java.lang.String
Deprecated. This method does not properly convert characters into bytes. As of JDK 1.1, the preferred way to do this is via the getBytes(String enc) method, which takes a character-encoding name, or the getBytes() method, which uses the platform's default encoding.
getBytes(long, int) - Method in interface java.sql.Blob
Returns as an array of bytes part or all of the BLOB value that this Blob object designates.
getBytes(String) - Method in class java.lang.String
Convert this String into bytes according to the specified character encoding, storing the result into a new byte array.
getBytes(String) - Method in interface java.sql.ResultSet
Gets the value of a column in the current row as a Java byte array.
getCachedIcon(File) - Method in class javax.swing.plaf.basic.BasicFileChooserUI.BasicFileView
 
getCalendar() - Method in class java.text.DateFormat
Gets the calendar associated with this date/time formatter.
getCancelSelectionAction() - Method in class javax.swing.plaf.basic.BasicFileChooserUI
 
getCanonicalFile() - Method in class java.io.File
Returns the canonical form of this abstract pathname.
getCanonicalPath() - Method in class java.io.File
Returns the canonical pathname string of this abstract pathname.
getCaret() - Method in class java.awt.event.InputMethodEvent
Gets the caret.
getCaret() - Method in class javax.swing.text.JTextComponent
Fetches the caret that allows text-oriented navigation over the view.
getCaretColor() - Method in class javax.swing.text.JTextComponent
Fetches the current color used to render the caret.
getCaretInfo(TextHitInfo) - Method in class java.awt.font.TextLayout
Returns information about the caret corresponding to hit.
getCaretInfo(TextHitInfo, Rectangle2D) - Method in class java.awt.font.TextLayout
Returns information about the caret corresponding to hit.
getCaretPosition() - Method in class java.awt.TextComponent
Gets the position of the text insertion caret for this text component.
getCaretPosition() - Method in interface javax.accessibility.AccessibleText
Return the zero-based offset of the caret.
getCaretPosition() - Method in class javax.swing.text.JTextComponent
Returns the position of the text insertion caret for the text component.
getCaretPosition() - Method in class javax.swing.text.JTextComponent.AccessibleJTextComponent
Returns the zero-based offset of the caret.
getCaretShape(TextHitInfo) - Method in class java.awt.font.TextLayout
Returns a Shape representing the caret at the specified hit inside the natural bounds of this TextLayout.
getCaretShape(TextHitInfo, Rectangle2D) - Method in class java.awt.font.TextLayout
Returns a Shape representing the caret at the specified hit inside the specified bounds.
getCaretShapes(int) - Method in class java.awt.font.TextLayout
Returns two paths corresponding to the strong and weak caret.
getCaretShapes(int, Rectangle2D) - Method in class java.awt.font.TextLayout
Returns two paths corresponding to the strong and weak caret.
getCaretShapes(int, Rectangle2D, TextLayout.CaretPolicy) - Method in class java.awt.font.TextLayout
Returns two paths corresponding to the strong and weak caret.
getCatalog() - Method in interface java.sql.Connection
Returns the Connection's current catalog name.
getCatalogName(int) - Method in interface java.sql.ResultSetMetaData
Gets a column's table's catalog name.
getCatalogs() - Method in interface java.sql.DatabaseMetaData
Gets the catalog names available in this database.
getCatalogSeparator() - Method in interface java.sql.DatabaseMetaData
What's the separator between catalog and table name?
getCatalogTerm() - Method in interface java.sql.DatabaseMetaData
What's the database vendor's preferred term for "catalog"?
getCellBounds(int, int) - Method in class javax.swing.JList
Returns the bounds of the specified range of items in JList coordinates, null if index isn't valid.
getCellBounds(JList, int, int) - Method in class javax.swing.plaf.ListUI
Returns the bounds of the specified item in JList coordinates, null if index isn't valid.
getCellBounds(JList, int, int) - Method in class javax.swing.plaf.basic.BasicListUI
 
getCellBounds(JList, int, int) - Method in class javax.swing.plaf.multi.MultiListUI
Call getCellBounds on each UI handled by this MultiUI.
getCellEditor() - Method in class javax.swing.JTree
Returns the editor used to edit entries in the tree.
getCellEditor() - Method in class javax.swing.JTable
Return the cellEditor.
getCellEditor() - Method in class javax.swing.table.TableColumn
Returns the TableCellEditor used by the JTable to draw values for this column.
getCellEditor() - Method in class javax.swing.plaf.basic.BasicTreeUI
 
getCellEditor(int, int) - Method in class javax.swing.JTable
Return an appropriate editor for the cell specified by this this row and column.
getCellEditorValue() - Method in interface javax.swing.CellEditor
Returns the value contained in the editor
getCellEditorValue() - Method in class javax.swing.DefaultCellEditor
 
getCellEditorValue() - Method in class javax.swing.DefaultCellEditor.EditorDelegate
Not implemented.
getCellEditorValue() - Method in class javax.swing.tree.DefaultTreeCellEditor
Returns the value currently being edited.
getCellLength() - Method in class javax.swing.plaf.basic.BasicProgressBarUI
Returns the width (if HORIZONTAL) or height (if VERTICAL) of each of the indivdual cells/units to be rendered in the progress bar.
getCellRect(int, int, boolean) - Method in class javax.swing.JTable
Returns a rectangle locating the cell that lies at the intersection of row and column.
getCellRenderer() - Method in class javax.swing.JTree
Returns the current TreeCellRenderer that is rendering each cell.
getCellRenderer() - Method in class javax.swing.JList
Returns the object that renders the list items.
getCellRenderer() - Method in class javax.swing.table.TableColumn
Returns the TableCellRenderer used by the JTable to draw values for this column.
getCellRenderer() - Method in class javax.swing.plaf.basic.BasicTreeUI
Return currentCellRenderer, which will either be the trees renderer, or defaultCellRenderer, which ever wasn't null.
getCellRenderer(int, int) - Method in class javax.swing.JTable
Return an appropriate renderer for the cell specified by this this row and column.
getCellSelectionEnabled() - Method in class javax.swing.JTable
Returns true if simultaneous row and column selections are allowed
getCellSpacing() - Method in class javax.swing.plaf.basic.BasicProgressBarUI
Returns the spacing between each of the cells/units in the progress bar.
getCentersChildren() - Method in class javax.swing.plaf.basic.BasicOptionPaneUI.ButtonAreaLayout
 
getCenterX() - Method in class java.awt.geom.RectangularShape
Returns the X coordinate of the center of the framing rectangle of the Shape in double precision.
getCenterY() - Method in class java.awt.geom.RectangularShape
Returns the Y coordinate of the center of the framing rectangle of the Shape in double precision.
getCertificate(String) - Method in class java.security.KeyStore
Returns the certificate associated with the given alias.
getCertificateAlias(Certificate) - Method in class java.security.KeyStore
Returns the (alias) name of the first keystore entry whose certificate matches the given certificate.
getCertificateChain(String) - Method in class java.security.KeyStore
Returns the certificate chain associated with the given alias.
getCertificates() - Method in class java.net.JarURLConnection
/** Return the Certificate object for this connection if the URL for it points to a JAR file entry, null otherwise.
getCertificates() - Method in class java.security.CodeSource
Returns the certificates associated with this CodeSource.
getCertificates() - Method in class java.util.jar.JarEntry
Returns the Certificate objects for this entry, or null if none.
getChange(Element) - Method in interface javax.swing.event.DocumentEvent
Gets the change information for the given element.
getChange(Element) - Method in class javax.swing.text.AbstractDocument.DefaultDocumentEvent
Gets the changes for an element.
getChangeToParentDirectoryAction() - Method in class javax.swing.plaf.basic.BasicFileChooserUI
 
getChar(Object) - Method in class java.lang.reflect.Field
Gets the value of a field as a char on the specified object.
getChar(Object, int) - Static method in class java.lang.reflect.Array
Returns the value of the indexed component in the specified array object, as a char.
getCharacterAttribute(int) - Method in interface javax.accessibility.AccessibleText
Return the AttributeSet for a given character at a given index
getCharacterAttribute(int) - Method in class javax.swing.text.JTextComponent.AccessibleJTextComponent
Returns the AttributeSet for a given character (at a given index).
getCharacterAttributeRun() - Method in class javax.swing.text.StyledEditorKit
Fetches the element representing the current run of character attributes for the caret.
getCharacterAttributes() - Method in class javax.swing.JTextPane
Fetches the character attributes in effect at the current location of the caret, or null.
getCharacterBounds(int) - Method in interface javax.accessibility.AccessibleText
Determine the bounding box of the character at the given index into the string.
getCharacterBounds(int) - Method in class javax.swing.text.JTextComponent.AccessibleJTextComponent
Determines the bounding box of the character at the given index into the string.
getCharacterCount() - Method in class java.awt.font.TextLayout
Returns the number of characters represented by this TextLayout.
getCharacterElement(int) - Method in interface javax.swing.text.StyledDocument
Gets the element that represents the character that is at the given offset within the document.
getCharacterElement(int) - Method in class javax.swing.text.DefaultStyledDocument
Gets a character element based on a position.
getCharacterInstance() - Static method in class java.text.BreakIterator
Create BreakIterator for character-breaks using default locale Returns an instance of a BreakIterator implementing character breaks.
getCharacterInstance(Locale) - Static method in class java.text.BreakIterator
Create BreakIterator for character-breaks using specified locale Returns an instance of a BreakIterator implementing character breaks.
getCharacterLevel(int) - Method in class java.awt.font.TextLayout
Returns the level of the character at index.
getCharacterStream() - Method in interface java.sql.Clob
Gets the Clob contents as a Unicode stream.
getCharacterStream(int) - Method in interface java.sql.ResultSet
JDBC 2.0
getCharacterStream(String) - Method in interface java.sql.ResultSet
JDBC 2.0
getCharCount() - Method in interface javax.accessibility.AccessibleText
Return the number of characters (valid indicies)
getCharCount() - Method in class javax.swing.text.JTextComponent.AccessibleJTextComponent
Returns the number of characters (valid indicies)
getCharIndex() - Method in class java.awt.font.TextHitInfo
Returns the index of the character hit.
getCharParameter(int) - Method in class java.awt.image.renderable.ParameterBlock
A convenience method to return a parameter as a char.
getChars(int, int, char[], int) - Method in class java.lang.StringBuffer
Characters are copied from this string buffer into the destination character array dst.
getChars(int, int, char[], int) - Method in class java.lang.String
Copies characters from this string into the destination character array.
getChars(int, int, Segment) - Method in interface javax.swing.text.AbstractDocument.Content
Gets a sequence of characters and copies them into a Segment.
getChars(int, int, Segment) - Method in class javax.swing.text.GapContent
Retrieves a portion of the content.
getChars(int, int, Segment) - Method in class javax.swing.text.StringContent
Retrieves a portion of the content.
getCharSetSpec() - Method in class javax.swing.text.ChangedCharSetException
 
getCheckboxGroup() - Method in class java.awt.Checkbox
Determines this check box's group.
getCheckBoxIcon() - Static method in class javax.swing.plaf.basic.BasicIconFactory
 
getCheckBoxMenuItemIcon() - Static method in class javax.swing.plaf.basic.BasicIconFactory
 
getCheckBoxMenuItemIcon() - Static method in class javax.swing.plaf.metal.MetalIconFactory
 
getChecksum() - Method in class java.util.zip.CheckedInputStream
Returns the Checksum for this input stream.
getChecksum() - Method in class java.util.zip.CheckedOutputStream
Returns the Checksum for this output stream.
getChild() - Method in class java.awt.event.ContainerEvent
Returns the component that was affected by the event.
getChild(Object, int) - Method in class javax.swing.tree.DefaultTreeModel
Returns the child of parent at index index in the parent's child array.
getChild(Object, int) - Method in interface javax.swing.tree.TreeModel
Returns the child of parent at index index in the parent's child array.
getChildAfter(TreeNode) - Method in class javax.swing.tree.DefaultMutableTreeNode
Returns the child in this node's child array that immediately follows aChild, which must be a child of this node.
getChildAllocation(int, Shape) - Method in class javax.swing.text.View
Fetches the allocation for the given child view.
getChildAllocation(int, Shape) - Method in class javax.swing.text.CompositeView
Fetches the allocation for the given child view.
getChildAllocation(int, Shape) - Method in class javax.swing.text.BoxView
Fetches the allocation for the given child view.
getChildAt(int) - Method in class javax.swing.JTree.DynamicUtilTreeNode
Subclassed to load the children, if necessary.
getChildAt(int) - Method in class javax.swing.text.AbstractDocument.AbstractElement
Returns the child TreeNode at index childIndex.
getChildAt(int) - Method in class javax.swing.tree.DefaultMutableTreeNode
Returns the child at the specified index in this node's child array.
getChildAt(int) - Method in interface javax.swing.tree.TreeNode
Returns the child TreeNode at index childIndex.
getChildBeanContextChild(Object) - Static method in class java.beans.beancontext.BeanContextSupport
 
getChildBeanContextMembershipListener(Object) - Static method in class java.beans.beancontext.BeanContextSupport
 
getChildBeanContextServicesListener(Object) - Static method in class java.beans.beancontext.BeanContextServicesSupport
 
getChildBefore(TreeNode) - Method in class javax.swing.tree.DefaultMutableTreeNode
Returns the child in this node's child array that immediately precedes aChild, which must be a child of this node.
getChildCount() - Method in class javax.swing.JTree.DynamicUtilTreeNode
Returns the number of child nodes.
getChildCount() - Method in class javax.swing.text.AbstractDocument.AbstractElement
Returns the number of children TreeNodes the receiver contains.
getChildCount() - Method in class javax.swing.tree.DefaultMutableTreeNode
Returns the number of children of this node.
getChildCount() - Method in interface javax.swing.tree.TreeNode
Returns the number of children TreeNodes the receiver contains.
getChildCount(Object) - Method in class javax.swing.tree.DefaultTreeModel
Returns the number of children of parent.
getChildCount(Object) - Method in interface javax.swing.tree.TreeModel
Returns the number of children of parent.
getChildIndices() - Method in class javax.swing.event.TreeModelEvent
Returns the values of the child indexes.
getChildPropertyChangeListener(Object) - Static method in class java.beans.beancontext.BeanContextSupport
 
getChildren() - Method in class javax.swing.event.TreeModelEvent
Returns the objects that are children of the node identified by getPath at the locations specified by getChildIndices.
getChildrenAdded() - Method in interface javax.swing.event.DocumentEvent.ElementChange
Gets the child elements that were added to the given parent element.
getChildrenAdded() - Method in class javax.swing.text.AbstractDocument.ElementEdit
Gets a list of children that were added.
getChildrenRemoved() - Method in interface javax.swing.event.DocumentEvent.ElementChange
Gets the child elements that were removed from the given parent element.
getChildrenRemoved() - Method in class javax.swing.text.AbstractDocument.ElementEdit
Gets a list of children that were removed.
getChildSerializable(Object) - Static method in class java.beans.beancontext.BeanContextSupport
 
getChildVetoableChangeListener(Object) - Static method in class java.beans.beancontext.BeanContextSupport
 
getChildVisibility(Object) - Static method in class java.beans.beancontext.BeanContextSupport
 
getChoosableFileFilters() - Method in class javax.swing.JFileChooser
Gets the list of user choosable file filters
getChooserPanels() - Method in class javax.swing.JColorChooser
Returns the specified color panels.
getClass() - Method in class java.lang.Object
Returns the runtime class of an object.
getClassAnnotation(Class) - Static method in class java.rmi.server.RMIClassLoader
Returns the class annotation (representing the location for a class) that RMI will use to annotate the call stream when marshalling objects of the given class.
getClassContext() - Method in class java.lang.SecurityManager
Returns the current execution stack as an array of classes.
getClasses() - Method in class java.lang.Class
Returns an array containing Class objects representing all the public classes and interfaces that are members of the class represented by this Class object.
getClassLoader() - Method in class java.lang.Class
Returns the class loader for the class.
getClassName() - Method in class java.rmi.activation.ActivationGroupDesc
Returns the group's class name.
getClassName() - Method in class java.rmi.activation.ActivationDesc
Returns the class name for the object specified by this descriptor.
getClassName() - Method in class java.util.MissingResourceException
Gets parameter passed by constructor.
getClassName() - Method in class javax.swing.UIManager.LookAndFeelInfo
Returns the name of the class that implements this look and feel.
getClickCount() - Method in class java.awt.event.MouseEvent
Return the number of mouse clicks associated with this event.
getClickCountToStart() - Method in class javax.swing.DefaultCellEditor
ClickCountToStart controls the number of clicks required to start editing.
getClientHost() - Static method in class java.rmi.server.RemoteServer
Return the hostname of the current client.
getClientHost() - Method in interface java.rmi.server.ServerRef
Returns the hostname of the current client.
getClientProperty(Object) - Method in class javax.swing.JComponent
Returns the value of the property with the specified key.
getClip() - Method in class java.awt.Graphics
Gets the current clipping area.
getClip() - Method in class javax.swing.DebugGraphics
Overrides Graphics.getClip.
getClipBounds() - Method in class java.awt.Graphics
Returns the bounding rectangle of the current clipping area.
getClipBounds() - Method in class javax.swing.DebugGraphics
Overrides Graphics.getClipBounds.
getClipBounds(Rectangle) - Method in class java.awt.Graphics
Returns the bounding rectangle of the current clipping area.
getClipRect() - Method in class java.awt.Graphics
Deprecated. As of JDK version 1.1, replaced by getClipBounds().
getClob(int) - Method in interface java.sql.ResultSet
JDBC 2.0 Gets a CLOB value in the current row of this ResultSet object.
getClob(int) - Method in interface java.sql.CallableStatement
JDBC 2.0 Gets the value of a JDBC CLOB parameter as a Clob object in the Java programming language.
getClob(String) - Method in interface java.sql.ResultSet
JDBC 2.0 Gets a CLOB value in the current row of this ResultSet object.
getClosedIcon() - Method in class javax.swing.tree.DefaultTreeCellRenderer
Returns the icon used to represent non-leaf nodes that are not expanded.
getClosestPathForLocation(int, int) - Method in class javax.swing.JTree
Returns the path to the node that is closest to x,y.
getClosestPathForLocation(JTree, int, int) - Method in class javax.swing.plaf.TreeUI
Returns the path to the node that is closest to x,y.
getClosestPathForLocation(JTree, int, int) - Method in class javax.swing.plaf.basic.BasicTreeUI
Returns the path to the node that is closest to x,y.
getClosestPathForLocation(JTree, int, int) - Method in class javax.swing.plaf.multi.MultiTreeUI
Call getClosestPathForLocation on each UI handled by this MultiUI.
getClosestPositionTo(int, Position.Bias, Shape, int, Position.Bias[], int, int) - Method in class javax.swing.text.ParagraphView
Returns the closest model position to x.
getClosestRowForLocation(int, int) - Method in class javax.swing.JTree
Returns the row to the node that is closest to x,y.
getCodeBase() - Method in class java.applet.Applet
Gets the base URL.
getCodeBase() - Method in interface java.applet.AppletStub
Gets the base URL.
getCodeSource() - Method in class java.security.ProtectionDomain
Returns the CodeSource of this domain.
getCollapsedIcon() - Method in class javax.swing.plaf.basic.BasicTreeUI
 
getCollationElementIterator(CharacterIterator) - Method in class java.text.RuleBasedCollator
Return a CollationElementIterator for the given String.
getCollationElementIterator(String) - Method in class java.text.RuleBasedCollator
Return a CollationElementIterator for the given String.
getCollationKey(String) - Method in class java.text.Collator
Transforms the String into a series of bits that can be compared bitwise to other CollationKeys.
getCollationKey(String) - Method in class java.text.RuleBasedCollator
Transforms the string into a series of characters that can be compared with CollationKey.compareTo.
getColor() - Method in class java.awt.Graphics
Gets this graphics context's current color.
getColor() - Method in class javax.swing.DebugGraphics
Returns the Color used for text drawing operations.
getColor() - Method in class javax.swing.JColorChooser
Gets the current color value from the color chooser.
getColor() - Method in class javax.swing.text.DefaultHighlighter.DefaultHighlightPainter
Returns the color of the highlight.
getColor(Object) - Static method in class javax.swing.UIManager
Returns a drawing color from the defaults table.
getColor(Object) - Method in class javax.swing.UIDefaults
If the value of key is a Color return it, otherwise return null.
getColor(String) - Static method in class java.awt.Color
Finds a color in the system properties.
getColor(String, Color) - Static method in class java.awt.Color
Finds a color in the system properties.
getColor(String, int) - Static method in class java.awt.Color
Finds a color in the system properties.
getColor1() - Method in class java.awt.GradientPaint
Returns the color C1 anchored by the point P1.
getColor2() - Method in class java.awt.GradientPaint
Returns the color C2 anchored by the point P2.
getColorComponents(ColorSpace, float[]) - Method in class java.awt.Color
Returns a float array containing the color components (no alpha) of the Color, in the ColorSpace specified by the cspace parameter.
getColorComponents(float[]) - Method in class java.awt.Color
Returns a float array containing the color components (no alpha) of the Color, in the ColorSpace of the color.
getColorForGap(int, int, int) - Method in class javax.swing.plaf.metal.MetalTabbedPaneUI
 
getColorFromModel() - Method in class javax.swing.colorchooser.AbstractColorChooserPanel
 
getColorModel() - Method in class java.awt.Component
Gets the instance of ColorModel used to display the component on the output device.
getColorModel() - Method in interface java.awt.PaintContext
Returns the ColorModel of the output.
getColorModel() - Method in class java.awt.Toolkit
Determines the color model of this toolkit's screen.
getColorModel() - Method in class java.awt.GraphicsConfiguration
Returns the ColorModel associated with this GraphicsConfiguration.
getColorModel() - Method in class java.awt.image.PixelGrabber
Get the ColorModel for the pixels stored in the array.
getColorModel() - Method in class java.awt.image.BufferedImage
Returns the ColorModel.
getColorModel() - Method in interface java.awt.image.RenderedImage
Returns the ColorModel associated with this image.
getColorModel(int) - Method in class java.awt.GraphicsConfiguration
Returns the ColorModel associated with this GraphicsConfiguration that supports the specified transparency.
getColorSelectionModel() - Method in class javax.swing.colorchooser.AbstractColorChooserPanel
 
getColorSpace() - Method in class java.awt.Color
Returns the ColorSpace of the Color.
getColorSpace() - Method in class java.awt.image.ColorModel
Returns the ColorSpace associated with this ColorModel.
getColorSpaceType() - Method in class java.awt.color.ICC_Profile
Returns the color space type.
getColumn() - Method in class javax.swing.event.TableModelEvent
Returns the column for the event.
getColumn(int) - Method in class javax.swing.table.DefaultTableColumnModel
Returns the TableColumn object for the column at columnIndex
getColumn(int) - Method in interface javax.swing.table.TableColumnModel
Returns the TableColumn object for the column at columnIndex
getColumn(Object) - Method in class javax.swing.JTable
Returns the TableColumn object for the column in the table whose identifier is equal to identifier, when compared using equals().
getColumnClass(int) - Method in class javax.swing.JTable
Returns the type of the column at the specified view position.
getColumnClass(int) - Method in class javax.swing.table.AbstractTableModel
Returns Object.class by default
getColumnClass(int) - Method in interface javax.swing.table.TableModel
Returns the lowest common denominator Class in the column.
getColumnClassName(int) - Method in interface java.sql.ResultSetMetaData
JDBC 2.0
getColumnCount() - Method in interface java.sql.ResultSetMetaData
Returns the number of columns in this ResultSet.
getColumnCount() - Method in class javax.swing.JTable
Returns the number of columns in the column model, note this may be different to the number of columns in the table model.
getColumnCount() - Method in class javax.swing.table.DefaultTableColumnModel
Returns the number of columns in the receiver's table columns array.
getColumnCount() - Method in class javax.swing.table.DefaultTableModel
Returns the number of columns in this data table.
getColumnCount() - Method in interface javax.swing.table.TableModel
Returns the number of columns managed by the data source object.
getColumnCount() - Method in interface javax.swing.table.TableColumnModel
Returns the number of columns in the model
getColumnCount() - Method in class javax.swing.text.TableView.TableCell
Deprecated. Gets the number of columns this cell spans (e.g.
getColumnDisplaySize(int) - Method in interface java.sql.ResultSetMetaData
Indicates the column's normal max width in chars.
getColumnHeader() - Method in class javax.swing.ScrollPaneLayout
Returns the JViewport object that is the column header.
getColumnHeader() - Method in class javax.swing.JScrollPane
Returns the column header.
getColumnIndex(Object) - Method in class javax.swing.table.DefaultTableColumnModel
Returns the index of the first column in the receiver's columns array whose identifier is equal to identifier, when compared using equals().
getColumnIndex(Object) - Method in interface javax.swing.table.TableColumnModel
Returns the index of the first column in the receiver's columns array whose identifier is equal to identifier, when compared using equals().
getColumnIndexAtX(int) - Method in class javax.swing.table.DefaultTableColumnModel
Returns the index of the column that lies on the xPosition, or -1 if it lies outside the any of the column's bounds.
getColumnIndexAtX(int) - Method in interface javax.swing.table.TableColumnModel
Returns the index of the column that lies on the xPosition, or -1 if it lies outside the any of the column's bounds.
getColumnLabel(int) - Method in interface java.sql.ResultSetMetaData
Gets the suggested column title for use in printouts and displays.
getColumnMargin() - Method in class javax.swing.table.DefaultTableColumnModel
Returns the width margin for TableColumn.
getColumnMargin() - Method in interface javax.swing.table.TableColumnModel
Returns the width margin between each column
getColumnModel() - Method in class javax.swing.JTable
Returns the TableColumnModel that contains all column inforamtion of this table.
getColumnModel() - Method in class javax.swing.table.JTableHeader
Returns the TableColumnModel that contains all column inforamtion of this table header.
getColumnName(int) - Method in interface java.sql.ResultSetMetaData
Gets a column's name.
getColumnName(int) - Method in class javax.swing.JTable
Returns the name of the column at the specified view position.
getColumnName(int) - Method in class javax.swing.table.AbstractTableModel
Return a default name for the column using spreadsheet conventions: A, B, C, ...
getColumnName(int) - Method in class javax.swing.table.DefaultTableModel
Returns the column name.
getColumnName(int) - Method in interface javax.swing.table.TableModel
Returns the name of the column at columnIndex.
getColumnPrivileges(String, String, String, String) - Method in interface java.sql.DatabaseMetaData
Gets a description of the access rights for a table's columns.
getColumns() - Method in class java.awt.GridLayout
Gets the number of columns in this layout.
getColumns() - Method in class java.awt.TextField
Gets the number of columns in this text field.
getColumns() - Method in class java.awt.TextArea
Gets the number of columns in this text area.
getColumns() - Method in class javax.swing.JTextField
Returns the number of columns in this TextField.
getColumns() - Method in class javax.swing.JTextArea
Returns the number of columns in the TextArea.
getColumns() - Method in class javax.swing.table.DefaultTableColumnModel
Returns an Enumeration of all the columns in the model
getColumns() - Method in interface javax.swing.table.TableColumnModel
Returns an Enumeration of all the columns in the model
getColumns(String, String, String, String) - Method in interface java.sql.DatabaseMetaData
Gets a description of table columns available in the specified catalog.
getColumnSelectionAllowed() - Method in class javax.swing.JTable
Returns true if columns can be selected.
getColumnSelectionAllowed() - Method in class javax.swing.table.DefaultTableColumnModel
 
getColumnSelectionAllowed() - Method in interface javax.swing.table.TableColumnModel
Returns true if columns can be selected.
getColumnType(int) - Method in interface java.sql.ResultSetMetaData
Retrieves a column's SQL type.
getColumnTypeName(int) - Method in interface java.sql.ResultSetMetaData
Retrieves a column's database-specific type name.
getColumnWidth() - Method in class javax.swing.JTextField
Gets the column width.
getColumnWidth() - Method in class javax.swing.JTextArea
Gets column width.
getComboBox() - Method in class javax.swing.plaf.metal.MetalComboBoxButton
 
getComboIcon() - Method in class javax.swing.plaf.metal.MetalComboBoxButton
 
getCommandEnvironment() - Method in class java.rmi.activation.ActivationGroupDesc
Returns the group's command-environment control object.
getCommandOptions() - Method in class java.rmi.activation.ActivationGroupDesc.CommandEnvironment
Fetch the configured java command options.
getCommandPath() - Method in class java.rmi.activation.ActivationGroupDesc.CommandEnvironment
Fetch the configured path-qualified java command name.
getComment() - Method in class java.util.zip.ZipEntry
Returns the comment string for the entry, or null if none.
getCommittedCharacterCount() - Method in class java.awt.event.InputMethodEvent
Gets the number of committed characters in the text.
getCommittedText(int, int, AttributedCharacterIterator.Attribute[]) - Method in interface java.awt.im.InputMethodRequests
Gets an iterator providing access to the entire text and attributes contained in the text editing component except for uncommitted text.
getCommittedTextLength() - Method in interface java.awt.im.InputMethodRequests
Gets the length of the entire text contained in the text editing component except for uncommitted (composed) text.
getComponent() - Method in class java.awt.dnd.DragGestureEvent
This method returns the Component associated with this DragGestureEvent.
getComponent() - Method in class java.awt.dnd.DragGestureRecognizer
This method returns the Component that is to be "observed" by the DragGestureRecognizer for drag initiating gestures.
getComponent() - Method in class java.awt.dnd.DragSourceContext
This method returns the Component associated with this DragSourceContext.
getComponent() - Method in class java.awt.dnd.DropTarget
This method returns the Component associated with this DropTarget.
getComponent() - Method in class java.awt.dnd.DropTargetContext
This method returns the Component associated with this DropTargetContext.
getComponent() - Method in class java.awt.event.ComponentEvent
Returns the originator of the event.
getComponent() - Method in interface java.beans.beancontext.BeanContextChildComponentProxy
 
getComponent() - Method in class javax.swing.JToolTip
Returns the component the tooltip applies to.
getComponent() - Method in interface javax.swing.MenuElement
This method should return the java.awt.Component used to paint the receiving element.
getComponent() - Method in class javax.swing.JMenuItem
This method returns the java.awt.Component used to paint this object.
getComponent() - Method in class javax.swing.JMenuBar
Implemented to be a MenuElement.
getComponent() - Method in class javax.swing.DefaultCellEditor
Returns the a reference to the editor component.
getComponent() - Method in class javax.swing.JPopupMenu
 
getComponent() - Method in interface javax.swing.Renderer
Returns the component used to render the value.
getComponent() - Method in class javax.swing.JMenu
This method returns the java.awt.Component used to paint this MenuElement.
getComponent() - Method in class javax.swing.event.AncestorEvent
Returns the component that the listener was added to.
getComponent() - Method in class javax.swing.text.DefaultCaret
Gets the text editor component that this caret is is bound to.
getComponent() - Method in class javax.swing.text.ComponentView
Fetch the component associated with the view.
getComponent() - Method in class javax.swing.plaf.basic.BasicTextUI
Fetches the text component associated with this UI implementation.
getComponent(AttributeSet) - Static method in class javax.swing.text.StyleConstants
Gets the component setting from the attribute list.
getComponent(int) - Method in class java.awt.Container
Gets the nth component in this container.
getComponentAfter(Container, Component) - Method in class javax.swing.DefaultFocusManager
Return the component the should receive the focus after aComponent
getComponentAt(int) - Method in class javax.swing.JTabbedPane
Returns the component at index.
getComponentAt(int, int) - Method in class java.awt.Component
Determines if this component or one of its immediate subcomponents contains the (xy) location, and if so, returns the containing component.
getComponentAt(int, int) - Method in class java.awt.Container
Locates the component that contains the x,y position.
getComponentAt(Point) - Method in class java.awt.Component
Returns the component or subcomponent that contains the specified point.
getComponentAt(Point) - Method in class java.awt.Container
Gets the component that contains the specified point.
getComponentAtIndex(int) - Method in class javax.swing.JToolBar
Returns the component at the specified index.
getComponentAtIndex(int) - Method in class javax.swing.JMenuBar
Returns the component at the specified index.
getComponentAtIndex(int) - Method in class javax.swing.JPopupMenu
Returns the component at the specified index.
getComponentBefore(Container, Component) - Method in class javax.swing.DefaultFocusManager
Return the component that should receive the focus before aComponent
getComponentCount() - Method in class java.awt.Container
Gets the number of components in this panel.
getComponentCountInLayer(int) - Method in class javax.swing.JLayeredPane
Returns the number of children currently in the specified layer.
getComponentGraphics(Graphics) - Method in class javax.swing.JComponent
Returns the graphics object used to paint this component.
getComponentIndex(Component) - Method in class javax.swing.JToolBar
Returns the index of the specified component.
getComponentIndex(Component) - Method in class javax.swing.JMenuBar
Returns the index of the specified component.
getComponentIndex(Component) - Method in class javax.swing.JPopupMenu
Returns the index of the specified component.
getComponentOrientation() - Method in class java.awt.Component
Retrieve the language-sensitive orientation that is to be used to order the elements or text within this component.
getComponents() - Method in class java.awt.Container
Gets all the components in this container.
getComponents(ColorSpace, float[]) - Method in class java.awt.Color
Returns a float array containing the color and alpha components of the Color, in the ColorSpace specified by the cspace parameter.
getComponents(float[]) - Method in class java.awt.Color
Returns a float array containing the color and alpha components of the Color, in the ColorSpace of the Color.
getComponents(int, int[], int) - Method in class java.awt.image.ColorModel
Returns an array of unnormalized color/alpha components given a pixel in this ColorModel.
getComponents(int, int[], int) - Method in class java.awt.image.DirectColorModel
Returns an array of unnormalized color/alpha components given a pixel in this ColorModel.
getComponents(int, int[], int) - Method in class java.awt.image.ComponentColorModel
Returns an array of unnormalized color/alpha components given a pixel in this ColorModel.
getComponents(int, int[], int) - Method in class java.awt.image.IndexColorModel
Returns an array of unnormalized color/alpha components given a pixel in this ColorModel.
getComponents(Object, int[], int) - Method in class java.awt.image.ColorModel
Returns an array of unnormalized color/alpha components given a pixel in this ColorModel.
getComponents(Object, int[], int) - Method in class java.awt.image.DirectColorModel
Returns an array of unnormalized color/alpha components given a pixel in this ColorModel.
getComponents(Object, int[], int) - Method in class java.awt.image.ComponentColorModel
Returns an array of unnormalized color/alpha components given a pixel in this ColorModel.
getComponents(Object, int[], int) - Method in class java.awt.image.IndexColorModel
Returns an array of unnormalized color/alpha components given a pixel in this ColorModel.
getComponentsInLayer(int) - Method in class javax.swing.JLayeredPane
Returns an array of the components in the specified layer.
getComponentSize() - Method in class java.awt.image.ColorModel
Returns an array of the number of bits per color/alpha component.
getComponentSize() - Method in class java.awt.image.IndexColorModel
Returns an array of the number of bits per color/alpha component.
getComponentSize(int) - Method in class java.awt.image.ColorModel
Returns the number of bits for the specified color/alpha component.
getComponentToLayer() - Method in class javax.swing.JLayeredPane
Returns the hashtable that maps components to layers.
getComponentType() - Method in class java.lang.Class
Returns the Class representing the component type of an array.
getComposite() - Method in class java.awt.Graphics2D
Returns the current Composite in the Graphics2D context.
getCompressedSize() - Method in class java.util.zip.ZipEntry
Returns the size of the compressed entry data, or -1 if not known.
getCompressionThreshold() - Method in class javax.swing.text.StyleContext
Returns the maximum number of key/value pairs to try and compress into unique/immutable sets.
getConcurrency() - Method in interface java.sql.ResultSet
JDBC 2.0 Returns the concurrency mode of this result set.
getConditionForKeyStroke(KeyStroke) - Method in class javax.swing.JComponent
Return the condition that determines whether a registered action occurs in response to the specified keystroke.
getConfigurations() - Method in class java.awt.GraphicsDevice
Returns all of the GraphicsConfiguration objects associated with this GraphicsDevice.
getConnection() - Method in interface java.sql.Statement
JDBC 2.0 Returns the Connection object that produced this Statement object.
getConnection() - Method in interface java.sql.DatabaseMetaData
JDBC 2.0 Retrieves the connection that produced this metadata object.
getConnection(String) - Static method in class java.sql.DriverManager
Attempts to establish a connection to the given database URL.
getConnection(String, Properties) - Static method in class java.sql.DriverManager
Attempts to establish a connection to the given database URL.
getConnection(String, String, String) - Static method in class java.sql.DriverManager
Attempts to establish a connection to the given database URL.
getConstraints(Component) - Method in class java.awt.GridBagLayout
Gets the constraints for the specified component.
getConstructor(Class[]) - Method in class java.lang.Class
Returns a Constructor object that reflects the specified public constructor of the class represented by this Class object.
getConstructors() - Method in class java.lang.Class
Returns an array containing Constructor objects reflecting all the public constructors of the class represented by this Class object.
getContainer() - Method in class java.awt.event.ContainerEvent
Returns the originator of the event.
getContainer() - Method in interface java.beans.beancontext.BeanContextContainerProxy
 
getContainer() - Method in class javax.swing.text.View
Fetches the container hosting the view.
getContent() - Method in class java.net.URLConnection
Retrieves the contents of this URL connection.
getContent() - Method in class java.net.URL
Returns the contents of this URL.
getContent() - Method in class javax.swing.text.AbstractDocument
Gets the content for the document.
getContent() - Method in class javax.swing.text.html.parser.Element
Get content model
getContent(URLConnection) - Method in class java.net.ContentHandler
Given a URL connect stream positioned at the beginning of the representation of an object, this method reads that stream and creates an object from it.
getContentBorderInsets(int) - Method in class javax.swing.plaf.basic.BasicTabbedPaneUI
 
getContentEncoding() - Method in class java.net.URLConnection
Returns the value of the content-encoding header field.
getContentLength() - Method in class java.net.URLConnection
Returns the value of the content-length header field.
getContentPane() - Method in class javax.swing.JInternalFrame
 
getContentPane() - Method in interface javax.swing.RootPaneContainer
Returns the contentPane.
getContentPane() - Method in class javax.swing.JApplet
Returns the contentPane object for this applet.
getContentPane() - Method in class javax.swing.JWindow
Returns the contentPane object for this window.
getContentPane() - Method in class javax.swing.JRootPane
Returns the content pane -- the container that holds the components parented by the root pane.
getContentPane() - Method in class javax.swing.JDialog
Returns the contentPane object for this dialog.
getContentPane() - Method in class javax.swing.JFrame
Returns the contentPane object for this frame.
getContents() - Method in class java.util.ListResourceBundle
See class description.
getContents() - Method in class javax.accessibility.AccessibleResourceBundle
Returns the mapping between the programmatic keys and the localized display strings.
getContents(Object) - Method in class java.awt.datatransfer.Clipboard
Returns a transferable object representing the current contents of the clipboard.
getContentType() - Method in class java.net.URLConnection
Returns the value of the content-type header field.
getContentType() - Method in class javax.swing.JEditorPane
Gets the type of content that this editor is currently set to deal with.
getContentType() - Method in class javax.swing.text.EditorKit
Gets the MIME type of the data that this kit represents support for.
getContentType() - Method in class javax.swing.text.DefaultEditorKit
Gets the MIME type of the data that this kit represents support for.
getContentType() - Method in class javax.swing.text.html.HTMLEditorKit
Get the MIME type of the data that this kit represents support for.
getContentType() - Method in class javax.swing.text.rtf.RTFEditorKit
Get the MIME type of the data that this kit represents support for.
getContentTypeFor(String) - Method in interface java.net.FileNameMap
 
getContext() - Static method in class java.security.AccessController
This method takes a "snapshot" of the current calling context, which includes the current Thread's inherited AccessControlContext, and places it in an AccessControlContext object.
getContextClassLoader() - Method in class java.lang.Thread
Returns the context ClassLoader for this Thread.
getControl() - Static method in class javax.swing.plaf.metal.MetalLookAndFeel
 
getControl() - Method in class javax.swing.plaf.metal.MetalTheme
 
getControlDarkShadow() - Static method in class javax.swing.plaf.metal.MetalLookAndFeel
 
getControlDarkShadow() - Method in class javax.swing.plaf.metal.MetalTheme
 
getControlDisabled() - Static method in class javax.swing.plaf.metal.MetalLookAndFeel
 
getControlDisabled() - Method in class javax.swing.plaf.metal.MetalTheme
 
getControlHighlight() - Static method in class javax.swing.plaf.metal.MetalLookAndFeel
 
getControlHighlight() - Method in class javax.swing.plaf.metal.MetalTheme
 
getControlInfo() - Static method in class javax.swing.plaf.metal.MetalLookAndFeel
 
getControlInfo() - Method in class javax.swing.plaf.metal.MetalTheme
 
getControlShadow() - Static method in class javax.swing.plaf.metal.MetalLookAndFeel
 
getControlShadow() - Method in class javax.swing.plaf.metal.MetalTheme
 
getControlSize() - Method in class javax.swing.plaf.metal.MetalCheckBoxIcon
 
getControlTextColor() - Static method in class javax.swing.plaf.metal.MetalLookAndFeel
 
getControlTextColor() - Method in class javax.swing.plaf.metal.MetalTheme
 
getControlTextFont() - Static method in class javax.swing.plaf.metal.MetalLookAndFeel
 
getControlTextFont() - Method in class javax.swing.plaf.metal.MetalTheme
 
getControlTextFont() - Method in class javax.swing.plaf.metal.DefaultMetalTheme
 
getCopies() - Method in class java.awt.print.PrinterJob
Gets the number of copies to be printed.
getCorner(String) - Method in class javax.swing.ScrollPaneLayout
Returns the Component at the specified corner.
getCorner(String) - Method in class javax.swing.JScrollPane
Returns the component at the specified corner.
getCountry() - Method in class java.util.Locale
Returns the country/region code for this locale, which will either be the empty string or an upercase ISO 3166 2-letter code.
getCrc() - Method in class java.util.zip.ZipEntry
Returns the CRC-32 checksum of the uncompressed entry data, or -1 if not known.
getCreationDate(String) - Method in class java.security.KeyStore
Returns the creation date of the entry identified by the given alias.
getCriticalExtensionOIDs() - Method in interface java.security.cert.X509Extension
Gets a Set of the OID strings for the extension(s) marked CRITICAL in the certificate/CRL managed by the object implementing this interface.
getCrossPlatformLookAndFeelClassName() - Static method in class javax.swing.UIManager
Returns the name of the LookAndFeel class that implements the default cross platform look and feel, i.e.
getCrossReference(String, String, String, String, String, String) - Method in interface java.sql.DatabaseMetaData
Gets a description of the foreign key columns in the foreign key table that reference the primary key columns of the primary key table (describe how one table imports another's key.) This should normally return a single foreign key/primary key pair (most tables only import a foreign key from a table once.) They are ordered by FKTABLE_CAT, FKTABLE_SCHEM, FKTABLE_NAME, and KEY_SEQ.
getCrtCoefficient() - Method in interface java.security.interfaces.RSAPrivateCrtKey
Returns the crtCoefficient.
getCrtCoefficient() - Method in class java.security.spec.RSAPrivateCrtKeySpec
Returns the crtCoefficient.
getCtrlP1() - Method in class java.awt.geom.CubicCurve2D
Returns the first control point.
getCtrlP1() - Method in class java.awt.geom.CubicCurve2D.Float
Returns the first control point.
getCtrlP1() - Method in class java.awt.geom.CubicCurve2D.Double
Returns the first control point.
getCtrlP2() - Method in class java.awt.geom.CubicCurve2D
Returns the second control point.
getCtrlP2() - Method in class java.awt.geom.CubicCurve2D.Float
Returns the second control point.
getCtrlP2() - Method in class java.awt.geom.CubicCurve2D.Double
Returns the second control point.
getCtrlPt() - Method in class java.awt.geom.QuadCurve2D
Returns the control point.
getCtrlPt() - Method in class java.awt.geom.QuadCurve2D.Float
Returns the control point.
getCtrlPt() - Method in class java.awt.geom.QuadCurve2D.Double
Returns the control point.
getCtrlX() - Method in class java.awt.geom.QuadCurve2D
Returns the x coordinate of the control point in double precision.
getCtrlX() - Method in class java.awt.geom.QuadCurve2D.Float
Returns the x coordinate of the control point in double precision.
getCtrlX() - Method in class java.awt.geom.QuadCurve2D.Double
Returns the x coordinate of the control point in double precision.
getCtrlX1() - Method in class java.awt.geom.CubicCurve2D
Returns the X coordinate of the first control point in double precision.
getCtrlX1() - Method in class java.awt.geom.CubicCurve2D.Float
Returns the X coordinate of the first control point in double precision.
getCtrlX1() - Method in class java.awt.geom.CubicCurve2D.Double
Returns the X coordinate of the first control point in double precision.
getCtrlX2() - Method in class java.awt.geom.CubicCurve2D
Returns the X coordinate of the second control point in double precision.
getCtrlX2() - Method in class java.awt.geom.CubicCurve2D.Float
Returns the X coordinate of the second control point in double precision.
getCtrlX2() - Method in class java.awt.geom.CubicCurve2D.Double
Returns the X coordinate of the second control point in double precision.
getCtrlY() - Method in class java.awt.geom.QuadCurve2D
Returns the y coordinate of the control point in double precision.
getCtrlY() - Method in class java.awt.geom.QuadCurve2D.Float
Returns the y coordinate of the control point in double precision.
getCtrlY() - Method in class java.awt.geom.QuadCurve2D.Double
Returns the y coordinate of the control point in double precision.
getCtrlY1() - Method in class java.awt.geom.CubicCurve2D
Returns the Y coordinate of the first control point in double precision.
getCtrlY1() - Method in class java.awt.geom.CubicCurve2D.Float
Returns the Y coordinate of the first control point in double precision.
getCtrlY1() - Method in class java.awt.geom.CubicCurve2D.Double
Returns the Y coordinate of the first control point in double precision.
getCtrlY2() - Method in class java.awt.geom.CubicCurve2D
Returns the Y coordinate of the second control point in double precision.
getCtrlY2() - Method in class java.awt.geom.CubicCurve2D.Float
Returns the Y coordinate of the second control point in double precision.
getCtrlY2() - Method in class java.awt.geom.CubicCurve2D.Double
Returns the Y coordinate of the second control point in double precision.
getCurrencyInstance() - Static method in class java.text.NumberFormat
Returns a currency format for the current default locale.
getCurrencyInstance(Locale) - Static method in class java.text.NumberFormat
Returns a currency format for the specified locale.
getCurrencySymbol() - Method in class java.text.DecimalFormatSymbols
Return the string denoting the local currency.
getCurrent() - Method in class java.awt.CheckboxGroup
Deprecated. As of JDK version 1.1, replaced by getSelectedCheckbox().
getCurrentAccessibleValue() - Method in interface javax.accessibility.AccessibleValue
Get the value of this object as a Number.
getCurrentAccessibleValue() - Method in class javax.swing.JSlider.AccessibleJSlider
Get the accessible value of this object.
getCurrentAccessibleValue() - Method in class javax.swing.JInternalFrame.AccessibleJInternalFrame
Get the value of this object as a Number.
getCurrentAccessibleValue() - Method in class javax.swing.JInternalFrame.JDesktopIcon.AccessibleJDesktopIcon
Get the value of this object as a Number.
getCurrentAccessibleValue() - Method in class javax.swing.JSplitPane.AccessibleJSplitPane
Get the accessible value of this object.
getCurrentAccessibleValue() - Method in class javax.swing.AbstractButton.AccessibleAbstractButton
Get the value of this object as a Number.
getCurrentAccessibleValue() - Method in class javax.swing.JScrollBar.AccessibleJScrollBar
Get the accessible value of this object.
getCurrentAccessibleValue() - Method in class javax.swing.JProgressBar.AccessibleJProgressBar
Get the accessible value of this object.
getCurrentDataFlavors() - Method in class java.awt.dnd.DropTargetDragEvent
This method returns the current DataFlavors from the DropTargetContext.
getCurrentDataFlavors() - Method in class java.awt.dnd.DropTargetDropEvent
This method returns the current DataFlavors.
getCurrentDataFlavors() - Method in class java.awt.dnd.DropTargetContext
get the available DataFlavors of the Transferable operand of this operation.
getCurrentDataFlavorsAsList() - Method in class java.awt.dnd.DropTargetDragEvent
This method returns the current DataFlavors as a java.util.List
getCurrentDataFlavorsAsList() - Method in class java.awt.dnd.DropTargetDropEvent
This method returns the currently available DataFlavors as a java.util.List.
getCurrentDataFlavorsAsList() - Method in class java.awt.dnd.DropTargetContext
This method returns a the currently available DataFlavors of the Transferable operand as a java.util.List.
getCurrentDirectory() - Method in class javax.swing.JFileChooser
Returns the current directory.
getCurrentLine() - Method in class javax.swing.text.html.parser.Parser
 
getCurrentManager() - Static method in class javax.swing.FocusManager
Return the FocusManager for the calling thread There is one FocusManager per thread group
getCurrentPoint() - Method in class java.awt.geom.GeneralPath
Returns the coordinates most recently added to the end of the path as a Point2D object.
getCurrentPos() - Method in class javax.swing.text.html.parser.Parser
 
getCurrentServiceClasses() - Method in interface java.beans.beancontext.BeanContextServices
return the currently available services
getCurrentServiceClasses() - Method in class java.beans.beancontext.BeanContextServicesSupport
 
getCurrentServiceSelectors() - Method in class java.beans.beancontext.BeanContextServiceAvailableEvent
 
getCurrentServiceSelectors(BeanContextServices, Class) - Method in interface java.beans.beancontext.BeanContextServiceProvider
 
getCurrentServiceSelectors(BeanContextServices, Class) - Method in class java.beans.beancontext.BeanContextServicesSupport.BCSSProxyServiceProvider
 
getCurrentServiceSelectors(Class) - Method in interface java.beans.beancontext.BeanContextServices
 
getCurrentServiceSelectors(Class) - Method in class java.beans.beancontext.BeanContextServicesSupport
 
getCurrentWriter() - Method in class javax.swing.text.AbstractDocument
Fetches the current writing thread if there is one.
getCursor() - Method in class java.awt.Component
Gets the cursor set in the component.
getCursor() - Method in class java.awt.dnd.DragSourceContext
This method returns the current drag Cursor.
getCursor() - Method in interface javax.accessibility.AccessibleComponent
Get the Cursor of this object.
getCursor() - Method in class javax.swing.JComponent.AccessibleJComponent
Get the Cursor of this object.
getCursor() - Method in class javax.swing.JTree.AccessibleJTree.AccessibleJTreeNode
 
getCursor() - Method in class javax.swing.JApplet.AccessibleJApplet
Get the Cursor of this object.
getCursor() - Method in class javax.swing.JWindow.AccessibleJWindow
Get the Cursor of this object.
getCursor() - Method in class javax.swing.Box.Filler.AccessibleBoxFiller
Gets the Cursor of this object.
getCursor() - Method in class javax.swing.Box.AccessibleBox
Gets the Cursor of this object.
getCursor() - Method in class javax.swing.JDialog.AccessibleJDialog
Get the Cursor of this object.
getCursor() - Method in class javax.swing.CellRendererPane.AccessibleCellRendererPane
Get the Cursor of this object.
getCursor() - Method in class javax.swing.JTable.AccessibleJTable.AccessibleJTableCell
Get the Cursor of this object.
getCursor() - Method in class javax.swing.JFrame.AccessibleJFrame
Get the Cursor of this object.
getCursor() - Method in class javax.swing.JList.AccessibleJList.AccessibleJListChild
 
getCursor() - Method in class javax.swing.table.JTableHeader.AccessibleJTableHeader.AccessibleJTableHeaderEntry
 
getCursorName() - Method in interface java.sql.ResultSet
Gets the name of the SQL cursor used by this ResultSet.
getCursorType() - Method in class java.awt.Frame
Deprecated. As of JDK version 1.1, replaced by Component.getCursor().
getCustomEditor() - Method in class java.beans.PropertyEditorSupport
A PropertyEditor may chose to make available a full custom Component that edits its property value.
getCustomEditor() - Method in interface java.beans.PropertyEditor
A PropertyEditor may choose to make available a full custom Component that edits its property value.
getCustomizerClass() - Method in class java.beans.BeanDescriptor
Gets the Class object for the bean's customizer.
getDashArray() - Method in class java.awt.BasicStroke
Returns the array representing the lengths of the dash segments.
getDashPhase() - Method in class java.awt.BasicStroke
Returns the current dash phase.
getData() - Method in class java.awt.color.ICC_Profile
Returns a byte array corresponding to the data of this ICC_Profile.
getData() - Method in class java.awt.image.DataBufferByte
Returns the default (first) byte data array.
getData() - Method in class java.awt.image.DataBufferUShort
Returns the default (first) unsigned-short data array.
getData() - Method in class java.awt.image.DataBufferShort
Returns the default (first) byte data array.
getData() - Method in class java.awt.image.BufferedImage
Returns the image as one large tile.
getData() - Method in interface java.awt.image.RenderedImage
Returns the image as one large tile (for tile based images this will require fetching the whole image and copying the image data over).
getData() - Method in class java.awt.image.DataBufferInt
Returns the default (first) int data array in DataBuffer.
getData() - Method in class java.net.DatagramPacket
Returns the data received or the data to be sent.
getData() - Method in class java.rmi.activation.ActivationGroupDesc
Returns the group's initialization data.
getData() - Method in class java.rmi.activation.ActivationDesc
Returns a "marshalled object" containing intialization/activation data for the object specified by this descriptor.
getData() - Method in class javax.swing.text.html.parser.Entity
Return the data.
getData(int) - Method in class java.awt.color.ICC_Profile
Returns a particular tagged data element from the profile as a byte array.
getData(int) - Method in class java.awt.image.DataBufferByte
Returns the data array for the specified bank.
getData(int) - Method in class java.awt.image.DataBufferUShort
Returns the data array for the specified bank.
getData(int) - Method in class java.awt.image.DataBufferShort
Returns the data array for the specified bank.
getData(int) - Method in class java.awt.image.DataBufferInt
Returns the data array for the specified bank.
getData(Rectangle) - Method in class java.awt.image.BufferedImage
Computes and returns an arbitrary region of the BufferedImage.
getData(Rectangle) - Method in interface java.awt.image.RenderedImage
Computes and returns an arbitrary region of the RenderedImage.
getDatabaseProductName() - Method in interface java.sql.DatabaseMetaData
What's the name of this database product?
getDatabaseProductVersion() - Method in interface java.sql.DatabaseMetaData
What's the version of this database product?
getDataBitOffset() - Method in class java.awt.image.MultiPixelPackedSampleModel
Returns the data bit offset in bits.
getDataBuffer() - Method in class java.awt.image.Raster
Returns the DataBuffer associated with this Raster.
getDataElement(int[], int) - Method in class java.awt.image.ColorModel
Returns a pixel value represented as an int in this ColorModel, given an array of unnormalized color/alpha components.
getDataElement(int[], int) - Method in class java.awt.image.DirectColorModel
Returns a pixel value represented as an int in this ColorModel, given an array of unnormalized color/alpha components.
getDataElement(int[], int) - Method in class java.awt.image.ComponentColorModel
Returns a pixel value represented as an int in this ColorModel, given an array of unnormalized color/alpha components.
getDataElement(int[], int) - Method in class java.awt.image.IndexColorModel
Returns a pixel value represented as an int in this ColorModel, given an array of unnormalized color/alpha components.
getDataElements(int[], int, Object) - Method in class java.awt.image.ColorModel
Returns a data element array representation of a pixel in this ColorModel, given an array of unnormalized color/alpha components.
getDataElements(int[], int, Object) - Method in class java.awt.image.DirectColorModel
Returns a data element array representation of a pixel in this ColorModel, given an array of unnormalized color/alpha components.
getDataElements(int[], int, Object) - Method in class java.awt.image.ComponentColorModel
Returns a data element array representation of a pixel in this ColorModel, given an array of unnormalized color/alpha components.
getDataElements(int[], int, Object) - Method in class java.awt.image.IndexColorModel
Returns a data element array representation of a pixel in this ColorModel, given an array of unnormalized color/alpha components.
getDataElements(int, int, int, int, Object) - Method in class java.awt.image.Raster
Returns the pixel data for the specified rectangle of pixels in a primitive array of type TransferType.
getDataElements(int, int, int, int, Object, DataBuffer) - Method in class java.awt.image.SampleModel
Returns the pixel data for the specified rectangle of pixels in a primitive array of type TransferType.
getDataElements(int, int, Object) - Method in class java.awt.image.Raster
Returns data for a single pixel in a primitive array of type TransferType.
getDataElements(int, int, Object, DataBuffer) - Method in class java.awt.image.SampleModel
Returns data for a single pixel in a primitive array of type TransferType.
getDataElements(int, int, Object, DataBuffer) - Method in class java.awt.image.ComponentSampleModel
Returns data for a single pixel in a primitive array of type TransferType.
getDataElements(int, int, Object, DataBuffer) - Method in class java.awt.image.MultiPixelPackedSampleModel
Returns data for a single pixel in a primitive array of type TransferType.
getDataElements(int, int, Object, DataBuffer) - Method in class java.awt.image.BandedSampleModel
Returns data for a single pixel in a primitive array of type TransferType.
getDataElements(int, int, Object, DataBuffer) - Method in class java.awt.image.SinglePixelPackedSampleModel
Returns data for a single pixel in a primitive array of type TransferType.
getDataElements(int, Object) - Method in class java.awt.image.ColorModel
Returns a data element array representation of a pixel in this ColorModel, given an integer pixel representation in the default RGB color model.
getDataElements(int, Object) - Method in class java.awt.image.DirectColorModel
Returns a data element array representation of a pixel in this ColorModel, given an integer pixel representation in the default RGB color model.
getDataElements(int, Object) - Method in class java.awt.image.ComponentColorModel
Returns a data element array representation of a pixel in this ColorModel, given an integer pixel representation in the default RGB color model.
getDataElements(int, Object) - Method in class java.awt.image.IndexColorModel
Returns a data element array representation of a pixel in this ColorModel, given an integer pixel representation in the default RGB color model.
getDataSize() - Method in class java.sql.DataTruncation
Gets the number of bytes of data that should have been transferred.
getDataType() - Method in class java.awt.image.SampleModel
Returns the data type of the DataBuffer storing the pixel data.
getDataType() - Method in class java.awt.image.DataBuffer
Returns the data type of this DataBuffer.
getDataTypeSize(int) - Static method in class java.awt.image.DataBuffer
Returns the size (in bits) of the data type, given a datatype tag.
getDataVector() - Method in class javax.swing.table.DefaultTableModel
This returns the Vector of Vectors that contains the table's data values.
getDate() - Method in class java.net.URLConnection
Returns the value of the date header field.
getDate() - Method in class java.sql.Time
Deprecated.  
getDate() - Method in class java.util.Date
Deprecated. As of JDK version 1.1, replaced by Calendar.get(Calendar.DAY_OF_MONTH).
getDate(int) - Method in interface java.sql.ResultSet
Gets the value of a column in the current row as a java.sql.Date object.
getDate(int) - Method in interface java.sql.CallableStatement
Gets the value of a JDBC DATE parameter as a java.sql.Date object.
getDate(int, Calendar) - Method in interface java.sql.ResultSet
JDBC 2.0 Gets the value of a column in the current row as a java.sql.Date object.
getDate(int, Calendar) - Method in interface java.sql.CallableStatement
Gets the value of a JDBC DATE parameter as a java.sql.Date object, using the given Calendar object to construct the date.
getDate(String) - Method in interface java.sql.ResultSet
Gets the value of a column in the current row as a java.sql.Date object.
getDate(String, Calendar) - Method in interface java.sql.ResultSet
Gets the value of a column in the current row as a java.sql.Date object.
getDateFormatSymbols() - Method in class java.text.SimpleDateFormat
Gets the date/time formatting data.
getDateInstance() - Static method in class java.text.DateFormat
Gets the date formatter with the default formatting style for the default locale.
getDateInstance(int) - Static method in class java.text.DateFormat
Gets the date formatter with the given formatting style for the default locale.
getDateInstance(int, Locale) - Static method in class java.text.DateFormat
Gets the date formatter with the given formatting style for the given locale.
getDateTimeInstance() - Static method in class java.text.DateFormat
Gets the date/time formatter with the default formatting style for the default locale.
getDateTimeInstance(int, int) - Static method in class java.text.DateFormat
Gets the date/time formatter with the given date and time formatting styles for the default locale.
getDateTimeInstance(int, int, Locale) - Static method in class java.text.DateFormat
Gets the date/time formatter with the given formatting styles for the given locale.
getDay() - Method in class java.sql.Time
Deprecated.  
getDay() - Method in class java.util.Date
Deprecated. As of JDK version 1.1, replaced by Calendar.get(Calendar.DAY_OF_WEEK).
getDebugGraphicsOptions() - Method in class javax.swing.JComponent
Returns the state of graphics debugging.
getDebugOptions() - Method in class javax.swing.DebugGraphics
Returns the current debugging options for this DebugGraphics.
getDecimalFormatSymbols() - Method in class java.text.DecimalFormat
Returns the decimal format symbols, which is generally not changed by the programmer or user.
getDecimalSeparator() - Method in class java.text.DecimalFormatSymbols
character used for decimal sign.
getDeclaration(String) - Method in class javax.swing.text.html.StyleSheet
Translate a CSS declaration to an AttributeSet that represents the CSS declaration.
getDeclaredClasses() - Method in class java.lang.Class
Returns an array of Class objects reflecting all the classes and interfaces declared as members of the class represented by this Class object.
getDeclaredConstructor(Class[]) - Method in class java.lang.Class
Returns a Constructor object that reflects the specified constructor of the class or interface represented by this Class object.
getDeclaredConstructors() - Method in class java.lang.Class
Returns an array of Constructor objects reflecting all the constructors declared by the class represented by this Class object.
getDeclaredField(String) - Method in class java.lang.Class
Returns a Field object that reflects the specified declared field of the class or interface represented by this Class object.
getDeclaredFields() - Method in class java.lang.Class
Returns an array of Field objects reflecting all the fields declared by the class or interface represented by this Class object.
getDeclaredMethod(String, Class[]) - Method in class java.lang.Class
Returns a Method object that reflects the specified declared method of the class or interface represented by this Class object.
getDeclaredMethods() - Method in class java.lang.Class
Returns an array of Method objects reflecting all the methods declared by the class or interface represented by this Class object.
getDeclaringClass() - Method in class java.lang.Class
If the class or interface represented by this Class object is a member of another class, returns the Class object representing the class in which it was declared.
getDeclaringClass() - Method in class java.lang.reflect.Field
Returns the Class object representing the class or interface that declares the field represented by this Field object.
getDeclaringClass() - Method in class java.lang.reflect.Method
Returns the Class object representing the class or interface that declares the method represented by this Method object.
getDeclaringClass() - Method in class java.lang.reflect.Constructor
Returns the Class object representing the class that declares the constructor represented by this Constructor object.
getDeclaringClass() - Method in interface java.lang.reflect.Member
Returns the Class object representing the class or interface that declares the member or constructor represented by this Member.
getDecomposition() - Method in class java.text.Collator
Get the decomposition mode of this Collator.
getDeepestComponentAt(Component, int, int) - Static method in class javax.swing.SwingUtilities
Returns the deepest visible descendent Component of parent that contains the location x, y.
getDefault() - Static method in class java.util.TimeZone
Gets the default TimeZone for this host.
getDefault() - Static method in class java.util.Locale
Common method of getting the current default Locale.
getDefaultAction() - Method in interface javax.swing.text.Keymap
Fetches the default action to fire if a key is typed (i.e.
getDefaultActions() - Method in class java.awt.dnd.DropTarget
This method returns an int representing the current action(s) supported by this DropTarget.
getDefaultAllowUserInteraction() - Static method in class java.net.URLConnection
Returns the default value of the allowUserInteraction field.
getDefaultButton() - Method in class javax.swing.JRootPane
Returns the current default button for this JRootPane.
getDefaultChooserPanels() - Static method in class javax.swing.colorchooser.ColorChooserComponentFactory
 
getDefaultClosedIcon() - Method in class javax.swing.tree.DefaultTreeCellRenderer
Returns the default icon, for the current laf, that is used to represent non-leaf nodes that are not expanded.
getDefaultCloseOperation() - Method in class javax.swing.JInternalFrame
Returns the default operation which occurs when the user initiates a "close" on this window.
getDefaultCloseOperation() - Method in class javax.swing.JDialog
Returns the operation which occurs when the user initiates a "close" on this dialog.
getDefaultCloseOperation() - Method in class javax.swing.JFrame
Returns the operation which occurs when the user initiates a "close" on this frame.
getDefaultConfiguration() - Method in class java.awt.GraphicsDevice
Returns the default GraphicsConfiguration associated with this GraphicsDevice.
getDefaultCursor() - Static method in class java.awt.Cursor
Return the system default cursor.
getDefaultDragSource() - Static method in class java.awt.dnd.DragSource
This method returns the DragSource object associated with the underlying platform.
getDefaultEditor(Class) - Method in class javax.swing.JTable
Returns the editor to be used when no editor has been set in a TableColumn.
getDefaultEventIndex() - Method in interface java.beans.BeanInfo
A bean may have a "default" event that is the event that will mostly commonly be used by human's when using the bean.
getDefaultEventIndex() - Method in class java.beans.SimpleBeanInfo
Deny knowledge of a default event.
getDefaultFlavorMap() - Static method in class java.awt.datatransfer.SystemFlavorMap
get the default system implementation
getDefaultIcon() - Method in class javax.swing.plaf.basic.BasicRadioButtonUI
 
getDefaultLeafIcon() - Method in class javax.swing.tree.DefaultTreeCellRenderer
Returns the default icon, for the current laf, that is used to represent leaf nodes.
getDefaultLightWeightPopupEnabled() - Static method in class javax.swing.JPopupMenu
Return the default value for the lightWeightPopupEnabled property.
getDefaultOpenIcon() - Method in class javax.swing.tree.DefaultTreeCellRenderer
Returns the default icon, for the current laf, that is used to represent non-leaf nodes that are expanded.
getDefaultPropertyIndex() - Method in interface java.beans.BeanInfo
A bean may have a "default" property that is the property that will mostly commonly be initially chosen for update by human's who are customizing the bean.
getDefaultPropertyIndex() - Method in class java.beans.SimpleBeanInfo
Deny knowledge of a default property.
getDefaultRenderer(Class) - Method in class javax.swing.JTable
Returns the renderer to be used when no renderer has been set in a TableColumn.
getDefaultRequestProperty(String) - Static method in class java.net.URLConnection
Returns the value of the default request property.
getDefaultRootElement() - Method in class javax.swing.text.AbstractDocument
Returns the root element that views should be based upon unless some other mechanism for assigning views to element structures is provided.
getDefaultRootElement() - Method in class javax.swing.text.PlainDocument
Gets the default root element for the document model.
getDefaultRootElement() - Method in class javax.swing.text.DefaultStyledDocument
Gets the default root element.
getDefaultRootElement() - Method in interface javax.swing.text.Document
Returns the root element that views should be based upon, unless some other mechanism for assigning views to element structures is provided.
getDefaults() - Method in class javax.swing.LookAndFeel
This method is called once by UIManager.setLookAndFeel to create the look and feel specific defaults table.
getDefaults() - Static method in class javax.swing.UIManager
Returns the default values for this look and feel.
getDefaults() - Method in class javax.swing.plaf.basic.BasicLookAndFeel
 
getDefaults() - Method in class javax.swing.plaf.metal.MetalLookAndFeel
 
getDefaults() - Method in class javax.swing.plaf.multi.MultiLookAndFeel
 
getDefaultScreenDevice() - Method in class java.awt.GraphicsEnvironment
Returns the default screen GraphicsDevice.
getDefaultSize() - Method in class javax.swing.plaf.basic.BasicComboBoxUI
Return the default size of an empty combo box.
getDefaultSocketFactory() - Static method in class java.rmi.server.RMISocketFactory
Returns a reference to the default socket factory used by this RMI implementation.
getDefaultStream() - Static method in class java.rmi.server.LogStream
Deprecated. no replacement
getDefaultStyleContext() - Static method in class javax.swing.text.StyleContext
Returns default AttributeContext shared by all documents that don't bother to define/supply their own context.
getDefaultTextIconGap(AbstractButton) - Method in class javax.swing.plaf.basic.BasicButtonUI
 
getDefaultToolkit() - Static method in class java.awt.Toolkit
Gets the default toolkit.
getDefaultTransactionIsolation() - Method in interface java.sql.DatabaseMetaData
What's the database's default transaction isolation level? The values are defined in java.sql.Connection.
getDefaultTransform() - Method in class java.awt.GraphicsConfiguration
Returns the default AffineTransform for this GraphicsConfiguration.
getDefaultTreeModel() - Static method in class javax.swing.JTree
Creates and returns a sample TreeModel.
getDefaultType() - Static method in class java.security.KeyStore
Returns the default keystore type as specified in the Java security properties file, or the string "jks" (acronym for "Java keystore") if no such property exists.
getDefaultUseCaches() - Method in class java.net.URLConnection
Returns the default value of a URLConnection's useCaches flag.
getDefaultValue() - Method in class javax.swing.text.html.CSS.Attribute
Fetch the default value for the attribute.
getDelay() - Method in class javax.swing.Timer
Returns the Timer's delay.
getDelay() - Method in class javax.swing.JMenu
Returns the suggested delay before the menu's PopupMenu is popped up or down.
getDepth() - Method in class javax.swing.tree.DefaultMutableTreeNode
Returns the depth of the tree rooted at this node -- the longest distance from this node to a leaf.
getDescendantToggledPaths(TreePath) - Method in class javax.swing.JTree
Returns an Enumeration of TreePaths that have been expanded that are descendants of parent.
getDescent() - Method in class java.awt.FontMetrics
Determines the font descent of the Font described by this FontMetrics object.
getDescent() - Method in class java.awt.font.TextLayout
Returns the descent of this TextLayout.
getDescent() - Method in class java.awt.font.GraphicAttribute
Returns the descent of this GraphicAttribute.
getDescent() - Method in class java.awt.font.ShapeGraphicAttribute
Returns the descent of this ShapeGraphicAttribute.
getDescent() - Method in class java.awt.font.LineMetrics
Returns the descent of the text.
getDescent() - Method in class java.awt.font.ImageGraphicAttribute
Returns the descent of this ImageGraphicAttributegetDescription() - Method in class javax.swing.LookAndFeel
Return a one line description of this look and feel implementation, e.g.
getDescription() - Method in class javax.swing.ImageIcon
Get the description of the image.
getDescription() - Method in class javax.swing.filechooser.FileFilter
The description of this filter.
getDescription() - Method in class javax.swing.event.HyperlinkEvent
Get the description of the link as a string.
getDescription() - Method in class javax.swing.plaf.basic.BasicFileChooserUI.AcceptAllFileFilter
 
getDescription() - Method in class javax.swing.plaf.metal.MetalLookAndFeel
 
getDescription() - Method in class javax.swing.plaf.multi.MultiLookAndFeel
 
getDescription(File) - Method in class javax.swing.JFileChooser
Returns the file description.
getDescription(File) - Method in class javax.swing.filechooser.FileView
A human readable description of the file.
getDescription(File) - Method in class javax.swing.plaf.basic.BasicFileChooserUI.BasicFileView
 
getDesignAxisDefaults() - Method in interface java.awt.font.MultipleMaster
Returns an array of default design values for each axis.
getDesignAxisNames() - Method in interface java.awt.font.MultipleMaster
Returns the name for each design axis.
getDesignAxisRanges() - Method in interface java.awt.font.MultipleMaster
Returns an array of design limits interleaved in the form [from->to] for each axis.
getDesktopColor() - Static method in class javax.swing.plaf.metal.MetalLookAndFeel
 
getDesktopColor() - Method in class javax.swing.plaf.metal.MetalTheme
 
getDesktopIcon() - Method in class javax.swing.JInternalFrame
Returns the JDesktopIcon used when this JInternalFrame is iconified.
getDesktopManager() - Method in class javax.swing.JDesktopPane
Returns the DesktopManger that handles desktop-specific UI actions.
getDesktopManager() - Method in class javax.swing.plaf.basic.BasicInternalFrameUI
Returns the proper DesktopManager.
getDesktopPane() - Method in class javax.swing.JInternalFrame
Convenience method that searchs the anscestor heirarchy for a JDesktop instance.
getDesktopPane() - Method in class javax.swing.JInternalFrame.JDesktopIcon
Convience method to ask the icon for the Desktop object it belongs to.
getDesktopPaneForComponent(Component) - Static method in class javax.swing.JOptionPane
Returns the specified component's desktop pane.
getDesktopProperty(String) - Method in class java.awt.Toolkit
obtain a value for the specified desktop property.
getDeterminant() - Method in class java.awt.geom.AffineTransform
Returns the determinant of the matrix representation of the transform.
getDevice() - Method in class java.awt.GraphicsConfiguration
Returns the GraphicsDevice associated with this GraphicsConfiguration.
getDeviceConfiguration() - Method in class java.awt.Graphics2D
Returns the device configuration associated with this Graphics2D.
getDialogTitle() - Method in class javax.swing.JFileChooser
Gets the string that goes in the FileChooser's titlebar.
getDialogTitle(JFileChooser) - Method in class javax.swing.plaf.FileChooserUI
 
getDialogTitle(JFileChooser) - Method in class javax.swing.plaf.basic.BasicFileChooserUI
Returns the title of this dialog
getDialogTitle(JFileChooser) - Method in class javax.swing.plaf.multi.MultiFileChooserUI
Call getDialogTitle on each UI handled by this MultiUI.
getDialogType() - Method in class javax.swing.JFileChooser
Returns the type of this dialog.
getDigestLength() - Method in class java.security.MessageDigest
Returns the length of the digest in bytes, or 0 if this operation is not supported by the provider and the implementation is not cloneable.
getDigit() - Method in class java.text.DecimalFormatSymbols
character used for a digit in a pattern.
getDimension(Object) - Static method in class javax.swing.UIManager
Returns a dimension from the defaults table.
getDimension(Object) - Method in class javax.swing.UIDefaults
If the value of key is a Dimension return it, otherwise return null.
getDirection() - Method in class javax.swing.text.DefaultStyledDocument.ElementSpec
Gets the direction.
getDirection() - Method in class javax.swing.plaf.basic.BasicArrowButton
 
getDirectories() - Method in class javax.swing.plaf.basic.BasicDirectoryModel
 
getDirectory() - Method in class java.awt.FileDialog
Gets the directory of this file dialog.
getDirectoryName() - Method in class javax.swing.plaf.basic.BasicFileChooserUI
 
getDirectoryName() - Method in class javax.swing.plaf.metal.MetalFileChooserUI
 
getDirtyRegion(JComponent) - Method in class javax.swing.RepaintManager
Return the current dirty region for a component.
getDisabledIcon() - Method in class javax.swing.JLabel
Returns the value of the disabledIcon property if it's been set, If it hasn't been set and the value of the icon property is an ImageIcon, we compute a "grayed out" version of the icon and update the disabledIcon property with that.
getDisabledIcon() - Method in class javax.swing.AbstractButton
Returns the icon used by the button when it's disabled.
getDisabledIconAt(int) - Method in class javax.swing.JTabbedPane
Returns the tab disabled icon at index.
getDisabledSelectedIcon() - Method in class javax.swing.AbstractButton
Returns the icon used by the button when it's disabled and selected.
getDisabledTextColor() - Method in class javax.swing.text.JTextComponent
Fetches the current color used to render the selected text.
getDisabledTextColor() - Method in class javax.swing.plaf.metal.MetalToggleButtonUI
 
getDisabledTextColor() - Method in class javax.swing.plaf.metal.MetalRadioButtonUI
 
getDisabledTextColor() - Method in class javax.swing.plaf.metal.MetalButtonUI
 
getDismissDelay() - Method in class javax.swing.ToolTipManager
Returns the dismisal delay value.
getDisplayCountry() - Method in class java.util.Locale
Returns a name for the locale's country that is appropriate for display to the user.
getDisplayCountry(Locale) - Method in class java.util.Locale
Returns a name for the locale's country that is appropriate for display to the user.
getDisplayedMnemonic() - Method in class javax.swing.JLabel
Return the keycode that indicates a mnemonic key.
getDisplayLanguage() - Method in class java.util.Locale
Returns a name for the locale's language that is appropriate for display to the user.
getDisplayLanguage(Locale) - Method in class java.util.Locale
Returns a name for the locale's language that is appropriate for display to the user.
getDisplayName() - Method in class java.beans.FeatureDescriptor
Gets the localized display name of this feature.
getDisplayName() - Method in class java.util.TimeZone
Returns a name of this time zone suitable for presentation to the user in the default locale.
getDisplayName() - Method in class java.util.Locale
Returns a name for the locale that is appropriate for display to the user.
getDisplayName() - Method in class javax.swing.colorchooser.AbstractColorChooserPanel
 
getDisplayName(boolean, int) - Method in class java.util.TimeZone
Returns a name of this time zone suitable for presentation to the user in the default locale.
getDisplayName(boolean, int, Locale) - Method in class java.util.TimeZone
Returns a name of this time zone suitable for presentation to the user in the specified locale.
getDisplayName(Locale) - Method in class java.util.TimeZone
Returns a name of this time zone suitable for presentation to the user in the specified locale.
getDisplayName(Locale) - Method in class java.util.Locale
Returns a name for the locale that is appropriate for display to the user.
getDisplaySize() - Method in class javax.swing.plaf.basic.BasicComboBoxUI
 
getDisplayVariant() - Method in class java.util.Locale
Returns a name for the locale's variant code that is appropriate for display to the user.
getDisplayVariant(Locale) - Method in class java.util.Locale
Returns a name for the locale's variant code that is appropriate for display to the user.
getDivider() - Method in class javax.swing.plaf.basic.BasicSplitPaneUI
Returns the divider between the top Components.
getDividerBorderSize() - Method in class javax.swing.plaf.basic.BasicSplitPaneUI
Returns the width of one side of the divider border.
getDividerLocation() - Method in class javax.swing.JSplitPane
Returns the location of the divider from the look and feel implementation.
getDividerLocation(JSplitPane) - Method in class javax.swing.plaf.SplitPaneUI
Returns the location of the divider.
getDividerLocation(JSplitPane) - Method in class javax.swing.plaf.basic.BasicSplitPaneUI
Returns the location of the divider.
getDividerLocation(JSplitPane) - Method in class javax.swing.plaf.multi.MultiSplitPaneUI
Call getDividerLocation on each UI handled by this MultiUI.
getDividerSize() - Method in class javax.swing.JSplitPane
Returns the size of the divider.
getDividerSize() - Method in class javax.swing.plaf.basic.BasicSplitPaneDivider
Returns the size of the divider, that is the width if the splitpane is HORIZONTAL_SPLIT, or the height of VERTICAL_SPLIT.
getDockingColor() - Method in class javax.swing.plaf.basic.BasicToolBarUI
Gets the color displayed when over a docking area
getDocument() - Method in interface javax.swing.event.DocumentEvent
Gets the document that sourced the change event.
getDocument() - Method in class javax.swing.text.JTextComponent
Fetches the model associated with the editor.
getDocument() - Method in class javax.swing.text.View
Fetches the model associated with the view.
getDocument() - Method in interface javax.swing.text.Element
Fetches the document associated with this element.
getDocument() - Method in class javax.swing.text.AbstractDocument.AbstractElement
Retrieves the underlying model.
getDocument() - Method in class javax.swing.text.AbstractDocument.DefaultDocumentEvent
Gets the document that sourced the change event.
getDocument() - Method in class javax.swing.text.AbstractWriter
Fetches the document.
getDocumentBase() - Method in class java.applet.Applet
Gets the document URL.
getDocumentBase() - Method in interface java.applet.AppletStub
Gets the document URL.
getDocumentProperties() - Method in class javax.swing.text.AbstractDocument
Support for managing a set of properties.
getDoInput() - Method in class java.net.URLConnection
Returns the value of this URLConnection's doInput flag.
getDoOutput() - Method in class java.net.URLConnection
Returns the value of this URLConnection's doOutput flag.
getDot() - Method in class javax.swing.event.CaretEvent
Fetches the location of the caret.
getDot() - Method in interface javax.swing.text.Caret
Fetches the current position of the caret.
getDot() - Method in class javax.swing.text.DefaultCaret
Fetches the current position of the caret.
getDouble(int) - Method in interface java.sql.ResultSet
Gets the value of a column in the current row as a Java double.
getDouble(int) - Method in interface java.sql.CallableStatement
Gets the value of a JDBC DOUBLE parameter as a double in the Java programming language.
getDouble(Object) - Method in class java.lang.reflect.Field
Gets the value of a field as a double on the specified object.
getDouble(Object, int) - Static method in class java.lang.reflect.Array
Returns the value of the indexed component in the specified array object, as a double.
getDouble(String) - Method in interface java.sql.ResultSet
Gets the value of a column in the current row as a Java double.
getDoubleBufferMaximumSize() - Method in class javax.swing.RepaintManager
Returns the maximum double buffer size.
getDoubleParameter(int) - Method in class java.awt.image.renderable.ParameterBlock
A convenience method to return a parameter as a double.
getDragAction() - Method in class java.awt.dnd.DragGestureEvent
This method returns an int representing the action selected by the user.
getDraggedColumn() - Method in class javax.swing.table.JTableHeader
Returns the the dragged column, if and only if a drag is in process.
getDraggedDistance() - Method in class javax.swing.table.JTableHeader
Returns the column's horizontal distance from its original position, if and only if a drag is in process.
getDragOrigin() - Method in class java.awt.dnd.DragGestureEvent
This method returns a Point in the coordinates of the Component over which the drag originated.
getDragSource() - Method in class java.awt.dnd.DragGestureEvent
This method returns the DragSource.
getDragSource() - Method in class java.awt.dnd.DragGestureRecognizer
This method returns the DragSource this DragGestureRecognizer will use in order to process the Drag and Drop operation.
getDragSource() - Method in class java.awt.dnd.DragSourceContext
This method returns the DragSource that instantiated this DragSourceContext.
getDragSourceContext() - Method in class java.awt.dnd.DragSourceEvent
This method returns the DragSourceContext that originated the event.
getDrawsLayeredHighlights() - Method in class javax.swing.text.DefaultHighlighter
 
getDriver(String) - Static method in class java.sql.DriverManager
Attempts to locate a driver that understands the given URL.
getDriverMajorVersion() - Method in interface java.sql.DatabaseMetaData
What's this JDBC driver's major version number?
getDriverMinorVersion() - Method in interface java.sql.DatabaseMetaData
What's this JDBC driver's minor version number?
getDriverName() - Method in interface java.sql.DatabaseMetaData
What's the name of this JDBC driver?
getDrivers() - Static method in class java.sql.DriverManager
Retrieves an Enumeration with all of the currently loaded JDBC drivers to which the current caller has access.
getDriverVersion() - Method in interface java.sql.DatabaseMetaData
What's the version of this JDBC driver?
getDropAction() - Method in class java.awt.dnd.DragSourceDragEvent
This method returns an int representing the effective drop action which is the intersection of the user's selected action, and the source and target actions.
getDropAction() - Method in class java.awt.dnd.DragSourceDropEvent
This method returns an int representing the action performed by the target on the subject of the drop.
getDropAction() - Method in class java.awt.dnd.DropTargetDragEvent
This method returns an int representing the currently selected drop action.
getDropAction() - Method in class java.awt.dnd.DropTargetDropEvent
This method returns an int representing the action(s) supported by the source at the time of the drop.
getDropSuccess() - Method in class java.awt.dnd.DragSourceDropEvent
This method returns a boolean indicating if the drop was a success.
getDropTarget() - Method in class java.awt.Component
Get the DropTarget associated with this Component
getDropTarget() - Method in class java.awt.dnd.DropTargetContext
This method returns the DropTarget associated with this DropTargetContext.
getDropTargetContext() - Method in class java.awt.dnd.DropTargetEvent
This method returns the DropTargetContext associated with this DropTargetEvent.
getDropTargetContext() - Method in class java.awt.dnd.DropTarget
This method returns the DropTargetContext associated with this DropTarget.
getDSTSavings() - Method in class java.util.SimpleTimeZone
Returns the amount of time in ms that the clock is advanced during DST.
getDTD(String) - Static method in class javax.swing.text.html.parser.DTD
Get a DTD.
getEastPane() - Method in class javax.swing.plaf.basic.BasicInternalFrameUI
 
getEchoChar() - Method in class java.awt.TextField
Gets the character that is to be used for echoing.
getEchoChar() - Method in class javax.swing.JPasswordField
Returns the character to be used for echoing.
getEdgeCondition() - Method in class java.awt.image.ConvolveOp
Returns the edge condition.
getEdit() - Method in class javax.swing.event.UndoableEditEvent
Returns the edit value.
getEditingColumn() - Method in class javax.swing.JTable
This returns the index of the editing column.
getEditingPath() - Method in class javax.swing.JTree
Returns the path to the element that is currently being edited.
getEditingPath(JTree) - Method in class javax.swing.plaf.TreeUI
Returns the path to the element that is being edited.
getEditingPath(JTree) - Method in class javax.swing.plaf.basic.BasicTreeUI
Returns the path to the element that is being edited.
getEditingPath(JTree) - Method in class javax.swing.plaf.multi.MultiTreeUI
Call getEditingPath on each UI handled by this MultiUI.
getEditingRow() - Method in class javax.swing.JTable
Returns the index of the editing row.
getEditor() - Method in class javax.swing.JComboBox
Returns the editor used to paint and edit the selected item in the JComboBox field.
getEditor(ActionEvent) - Method in class javax.swing.text.StyledEditorKit.StyledTextAction
Gets the target editor for an action.
getEditorComponent() - Method in interface javax.swing.ComboBoxEditor
Return the component that should be added to the tree hierarchy for this editor
getEditorComponent() - Method in class javax.swing.JTable
If the receiver is currently editing this will return the Component that was returned from the CellEditor.
getEditorComponent() - Method in class javax.swing.plaf.basic.BasicComboBoxEditor
 
getEditorKit() - Method in class javax.swing.JEditorPane
Fetches the currently installed kit for handling content.
getEditorKit(JTextComponent) - Method in class javax.swing.plaf.TextUI
Fetches the binding of services that set a policy for the type of document being edited.
getEditorKit(JTextComponent) - Method in class javax.swing.plaf.basic.BasicTextUI
Fetches the EditorKit for the UI.
getEditorKit(JTextComponent) - Method in class javax.swing.plaf.basic.BasicEditorPaneUI
Fetches the EditorKit for the UI.
getEditorKit(JTextComponent) - Method in class javax.swing.plaf.basic.BasicTextPaneUI
Fetches the EditorKit for the UI.
getEditorKit(JTextComponent) - Method in class javax.swing.plaf.multi.MultiTextUI
Call getEditorKit on each UI handled by this MultiUI.
getEditorKitForContentType(String) - Method in class javax.swing.JEditorPane
Fetches the editor kit to use for the given type of content.
getEditorSearchPath() - Static method in class java.beans.PropertyEditorManager
Gets the package names that will be searched for property editors.
getElem(int) - Method in class java.awt.image.DataBuffer
Returns the requested data array element from the first (default) bank as an integer.
getElem(int) - Method in class java.awt.image.DataBufferByte
Returns the requested data array element from the first (default) bank.
getElem(int) - Method in class java.awt.image.DataBufferUShort
Returns the requested data array element from the first (default) bank.
getElem(int) - Method in class java.awt.image.DataBufferShort
Returns the requested data array element from the first (default) bank.
getElem(int) - Method in class java.awt.image.DataBufferInt
Returns the requested data array element from the first (default) bank.
getElem(int, int) - Method in class java.awt.image.DataBuffer
Returns the requested data array element from the specified bank as an integer.
getElem(int, int) - Method in class java.awt.image.DataBufferByte
Returns the requested data array element from the specified bank
getElem(int, int) - Method in class java.awt.image.DataBufferUShort
Returns the requested data array element from the specified bank
getElem(int, int) - Method in class java.awt.image.DataBufferShort
Returns the requested data array element from the specified bank
getElem(int, int) - Method in class java.awt.image.DataBufferInt
Returns the requested data array element from the specified bank
getElemDouble(int) - Method in class java.awt.image.DataBuffer
Returns the requested data array element from the first (default) bank as a double.
getElemDouble(int, int) - Method in class java.awt.image.DataBuffer
Returns the requested data array element from the specified bank as a double.
getElement() - Method in interface javax.swing.event.DocumentEvent.ElementChange
Returns the element represented.
getElement() - Method in class javax.swing.text.View
Fetches the structural portion of the subject that this view is mapped to.
getElement() - Method in class javax.swing.text.AbstractDocument.ElementEdit
Returns the underlying element.
getElement() - Method in class javax.swing.text.html.parser.TagElement
 
getElement(int) - Method in interface javax.swing.text.Element
Fetches the child element at the given index.
getElement(int) - Method in class javax.swing.text.AbstractDocument.AbstractElement
Gets a child element.
getElement(int) - Method in class javax.swing.text.AbstractDocument.BranchElement
Gets a child element.
getElement(int) - Method in class javax.swing.text.AbstractDocument.LeafElement
Gets a child element.
getElement(int) - Method in class javax.swing.text.html.parser.DTD
Get an element by index.
getElement(String) - Method in class javax.swing.text.html.parser.DTD
Get an element by name.
getElementAt(int) - Method in class javax.swing.DefaultComboBoxModel
 
getElementAt(int) - Method in class javax.swing.DefaultListModel
Returns the component at the specified index.
getElementAt(int) - Method in interface javax.swing.ListModel
Returns the value at the specified index.
getElementAt(int) - Method in class javax.swing.plaf.basic.BasicDirectoryModel
 
getElementAt(int) - Method in class javax.swing.plaf.metal.MetalFileChooserUI.DirectoryComboBoxModel
 
getElementAt(int) - Method in class javax.swing.plaf.metal.MetalFileChooserUI.FilterComboBoxModel
 
getElementCount() - Method in interface javax.swing.text.Element
Gets the number of child elements contained by this element.
getElementCount() - Method in class javax.swing.text.AbstractDocument.AbstractElement
Gets the number of children for the element.
getElementCount() - Method in class javax.swing.text.AbstractDocument.BranchElement
Gets the number of children for the element.
getElementCount() - Method in class javax.swing.text.AbstractDocument.LeafElement
Returns the number of child elements.
getElementIndex(int) - Method in interface javax.swing.text.Element
Gets the child element index closest to the given offset.
getElementIndex(int) - Method in class javax.swing.text.AbstractDocument.AbstractElement
Gets the child element index closest to the given model offset.
getElementIndex(int) - Method in class javax.swing.text.AbstractDocument.BranchElement
Gets the child element index closest to the given model offset.
getElementIndex(int) - Method in class javax.swing.text.AbstractDocument.LeafElement
Gets the child element index closest to the given model offset.
getElementIterator() - Method in class javax.swing.text.AbstractWriter
Fetches the ElementIterator.
getElements() - Method in class javax.swing.ButtonGroup
Return all the buttons that are participating in this group.
getElements(Vector) - Method in class javax.swing.text.html.parser.ContentModel
Update elemVec with the list of elements that are part of the this contentModel.
getElementsAt(HTMLDocument, int) - Method in class javax.swing.text.html.HTMLEditorKit.HTMLTextAction
Returns an array of the Elements that contain offset.
getElemFloat(int) - Method in class java.awt.image.DataBuffer
Returns the requested data array element from the first (default) bank as a float.
getElemFloat(int, int) - Method in class java.awt.image.DataBuffer
Returns the requested data array element from the specified bank as a float.
getEmptySet() - Method in interface javax.swing.text.AbstractDocument.AttributeContext
Fetches an empty AttributeSet.
getEmptySet() - Method in class javax.swing.text.StyleContext
Fetches an empty AttributeSet.
getEncoded() - Method in class java.security.AlgorithmParameters
Returns the parameters in their primary encoding format.
getEncoded() - Method in interface java.security.Key
Returns the key in its primary encoding format, or null if this key does not support encoding.
getEncoded() - Method in class java.security.cert.Certificate
Returns the encoded form of this certificate.
getEncoded() - Method in class java.security.cert.X509CRL
Returns the ASN.1 DER-encoded form of this CRL.
getEncoded() - Method in class java.security.cert.X509CRLEntry
Returns the ASN.1 DER-encoded form of this CRL Entry, that is the inner SEQUENCE.
getEncoded() - Method in class java.security.spec.EncodedKeySpec
Returns the encoded key.
getEncoded() - Method in class java.security.spec.X509EncodedKeySpec
Returns the key bytes, encoded according to the X.509 standard.
getEncoded() - Method in class java.security.spec.PKCS8EncodedKeySpec
Returns the key bytes, encoded according to the PKCS #8 standard.
getEncoded(String) - Method in class java.security.AlgorithmParameters
Returns the parameters encoded in the specified scheme.
getEncoding() - Method in class java.io.InputStreamReader
Returns the canonical name of the character encoding being used by this stream.
getEncoding() - Method in class java.io.OutputStreamWriter
Returns the canonical name of the character encoding being used by this stream.
getEndCap() - Method in class java.awt.BasicStroke
Returns the end cap style.
getEndIndex() - Method in interface java.text.CharacterIterator
Returns the end index of the text.
getEndIndex() - Method in class java.text.StringCharacterIterator
Implements CharacterIterator.getEndIndex() for String.
getEndIndex() - Method in class java.text.FieldPosition
Retrieves the index of the character following the last character in the requested field.
getEndIndex() - Method in class javax.accessibility.AccessibleHyperlink
Get the index with the hypertext document at which this link ends
getEndIndex() - Method in class javax.swing.JEditorPane.JEditorPaneAccessibleHypertextSupport.HTMLLink
Get the index with the hypertext document at which this link ends
getEndOffset() - Method in class javax.swing.text.View
Fetches the portion of the model that this view is responsible for.
getEndOffset() - Method in interface javax.swing.text.Highlighter.Highlight
Gets the ending model offset for the highlight.
getEndOffset() - Method in interface javax.swing.text.Element
Fetches the offset from the beginning of the document that this element ends at.
getEndOffset() - Method in class javax.swing.text.AbstractDocument.AbstractElement
Gets the ending offset in the model for the element.
getEndOffset() - Method in class javax.swing.text.AbstractDocument.BranchElement
Gets the ending offset in the model for the element.
getEndOffset() - Method in class javax.swing.text.AbstractDocument.LeafElement
Gets the ending offset in the model for the element.
getEndOffset() - Method in class javax.swing.text.html.HTMLDocument.Iterator
End of the range for which the current occurence of the tag is defined and has the same attributes.
getEndPoint() - Method in class java.awt.geom.Arc2D
Returns the ending point of the arc.
getEndPosition() - Method in class javax.swing.text.AbstractDocument
Returns a position that represents the end of the document.
getEndPosition() - Method in interface javax.swing.text.Document
Returns a position that represents the end of the document.
getEntity(int) - Method in class javax.swing.text.html.parser.DTD
Get a character entity.
getEntity(String) - Method in class javax.swing.text.html.parser.DTD
Get an entity by name.
getEntries() - Method in class java.util.jar.Manifest
Returns a Map of the entries contained in this Manifest.
getEntry(String) - Method in class java.util.jar.JarFile
 
getEntry(String) - Method in class java.util.zip.ZipFile
Returns the zip file entry for the specified name, or null if not found.
getEntryName() - Method in class java.net.JarURLConnection
Return the entry name for this connection.
getenv(String) - Static method in class java.lang.System
Deprecated. The preferred way to extract system-dependent information is the system properties of the java.lang.System.getProperty methods and the corresponding getTypeName methods of the Boolean, Integer, and Long primitive types. For example:
     String classPath = System.getProperty("java.class.path",".");
 
if (Boolean.getBoolean("myapp.exper.mode")) enableExpertCommands();
getEras() - Method in class java.text.DateFormatSymbols
Gets era strings.
getErrorCode() - Method in class java.sql.SQLException
Retrieves the vendor-specific exception code for this SQLException object.
getErrorIndex() - Method in class java.text.ParsePosition
Retrieve the index at which an error occurred, or -1 if the error index has not been set.
getErrorOffset() - Method in class java.text.ParseException
Returns the position where the error was found.
getErrorsAny() - Method in class java.awt.MediaTracker
Returns a list of all media that have encountered an error.
getErrorsID(int) - Method in class java.awt.MediaTracker
Returns a list of media with the specified ID that have encountered an error.
getErrorStream() - Method in class java.lang.Process
Gets the error stream of the subprocess.
getErrorStream() - Method in class java.net.HttpURLConnection
Returns the error stream if the connection failed but the server sent useful data nonetheless.
getEtchedBorderUIResource() - Static method in class javax.swing.plaf.BorderUIResource
 
getEtchedInsets() - Static method in class javax.swing.plaf.basic.BasicGraphicsUtils
Returns the amount of space taken up by a border drawn by drawEtchedRect()
getEtchType() - Method in class javax.swing.border.EtchedBorder
Returns which etch-type is set on the etched border.
getEventSetDescriptors() - Method in interface java.beans.BeanInfo
Gets the beans EventSetDescriptors.
getEventSetDescriptors() - Method in class java.beans.SimpleBeanInfo
Deny knowledge of event sets.
getEventType() - Method in class javax.swing.event.HyperlinkEvent
Gets the type of event.
getException() - Method in class java.awt.event.InvocationEvent
Returns any Exception caught while executing the Runnable's run() method.
getException() - Method in class java.lang.ExceptionInInitializerError
Returns the exception that occurred during a static initialization that caused this Error to be created.
getException() - Method in class java.lang.ClassNotFoundException
Returns the exception that was raised if an error occurred while attempting to load the class.
getException() - Method in class java.security.PrivilegedActionException
Returns the exception thrown by the privileged computation that resulted in this PrivilegedActionException.
getExceptionTypes() - Method in class java.lang.reflect.Method
Returns an array of Class objects that represent the types of the exceptions declared to be thrown by the underlying method represented by this Method object.
getExceptionTypes() - Method in class java.lang.reflect.Constructor
Returns an array of Class objects that represent the types of of exceptions declared to be thrown by the underlying constructor represented by this Constructor object.
getExpandedDescendants(TreePath) - Method in class javax.swing.JTree
Returns an Enumeration of the descendants of path that are currently expanded.
getExpandedIcon() - Method in class javax.swing.plaf.basic.BasicTreeUI
 
getExpandedState(TreePath) - Method in class javax.swing.tree.AbstractLayoutCache
Returns true if the path is expanded, and visible.
getExpandedState(TreePath) - Method in class javax.swing.tree.FixedHeightLayoutCache
Returns true if the path is expanded, and visible.
getExpandedState(TreePath) - Method in class javax.swing.tree.VariableHeightLayoutCache
Returns true if the path is expanded, and visible.
getExpiration() - Method in class java.net.URLConnection
Returns the value of the expires header field.
getExportedKeys(String, String, String) - Method in interface java.sql.DatabaseMetaData
Gets a description of the foreign key columns that reference a table's primary key columns (the foreign keys exported by a table).
getExtensionValue(String) - Method in interface java.security.cert.X509Extension
Gets the DER-encoded OCTET string for the extension value (extnValue) identified by the passed-in oid String.
getExtent() - Method in class javax.swing.JSlider
Returns the "extent" -- the range of values "covered" by the knob.
getExtent() - Method in interface javax.swing.BoundedRangeModel
Returns the model's extent, the length of the inner range that begins at the model's value.
getExtent() - Method in class javax.swing.DefaultBoundedRangeModel
Return the model's extent.
getExtentSize() - Method in class javax.swing.JViewport
Returns the size of the visible part of the view in view coordinates.
getExtra() - Method in class java.util.zip.ZipEntry
Returns the extra field data for the entry, or null if none.
getExtraNameCharacters() - Method in interface java.sql.DatabaseMetaData
Gets all the "extra" characters that can be used in unquoted identifier names (those beyond a-z, A-Z, 0-9 and _).
getFailureHandler() - Static method in class java.rmi.server.RMISocketFactory
Returns the handler for socket creation failure set by the setFailureHandler method.
getFamily() - Method in class java.awt.Font
Returns the family name of this Font.
getFamily(Locale) - Method in class java.awt.Font
Returns the family name of this Font, localized for the specified locale.
getFD() - Method in class java.io.FileInputStream
Returns the FileDescriptor object that represents the connection to the actual file in the file system being used by this FileInputStream.
getFD() - Method in class java.io.FileOutputStream
Returns the file descriptor associated with this stream.
getFD() - Method in class java.io.RandomAccessFile
Returns the opaque file descriptor object associated with this stream.
getFetchDirection() - Method in interface java.sql.ResultSet
JDBC 2.0 Returns the fetch direction for this result set.
getFetchDirection() - Method in interface java.sql.Statement
JDBC 2.0 Retrieves the direction for fetching rows from database tables that is the default for result sets generated from this Statement object.
getFetchSize() - Method in interface java.sql.ResultSet
JDBC 2.0 Returns the fetch size for this result set.
getFetchSize() - Method in interface java.sql.Statement
JDBC 2.0 Retrieves the number of result set rows that is the default fetch size for result sets generated from this Statement object.
getField() - Method in class java.text.FieldPosition
Retrieves the field identifier.
getField(String) - Method in class java.io.ObjectStreamClass
Get the field of this class by name.
getField(String) - Method in class java.lang.Class
Returns a Field object that reflects the specified public member field of the class or interface represented by this Class object.
getFields() - Method in class java.io.ObjectStreamClass
Return an array of the fields of this serializable class.
getFields() - Method in class java.lang.Class
Returns an array containing Field objects reflecting all the accessible public fields of the class or interface represented by this Class object.
getFile() - Method in class java.awt.FileDialog
Gets the selected file of this file dialog.
getFile() - Method in class java.net.URL
Returns the file name of this URL.
getFileChooser() - Method in class javax.swing.plaf.basic.BasicFileChooserUI
 
getFileChooserDetailViewIcon() - Static method in class javax.swing.plaf.metal.MetalIconFactory
 
getFileChooserHomeFolderIcon() - Static method in class javax.swing.plaf.metal.MetalIconFactory
 
getFileChooserListViewIcon() - Static method in class javax.swing.plaf.metal.MetalIconFactory
 
getFileChooserNewFolderIcon() - Static method in class javax.swing.plaf.metal.MetalIconFactory
 
getFileChooserUpFolderIcon() - Static method in class javax.swing.plaf.metal.MetalIconFactory
 
getFileDescriptor() - Method in class java.net.DatagramSocketImpl
Get the datagram socket file descriptor
getFileDescriptor() - Method in class java.net.SocketImpl
Returns the value of this socket's fd field.
getFileFilter() - Method in class javax.swing.JFileChooser
Returns the currently selected file filter.
getFileName() - Method in class javax.swing.plaf.basic.BasicFileChooserUI
 
getFileName() - Method in class javax.swing.plaf.metal.MetalFileChooserUI
 
getFilenameFilter() - Method in class java.awt.FileDialog
Determines this file dialog's filename filter.
getFileNameMap() - Static method in class java.net.URLConnection
Returns the FileNameMap.
getFilePointer() - Method in class java.io.RandomAccessFile
Returns the current offset in this file.
getFiles() - Method in class javax.swing.plaf.basic.BasicDirectoryModel
 
getFiles(File, boolean) - Method in class javax.swing.filechooser.FileSystemView
gets the list of shown (i.e.
getFileSelectionMode() - Method in class javax.swing.JFileChooser
Returns the current file-selection mode.
getFileSystemView() - Method in class javax.swing.JFileChooser
Returns the file system view.
getFileSystemView() - Static method in class javax.swing.filechooser.FileSystemView
 
getFileView() - Method in class javax.swing.JFileChooser
Returns the current file view.
getFileView(JFileChooser) - Method in class javax.swing.plaf.FileChooserUI
 
getFileView(JFileChooser) - Method in class javax.swing.plaf.basic.BasicFileChooserUI
 
getFileView(JFileChooser) - Method in class javax.swing.plaf.multi.MultiFileChooserUI
Call getFileView on each UI handled by this MultiUI.
getFilterInstance(ImageConsumer) - Method in class java.awt.image.ImageFilter
Returns a unique instance of an ImageFilter object which will actually perform the filtering for the specified ImageConsumer.
getFirst() - Method in class java.util.LinkedList
Returns the first element in this list.
getFirstChild() - Method in class javax.swing.tree.DefaultMutableTreeNode
Returns this node's first child.
getFirstComponent(Container) - Method in class javax.swing.DefaultFocusManager
Return the first component that should receive the focus
getFirstDayOfWeek() - Method in class java.util.Calendar
Gets what the first day of the week is; e.g., Sunday in US, Monday in France.
getFirstIndex() - Method in class javax.swing.event.ListSelectionEvent
Returns the index of the first row whose selection may have changed.
getFirstLeaf() - Method in class javax.swing.tree.DefaultMutableTreeNode
Finds and returns the first leaf that is a descendant of this node -- either this node or its first child's first leaf.
getFirstLineIndent(AttributeSet) - Static method in class javax.swing.text.StyleConstants
Gets the first line indent setting.
getFirstRow() - Method in class javax.swing.event.TableModelEvent
Returns the first row that changed.
getFirstVisibleIndex() - Method in class javax.swing.JList
Return the index of the cell in the upper left corner of the JList or -1 if nothing is visible or the list is empty.
getFixedCellHeight() - Method in class javax.swing.JList
Returns the fixed cell width value -- the value specified by setting the fixedCellHeight property, rather than calculated from the list elements.
getFixedCellWidth() - Method in class javax.swing.JList
Returns the fixed cell width value -- the value specified by setting the fixedCellWidth property, rather than calculated from the list elements.
getFlatness() - Method in class java.awt.geom.CubicCurve2D
Returns the flatness of this curve.
getFlatness() - Method in class java.awt.geom.FlatteningPathIterator
Returns the flatness of this iterator.
getFlatness() - Method in class java.awt.geom.QuadCurve2D
Returns the flatness, or maximum distance of a controlpoint from the line connecting the endpoints, of this QuadCurve2D.
getFlatness(double[], int) - Static method in class java.awt.geom.CubicCurve2D
Returns the flatness of the cubic curve specified by the controlpoints stored in the indicated array at the indicated index.
getFlatness(double[], int) - Static method in class java.awt.geom.QuadCurve2D
Returns the flatness, or maximum distance of a controlpoint from the line connecting the endpoints, of the quadratic curve specified by the controlpoints stored in the indicated array at the indicated index.
getFlatness(double, double, double, double, double, double) - Static method in class java.awt.geom.QuadCurve2D
Returns the flatness, or maximum distance of a controlpoint from the line connecting the endpoints, of the quadratic curve specified by the indicated controlpoints.
getFlatness(double, double, double, double, double, double, double, double) - Static method in class java.awt.geom.CubicCurve2D
Returns the flatness of the cubic curve specified by the indicated controlpoints.
getFlatnessSq() - Method in class java.awt.geom.CubicCurve2D
Returns the square of the flatness of this curve.
getFlatnessSq() - Method in class java.awt.geom.QuadCurve2D
Returns the square of the flatness, or maximum distance of a controlpoint from the line connecting the endpoints, of this QuadCurve2D.
getFlatnessSq(double[], int) - Static method in class java.awt.geom.CubicCurve2D
Returns the square of the flatness of the cubic curve specified by the controlpoints stored in the indicated array at the indicated index.
getFlatnessSq(double[], int) - Static method in class java.awt.geom.QuadCurve2D
Returns the square of the flatness, or maximum distance of a controlpoint from the line connecting the endpoints, of the quadratic curve specified by the controlpoints stored in the indicated array at the indicated index.
getFlatnessSq(double, double, double, double, double, double) - Static method in class java.awt.geom.QuadCurve2D
Returns the square of the flatness, or maximum distance of a controlpoint from the line connecting the endpoints, of the quadratic curve specified by the indicated controlpoints.
getFlatnessSq(double, double, double, double, double, double, double, double) - Static method in class java.awt.geom.CubicCurve2D
Returns the square of the flatness of the cubic curve specified by the indicated controlpoints.
getFlavorMap() - Method in class java.awt.dnd.DragSource
This method returns the FlavorMap for this DragSource.
getFlavorMap() - Method in class java.awt.dnd.DropTarget
This method returns the FlavorMap associated with this DropTarget
getFlavorsForNatives(String[]) - Method in interface java.awt.datatransfer.FlavorMap
map natives to corresponding flavors
getFlavorsForNatives(String[]) - Method in class java.awt.datatransfer.SystemFlavorMap
map natives to corresponding flavors
getFloat(int) - Method in interface java.sql.ResultSet
Gets the value of a column in the current row as a Java float.
getFloat(int) - Method in interface java.sql.CallableStatement
Gets the value of a JDBC FLOAT parameter as a float in the Java programming language.
getFloat(Object) - Method in class java.lang.reflect.Field
Gets the value of a field as a float on the specified object.
getFloat(Object, int) - Static method in class java.lang.reflect.Array
Returns the value of the indexed component in the specified array object, as a float.
getFloat(String) - Method in interface java.sql.ResultSet
Gets the value of a column in the current row as a Java float.
getFloatingColor() - Method in class javax.swing.plaf.basic.BasicToolBarUI
Gets the color displayed when over a floating area
getFloatParameter(int) - Method in class java.awt.image.renderable.ParameterBlock
A convenience method to return a parameter as a float.
getFocusAccelerator() - Method in class javax.swing.text.JTextComponent
Returns the key accelerator that will cause the receiving text component to get the focus.
getFocusColor() - Method in class javax.swing.plaf.basic.BasicSliderUI
 
getFocusColor() - Method in class javax.swing.plaf.metal.MetalToggleButtonUI
 
getFocusColor() - Static method in class javax.swing.plaf.metal.MetalLookAndFeel
 
getFocusColor() - Method in class javax.swing.plaf.metal.MetalTheme
 
getFocusColor() - Method in class javax.swing.plaf.metal.MetalRadioButtonUI
 
getFocusColor() - Method in class javax.swing.plaf.metal.MetalButtonUI
 
getFocusedComponent() - Method in class javax.swing.text.TextAction
Fetches the text component that currently has focus.
getFocusOwner() - Method in class java.awt.Window
Returns the child component of this Window which has focus if and only if this Window is active.
getFollowRedirects() - Static method in class java.net.HttpURLConnection
 
getFont() - Method in class java.awt.Component
Gets the font of this component.
getFont() - Method in class java.awt.MenuComponent
Gets the font used for this menu component.
getFont() - Method in class java.awt.Graphics
Gets the current font.
getFont() - Method in class java.awt.FontMetrics
Gets the Font described by this FontMetrics object.
getFont() - Method in interface java.awt.MenuContainer
 
getFont() - Method in class java.awt.font.GlyphVector
Returns the Font associated with this GlyphVector.
getFont() - Method in interface javax.accessibility.AccessibleComponent
Get the Font of this object.
getFont() - Method in class javax.swing.JComponent.AccessibleJComponent
Get the Font of this object.
getFont() - Method in class javax.swing.JTree.AccessibleJTree.AccessibleJTreeNode
 
getFont() - Method in class javax.swing.DebugGraphics
Returns the Font used for text drawing operations.
getFont() - Method in class javax.swing.JApplet.AccessibleJApplet
Get the Font of this object.
getFont() - Method in class javax.swing.JWindow.AccessibleJWindow
Get the Font of this object.
getFont() - Method in class javax.swing.Box.Filler.AccessibleBoxFiller
Gets the Font of this object.
getFont() - Method in class javax.swing.Box.AccessibleBox
Gets the Font of this object.
getFont() - Method in class javax.swing.JDialog.AccessibleJDialog
Get the Font of this object.
getFont() - Method in class javax.swing.CellRendererPane.AccessibleCellRendererPane
Get the Font of this object.
getFont() - Method in class javax.swing.JTable.AccessibleJTable.AccessibleJTableCell
Get the Font of this object.
getFont() - Method in class javax.swing.JFrame.AccessibleJFrame
Get the Font of this object.
getFont() - Method in class javax.swing.JList.AccessibleJList.AccessibleJListChild
 
getFont() - Method in class javax.swing.table.JTableHeader.AccessibleJTableHeader.AccessibleJTableHeaderEntry
 
getFont() - Method in class javax.swing.text.LabelView
Fetch the Font used for this view.
getFont() - Method in class javax.swing.tree.DefaultTreeCellEditor
Gets the font used for editing.
getFont() - Method in class javax.swing.tree.DefaultTreeCellEditor.DefaultTextField
 
getFont(AttributeSet) - Method in interface javax.swing.text.StyledDocument
Takes a set of attributes and turn it into a font specification.
getFont(AttributeSet) - Method in class javax.swing.text.DefaultStyledDocument
Gets the font from an attribute set.
getFont(AttributeSet) - Method in class javax.swing.text.StyleContext
Gets the font from an attribute set.
getFont(AttributeSet) - Method in class javax.swing.text.html.StyleSheet
Fetch the font to use for the given set of attributes.
getFont(Component) - Method in class javax.swing.border.TitledBorder
 
getFont(Map) - Static method in class java.awt.Font
Returns a Font appropriate to this attribute set.
getFont(Object) - Static method in class javax.swing.UIManager
Returns a drawing font from the defaults table.
getFont(Object) - Method in class javax.swing.UIDefaults
If the value of key is a Font return it, otherwise return null.
getFont(String) - Static method in class java.awt.Font
Returns a Font object from the system properties list.
getFont(String, Font) - Static method in class java.awt.Font
Gets the specified Font from the system properties list.
getFont(String, int, int) - Method in class javax.swing.text.StyleContext
Gets a new font.
getFontFamily(AttributeSet) - Static method in class javax.swing.text.StyleConstants
Gets the font family setting from the attribute list.
getFontList() - Method in class java.awt.Toolkit
Deprecated. see GraphicsEnvironment.getAvailableFontFamilyNames()
getFontMetrics() - Method in class java.awt.Graphics
Gets the font metrics of the current font.
getFontMetrics() - Method in class javax.swing.DebugGraphics
Overrides Graphics.getFontMetrics.
getFontMetrics() - Method in class javax.swing.text.FieldView
Fetches the font metrics associated with the component hosting this view.
getFontMetrics() - Method in class javax.swing.text.LabelView
Fetch the FontMetrics used for this view.
getFontMetrics() - Method in class javax.swing.plaf.basic.BasicTabbedPaneUI
 
getFontMetrics(Font) - Method in class java.awt.Component
Gets the font metrics for the specified font.
getFontMetrics(Font) - Method in class java.awt.Graphics
Gets the font metrics for the specified font.
getFontMetrics(Font) - Method in class java.awt.Toolkit
Deprecated. This returns integer metrics for the default screen.
getFontMetrics(Font) - Method in interface javax.accessibility.AccessibleComponent
Get the FontMetrics of this object.
getFontMetrics(Font) - Method in class javax.swing.JComponent.AccessibleJComponent
Get the FontMetrics of this object.
getFontMetrics(Font) - Method in class javax.swing.JTree.AccessibleJTree.AccessibleJTreeNode
 
getFontMetrics(Font) - Method in class javax.swing.DebugGraphics
Overrides Graphics.getFontMetrics.
getFontMetrics(Font) - Method in class javax.swing.JApplet.AccessibleJApplet
Get the FontMetrics of this object.
getFontMetrics(Font) - Method in class javax.swing.JWindow.AccessibleJWindow
Get the FontMetrics of this object.
getFontMetrics(Font) - Method in class javax.swing.Box.Filler.AccessibleBoxFiller
Gets the FontMetrics of this object.
getFontMetrics(Font) - Method in class javax.swing.Box.AccessibleBox
Gets the FontMetrics of this object.
getFontMetrics(Font) - Method in class javax.swing.JDialog.AccessibleJDialog
Get the FontMetrics of this object.
getFontMetrics(Font) - Method in class javax.swing.CellRendererPane.AccessibleCellRendererPane
Get the FontMetrics of this object.
getFontMetrics(Font) - Method in class javax.swing.JTable.AccessibleJTable.AccessibleJTableCell
Get the FontMetrics of this object.
getFontMetrics(Font) - Method in class javax.swing.JFrame.AccessibleJFrame
Get the FontMetrics of this object.
getFontMetrics(Font) - Method in class javax.swing.JList.AccessibleJList.AccessibleJListChild
 
getFontMetrics(Font) - Method in class javax.swing.table.JTableHeader.AccessibleJTableHeader.AccessibleJTableHeaderEntry
 
getFontMetrics(Font) - Method in class javax.swing.text.StyleContext
Returns font metrics for a font.
getFontName() - Method in class java.awt.Font
Returns the font face name of this Font.
getFontName(Locale) - Method in class java.awt.Font
Returns the font face name of the Font, localized for the specified locale.
getFontPeer(String, int) - Method in class java.awt.Toolkit
Deprecated. see java.awt.GraphicsEnvironment#getAllFonts
getFontRenderContext() - Method in class java.awt.Graphics2D
Get the rendering context of the Font within this Graphics2D context.
getFontRenderContext() - Method in class java.awt.font.GlyphVector
Returns the FontRenderContext associated with this GlyphVector.
getFontSize(AttributeSet) - Static method in class javax.swing.text.StyleConstants
Gets the font size setting from the attribute list.
getFontTable(int) - Method in interface java.awt.font.OpenType
Returns the table as an array of bytes for a specified tag.
getFontTable(int, int, int) - Method in interface java.awt.font.OpenType
Returns a subset of the table as an array of bytes for a specified tag.
getFontTable(String) - Method in interface java.awt.font.OpenType
Returns the table as an array of bytes for a specified tag.
getFontTable(String, int, int) - Method in interface java.awt.font.OpenType
Returns a subset of the table as an array of bytes for a specified tag.
getFontTableSize(int) - Method in interface java.awt.font.OpenType
Returns the size of the table for a specified tag.
getFontTableSize(String) - Method in interface java.awt.font.OpenType
Returns the size of the table for a specified tag.
getForeground() - Method in class java.awt.Component
Gets the foreground color of this component.
getForeground() - Method in interface javax.accessibility.AccessibleComponent
Get the foreground color of this object.
getForeground() - Method in class javax.swing.JComponent.AccessibleJComponent
Get the foreground color of this object.
getForeground() - Method in class javax.swing.JTree.AccessibleJTree.AccessibleJTreeNode
Get the foreground color of this object.
getForeground() - Method in class javax.swing.JApplet.AccessibleJApplet
Get the foreground color of this object.
getForeground() - Method in class javax.swing.JWindow.AccessibleJWindow
Get the foreground color of this object.
getForeground() - Method in class javax.swing.Box.Filler.AccessibleBoxFiller
Gets the foreground color of this object.
getForeground() - Method in class javax.swing.Box.AccessibleBox
Gets the foreground color of this object.
getForeground() - Method in class javax.swing.JDialog.AccessibleJDialog
Get the foreground color of this object.
getForeground() - Method in class javax.swing.CellRendererPane.AccessibleCellRendererPane
Get the foreground color of this object.
getForeground() - Method in class javax.swing.JTable.AccessibleJTable.AccessibleJTableCell
Get the foreground color of this object.
getForeground() - Method in class javax.swing.JFrame.AccessibleJFrame
Get the foreground color of this object.
getForeground() - Method in class javax.swing.JList.AccessibleJList.AccessibleJListChild
 
getForeground() - Method in class javax.swing.table.JTableHeader.AccessibleJTableHeader.AccessibleJTableHeaderEntry
 
getForeground(AttributeSet) - Static method in class javax.swing.text.StyleConstants
Gets the foreground color setting from the attribute list.
getForeground(AttributeSet) - Method in interface javax.swing.text.StyledDocument
Takes a set of attributes and turn it into a foreground color specification.
getForeground(AttributeSet) - Method in class javax.swing.text.DefaultStyledDocument
Gets the foreground color from an attribute set.
getForeground(AttributeSet) - Method in class javax.swing.text.StyleContext
Takes a set of attributes and turn it into a foreground color specification.
getForeground(AttributeSet) - Method in class javax.swing.text.html.StyleSheet
Takes a set of attributes and turn it into a foreground color specification.
getForegroundAt(int) - Method in class javax.swing.JTabbedPane
Returns the tab foreground color at index.
getFormat() - Method in interface java.security.Certificate
Deprecated. Returns the name of the coding format.
getFormat() - Method in interface java.security.Key
Returns the name of the primary encoding format of this key, or null if this key does not support encoding.
getFormat() - Method in class java.security.spec.EncodedKeySpec
Returns the name of the encoding format associated with this key specification.
getFormat() - Method in class java.security.spec.X509EncodedKeySpec
Returns the name of the encoding format associated with this key specification.
getFormat() - Method in class java.security.spec.PKCS8EncodedKeySpec
Returns the name of the encoding format associated with this key specification.
getFormats() - Method in class java.text.ChoiceFormat
Get the formats passed in the constructor.
getFormats() - Method in class java.text.MessageFormat
Gets formats that were set with setFormats.
getFrame() - Method in class java.awt.geom.RectangularShape
Returns the framing Rectangle2D that defines the overall shape of this object.
getFrameForComponent(Component) - Static method in class javax.swing.JOptionPane
Returns the specified component's Frame.
getFrameIcon() - Method in class javax.swing.JInternalFrame
Returns the image displayed in the title bar of the frame (usually in the top-left corner).
getFrames() - Static method in class java.awt.Frame
Returns an array containing all Frames created by the application.
getFromIndex() - Method in class javax.swing.event.TableColumnModelEvent
Returns the fromIndex.
getG() - Method in interface java.security.interfaces.DSAParams
Returns the base, g.
getG() - Method in class java.security.spec.DSAParameterSpec
Returns the base g.
getG() - Method in class java.security.spec.DSAPublicKeySpec
Returns the base g.
getG() - Method in class java.security.spec.DSAPrivateKeySpec
Returns the base g.
getGamma() - Method in class java.awt.color.ICC_ProfileGray
Returns a gamma value representing the tone reproduction curve (TRC).
getGamma(int) - Method in class java.awt.color.ICC_ProfileRGB
Returns a gamma value representing the tone reproduction curve (TRC) for a particular component.
getGestureModifiers() - Method in class java.awt.dnd.DragSourceDragEvent
This method returns an int representing the current state of the input device modifiers associated with the user's gesture.
getGlassPane() - Method in class javax.swing.JInternalFrame
Returns the glassPane object for this frame.
getGlassPane() - Method in interface javax.swing.RootPaneContainer
Returns the glassPane.
getGlassPane() - Method in class javax.swing.JApplet
Returns the glassPane object for this applet.
getGlassPane() - Method in class javax.swing.JWindow
Returns the glassPane object for this window.
getGlassPane() - Method in class javax.swing.JRootPane
Returns the current glass pane for this JRootPane.
getGlassPane() - Method in class javax.swing.JDialog
Returns the glassPane object for this dialog.
getGlassPane() - Method in class javax.swing.JFrame
Returns the glassPane object for this frame.
getGlyphCode(int) - Method in class java.awt.font.GlyphVector
Returns the glyphcode of the specified glyph.
getGlyphCodes(int, int, int[]) - Method in class java.awt.font.GlyphVector
Returns an array of glyphcodes for the specified glyphs.
getGlyphJustificationInfo(int) - Method in class java.awt.font.GlyphVector
Returns the justification information for the glyph at the specified index into this GlyphVector.
getGlyphLogicalBounds(int) - Method in class java.awt.font.GlyphVector
Returns the logical bounds of the specified glyph within this GlyphVector.
getGlyphMetrics(int) - Method in class java.awt.font.GlyphVector
Returns the metrics of the glyph at the specified index into this GlyphVector.
getGlyphOutline(int) - Method in class java.awt.font.GlyphVector
Returns a Shape whose interior corresponds to the visual representation of the specified glyph within this GlyphVector.
getGlyphPosition(int) - Method in class java.awt.font.GlyphVector
Returns the position of the specified glyph within this GlyphVector.
getGlyphPositions(int, int, float[]) - Method in class java.awt.font.GlyphVector
Returns an array of glyph positions for the specified glyphs.
getGlyphTransform(int) - Method in class java.awt.font.GlyphVector
Gets the transform of the specified glyph within this GlyphVector.
getGlyphVisualBounds(int) - Method in class java.awt.font.GlyphVector
Returns the visual bounds of the specified glyph within the GlyphVector.
getGoHomeAction() - Method in class javax.swing.plaf.basic.BasicFileChooserUI
 
getGraphics() - Method in class java.awt.Component
Creates a graphics context for this component.
getGraphics() - Method in class java.awt.PrintJob
Gets a Graphics object that will draw to the next page.
getGraphics() - Method in class java.awt.Image
Creates a graphics context for drawing to an off-screen image.
getGraphics() - Method in class java.awt.image.BufferedImage
This method returns a Graphics2D, but is here for backwards compatibility.
getGraphics() - Method in class javax.swing.JComponent
Returns this component's graphics context, which lets you draw on a component.
getGreatestMinimum(int) - Method in class java.util.Calendar
Gets the highest minimum value for the given field if varies.
getGreatestMinimum(int) - Method in class java.util.GregorianCalendar
Returns highest minimum value for the given field if varies.
getGreen() - Method in class java.awt.Color
Returns the green component.
getGreen(int) - Method in class java.awt.image.ColorModel
Returns the green color component for the specified pixel, scaled from 0 to 255 in the default RGB ColorSpace, sRGB.
getGreen(int) - Method in class java.awt.image.DirectColorModel
Returns the green color component for the specified pixel, scaled from 0 to 255 in the default RGB ColorSpace, sRGB.
getGreen(int) - Method in class java.awt.image.ComponentColorModel
Returns the green color component for the specified pixel, scaled from 0 to 255 in the default RGB ColorSpace, sRGB.
getGreen(int) - Method in class java.awt.image.IndexColorModel
Returns the green color component for the specified pixel, scaled from 0 to 255 in the default RGB ColorSpace, sRGB.
getGreen(Object) - Method in class java.awt.image.ColorModel
Returns the green color component for the specified pixel, scaled from 0 to 255 in the default RGB ColorSpace, sRGB.
getGreen(Object) - Method in class java.awt.image.DirectColorModel
Returns the green color component for the specified pixel, scaled from 0 to 255 in the default RGB ColorSpace, sRGB.
getGreen(Object) - Method in class java.awt.image.ComponentColorModel
Returns the green color component for the specified pixel, scaled from 0 to 255 in the default RGB ColorSpace, sRGB.
getGreenMask() - Method in class java.awt.image.DirectColorModel
Returns the mask indicating which bits in an int pixel representation contain the green color component.
getGreens(byte[]) - Method in class java.awt.image.IndexColorModel
Copies the array of green color components into the given array.
getGregorianChange() - Method in class java.util.GregorianCalendar
Gets the Gregorian Calendar change date.
getGridColor() - Method in class javax.swing.JTable
Returns the color used to draw grid lines.
getGridColumn() - Method in class javax.swing.text.TableView.TableCell
Deprecated. Gets the column of the grid location
getGridRow() - Method in class javax.swing.text.TableView.TableCell
Deprecated. Gets the row of the grid location
getGrooveInsets() - Static method in class javax.swing.plaf.basic.BasicGraphicsUtils
Returns the amount of space taken up by a border drawn by drawGroove()
getGroupID() - Method in class java.rmi.activation.ActivationDesc
Returns the group identifier for the object specified by this descriptor.
getGroupingSeparator() - Method in class java.text.DecimalFormatSymbols
character used for thousands separator.
getGroupingSize() - Method in class java.text.DecimalFormat
Return the grouping size.
getGuarantor() - Method in interface java.security.Certificate
Deprecated. Returns the guarantor of the certificate, that is, the principal guaranteeing that the public key associated with this certificate is that of the principal associated with this certificate.
getHAdjustable() - Method in class java.awt.ScrollPane
Returns the Adjustable object which represents the state of the horizontal scrollbar.
getHashColor() - Method in class javax.swing.plaf.basic.BasicTreeUI
 
getHeaderField(int) - Method in class java.net.URLConnection
Returns the value for the nth header field.
getHeaderField(String) - Method in class java.net.URLConnection
Returns the name of the specified header field.
getHeaderFieldDate(String, long) - Method in class java.net.URLConnection
Returns the value of the named field parsed as date.
getHeaderFieldInt(String, int) - Method in class java.net.URLConnection
Returns the value of the named field parsed as a number.
getHeaderFieldKey(int) - Method in class java.net.URLConnection
Returns the key for the nth header field.
getHeaderRect(int) - Method in class javax.swing.table.JTableHeader
Returns the rectangle containing the header tile at columnIndex.
getHeaderRenderer() - Method in class javax.swing.table.TableColumn
Returns the TableCellRenderer used to draw the header of the TableColumn.
getHeaderValue() - Method in class javax.swing.table.TableColumn
Returns the Object used as the value for the header renderer.
getHeight() - Method in class java.awt.Component
Return the current height of this component.
getHeight() - Method in class java.awt.Dimension
Returns the height of this dimension in double precision.
getHeight() - Method in class java.awt.FontMetrics
Gets the standard height of a line of text in this font.
getHeight() - Method in class java.awt.Rectangle
Returns the height of the bounding Rectangle in double precision.
getHeight() - Method in class java.awt.font.LineMetrics
Returns the height of the text.
getHeight() - Method in class java.awt.geom.Dimension2D
Returns the height of this Dimension in double precision.
getHeight() - Method in class java.awt.geom.RectangularShape
Returns the height of the framing rectangle in double precision.
getHeight() - Method in class java.awt.geom.Rectangle2D.Float
Returns the height of this Rectangle2D in double precision.
getHeight() - Method in class java.awt.geom.Rectangle2D.Double
Returns the height of this Rectangle2D in double precision.
getHeight() - Method in class java.awt.geom.RoundRectangle2D.Float
Returns the height of this RoundRectangle2D in double precision.
getHeight() - Method in class java.awt.geom.RoundRectangle2D.Double
Returns the height of this RoundRectangle2D in double precision.
getHeight() - Method in class java.awt.geom.Arc2D.Float
Returns the height of the ellipse of which this arc is a partial section
getHeight() - Method in class java.awt.geom.Arc2D.Double
Returns the height of the ellipse of which this arc is a partial section
getHeight() - Method in class java.awt.geom.Ellipse2D.Float
Returns the overall height of this Ellipse2D in double precision.
getHeight() - Method in class java.awt.geom.Ellipse2D.Double
Returns the overall height of this Ellipse2D in double precision.
getHeight() - Method in class java.awt.image.Raster
Returns the height in pixels of the Raster.
getHeight() - Method in class java.awt.image.Kernel
Returns the height of this Kernel.
getHeight() - Method in class java.awt.image.SampleModel
Returns the height in pixels.
getHeight() - Method in class java.awt.image.PixelGrabber
Get the height of the pixel buffer (after adjusting for image height).
getHeight() - Method in class java.awt.image.BufferedImage
Returns the height of the BufferedImage.
getHeight() - Method in interface java.awt.image.RenderedImage
Returns the height of the RenderedImage.
getHeight() - Method in class java.awt.image.renderable.RenderableImageOp
Gets the height in user coordinate space.
getHeight() - Method in interface java.awt.image.renderable.RenderableImage
Gets the height in user coordinate space.
getHeight() - Method in class java.awt.print.PageFormat
Returns the height, in 1/72nds of an inch, of the page.
getHeight() - Method in class java.awt.print.Paper
Returns the height of the page in 1/72nds of an inch.
getHeight() - Method in class javax.swing.JComponent
Return the current height of this component.
getHeight() - Method in class javax.swing.text.BoxView
The current height of the box.
getHeight(ImageObserver) - Method in class java.awt.Image
Determines the height of the image.
getHeight(ImageObserver) - Method in class java.awt.image.BufferedImage
Returns the actual height of the image.
getHeightOfHighValueLabel() - Method in class javax.swing.plaf.basic.BasicSliderUI
 
getHeightOfLowValueLabel() - Method in class javax.swing.plaf.basic.BasicSliderUI
 
getHeightOfTallestLabel() - Method in class javax.swing.plaf.basic.BasicSliderUI
 
getHelpMenu() - Method in class java.awt.MenuBar
Gets the help menu on the menu bar.
getHelpMenu() - Method in class javax.swing.JMenuBar
Gets the help menu for the menu bar.
getHgap() - Method in class java.awt.CardLayout
Gets the horizontal gap between components.
getHgap() - Method in class java.awt.GridLayout
Gets the horizontal gap between components.
getHgap() - Method in class java.awt.FlowLayout
Gets the horizontal gap between components.
getHgap() - Method in class java.awt.BorderLayout
Returns the horizontal gap between components.
getHighestValueLabel() - Method in class javax.swing.plaf.basic.BasicSliderUI
Returns the label that corresponds to the lowest slider value in the label table.
getHighlightColor() - Method in class javax.swing.plaf.basic.BasicSliderUI
 
getHighlightColor(Component) - Method in class javax.swing.border.EtchedBorder
Returns the highlight color of the etched border.
getHighlightedTextColor() - Static method in class javax.swing.plaf.metal.MetalLookAndFeel
 
getHighlightedTextColor() - Method in class javax.swing.plaf.metal.MetalTheme
 
getHighlighter() - Method in class javax.swing.text.JTextComponent
Fetches the object responsible for making highlights.
getHighlightInnerColor(Component) - Method in class javax.swing.border.BevelBorder
Returns the inner highlight color of the bevel border.
getHighlightOuterColor(Component) - Method in class javax.swing.border.BevelBorder
Returns the outer highlight color of the bevel border.
getHighlights() - Method in interface javax.swing.text.Highlighter
Fetches the current list of highlights.
getHighlights() - Method in class javax.swing.text.DefaultHighlighter
Makes a copy of the highlights.
getHomeDirectory() - Method in class javax.swing.filechooser.FileSystemView
 
getHorizontalAlignment() - Method in class javax.swing.JLabel
Returns the alignment of the label's contents along the X axis.
getHorizontalAlignment() - Method in class javax.swing.JTextField
Returns the horizontal alignment of the text.
getHorizontalAlignment() - Method in class javax.swing.AbstractButton
Returns the horizontal alignment of the icon and text.
getHorizontalLegBuffer() - Method in class javax.swing.plaf.basic.BasicTreeUI
The horizontal element of legs between nodes starts at the right of the left-hand side of the child node by default.
getHorizontalLegBuffer() - Method in class javax.swing.plaf.metal.MetalTreeUI
 
getHorizontalScrollBar() - Method in class javax.swing.ScrollPaneLayout
Returns the JScrollbar object that handles horizontal scrolling.
getHorizontalScrollBar() - Method in class javax.swing.JScrollPane
Returns the horizontal scroll bar.
getHorizontalScrollBarPolicy() - Method in class javax.swing.ScrollPaneLayout
Returns the horizontal scrollbar-display policy.
getHorizontalScrollBarPolicy() - Method in class javax.swing.JScrollPane
Returns the horizontal scroll bar policy value.
getHorizontalSliderThumbIcon() - Static method in class javax.swing.plaf.metal.MetalIconFactory
 
getHorizontalTextPosition() - Method in class javax.swing.JLabel
Returns the horizontal position of the label's text, relative to its image.
getHorizontalTextPosition() - Method in class javax.swing.AbstractButton
Sets the horizontal position of the text relative to the icon.
getHorizontalVisibility() - Method in class javax.swing.JTextField
Gets the visibility of the text field.
getHost() - Method in class java.net.URL
Returns the host name of this URL, if applicable.
getHostAddress() - Method in class java.net.InetAddress
Returns the IP address string "%d.%d.%d.%d".
getHostName() - Method in class java.net.InetAddress
Returns the hostname for this address.
getHours() - Method in class java.sql.Date
Deprecated.  
getHours() - Method in class java.util.Date
Deprecated. As of JDK version 1.1, replaced by Calendar.get(Calendar.HOUR_OF_DAY).
getHSBColor(float, float, float) - Static method in class java.awt.Color
Creates a Color object based on values supplied for the HSB color model.
getHScrollbarHeight() - Method in class java.awt.ScrollPane
Returns the height that would be occupied by a horizontal scrollbar, which is independent of whether it is currently displayed by the scroll pane or not.
getHTMLDocument(JEditorPane) - Method in class javax.swing.text.html.HTMLEditorKit.HTMLTextAction
 
getHTMLEditorKit(JEditorPane) - Method in class javax.swing.text.html.HTMLEditorKit.HTMLTextAction
 
getHTMLTag() - Method in class javax.swing.text.html.parser.TagElement
 
getHumanPresentableName() - Method in class java.awt.datatransfer.DataFlavor
Returns the human presentable name for the data foramt that this DataFlavor represents.
getICC_Profiles() - Method in class java.awt.image.ColorConvertOp
Returns the array of ICC_Profiles used to construct this ColorConvertOp.
getIcon() - Method in class javax.swing.JLabel
Returns the graphic image (glyph, icon) that the label displays.
getIcon() - Method in class javax.swing.AbstractButton
Returns the default icon.
getIcon() - Method in class javax.swing.JOptionPane
Returns the icon this pane displays.
getIcon() - Method in class javax.swing.plaf.basic.BasicOptionPaneUI
Returns the icon from the JOptionPane the reciever is providing the look and feel for, or the default icon as returned from getDefaultIcon.
getIcon(AttributeSet) - Static method in class javax.swing.text.StyleConstants
Gets the icon setting from the attribute list.
getIcon(File) - Method in class javax.swing.JFileChooser
Returns the icon for this file or type of file, depending on the system.
getIcon(File) - Method in class javax.swing.filechooser.FileView
The icon that represents this file in the JFileChooser.
getIcon(File) - Method in class javax.swing.plaf.basic.BasicFileChooserUI.BasicFileView
 
getIcon(int) - Method in interface java.beans.BeanInfo
This method returns an image object that can be used to represent the bean in toolboxes, toolbars, etc.
getIcon(int) - Method in class java.beans.SimpleBeanInfo
Claim there are no icons available.
getIcon(Object) - Static method in class javax.swing.UIManager
Returns an Icon from the defaults table.
getIcon(Object) - Method in class javax.swing.UIDefaults
If the value of key is an Icon return it, otherwise return null.
getIconAt(int) - Method in class javax.swing.JTabbedPane
Returns the tab icon at index.
getIconForTab(int) - Method in class javax.swing.plaf.basic.BasicTabbedPaneUI
 
getIconForType(int) - Method in class javax.swing.plaf.basic.BasicOptionPaneUI
Returns the icon to use for the passed in type.
getIconHeight() - Method in class javax.swing.ImageIcon
Get the height of the Icon
getIconHeight() - Method in interface javax.swing.Icon
Returns the icon's height.
getIconHeight() - Method in class javax.swing.plaf.IconUIResource
 
getIconHeight() - Method in class javax.swing.plaf.metal.MetalCheckBoxIcon
 
getIconHeight() - Method in class javax.swing.plaf.metal.MetalComboBoxIcon
stubbed to statify the interface.
getIconHeight() - Method in class javax.swing.plaf.metal.MetalIconFactory.FolderIcon16
 
getIconHeight() - Method in class javax.swing.plaf.metal.MetalIconFactory.FileIcon16
 
getIconHeight() - Method in class javax.swing.plaf.metal.MetalIconFactory.TreeControlIcon
 
getIconImage() - Method in class java.awt.Frame
Gets the image to be displayed in the minimized icon for this frame.
getIconTextGap() - Method in class javax.swing.JLabel
Returns the amount of space between the text and the icon displayed in this label.
getIconWidth() - Method in class javax.swing.ImageIcon
Get the width of the Icon
getIconWidth() - Method in interface javax.swing.Icon
Returns the icon's width.
getIconWidth() - Method in class javax.swing.plaf.IconUIResource
 
getIconWidth() - Method in class javax.swing.plaf.metal.MetalCheckBoxIcon
 
getIconWidth() - Method in class javax.swing.plaf.metal.MetalComboBoxIcon
stubbed to statify the interface.
getIconWidth() - Method in class javax.swing.plaf.metal.MetalIconFactory.FolderIcon16
 
getIconWidth() - Method in class javax.swing.plaf.metal.MetalIconFactory.FileIcon16
 
getIconWidth() - Method in class javax.swing.plaf.metal.MetalIconFactory.TreeControlIcon
 
getId() - Method in class org.omg.CORBA.portable.ApplicationException
Returns the CORBA repository ID of the exception without removing it from the exceptions input stream.
getID() - Method in class java.awt.AWTEvent
Returns the event type.
getID() - Method in class java.rmi.activation.Activatable
Returns the object's activation identifier.
getID() - Method in class java.util.TimeZone
Gets the ID of this time zone.
getID() - Method in class javax.swing.LookAndFeel
Return a string that identifies this look and feel.
getID() - Method in class javax.swing.plaf.metal.MetalLookAndFeel
 
getID() - Method in class javax.swing.plaf.multi.MultiLookAndFeel
 
getIdentifier() - Method in class javax.swing.table.TableColumn
Returns the identifier object for this column.
getIdentifierQuoteString() - Method in interface java.sql.DatabaseMetaData
What's the string used to quote SQL identifiers? This returns a space " " if identifier quoting isn't supported.
getIdentity(Principal) - Method in class java.security.IdentityScope
Deprecated. Retrieves the identity whose name is the same as that of the specified principal.
getIdentity(PublicKey) - Method in class java.security.IdentityScope
Deprecated. Retrieves the identity with the specified public key.
getIdentity(String) - Method in class java.security.IdentityScope
Deprecated. Returns the identity in this scope with the specified name (if any).
getIDstring() - Method in class java.awt.GraphicsDevice
Returns the identification string associated with this GraphicsDevice.
getIfModifiedSince() - Method in class java.net.URLConnection
Returns the value of this object's ifModifiedSince field.
getImage() - Method in class java.awt.TexturePaint
Returns the BufferedImage texture used to fill the shapes.
getImage() - Method in class javax.swing.ImageIcon
Returns the Icon's Image
getImage(String) - Method in class java.awt.Toolkit
Returns an image which gets pixel data from the specified file.
getImage(URL) - Method in class java.applet.Applet
Returns an Image object that can then be painted on the screen.
getImage(URL) - Method in interface java.applet.AppletContext
Returns an Image object that can then be painted on the screen.
getImage(URL) - Method in class java.awt.Toolkit
Returns an image which gets pixel data from the specified URL.
getImage(URL, String) - Method in class java.applet.Applet
Returns an Image object that can then be painted on the screen.
getImageableHeight() - Method in class java.awt.print.PageFormat
Return the height, in 1/72nds of an inch, of the imageable area of the page.
getImageableHeight() - Method in class java.awt.print.Paper
Returns the height of this Paper object's imageable area.
getImageableWidth() - Method in class java.awt.print.PageFormat
Returns the width, in 1/72nds of an inch, of the imageable area of the page.
getImageableWidth() - Method in class java.awt.print.Paper
Returns the width of this Paper object's imageable area.
getImageableX() - Method in class java.awt.print.PageFormat
Returns the x coordinate of the upper left point of the imageable area of the Paper object associated with this PageFormat.
getImageableX() - Method in class java.awt.print.Paper
Returns the x coordinate of the upper-left corner of this Paper object's imageable area.
getImageableY() - Method in class java.awt.print.PageFormat
Returns the y coordinate of the upper left point of the imageable area of the Paper object associated with this PageFormat.
getImageableY() - Method in class java.awt.print.Paper
Returns the y coordinate of the upper-left corner of this Paper object's imageable area.
getImageLoadStatus() - Method in class javax.swing.ImageIcon
Returns the status of the image loading operation.
getImageObserver() - Method in class javax.swing.ImageIcon
Return the umage observer for the image
getImplementationTitle() - Method in class java.lang.Package
Return the title of this package.
getImplementationVendor() - Method in class java.lang.Package
Returns the name of the organization, vendor or company that provided this implementation.
getImplementationVersion() - Method in class java.lang.Package
Return the version of this implementation.
getImportedKeys(String, String, String) - Method in interface java.sql.DatabaseMetaData
Gets a description of the primary key columns that are referenced by a table's foreign key columns (the primary keys imported by a table).
getInactiveControlTextColor() - Static method in class javax.swing.plaf.metal.MetalLookAndFeel
 
getInactiveControlTextColor() - Method in class javax.swing.plaf.metal.MetalTheme
 
getInactiveSystemTextColor() - Static method in class javax.swing.plaf.metal.MetalLookAndFeel
 
getInactiveSystemTextColor() - Method in class javax.swing.plaf.metal.MetalTheme
 
getInCheck() - Method in class java.lang.SecurityManager
Deprecated. This type of security checking is not recommended. It is recommended that the checkPermission call be used instead.
getIndex() - Method in class java.sql.DataTruncation
Retrieves the index of the column or parameter that was truncated.
getIndex() - Method in interface java.text.CharacterIterator
Returns the current index.
getIndex() - Method in class java.text.StringCharacterIterator
Implements CharacterIterator.getIndex() for String.
getIndex() - Method in class java.text.ParsePosition
Retrieve the current parse position.
getIndex() - Method in interface javax.swing.event.DocumentEvent.ElementChange
Fetches the index within the element represented.
getIndex() - Method in class javax.swing.text.AbstractDocument.ElementEdit
Returns the index into the list of elements.
getIndex() - Method in class javax.swing.text.html.parser.Element
Get index.
getIndex(TreeNode) - Method in class javax.swing.text.AbstractDocument.AbstractElement
Returns the index of node in the receivers children.
getIndex(TreeNode) - Method in class javax.swing.tree.DefaultMutableTreeNode
Returns the index of the specified child in this node's child array.
getIndex(TreeNode) - Method in interface javax.swing.tree.TreeNode
Returns the index of node in the receivers children.
getIndex0() - Method in class javax.swing.event.ListDataEvent
Returns the lower index of the range.
getIndex1() - Method in class javax.swing.event.ListDataEvent
Returns the upper index of the range.
getIndexAtPoint(Point) - Method in interface javax.accessibility.AccessibleText
Given a point in local coordinates, return the zero-based index of the character under that Point.
getIndexAtPoint(Point) - Method in class javax.swing.text.JTextComponent.AccessibleJTextComponent
Given a point in local coordinates, return the zero-based index of the character under that Point.
getIndexedPropertyType() - Method in class java.beans.IndexedPropertyDescriptor
Gets the Class object of the indexed properties' type.
getIndexedReadMethod() - Method in class java.beans.IndexedPropertyDescriptor
Gets the method that should be used to read an indexed property value.
getIndexedWriteMethod() - Method in class java.beans.IndexedPropertyDescriptor
Gets the method that should be used to write an indexed property value.
getIndexInfo(String, String, String, boolean, boolean) - Method in interface java.sql.DatabaseMetaData
Gets a description of a table's indices and statistics.
getIndexOf(Component) - Method in class javax.swing.JLayeredPane
Returns the index of the specified Component.
getIndexOf(Object) - Method in class javax.swing.DefaultComboBoxModel
Returns the index-position of the specified object in the list.
getIndexOfChild(Object, Object) - Method in class javax.swing.tree.DefaultTreeModel
Returns the index of child in parent.
getIndexOfChild(Object, Object) - Method in interface javax.swing.tree.TreeModel
Returns the index of child in parent.
getIndexOfSize(float) - Static method in class javax.swing.text.html.StyleSheet
 
getInetAddress() - Method in class java.net.DatagramSocket
Returns the address to which this socket is connected.
getInetAddress() - Method in class java.net.Socket
Returns the address to which the socket is connected.
getInetAddress() - Method in class java.net.ServerSocket
Returns the local address of this server socket.
getInetAddress() - Method in class java.net.SocketImpl
Returns the value of this socket's address field.
getInfinity() - Method in class java.text.DecimalFormatSymbols
character used to represent infinity.
getInfo() - Method in class java.security.Identity
Deprecated. Returns general information previously specified for this identity.
getInfo() - Method in class java.security.Provider
Returns a human-readable description of the provider and its services.
getInitialDelay() - Method in class javax.swing.ToolTipManager
Returns the initial delay value.
getInitialDelay() - Method in class javax.swing.Timer
Returns the Timer's initial delay.
getInitialLocation(Insets) - Method in class javax.swing.plaf.basic.BasicSplitPaneUI.BasicHorizontalLayoutManager
Returns the left inset, unless the Insets or null in which case 0 is returned.
getInitialLocation(Insets) - Method in class javax.swing.plaf.basic.BasicSplitPaneUI.BasicVerticalLayoutManager
Returns the top inset, unless the Insets or null in which case 0 is returned.
getInitialSelectionValue() - Method in class javax.swing.JOptionPane
Returns the initial-selection value..
getInitialValue() - Method in class javax.swing.JOptionPane
Returns the initial value.
getInitialValueIndex() - Method in class javax.swing.plaf.basic.BasicOptionPaneUI
Returns the initial index into the buttons to select.
getInputAttributes() - Method in class javax.swing.JTextPane
Gets the input attributes for the pane.
getInputAttributes() - Method in class javax.swing.text.StyledEditorKit
Gets the input attributes for the pane.
getInputAttributes() - Method in class javax.swing.text.html.HTMLEditorKit
Gets the input attributes used for the styled editing actions.
getInputContext() - Method in class java.awt.Component
Gets the input context used by this component for handling the communication with input methods when text is entered in this component.
getInputContext() - Method in class java.awt.Window
Gets the input context for this window.
getInputMethodControlObject() - Method in class java.awt.im.InputContext
Returns a control object from the current input method, or null.
getInputMethodRequests() - Method in class java.awt.Component
Gets the input method request handler which supports requests from input methods for this component.
getInputMethodRequests() - Method in class javax.swing.text.JTextComponent
 
getInputStream() - Method in class java.lang.Process
Gets the input stream of the subprocess.
getInputStream() - Method in class java.net.URLConnection
Returns an input stream that reads from this open connection.
getInputStream() - Method in class java.net.Socket
Returns an input stream for this socket.
getInputStream() - Method in class java.net.SocketImpl
Returns an input stream for this socket.
getInputStream() - Method in interface java.rmi.server.RemoteCall
Deprecated. no replacement
getInputStream() - Method in class org.omg.CORBA.portable.ApplicationException
Returns the input stream from which the exception data can be read as its parameters.
getInputStream(ZipEntry) - Method in class java.util.jar.JarFile
Returns an input stream for reading the contents of the specified ZIP file entry.
getInputStream(ZipEntry) - Method in class java.util.zip.ZipFile
Returns an input stream for reading the contents of the specified zip file entry.
getInputValue() - Method in class javax.swing.JOptionPane
Returns the value the user has input, if wantsInput is true.
getInsertionIndex() - Method in class java.awt.font.TextHitInfo
Returns the insertion index.
getInsertPositionOffset() - Method in interface java.awt.im.InputMethodRequests
Gets the offset of the insert position in the committed text contained in the text editing component.
getInset(int, View) - Method in class javax.swing.text.html.StyleSheet.BoxPainter
Fetchs the inset needed on a given side to account for the margin, border, and padding.
getInsets() - Method in class java.awt.Container
Determines the insets of this container, which indicate the size of the container's border.
getInsets() - Method in class javax.swing.JComponent
If a border has been set on this component, returns the border's insets, else calls super.getInsets.
getInsets() - Method in class javax.swing.JViewport
Returns the insets (border) dimensions as (0,0,0,0), since borders are not supported on a JViewport.
getInsets() - Method in class javax.swing.plaf.basic.BasicToolBarUI.DragWindow
 
getInsets() - Method in class javax.swing.plaf.basic.BasicComboBoxUI
Gets the insets from the JComboBox.
getInsets(Insets) - Method in class javax.swing.JComponent
Returns an Insets object containing this component's inset values.
getInsets(Insets) - Method in class javax.swing.JViewport
Returns an Insets object containing this JViewport's inset values.
getInsets(JComponent) - Method in class javax.swing.plaf.basic.BasicDesktopIconUI
 
getInsets(JComponent) - Method in class javax.swing.plaf.basic.BasicSplitPaneUI
Returns the insets.
getInsets(Object) - Static method in class javax.swing.UIManager
Returns an Insets object from the defaults table.
getInsets(Object) - Method in class javax.swing.UIDefaults
If the value of key is a Insets return it, otherwise return null.
getInsideAllocation(Shape) - Method in class javax.swing.text.CompositeView
Translates the immutable allocation given to the view to a mutable allocation that represents the interior allocation (i.e.
getInsideBorder() - Method in class javax.swing.border.CompoundBorder
Returns the inside border object.
getInstalledLookAndFeels() - Static method in class javax.swing.UIManager
Return an array of objects that provide some information about the LookAndFeel implementations that have been installed with this java development kit.
getInstance() - Static method in class java.awt.im.InputContext
Returns a new InputContext instance.
getInstance() - Static method in class java.text.NumberFormat
Returns the default number format for the current default locale.
getInstance() - Static method in class java.text.DateFormat
Get a default date/time formatter that uses the SHORT style for both the date and the time.
getInstance() - Static method in class java.text.Collator
Gets the Collator for the current default locale.
getInstance() - Static method in class java.util.Calendar
Gets a calendar using the default time zone and locale.
getInstance(byte[]) - Static method in class java.awt.color.ICC_Profile
Constructs an ICC_Profile object corresponding to the data in a byte array.
getInstance(InputStream) - Static method in class java.awt.color.ICC_Profile
Constructs an ICC_Profile corresponding to the data in an InputStream.
getInstance(int) - Static method in class java.awt.AlphaComposite
Creates an AlphaComposite object with the specified rule.
getInstance(int) - Static method in class java.awt.color.ICC_Profile
Constructs an ICC_Profile corresponding to one of the specific color spaces defined by the ColorSpace class (for example CS_sRGB).
getInstance(int) - Static method in class java.awt.color.ColorSpace
Returns a ColorSpace representing one of the specific predefined color spaces.
getInstance(int, float) - Static method in class java.awt.AlphaComposite
Creates an AlphaComposite object with the specified rule and the constant alpha to multiply with the alpha of the source.
getInstance(Locale) - Static method in class java.text.NumberFormat
Returns the default number format for the specified locale.
getInstance(Locale) - Static method in class java.text.Collator
Gets the Collator for the desired locale.
getInstance(Locale) - Static method in class java.util.Calendar
Gets a calendar using the default time zone and specified locale.
getInstance(String) - Static method in class java.awt.color.ICC_Profile
Constructs an ICC_Profile corresponding to the data in a file.
getInstance(String) - Static method in class java.security.AlgorithmParameters
Generates a parameter object for the specified algorithm.
getInstance(String) - Static method in class java.security.SecureRandom
Generates a SecureRandom object that implements the specified Pseudo Random Number Generator (PRNG) algorithm.
getInstance(String) - Static method in class java.security.MessageDigest
Generates a MessageDigest object that implements the specified digest algorithm.
getInstance(String) - Static method in class java.security.KeyPairGenerator
Generates a KeyPairGenerator object that implements the specified digest algorithm.
getInstance(String) - Static method in class java.security.AlgorithmParameterGenerator
Generates an AlgorithmParameterGenerator object that implements the specified digest algorithm.
getInstance(String) - Static method in class java.security.KeyStore
Generates a keystore object of the given type.
getInstance(String) - Static method in class java.security.KeyFactory
Generates a KeyFactory object that implements the specified digest algorithm.
getInstance(String) - Static method in class java.security.Signature
Generates a Signature object that implements the specified digest algorithm.
getInstance(String) - Static method in class java.security.cert.CertificateFactory
Generates a certificate factory object that implements the specified certificate type.
getInstance(String, String) - Static method in class java.security.AlgorithmParameters
Generates a parameter object for the specified algorithm, as supplied by the specified provider, if such an algorithm is available from the provider.
getInstance(String, String) - Static method in class java.security.SecureRandom
Generates a SecureRandom object for the specified PRNG algorithm, as supplied from the specified provider, if such a PRNG implementation is available from the provider.
getInstance(String, String) - Static method in class java.security.MessageDigest
Generates a MessageDigest object implementing the specified algorithm, as supplied from the specified provider, if such an algorithm is available from the provider.
getInstance(String, String) - Static method in class java.security.KeyPairGenerator
Generates a KeyPairGenerator object implementing the specified algorithm, as supplied from the specified provider, if such an algorithm is available from the provider.
getInstance(String, String) - Static method in class java.security.AlgorithmParameterGenerator
Generates an AlgorithmParameterGenerator object for the requested algorithm, as supplied from the specified provider, if such a parameter generator is available from the provider.
getInstance(String, String) - Static method in class java.security.KeyStore
Generates a keystore object for the specified keystore type from the specified provider.
getInstance(String, String) - Static method in class java.security.KeyFactory
Generates a KeyFactory object for the specified algorithm from the specified provider.
getInstance(String, String) - Static method in class java.security.Signature
Generates a Signature object implementing the specified algorithm, as supplied from the specified provider, if such an algorithm is available from the provider.
getInstance(String, String) - Static method in class java.security.cert.CertificateFactory
Generates a certificate factory object for the specified certificate type from the specified provider.
getInstance(TimeZone) - Static method in class java.util.Calendar
Gets a calendar using the specified time zone and default locale.
getInstance(TimeZone, Locale) - Static method in class java.util.Calendar
Gets a calendar with the specified time zone and locale.
getInstanceOf(Object, Class) - Static method in class java.beans.Beans
From a given bean, obtain an object representing a specified type view of that source object.
getInt(int) - Method in interface java.sql.ResultSet
Gets the value of a column in the current row as a Java int.
getInt(int) - Method in interface java.sql.CallableStatement
Gets the value of a JDBC INTEGER parameter as an int in the Java programming language.
getInt(Object) - Method in class java.lang.reflect.Field
Gets the value of a field as an int on the specified object.
getInt(Object) - Static method in class javax.swing.UIManager
Returns an int from the defaults table.
getInt(Object) - Method in class javax.swing.UIDefaults
If the value of key is a Integer return its integer value, otherwise return 0.
getInt(Object, int) - Static method in class java.lang.reflect.Array
Returns the value of the indexed component in the specified array object, as an int.
getInt(String) - Method in interface java.sql.ResultSet
Gets the value of a column in the current row as a Java int.
getInteger(String) - Static method in class java.lang.Integer
Determines the integer value of the system property with the specified name.
getInteger(String, int) - Static method in class java.lang.Integer
Determines the integer value of the system property with the specified name.
getInteger(String, Integer) - Static method in class java.lang.Integer
Returns the integer value of the system property with the specified name.
getIntegerAttributeValue(AttributeSet, HTML.Attribute, int) - Static method in class javax.swing.text.html.HTML
Fetch an integer attribute value.
getIntercellSpacing() - Method in class javax.swing.JTable
Returns the horizontal and vertical spacing between cells.
getInterface() - Method in class java.net.MulticastSocket
Retrieve the address of the network interface used for multicast packets.
getInterfaces() - Method in class java.lang.Class
Determines the interfaces implemented by the class or interface represented by this object.
getInteriorRectangle(Component, Border, int, int, int, int) - Static method in class javax.swing.border.AbstractBorder
This method returns a rectangle using the arguements minus the insets of the border.
getInteriorRectangle(Component, int, int, int, int) - Method in class javax.swing.border.AbstractBorder
This is a convience method that calls the static method.
getInternalFrame() - Method in class javax.swing.JInternalFrame.JDesktopIcon
Returns the JInternalFrame that this DesktopIcon is associated with.
getInternalFrameAltMaximizeIcon(int) - Static method in class javax.swing.plaf.metal.MetalIconFactory
 
getInternalFrameCloseIcon(int) - Static method in class javax.swing.plaf.metal.MetalIconFactory
 
getInternalFrameDefaultMenuIcon() - Static method in class javax.swing.plaf.metal.MetalIconFactory
 
getInternalFrameMaximizeIcon(int) - Static method in class javax.swing.plaf.metal.MetalIconFactory
 
getInternalFrameMinimizeIcon(int) - Static method in class javax.swing.plaf.metal.MetalIconFactory
 
getInternationalCurrencySymbol() - Method in class java.text.DecimalFormatSymbols
Return the international string denoting the local currency.
getInterpolationType() - Method in class java.awt.image.AffineTransformOp
Returns the interpolation type used by this op.
getIntParameter(int) - Method in class java.awt.image.renderable.ParameterBlock
A convenience method to return a parameter as an int.
getInverted() - Method in class javax.swing.JSlider
Returns true if the value-range shown for the slider is reversed, with the maximum value at the left end of a horizontal slider or at the bottom of a vertical one.
getInvoker() - Method in class javax.swing.JPopupMenu
Returns the component which is the 'invoker' of this popup menu.
getInvokesStopCellEditing() - Method in class javax.swing.JTree
Returns the indicator that tells what happens when editing is interrupted.
getIOException() - Method in class java.awt.print.PrinterIOException
Returns the IOException that terminated the print job.
getISO3Country() - Method in class java.util.Locale
Returns a three-letter abbreviation for this locale's country.
getISO3Language() - Method in class java.util.Locale
Returns a three-letter abbreviation for this locale's language.
getISOCountries() - Static method in class java.util.Locale
Returns a list of all 2-letter country codes defined in ISO 3166.
getISOLanguages() - Static method in class java.util.Locale
Returns a list of all 2-letter language codes defined in ISO 639.
getIssuerDN() - Method in class java.security.cert.X509Certificate
Gets the issuer (issuer distinguished name) value from the certificate.
getIssuerDN() - Method in class java.security.cert.X509CRL
Gets the issuer (issuer distinguished name) value from the CRL.
getIssuerUniqueID() - Method in class java.security.cert.X509Certificate
Gets the issuerUniqueID value from the certificate.
getItalicAngle() - Method in class java.awt.Font
Returns the italic angle of this Font.
getItem() - Method in class java.awt.event.ItemEvent
Returns the item affected by the event.
getItem() - Method in interface javax.swing.ComboBoxEditor
Return the edited item
getItem() - Method in class javax.swing.plaf.basic.BasicComboBoxEditor
 
getItem(int) - Method in class java.awt.Choice
Gets the string at the specified index in this Choice menu.
getItem(int) - Method in class java.awt.Menu
Gets the item located at the specified index of this menu.
getItem(int) - Method in class java.awt.List
Gets the item associated with the specified index.
getItem(int) - Method in class javax.swing.JMenu
Returns the JMenuItem at the specified position.
getItemAt(int) - Method in class javax.swing.JComboBox
Returns the list item at the specified index.
getItemCount() - Method in class java.awt.Choice
Returns the number of items in this Choice menu.
getItemCount() - Method in class java.awt.Menu
Get the number of items in this menu.
getItemCount() - Method in class java.awt.List
Gets the number of items in the list.
getItemCount() - Method in class javax.swing.JComboBox
Returns the number of items in the list.
getItemCount() - Method in class javax.swing.JMenu
Returns the number of items on the menu, including separators.
getItems() - Method in class java.awt.List
Gets the items in the list.
getItemSelectable() - Method in class java.awt.event.ItemEvent
Returns the originator of the event.
getIterator() - Method in class java.text.AttributedString
Creates an AttributedCharacterIterator instance that provides access to the entire contents of this string.
getIterator(AttributedCharacterIterator.Attribute[]) - Method in class java.text.AttributedString
Creates an AttributedCharacterIterator instance that provides access to selected contents of this string.
getIterator(AttributedCharacterIterator.Attribute[], int, int) - Method in class java.text.AttributedString
Creates an AttributedCharacterIterator instance that provides access to selected contents of this string.
getIterator(HTML.Tag) - Method in class javax.swing.text.html.HTMLDocument
Fetch an iterator for the following kind of html tag.
getJarEntry() - Method in class java.net.JarURLConnection
Return the JAR entry object for this connection, if any.
getJarEntry(String) - Method in class java.util.jar.JarFile
Returns the JarEntry for the given entry name or null if not found.
getJarFile() - Method in class java.net.JarURLConnection
Return the JAR file for this connection.
getJarFileURL() - Method in class java.net.JarURLConnection
Returns the URL for the Jar file for this connection.
getJavaInitializationString() - Method in class java.beans.PropertyEditorSupport
This method is intended for use when generating Java code to set the value of the property.
getJavaInitializationString() - Method in interface java.beans.PropertyEditor
This method is intended for use when generating Java code to set the value of the property.
getJMenuBar() - Method in class javax.swing.JInternalFrame
Returns the current JMenuBar for this JInternalFrame, or null if no menu bar has been set.
getJMenuBar() - Method in class javax.swing.JApplet
Returns the menubar set on this applet.
getJMenuBar() - Method in class javax.swing.JRootPane
Returns the menu bar from the layered pane.
getJMenuBar() - Method in class javax.swing.JDialog
Returns the menubar set on this dialog.
getJMenuBar() - Method in class javax.swing.JFrame
Returns the menubar set on this frame.
getJobName() - Method in class java.awt.print.PrinterJob
Gets the name of the document to be printed.
getJustificationInfo() - Method in class java.awt.font.GraphicAttribute
Returns the justification information for this GraphicAttribute.
getJustifiedLayout(float) - Method in class java.awt.font.TextLayout
Creates a copy of this TextLayout justified to the specified width.
getKernel() - Method in class java.awt.image.ConvolveOp
Returns the Kernel.
getKernelData(float[]) - Method in class java.awt.image.Kernel
Returns the kernel data in row major order.
getKey() - Method in class java.awt.MenuShortcut
Return the raw keycode of this MenuShortcut.
getKey() - Method in interface java.util.Map.Entry
Returns the key corresponding to this entry.
getKey() - Method in class java.util.MissingResourceException
Gets parameter passed by constructor.
getKey(String, char[]) - Method in class java.security.KeyStore
Returns the key associated with the given alias, using the given password to recover it.
getKeyChar() - Method in class java.awt.event.KeyEvent
Returns the character associated with the key in this event.
getKeyChar() - Method in class javax.swing.KeyStroke
Returns the character defined by this KeyStroke object.
getKeyCode() - Method in class java.awt.event.KeyEvent
Returns the integer key-code associated with the key in this event.
getKeyCode() - Method in class javax.swing.KeyStroke
Returns the numeric keycode defined by this KeyStroke object.
getKeyListener() - Method in interface javax.swing.plaf.basic.ComboPopup
Returns a key listener that shows and hides the popup.
getKeyListener() - Method in class javax.swing.plaf.basic.BasicComboPopup
Implementation of ComboPopup.getKeyListener().
getKeymap() - Method in class javax.swing.text.JTextComponent
Fetches the keymap currently active in this text component.
getKeymap(String) - Static method in class javax.swing.text.JTextComponent
Fetches a named keymap previously added to the document.
getKeymapName() - Method in class javax.swing.plaf.basic.BasicTextUI
Fetches the name of the keymap that will be installed/used by default for this UI.
getKeyModifiersText(int) - Static method in class java.awt.event.KeyEvent
Returns a String describing the modifier key(s), such as "Shift", or "Ctrl+Shift".
getKeys() - Method in class java.util.ResourceBundle
Return an enumeration of the keys.
getKeys() - Method in class java.util.ListResourceBundle
Implementation of ResourceBundle.getKeys.
getKeys() - Method in class java.util.PropertyResourceBundle
Implementation of ResourceBundle.getKeys.
getKeySelectionManager() - Method in class javax.swing.JComboBox
Returns the list's key-selection manager.
getKeySpec(Key, Class) - Method in class java.security.KeyFactory
Returns a specification (key material) of the given key object.
getKeyStroke(char) - Static method in class javax.swing.KeyStroke
Return a shared instance of a key stroke that is activated when the key is pressed (i.e.
getKeyStroke(char, boolean) - Static method in class javax.swing.KeyStroke
Deprecated. use getKeyStroke(char)
getKeyStroke(int, int) - Static method in class javax.swing.KeyStroke
Return a shared instance of a key stroke given a char code and a set of modifiers -- the key is activated when it is pressed.
getKeyStroke(int, int, boolean) - Static method in class javax.swing.KeyStroke
Return a shared instance of a key stroke given a numeric keycode and a set of modifiers, specifying whether the key is activated when it is pressed or released.
getKeyStroke(String) - Static method in class javax.swing.KeyStroke
Parse a string with the following syntax and return an a KeyStroke:
getKeyStrokeForEvent(KeyEvent) - Static method in class javax.swing.KeyStroke
Return a keystroke from an event.
getKeyStrokesForAction(Action) - Method in interface javax.swing.text.Keymap
Fetches the keystrokes that will result in the given action.
getKeyText(int) - Static method in class java.awt.event.KeyEvent
Returns a String describing the keyCode, such as "HOME", "F1" or "A".
getKeyUsage() - Method in class java.security.cert.X509Certificate
Gets a boolean array representing bits of the KeyUsage extension, (OID = 2.5.29.15).
getLabel() - Method in class java.awt.Checkbox
Gets the label of this check box.
getLabel() - Method in class java.awt.MenuItem
Gets the label for this menu item.
getLabel() - Method in class java.awt.Button
Gets the label of this button.
getLabel() - Method in class javax.swing.AbstractButton
Deprecated. - Replaced by getText()
getLabel() - Method in class javax.swing.JPopupMenu
Returns the popup menu's label
getLabel() - Method in class javax.swing.text.html.Option
Fetch the label associated with the option.
getLabelFor() - Method in class javax.swing.JLabel
Get the component this is labelling.
getLabelTable() - Method in class javax.swing.JSlider
Returns the dictionary of what labels to draw at which values.
getLanguage() - Method in class java.util.Locale
Returns the language code for this locale, which will either be the empty string or a lowercase ISO 639 code.
getLargeDisplayIcon() - Method in class javax.swing.colorchooser.AbstractColorChooserPanel
 
getLast() - Method in class java.util.LinkedList
Returns the last element in this list.
getLastChild() - Method in class javax.swing.tree.DefaultMutableTreeNode
Returns this node's last child.
getLastChildPath(TreePath) - Method in class javax.swing.plaf.basic.BasicTreeUI
Returns a path to the last child of parent.
getLastComponent(Container) - Method in class javax.swing.DefaultFocusManager
Return the last component that should receive the focus
getLastDividerLocation() - Method in class javax.swing.JSplitPane
Returns the last location the divider was at.
getLastDragLocation() - Method in class javax.swing.plaf.basic.BasicSplitPaneUI
Returns the last drag location of the JSplitPane.
getLastIndex() - Method in class javax.swing.event.ListSelectionEvent
Returns the index of the last row whose selection may have changed.
getLastLeaf() - Method in class javax.swing.tree.DefaultMutableTreeNode
Finds and returns the last leaf that is a descendant of this node -- either this node or its last child's last leaf.
getLastModified() - Method in class java.net.URLConnection
Returns the value of the last-modified header field.
getLastPathComponent() - Method in class javax.swing.tree.TreePath
Returns the last component of this path.
getLastRow() - Method in class javax.swing.event.TableModelEvent
Returns the last row that changed.
getLastSelectedPathComponent() - Method in class javax.swing.JTree
Returns the last path component in the first node of the current selection.
getLastVisibleIndex() - Method in class javax.swing.JList
Return the index of the cell in the lower right corner of the JList or -1 if nothing is visible or the list is empty.
getLayer() - Method in class javax.swing.JInternalFrame
Convenience method for getting the layer attribute of this component.
getLayer(Component) - Method in class javax.swing.JLayeredPane
Returns the layer attribute for the specified Component.
getLayer(JComponent) - Static method in class javax.swing.JLayeredPane
Gets the layer property for a JComponent, it does not cause any side effects like setLayer().
getLayeredPane() - Method in class javax.swing.JInternalFrame
Returns the layeredPane object for this frame.
getLayeredPane() - Method in interface javax.swing.RootPaneContainer
Returns the layeredPane.
getLayeredPane() - Method in class javax.swing.JApplet
Returns the layeredPane object for this applet.
getLayeredPane() - Method in class javax.swing.JWindow
Returns the layeredPane object for this window.
getLayeredPane() - Method in class javax.swing.JRootPane
Get the layered pane used by the root pane.
getLayeredPane() - Method in class javax.swing.JDialog
Returns the layeredPane object for this dialog.
getLayeredPane() - Method in class javax.swing.JFrame
Returns the layeredPane object for this frame.
getLayeredPaneAbove(Component) - Static method in class javax.swing.JLayeredPane
Convenience method that returns the first JLayeredPane which contains the specified component.
getLayout() - Method in class java.awt.Container
Gets the layout manager for this container.
getLayoutAlignmentX(Container) - Method in class java.awt.CardLayout
Returns the alignment along the x axis.
getLayoutAlignmentX(Container) - Method in interface java.awt.LayoutManager2
Returns the alignment along the x axis.
getLayoutAlignmentX(Container) - Method in class java.awt.GridBagLayout
Returns the alignment along the x axis.
getLayoutAlignmentX(Container) - Method in class java.awt.BorderLayout
Returns the alignment along the x axis.
getLayoutAlignmentX(Container) - Method in class javax.swing.BoxLayout
Returns the alignment along the X axis for the container.
getLayoutAlignmentX(Container) - Method in class javax.swing.JRootPane.RootLayout
 
getLayoutAlignmentX(Container) - Method in class javax.swing.OverlayLayout
Returns the alignment along the x axis for the container.
getLayoutAlignmentX(Container) - Method in class javax.swing.plaf.basic.BasicSplitPaneUI.BasicHorizontalLayoutManager
Returns the alignment along the x axis.
getLayoutAlignmentY(Container) - Method in class java.awt.CardLayout
Returns the alignment along the y axis.
getLayoutAlignmentY(Container) - Method in interface java.awt.LayoutManager2
Returns the alignment along the y axis.
getLayoutAlignmentY(Container) - Method in class java.awt.GridBagLayout
Returns the alignment along the y axis.
getLayoutAlignmentY(Container) - Method in class java.awt.BorderLayout
Returns the alignment along the y axis.
getLayoutAlignmentY(Container) - Method in class javax.swing.BoxLayout
Returns the alignment along the Y axis for the container.
getLayoutAlignmentY(Container) - Method in class javax.swing.JRootPane.RootLayout
 
getLayoutAlignmentY(Container) - Method in class javax.swing.OverlayLayout
Returns the alignment along the y axis for the container.
getLayoutAlignmentY(Container) - Method in class javax.swing.plaf.basic.BasicSplitPaneUI.BasicHorizontalLayoutManager
Returns the alignment along the y axis.
getLayoutDimensions() - Method in class java.awt.GridBagLayout
Determines column widths and row heights for the layout grid.
GetLayoutInfo(Container, int) - Method in class java.awt.GridBagLayout
Print the layout constraints.
getLayoutOrigin() - Method in class java.awt.GridBagLayout
Determines the origin of the layout grid.
getLayoutView(int) - Method in class javax.swing.text.ParagraphView
The child views of the paragraph are rows which have been used to arrange pieces of the Views that represent the child elements.
getLayoutViewCount() - Method in class javax.swing.text.ParagraphView
The child views of the paragraph are rows which have been used to arrange pieces of the Views that represent the child elements.
getLayoutWeights() - Method in class java.awt.GridBagLayout
Determines the weights of the layout grid's columns and rows.
getLeader() - Method in class javax.swing.text.TabStop
 
getLeading() - Method in class java.awt.FontMetrics
Determines the standard leading of the Font described by this FontMetrics object.
getLeading() - Method in class java.awt.font.TextLayout
Returns the leading of the TextLayout.
getLeading() - Method in class java.awt.font.LineMetrics
Returns the leading of the text.
getLeadSelectionIndex() - Method in class javax.swing.DefaultListSelectionModel
 
getLeadSelectionIndex() - Method in interface javax.swing.ListSelectionModel
Return the second index argument from the most recent call to setSelectionInterval(), addSelectionInterval() or removeSelectionInterval().
getLeadSelectionIndex() - Method in class javax.swing.JList
Returns the second index argument from the most recent addSelectionInterval or setSelectionInterval call.
getLeadSelectionPath() - Method in class javax.swing.JTree
Returns the path of the last node added to the selection.
getLeadSelectionPath() - Method in class javax.swing.tree.DefaultTreeSelectionModel
Returns the last path that was added.
getLeadSelectionPath() - Method in interface javax.swing.tree.TreeSelectionModel
Returns the last path that was added.
getLeadSelectionRow() - Method in class javax.swing.JTree
Returns the row index of the last node added to the selection.
getLeadSelectionRow() - Method in class javax.swing.tree.DefaultTreeSelectionModel
Returns the lead selection index.
getLeadSelectionRow() - Method in interface javax.swing.tree.TreeSelectionModel
Returns the lead selection index.
getLeafCount() - Method in class javax.swing.tree.DefaultMutableTreeNode
Returns the total number of leaves that are descendants of this node.
getLeafIcon() - Method in class javax.swing.tree.DefaultTreeCellRenderer
Returns the icon used to represent leaf nodes.
getLeastMaximum(int) - Method in class java.util.Calendar
Gets the lowest maximum value for the given field if varies.
getLeastMaximum(int) - Method in class java.util.GregorianCalendar
Returns lowest maximum value for the given field if varies.
getLeftChildIndent() - Method in class javax.swing.plaf.basic.BasicTreeUI
 
getLeftComponent() - Method in class javax.swing.JSplitPane
Returns the component to the left (or above) the divider.
getLeftIndent(AttributeSet) - Static method in class javax.swing.text.StyleConstants
Gets the left indent setting.
getLeftInset() - Method in class javax.swing.text.CompositeView
Gets the left inset.
getLength() - Method in class java.net.DatagramPacket
Returns the length of the data to be sent or the length of the data received.
getLength() - Method in interface javax.swing.event.DocumentEvent
Returns the length of the change.
getLength() - Method in class javax.swing.text.AbstractDocument
Returns the length of the data.
getLength() - Method in class javax.swing.text.AbstractDocument.DefaultDocumentEvent
Returns the length of the change.
getLength() - Method in class javax.swing.text.DefaultStyledDocument.ElementSpec
Gets the length.
getLength() - Method in interface javax.swing.text.Document
Returns number of characters of content currently in the document.
getLength(Object) - Static method in class java.lang.reflect.Array
Returns the length of the specified array object, as an int.
getLevel() - Method in class javax.swing.tree.DefaultMutableTreeNode
Returns the number of levels above this node -- the distance from the root to this node.
getLimit() - Method in class javax.swing.undo.UndoManager
Returns the maximum number of edits this UndoManager will hold.
getLimits() - Method in class java.text.ChoiceFormat
Get the limits passed in the constructor.
getLineBuffer() - Method in class javax.swing.text.PlainView
Gives access to a buffer that can be used to fetch text from the associated document.
getLineBuffer() - Method in class javax.swing.text.WrappedPlainView
Gives access to a buffer that can be used to fetch text from the associated document.
getLineColor() - Method in class javax.swing.border.LineBorder
Returns the color of the border.
getLineCount() - Method in class javax.swing.JTextArea
Determines the number of lines contained in the area.
getLineEndOffset(int) - Method in class javax.swing.JTextArea
Determines the offset of the end of the given line.
getLineIncrement() - Method in class java.awt.Scrollbar
Deprecated. As of JDK version 1.1, replaced by getUnitIncrement().
getLineInstance() - Static method in class java.text.BreakIterator
Create BreakIterator for line-breaks using default locale.
getLineInstance(Locale) - Static method in class java.text.BreakIterator
Create BreakIterator for line-breaks using specified locale.
getLineJoin() - Method in class java.awt.BasicStroke
Returns the line join style.
getLineMetrics(char[], int, int, FontRenderContext) - Method in class java.awt.Font
Returns a LineMetrics object created with the specified arguments.
getLineMetrics(char[], int, int, Graphics) - Method in class java.awt.FontMetrics
Returns the LineMetrics object for the specified character array in the specified Graphics context.
getLineMetrics(CharacterIterator, int, int, FontRenderContext) - Method in class java.awt.Font
Returns a LineMetrics object created with the specified arguments.
getLineMetrics(CharacterIterator, int, int, Graphics) - Method in class java.awt.FontMetrics
Returns the LineMetrics object for the specified CharacterIterator in the specified Graphics context.
getLineMetrics(String, FontRenderContext) - Method in class java.awt.Font
Returns a LineMetrics object created with the specified String and FontRenderContext.
getLineMetrics(String, Graphics) - Method in class java.awt.FontMetrics
Returns the LineMetrics object for the specified String in the specified Graphics context.
getLineMetrics(String, int, int, FontRenderContext) - Method in class java.awt.Font
Returns a LineMetrics object created with the specified arguments.
getLineMetrics(String, int, int, Graphics) - Method in class java.awt.FontMetrics
Returns the LineMetrics object for the specified String in the specified Graphics context.
getLineNumber() - Method in class java.io.LineNumberReader
Get the current line number.
getLineNumber() - Method in class java.io.LineNumberInputStream
Deprecated. Returns the current line number.
getLineOfOffset(int) - Method in class javax.swing.JTextArea
Translates an offset into the components text to a line number.
getLineSpacing(AttributeSet) - Static method in class javax.swing.text.StyleConstants
Gets the line spacing setting.
getLineStartOffset(int) - Method in class javax.swing.JTextArea
Determines the offset of the start of the given line.
getLineWidth() - Method in class java.awt.BasicStroke
Returns the line width.
getLineWrap() - Method in class javax.swing.JTextArea
Gets the line-wrapping policy of the text area.
getLink(int) - Method in interface javax.accessibility.AccessibleHypertext
Returns the nth Link of this Hypertext document.
getLink(int) - Method in class javax.swing.JEditorPane.JEditorPaneAccessibleHypertextSupport
Returns the index into an array of hyperlinks that index.
getLinkCount() - Method in interface javax.accessibility.AccessibleHypertext
Returns the number of links within this hypertext doc.
getLinkCount() - Method in class javax.swing.JEditorPane.JEditorPaneAccessibleHypertextSupport
Returns the number of links within this hypertext doc.
getLinkIndex(int) - Method in interface javax.accessibility.AccessibleHypertext
Returns the index into an array of hyperlinks that is associated with this character index, or -1 if there is no hyperlink associated with this index.
getLinkIndex(int) - Method in class javax.swing.JEditorPane.JEditorPaneAccessibleHypertextSupport
Returns the index into an array of hyperlinks that is associated with this character index, or -1 if there is no hyperlink associated with this index.
getLinkText(int) - Method in class javax.swing.JEditorPane.JEditorPaneAccessibleHypertextSupport
Returns the contiguous text within the document that is associated with this hyperlink.
getList() - Method in interface javax.swing.plaf.basic.ComboPopup
Returns the list that is being used to draw the items in the JComboBox.
getList() - Method in class javax.swing.plaf.basic.BasicComboPopup
Implementation of ComboPopup.getList().
getListCellRendererComponent(JList, Object, int, boolean, boolean) - Method in class javax.swing.DefaultListCellRenderer
 
getListCellRendererComponent(JList, Object, int, boolean, boolean) - Method in interface javax.swing.ListCellRenderer
Return a component that has been configured to display the specified value.
getListCellRendererComponent(JList, Object, int, boolean, boolean) - Method in class javax.swing.plaf.basic.BasicComboBoxRenderer
 
getListCellRendererComponent(JList, Object, int, boolean, boolean) - Method in class javax.swing.plaf.metal.MetalFileChooserUI.FileRenderer
 
getListCellRendererComponent(JList, Object, int, boolean, boolean) - Method in class javax.swing.plaf.metal.MetalFileChooserUI.FilterComboBoxRenderer
 
getListenerCount() - Method in class javax.swing.event.EventListenerList
Return the total number of listeners for this listenerlist
getListenerCount(Class) - Method in class javax.swing.event.EventListenerList
Return the total number of listeners of the supplied type for this listenerlist.
getListenerList() - Method in class javax.swing.event.EventListenerList
This passes back the event listener list as an array of ListenerType - listener pairs.
getListenerMethodDescriptors() - Method in class java.beans.EventSetDescriptor
Gets the MethodDescriptors of the target listener interface.
getListenerMethods() - Method in class java.beans.EventSetDescriptor
Gets the methods of the target listener interface.
getListenerType() - Method in class java.beans.EventSetDescriptor
Gets the Class object for the target interface.
getListPainter(AttributeSet) - Method in class javax.swing.text.html.StyleSheet
Fetch the list formatter to use for the given set of css attributes.
getLocalAddress() - Method in class java.net.DatagramSocket
Gets the local address to which the socket is bound.
getLocalAddress() - Method in class java.net.Socket
Gets the local address to which the socket is bound.
getLocalBounds(Component) - Static method in class javax.swing.SwingUtilities
Return the rectangle (0,0,bounds.width,bounds.height) for the component aComponent
getLocale() - Method in class java.applet.Applet
Gets the Locale for the applet, if it has been set.
getLocale() - Method in class java.awt.Component
Gets the locale of this component.
getLocale() - Method in class java.awt.Window
Gets the Locale object that is associated with this window, if the locale has been set.
getLocale() - Method in class java.beans.beancontext.BeanContextSupport
 
getLocale() - Method in class java.text.MessageFormat
Gets the locale.
getLocale() - Method in class java.util.ResourceBundle
Return the Locale for this ResourceBundle.
getLocale() - Method in class javax.accessibility.AccessibleContext
Gets the locale of the component.
getLocale() - Method in class javax.swing.JComponent.AccessibleJComponent
Return the locale of this object.
getLocale() - Method in class javax.swing.JTree.AccessibleJTree.AccessibleJTreeNode
Gets the locale of the component.
getLocale() - Method in class javax.swing.JApplet.AccessibleJApplet
Return the locale of this object.
getLocale() - Method in class javax.swing.JWindow.AccessibleJWindow
Return the locale of this object.
getLocale() - Method in class javax.swing.Box.Filler.AccessibleBoxFiller
Returns the locale of this object.
getLocale() - Method in class javax.swing.Box.AccessibleBox
Returns the locale of this object.
getLocale() - Method in class javax.swing.JDialog.AccessibleJDialog
Return the locale of this object.
getLocale() - Method in class javax.swing.CellRendererPane.AccessibleCellRendererPane
Return the locale of this object.
getLocale() - Method in class javax.swing.JTable.AccessibleJTable.AccessibleJTableCell
Gets the locale of the component.
getLocale() - Method in class javax.swing.JFrame.AccessibleJFrame
Return the locale of this object.
getLocale() - Method in class javax.swing.JList.AccessibleJList.AccessibleJListChild
 
getLocale() - Method in class javax.swing.table.JTableHeader.AccessibleJTableHeader.AccessibleJTableHeaderEntry
 
getLocalGraphicsEnvironment() - Static method in class java.awt.GraphicsEnvironment
Returns the local GraphicsEnvironment.
getLocalHost() - Static method in class java.net.InetAddress
Returns the local host.
getLocalizedInputStream(InputStream) - Method in class java.lang.Runtime
Deprecated. As of JDK 1.1, the preferred way translate a byte stream in the local encoding into a character stream in Unicode is via the InputStreamReader and BufferedReader classes.
getLocalizedMessage() - Method in class java.lang.Throwable
Creates a localized description of this Throwable.
getLocalizedOutputStream(OutputStream) - Method in class java.lang.Runtime
Deprecated. As of JDK 1.1, the preferred way to translate a Unicode character stream into a byte stream in the local encoding is via the OutputStreamWriter, BufferedWriter, and PrintWriter classes.
getLocalPatternChars() - Method in class java.text.DateFormatSymbols
Gets localized date-time pattern characters.
getLocalPort() - Method in class java.net.DatagramSocket
Returns the port number on the local host to which this socket is bound.
getLocalPort() - Method in class java.net.Socket
Returns the local port to which this socket is bound.
getLocalPort() - Method in class java.net.DatagramSocketImpl
Get the local port.
getLocalPort() - Method in class java.net.ServerSocket
Returns the port on which this socket is listening.
getLocalPort() - Method in class java.net.SocketImpl
Returns the value of this socket's localport field.
getLocation() - Method in class java.awt.Component
Gets the location of this component in the form of a point specifying the component's top-left corner.
getLocation() - Method in class java.awt.Point
Returns the location of this point.
getLocation() - Method in class java.awt.Rectangle
Returns the location of this Rectangle.
getLocation() - Method in class java.awt.dnd.DropTargetDragEvent
This method returns a Point indicating the Cursor's current location within the Component's coordinates.
getLocation() - Method in class java.awt.dnd.DropTargetDropEvent
This method returns a Point indicating the Cursor's current location in the Component's coordinates.
getLocation() - Method in class java.rmi.activation.ActivationGroupDesc
Returns the group's code location.
getLocation() - Method in class java.rmi.activation.ActivationDesc
Returns the code location for the object specified by this descriptor.
getLocation() - Method in class java.security.CodeSource
Returns the location associated with this CodeSource.
getLocation() - Method in interface javax.accessibility.AccessibleComponent
Gets the location of the object relative to the parent in the form of a point specifying the object's top-left corner in the screen's coordinate space.
getLocation() - Method in class javax.swing.JComponent.AccessibleJComponent
Gets the location of the object relative to the parent in the form of a point specifying the object's top-left corner in the screen's coordinate space.
getLocation() - Method in class javax.swing.JTree.AccessibleJTree.AccessibleJTreeNode
 
getLocation() - Method in class javax.swing.JApplet.AccessibleJApplet
Gets the location of the object relative to the parent in the form of a point specifying the object's top-left corner in the screen's coordinate space.
getLocation() - Method in class javax.swing.JWindow.AccessibleJWindow
Gets the location of the object relative to the parent in the form of a point specifying the object's top-left corner in the screen's coordinate space.
getLocation() - Method in class javax.swing.Box.Filler.AccessibleBoxFiller
Gets the location of the object relative to the parent in the form of a point specifying the object's top-left corner in the screen's coordinate space.
getLocation() - Method in class javax.swing.Box.AccessibleBox
Gets the location of the object relative to the parent in the form of a point specifying the object's top-left corner in the screen's coordinate space.
getLocation() - Method in class javax.swing.JDialog.AccessibleJDialog
Gets the location of the object relative to the parent in the form of a point specifying the object's top-left corner in the screen's coordinate space.
getLocation() - Method in class javax.swing.CellRendererPane.AccessibleCellRendererPane
Gets the location of the object relative to the parent in the form of a point specifying the object's top-left corner in the screen's coordinate space.
getLocation() - Method in class javax.swing.JTable.AccessibleJTable.AccessibleJTableCell
Gets the location of the object relative to the parent in the form of a point specifying the object's top-left corner in the screen's coordinate space.
getLocation() - Method in class javax.swing.JFrame.AccessibleJFrame
Gets the location of the object relative to the parent in the form of a point specifying the object's top-left corner in the screen's coordinate space.
getLocation() - Method in class javax.swing.JList.AccessibleJList.AccessibleJListChild
 
getLocation() - Method in class javax.swing.table.JTableHeader.AccessibleJTableHeader.AccessibleJTableHeaderEntry
 
getLocation(Point) - Method in class java.awt.Component
Store the x,y origin of this component into "return value" rv and return rv.
getLocation(Point) - Method in class javax.swing.JComponent
Store the x,y origin of this component into "return value" rv and return rv.
getLocationInJTree() - Method in class javax.swing.JTree.AccessibleJTree.AccessibleJTreeNode
 
getLocationOffset(int, int) - Method in interface java.awt.im.InputMethodRequests
Gets the offset within the composed text for the specified absolute x and y coordinates on the screen.
getLocationOnScreen() - Method in class java.awt.Component
Gets the location of this component in the form of a point specifying the component's top-left corner in the screen's coordinate space.
getLocationOnScreen() - Method in interface javax.accessibility.AccessibleComponent
Returns the location of the object on the screen.
getLocationOnScreen() - Method in class javax.swing.JComponent.AccessibleJComponent
Returns the location of the object on the screen.
getLocationOnScreen() - Method in class javax.swing.JTree.AccessibleJTree.AccessibleJTreeNode
 
getLocationOnScreen() - Method in class javax.swing.JApplet.AccessibleJApplet
Returns the location of the object on the screen.
getLocationOnScreen() - Method in class javax.swing.JWindow.AccessibleJWindow
Returns the location of the object on the screen.
getLocationOnScreen() - Method in class javax.swing.Box.Filler.AccessibleBoxFiller
Returns the location of the object on the screen.
getLocationOnScreen() - Method in class javax.swing.Box.AccessibleBox
Returns the location of the object on the screen.
getLocationOnScreen() - Method in class javax.swing.JDialog.AccessibleJDialog
Returns the location of the object on the screen.
getLocationOnScreen() - Method in class javax.swing.CellRendererPane.AccessibleCellRendererPane
Returns the location of the object on the screen.
getLocationOnScreen() - Method in class javax.swing.JTable.AccessibleJTable.AccessibleJTableCell
Returns the location of the object on the screen.
getLocationOnScreen() - Method in class javax.swing.JFrame.AccessibleJFrame
Returns the location of the object on the screen.
getLocationOnScreen() - Method in class javax.swing.JList.AccessibleJList.AccessibleJListChild
 
getLocationOnScreen() - Method in class javax.swing.table.JTableHeader.AccessibleJTableHeader.AccessibleJTableHeaderEntry
 
getLog() - Static method in class java.rmi.server.RemoteServer
Returns stream for the RMI call log.
getLogicalBounds() - Method in class java.awt.font.GlyphVector
Returns the logical bounds of this GlyphVector.
getLogicalHighlightShape(int, int) - Method in class java.awt.font.TextLayout
Returns a Shape enclosing the logical selection in the specified range, extended to the natural bounds of this TextLayout.
getLogicalHighlightShape(int, int, Rectangle2D) - Method in class java.awt.font.TextLayout
Returns a Shape enclosing the logical selection in the specified range, extended to the specified bounds.
getLogicalRangesForVisualSelection(TextHitInfo, TextHitInfo) - Method in class java.awt.font.TextLayout
Returns the logical ranges of text corresponding to a visual selection.
getLogicalStyle() - Method in class javax.swing.JTextPane
Fetches the logical style assigned to the paragraph represented by the current position of the caret, or null.
getLogicalStyle(int) - Method in interface javax.swing.text.StyledDocument
Gets a logical style for a given position in a paragraph.
getLogicalStyle(int) - Method in class javax.swing.text.DefaultStyledDocument
Fetches the logical style assigned to the paragraph represented by the given position.
getLoginTimeout() - Static method in class java.sql.DriverManager
Gets the maximum time in seconds that a driver can wait when attempting to log in to a database.
getLogStream() - Static method in class java.sql.DriverManager
Deprecated.  
getLogTimers() - Static method in class javax.swing.Timer
Returns true if logging is enabled.
getLogWriter() - Static method in class java.sql.DriverManager
JDBC 2.0 Gets the log writer.
getLong(int) - Method in interface java.sql.ResultSet
Gets the value of a column in the current row as a Java long.
getLong(int) - Method in interface java.sql.CallableStatement
Gets the value of a JDBC BIGINT parameter as a long in the Java programming language.
getLong(Object) - Method in class java.lang.reflect.Field
Gets the value of a field as a long on the specified object.
getLong(Object, int) - Static method in class java.lang.reflect.Array
Returns the value of the indexed component in the specified array object, as a long.
getLong(String) - Static method in class java.lang.Long
Determines the long value of the system property with the specified name.
getLong(String) - Method in interface java.sql.ResultSet
Gets the value of a column in the current row as a Java long.
getLong(String, long) - Static method in class java.lang.Long
Determines the long value of the system property with the specified name.
getLong(String, Long) - Static method in class java.lang.Long
Returns the long value of the system property with the specified name.
getLongParameter(int) - Method in class java.awt.image.renderable.ParameterBlock
A convenience method to return a parameter as a long.
getLookAndFeel() - Static method in class javax.swing.UIManager
Returns The current default look and feel, or null.
getLookAndFeelDefaults() - Static method in class javax.swing.UIManager
Returns the default values for this look and feel.
getLoweredBevelBorderUIResource() - Static method in class javax.swing.plaf.BorderUIResource
 
getLowestSetBit() - Method in class java.math.BigInteger
Returns the index of the rightmost (lowest-order) one bit in this BigInteger (the number of zero bits to the right of the rightmost one bit).
getLowestValueLabel() - Method in class javax.swing.plaf.basic.BasicSliderUI
Returns the label that corresponds to the highest slider value in the label table.
getLSB() - Method in class java.awt.font.GlyphMetrics
Returns the left (top) side bearing of the glyph.
getMagicCaretPosition() - Method in interface javax.swing.text.Caret
Gets the current caret position.
getMagicCaretPosition() - Method in class javax.swing.text.DefaultCaret
Gets the saved caret position.
getMainAttributes() - Method in class java.net.JarURLConnection
Returns the main Attributes for the JAR file for this connection.
getMainAttributes() - Method in class java.util.jar.Manifest
Returns the main Attributes for the Manifest.
getMajorTickSpacing() - Method in class javax.swing.JSlider
This method returns the major tick spacing.
getMajorVersion() - Method in class java.awt.color.ICC_Profile
Returns profile major version.
getMajorVersion() - Method in interface java.sql.Driver
Gets the driver's major version number.
getManifest() - Method in class java.net.JarURLConnection
Returns the Manifest for this connection, or null if none.
getManifest() - Method in class java.util.jar.JarFile
Returns the JAR file manifest, or null if none.
getManifest() - Method in class java.util.jar.JarInputStream
Returns the Manifest for this JAR file, or null if none.
getMapSize() - Method in class java.awt.image.IndexColorModel
Returns the size of the color/alpha component arrays in this IndexColorModel.
getMargin() - Method in class javax.swing.JToolBar
Returns the margin between the toolbar's border and its buttons.
getMargin() - Method in class javax.swing.AbstractButton
Returns the margin between the button's border and the label.
getMargin() - Method in class javax.swing.JMenuBar
Returns the margin between the menubar's border and its menus.
getMargin() - Method in class javax.swing.JPopupMenu
Returns the margin between the popupmenu's border and its containees.
getMargin() - Method in class javax.swing.text.JTextComponent
Returns the margin between the text component's border and its text.
getMark() - Method in class javax.swing.event.CaretEvent
Fetches the location of other end of a logical selection.
getMark() - Method in interface javax.swing.text.Caret
Fetches the current position of the mark.
getMark() - Method in class javax.swing.text.DefaultCaret
Fetches the current position of the mark.
getMask(int) - Method in class java.awt.image.PackedColorModel
Returns the mask indicating which bits in an int pixel representation contain the specified color/alpha sample.
getMasks() - Method in class java.awt.image.PackedColorModel
Returns a mask array indicating which bits in an int pixel representation contain the color and alpha samples.
getMatrix() - Method in class java.awt.color.ICC_ProfileRGB
Returns a 3x3 float matrix constructed from the X, Y, and Z components of the redColorantTag, greenColorantTag, and blueColorantTag in the ICC profile, as described above.
getMatrix() - Method in class java.awt.image.BandCombineOp
Returns the matrix.
getMatrix() - Method in class java.awt.print.PageFormat
Returns a transformation matrix that translates user space rendering to the requested orientation of the page.
getMatrix(double[]) - Method in class java.awt.geom.AffineTransform
Retrieves the 6 specifiable values in the 3x3 affine transformation matrix and places them into an array of double precisions values.
getMaxAdvance() - Method in class java.awt.FontMetrics
Gets the maximum advance width of any character in this Font.
getMaxAscent() - Method in class java.awt.FontMetrics
Determines the maximum ascent of the Font described by this FontMetrics object.
getMaxBinaryLiteralLength() - Method in interface java.sql.DatabaseMetaData
How many hex characters can you have in an inline binary literal?
getMaxCatalogNameLength() - Method in interface java.sql.DatabaseMetaData
What's the maximum length of a catalog name?
getMaxCharactersPerLineCount() - Method in class javax.swing.JOptionPane
Returns the maximum number of characters to place on a line in a message.
getMaxCharactersPerLineCount() - Method in class javax.swing.plaf.basic.BasicOptionPaneUI
Returns the maximum number of characters to place on a line.
getMaxCharBounds(FontRenderContext) - Method in class java.awt.Font
Returns the bounds for the character with the maximum bounds as defined in the specified FontRenderContext.
getMaxCharBounds(Graphics) - Method in class java.awt.FontMetrics
Returns the bounds for the character with the maximum bounds in the specified Graphics context.
getMaxCharLiteralLength() - Method in interface java.sql.DatabaseMetaData
What's the max length for a character literal?
getMaxColumnNameLength() - Method in interface java.sql.DatabaseMetaData
What's the limit on column name length?
getMaxColumnsInGroupBy() - Method in interface java.sql.DatabaseMetaData
What's the maximum number of columns in a "GROUP BY" clause?
getMaxColumnsInIndex() - Method in interface java.sql.DatabaseMetaData
What's the maximum number of columns allowed in an index?
getMaxColumnsInOrderBy() - Method in interface java.sql.DatabaseMetaData
What's the maximum number of columns in an "ORDER BY" clause?
getMaxColumnsInSelect() - Method in interface java.sql.DatabaseMetaData
What's the maximum number of columns in a "SELECT" list?
getMaxColumnsInTable() - Method in interface java.sql.DatabaseMetaData
What's the maximum number of columns in a table?
getMaxConnections() - Method in interface java.sql.DatabaseMetaData
How many active connections can we have at a time to this database?
getMaxCursorNameLength() - Method in interface java.sql.DatabaseMetaData
What's the maximum cursor name length?
getMaxDecent() - Method in class java.awt.FontMetrics
Deprecated. As of JDK version 1.1.1, replaced by getMaxDescent().
getMaxDescent() - Method in class java.awt.FontMetrics
Determines the maximum descent of the Font described by this FontMetrics object.
getMaxExpansion(int) - Method in class java.text.CollationElementIterator
Return the maximum length of any expansion sequences that end with the specified comparison order.
getMaxFieldSize() - Method in interface java.sql.Statement
Returns the maximum number of bytes allowed for any column value.
getMaximum() - Method in interface java.awt.Adjustable
Gets the maximum value of the adjustable object.
getMaximum() - Method in class java.awt.Scrollbar
Gets the maximum value of this scroll bar.
getMaximum() - Method in class javax.swing.JSlider
Returns the maximum value supported by the slider.
getMaximum() - Method in interface javax.swing.BoundedRangeModel
Returns the model's maximum.
getMaximum() - Method in class javax.swing.ProgressMonitor
Returns the maximum value -- the higher end of the progress value.
getMaximum() - Method in class javax.swing.JScrollBar
The maximum value of the scrollbar is maximum - extent.
getMaximum() - Method in class javax.swing.JProgressBar
Returns the model's maximum value.
getMaximum() - Method in class javax.swing.DefaultBoundedRangeModel
Return the model's maximum.
getMaximum(int) - Method in class java.util.Calendar
Gets the maximum value for the given time field.
getMaximum(int) - Method in class java.util.GregorianCalendar
Returns maximum value for the given field.
getMaximumAccessibleValue() - Method in interface javax.accessibility.AccessibleValue
Get the maximum value of this object as a Number.
getMaximumAccessibleValue() - Method in class javax.swing.JSlider.AccessibleJSlider
Get the maximum accessible value of this object.
getMaximumAccessibleValue() - Method in class javax.swing.JInternalFrame.AccessibleJInternalFrame
Get the maximum value of this object as a Number.
getMaximumAccessibleValue() - Method in class javax.swing.JInternalFrame.JDesktopIcon.AccessibleJDesktopIcon
Get the maximum value of this object as a Number.
getMaximumAccessibleValue() - Method in class javax.swing.JSplitPane.AccessibleJSplitPane
Get the maximum accessible value of this object.
getMaximumAccessibleValue() - Method in class javax.swing.AbstractButton.AccessibleAbstractButton
Get the maximum value of this object as a Number.
getMaximumAccessibleValue() - Method in class javax.swing.JScrollBar.AccessibleJScrollBar
Get the maximum accessible value of this object.
getMaximumAccessibleValue() - Method in class javax.swing.JProgressBar.AccessibleJProgressBar
Get the maximum accessible value of this object.
getMaximumCursorColors() - Method in class java.awt.Toolkit
Returns the maximum number of colors the Toolkit supports in a custom cursor palette.
getMaximumDividerLocation() - Method in class javax.swing.JSplitPane
Returns the maximum location of the divider from the look and feel implementation.
getMaximumDividerLocation(JSplitPane) - Method in class javax.swing.plaf.SplitPaneUI
Returns the maximum possible location of the divider.
getMaximumDividerLocation(JSplitPane) - Method in class javax.swing.plaf.basic.BasicSplitPaneUI
Gets the maximum location of the divider.
getMaximumDividerLocation(JSplitPane) - Method in class javax.swing.plaf.multi.MultiSplitPaneUI
Call getMaximumDividerLocation on each UI handled by this MultiUI.
getMaximumFractionDigits() - Method in class java.text.NumberFormat
Returns the maximum number of digits allowed in the fraction portion of a number.
getMaximumIntegerDigits() - Method in class java.text.NumberFormat
Returns the maximum number of digits allowed in the integer portion of a number.
getMaximumRowCount() - Method in class javax.swing.JComboBox
Returns the maximum number of items the combo box can display without a scrollbar
getMaximumSize() - Method in class java.awt.Component
Gets the maximum size of this component.
getMaximumSize() - Method in class java.awt.Container
Returns the maximum size of this container.
getMaximumSize() - Method in class javax.swing.JComponent
If the maximumSize has been set to a non-null value just return it.
getMaximumSize() - Method in class javax.swing.JToolBar.Separator
Return the maximum size for the separator
getMaximumSize() - Method in class javax.swing.JScrollBar
The scrollbar is flexible along it's scrolling axis and rigid along the other axis.
getMaximumSize() - Method in class javax.swing.Box.Filler
Returns the maximum size of the component.
getMaximumSize() - Method in class javax.swing.plaf.basic.BasicArrowButton
 
getMaximumSize() - Method in class javax.swing.plaf.metal.MetalScrollButton
 
getMaximumSize(JComponent) - Method in class javax.swing.plaf.ComponentUI
 
getMaximumSize(JComponent) - Method in class javax.swing.plaf.basic.BasicTextUI
Gets the maximum size for the editor component.
getMaximumSize(JComponent) - Method in class javax.swing.plaf.basic.BasicOptionPaneUI
Messages getPreferredSize.
getMaximumSize(JComponent) - Method in class javax.swing.plaf.basic.BasicDesktopPaneUI
 
getMaximumSize(JComponent) - Method in class javax.swing.plaf.basic.BasicMenuItemUI
 
getMaximumSize(JComponent) - Method in class javax.swing.plaf.basic.BasicSeparatorUI
 
getMaximumSize(JComponent) - Method in class javax.swing.plaf.basic.BasicToolBarSeparatorUI
 
getMaximumSize(JComponent) - Method in class javax.swing.plaf.basic.BasicTableUI
Return the maximum size of the table.
getMaximumSize(JComponent) - Method in class javax.swing.plaf.basic.BasicTabbedPaneUI
 
getMaximumSize(JComponent) - Method in class javax.swing.plaf.basic.BasicDesktopIconUI
 
getMaximumSize(JComponent) - Method in class javax.swing.plaf.basic.BasicListUI
 
getMaximumSize(JComponent) - Method in class javax.swing.plaf.basic.BasicToolBarUI
 
getMaximumSize(JComponent) - Method in class javax.swing.plaf.basic.BasicSliderUI
 
getMaximumSize(JComponent) - Method in class javax.swing.plaf.basic.BasicToolTipUI
 
getMaximumSize(JComponent) - Method in class javax.swing.plaf.basic.BasicSplitPaneUI
Returns the maximum size for the passed in component, This is passed off to the current layoutmanager.
getMaximumSize(JComponent) - Method in class javax.swing.plaf.basic.BasicButtonUI
 
getMaximumSize(JComponent) - Method in class javax.swing.plaf.basic.BasicProgressBarUI
 
getMaximumSize(JComponent) - Method in class javax.swing.plaf.basic.BasicTreeUI
Returns the maximum size for this component, which will be the preferred size if the instance is currently in a JTree, or 0, 0.
getMaximumSize(JComponent) - Method in class javax.swing.plaf.basic.BasicMenuBarUI
 
getMaximumSize(JComponent) - Method in class javax.swing.plaf.basic.BasicTableHeaderUI
Return the maximum size of the header.
getMaximumSize(JComponent) - Method in class javax.swing.plaf.basic.BasicScrollBarUI
 
getMaximumSize(JComponent) - Method in class javax.swing.plaf.basic.BasicLabelUI
 
getMaximumSize(JComponent) - Method in class javax.swing.plaf.basic.BasicPopupMenuUI
 
getMaximumSize(JComponent) - Method in class javax.swing.plaf.basic.BasicComboBoxUI
 
getMaximumSize(JComponent) - Method in class javax.swing.plaf.basic.BasicInternalFrameUI
 
getMaximumSize(JComponent) - Method in class javax.swing.plaf.basic.BasicScrollPaneUI
 
getMaximumSize(JComponent) - Method in class javax.swing.plaf.basic.BasicMenuUI
 
getMaximumSize(JComponent) - Method in class javax.swing.plaf.metal.MetalFileChooserUI
 
getMaximumSize(JComponent) - Method in class javax.swing.plaf.multi.MultiColorChooserUI
Call getMaximumSize on each UI handled by this MultiUI.
getMaximumSize(JComponent) - Method in class javax.swing.plaf.multi.MultiTabbedPaneUI
Call getMaximumSize on each UI handled by this MultiUI.
getMaximumSize(JComponent) - Method in class javax.swing.plaf.multi.MultiViewportUI
Call getMaximumSize on each UI handled by this MultiUI.
getMaximumSize(JComponent) - Method in class javax.swing.plaf.multi.MultiSliderUI
Call getMaximumSize on each UI handled by this MultiUI.
getMaximumSize(JComponent) - Method in class javax.swing.plaf.multi.MultiToolBarUI
Call getMaximumSize on each UI handled by this MultiUI.
getMaximumSize(JComponent) - Method in class javax.swing.plaf.multi.MultiTableUI
Call getMaximumSize on each UI handled by this MultiUI.
getMaximumSize(JComponent) - Method in class javax.swing.plaf.multi.MultiMenuItemUI
Call getMaximumSize on each UI handled by this MultiUI.
getMaximumSize(JComponent) - Method in class javax.swing.plaf.multi.MultiTextUI
Call getMaximumSize on each UI handled by this MultiUI.
getMaximumSize(JComponent) - Method in class javax.swing.plaf.multi.MultiToolTipUI
Call getMaximumSize on each UI handled by this MultiUI.
getMaximumSize(JComponent) - Method in class javax.swing.plaf.multi.MultiProgressBarUI
Call getMaximumSize on each UI handled by this MultiUI.
getMaximumSize(JComponent) - Method in class javax.swing.plaf.multi.MultiScrollPaneUI
Call getMaximumSize on each UI handled by this MultiUI.
getMaximumSize(JComponent) - Method in class javax.swing.plaf.multi.MultiPanelUI
Call getMaximumSize on each UI handled by this MultiUI.
getMaximumSize(JComponent) - Method in class javax.swing.plaf.multi.MultiListUI
Call getMaximumSize on each UI handled by this MultiUI.
getMaximumSize(JComponent) - Method in class javax.swing.plaf.multi.MultiLabelUI
Call getMaximumSize on each UI handled by this MultiUI.
getMaximumSize(JComponent) - Method in class javax.swing.plaf.multi.MultiSplitPaneUI
Call getMaximumSize on each UI handled by this MultiUI.
getMaximumSize(JComponent) - Method in class javax.swing.plaf.multi.MultiOptionPaneUI
Call getMaximumSize on each UI handled by this MultiUI.
getMaximumSize(JComponent) - Method in class javax.swing.plaf.multi.MultiComboBoxUI
Call getMaximumSize on each UI handled by this MultiUI.
getMaximumSize(JComponent) - Method in class javax.swing.plaf.multi.MultiTableHeaderUI
Call getMaximumSize on each UI handled by this MultiUI.
getMaximumSize(JComponent) - Method in class javax.swing.plaf.multi.MultiMenuBarUI
Call getMaximumSize on each UI handled by this MultiUI.
getMaximumSize(JComponent) - Method in class javax.swing.plaf.multi.MultiSeparatorUI
Call getMaximumSize on each UI handled by this MultiUI.
getMaximumSize(JComponent) - Method in class javax.swing.plaf.multi.MultiFileChooserUI
Call getMaximumSize on each UI handled by this MultiUI.
getMaximumSize(JComponent) - Method in class javax.swing.plaf.multi.MultiDesktopPaneUI
Call getMaximumSize on each UI handled by this MultiUI.
getMaximumSize(JComponent) - Method in class javax.swing.plaf.multi.MultiScrollBarUI
Call getMaximumSize on each UI handled by this MultiUI.
getMaximumSize(JComponent) - Method in class javax.swing.plaf.multi.MultiButtonUI
Call getMaximumSize on each UI handled by this MultiUI.
getMaximumSize(JComponent) - Method in class javax.swing.plaf.multi.MultiPopupMenuUI
Call getMaximumSize on each UI handled by this MultiUI.
getMaximumSize(JComponent) - Method in class javax.swing.plaf.multi.MultiTreeUI
Call getMaximumSize on each UI handled by this MultiUI.
getMaximumSize(JComponent) - Method in class javax.swing.plaf.multi.MultiDesktopIconUI
Call getMaximumSize on each UI handled by this MultiUI.
getMaximumSize(JComponent) - Method in class javax.swing.plaf.multi.MultiInternalFrameUI
Call getMaximumSize on each UI handled by this MultiUI.
getMaximumSpan(int) - Method in class javax.swing.text.View
Determines the maximum span for this view along an axis.
getMaximumSpan(int) - Method in class javax.swing.text.BoxView
Determines the maximum span for this view along an axis.
getMaximumSpan(int) - Method in class javax.swing.text.WrappedPlainView
Determines the maximum span for this view along an axis.
getMaximumSpan(int) - Method in class javax.swing.text.ComponentView
Determines the maximum span for this view along an axis.
getMaximumSpan(int) - Method in class javax.swing.text.html.ParagraphView
Determines the maximum span for this view along an axis.
getMaximumThumbSize() - Method in class javax.swing.plaf.basic.BasicScrollBarUI
Return the smallest acceptable size for the thumb.
getMaxIndexLength() - Method in interface java.sql.DatabaseMetaData
What's the maximum length of an index (in bytes)?
getMaxPriority() - Method in class java.lang.ThreadGroup
Returns the maximum priority of this thread group.
getMaxProcedureNameLength() - Method in interface java.sql.DatabaseMetaData
What's the maximum length of a procedure name?
getMaxRows() - Method in interface java.sql.Statement
Retrieves the maximum number of rows that a ResultSet can contain.
getMaxRowSize() - Method in interface java.sql.DatabaseMetaData
What's the maximum length of a single row?
getMaxSchemaNameLength() - Method in interface java.sql.DatabaseMetaData
What's the maximum length allowed for a schema name?
getMaxSelectionIndex() - Method in class javax.swing.DefaultListSelectionModel
 
getMaxSelectionIndex() - Method in interface javax.swing.ListSelectionModel
Returns the last selected index or -1 if the selection is empty.
getMaxSelectionIndex() - Method in class javax.swing.JList
Returns the largest selected cell index.
getMaxSelectionRow() - Method in class javax.swing.JTree
Gets the last selected row.
getMaxSelectionRow() - Method in class javax.swing.tree.DefaultTreeSelectionModel
Gets the last selected row.
getMaxSelectionRow() - Method in interface javax.swing.tree.TreeSelectionModel
Gets the last selected row.
getMaxStatementLength() - Method in interface java.sql.DatabaseMetaData
What's the maximum length of a SQL statement?
getMaxStatements() - Method in interface java.sql.DatabaseMetaData
How many active statements can we have open at one time to this database?
getMaxTableNameLength() - Method in interface java.sql.DatabaseMetaData
What's the maximum length of a table name?
getMaxTablesInSelect() - Method in interface java.sql.DatabaseMetaData
What's the maximum number of tables in a SELECT statement?
getMaxUserNameLength() - Method in interface java.sql.DatabaseMetaData
What's the maximum length of a user name?
getMaxWidth() - Method in class javax.swing.table.TableColumn
Returns the maximum width for the TableColumn.
getMaxX() - Method in class java.awt.geom.RectangularShape
Returns the largest X coordinate of the framing rectangle of the Shape in double precision.
getMaxY() - Method in class java.awt.geom.RectangularShape
Returns the largest Y coordinate of the framing rectangle of the Shape in double precision.
getMediaWhitePoint() - Method in class java.awt.color.ICC_ProfileGray
Returns a float array of length 3 containing the X, Y, and Z components of the mediaWhitePointTag in the ICC profile.
getMediaWhitePoint() - Method in class java.awt.color.ICC_ProfileRGB
Returns a float array of length 3 containing the X, Y, and Z components of the mediaWhitePointTag in the ICC profile.
getMenu(int) - Method in class java.awt.MenuBar
Gets the specified menu.
getMenu(int) - Method in class javax.swing.JMenuBar
Gets the menu at the specified position in the menu bar.
getMenuArrowIcon() - Static method in class javax.swing.plaf.basic.BasicIconFactory
 
getMenuArrowIcon() - Static method in class javax.swing.plaf.metal.MetalIconFactory
 
getMenuBackground() - Static method in class javax.swing.plaf.metal.MetalLookAndFeel
 
getMenuBackground() - Method in class javax.swing.plaf.metal.MetalTheme
 
getMenuBar() - Method in class java.awt.Frame
Gets the menu bar for this frame.
getMenuBar() - Method in class javax.swing.JInternalFrame
Deprecated. As of Swing version 1.0.3, replaced by getJMenuBar().
getMenuBar() - Method in class javax.swing.JRootPane
Deprecated. As of Swing version 1.0.3 replaced by getJMenubar().
getMenuComponent(int) - Method in class javax.swing.JMenu
Returns the component at position n
getMenuComponentCount() - Method in class javax.swing.JMenu
Returns the number of components on the menu.
getMenuComponents() - Method in class javax.swing.JMenu
Returns an array of the menu's subcomponents
getMenuCount() - Method in class java.awt.MenuBar
Gets the number of menus on the menu bar.
getMenuCount() - Method in class javax.swing.JMenuBar
Returns the number of items in the menu bar.
getMenuDisabledForeground() - Static method in class javax.swing.plaf.metal.MetalLookAndFeel
 
getMenuDisabledForeground() - Method in class javax.swing.plaf.metal.MetalTheme
 
getMenuForeground() - Static method in class javax.swing.plaf.metal.MetalLookAndFeel
 
getMenuForeground() - Method in class javax.swing.plaf.metal.MetalTheme
 
getMenuItemArrowIcon() - Static method in class javax.swing.plaf.basic.BasicIconFactory
 
getMenuItemArrowIcon() - Static method in class javax.swing.plaf.metal.MetalIconFactory
 
getMenuItemCheckIcon() - Static method in class javax.swing.plaf.basic.BasicIconFactory
 
getMenuItemCheckIcon() - Static method in class javax.swing.plaf.metal.MetalIconFactory
 
getMenuSelectedBackground() - Static method in class javax.swing.plaf.metal.MetalLookAndFeel
 
getMenuSelectedBackground() - Method in class javax.swing.plaf.metal.MetalTheme
 
getMenuSelectedForeground() - Static method in class javax.swing.plaf.metal.MetalLookAndFeel
 
getMenuSelectedForeground() - Method in class javax.swing.plaf.metal.MetalTheme
 
getMenuSelectionManager() - Method in class javax.swing.event.MenuKeyEvent
Returns the current menu selection manager.
getMenuSelectionManager() - Method in class javax.swing.event.MenuDragMouseEvent
Returns the current menu selection manager.
getMenuShortcutKeyMask() - Method in class java.awt.Toolkit
Determines which modifier key is the appropriate accelerator key for menu shortcuts.
getMenuTextFont() - Static method in class javax.swing.plaf.metal.MetalLookAndFeel
 
getMenuTextFont() - Method in class javax.swing.plaf.metal.MetalTheme
 
getMenuTextFont() - Method in class javax.swing.plaf.metal.DefaultMetalTheme
 
getMessage() - Method in class java.io.WriteAbortedException
Produce the message and include the message from the nested exception, if there is one.
getMessage() - Method in class java.io.InvalidClassException
Produce the message and include the classname, if present.
getMessage() - Method in class java.lang.Throwable
Returns the errort message string of this throwable object.
getMessage() - Method in class java.rmi.RemoteException
Returns the detail message, including the message from the nested exception if there is one.
getMessage() - Method in class java.rmi.activation.ActivationException
Produces the message, include the message from the nested exception if there is one.
getMessage() - Method in class java.rmi.server.ServerCloneException
Obtains the message, include the message from the nested exception if there is one.
getMessage() - Method in class javax.swing.JOptionPane
Returns the message-object this pane displays.
getMessage() - Method in class javax.swing.plaf.basic.BasicOptionPaneUI
Returns the message to display from the JOptionPane the receiver is providing the look and feel for.
getMessageDigest() - Method in class java.security.DigestOutputStream
Returns the message digest associated with this stream.
getMessageDigest() - Method in class java.security.DigestInputStream
Returns the message digest associated with this stream.
getMessageType() - Method in class javax.swing.JOptionPane
Returns the message type.
getMetaData() - Method in interface java.sql.PreparedStatement
JDBC 2.0 Gets the number, types and properties of a ResultSet's columns.
getMetaData() - Method in interface java.sql.ResultSet
Retrieves the number, types and properties of a ResultSet's columns.
getMetaData() - Method in interface java.sql.Connection
Gets the metadata regarding this connection's database.
getMethod() - Method in class java.beans.MethodDescriptor
Gets the method that this MethodDescriptor encapsualtes.
getMethod() - Method in class java.util.zip.ZipEntry
Returns the compression method of the entry, or -1 if not specified.
getMethod(String, Class[]) - Method in class java.lang.Class
Returns a Method object that reflects the specified public member method of the class or interface represented by this Class object.
getMethodDescriptors() - Method in interface java.beans.BeanInfo
Gets the beans MethodDescriptors.
getMethodDescriptors() - Method in class java.beans.SimpleBeanInfo
Deny knowledge of methods.
getMethods() - Method in class java.lang.Class
Returns an array containing Method objects reflecting all the public member methods of the class or interface represented by this Class object, including those declared by the class or interface and and those inherited from superclasses and superinterfaces.
getMillisToDecideToPopup() - Method in class javax.swing.ProgressMonitor
Returns the amount of time this object waits before deciding whether or not to popup a progress monitor.
getMillisToPopup() - Method in class javax.swing.ProgressMonitor
Returns the amount of time it will take for the popup to appear.
getMimeType() - Method in class java.awt.datatransfer.DataFlavor
Returns the MIME type string for this DataFlavor
getMinimalDaysInFirstWeek() - Method in class java.util.Calendar
Gets what the minimal days required in the first week of the year are; e.g., if the first week is defined as one that contains the first day of the first month of a year, getMinimalDaysInFirstWeek returns 1.
getMinimum() - Method in interface java.awt.Adjustable
Gets the minimum value of the adjustable object.
getMinimum() - Method in class java.awt.Scrollbar
Gets the minimum value of this scroll bar.
getMinimum() - Method in class javax.swing.JSlider
Returns the minimum value supported by the slider.
getMinimum() - Method in interface javax.swing.BoundedRangeModel
Returns the minimum acceptable value.
getMinimum() - Method in class javax.swing.ProgressMonitor
Returns the minimum value -- the lower end of the progress value.
getMinimum() - Method in class javax.swing.JScrollBar
Returns the minimum value supported by the scrollbar (usually zero).
getMinimum() - Method in class javax.swing.JProgressBar
Returns the model's minimum value.
getMinimum() - Method in class javax.swing.DefaultBoundedRangeModel
Return the model's minimum.
getMinimum(int) - Method in class java.util.Calendar
Gets the minimum value for the given time field.
getMinimum(int) - Method in class java.util.GregorianCalendar
Returns minimum value for the given field.
getMinimumAccessibleValue() - Method in interface javax.accessibility.AccessibleValue
Get the minimum value of this object as a Number.
getMinimumAccessibleValue() - Method in class javax.swing.JSlider.AccessibleJSlider
Get the minimum accessible value of this object.
getMinimumAccessibleValue() - Method in class javax.swing.JInternalFrame.AccessibleJInternalFrame
Get the minimum value of this object as a Number.
getMinimumAccessibleValue() - Method in class javax.swing.JInternalFrame.JDesktopIcon.AccessibleJDesktopIcon
Get the minimum value of this object as a Number.
getMinimumAccessibleValue() - Method in class javax.swing.JSplitPane.AccessibleJSplitPane
Get the minimum accessible value of this object.
getMinimumAccessibleValue() - Method in class javax.swing.AbstractButton.AccessibleAbstractButton
Get the minimum value of this object as a Number.
getMinimumAccessibleValue() - Method in class javax.swing.JScrollBar.AccessibleJScrollBar
Get the minimum accessible value of this object.
getMinimumAccessibleValue() - Method in class javax.swing.JProgressBar.AccessibleJProgressBar
Get the minimum accessible value of this object.
getMinimumDividerLocation() - Method in class javax.swing.JSplitPane
Returns the minimum location of the divider from the look and feel implementation.
getMinimumDividerLocation(JSplitPane) - Method in class javax.swing.plaf.SplitPaneUI
Returns the minimum possible location of the divider.
getMinimumDividerLocation(JSplitPane) - Method in class javax.swing.plaf.basic.BasicSplitPaneUI
Gets the minimum location of the divider.
getMinimumDividerLocation(JSplitPane) - Method in class javax.swing.plaf.multi.MultiSplitPaneUI
Call getMinimumDividerLocation on each UI handled by this MultiUI.
getMinimumFractionDigits() - Method in class java.text.NumberFormat
Returns the minimum number of digits allowed in the fraction portion of a number.
getMinimumHorizontalSize() - Method in class javax.swing.plaf.basic.BasicSliderUI
 
getMinimumIntegerDigits() - Method in class java.text.NumberFormat
Returns the minimum number of digits allowed in the integer portion of a number.
getMinimumOptionPaneSize() - Method in class javax.swing.plaf.basic.BasicOptionPaneUI
Returns the minimum size the option pane should be.
getMinimumSize() - Method in class java.awt.Component
Gets the mininimum size of this component.
getMinimumSize() - Method in class java.awt.Container
Returns the minimum size of this container.
getMinimumSize() - Method in class java.awt.TextField
Gets the minumum dimensions for this text field.
getMinimumSize() - Method in class java.awt.TextArea
Determines the minimum size of this text area.
getMinimumSize() - Method in class java.awt.List
Determines the minimum size of this scrolling list.
getMinimumSize() - Method in class javax.swing.JComponent
If the minimumSize has been set to a non-null value just return it.
getMinimumSize() - Method in class javax.swing.JToolBar.Separator
Return the minimum size for the separator
getMinimumSize() - Method in class javax.swing.JScrollBar
The scrollbar is flexible along it's scrolling axis and rigid along the other axis.
getMinimumSize() - Method in class javax.swing.Box.Filler
Returns the minimum size of the component.
getMinimumSize() - Method in class javax.swing.plaf.basic.BasicArrowButton
 
getMinimumSize() - Method in class javax.swing.plaf.metal.MetalScrollButton
 
getMinimumSize(Component) - Method in class javax.swing.border.TitledBorder
Returns the minimum dimensions this border requires in order to fully display the border and title.
getMinimumSize(int) - Method in class java.awt.TextField
Gets the minumum dimensions for a text field with the specified number of columns.
getMinimumSize(int) - Method in class java.awt.List
Gets the minumum dimensions for a list with the specified number of rows.
getMinimumSize(int, int) - Method in class java.awt.TextArea
Determines the minimum size of a text area with the specified number of rows and columns.
getMinimumSize(JComponent) - Method in class javax.swing.plaf.ComponentUI
 
getMinimumSize(JComponent) - Method in class javax.swing.plaf.basic.BasicTextUI
Gets the minimum size for the editor component.
getMinimumSize(JComponent) - Method in class javax.swing.plaf.basic.BasicOptionPaneUI
Messages getPreferredSize.
getMinimumSize(JComponent) - Method in class javax.swing.plaf.basic.BasicDesktopPaneUI
 
getMinimumSize(JComponent) - Method in class javax.swing.plaf.basic.BasicMenuItemUI
 
getMinimumSize(JComponent) - Method in class javax.swing.plaf.basic.BasicSeparatorUI
 
getMinimumSize(JComponent) - Method in class javax.swing.plaf.basic.BasicToolBarSeparatorUI
 
getMinimumSize(JComponent) - Method in class javax.swing.plaf.basic.BasicTableUI
Return the minimum size of the table.
getMinimumSize(JComponent) - Method in class javax.swing.plaf.basic.BasicTabbedPaneUI
 
getMinimumSize(JComponent) - Method in class javax.swing.plaf.basic.BasicDesktopIconUI
 
getMinimumSize(JComponent) - Method in class javax.swing.plaf.basic.BasicListUI
 
getMinimumSize(JComponent) - Method in class javax.swing.plaf.basic.BasicToolBarUI
 
getMinimumSize(JComponent) - Method in class javax.swing.plaf.basic.BasicSliderUI
 
getMinimumSize(JComponent) - Method in class javax.swing.plaf.basic.BasicToolTipUI
 
getMinimumSize(JComponent) - Method in class javax.swing.plaf.basic.BasicSplitPaneUI
Returns the minimum size for the passed in component, This is passed off to the current layoutmanager.
getMinimumSize(JComponent) - Method in class javax.swing.plaf.basic.BasicButtonUI
 
getMinimumSize(JComponent) - Method in class javax.swing.plaf.basic.BasicProgressBarUI
The Minimum size for this component is 10.
getMinimumSize(JComponent) - Method in class javax.swing.plaf.basic.BasicTreeUI
Returns the minimum size for this component.
getMinimumSize(JComponent) - Method in class javax.swing.plaf.basic.BasicMenuBarUI
 
getMinimumSize(JComponent) - Method in class javax.swing.plaf.basic.BasicTableHeaderUI
Return the minimum size of the header.
getMinimumSize(JComponent) - Method in class javax.swing.plaf.basic.BasicScrollBarUI
A vertical scrollbars minimum width is the largest minimum width of the (non null) increment/decrement buttons, and the minimum width of the thumb.
getMinimumSize(JComponent) - Method in class javax.swing.plaf.basic.BasicLabelUI
 
getMinimumSize(JComponent) - Method in class javax.swing.plaf.basic.BasicPopupMenuUI
 
getMinimumSize(JComponent) - Method in class javax.swing.plaf.basic.BasicComboBoxUI
 
getMinimumSize(JComponent) - Method in class javax.swing.plaf.basic.BasicInternalFrameUI
 
getMinimumSize(JComponent) - Method in class javax.swing.plaf.basic.BasicScrollPaneUI
 
getMinimumSize(JComponent) - Method in class javax.swing.plaf.metal.MetalFileChooserUI
 
getMinimumSize(JComponent) - Method in class javax.swing.plaf.metal.MetalComboBoxUI
 
getMinimumSize(JComponent) - Method in class javax.swing.plaf.multi.MultiColorChooserUI
Call getMinimumSize on each UI handled by this MultiUI.
getMinimumSize(JComponent) - Method in class javax.swing.plaf.multi.MultiTabbedPaneUI
Call getMinimumSize on each UI handled by this MultiUI.
getMinimumSize(JComponent) - Method in class javax.swing.plaf.multi.MultiViewportUI
Call getMinimumSize on each UI handled by this MultiUI.
getMinimumSize(JComponent) - Method in class javax.swing.plaf.multi.MultiSliderUI
Call getMinimumSize on each UI handled by this MultiUI.
getMinimumSize(JComponent) - Method in class javax.swing.plaf.multi.MultiToolBarUI
Call getMinimumSize on each UI handled by this MultiUI.
getMinimumSize(JComponent) - Method in class javax.swing.plaf.multi.MultiTableUI
Call getMinimumSize on each UI handled by this MultiUI.
getMinimumSize(JComponent) - Method in class javax.swing.plaf.multi.MultiMenuItemUI
Call getMinimumSize on each UI handled by this MultiUI.
getMinimumSize(JComponent) - Method in class javax.swing.plaf.multi.MultiTextUI
Call getMinimumSize on each UI handled by this MultiUI.
getMinimumSize(JComponent) - Method in class javax.swing.plaf.multi.MultiToolTipUI
Call getMinimumSize on each UI handled by this MultiUI.
getMinimumSize(JComponent) - Method in class javax.swing.plaf.multi.MultiProgressBarUI
Call getMinimumSize on each UI handled by this MultiUI.
getMinimumSize(JComponent) - Method in class javax.swing.plaf.multi.MultiScrollPaneUI
Call getMinimumSize on each UI handled by this MultiUI.
getMinimumSize(JComponent) - Method in class javax.swing.plaf.multi.MultiPanelUI
Call getMinimumSize on each UI handled by this MultiUI.
getMinimumSize(JComponent) - Method in class javax.swing.plaf.multi.MultiListUI
Call getMinimumSize on each UI handled by this MultiUI.
getMinimumSize(JComponent) - Method in class javax.swing.plaf.multi.MultiLabelUI
Call getMinimumSize on each UI handled by this MultiUI.
getMinimumSize(JComponent) - Method in class javax.swing.plaf.multi.MultiSplitPaneUI
Call getMinimumSize on each UI handled by this MultiUI.
getMinimumSize(JComponent) - Method in class javax.swing.plaf.multi.MultiOptionPaneUI
Call getMinimumSize on each UI handled by this MultiUI.
getMinimumSize(JComponent) - Method in class javax.swing.plaf.multi.MultiComboBoxUI
Call getMinimumSize on each UI handled by this MultiUI.
getMinimumSize(JComponent) - Method in class javax.swing.plaf.multi.MultiTableHeaderUI
Call getMinimumSize on each UI handled by this MultiUI.
getMinimumSize(JComponent) - Method in class javax.swing.plaf.multi.MultiMenuBarUI
Call getMinimumSize on each UI handled by this MultiUI.
getMinimumSize(JComponent) - Method in class javax.swing.plaf.multi.MultiSeparatorUI
Call getMinimumSize on each UI handled by this MultiUI.
getMinimumSize(JComponent) - Method in class javax.swing.plaf.multi.MultiFileChooserUI
Call getMinimumSize on each UI handled by this MultiUI.
getMinimumSize(JComponent) - Method in class javax.swing.plaf.multi.MultiDesktopPaneUI
Call getMinimumSize on each UI handled by this MultiUI.
getMinimumSize(JComponent) - Method in class javax.swing.plaf.multi.MultiScrollBarUI
Call getMinimumSize on each UI handled by this MultiUI.
getMinimumSize(JComponent) - Method in class javax.swing.plaf.multi.MultiButtonUI
Call getMinimumSize on each UI handled by this MultiUI.
getMinimumSize(JComponent) - Method in class javax.swing.plaf.multi.MultiPopupMenuUI
Call getMinimumSize on each UI handled by this MultiUI.
getMinimumSize(JComponent) - Method in class javax.swing.plaf.multi.MultiTreeUI
Call getMinimumSize on each UI handled by this MultiUI.
getMinimumSize(JComponent) - Method in class javax.swing.plaf.multi.MultiDesktopIconUI
Call getMinimumSize on each UI handled by this MultiUI.
getMinimumSize(JComponent) - Method in class javax.swing.plaf.multi.MultiInternalFrameUI
Call getMinimumSize on each UI handled by this MultiUI.
getMinimumSpan(int) - Method in class javax.swing.text.View
Determines the minimum span for this view along an axis.
getMinimumSpan(int) - Method in class javax.swing.text.BoxView
Determines the minimum span for this view along an axis.
getMinimumSpan(int) - Method in class javax.swing.text.WrappedPlainView
Determines the minimum span for this view along an axis.
getMinimumSpan(int) - Method in class javax.swing.text.ComponentView
Determines the minimum span for this view along an axis.
getMinimumSpan(int) - Method in class javax.swing.text.html.ParagraphView
Determines the minimum span for this view along an axis.
getMinimumThumbSize() - Method in class javax.swing.plaf.basic.BasicScrollBarUI
Return the smallest acceptable size for the thumb.
getMinimumThumbSize() - Method in class javax.swing.plaf.metal.MetalScrollBarUI
 
getMinimumVerticalSize() - Method in class javax.swing.plaf.basic.BasicSliderUI
 
getMinorTickSpacing() - Method in class javax.swing.JSlider
This method returns the minor tick spacing.
getMinorVersion() - Method in class java.awt.color.ICC_Profile
Returns profile minor version.
getMinorVersion() - Method in interface java.sql.Driver
Gets the driver's minor version number.
getMinSelectionIndex() - Method in class javax.swing.DefaultListSelectionModel
 
getMinSelectionIndex() - Method in interface javax.swing.ListSelectionModel
Returns the first selected index or -1 if the selection is empty.
getMinSelectionIndex() - Method in class javax.swing.JList
Returns the smallest selected cell index.
getMinSelectionRow() - Method in class javax.swing.JTree
Gets the first selected row.
getMinSelectionRow() - Method in class javax.swing.tree.DefaultTreeSelectionModel
Gets the first selected row.
getMinSelectionRow() - Method in interface javax.swing.tree.TreeSelectionModel
Gets the first selected row.
GetMinSize(Container, GridBagLayoutInfo) - Method in class java.awt.GridBagLayout
 
getMinTileX() - Method in class java.awt.image.BufferedImage
Returns the minimum tile index in the x direction.
getMinTileX() - Method in interface java.awt.image.RenderedImage
Returns the minimum tile index in the X direction.
getMinTileY() - Method in class java.awt.image.BufferedImage
Returns the minimum tile index in the y direction.
getMinTileY() - Method in interface java.awt.image.RenderedImage
Returns the minimum tile index in the Y direction.
getMinusSign() - Method in class java.text.DecimalFormatSymbols
character used to represent minus sign.
getMinutes() - Method in class java.sql.Date
Deprecated.  
getMinutes() - Method in class java.util.Date
Deprecated. As of JDK version 1.1, replaced by Calendar.get(Calendar.MINUTE).
getMinWidth() - Method in class javax.swing.table.TableColumn
Returns the minimum width for the TableColumn.
getMinX() - Method in class java.awt.geom.RectangularShape
Returns the smallest X coordinate of the framing rectangle of the Shape in double precision.
getMinX() - Method in class java.awt.image.Raster
Returns the minimum valid X coordinate of the Raster.
getMinX() - Method in class java.awt.image.BufferedImage
Returns the minimum x coordinate of this BufferedImage.
getMinX() - Method in interface java.awt.image.RenderedImage
Returns the minimum X coordinate (inclusive) of the RenderedImage.
getMinX() - Method in class java.awt.image.renderable.RenderableImageOp
Gets the minimum X coordinate of the rendering-independent image data.
getMinX() - Method in interface java.awt.image.renderable.RenderableImage
Gets the minimum X coordinate of the rendering-independent image data.
getMinY() - Method in class java.awt.geom.RectangularShape
Returns the smallest Y coordinate of the framing rectangle of the Shape in double precision.
getMinY() - Method in class java.awt.image.Raster
Returns the minimum valid Y coordinate of the Raster.
getMinY() - Method in class java.awt.image.BufferedImage
Returns the minimum y coordinate of this BufferedImage.
getMinY() - Method in interface java.awt.image.RenderedImage
Returns the minimum Y coordinate (inclusive) of the RenderedImage.
getMinY() - Method in class java.awt.image.renderable.RenderableImageOp
Gets the minimum Y coordinate of the rendering-independent image data.
getMinY() - Method in interface java.awt.image.renderable.RenderableImage
Gets the minimum Y coordinate of the rendering-independent image data.
getMissingGlyphCode() - Method in class java.awt.Font
Returns the glyphCode which is used when this Font does not have a glyph for a specified unicode.
getMiterLimit() - Method in class java.awt.BasicStroke
Returns the limit of miter joins.
getMnemonic() - Method in class javax.swing.AbstractButton
Get the keyboard mnemonic from the the current model
getMnemonic() - Method in interface javax.swing.ButtonModel
Gets the keyboard mnemonic for this model
getMnemonic() - Method in class javax.swing.DefaultButtonModel
Gets the keyboard mnemonic for this model
getMode() - Method in class java.awt.FileDialog
Indicates whether this file dialog box is for loading from a file or for saving to a file.
getModel() - Method in class javax.swing.JSlider
Returns data model that handles the sliders three fundamental properties: minimum, maximum, value.
getModel() - Method in class javax.swing.JTree
Returns the TreeModel that is providing the data.
getModel() - Method in class javax.swing.AbstractButton
Get the model that this button represents.
getModel() - Method in class javax.swing.JScrollBar
Returns data model that handles the scrollbar's four fundamental properties: minimum, maximum, value, extent.
getModel() - Method in class javax.swing.JProgressBar
Returns the data model used by the JProgressBar.
getModel() - Method in class javax.swing.JComboBox
Returns the data model currently used by the JComboBox.
getModel() - Method in class javax.swing.JTabbedPane
Returns the model associated with this tabbedpane.
getModel() - Method in class javax.swing.JTable
Returns the TableModel that provides the data displayed by the receiver.
getModel() - Method in class javax.swing.JList
Returns the data model that holds the list of items displayed by the JList component.
getModel() - Method in class javax.swing.tree.AbstractLayoutCache
Returns the TreeModel that is providing the data.
getModel() - Method in class javax.swing.plaf.basic.BasicFileChooserUI
 
getModel() - Method in class javax.swing.plaf.basic.BasicTreeUI
 
getModelIndex() - Method in class javax.swing.table.TableColumn
Gets the model index for this column.
getModifier() - Method in class javax.swing.text.html.parser.AttributeList
 
getModifiers() - Method in class java.awt.event.InputEvent
Returns the modifiers flag for this event.
getModifiers() - Method in class java.awt.event.ActionEvent
Returns the modifier keys held down during this action event.
getModifiers() - Method in class java.lang.Class
Returns the Java language modifiers for this class or interface, encoded in an integer.
getModifiers() - Method in class java.lang.reflect.Field
Returns the Java language modifiers for the field represented by this Field object, as an integer.
getModifiers() - Method in class java.lang.reflect.Method
Returns the Java language modifiers for the method represented by this Method object, as an integer.
getModifiers() - Method in class java.lang.reflect.Constructor
Returns the Java language modifiers for the constructor represented by this Constructor object, as an integer.
getModifiers() - Method in interface java.lang.reflect.Member
Returns the Java language modifiers for the member or constructor represented by this Member, as an integer.
getModifiers() - Method in class javax.swing.KeyStroke
Returns the modifier keys defined by this KeyStroke object.
getModulus() - Method in interface java.security.interfaces.RSAPublicKey
Returns the modulus.
getModulus() - Method in interface java.security.interfaces.RSAPrivateKey
Returns the modulus.
getModulus() - Method in class java.security.spec.RSAPublicKeySpec
Returns the modulus.
getModulus() - Method in class java.security.spec.RSAPrivateKeySpec
Returns the modulus.
getMonetaryDecimalSeparator() - Method in class java.text.DecimalFormatSymbols
Return the monetary decimal separator.
getMonth() - Method in class java.sql.Time
Deprecated.  
getMonth() - Method in class java.util.Date
Deprecated. As of JDK version 1.1, replaced by Calendar.get(Calendar.MONTH).
getMonths() - Method in class java.text.DateFormatSymbols
Gets month strings.
getMoreResults() - Method in interface java.sql.Statement
Moves to a Statement's next result.
getMouseListener() - Method in interface javax.swing.plaf.basic.ComboPopup
Returns a mouse listener that shows and hides the popup.
getMouseListener() - Method in class javax.swing.plaf.basic.BasicComboPopup
Implementation of ComboPopup.getMouseListener().
getMouseMotionListener() - Method in interface javax.swing.plaf.basic.ComboPopup
Returns a mouse motion listener that makes the popup act like a menu.
getMouseMotionListener() - Method in class javax.swing.plaf.basic.BasicComboPopup
Implementation of ComboPopup.getMouseMotionListener().
getMultiplier() - Method in class java.text.DecimalFormat
Get the multiplier for use in percent, permill, etc.
getName() - Method in class java.awt.Component
Gets the name of the component.
getName() - Method in class java.awt.Cursor
Returns the name of this cursor.
getName() - Method in class java.awt.MenuComponent
Gets the name of the menu component.
getName() - Method in class java.awt.Font
Returns the logical name of this Font.
getName() - Method in class java.awt.datatransfer.Clipboard
Returns the name of this clipboard object.
getName() - Method in class java.beans.FeatureDescriptor
Gets the programmatic name of this feature.
getName() - Method in class java.io.ObjectStreamField
Get the name of this field.
getName() - Method in class java.io.ObjectStreamClass
The name of the class described by this descriptor.
getName() - Method in class java.io.File
Returns the name of the file or directory denoted by this abstract pathname.
getName() - Method in class java.lang.Thread
Returns this thread's name.
getName() - Method in class java.lang.Class
Returns the fully-qualified name of the entity (class, interface, array class, primitive type, or void) represented by this Class object, as a String.
getName() - Method in class java.lang.ThreadGroup
Returns the name of this thread group.
getName() - Method in class java.lang.Package
Return the name of this package.
getName() - Method in class java.lang.reflect.Field
Returns the name of the field represented by this Field object.
getName() - Method in class java.lang.reflect.Method
Returns the name of the method represented by this Method object, as a String.
getName() - Method in class java.lang.reflect.Constructor
Returns the name of this constructor, as a string.
getName() - Method in interface java.lang.reflect.Member
Returns the simple name of the underlying member or constructor represented by this Member.
getName() - Method in class java.security.Permission
Returns the name of this Permission.
getName() - Method in interface java.security.Principal
Returns the name of this principal.
getName() - Method in class java.security.Identity
Deprecated. Returns this identity's name.
getName() - Method in class java.security.Provider
Returns the name of this provider.
getName() - Method in interface java.security.acl.Acl
Returns the name of this ACL.
getName() - Method in class java.text.AttributedCharacterIterator.Attribute
Returns the name of the attribute.
getName() - Method in class java.util.zip.ZipFile
Returns the path name of the ZIP file.
getName() - Method in class java.util.zip.ZipEntry
Returns the name of the entry.
getName() - Method in class javax.swing.LookAndFeel
Return a short string that identifies this look and feel, e.g.
getName() - Method in class javax.swing.UIManager.LookAndFeelInfo
Returns the name of the look and feel in a form suitable for a menu or other presentation
getName() - Method in interface javax.swing.text.Keymap
Fetches the name of the set of key-bindings.
getName() - Method in interface javax.swing.text.Element
Fetches the name of the element.
getName() - Method in class javax.swing.text.AbstractDocument.AbstractElement
Gets the name of the element.
getName() - Method in class javax.swing.text.AbstractDocument.BranchElement
Gets the element name.
getName() - Method in class javax.swing.text.AbstractDocument.LeafElement
Gets the element name.
getName() - Method in interface javax.swing.text.Style
Fetches the name of the style.
getName() - Method in class javax.swing.text.DefaultStyledDocument.SectionElement
Gets the name of the element.
getName() - Method in class javax.swing.text.StyleContext.NamedStyle
Fetches the name of the style.
getName() - Method in class javax.swing.text.html.HTMLDocument.RunElement
Gets the name of the element.
getName() - Method in class javax.swing.text.html.HTMLDocument.BlockElement
Gets the name of the element.
getName() - Method in class javax.swing.text.html.parser.DTD
Get the name of the DTD.
getName() - Method in class javax.swing.text.html.parser.AttributeList
 
getName() - Method in class javax.swing.text.html.parser.Element
Get the name of the element.
getName() - Method in class javax.swing.text.html.parser.Entity
Get the name of the entity.
getName() - Method in class javax.swing.plaf.metal.MetalLookAndFeel
 
getName() - Method in class javax.swing.plaf.metal.MetalTheme
 
getName() - Method in class javax.swing.plaf.metal.DefaultMetalTheme
 
getName() - Method in class javax.swing.plaf.multi.MultiLookAndFeel
 
getName(File) - Method in class javax.swing.JFileChooser
Returns the file name.
getName(File) - Method in class javax.swing.filechooser.FileView
The name of the file.
getName(File) - Method in class javax.swing.plaf.basic.BasicFileChooserUI.BasicFileView
 
getName(int) - Method in class java.awt.color.ColorSpace
Returns the name of the component given the component index
getNaN() - Method in class java.text.DecimalFormatSymbols
character used to represent NaN.
getNanos() - Method in class java.sql.Timestamp
Gets this Timestamp object's nanos value.
getNativeContainer(Component) - Static method in class java.awt.Toolkit
Give native peers the ability to query the native container given a native component (eg the direct parent may be lightweight).
getNativesForFlavors(DataFlavor[]) - Method in interface java.awt.datatransfer.FlavorMap
map flavors to native data types names
getNativesForFlavors(DataFlavor[]) - Method in class java.awt.datatransfer.SystemFlavorMap
map flavors to native data types names
getNeededLocation(int, int) - Method in class javax.swing.plaf.basic.BasicSplitPaneDivider.DragController
Returns the x argument, since this is used for horizontal splits.
getNeededLocation(int, int) - Method in class javax.swing.plaf.basic.BasicSplitPaneDivider.VerticalDragController
Returns the y argument, since this is used for vertical splits.
getNegativePrefix() - Method in class java.text.DecimalFormat
Get the negative prefix.
getNegativeSuffix() - Method in class java.text.DecimalFormat
Get the negative suffix.
getNewFolderAction() - Method in class javax.swing.plaf.basic.BasicFileChooserUI
 
getNewLeadSelectionPath() - Method in class javax.swing.event.TreeSelectionEvent
Returns the current lead path.
getNewValue() - Method in class java.beans.PropertyChangeEvent
Sets the new value for the property, expressed as an Object.
getNext() - Method in class javax.swing.text.html.parser.AttributeList
 
getNextEastWestVisualPositionFrom(int, Position.Bias, Shape, int, Position.Bias[]) - Method in class javax.swing.text.CompositeView
Returns the next visual position for the cursor, in either the east or west direction.
getNextEntry() - Method in class java.util.jar.JarInputStream
Reads the next ZIP file entry and positions stream at the beginning of the entry data.
getNextEntry() - Method in class java.util.zip.ZipInputStream
Reads the next ZIP file entry and positions stream at the beginning of the entry data.
getNextEvent() - Method in class java.awt.EventQueue
Remove an event from the EventQueue and return it.
getNextException() - Method in class java.sql.SQLException
Retrieves the exception chained to this SQLException object.
getNextFocusableComponent() - Method in class javax.swing.JComponent
Return the next focusable component or null if the focus manager should choose the next focusable component automatically
getNextJarEntry() - Method in class java.util.jar.JarInputStream
Reads the next JAR file entry and positions the stream at the beginning of the entry data.
getNextLeaf() - Method in class javax.swing.tree.DefaultMutableTreeNode
Returns the leaf after this node or null if this node is the last leaf in the tree.
getNextLeftHit(int) - Method in class java.awt.font.TextLayout
Returns the hit for the next caret to the left (top); if no such hit, returns null.
getNextLeftHit(int, TextLayout.CaretPolicy) - Method in class java.awt.font.TextLayout
Returns the hit for the next caret to the left (top); if no such hit, returns null.
getNextLeftHit(TextHitInfo) - Method in class java.awt.font.TextLayout
Returns the hit for the next caret to the left (top); if no such hit, returns null.
getNextNode() - Method in class javax.swing.tree.DefaultMutableTreeNode
Returns the node that follows this node in a preorder traversal of this node's tree.
getNextNorthSouthVisualPositionFrom(int, Position.Bias, Shape, int, Position.Bias[]) - Method in class javax.swing.text.CompositeView
Returns the next visual position for the cursor, in either the east or west direction.
getNextNorthSouthVisualPositionFrom(int, Position.Bias, Shape, int, Position.Bias[]) - Method in class javax.swing.text.ParagraphView
Overriden from CompositeView.
getNextRightHit(int) - Method in class java.awt.font.TextLayout
Returns the hit for the next caret to the right (bottom); if no such hit, returns null.
getNextRightHit(int, TextLayout.CaretPolicy) - Method in class java.awt.font.TextLayout
Returns the hit for the next caret to the right (bottom); if no such hit, returns null.
getNextRightHit(TextHitInfo) - Method in class java.awt.font.TextLayout
Returns the hit for the next caret to the right (bottom); if there is no such hit, returns null.
getNextSibling() - Method in class javax.swing.tree.DefaultMutableTreeNode
Returns the next sibling of this node in the parent's children array.
getNextTabIndex(int) - Method in class javax.swing.plaf.basic.BasicTabbedPaneUI
 
getNextUpdate() - Method in class java.security.cert.X509CRL
Gets the nextUpdate date from the CRL.
getNextVisualPositionFrom(int, Position.Bias, Shape, int, Position.Bias[]) - Method in class javax.swing.text.View
Provides a way to determine the next visually represented model location that one might place a caret.
getNextVisualPositionFrom(int, Position.Bias, Shape, int, Position.Bias[]) - Method in class javax.swing.text.LabelView
Provides a way to determine the next visually represented model location that one might place a caret.
getNextVisualPositionFrom(int, Position.Bias, Shape, int, Position.Bias[]) - Method in class javax.swing.text.CompositeView
Provides a way to determine the next visually represented model location that one might place a caret.
getNextVisualPositionFrom(JTextComponent, int, Position.Bias, int, Position.Bias[]) - Method in class javax.swing.plaf.TextUI
Provides a way to determine the next visually represented model location that one might place a caret.
getNextVisualPositionFrom(JTextComponent, int, Position.Bias, int, Position.Bias[]) - Method in class javax.swing.plaf.basic.BasicTextUI
Provides a way to determine the next visually represented model location that one might place a caret.
getNextVisualPositionFrom(JTextComponent, int, Position.Bias, int, Position.Bias[]) - Method in class javax.swing.plaf.multi.MultiTextUI
Provides a way to determine the next visually represented model location that one might place a caret.
getNextWarning() - Method in class java.sql.SQLWarning
Retrieves the warning chained to this SQLWarning object.
getNextWord(JTextComponent, int) - Static method in class javax.swing.text.Utilities
Determines the start of the next word for the given location.
getNodeDimensions() - Method in class javax.swing.tree.AbstractLayoutCache
Returns the object that renders nodes in the tree, and which is responsible for calculating the dimensions of individual nodes.
getNodeDimensions(Object, int, int, boolean, Rectangle) - Method in class javax.swing.tree.AbstractLayoutCache
Returns, by reference in size, the size needed to reprensent value.
getNodeDimensions(Object, int, int, boolean, Rectangle) - Method in class javax.swing.tree.AbstractLayoutCache.NodeDimensions
Returns, by reference in bounds, the size and x origin to place value at.
getNodeDimensions(Object, int, int, boolean, Rectangle) - Method in class javax.swing.plaf.basic.BasicTreeUI.NodeDimensionsHandler
Responsible for getting the size of a particular node.
getNonContinuousLayoutDivider() - Method in class javax.swing.plaf.basic.BasicSplitPaneUI
Returns the divider to use when the splitPane is configured to not continuously layout.
getNonCriticalExtensionOIDs() - Method in interface java.security.cert.X509Extension
Gets a Set of the OID strings for the extension(s) marked NON-CRITICAL in the certificate/CRL managed by the object implementing this interface.
getNormalizedComponents(int[], int, float[], int) - Method in class java.awt.image.ColorModel
Returns an array of all of the color/alpha components in normalized form, given an unnormalized component array.
getNormalizingTransform() - Method in class java.awt.GraphicsConfiguration
Returns a AffineTransform that can be concatenated with the default AffineTransform of a GraphicsConfiguration so that 72 units in user space equals 1 inch in device space.
getNorthPane() - Method in class javax.swing.plaf.basic.BasicInternalFrameUI
 
getNotAfter() - Method in class java.security.cert.X509Certificate
Gets the notAfter date from the validity period of the certificate.
getNotBefore() - Method in class java.security.cert.X509Certificate
Gets the notBefore date from the validity period of the certificate.
getNote() - Method in class javax.swing.ProgressMonitor
Specifies the additional note that is displayed along with the progress message.
getNumBands() - Method in class java.awt.image.Raster
Returns the number of bands (samples per pixel) in this Raster.
getNumBands() - Method in class java.awt.image.SampleModel
Returns the total number of bands of image data.
getNumBanks() - Method in class java.awt.image.DataBuffer
Returns the number of banks in this DataBuffer.
getNumberFormat() - Method in class java.text.DateFormat
Gets the number formatter which this date/time formatter uses to format and parse a time.
getNumberInstance() - Static method in class java.text.NumberFormat
Returns a general-purpose number format for the current default locale.
getNumberInstance(Locale) - Static method in class java.text.NumberFormat
Returns a general-purpose number format for the specified locale.
getNumberOfPages() - Method in class java.awt.print.Book
Returns the number of pages in this Book.
getNumberOfPages() - Method in interface java.awt.print.Pageable
Returns the number of pages in the set.
getNumChars() - Method in class java.awt.font.LineMetrics
Returns the number of characters in the text whose metrics are encapsulated by this LineMetrics object.
getNumColorComponents() - Method in class java.awt.image.ColorModel
Returns the number of color components in this ColorModel.
getNumComponents() - Method in class java.awt.color.ICC_Profile
Returns the number of color components in the "input" color space of this profile.
getNumComponents() - Method in class java.awt.color.ColorSpace
Returns the number of components of this ColorSpace.
getNumComponents() - Method in class java.awt.image.ColorModel
Returns the number of components, including alpha, in this ColorModel.
getNumComponents() - Method in class java.awt.image.LookupTable
Returns the number of components in the lookup table.
getNumDataElements() - Method in class java.awt.image.Raster
Returns the number of data elements needed to transfer one pixel via the getDataElements and setDataElements methods.
getNumDataElements() - Method in class java.awt.image.SampleModel
Returns the number of data elements needed to transfer a pixel via the getDataElements and setDataElements methods.
getNumDataElements() - Method in class java.awt.image.ComponentSampleModel
Returns the number of data elements needed to transfer a pixel via the getDataElements and setDataElements methods.
getNumDataElements() - Method in class java.awt.image.MultiPixelPackedSampleModel
Returns the number of data elements needed to transfer one pixel via the MultiPixelPackedSampleModel.getDataElements(int, int, java.lang.Object, java.awt.image.DataBuffer) and MultiPixelPackedSampleModel.setDataElements(int, int, java.lang.Object, java.awt.image.DataBuffer) methods.
getNumDataElements() - Method in class java.awt.image.SinglePixelPackedSampleModel
Returns the number of data elements needed to transfer one pixel via the getDataElements and setDataElements methods.
getNumDesignAxes() - Method in interface java.awt.font.MultipleMaster
Returns the number of multiple master design controls.
getNumericFunctions() - Method in interface java.sql.DatabaseMetaData
Gets a comma-separated list of math functions.
getNumericValue(char) - Static method in class java.lang.Character
Returns the Unicode numeric value of the character as a nonnegative integer.
getNumFactors() - Method in class java.awt.image.RescaleOp
Returns the number of scaling factors and offsets used in this RescaleOp.
getNumGlyphs() - Method in class java.awt.Font
Returns the number of glyphs in this Font.
getNumGlyphs() - Method in class java.awt.font.GlyphVector
Returns the number of glyphs in this GlyphVector.
getNumParameters() - Method in class java.awt.image.renderable.ParameterBlock
Returns the number of parameters (not including source images).
getNumSources() - Method in class java.awt.image.renderable.ParameterBlock
Returns the number of source images.
getNumXTiles() - Method in class java.awt.image.BufferedImage
Returns the number of tiles in the x direction.
getNumXTiles() - Method in interface java.awt.image.RenderedImage
Returns the number of tiles in the X direction.
getNumYTiles() - Method in class java.awt.image.BufferedImage
Returns the number of tiles in the y direction.
getNumYTiles() - Method in interface java.awt.image.RenderedImage
Returns the number of tiles in the Y direction.
getObject() - Method in class java.security.GuardedObject
Retrieves the guarded object, or throws an exception if access to the guarded object is denied by the guard.
getObject() - Method in class java.security.SignedObject
Retrieves the encapsulated object.
getObject(int) - Method in interface java.sql.ResultSet
Gets the value of a column in the current row as a Java object.
getObject(int) - Method in interface java.sql.CallableStatement
Gets the value of a parameter as an object in the Java programming language.
getObject(int, Map) - Method in interface java.sql.ResultSet
JDBC 2.0 Returns the value of a column in the current row as a Java object.
getObject(int, Map) - Method in interface java.sql.CallableStatement
JDBC 2.0 Returns an object representing the value of OUT parameter i and uses map for the custom mapping of the parameter value.
getObject(String) - Method in interface java.sql.ResultSet
Gets the value of a column in the current row as a Java object.
getObject(String) - Method in class java.util.ResourceBundle
Get an object from a ResourceBundle.
getObject(String, Map) - Method in interface java.sql.ResultSet
JDBC 2.0 Returns the value in the specified column as a Java object.
getObjectForLayer(int) - Method in class javax.swing.JLayeredPane
Returns the Integer object associated with a specified layer.
getObjectParameter(int) - Method in class java.awt.image.renderable.ParameterBlock
Gets a parameter as an object.
getObjectStreamClass() - Method in class java.io.ObjectInputStream.GetField
Get the ObjectStreamClass that describes the fields in the stream.
getOffscreenBuffer(Component, int, int) - Method in class javax.swing.RepaintManager
Return the offscreen buffer that should be used as a double buffer with the component c By default there is a double buffer per RepaintManager.
getOffset() - Method in class java.awt.image.DataBuffer
Returns the offset of the default bank in array elements.
getOffset() - Method in class java.awt.image.LookupTable
Returns the offset.
getOffset() - Method in class java.io.ObjectStreamField
Offset of field within instance data.
getOffset() - Method in class java.net.DatagramPacket
Returns the offset of the data to be sent or the offset of the data received.
getOffset() - Method in class java.text.CollationElementIterator
Gets the offset of the current character in the the source text.
getOffset() - Method in interface javax.swing.event.DocumentEvent
Returns the offset within the document of the start of the change.
getOffset() - Method in interface javax.swing.text.Position
Fetches the current offset within the document.
getOffset() - Method in class javax.swing.text.AbstractDocument.DefaultDocumentEvent
Returns the offset within the document of the start of the change.
getOffset() - Method in class javax.swing.text.DefaultStyledDocument.ElementSpec
Gets the starting offset.
getOffset() - Method in class javax.swing.plaf.basic.BasicToolBarUI.DragWindow
 
getOffset(int, int) - Method in class java.awt.image.ComponentSampleModel
Gets the offset for the first band of pixel (x,y).
getOffset(int, int) - Method in class java.awt.image.MultiPixelPackedSampleModel
Returns the offset of pixel (x, y) in data array elements.
getOffset(int, int) - Method in class java.awt.image.SinglePixelPackedSampleModel
Returns the offset (in data array elements) of pixel (x,y).
getOffset(int, int) - Method in class javax.swing.text.BoxView
Fetch the offset of a particular childs current layout
getOffset(int, int, int) - Method in class java.awt.image.ComponentSampleModel
Gets the offset for band b of pixel (x,y).
getOffset(int, int, int, int, int, int) - Method in class java.util.TimeZone
Gets the time zone offset, for current date, modified in case of daylight savings.
getOffset(int, int, int, int, int, int) - Method in class java.util.SimpleTimeZone
Overrides TimeZone Gets offset, for current date, modified in case of daylight savings.
getOffsetHit(int) - Method in class java.awt.font.TextHitInfo
Creates a TextHitInfo whose character index is offset by delta from the charIndex of this TextHitInfo.
getOffsets() - Method in class java.awt.image.DataBuffer
Returns the offsets (in array elements) of all the banks.
getOffsets(float[]) - Method in class java.awt.image.RescaleOp
Returns the offsets in the given array.
getOldLeadSelectionPath() - Method in class javax.swing.event.TreeSelectionEvent
Returns the path that was previously the lead path.
getOldValue() - Method in class java.beans.PropertyChangeEvent
Gets the old value for the property, expressed as an Object.
getOpenIcon() - Method in class javax.swing.tree.DefaultTreeCellRenderer
Returns the icon used to represent non-leaf nodes that are expanded.
getOperation() - Method in class java.rmi.server.Operation
Deprecated. no replacement
getOperations() - Method in interface java.rmi.server.Skeleton
Deprecated. no replacement
getOption(int) - Method in interface java.net.SocketOptions
Fetch the value of an option.
getOptions() - Method in class javax.swing.JOptionPane
Returns the choices the user can make.
getOptionType() - Method in class javax.swing.JOptionPane
Returns the type of options that are displayed.
getOrientation() - Method in interface java.awt.Adjustable
Gets the orientation of the adjustable object.
getOrientation() - Method in class java.awt.Scrollbar
Determines the orientation of this scroll bar.
getOrientation() - Method in class java.awt.print.PageFormat
Returns the orientation of this PageFormat.
getOrientation() - Method in class javax.swing.JSlider
Return this slider's vertical or horizontal orientation.
getOrientation() - Method in class javax.swing.JToolBar
Returns the current orientation of the toolbar
getOrientation() - Method in class javax.swing.JSeparator
Returns the orientation of this separator.
getOrientation() - Method in class javax.swing.JSplitPane
Returns the orientation.
getOrientation() - Method in class javax.swing.JScrollBar
Returns the component's orientation (horizontal or vertical).
getOrientation() - Method in class javax.swing.JProgressBar
Returns JProgressBar.VERTICAL or JProgressBar.HORIZONTAL, depending on the orientation of the progress bar.
getOrientation() - Method in class javax.swing.plaf.basic.BasicSplitPaneUI
Returns the orientation for the JSplitPane.
getOrientation(Locale) - Static method in class java.awt.ComponentOrientation
Return the orientation that is appropriate for the given locale
getOrientation(ResourceBundle) - Static method in class java.awt.ComponentOrientation
Return the orientation appropriate for the given ResourceBundle's localization.
getOtherHit() - Method in class java.awt.font.TextHitInfo
Creates a TextHitInfo on the other side of the insertion point.
getOutline() - Method in class java.awt.font.GlyphVector
Returns a Shape whose interior corresponds to the visual representation of this GlyphVector.
getOutline(AffineTransform) - Method in class java.awt.font.TextLayout
Returns a Shape representing the outline of this TextLayout.
getOutline(float, float) - Method in class java.awt.font.GlyphVector
Returns a Shape whose interior corresponds to the visual representation of this GlyphVector, offset to x, y.
getOutputStream() - Method in class java.lang.Process
Gets the output stream of the subprocess.
getOutputStream() - Method in class java.net.URLConnection
Returns an output stream that writes to this connection.
getOutputStream() - Method in class java.net.Socket
Returns an output stream for this socket.
getOutputStream() - Method in class java.net.SocketImpl
Returns an output stream for this socket.
getOutputStream() - Method in class java.rmi.server.LogStream
Deprecated. no replacement
getOutputStream() - Method in interface java.rmi.server.RemoteCall
Deprecated. no replacement
getOutsideBorder() - Method in class javax.swing.border.CompoundBorder
Returns the outside border object.
getOwnedWindows() - Method in class java.awt.Window
Return an array containing all the windows this window currently owns.
getOwner() - Method in class java.awt.Window
Returns the owner of this window.
getP() - Method in interface java.security.interfaces.DSAParams
Returns the prime, p.
getP() - Method in class java.security.spec.DSAParameterSpec
Returns the prime p.
getP() - Method in class java.security.spec.DSAPublicKeySpec
Returns the prime p.
getP() - Method in class java.security.spec.DSAPrivateKeySpec
Returns the prime p.
getP1() - Method in class java.awt.geom.Line2D
Returns the starting Point2D of this Line2D.
getP1() - Method in class java.awt.geom.Line2D.Float
Returns the start point.
getP1() - Method in class java.awt.geom.Line2D.Double
Returns the starting Point2D of this Line2D.
getP1() - Method in class java.awt.geom.CubicCurve2D
Returns the start point.
getP1() - Method in class java.awt.geom.CubicCurve2D.Float
Returns the start point.
getP1() - Method in class java.awt.geom.CubicCurve2D.Double
Returns the start point.
getP1() - Method in class java.awt.geom.QuadCurve2D
Returns the start point.
getP1() - Method in class java.awt.geom.QuadCurve2D.Float
Returns the start point.
getP1() - Method in class java.awt.geom.QuadCurve2D.Double
Returns the start point.
getP2() - Method in class java.awt.geom.Line2D
Returns the end Point2D of this Line2D.
getP2() - Method in class java.awt.geom.Line2D.Float
Returns the end point.
getP2() - Method in class java.awt.geom.Line2D.Double
Returns the end Point2D of this Line2D.
getP2() - Method in class java.awt.geom.CubicCurve2D
Returns the end point.
getP2() - Method in class java.awt.geom.CubicCurve2D.Float
Returns the end point.
getP2() - Method in class java.awt.geom.CubicCurve2D.Double
Returns the end point.
getP2() - Method in class java.awt.geom.QuadCurve2D
Returns the end point.
getP2() - Method in class java.awt.geom.QuadCurve2D.Float
Returns the end point.
getP2() - Method in class java.awt.geom.QuadCurve2D.Double
Returns the end point.
getPackage() - Method in class java.lang.Class
Gets the package for this class.
getPackage(String) - Method in class java.lang.ClassLoader
Returns a Package that has been defined by this class loader or any of its ancestors.
getPackage(String) - Static method in class java.lang.Package
Find a package by name in the callers classloader.
getPackages() - Method in class java.lang.ClassLoader
Returns all of the Packages defined by this class loader and its ancestors.
getPackages() - Static method in class java.lang.Package
Get all the packages currently known for the caller's class loader.
getPadding() - Method in class javax.swing.plaf.basic.BasicOptionPaneUI.ButtonAreaLayout
 
getPage() - Method in class javax.swing.JEditorPane
Gets the current url being displayed.
getPageDimension() - Method in class java.awt.PrintJob
Returns the dimensions of the page in pixels.
getPageFormat(int) - Method in class java.awt.print.Book
Returns the PageFormat of the page specified by pageIndex.
getPageFormat(int) - Method in interface java.awt.print.Pageable
Returns the PageFormat of the page specified by pageIndex.
getPageIncrement() - Method in class java.awt.Scrollbar
Deprecated. As of JDK version 1.1, replaced by getBlockIncrement().
getPageResolution() - Method in class java.awt.PrintJob
Returns the resolution of the page in pixels per inch.
getPaint() - Method in class java.awt.Graphics2D
Returns the current Paint of the Graphics2D context.
getPainter() - Method in interface javax.swing.text.Highlighter.Highlight
Gets the painter for the highlighter.
getPaintLabels() - Method in class javax.swing.JSlider
Tells if labels are to be painted.
getPaintTicks() - Method in class javax.swing.JSlider
Tells if tick marks are to be painted.
getPaintTrack() - Method in class javax.swing.JSlider
Tells if the track (area the slider slides in) is to be painted.
getPaper() - Method in class java.awt.print.PageFormat
Returns a copy of the Paper object associated with this PageFormat.
getParagraphAttributes() - Method in class javax.swing.JTextPane
Fetches the current paragraph attributes in effect at the location of the caret, or null if none.
getParagraphElement(int) - Method in class javax.swing.text.AbstractDocument
Get the paragraph element containing the given position.
getParagraphElement(int) - Method in class javax.swing.text.PlainDocument
Get the paragraph element containing the given position.
getParagraphElement(int) - Method in interface javax.swing.text.StyledDocument
Gets the element that represents the paragraph that encloses the given offset within the document.
getParagraphElement(int) - Method in class javax.swing.text.DefaultStyledDocument
Gets a paragraph element.
getParagraphElement(JTextComponent, int) - Static method in class javax.swing.text.Utilities
Determines the element to use for a paragraph/line.
getParamClasses() - Method in class java.awt.image.renderable.ParameterBlock
Returns an array of Class objects describing the types of the parameters.
getParameter() - Method in class java.sql.DataTruncation
Indicates whether the value truncated was a parameter value or a column value.
getParameter(String) - Method in class java.applet.Applet
Returns the value of the named parameter in the HTML tag.
getParameter(String) - Method in interface java.applet.AppletStub
Returns the value of the named parameter in the HTML tag.
getParameter(String) - Method in class java.awt.datatransfer.DataFlavor
 
getParameter(String) - Method in class java.security.Signature
Deprecated.  
getParameterBlock() - Method in class java.awt.image.renderable.RenderableImageOp
Returns a reference to the current parameter block.
getParameterDescriptors() - Method in class java.beans.MethodDescriptor
Gets the ParameterDescriptor for each of this MethodDescriptor's method's parameters.
getParameterInfo() - Method in class java.applet.Applet
Returns information about the parameters than are understood by this applet.
getParameters() - Method in class java.awt.image.renderable.ParameterBlock
Returns the entire Vector of parameters.
getParameterSpec(Class) - Method in class java.security.AlgorithmParameters
Returns a (transparent) specification of this parameter object.
getParameterTypes() - Method in class java.lang.reflect.Method
Returns an array of Class objects that represent the formal parameter types, in declaration order, of the method represented by this Method object.
getParameterTypes() - Method in class java.lang.reflect.Constructor
Returns an array of Class objects that represent the formal parameter types, in declaration order, of the constructor represented by this Constructor object.
getParams() - Method in interface java.security.interfaces.DSAKey
Returns the DSA-specific key parameters.
getParent() - Method in class java.awt.Component
Gets the parent of this component.
getParent() - Method in class java.awt.MenuComponent
Returns the parent container for this menu component.
getParent() - Method in class java.awt.image.Raster
Returns the parent Raster (if any) of this Raster, or else null.
getParent() - Method in class java.io.File
Returns the pathname string of this abstract pathname's parent, or null if this pathname does not name a parent directory.
getParent() - Method in class java.lang.ClassLoader
Returns the parent class loader for delegation.
getParent() - Method in class java.lang.ThreadGroup
Returns the parent of this thread group.
getParent() - Method in class javax.swing.text.View
Returns the parent of the view.
getParent() - Method in class javax.swing.text.AbstractDocument.AbstractElement
Returns the parent TreeNode of the receiver.
getParent() - Method in class javax.swing.tree.DefaultMutableTreeNode
Returns this node's parent or null if this node has no parent.
getParent() - Method in interface javax.swing.tree.TreeNode
Returns the parent TreeNode of the receiver.
getParentDirectory(File) - Method in class javax.swing.filechooser.FileSystemView
Returns the parent directory of dir.
getParentElement() - Method in interface javax.swing.text.Element
Fetches the parent element.
getParentElement() - Method in class javax.swing.text.AbstractDocument.AbstractElement
Gets the parent of the element.
getParentFile() - Method in class java.io.File
Returns the abstract pathname of this abstract pathname's parent, or null if this pathname does not name a parent directory.
getParentPath() - Method in class javax.swing.tree.TreePath
Returns a path containing all the elements of the receiver, accept the last path component.
getParser() - Method in class javax.swing.text.html.HTMLEditorKit
Fetch the parser to use for reading html streams.
getPartialSize(int, int) - Method in class javax.swing.text.ParagraphView
Returns the size used by the views between startOffset and endOffset.
getPartialSpan(int, int) - Method in interface javax.swing.text.TabableView
Determines the span along the same axis as tab expansion for a portion of the view.
getPassword() - Method in class java.net.PasswordAuthentication
Returns the user password.
getPassword() - Method in class javax.swing.JPasswordField
Returns the text contained in this TextComponent.
getPasswordAuthentication() - Method in class java.net.Authenticator
Called when password authorization is needed.
getPath() - Method in class java.io.File
Converts this abstract pathname into a pathname string.
getPath() - Method in class javax.swing.event.TreeExpansionEvent
Returns the path to the value that has been expanded/collapsed.
getPath() - Method in class javax.swing.event.TreeModelEvent
Convenience method to get the array of objects from the TreePath instance that this event wraps.
getPath() - Method in class javax.swing.event.MenuKeyEvent
Returns the path to the menu item referenced by this event.
getPath() - Method in class javax.swing.event.MenuDragMouseEvent
Returns the path to the selected menu item.
getPath() - Method in class javax.swing.event.TreeSelectionEvent
Returns the first path element.
getPath() - Method in class javax.swing.tree.DefaultMutableTreeNode
Returns the path from the root, to get to this node.
getPath() - Method in class javax.swing.tree.TreePath
Returns an array of Objects containing the components of this TreePath.
getPath() - Method in class javax.swing.plaf.basic.BasicMenuItemUI
 
getPathBetweenRows(int, int) - Method in class javax.swing.JTree
Returns JTreePath instances representing the path between index0 and index1 (including index1).
getPathBounds(JTree, TreePath) - Method in class javax.swing.plaf.TreeUI
Returns the Rectangle enclosing the label portion that the last item in path will be drawn into.
getPathBounds(JTree, TreePath) - Method in class javax.swing.plaf.basic.BasicTreeUI
Returns the Rectangle enclosing the label portion that the last item in path will be drawn into.
getPathBounds(JTree, TreePath) - Method in class javax.swing.plaf.multi.MultiTreeUI
Call getPathBounds on each UI handled by this MultiUI.
getPathBounds(TreePath) - Method in class javax.swing.JTree
Returns the Rectangle that the specified node will be drawn into.
getPathClosestTo(int, int) - Method in class javax.swing.tree.AbstractLayoutCache
Returns the path to the node that is closest to x,y.
getPathClosestTo(int, int) - Method in class javax.swing.tree.FixedHeightLayoutCache
Returns the path to the node that is closest to x,y.
getPathClosestTo(int, int) - Method in class javax.swing.tree.VariableHeightLayoutCache
Returns the path to the node that is closest to x,y.
getPathComponent(int) - Method in class javax.swing.tree.TreePath
Returns the path component at the specified index.
getPathCount() - Method in class javax.swing.tree.TreePath
Returns the number of elements in the path.
getPathForLocation(int, int) - Method in class javax.swing.JTree
Returns the path for the node at the specified location.
getPathForRow(int) - Method in class javax.swing.JTree
Returns the path for the specified row.
getPathForRow(int) - Method in class javax.swing.tree.AbstractLayoutCache
Returns the path for passed in row.
getPathForRow(int) - Method in class javax.swing.tree.FixedHeightLayoutCache
Returns the path for passed in row.
getPathForRow(int) - Method in class javax.swing.tree.VariableHeightLayoutCache
Returns the path for passed in row.
getPathForRow(JTree, int) - Method in class javax.swing.plaf.TreeUI
Returns the path for passed in row.
getPathForRow(JTree, int) - Method in class javax.swing.plaf.basic.BasicTreeUI
Returns the path for passed in row.
getPathForRow(JTree, int) - Method in class javax.swing.plaf.multi.MultiTreeUI
Call getPathForRow on each UI handled by this MultiUI.
getPathIterator(AffineTransform) - Method in interface java.awt.Shape
Returns an iterator object that iterates along the Shape boundary and provides access to the geometry of the Shape outline.
getPathIterator(AffineTransform) - Method in class java.awt.Polygon
Returns an iterator object that iterates along the boundary of this Polygon and provides access to the geometry of the outline of this Polygon.
getPathIterator(AffineTransform) - Method in class java.awt.geom.Rectangle2D
Returns an iteration object that defines the boundary of this Rectangle2D.
getPathIterator(AffineTransform) - Method in class java.awt.geom.Line2D
Returns an iteration object that defines the boundary of this Line2D.
getPathIterator(AffineTransform) - Method in class java.awt.geom.CubicCurve2D
Returns an iteration object that defines the boundary of the shape.
getPathIterator(AffineTransform) - Method in class java.awt.geom.RoundRectangle2D
Returns an iteration object that defines the boundary of this RoundRectangle2D.
getPathIterator(AffineTransform) - Method in class java.awt.geom.Area
Creates a PathIterator for the outline of this Area object.
getPathIterator(AffineTransform) - Method in class java.awt.geom.GeneralPath
Returns a PathIterator object that iterates along the boundary of this Shape and provides access to the geometry of the outline of this Shape.
getPathIterator(AffineTransform) - Method in class java.awt.geom.Arc2D
Returns an iteration object that defines the boundary of the arc.
getPathIterator(AffineTransform) - Method in class java.awt.geom.QuadCurve2D
Returns an iteration object that defines the boundary of the shape of this QuadCurve2D.
getPathIterator(AffineTransform) - Method in class java.awt.geom.Ellipse2D
Returns an iteration object that defines the boundary of this Ellipse2D.
getPathIterator(AffineTransform, double) - Method in interface java.awt.Shape
Returns an iterator object that iterates along the Shape boundary and provides access to a flattened view of the Shape outline geometry.
getPathIterator(AffineTransform, double) - Method in class java.awt.Polygon
Returns an iterator object that iterates along the boundary of the Shape and provides access to the geometry of the outline of the Shape.
getPathIterator(AffineTransform, double) - Method in class java.awt.geom.RectangularShape
Returns an iterator object that iterates along the Shape object's boundary and provides access to a flattened view of the outline of the Shape object's geometry.
getPathIterator(AffineTransform, double) - Method in class java.awt.geom.Rectangle2D
Returns an iteration object that defines the boundary of the flattened Rectangle2D.
getPathIterator(AffineTransform, double) - Method in class java.awt.geom.Line2D
Returns an iteration object that defines the boundary of this flattened Line2D.
getPathIterator(AffineTransform, double) - Method in class java.awt.geom.CubicCurve2D
Return an iteration object that defines the boundary of the flattened shape.
getPathIterator(AffineTransform, double) - Method in class java.awt.geom.Area
Creates a PathIterator for the flattened outline of this Area object.
getPathIterator(AffineTransform, double) - Method in class java.awt.geom.GeneralPath
Returns a PathIterator object that iterates along the boundary of the flattened Shape and provides access to the geometry of the outline of the Shape.
getPathIterator(AffineTransform, double) - Method in class java.awt.geom.QuadCurve2D
Returns an iteration object that defines the boundary of the flattened shape of this QuadCurve2D.
getPaths() - Method in class javax.swing.event.TreeSelectionEvent
Returns the paths that have been added or removed from the selection.
getPathToRoot(TreeNode) - Method in class javax.swing.tree.DefaultTreeModel
Builds the parents of node up to and including the root node, where the original node is the last element in the returned array.
getPathToRoot(TreeNode, int) - Method in class javax.swing.tree.DefaultMutableTreeNode
Builds the parents of node up to and including the root node, where the original node is the last element in the returned array.
getPathToRoot(TreeNode, int) - Method in class javax.swing.tree.DefaultTreeModel
Builds the parents of node up to and including the root node, where the original node is the last element in the returned array.
getPatternSeparator() - Method in class java.text.DecimalFormatSymbols
character used to separate positive and negative subpatterns in a pattern.
getPCSType() - Method in class java.awt.color.ICC_Profile
Returns the color space type of the Profile Connection Space (PCS).
getPeer() - Method in class java.awt.Component
Deprecated. As of JDK version 1.1, programs should not directly manipulate peers. replaced by boolean isDisplayable().
getPeer() - Method in class java.awt.MenuComponent
Deprecated. As of JDK version 1.1, programs should not directly manipulate peers.
getPeer() - Method in class java.awt.Font
Deprecated. Font rendering is now platform independent.
getPercent() - Method in class java.text.DecimalFormatSymbols
character used for percent sign.
getPercentComplete() - Method in class javax.swing.JProgressBar
Returns the percentage/percent complete for the progress bar.
getPercentInstance() - Static method in class java.text.NumberFormat
Returns a percentage format for the current default locale.
getPercentInstance(Locale) - Static method in class java.text.NumberFormat
Returns a percentage format for the specified locale.
getPerMill() - Method in class java.text.DecimalFormatSymbols
character used for mille percent sign.
getPermission() - Method in class java.net.URLConnection
Returns a permission object representing the permission necessary to make the connection represented by this object.
getPermission() - Method in class java.net.HttpURLConnection
 
getPermission() - Method in class java.security.AccessControlException
Gets the Permission object associated with this exeception, or null if there was no corresponding Permission object.
getPermissions() - Method in class java.security.ProtectionDomain
Returns the permissions of this domain.
getPermissions(CodeSource) - Method in class java.net.URLClassLoader
Returns the permissions for the given codesource object.
getPermissions(CodeSource) - Method in class java.security.SecureClassLoader
Returns the permissions for the given codesource object.
getPermissions(CodeSource) - Method in class java.security.Policy
Evaluates the global policy and returns a PermissionCollection object specifying the set of permissions allowed for code from the specified code source.
getPermissions(Principal) - Method in interface java.security.acl.Acl
Returns an enumeration for the set of allowed permissions for the specified principal (representing an entity such as an individual or a group).
getPixel(int, int, double[]) - Method in class java.awt.image.Raster
Returns the samples in an array of double for the specified pixel.
getPixel(int, int, double[], DataBuffer) - Method in class java.awt.image.SampleModel
Returns the samples for the specified pixel in an array of double.
getPixel(int, int, float[]) - Method in class java.awt.image.Raster
Returns the samples in an array of float for the specified pixel.
getPixel(int, int, float[], DataBuffer) - Method in class java.awt.image.SampleModel
Returns the samples for the specified pixel in an array of float.
getPixel(int, int, int[]) - Method in class java.awt.image.Raster
Returns the samples in an array of int for the specified pixel.
getPixel(int, int, int[], DataBuffer) - Method in class java.awt.image.SampleModel
Returns the samples for a specified pixel in an int array, one sample per array element.
getPixel(int, int, int[], DataBuffer) - Method in class java.awt.image.ComponentSampleModel
Returns all samples for the specified pixel in an int array, one sample per array element.
getPixel(int, int, int[], DataBuffer) - Method in class java.awt.image.MultiPixelPackedSampleModel
Returns the specified single band pixel in the first element of an int array.
getPixel(int, int, int[], DataBuffer) - Method in class java.awt.image.BandedSampleModel
Returns all samples for the specified pixel in an int array.
getPixel(int, int, int[], DataBuffer) - Method in class java.awt.image.SinglePixelPackedSampleModel
Returns all samples in for the specified pixel in an int array.
getPixelBitStride() - Method in class java.awt.image.MultiPixelPackedSampleModel
Returns the pixel bit stride in bits.
getPixels() - Method in class java.awt.image.PixelGrabber
Get the pixel buffer.
getPixels(int, int, int, int, double[]) - Method in class java.awt.image.Raster
Returns a double array containing all samples for a rectangle of pixels, one sample per array element.
getPixels(int, int, int, int, double[], DataBuffer) - Method in class java.awt.image.SampleModel
Returns all samples for a rectangle of pixels in a double array, one sample per array element.
getPixels(int, int, int, int, float[]) - Method in class java.awt.image.Raster
Returns a float array containing all samples for a rectangle of pixels, one sample per array element.
getPixels(int, int, int, int, float[], DataBuffer) - Method in class java.awt.image.SampleModel
Returns all samples for a rectangle of pixels in a float array, one sample per array element.
getPixels(int, int, int, int, int[]) - Method in class java.awt.image.Raster
Returns an int array containing all samples for a rectangle of pixels, one sample per array element.
getPixels(int, int, int, int, int[], DataBuffer) - Method in class java.awt.image.SampleModel
Returns all samples for a rectangle of pixels in an int array, one sample per array element.
getPixels(int, int, int, int, int[], DataBuffer) - Method in class java.awt.image.ComponentSampleModel
Returns all samples for the specified rectangle of pixels in an int array, one sample per array element.
getPixels(int, int, int, int, int[], DataBuffer) - Method in class java.awt.image.BandedSampleModel
Returns all samples for the specified rectangle of pixels in an int array, one sample per data array element.
getPixels(int, int, int, int, int[], DataBuffer) - Method in class java.awt.image.SinglePixelPackedSampleModel
Returns all samples for the specified rectangle of pixels in an int array, one sample per array element.
getPixelSize() - Method in class java.awt.image.ColorModel
Returns the number of bits per pixel described by this ColorModel.
getPixelStride() - Method in class java.awt.image.ComponentSampleModel
Returns the pixel stride of this ComponentSampleModel.
getPoint() - Method in class java.awt.event.MouseEvent
Returns the x,y position of the event relative to the source component.
getPoint1() - Method in class java.awt.GradientPaint
Returns a copy of the point P1 that anchors the first color.
getPoint2() - Method in class java.awt.GradientPaint
Returns a copy of the point P2 which anchors the second color.
getPoint2D(Point2D, Point2D) - Method in interface java.awt.image.BufferedImageOp
Returns the location of the destination point given a point in the source image.
getPoint2D(Point2D, Point2D) - Method in class java.awt.image.LookupOp
Returns the location of the destination point given a point in the source.
getPoint2D(Point2D, Point2D) - Method in interface java.awt.image.RasterOp
Returns the location of the destination point given a point in the source Raster.
getPoint2D(Point2D, Point2D) - Method in class java.awt.image.RescaleOp
Returns the location of the destination point given a point in the source.
getPoint2D(Point2D, Point2D) - Method in class java.awt.image.ColorConvertOp
Returns the location of the destination point given a point in the source.
getPoint2D(Point2D, Point2D) - Method in class java.awt.image.BandCombineOp
Returns the location of the corresponding destination point given a point in the source Raster.
getPoint2D(Point2D, Point2D) - Method in class java.awt.image.ConvolveOp
Returns the location of the destination point given a point in the source.
getPoint2D(Point2D, Point2D) - Method in class java.awt.image.AffineTransformOp
Returns the location of the corresponding destination point given a point in the source.
getPointSize(int) - Method in class javax.swing.text.html.StyleSheet
Return the point size, given a size index.
getPointSize(String) - Method in class javax.swing.text.html.StyleSheet
Given a string "+2", "-2", "2".
getPolicy() - Static method in class java.security.Policy
Returns the installed Policy object.
getPopupHeightForRowCount(int) - Method in class javax.swing.plaf.basic.BasicComboPopup
 
getPopupMenu() - Method in class javax.swing.JMenu
Returns the popupmenu associated with this menu
getPort() - Method in class java.net.DatagramSocket
Returns the port for this socket.
getPort() - Method in class java.net.DatagramPacket
Returns the port number on the remote host to which this datagram is being sent or from which the datagram was received.
getPort() - Method in class java.net.Socket
Returns the remote port to which this socket is connected.
getPort() - Method in class java.net.URL
Returns the port number of this URL.
getPort() - Method in class java.net.SocketImpl
Returns the value of this socket's port field.
getPosition() - Method in class java.awt.font.LineBreakMeasurer
Returns the current position of this LineBreakMeasurer.
getPosition() - Method in class javax.swing.text.TabStop
 
getPosition(Component) - Method in class javax.swing.JLayeredPane
Get the relative position of the component within its layer.
getPositionAbove(JTextComponent, int, int) - Static method in class javax.swing.text.Utilities
Determines the position in the model that is closest to the given view location in the row above.
getPositionBelow(JTextComponent, int, int) - Static method in class javax.swing.text.Utilities
Determines the position in the model that is closest to the given view location in the row below.
getPositionsInRange(Vector, int, int) - Method in class javax.swing.text.GapContent
Returns a Vector containing instances of UndoPosRef for the Positions in the range offset to offset + length.
getPositionsInRange(Vector, int, int) - Method in class javax.swing.text.StringContent
Returns a Vector containing instances of UndoPosRef for the Positions in the range offset to offset + length.
getPositivePrefix() - Method in class java.text.DecimalFormat
Get the positive prefix.
getPositiveSuffix() - Method in class java.text.DecimalFormat
Get the positive suffix.
getPrecision(int) - Method in interface java.sql.ResultSetMetaData
Gets a column's number of decimal digits.
getPredefinedCursor(int) - Static method in class java.awt.Cursor
Returns a cursor object with the specified predefined type.
getPreferredButtonSize(AbstractButton, int) - Static method in class javax.swing.plaf.basic.BasicGraphicsUtils
 
getPreferredHeight() - Method in class javax.swing.tree.AbstractLayoutCache
Returns the preferred height.
getPreferredHorizontalSize() - Method in class javax.swing.plaf.basic.BasicSliderUI
 
getPreferredInnerHorizontal() - Method in class javax.swing.plaf.basic.BasicProgressBarUI
 
getPreferredInnerVertical() - Method in class javax.swing.plaf.basic.BasicProgressBarUI
 
getPreferredMenuItemSize(JComponent, Icon, Icon, int) - Method in class javax.swing.plaf.basic.BasicMenuItemUI
 
getPreferredMinSize() - Method in class javax.swing.plaf.basic.BasicTreeUI
Returns the minimum preferred size.
getPreferredScrollableViewportSize() - Method in class javax.swing.JTree
Returns the preferred display size of a JTree.
getPreferredScrollableViewportSize() - Method in class javax.swing.JTextArea
Returns the preferred size of the viewport if this component is embedded in a JScrollPane.
getPreferredScrollableViewportSize() - Method in interface javax.swing.Scrollable
Returns the preferred size of the viewport for a view component.
getPreferredScrollableViewportSize() - Method in class javax.swing.JTable
Returns the preferred size of the viewport for this table.
getPreferredScrollableViewportSize() - Method in class javax.swing.JList
Compute the size of the viewport needed to display visibleRowCount rows.
getPreferredScrollableViewportSize() - Method in class javax.swing.text.JTextComponent
Returns the preferred size of the viewport for a view component.
getPreferredSize() - Method in class java.awt.Component
Gets the preferred size of this component.
getPreferredSize() - Method in class java.awt.Container
Returns the preferred size of this container.
getPreferredSize() - Method in class java.awt.TextField
Gets the preferred size of this text field.
getPreferredSize() - Method in class java.awt.TextArea
Determines the preferred size of this text area.
getPreferredSize() - Method in class java.awt.List
Gets the preferred size of this scrolling list.
getPreferredSize() - Method in class javax.swing.JComponent
If the preferredSize has been set to a non-null value just return it.
getPreferredSize() - Method in class javax.swing.JEditorPane
The preferred size for JEditorPane is slightly altered from the preferred size of the superclass.
getPreferredSize() - Method in class javax.swing.JTextField
Returns the preferred size Dimensions needed for this TextField.
getPreferredSize() - Method in class javax.swing.JToolBar.Separator
Return the preferred size for the separator
getPreferredSize() - Method in class javax.swing.JTextArea
Returns the preferred size of the TextArea.
getPreferredSize() - Method in class javax.swing.Box.Filler
Returns the preferred size of the component.
getPreferredSize() - Method in class javax.swing.tree.DefaultTreeCellEditor.DefaultTextField
Overrides JTextField.getPreferredSize to return the preferred size based on current font, if set, or else use renderer's font.
getPreferredSize() - Method in class javax.swing.tree.DefaultTreeCellEditor.EditorContainer
Returns the preferred size for the Container.
getPreferredSize() - Method in class javax.swing.tree.DefaultTreeCellRenderer
Overrides JComponent.getPreferredSize to return slightly wider preferred size value.
getPreferredSize() - Method in class javax.swing.plaf.basic.BasicSplitPaneDivider
Returns dividerSize x dividerSize
getPreferredSize() - Method in class javax.swing.plaf.basic.BasicComboBoxRenderer
 
getPreferredSize() - Method in class javax.swing.plaf.basic.BasicArrowButton
 
getPreferredSize() - Method in class javax.swing.plaf.metal.MetalScrollButton
 
getPreferredSize(int) - Method in class java.awt.TextField
Gets the preferred size of this text field with the specified number of columns.
getPreferredSize(int) - Method in class java.awt.List
Gets the preferred dimensions for a list with the specified number of rows.
getPreferredSize(int, int) - Method in class java.awt.TextArea
Determines the preferred size of a text area with the specified number of rows and columns.
getPreferredSize(JComponent) - Method in class javax.swing.plaf.ComponentUI
 
getPreferredSize(JComponent) - Method in class javax.swing.plaf.basic.BasicTextUI
Gets the preferred size for the editor component.
getPreferredSize(JComponent) - Method in class javax.swing.plaf.basic.BasicOptionPaneUI
If c is the JOptionPane the reciever is contained in, the preferred size that is returned is the maximum of the preferred size of the LayoutManager for the JOptionPane, and getMinimumOptionPaneSize.
getPreferredSize(JComponent) - Method in class javax.swing.plaf.basic.BasicDesktopPaneUI
 
getPreferredSize(JComponent) - Method in class javax.swing.plaf.basic.BasicMenuItemUI
 
getPreferredSize(JComponent) - Method in class javax.swing.plaf.basic.BasicSeparatorUI
 
getPreferredSize(JComponent) - Method in class javax.swing.plaf.basic.BasicToolBarSeparatorUI
 
getPreferredSize(JComponent) - Method in class javax.swing.plaf.basic.BasicTableUI
Return the preferred size of the table.
getPreferredSize(JComponent) - Method in class javax.swing.plaf.basic.BasicTabbedPaneUI
 
getPreferredSize(JComponent) - Method in class javax.swing.plaf.basic.BasicDesktopIconUI
 
getPreferredSize(JComponent) - Method in class javax.swing.plaf.basic.BasicListUI
The preferredSize of a list is total height of the rows and the maximum width of the cells.
getPreferredSize(JComponent) - Method in class javax.swing.plaf.basic.BasicToolBarUI
 
getPreferredSize(JComponent) - Method in class javax.swing.plaf.basic.BasicSliderUI
 
getPreferredSize(JComponent) - Method in class javax.swing.plaf.basic.BasicToolTipUI
 
getPreferredSize(JComponent) - Method in class javax.swing.plaf.basic.BasicSplitPaneUI
Returns the preferred size for the passed in component, This is passed off to the current layoutmanager.
getPreferredSize(JComponent) - Method in class javax.swing.plaf.basic.BasicButtonUI
 
getPreferredSize(JComponent) - Method in class javax.swing.plaf.basic.BasicProgressBarUI
 
getPreferredSize(JComponent) - Method in class javax.swing.plaf.basic.BasicRadioButtonUI
The preferred size of the radio button
getPreferredSize(JComponent) - Method in class javax.swing.plaf.basic.BasicPopupMenuSeparatorUI
 
getPreferredSize(JComponent) - Method in class javax.swing.plaf.basic.BasicTreeUI
Returns the preferred size to properly display the tree, this is a cover method for getPreferredSize(c, false).
getPreferredSize(JComponent) - Method in class javax.swing.plaf.basic.BasicMenuBarUI
 
getPreferredSize(JComponent) - Method in class javax.swing.plaf.basic.BasicTableHeaderUI
Return the preferred size of the header.
getPreferredSize(JComponent) - Method in class javax.swing.plaf.basic.BasicScrollBarUI
A vertical scrollbars preferred width is the maximum of preferred widths of the (non null) increment/decrement buttons, and the minimum width of the thumb.
getPreferredSize(JComponent) - Method in class javax.swing.plaf.basic.BasicLabelUI
 
getPreferredSize(JComponent) - Method in class javax.swing.plaf.basic.BasicPopupMenuUI
 
getPreferredSize(JComponent) - Method in class javax.swing.plaf.basic.BasicComboBoxUI
 
getPreferredSize(JComponent) - Method in class javax.swing.plaf.basic.BasicInternalFrameUI
 
getPreferredSize(JComponent) - Method in class javax.swing.plaf.basic.BasicScrollPaneUI
 
getPreferredSize(JComponent) - Method in class javax.swing.plaf.metal.MetalFileChooserUI
 
getPreferredSize(JComponent) - Method in class javax.swing.plaf.metal.MetalDesktopIconUI
 
getPreferredSize(JComponent) - Method in class javax.swing.plaf.metal.MetalSeparatorUI
 
getPreferredSize(JComponent) - Method in class javax.swing.plaf.metal.MetalScrollBarUI
 
getPreferredSize(JComponent) - Method in class javax.swing.plaf.metal.MetalPopupMenuSeparatorUI
 
getPreferredSize(JComponent) - Method in class javax.swing.plaf.metal.MetalToolTipUI
 
getPreferredSize(JComponent) - Method in class javax.swing.plaf.multi.MultiColorChooserUI
Call getPreferredSize on each UI handled by this MultiUI.
getPreferredSize(JComponent) - Method in class javax.swing.plaf.multi.MultiTabbedPaneUI
Call getPreferredSize on each UI handled by this MultiUI.
getPreferredSize(JComponent) - Method in class javax.swing.plaf.multi.MultiViewportUI
Call getPreferredSize on each UI handled by this MultiUI.
getPreferredSize(JComponent) - Method in class javax.swing.plaf.multi.MultiSliderUI
Call getPreferredSize on each UI handled by this MultiUI.
getPreferredSize(JComponent) - Method in class javax.swing.plaf.multi.MultiToolBarUI
Call getPreferredSize on each UI handled by this MultiUI.
getPreferredSize(JComponent) - Method in class javax.swing.plaf.multi.MultiTableUI
Call getPreferredSize on each UI handled by this MultiUI.
getPreferredSize(JComponent) - Method in class javax.swing.plaf.multi.MultiMenuItemUI
Call getPreferredSize on each UI handled by this MultiUI.
getPreferredSize(JComponent) - Method in class javax.swing.plaf.multi.MultiTextUI
Call getPreferredSize on each UI handled by this MultiUI.
getPreferredSize(JComponent) - Method in class javax.swing.plaf.multi.MultiToolTipUI
Call getPreferredSize on each UI handled by this MultiUI.
getPreferredSize(JComponent) - Method in class javax.swing.plaf.multi.MultiProgressBarUI
Call getPreferredSize on each UI handled by this MultiUI.
getPreferredSize(JComponent) - Method in class javax.swing.plaf.multi.MultiScrollPaneUI
Call getPreferredSize on each UI handled by this MultiUI.
getPreferredSize(JComponent) - Method in class javax.swing.plaf.multi.MultiPanelUI
Call getPreferredSize on each UI handled by this MultiUI.
getPreferredSize(JComponent) - Method in class javax.swing.plaf.multi.MultiListUI
Call getPreferredSize on each UI handled by this MultiUI.
getPreferredSize(JComponent) - Method in class javax.swing.plaf.multi.MultiLabelUI
Call getPreferredSize on each UI handled by this MultiUI.
getPreferredSize(JComponent) - Method in class javax.swing.plaf.multi.MultiSplitPaneUI
Call getPreferredSize on each UI handled by this MultiUI.
getPreferredSize(JComponent) - Method in class javax.swing.plaf.multi.MultiOptionPaneUI
Call getPreferredSize on each UI handled by this MultiUI.
getPreferredSize(JComponent) - Method in class javax.swing.plaf.multi.MultiComboBoxUI
Call getPreferredSize on each UI handled by this MultiUI.
getPreferredSize(JComponent) - Method in class javax.swing.plaf.multi.MultiTableHeaderUI
Call getPreferredSize on each UI handled by this MultiUI.
getPreferredSize(JComponent) - Method in class javax.swing.plaf.multi.MultiMenuBarUI
Call getPreferredSize on each UI handled by this MultiUI.
getPreferredSize(JComponent) - Method in class javax.swing.plaf.multi.MultiSeparatorUI
Call getPreferredSize on each UI handled by this MultiUI.
getPreferredSize(JComponent) - Method in class javax.swing.plaf.multi.MultiFileChooserUI
Call getPreferredSize on each UI handled by this MultiUI.
getPreferredSize(JComponent) - Method in class javax.swing.plaf.multi.MultiDesktopPaneUI
Call getPreferredSize on each UI handled by this MultiUI.
getPreferredSize(JComponent) - Method in class javax.swing.plaf.multi.MultiScrollBarUI
Call getPreferredSize on each UI handled by this MultiUI.
getPreferredSize(JComponent) - Method in class javax.swing.plaf.multi.MultiButtonUI
Call getPreferredSize on each UI handled by this MultiUI.
getPreferredSize(JComponent) - Method in class javax.swing.plaf.multi.MultiPopupMenuUI
Call getPreferredSize on each UI handled by this MultiUI.
getPreferredSize(JComponent) - Method in class javax.swing.plaf.multi.MultiTreeUI
Call getPreferredSize on each UI handled by this MultiUI.
getPreferredSize(JComponent) - Method in class javax.swing.plaf.multi.MultiDesktopIconUI
Call getPreferredSize on each UI handled by this MultiUI.
getPreferredSize(JComponent) - Method in class javax.swing.plaf.multi.MultiInternalFrameUI
Call getPreferredSize on each UI handled by this MultiUI.
getPreferredSize(JComponent, boolean) - Method in class javax.swing.plaf.basic.BasicTreeUI
Returns the preferred size to represent the tree in c.
getPreferredSizeOfComponent(Component) - Method in class javax.swing.plaf.basic.BasicSplitPaneUI.BasicHorizontalLayoutManager
Returns the width of the passed in Components preferred size.
getPreferredSizeOfComponent(Component) - Method in class javax.swing.plaf.basic.BasicSplitPaneUI.BasicVerticalLayoutManager
Returns the height of the passed in Components preferred size.
getPreferredSpan(int) - Method in class javax.swing.text.View
Determines the preferred span for this view along an axis.
getPreferredSpan(int) - Method in class javax.swing.text.IconView
Determines the preferred span for this view along an axis.
getPreferredSpan(int) - Method in class javax.swing.text.PlainView
Determines the preferred span for this view along an axis.
getPreferredSpan(int) - Method in class javax.swing.text.FieldView
Determines the preferred span for this view along an axis.
getPreferredSpan(int) - Method in class javax.swing.text.LabelView
Determines the preferred span for this view along an axis.
getPreferredSpan(int) - Method in class javax.swing.text.BoxView
Determines the preferred span for this view along an axis.
getPreferredSpan(int) - Method in class javax.swing.text.WrappedPlainView
Determines the preferred span for this view along an axis.
getPreferredSpan(int) - Method in class javax.swing.text.ComponentView
Determines the preferred span for this view along an axis.
getPreferredSpan(int) - Method in class javax.swing.text.html.ParagraphView
Determines the preferred span for this view.
getPreferredVerticalSize() - Method in class javax.swing.plaf.basic.BasicSliderUI
 
getPreferredWidth() - Method in class javax.swing.table.TableColumn
Returns the preferred width of the TableColumn.
getPreferredWidth(Rectangle) - Method in class javax.swing.tree.AbstractLayoutCache
Returns the preferred width for the passed in region.
getPreferredWidth(Rectangle) - Method in class javax.swing.tree.VariableHeightLayoutCache
Returns the preferred width and height for the region in visibleRegion.
getPresentationName() - Method in class javax.swing.text.AbstractDocument.DefaultDocumentEvent
Provides a localized, human readable description of this edit suitable for use in, say, a change log.
getPresentationName() - Method in class javax.swing.undo.AbstractUndoableEdit
This default implementation returns "".
getPresentationName() - Method in class javax.swing.undo.CompoundEdit
Returns getPresentationName from the last UndoableEdit added to edits.
getPresentationName() - Method in class javax.swing.undo.StateEdit
Gets the presentation name for this edit
getPresentationName() - Method in interface javax.swing.undo.UndoableEdit
Provide a localized, human readable description of this edit suitable for use in, say, a change log.
getPreservesUnknownTags() - Method in class javax.swing.text.html.HTMLDocument
 
getPressedIcon() - Method in class javax.swing.AbstractButton
Returns the pressed icon for the button.
getPreviewPanel() - Method in class javax.swing.JColorChooser
Returns the preview panel that shows a chosen color.
getPreviewPanel() - Static method in class javax.swing.colorchooser.ColorChooserComponentFactory
 
getPreviousBounds(JInternalFrame) - Method in class javax.swing.DefaultDesktopManager
 
getPreviousLeaf() - Method in class javax.swing.tree.DefaultMutableTreeNode
Returns the leaf before this node or null if this node is the first leaf in the tree.
getPreviousNode() - Method in class javax.swing.tree.DefaultMutableTreeNode
Returns the node that precedes this node in a preorder traversal of this node's tree.
getPreviousSibling() - Method in class javax.swing.tree.DefaultMutableTreeNode
Returns the previous sibling of this node in the parent's children array.
getPreviousTabIndex(int) - Method in class javax.swing.plaf.basic.BasicTabbedPaneUI
 
getPreviousWord(JTextComponent, int) - Static method in class javax.swing.text.Utilities
Determine the start of the prev word for the given location.
getPrimary1() - Method in class javax.swing.plaf.metal.MetalTheme
 
getPrimary1() - Method in class javax.swing.plaf.metal.DefaultMetalTheme
 
getPrimary2() - Method in class javax.swing.plaf.metal.MetalTheme
 
getPrimary2() - Method in class javax.swing.plaf.metal.DefaultMetalTheme
 
getPrimary3() - Method in class javax.swing.plaf.metal.MetalTheme
 
getPrimary3() - Method in class javax.swing.plaf.metal.DefaultMetalTheme
 
getPrimaryControl() - Static method in class javax.swing.plaf.metal.MetalLookAndFeel
 
getPrimaryControl() - Method in class javax.swing.plaf.metal.MetalTheme
 
getPrimaryControlDarkShadow() - Static method in class javax.swing.plaf.metal.MetalLookAndFeel
 
getPrimaryControlDarkShadow() - Method in class javax.swing.plaf.metal.MetalTheme
 
getPrimaryControlHighlight() - Static method in class javax.swing.plaf.metal.MetalLookAndFeel
 
getPrimaryControlHighlight() - Method in class javax.swing.plaf.metal.MetalTheme
 
getPrimaryControlInfo() - Static method in class javax.swing.plaf.metal.MetalLookAndFeel
 
getPrimaryControlInfo() - Method in class javax.swing.plaf.metal.MetalTheme
 
getPrimaryControlShadow() - Static method in class javax.swing.plaf.metal.MetalLookAndFeel
 
getPrimaryControlShadow() - Method in class javax.swing.plaf.metal.MetalTheme
 
getPrimaryKeys(String, String, String) - Method in interface java.sql.DatabaseMetaData
Gets a description of a table's primary key columns.
getPrimaryType() - Method in class java.awt.datatransfer.DataFlavor
 
getPrimeExponentP() - Method in interface java.security.interfaces.RSAPrivateCrtKey
Returns the primeExponentP.
getPrimeExponentP() - Method in class java.security.spec.RSAPrivateCrtKeySpec
Returns the primeExponentP.
getPrimeExponentQ() - Method in interface java.security.interfaces.RSAPrivateCrtKey
Returns the primeExponentQ.
getPrimeExponentQ() - Method in class java.security.spec.RSAPrivateCrtKeySpec
Returns the primeExponentQ.
getPrimeP() - Method in interface java.security.interfaces.RSAPrivateCrtKey
Returns the primeP.
getPrimeP() - Method in class java.security.spec.RSAPrivateCrtKeySpec
Returns the primeP.
getPrimeQ() - Method in interface java.security.interfaces.RSAPrivateCrtKey
Returns the primeQ.
getPrimeQ() - Method in class java.security.spec.RSAPrivateCrtKeySpec
Returns the primeQ.
getPrincipal() - Method in interface java.security.Certificate
Deprecated. Returns the principal of the principal-key pair being guaranteed by the guarantor.
getPrincipal() - Method in interface java.security.acl.AclEntry
Returns the principal for which permissions are granted or denied by this ACL entry.
getPrintable(int) - Method in class java.awt.print.Book
Returns the Printable instance responsible for rendering the page specified by pageIndex.
getPrintable(int) - Method in interface java.awt.print.Pageable
Returns the Printable instance responsible for rendering the page specified by pageIndex.
getPrinterJob() - Method in interface java.awt.print.PrinterGraphics
Returns the PrinterJob that is controlling the current rendering request.
getPrinterJob() - Static method in class java.awt.print.PrinterJob
Creates and returns a PrinterJob.
getPrintJob() - Method in interface java.awt.PrintGraphics
Returns the PrintJob object from which this PrintGraphics object originated.
getPrintJob(Frame, String, Properties) - Method in class java.awt.Toolkit
Gets a PrintJob object which is the result of initiating a print operation on the toolkit's platform.
getPriority() - Method in class java.lang.Thread
Returns this thread's priority.
getPrivate() - Method in class java.security.KeyPair
Returns a reference to the private key component of this key pair.
getPrivateExponent() - Method in interface java.security.interfaces.RSAPrivateKey
Returns the private exponent.
getPrivateExponent() - Method in class java.security.spec.RSAPrivateKeySpec
Returns the private exponent.
getPrivateKey() - Method in class java.security.Signer
Deprecated. Returns this signer's private key.
getProcedureColumns(String, String, String, String) - Method in interface java.sql.DatabaseMetaData
Gets a description of a catalog's stored procedure parameters and result columns.
getProcedures(String, String, String) - Method in interface java.sql.DatabaseMetaData
Gets a description of the stored procedures available in a catalog.
getProcedureTerm() - Method in interface java.sql.DatabaseMetaData
What's the database vendor's preferred term for "procedure"?
getProfile() - Method in class java.awt.color.ICC_ColorSpace
Returns the ICC_Profile for this ICC_ColorSpace.
getProfileClass() - Method in class java.awt.color.ICC_Profile
Returns the profile class.
getProgressMonitor() - Method in class javax.swing.ProgressMonitorInputStream
Get the ProgressMonitor object being used by this stream.
getPropagatedFrom() - Method in class java.beans.beancontext.BeanContextEvent
 
getPropagationId() - Method in class java.beans.PropertyChangeEvent
The "propagationId" field is reserved for future use.
getProperties() - Static method in class java.lang.System
Determines the current system properties.
getProperty(Object) - Method in class javax.swing.text.AbstractDocument
A convenience method for looking up a property value.
getProperty(Object) - Method in interface javax.swing.text.Document
Gets properties associated with the document.
getProperty(ParameterBlock, String) - Method in interface java.awt.image.renderable.ContextualRenderedImageFactory
Gets the appropriate instance of the property specified by the name parameter.
getProperty(String) - Method in class java.awt.image.BufferedImage
Returns a property of the image by name.
getProperty(String) - Method in interface java.awt.image.RenderedImage
Gets a property from the property set of this image.
getProperty(String) - Method in class java.awt.image.renderable.RenderableImageOp
Gets a property from the property set of this image.
getProperty(String) - Method in interface java.awt.image.renderable.RenderableImage
Gets a property from the property set of this image.
getProperty(String) - Static method in class java.lang.System
Gets the system property indicated by the specified key.
getProperty(String) - Static method in class java.security.Security
Gets a security property value.
getProperty(String) - Method in class java.util.Properties
Searches for the property with the specified key in this property list.
getProperty(String, ImageObserver) - Method in class java.awt.Image
Gets a property of this image by name.
getProperty(String, ImageObserver) - Method in class java.awt.image.BufferedImage
Returns a property of the image by name.
getProperty(String, String) - Static method in class java.awt.Toolkit
Gets a property with the specified key and default.
getProperty(String, String) - Static method in class java.lang.System
Gets the system property indicated by the specified key.
getProperty(String, String) - Method in class java.util.Properties
Searches for the property with the specified key in this property list.
getPropertyChangeEvent() - Method in class java.beans.PropertyVetoException
Gets the vetoed PropertyChangeEvent.
getPropertyDescriptors() - Method in interface java.beans.BeanInfo
Gets the beans PropertyDescriptors.
getPropertyDescriptors() - Method in class java.beans.SimpleBeanInfo
Deny knowledge of properties.
getPropertyEditorClass() - Method in class java.beans.PropertyDescriptor
Gets any explicit PropertyEditor Class that has been registered for this property.
getPropertyInfo(String, Properties) - Method in interface java.sql.Driver
Gets information about the possible properties for this driver.
getPropertyName() - Method in class java.beans.PropertyChangeEvent
Gets the programmatic name of the property that was changed.
getPropertyNames() - Method in class java.awt.image.BufferedImage
Returns an array of names recognized by getProperty(String) or null, if no property names are recognized.
getPropertyNames() - Method in interface java.awt.image.RenderedImage
Returns an array of names recognized by getProperty(String) or null, if no property names are recognized.
getPropertyNames() - Method in interface java.awt.image.renderable.ContextualRenderedImageFactory
Returns a list of names recognized by getProperty.
getPropertyNames() - Method in class java.awt.image.renderable.RenderableImageOp
Return a list of names recognized by getProperty.
getPropertyNames() - Method in interface java.awt.image.renderable.RenderableImage
Returns a list of names recognized by getProperty.
getPropertyOverrides() - Method in class java.rmi.activation.ActivationGroupDesc
Returns the group's property-override list.
getPropertyPrefix() - Method in class javax.swing.plaf.basic.BasicTextUI
Gets the name used as a key to look up properties through the UIManager.
getPropertyPrefix() - Method in class javax.swing.plaf.basic.BasicMenuItemUI
 
getPropertyPrefix() - Method in class javax.swing.plaf.basic.BasicCheckBoxMenuItemUI
 
getPropertyPrefix() - Method in class javax.swing.plaf.basic.BasicRadioButtonMenuItemUI
 
getPropertyPrefix() - Method in class javax.swing.plaf.basic.BasicTextAreaUI
Fetches the name used as a key to look up properties through the UIManager.
getPropertyPrefix() - Method in class javax.swing.plaf.basic.BasicTextFieldUI
Fetches the name used as a key to lookup properties through the UIManager.
getPropertyPrefix() - Method in class javax.swing.plaf.basic.BasicButtonUI
 
getPropertyPrefix() - Method in class javax.swing.plaf.basic.BasicToggleButtonUI
 
getPropertyPrefix() - Method in class javax.swing.plaf.basic.BasicPasswordFieldUI
Fetches the name used as a key to look up properties through the UIManager.
getPropertyPrefix() - Method in class javax.swing.plaf.basic.BasicRadioButtonUI
 
getPropertyPrefix() - Method in class javax.swing.plaf.basic.BasicEditorPaneUI
Fetches the name used as a key to lookup properties through the UIManager.
getPropertyPrefix() - Method in class javax.swing.plaf.basic.BasicTextPaneUI
Fetches the name used as a key to lookup properties through the UIManager.
getPropertyPrefix() - Method in class javax.swing.plaf.basic.BasicCheckBoxUI
 
getPropertyPrefix() - Method in class javax.swing.plaf.basic.BasicMenuUI
 
getPropertyPrefix() - Method in class javax.swing.plaf.metal.MetalCheckBoxUI
 
getPropertyType() - Method in class java.beans.PropertyDescriptor
Gets the Class object for the property.
getProtectionDomain() - Method in class java.lang.Class
Returns the ProtectionDomain of this class.
getProtocol() - Method in class java.net.URL
Returns the protocol name this URL.
getPrototypeCellValue() - Method in class javax.swing.JList
Returns the cell width of the "prototypical cell" -- a cell used for the calculation of cell widths, because it has the same value as all other list items, instead of forcing the calculation to inspect every item in the list.
getProvider() - Method in class java.security.AlgorithmParameters
Returns the provider of this parameter object.
getProvider() - Method in class java.security.SecureRandom
Returns the provider of this SecureRandom object.
getProvider() - Method in class java.security.MessageDigest
Returns the provider of this message digest object.
getProvider() - Method in class java.security.KeyPairGenerator
Returns the provider of this key pair generator object.
getProvider() - Method in class java.security.AlgorithmParameterGenerator
Returns the provider of this algorithm parameter generator object.
getProvider() - Method in class java.security.KeyStore
Returns the provider of this keystore.
getProvider() - Method in class java.security.KeyFactory
Returns the provider of this key factory object.
getProvider() - Method in class java.security.Signature
Returns the provider of this signature object.
getProvider() - Method in class java.security.cert.CertificateFactory
Returns the provider of this certificate factory.
getProvider(String) - Static method in class java.security.Security
Returns the provider installed with the specified name, if any.
getProviders() - Static method in class java.security.Security
Returns an array containing all the installed providers.
getPSName() - Method in class java.awt.Font
Returns the postscript name of this Font.
getPublic() - Method in class java.security.KeyPair
Returns a reference to the public key component of this key pair.
getPublicExponent() - Method in interface java.security.interfaces.RSAPrivateCrtKey
Returns the public exponent.
getPublicExponent() - Method in interface java.security.interfaces.RSAPublicKey
Returns the public exponent.
getPublicExponent() - Method in class java.security.spec.RSAPublicKeySpec
Returns the public exponent.
getPublicExponent() - Method in class java.security.spec.RSAPrivateCrtKeySpec
Returns the public exponent.
getPublicKey() - Method in class java.security.Identity
Deprecated. Returns this identity's public key.
getPublicKey() - Method in interface java.security.Certificate
Deprecated. Returns the key of the principal-key pair being guaranteed by the guarantor.
getPublicKey() - Method in class java.security.cert.Certificate
Gets the public key from this certificate.
getQ() - Method in interface java.security.interfaces.DSAParams
Returns the subprime, q.
getQ() - Method in class java.security.spec.DSAParameterSpec
Returns the sub-prime q.
getQ() - Method in class java.security.spec.DSAPublicKeySpec
Returns the sub-prime q.
getQ() - Method in class java.security.spec.DSAPrivateKeySpec
Returns the sub-prime q.
getQueryTimeout() - Method in interface java.sql.Statement
Retrieves the number of seconds the driver will wait for a Statement to execute.
getRadioButtonIcon() - Static method in class javax.swing.plaf.basic.BasicIconFactory
 
getRadioButtonIcon() - Static method in class javax.swing.plaf.metal.MetalIconFactory
 
getRadioButtonMenuItemIcon() - Static method in class javax.swing.plaf.basic.BasicIconFactory
 
getRadioButtonMenuItemIcon() - Static method in class javax.swing.plaf.metal.MetalIconFactory
 
getRaisedBevelBorderUIResource() - Static method in class javax.swing.plaf.BorderUIResource
 
getRaster() - Method in class java.awt.image.BufferedImage
Returns the WritableRaster.
getRaster(int, int, int, int) - Method in interface java.awt.PaintContext
Returns a Raster containing the colors generated for the graphics operation.
getRawOffset() - Method in class java.util.TimeZone
Gets unmodified offset, NOT modified in case of daylight savings.
getRawOffset() - Method in class java.util.SimpleTimeZone
Overrides TimeZone Gets the GMT offset for this time zone.
getRead() - Method in class java.sql.DataTruncation
Indicates whether or not the value was truncated on a read.
getReader(int) - Method in class javax.swing.text.html.HTMLDocument
Fetch the reader for the parser to use to load the document with html.
getReader(int, int, int, HTML.Tag) - Method in class javax.swing.text.html.HTMLDocument
Fetch the reader for the parser to use to load the document with html.
getReadMethod() - Method in class java.beans.PropertyDescriptor
Gets the method that should be used to read the property value.
getReceiveBufferSize() - Method in class java.net.DatagramSocket
Get value of the SO_RCVBUF option for this socket, that is the buffer size used by the platform for input on the this Socket.
getReceiveBufferSize() - Method in class java.net.Socket
Get value of the SO_RCVBUF option for this socket, that is the buffer size used by the platform for input on the this Socket.
getRecursionLimit() - Method in class java.awt.geom.FlatteningPathIterator
Returns the recursion limit of this iterator.
getRed() - Method in class java.awt.Color
Returns the red component.
getRed(int) - Method in class java.awt.image.ColorModel
Returns the red color component for the specified pixel, scaled from 0 to 255 in the default RGB ColorSpace, sRGB.
getRed(int) - Method in class java.awt.image.DirectColorModel
Returns the red color component for the specified pixel, scaled from 0 to 255 in the default RGB ColorSpace, sRGB.
getRed(int) - Method in class java.awt.image.ComponentColorModel
Returns the red color component for the specified pixel, scaled from 0 to 255 in the default RGB ColorSpace, sRGB.
getRed(int) - Method in class java.awt.image.IndexColorModel
Returns the red color component for the specified pixel, scaled from 0 to 255 in the default RGB ColorSpace, sRGB.
getRed(Object) - Method in class java.awt.image.ColorModel
Returns the red color component for the specified pixel, scaled from 0 to 255 in the default RGB ColorSpace, sRGB.
getRed(Object) - Method in class java.awt.image.DirectColorModel
Returns the red color component for the specified pixel, scaled from 0 to 255 in the default RGB ColorSpace, sRGB.
getRed(Object) - Method in class java.awt.image.ComponentColorModel
Returns the red color component for the specified pixel, scaled from 0 to 255 in the default RGB ColorSpace, sRGB.
getRedMask() - Method in class java.awt.image.DirectColorModel
Returns the mask indicating which bits in an int pixel representation contain the red color component.
getRedoPresentationName() - Method in class javax.swing.text.AbstractDocument.DefaultDocumentEvent
Provides a localized, human readable description of the redoable form of this edit, e.g.
getRedoPresentationName() - Method in class javax.swing.undo.AbstractUndoableEdit
If getPresentationName() returns "", returns AbstractUndoableEdit.RedoName.
getRedoPresentationName() - Method in class javax.swing.undo.CompoundEdit
Returns getRedoPresentationName from the last UndoableEdit added to edits.
getRedoPresentationName() - Method in interface javax.swing.undo.UndoableEdit
Provide a localized, human readable description of the redoable form of this edit, e.g.
getRedoPresentationName() - Method in class javax.swing.undo.UndoManager
If inProgress, returns getRedoPresentationName of the significant edit that will be redone when redo() is invoked.
getReds(byte[]) - Method in class java.awt.image.IndexColorModel
Copies the array of red color components into the given array.
getRef() - Method in class java.net.URL
Returns the anchor (also known as the "reference") of this URL.
getRef() - Method in class java.rmi.server.RemoteObject
Returns the remote reference for the remote object.
getRef(int) - Method in interface java.sql.ResultSet
JDBC 2.0 Gets a REF(<structured-type>) column value from the current row.
getRef(int) - Method in interface java.sql.CallableStatement
JDBC 2.0 Gets the value of a JDBC REF(<structured-type>) parameter as a Ref object in the Java programming language.
getRef(String) - Method in interface java.sql.ResultSet
JDBC 2.0 Gets a REF(<structured-type>) column value from the current row.
getRefClass(ObjectOutput) - Method in interface java.rmi.server.RemoteRef
Returns the class name of the ref type to be serialized onto the stream 'out'.
getRegisteredKeyStrokes() - Method in class javax.swing.JComponent
Return the KeyStrokes that will initiate registered actions.
getRegistry() - Static method in class java.rmi.registry.LocateRegistry
Returns a reference to the the remote object Registry for the local host on the default registry port of 1099.
getRegistry(int) - Static method in class java.rmi.registry.LocateRegistry
Returns a reference to the the remote object Registry for the local host on the specified port.
getRegistry(String) - Static method in class java.rmi.registry.LocateRegistry
Returns a reference to the remote object Registry on the specified host on the default registry port of 1099.
getRegistry(String, int) - Static method in class java.rmi.registry.LocateRegistry
Returns a reference to the remote object Registry on the specified host and port.
getRegistry(String, int, RMIClientSocketFactory) - Static method in class java.rmi.registry.LocateRegistry
Returns a locally created remote reference to the remote object Registry on the specified host and port.
getRemaining() - Method in class java.util.zip.Inflater
Returns the total number of bytes remaining in the input buffer.
getRemoveListenerMethod() - Method in class java.beans.EventSetDescriptor
Gets the method used to remove event listeners.
getRenderableSource(int) - Method in class java.awt.image.renderable.ParameterBlock
A convenience method to return a source as a RenderableImage.
getRenderedSource(int) - Method in class java.awt.image.renderable.ParameterBlock
A convenience method to return a source as a RenderedImage.
getRenderer() - Method in class javax.swing.JComboBox
Returns the renderer used to display the selected item in the JComboBox field.
getRenderingHint(RenderingHints.Key) - Method in class java.awt.Graphics2D
Returns the value of a single preference for the rendering algorithms.
getRenderingHints() - Method in class java.awt.Graphics2D
Gets the preferences for the rendering algorithms.
getRenderingHints() - Method in interface java.awt.image.BufferedImageOp
Returns the rendering hints for this BufferedImageOp.
getRenderingHints() - Method in class java.awt.image.LookupOp
Returns the rendering hints for this op.
getRenderingHints() - Method in interface java.awt.image.RasterOp
Returns the rendering hints for this RasterOp.
getRenderingHints() - Method in class java.awt.image.RescaleOp
Returns the rendering hints for this op.
getRenderingHints() - Method in class java.awt.image.ColorConvertOp
Returns the rendering hints used by this op.
getRenderingHints() - Method in class java.awt.image.BandCombineOp
Returns the rendering hints for this operation.
getRenderingHints() - Method in class java.awt.image.ConvolveOp
Returns the rendering hints for this op.
getRenderingHints() - Method in class java.awt.image.AffineTransformOp
Returns the rendering hints used by this transform operation.
getRenderingHints() - Method in class java.awt.image.renderable.RenderContext
Gets the rendering hints of this RenderContext.
getReorderingAllowed() - Method in class javax.swing.table.JTableHeader
Returns true if the receiver allows the user to rearrange columns by dragging their headers, false otherwise.
getRepresentationClass() - Method in class java.awt.datatransfer.DataFlavor
Returns the Class which objects supporting this DataFlavor will return when this DataFlavor is requested.
getRequestingPort() - Method in class java.net.Authenticator
 
getRequestingPrompt() - Method in class java.net.Authenticator
 
getRequestingProtocol() - Method in class java.net.Authenticator
Give the protocol that's requesting the connection.
getRequestingScheme() - Method in class java.net.Authenticator
 
getRequestingSite() - Method in class java.net.Authenticator
 
getRequestMethod() - Method in class java.net.HttpURLConnection
Get the request method.
getRequestProperty(String) - Method in class java.net.URLConnection
Returns the value of the named general request property for this connection.
getReshowDelay() - Method in class javax.swing.ToolTipManager
Returns the reshow delay value.
getResizable() - Method in class javax.swing.table.TableColumn
Returns true if the user is allowed to resize the TableColumn width, false otherwise.
getResizeWeight(int) - Method in class javax.swing.text.View
Determines the resizability of the view along the given axis.
getResizeWeight(int) - Method in class javax.swing.text.FieldView
Determines the resizability of the view along the given axis.
getResizeWeight(int) - Method in class javax.swing.text.BoxView
Gets the resize weight.
getResizeWeight(int) - Method in class javax.swing.text.TableView.TableRow
Determines the resizability of the view along the given axis.
getResizeWeight(int) - Method in class javax.swing.text.html.BlockView
Gets the resize weight.
getResizingAllowed() - Method in class javax.swing.table.JTableHeader
Returns true if the receiver allows the user to resize columns by dragging between their headers, false otherwise.
getResizingColumn() - Method in class javax.swing.table.JTableHeader
Returns the resizing column.
getResolveParent() - Method in interface javax.swing.text.AttributeSet
Gets the resolving parent.
getResolveParent() - Method in interface javax.swing.text.Keymap
Fetches the parent keymap used to resolve key-bindings.
getResolveParent() - Method in class javax.swing.text.AbstractDocument.AbstractElement
Gets the resolving parent.
getResolveParent() - Method in class javax.swing.text.SimpleAttributeSet
Gets the resolving parent.
getResolveParent() - Method in class javax.swing.text.StyleContext.SmallAttributeSet
If not overriden, the resolving parent defaults to the parent element.
getResolveParent() - Method in class javax.swing.text.StyleContext.NamedStyle
Gets attributes from the parent.
getResolveParent() - Method in class javax.swing.text.html.HTMLDocument.RunElement
Gets the resolving parent.
getResolveParent() - Method in class javax.swing.text.html.HTMLDocument.BlockElement
Gets the resolving parent.
getResource(String) - Method in class java.lang.ClassLoader
Finds the resource with the given name.
getResource(String) - Method in class java.lang.Class
Finds a resource with a given name.
getResource(String, BeanContextChild) - Method in class java.beans.beancontext.BeanContextSupport
 
getResource(String, BeanContextChild) - Method in interface java.beans.beancontext.BeanContext
 
getResourceAsStream(String) - Method in class java.lang.ClassLoader
Returns an input stream for reading the specified resource.
getResourceAsStream(String) - Method in class java.lang.Class
Finds a resource with a given name.
getResourceAsStream(String, BeanContextChild) - Method in class java.beans.beancontext.BeanContextSupport
 
getResourceAsStream(String, BeanContextChild) - Method in interface java.beans.beancontext.BeanContext
 
getResources(String) - Method in class java.lang.ClassLoader
Finds all the resources with the given name.
getResponseCode() - Method in class java.net.HttpURLConnection
Gets HTTP response status.
getResponseMessage() - Method in class java.net.HttpURLConnection
Gets the HTTP response message, if any, returned along with the response code from a server.
getRestartMode() - Method in class java.rmi.activation.ActivationDesc
Returns the "restart" mode of the object associated with this activation descriptor.
getResultSet() - Method in interface java.sql.Array
Returns a result set that contains the elements of the array designated by this Array object.
getResultSet() - Method in interface java.sql.Statement
Returns the current result as a ResultSet object.
getResultSet(long, int) - Method in interface java.sql.Array
Returns a result set holding the elements of the subarray that starts at index index and contains up to count successive elements.
getResultSet(long, int, Map) - Method in interface java.sql.Array
Returns a result set holding the elements of the subarray that starts at index index and contains up to count successive elements.
getResultSet(Map) - Method in interface java.sql.Array
Returns a result set that contains the elements of the array designated by this Array object and uses the given map to map the array elements.
getResultSetConcurrency() - Method in interface java.sql.Statement
JDBC 2.0 Retrieves the result set concurrency.
getResultSetType() - Method in interface java.sql.Statement
JDBC 2.0 Determine the result set type.
getResultStream(boolean) - Method in interface java.rmi.server.RemoteCall
Deprecated. no replacement
getReturnType() - Method in class java.lang.reflect.Method
Returns a Class object that represents the formal return type of the method represented by this Method object.
getRevocationDate() - Method in class java.security.cert.X509CRLEntry
Gets the revocation date from this X509CRLEntry, the revocationDate.
getRevokedCertificate(BigInteger) - Method in class java.security.cert.X509CRL
Gets the CRL entry with the given serialNumber from this CRL.
getRevokedCertificates() - Method in class java.security.cert.X509CRL
Gets all the entries from this CRL.
getRGB() - Method in class java.awt.Color
Returns the RGB value representing the color in the default sRGB ColorModel.
getRGB() - Method in class java.awt.SystemColor
Gets the "current" RGB value representing the symbolic color.
getRGB(int) - Method in class java.awt.image.ColorModel
Returns the color/alpha components of the pixel in the default RGB color model format.
getRGB(int) - Method in class java.awt.image.DirectColorModel
Returns the color/alpha components of the pixel in the default RGB color model format.
getRGB(int) - Method in class java.awt.image.ComponentColorModel
Returns the color/alpha components of the pixel in the default RGB color model format.
getRGB(int) - Method in class java.awt.image.IndexColorModel
Returns the color/alpha components of the pixel in the default RGB color model format.
getRGB(int, int) - Method in class java.awt.image.BufferedImage
Returns an integer pixel in the default RGB color model (TYPE_INT_ARGB) and default sRGB colorspace.
getRGB(int, int, int, int, int[], int, int) - Method in class java.awt.image.BufferedImage
Returns an array of integer pixels in the default RGB color model (TYPE_INT_ARGB) and default sRGB color space, from a portion of the image data.
getRGB(Object) - Method in class java.awt.image.ColorModel
Returns the color/alpha components for the specified pixel in the default RGB color model format.
getRGB(Object) - Method in class java.awt.image.DirectColorModel
Returns the color/alpha components for the specified pixel in the default RGB color model format.
getRGB(Object) - Method in class java.awt.image.ComponentColorModel
Returns the color/alpha components for the specified pixel in the default RGB color model format.
getRGBColorComponents(float[]) - Method in class java.awt.Color
Returns a float array containing the color components (no alpha) of the Color, in the default sRGB color space.
getRGBComponents(float[]) - Method in class java.awt.Color
Returns a float array containing the color and alpha components of the Color, as represented in the default sRGB color space.
getRGBdefault() - Static method in class java.awt.image.ColorModel
Returns a DirectColorModel that describes the default format for integer RGB values used in many of the methods in the AWT image interfaces for the convenience of the programmer.
getRGBs(int[]) - Method in class java.awt.image.IndexColorModel
Converts data for each index from the color and alpha component arrays to an int in the default RGB ColorModel format and copies the resulting 32-bit ARGB values into the given array.
getRightChildIndent() - Method in class javax.swing.plaf.basic.BasicTreeUI
 
getRightComponent() - Method in class javax.swing.JSplitPane
Returns the component to the right (or below) the divider.
getRightIndent(AttributeSet) - Static method in class javax.swing.text.StyleConstants
Gets the right indent setting.
getRightInset() - Method in class javax.swing.text.CompositeView
Gets the right inset.
getRolloverIcon() - Method in class javax.swing.AbstractButton
Returns the rollover icon for the button.
getRolloverSelectedIcon() - Method in class javax.swing.AbstractButton
Returns the rollover seletion icon for the button.
getRoot() - Method in class javax.swing.tree.DefaultMutableTreeNode
Returns the root of the tree that contains this node.
getRoot() - Method in class javax.swing.tree.DefaultTreeModel
Returns the root of the tree.
getRoot() - Method in interface javax.swing.tree.TreeModel
Returns the root of the tree.
getRoot(Component) - Static method in class javax.swing.SwingUtilities
Returns the root component for the current component tree.
getRootElement() - Method in class javax.swing.text.DefaultStyledDocument.ElementBuffer
Gets the root element.
getRootElements() - Method in class javax.swing.text.AbstractDocument
Gets all root elements defined.
getRootElements() - Method in interface javax.swing.text.Document
Returns all of the root elements that are defined.
getRootFrame() - Static method in class javax.swing.JOptionPane
Returns the Frame to use for the class methods in which a frame is not provided.
getRootPane() - Method in class javax.swing.JComponent
Returns the JRootPane ancestor for a component
getRootPane() - Method in class javax.swing.JInternalFrame
Returns the rootPane object for this frame.
getRootPane() - Method in interface javax.swing.RootPaneContainer
Return this component's single JRootPane child.
getRootPane() - Method in class javax.swing.JApplet
Returns the rootPane object for this applet.
getRootPane() - Method in class javax.swing.JWindow
Returns the rootPane object for this window.
getRootPane() - Method in class javax.swing.JDialog
Returns the rootPane object for this dialog.
getRootPane() - Method in class javax.swing.JFrame
Returns the rootPane object for this frame.
getRootPane(Component) - Static method in class javax.swing.SwingUtilities
If c is a JRootPane descendant return its JRootPane ancestor.
getRoots() - Method in class javax.swing.filechooser.FileSystemView
Returns all root partitians on this system.
getRootView(JTextComponent) - Method in class javax.swing.plaf.TextUI
Fetches a View with the allocation of the associated text component (i.e.
getRootView(JTextComponent) - Method in class javax.swing.plaf.basic.BasicTextUI
Fetches a View with the allocation of the associated text component (i.e.
getRootView(JTextComponent) - Method in class javax.swing.plaf.multi.MultiTextUI
Call getRootView on each UI handled by this MultiUI.
getRotateInstance(double) - Static method in class java.awt.geom.AffineTransform
Returns a transform representing a rotation transformation.
getRotateInstance(double, double, double) - Static method in class java.awt.geom.AffineTransform
Returns a transform that rotates coordinates around an anchor point.
getRow() - Method in interface java.sql.ResultSet
JDBC 2.0
getRowBounds(int) - Method in class javax.swing.JTree
Returns the Rectangle that the node at the specified row is drawn in.
getRowCount() - Method in class javax.swing.JTree
Returns the number of rows that are currently being displayed.
getRowCount() - Method in class javax.swing.JTable
Returns the number of rows in the table.
getRowCount() - Method in class javax.swing.table.DefaultTableModel
Returns the number of rows in this data table.
getRowCount() - Method in interface javax.swing.table.TableModel
Returns the number of records managed by the data source object.
getRowCount() - Method in class javax.swing.text.TableView.TableCell
Deprecated. Gets the number of rows this cell spans (that is, the grid height).
getRowCount() - Method in class javax.swing.tree.AbstractLayoutCache
Number of rows being displayed.
getRowCount() - Method in class javax.swing.tree.FixedHeightLayoutCache
Returns the number of visible rows.
getRowCount() - Method in class javax.swing.tree.VariableHeightLayoutCache
Returns the number of visible rows.
getRowCount(JTree) - Method in class javax.swing.plaf.TreeUI
Returns the number of rows that are being displayed.
getRowCount(JTree) - Method in class javax.swing.plaf.basic.BasicTreeUI
Returns the number of rows that are being displayed.
getRowCount(JTree) - Method in class javax.swing.plaf.multi.MultiTreeUI
Call getRowCount on each UI handled by this MultiUI.
getRowEnd(JTextComponent, int) - Static method in class javax.swing.text.Utilities
Determines the ending row model position of the row that contains the specified model position.
getRowForLocation(int, int) - Method in class javax.swing.JTree
Returns the row for the specified location.
getRowForPath(JTree, TreePath) - Method in class javax.swing.plaf.TreeUI
Returns the row that the last item identified in path is visible at.
getRowForPath(JTree, TreePath) - Method in class javax.swing.plaf.basic.BasicTreeUI
Returns the row that the last item identified in path is visible at.
getRowForPath(JTree, TreePath) - Method in class javax.swing.plaf.multi.MultiTreeUI
Call getRowForPath on each UI handled by this MultiUI.
getRowForPath(TreePath) - Method in class javax.swing.JTree
Returns the row that displays the node identified by the specified path.
getRowForPath(TreePath) - Method in class javax.swing.tree.AbstractLayoutCache
Returns the row that the last item identified in path is visible at.
getRowForPath(TreePath) - Method in class javax.swing.tree.FixedHeightLayoutCache
Returns the row that the last item identified in path is visible at.
getRowForPath(TreePath) - Method in class javax.swing.tree.VariableHeightLayoutCache
Returns the row that the last item identified in path is visible at.
getRowHeader() - Method in class javax.swing.ScrollPaneLayout
Returns the JViewport object that is the row header.
getRowHeader() - Method in class javax.swing.JScrollPane
Returns the row header.
getRowHeight() - Method in class javax.swing.JTree
Returns the height of each row.
getRowHeight() - Method in class javax.swing.JTextArea
Defines the meaning of the height of a row.
getRowHeight() - Method in class javax.swing.JTable
Returns the height of a table row in the receiver.
getRowHeight() - Method in class javax.swing.tree.AbstractLayoutCache
Returns the height of each row.
getRowHeight() - Method in class javax.swing.plaf.basic.BasicTreeUI
 
getRowHeight(int) - Method in class javax.swing.plaf.basic.BasicListUI
Returns the height of the specified row based on the current layout.
getRowMapper() - Method in class javax.swing.tree.DefaultTreeSelectionModel
Returns the RowMapper instance that is able to map a path to a row.
getRowMapper() - Method in interface javax.swing.tree.TreeSelectionModel
Returns the RowMapper instance that is able to map a path to a row.
getRowMargin() - Method in class javax.swing.JTable
Gets the amount of emtpy space between rows.
getRows() - Method in class java.awt.GridLayout
Gets the number of rows in this layout.
getRows() - Method in class java.awt.TextArea
Gets the number of rows in the text area.
getRows() - Method in class java.awt.List
Get the number of visible lines in this list.
getRows() - Method in class javax.swing.JTextArea
Returns the number of rows in the TextArea.
getRowSelectionAllowed() - Method in class javax.swing.JTable
Returns true if rows can be selected.
getRowsForPaths(TreePath[]) - Method in interface javax.swing.tree.RowMapper
Returns the rows that the TreePath instances in path are being displayed at.
getRowsForPaths(TreePath[]) - Method in class javax.swing.tree.AbstractLayoutCache
Returns the rows that the TreePath instances in path are being displayed at.
getRowStart(JTextComponent, int) - Static method in class javax.swing.text.Utilities
Determines the starting row model position of the row that contains the specified model position.
getRowX(int, int) - Method in class javax.swing.plaf.basic.BasicTreeUI.NodeDimensionsHandler
 
getRSB() - Method in class java.awt.font.GlyphMetrics
Returns the right (bottom) side bearing of the glyph.
getRule() - Method in class java.awt.AlphaComposite
Returns the compositing rule of this AlphaComposite.
getRule(HTML.Tag, Element) - Method in class javax.swing.text.html.StyleSheet
Fetch the style to use to render the given type of html tag.
getRule(String) - Method in class javax.swing.text.html.StyleSheet
Fetch the rule that best matches the selector given in string form.
getRules() - Method in class java.text.RuleBasedCollator
Gets the table-based rules for the collation object.
getRunForTab(int, int) - Method in class javax.swing.plaf.basic.BasicTabbedPaneUI
 
getRunLimit() - Method in interface java.text.AttributedCharacterIterator
Returns the index of the first character following the run with respect to all attributes containing the current character.
getRunLimit(AttributedCharacterIterator.Attribute) - Method in interface java.text.AttributedCharacterIterator
Returns the index of the first character following the run with respect to the given attribute containing the current character.
getRunLimit(Set) - Method in interface java.text.AttributedCharacterIterator
Returns the index of the first character following the run with respect to the given attributes containing the current character.
getRunStart() - Method in interface java.text.AttributedCharacterIterator
Returns the index of the first character of the run with respect to all attributes containing the current character.
getRunStart(AttributedCharacterIterator.Attribute) - Method in interface java.text.AttributedCharacterIterator
Returns the index of the first character of the run with respect to the given attribute containing the current character.
getRunStart(Set) - Method in interface java.text.AttributedCharacterIterator
Returns the index of the first character of the run with respect to the given attributes containing the current character.
getRuntime() - Static method in class java.lang.Runtime
Returns the runtime object associated with the current Java application.
getSample(int, int, int) - Method in class java.awt.image.Raster
Returns the sample in a specified band for the pixel located at (x,y) as an int.
getSample(int, int, int, DataBuffer) - Method in class java.awt.image.SampleModel
Returns the sample in a specified band for the pixel located at (x,y) as an int.
getSample(int, int, int, DataBuffer) - Method in class java.awt.image.ComponentSampleModel
Returns as int the sample in a specified band for the pixel located at (x,y).
getSample(int, int, int, DataBuffer) - Method in class java.awt.image.MultiPixelPackedSampleModel
Returns as int the sample in a specified band for the pixel located at (x, y).
getSample(int, int, int, DataBuffer) - Method in class java.awt.image.BandedSampleModel
Returns as int the sample in a specified band for the pixel located at (x,y).
getSample(int, int, int, DataBuffer) - Method in class java.awt.image.SinglePixelPackedSampleModel
Returns as int the sample in a specified band for the pixel located at (x,y).
getSampleDouble(int, int, int) - Method in class java.awt.image.Raster
Returns the sample in a specified band for a pixel located at (x,y) as a double.
getSampleDouble(int, int, int, DataBuffer) - Method in class java.awt.image.SampleModel
Returns the sample in a specified band for a pixel located at (x,y) as a double.
getSampleFloat(int, int, int) - Method in class java.awt.image.Raster
Returns the sample in a specified band for the pixel located at (x,y) as a float.
getSampleFloat(int, int, int, DataBuffer) - Method in class java.awt.image.SampleModel
Returns the sample in a specified band for the pixel located at (x,y) as a float.
getSampleModel() - Method in class java.awt.image.Raster
Returns the SampleModel that describes the layout of the image data.
getSampleModel() - Method in class java.awt.image.BufferedImage
Returns the SampleModel associated with this BufferedImage.
getSampleModel() - Method in interface java.awt.image.RenderedImage
Returns the SampleModel associated with this image.
getSampleModelTranslateX() - Method in class java.awt.image.Raster
Returns the X translation from the coordinate system of the SampleModel to that of the Raster.
getSampleModelTranslateY() - Method in class java.awt.image.Raster
Returns the Y translation from the coordinate system of the SampleModel to that of the Raster.
getSamples(int, int, int, int, int, double[]) - Method in class java.awt.image.Raster
Returns the samples for a specified band for a specified rectangle of pixels in a double array, one sample per array element.
getSamples(int, int, int, int, int, double[], DataBuffer) - Method in class java.awt.image.SampleModel
Returns the samples for a specified band for a specified rectangle of pixels in a double array, one sample per array element.
getSamples(int, int, int, int, int, float[]) - Method in class java.awt.image.Raster
Returns the samples for a specified band for the specified rectangle of pixels in a float array, one sample per array element.
getSamples(int, int, int, int, int, float[], DataBuffer) - Method in class java.awt.image.SampleModel
Returns the samples for a specified band for the specified rectangle of pixels in a float array, one sample per array element.
getSamples(int, int, int, int, int, int[]) - Method in class java.awt.image.Raster
Returns the samples for a specified band for the specified rectangle of pixels in an int array, one sample per array element.
getSamples(int, int, int, int, int, int[], DataBuffer) - Method in class java.awt.image.SampleModel
Returns the samples for a specified band for the specified rectangle of pixels in an int array, one sample per array element.
getSamples(int, int, int, int, int, int[], DataBuffer) - Method in class java.awt.image.ComponentSampleModel
Returns the samples in a specified band for the specified rectangle of pixels in an int array, one sample per data array element.
getSamples(int, int, int, int, int, int[], DataBuffer) - Method in class java.awt.image.BandedSampleModel
Returns the samples in a specified band for the specified rectangle of pixels in an int array, one sample per data array element.
getSamples(int, int, int, int, int, int[], DataBuffer) - Method in class java.awt.image.SinglePixelPackedSampleModel
Returns the samples for a specified band for the specified rectangle of pixels in an int array, one sample per array element.
getSampleSize() - Method in class java.awt.image.SampleModel
Returns the size in bits of samples for all bands.
getSampleSize() - Method in class java.awt.image.ComponentSampleModel
Returns the number of bits per sample for all bands.
getSampleSize() - Method in class java.awt.image.MultiPixelPackedSampleModel
Returns the number of bits per sample for all bands.
getSampleSize() - Method in class java.awt.image.SinglePixelPackedSampleModel
Returns the number of bits per sample for all bands.
getSampleSize(int) - Method in class java.awt.image.SampleModel
Returns the size in bits of samples for the specified band.
getSampleSize(int) - Method in class java.awt.image.ComponentSampleModel
Returns the number of bits per sample for the specified band.
getSampleSize(int) - Method in class java.awt.image.MultiPixelPackedSampleModel
Returns the number of bits per sample for the specified band.
getSampleSize(int) - Method in class java.awt.image.SinglePixelPackedSampleModel
Returns the number of bits per sample for the specified band.
getScale(int) - Method in interface java.sql.ResultSetMetaData
Gets a column's number of digits to right of the decimal point.
getScaledInstance(int, int, int) - Method in class java.awt.Image
Creates a scaled version of this image.
getScaleFactors(float[]) - Method in class java.awt.image.RescaleOp
Returns the scale factors in the given array.
getScaleInstance(double, double) - Static method in class java.awt.geom.AffineTransform
Returns a transform representing a scaling transformation.
getScaleX() - Method in class java.awt.geom.AffineTransform
Returns the X coordinate scaling element (m00) of the 3x3 affine transformation matrix.
getScaleY() - Method in class java.awt.geom.AffineTransform
Returns the Y coordinate scaling element (m11) of the 3x3 affine transformation matrix.
getScanlineStride() - Method in class java.awt.image.ComponentSampleModel
Returns the scanline stride of this ComponentSampleModel.
getScanlineStride() - Method in class java.awt.image.MultiPixelPackedSampleModel
Returns the scanline stride.
getScanlineStride() - Method in class java.awt.image.SinglePixelPackedSampleModel
Returns the scanline stride of this SinglePixelPackedSampleModel.
getSchemaName(int) - Method in interface java.sql.ResultSetMetaData
Gets a column's table's schema.
getSchemas() - Method in interface java.sql.DatabaseMetaData
Gets the schema names available in this database.
getSchemaTerm() - Method in interface java.sql.DatabaseMetaData
What's the database vendor's preferred term for "schema"?
getScope() - Method in class java.security.Identity
Deprecated. Returns this identity's scope.
getScreenDevices() - Method in class java.awt.GraphicsEnvironment
Returns an array of all of the screen GraphicsDevice objects.
getScreenResolution() - Method in class java.awt.Toolkit
Returns the screen resolution in dots-per-inch.
getScreenSize() - Method in class java.awt.Toolkit
Gets the size of the screen.
getScrollableBlockIncrement(Rectangle, int, int) - Method in class javax.swing.JTree
Returns the amount for a block inrecment, which is the height or width of visibleRect, based on orientation.
getScrollableBlockIncrement(Rectangle, int, int) - Method in interface javax.swing.Scrollable
Components that display logical rows or columns should compute the scroll increment that will completely expose one block of rows or columns, depending on the value of orientation.
getScrollableBlockIncrement(Rectangle, int, int) - Method in class javax.swing.JTable
Returns The visibleRect.height or visibleRect.width, depending on the table's orientation.
getScrollableBlockIncrement(Rectangle, int, int) - Method in class javax.swing.JList
Returns the block increment amount.
getScrollableBlockIncrement(Rectangle, int, int) - Method in class javax.swing.text.JTextComponent
Components that display logical rows or columns should compute the scroll increment that will completely expose one block of rows or columns, depending on the value of orientation.
getScrollableTracksViewportHeight() - Method in class javax.swing.JEditorPane
Returns true if a viewport should always force the height of this Scrollable to match the height of the viewport.
getScrollableTracksViewportHeight() - Method in class javax.swing.JTree
Returns false to indicate that the height of the viewport does not determine the height of the table, unless the preferred height of the tree is smaller than the viewports height.
getScrollableTracksViewportHeight() - Method in interface javax.swing.Scrollable
Return true if a viewport should always force the height of this Scrollable to match the height of the viewport.
getScrollableTracksViewportHeight() - Method in class javax.swing.JTable
Returns false to indicate that the height of the viewport does not determine the height of the table.
getScrollableTracksViewportHeight() - Method in class javax.swing.JList
If this JList is displayed in a JViewport, don't change its height when the viewports height changes.
getScrollableTracksViewportHeight() - Method in class javax.swing.text.JTextComponent
Return true if a viewport should always force the height of this Scrollable to match the height of the viewport.
getScrollableTracksViewportWidth() - Method in class javax.swing.JEditorPane
Returns true if a viewport should always force the width of this Scrollable to match the width of the viewport.
getScrollableTracksViewportWidth() - Method in class javax.swing.JTextPane
Returns true if a viewport should always force the width of this Scrollable to match the width of the viewport.
getScrollableTracksViewportWidth() - Method in class javax.swing.JTree
Returns false to indicate that the width of the viewport does not determine the width of the table, unless the preferred width of the tree is smaller than the viewports width.
getScrollableTracksViewportWidth() - Method in class javax.swing.JTextArea
Returns true if a viewport should always force the width of this Scrollable to match the width of the viewport.
getScrollableTracksViewportWidth() - Method in interface javax.swing.Scrollable
Return true if a viewport should always force the width of this Scrollable to match the width of the viewport.
getScrollableTracksViewportWidth() - Method in class javax.swing.JTable
Returns false to indicate that the width of the viewport does not determine the width of the table.
getScrollableTracksViewportWidth() - Method in class javax.swing.JList
If this JList is displayed in a JViewport, don't change its width when the viewports width changes.
getScrollableTracksViewportWidth() - Method in class javax.swing.text.JTextComponent
Return true if a viewport should always force the width of this Scrollable to match the width of the viewport.
getScrollableUnitIncrement(Rectangle, int, int) - Method in class javax.swing.JTree
Returns the amount to increment when scrolling.
getScrollableUnitIncrement(Rectangle, int, int) - Method in class javax.swing.JTextArea
Components that display logical rows or columns should compute the scroll increment that will completely expose one new row or column, depending on the value of orientation.
getScrollableUnitIncrement(Rectangle, int, int) - Method in interface javax.swing.Scrollable
Components that display logical rows or columns should compute the scroll increment that will completely expose one new row or column, depending on the value of orientation.
getScrollableUnitIncrement(Rectangle, int, int) - Method in class javax.swing.JTable
Returns the scroll increment that completely exposes one new row or column (depending on the orientation).
getScrollableUnitIncrement(Rectangle, int, int) - Method in class javax.swing.JList
Horizontal scrolling: return the lists font size or 1 if the font is null.
getScrollableUnitIncrement(Rectangle, int, int) - Method in class javax.swing.text.JTextComponent
Components that display logical rows or columns should compute the scroll increment that will completely expose one new row or column, depending on the value of orientation.
getScrollbarDisplayPolicy() - Method in class java.awt.ScrollPane
Returns the display policy for the scrollbars.
getScrollbarVisibility() - Method in class java.awt.TextArea
Gets an enumerated value that indicates which scroll bars the text area uses.
getScrollOffset() - Method in class javax.swing.JTextField
Gets the scroll offset.
getScrollPane() - Method in class javax.swing.plaf.basic.BasicTreeUI.ComponentHandler
Returns the JScrollPane housing the JTree, or null if one isn't found.
getScrollPosition() - Method in class java.awt.ScrollPane
Returns the current x,y position within the child which is displayed at the 0,0 location of the scrolled panel's view port.
getScrollsOnExpand() - Method in class javax.swing.JTree
Returns true if the tree scrolls to show previously hidden children.
getSearchStringEscape() - Method in interface java.sql.DatabaseMetaData
Gets the string that can be used to escape wildcard characters.
getSecondary1() - Method in class javax.swing.plaf.metal.MetalTheme
 
getSecondary1() - Method in class javax.swing.plaf.metal.DefaultMetalTheme
 
getSecondary2() - Method in class javax.swing.plaf.metal.MetalTheme
 
getSecondary2() - Method in class javax.swing.plaf.metal.DefaultMetalTheme
 
getSecondary3() - Method in class javax.swing.plaf.metal.MetalTheme
 
getSecondary3() - Method in class javax.swing.plaf.metal.DefaultMetalTheme
 
getSeconds() - Method in class java.sql.Date
Deprecated.  
getSeconds() - Method in class java.util.Date
Deprecated. As of JDK version 1.1, replaced by Calendar.get(Calendar.SECOND).
getSecurityContext() - Method in class java.lang.SecurityManager
Creates an object that encapsulates the current execution environment.
getSecurityContext(ClassLoader) - Method in interface java.rmi.server.LoaderHandler
Deprecated. no replacement
getSecurityContext(ClassLoader) - Static method in class java.rmi.server.RMIClassLoader
Deprecated. no replacement. As of JDK1.2, RMI no longer uses this method to obtain a classloader's security context.
getSecurityManager() - Static method in class java.lang.System
Gets the system security interface.
getSeed(int) - Static method in class java.security.SecureRandom
Returns the given number of seed bytes, computed using the seed generation algorithm that this class uses to seed itself.
getSelectColor() - Method in class javax.swing.plaf.metal.MetalToggleButtonUI
 
getSelectColor() - Method in class javax.swing.plaf.metal.MetalRadioButtonUI
 
getSelectColor() - Method in class javax.swing.plaf.metal.MetalButtonUI
 
getSelectedCheckbox() - Method in class java.awt.CheckboxGroup
Gets the current choice from this check box group.
getSelectedColor() - Method in class javax.swing.colorchooser.DefaultColorSelectionModel
 
getSelectedColor() - Method in interface javax.swing.colorchooser.ColorSelectionModel
 
getSelectedColumn() - Method in class javax.swing.JTable
Returns the index of the first selected column, -1 if no column is selected.
getSelectedColumnCount() - Method in class javax.swing.JTable
Returns the number of selected columns.
getSelectedColumnCount() - Method in class javax.swing.table.DefaultTableColumnModel
 
getSelectedColumnCount() - Method in interface javax.swing.table.TableColumnModel
Returns the number of selected columns.
getSelectedColumns() - Method in class javax.swing.JTable
Returns the indices of all selected columns.
getSelectedColumns() - Method in class javax.swing.table.DefaultTableColumnModel
 
getSelectedColumns() - Method in interface javax.swing.table.TableColumnModel
Returns an array of indexes for selected columns
getSelectedComponent() - Method in class javax.swing.JTabbedPane
Returns the currently selected component for this tabbedpane.
getSelectedFile() - Method in class javax.swing.JFileChooser
Returns the selected file.
getSelectedFiles() - Method in class javax.swing.JFileChooser
Returns a list of selected files if the filechooser is set to allow multi-selection.
getSelectedIcon() - Method in class javax.swing.AbstractButton
Returns the selected icon for the button.
getSelectedIndex() - Method in class java.awt.Choice
Returns the index of the currently selected item.
getSelectedIndex() - Method in class java.awt.List
Gets the index of the selected item on the list,
getSelectedIndex() - Method in class javax.swing.DefaultSingleSelectionModel
 
getSelectedIndex() - Method in class javax.swing.JComboBox
Returns the index of the currently selected item in the list.
getSelectedIndex() - Method in class javax.swing.JTabbedPane
Returns the currently selected index for this tabbedpane.
getSelectedIndex() - Method in class javax.swing.JList
A convenience method that returns the first selected index.
getSelectedIndex() - Method in interface javax.swing.SingleSelectionModel
Returns the model's selection.
getSelectedIndexes() - Method in class java.awt.List
Gets the selected indexes on the list.
getSelectedIndices() - Method in class javax.swing.JList
Return an array of all of the selected indices in increasing order.
getSelectedItem() - Method in class java.awt.Choice
Gets a representation of the current choice as a string.
getSelectedItem() - Method in class java.awt.List
Get the selected item on this scrolling list.
getSelectedItem() - Method in class javax.swing.DefaultComboBoxModel
 
getSelectedItem() - Method in interface javax.swing.ComboBoxModel
Return the selected item
getSelectedItem() - Method in class javax.swing.JComboBox
Returns the currently selected item.
getSelectedItem() - Method in class javax.swing.plaf.metal.MetalFileChooserUI.DirectoryComboBoxModel
 
getSelectedItem() - Method in class javax.swing.plaf.metal.MetalFileChooserUI.FilterComboBoxModel
 
getSelectedItems() - Method in class java.awt.List
Get the selected items on this scrolling list.
getSelectedObjects() - Method in class java.awt.Checkbox
Returns an array (length 1) containing the checkbox label or null if the checkbox is not selected.
getSelectedObjects() - Method in class java.awt.Choice
Returns an array (length 1) containing the currently selected item.
getSelectedObjects() - Method in class java.awt.CheckboxMenuItem
Returns the an array (length 1) containing the checkbox menu item label or null if the checkbox is not selected.
getSelectedObjects() - Method in class java.awt.List
Returns the selected items on the list in an array of Objects.
getSelectedObjects() - Method in interface java.awt.ItemSelectable
Returns the selected items or null if no items are selected.
getSelectedObjects() - Method in class javax.swing.AbstractButton
Returns an array (length 1) containing the label or null if the button is not selected.
getSelectedObjects() - Method in class javax.swing.JCheckBoxMenuItem
Returns an array (length 1) containing the checkbox menu item label or null if the checkbox is not selected.
getSelectedObjects() - Method in class javax.swing.JComboBox
Returns an array containing the selected item.
getSelectedObjects() - Method in class javax.swing.DefaultButtonModel
Overriden to return null
getSelectedPath() - Method in class javax.swing.MenuSelectionManager
Returns the path to the currently selected menu item
getSelectedRow() - Method in class javax.swing.JTable
Returns the index of the first selected row, -1 if no row is selected.
getSelectedRowCount() - Method in class javax.swing.JTable
Returns the number of selected rows.
getSelectedRows() - Method in class javax.swing.JTable
Returns the indices of all selected rows.
getSelectedTabPadInsets(int) - Method in class javax.swing.plaf.basic.BasicTabbedPaneUI
 
getSelectedText() - Method in class java.awt.TextComponent
Gets the selected text from the text that is presented by this text component.
getSelectedText() - Method in interface javax.accessibility.AccessibleText
Returns the portion of the text that is selected.
getSelectedText() - Method in class javax.swing.text.JTextComponent
Returns the selected text contained in this TextComponent.
getSelectedText() - Method in class javax.swing.text.JTextComponent.AccessibleJTextComponent
Returns the portion of the text that is selected.
getSelectedText(AttributedCharacterIterator.Attribute[]) - Method in interface java.awt.im.InputMethodRequests
Gets the currently selected text from the text editing component.
getSelectedTextColor() - Method in class javax.swing.text.JTextComponent
Fetches the current color used to render the selected text.
getSelectedValue() - Method in class javax.swing.JList
A convenience method that returns the first selected value or null, if the selection is empty.
getSelectedValues() - Method in class javax.swing.JList
Return an array of the values for the selected cells.
getSelection() - Method in class javax.swing.ButtonGroup
Return the selected button model.
getSelectionBackground() - Method in class javax.swing.JTable
Returns the background color for selected cells.
getSelectionBackground() - Method in class javax.swing.JList
Returns the background color for selected cells.
getSelectionBackground() - Method in class javax.swing.plaf.basic.BasicProgressBarUI
The "selectionBackground" is the color of the text when it is drawn over an unfilled area of the progress bar.
getSelectionColor() - Method in class javax.swing.text.JTextComponent
Fetches the current color used to render the selection.
getSelectionCount() - Method in class javax.swing.JTree
Returns the number of nodes selected.
getSelectionCount() - Method in class javax.swing.tree.DefaultTreeSelectionModel
Returns the number of paths that are selected.
getSelectionCount() - Method in interface javax.swing.tree.TreeSelectionModel
Returns the number of paths that are selected.
getSelectionEnd() - Method in class java.awt.TextComponent
Gets the end position of the selected text in this text component.
getSelectionEnd() - Method in interface javax.accessibility.AccessibleText
Returns the end offset within the selected text.
getSelectionEnd() - Method in class javax.swing.text.JTextComponent
Returns the selected text's end position.
getSelectionEnd() - Method in class javax.swing.text.JTextComponent.AccessibleJTextComponent
Returns the end offset within the selected text.
getSelectionForeground() - Method in class javax.swing.JTable
Returns the foreground color for selected cells.
getSelectionForeground() - Method in class javax.swing.JList
Returns the foreground color.
getSelectionForeground() - Method in class javax.swing.plaf.basic.BasicProgressBarUI
The "selectionForeground" is the color of the text when it is drawn over a filled area of the progress bar.
getSelectionMode() - Method in class javax.swing.DefaultListSelectionModel
 
getSelectionMode() - Method in interface javax.swing.ListSelectionModel
Returns the current selection mode.
getSelectionMode() - Method in class javax.swing.JList
Returns whether single-item or multiple-item selections are allowed.
getSelectionMode() - Method in class javax.swing.tree.DefaultTreeSelectionModel
Returns the selection mode.
getSelectionMode() - Method in interface javax.swing.tree.TreeSelectionModel
Returns the selection mode.
getSelectionModel() - Method in class javax.swing.JTree
Returns the model for selections.
getSelectionModel() - Method in class javax.swing.JColorChooser
Returns the data model that handles color selections.
getSelectionModel() - Method in class javax.swing.JMenuBar
Returns the model object that handles single selections.
getSelectionModel() - Method in class javax.swing.JPopupMenu
Returns the model object that handles single selections.
getSelectionModel() - Method in class javax.swing.JTable
Returns the ListSelectionModel that is used to maintain row selection state.
getSelectionModel() - Method in class javax.swing.JList
Returns the value of the current selection model.
getSelectionModel() - Method in class javax.swing.table.DefaultTableColumnModel
Returns the ListSelectionModel that is used to maintain column selection state.
getSelectionModel() - Method in interface javax.swing.table.TableColumnModel
Returns the current selection model.
getSelectionModel() - Method in class javax.swing.tree.AbstractLayoutCache
Returns the model used to maintain the selection.
getSelectionModel() - Method in class javax.swing.plaf.basic.BasicTreeUI
 
getSelectionPainter() - Method in class javax.swing.text.DefaultCaret
Gets the painter for the Highlighter.
getSelectionPath() - Method in class javax.swing.JTree
Returns the path to the first selected node.
getSelectionPath() - Method in class javax.swing.tree.DefaultTreeSelectionModel
Returns the first path in the selection.
getSelectionPath() - Method in interface javax.swing.tree.TreeSelectionModel
Returns the first path in the selection.
getSelectionPaths() - Method in class javax.swing.JTree
Returns the paths of all selected values.
getSelectionPaths() - Method in class javax.swing.tree.DefaultTreeSelectionModel
Returns the paths in the selection.
getSelectionPaths() - Method in interface javax.swing.tree.TreeSelectionModel
Returns the paths in the selection.
getSelectionRows() - Method in class javax.swing.JTree
Returns all of the currently selected rows.
getSelectionRows() - Method in class javax.swing.tree.DefaultTreeSelectionModel
Returns all of the currently selected rows.
getSelectionRows() - Method in interface javax.swing.tree.TreeSelectionModel
Returns all of the currently selected rows.
getSelectionStart() - Method in class java.awt.TextComponent
Gets the start position of the selected text in this text component.
getSelectionStart() - Method in interface javax.accessibility.AccessibleText
Returns the start offset within the selected text.
getSelectionStart() - Method in class javax.swing.text.JTextComponent
Returns the selected text's start position.
getSelectionStart() - Method in class javax.swing.text.JTextComponent.AccessibleJTextComponent
Returns the start offset within the selected text.
getSelectionValues() - Method in class javax.swing.JOptionPane
Returns the selection values.
getSendBufferSize() - Method in class java.net.DatagramSocket
Get value of the SO_SNDBUF option for this socket, that is the buffer size used by the platform for output on the this Socket.
getSendBufferSize() - Method in class java.net.Socket
Get value of the SO_SNDBUF option for this socket, that is the buffer size used by the platform for output on the this Socket.
getSentenceInstance() - Static method in class java.text.BreakIterator
Create BreakIterator for sentence-breaks using default locale Returns an instance of a BreakIterator implementing sentence breaks.
getSentenceInstance(Locale) - Static method in class java.text.BreakIterator
Create BreakIterator for sentence-breaks using specified locale Returns an instance of a BreakIterator implementing sentence breaks.
getSeparatorBackground() - Static method in class javax.swing.plaf.metal.MetalLookAndFeel
 
getSeparatorBackground() - Method in class javax.swing.plaf.metal.MetalTheme
 
getSeparatorForeground() - Static method in class javax.swing.plaf.metal.MetalLookAndFeel
 
getSeparatorForeground() - Method in class javax.swing.plaf.metal.MetalTheme
 
getSeparatorSize() - Method in class javax.swing.JToolBar.Separator
Return the size of the separator
getSerialNumber() - Method in class java.security.cert.X509Certificate
Gets the serialNumber value from the certificate.
getSerialNumber() - Method in class java.security.cert.X509CRLEntry
Gets the serial number from this X509CRLEntry, the userCertificate.
getSerialVersionUID() - Method in class java.io.ObjectStreamClass
Return the serialVersionUID for this class.
getService(BeanContextChild, Object, Class, Object, BeanContextServiceRevokedListener) - Method in interface java.beans.beancontext.BeanContextServices
 
getService(BeanContextChild, Object, Class, Object, BeanContextServiceRevokedListener) - Method in class java.beans.beancontext.BeanContextServicesSupport
obtain a service which may be delegated
getService(BeanContextServices, Object, Class, Object) - Method in interface java.beans.beancontext.BeanContextServiceProvider
request an instance of a service,
getService(BeanContextServices, Object, Class, Object) - Method in class java.beans.beancontext.BeanContextServicesSupport.BCSSProxyServiceProvider
 
getServiceClass() - Method in class java.beans.beancontext.BeanContextServiceAvailableEvent
get the service class that is the subject of this notification
getServiceClass() - Method in class java.beans.beancontext.BeanContextServiceRevokedEvent
get the service class that is the subject of this notification
getServiceProvider() - Method in class java.beans.beancontext.BeanContextServicesSupport.BCSSServiceProvider
 
getServicesBeanInfo() - Method in interface java.beans.beancontext.BeanContextServiceProviderBeanInfo
 
getShadowColor() - Method in class javax.swing.plaf.basic.BasicSliderUI
 
getShadowColor(Component) - Method in class javax.swing.border.EtchedBorder
Returns the shadow color of the etched border.
getShadowInnerColor(Component) - Method in class javax.swing.border.BevelBorder
Returns the inner shadow color of the bevel border.
getShadowOuterColor(Component) - Method in class javax.swing.border.BevelBorder
Returns the outer shadow color of the bevel border.
getSharedAncestor(DefaultMutableTreeNode) - Method in class javax.swing.tree.DefaultMutableTreeNode
Returns the nearest common ancestor to this node and aNode.
getShearInstance(double, double) - Static method in class java.awt.geom.AffineTransform
Returns a transform representing a shearing transformation.
getShearX() - Method in class java.awt.geom.AffineTransform
Returns the X coordinate shearing element (m01) of the 3x3 affine transformation matrix.
getShearY() - Method in class java.awt.geom.AffineTransform
Returns the Y coordinate shearing element (m10) of the 3x3 affine transformation matrix.
getShift() - Method in class javax.swing.plaf.metal.MetalIconFactory.FolderIcon16
 
getShift() - Method in class javax.swing.plaf.metal.MetalIconFactory.TreeFolderIcon
 
getShift() - Method in class javax.swing.plaf.metal.MetalIconFactory.FileIcon16
 
getShift() - Method in class javax.swing.plaf.metal.MetalIconFactory.TreeLeafIcon
 
getShort(int) - Method in interface java.sql.ResultSet
Gets the value of a column in the current row as a Java short.
getShort(int) - Method in interface java.sql.CallableStatement
Gets the value of a JDBC SMALLINT parameter as a short in the Java programming language.
getShort(Object) - Method in class java.lang.reflect.Field
Gets the value of a field as a short on the specified object.
getShort(Object, int) - Static method in class java.lang.reflect.Array
Returns the value of the indexed component in the specified array object, as a short.
getShort(String) - Method in interface java.sql.ResultSet
Gets the value of a column in the current row as a Java short.
getShortcut() - Method in class java.awt.MenuItem
Get the MenuShortcut object associated with this menu item,
getShortcutMenuItem(MenuShortcut) - Method in class java.awt.MenuBar
Gets the instance of MenuItem associated with the specified MenuShortcut object, or null if none of the menu items being managed by this menu bar is associated with the specified menu shortcut.
getShortDescription() - Method in class java.beans.FeatureDescriptor
Gets the short description of this feature.
getShortMonths() - Method in class java.text.DateFormatSymbols
Gets short month strings.
getShortParameter(int) - Method in class java.awt.image.renderable.ParameterBlock
A convenience method to return a parameter as a short.
getShortWeekdays() - Method in class java.text.DateFormatSymbols
Gets short weekday strings.
getShowHorizontalLines() - Method in class javax.swing.JTable
Returns true if the receiver draws horizontal lines between cells, false if it doesn't.
getShowsRootHandles() - Method in class javax.swing.JTree
Returns true if handles for the root nodes are displayed.
getShowsRootHandles() - Method in class javax.swing.plaf.basic.BasicTreeUI
 
getShowVerticalLines() - Method in class javax.swing.JTable
Returns true if the receiver draws vertical lines between cells, false if it doesn't.
getSiblingCount() - Method in class javax.swing.tree.DefaultMutableTreeNode
Returns the number of siblings of this node.
getSigAlgName() - Method in class java.security.cert.X509Certificate
Gets the signature algorithm name for the certificate signature algorithm.
getSigAlgName() - Method in class java.security.cert.X509CRL
Gets the signature algorithm name for the CRL signature algorithm.
getSigAlgOID() - Method in class java.security.cert.X509Certificate
Gets the signature algorithm OID string from the certificate.
getSigAlgOID() - Method in class java.security.cert.X509CRL
Gets the signature algorithm OID string from the CRL.
getSigAlgParams() - Method in class java.security.cert.X509Certificate
Gets the DER-encoded signature algorithm parameters from this certificate's signature algorithm.
getSigAlgParams() - Method in class java.security.cert.X509CRL
Gets the DER-encoded signature algorithm parameters from this CRL's signature algorithm.
getSignature() - Method in class java.security.SignedObject
Retrieves the signature on the signed object, in the form of a byte array.
getSignature() - Method in class java.security.cert.X509Certificate
Gets the signature value (the raw signature bits) from the certificate.
getSignature() - Method in class java.security.cert.X509CRL
Gets the signature value (the raw signature bits) from the CRL.
getSigners() - Method in class java.lang.Class
Gets the signers of this class.
getSize() - Method in class java.awt.Component
Returns the size of this component in the form of a Dimension object.
getSize() - Method in class java.awt.Dimension
Gets the size of this Dimension object.
getSize() - Method in class java.awt.Rectangle
Gets the size of this Rectangle, represented by the returned Dimension.
getSize() - Method in class java.awt.Font
Returns the point size of this Font, rounded to an integer.
getSize() - Method in class java.awt.image.DataBuffer
Returns the size (in array elements) of all banks.
getSize() - Method in class java.util.zip.ZipEntry
Returns the uncompressed size of the entry data, or -1 if not known.
getSize() - Method in interface javax.accessibility.AccessibleComponent
Returns the size of this object in the form of a Dimension object.
getSize() - Method in class javax.swing.JComponent.AccessibleJComponent
Returns the size of this object in the form of a Dimension object.
getSize() - Method in class javax.swing.JTree.AccessibleJTree.AccessibleJTreeNode
 
getSize() - Method in class javax.swing.DefaultComboBoxModel
 
getSize() - Method in class javax.swing.JApplet.AccessibleJApplet
Returns the size of this object in the form of a Dimension object.
getSize() - Method in class javax.swing.DefaultListModel
Returns the number of components in this list.
getSize() - Method in interface javax.swing.ListModel
Returns the length of the list.
getSize() - Method in class javax.swing.JWindow.AccessibleJWindow
Returns the size of this object in the form of a Dimension object.
getSize() - Method in class javax.swing.Box.Filler.AccessibleBoxFiller
Returns the size of this object in the form of a Dimension object.
getSize() - Method in class javax.swing.Box.AccessibleBox
Returns the size of this object in the form of a Dimension object.
getSize() - Method in class javax.swing.JDialog.AccessibleJDialog
Returns the size of this object in the form of a Dimension object.
getSize() - Method in class javax.swing.CellRendererPane.AccessibleCellRendererPane
Returns the size of this object in the form of a Dimension object.
getSize() - Method in class javax.swing.JTable.AccessibleJTable.AccessibleJTableCell
 
getSize() - Method in class javax.swing.JFrame.AccessibleJFrame
Returns the size of this object in the form of a Dimension object.
getSize() - Method in class javax.swing.JList.AccessibleJList.AccessibleJListChild
 
getSize() - Method in class javax.swing.table.JTableHeader.AccessibleJTableHeader.AccessibleJTableHeaderEntry
 
getSize() - Method in class javax.swing.plaf.basic.BasicDirectoryModel
 
getSize() - Method in class javax.swing.plaf.metal.MetalFileChooserUI.DirectoryComboBoxModel
 
getSize() - Method in class javax.swing.plaf.metal.MetalFileChooserUI.FilterComboBoxModel
 
getSize(Dimension) - Method in class java.awt.Component
Store the width/height of this component into "return value" rv and return rv.
getSize(Dimension) - Method in class javax.swing.JComponent
Store the width/height of this component into "return value" rv and return rv.
getSize2D() - Method in class java.awt.Font
Returns the point size of this Font in float value.
getSizeButtonsToSameWidth() - Method in class javax.swing.plaf.basic.BasicOptionPaneUI
Returns true, basic L&F wants all the buttons to have the same width.
getSizeOfComponent(Component) - Method in class javax.swing.plaf.basic.BasicSplitPaneUI.BasicHorizontalLayoutManager
Returns the width of the passed in component.
getSizeOfComponent(Component) - Method in class javax.swing.plaf.basic.BasicSplitPaneUI.BasicVerticalLayoutManager
Returns the height of the passed in component.
getSizes() - Method in class javax.swing.plaf.basic.BasicSplitPaneUI.BasicHorizontalLayoutManager
Returns the sizes of the components.
getSmallDisplayIcon() - Method in class javax.swing.colorchooser.AbstractColorChooserPanel
 
getSnapToTicks() - Method in class javax.swing.JSlider
Returns true if the knob (and the data value it represents) resolve to the closest tick mark next to where the user positioned the knob.
getSocketFactory() - Static method in class java.rmi.server.RMISocketFactory
Returns the socket factory set by the setSocketFactory method.
getSoLinger() - Method in class java.net.Socket
Returns setting for SO_LINGER.
getSoTimeout() - Method in class java.net.DatagramSocket
Retrive setting for SO_TIMEOUT.
getSoTimeout() - Method in class java.net.Socket
Returns setting for SO_TIMEOUT.
getSoTimeout() - Method in class java.net.ServerSocket
Retrive setting for SO_TIMEOUT.
getSource() - Method in class java.awt.Image
Gets the object that produces the pixels for the image.
getSource() - Method in class java.awt.image.BufferedImage
Returns the object that produces the pixels for the image.
getSource() - Method in class java.util.EventObject
The object on which the Event initially occurred.
getSource(int) - Method in class java.awt.image.renderable.ParameterBlock
Returns a source as a general Object.
getSourceActions() - Method in class java.awt.dnd.DropTargetDragEvent
This method returns an int representing set of actions supported by the source.
getSourceActions() - Method in class java.awt.dnd.DragGestureRecognizer
This method returns an int representing the type of action(s) this Drag and Drop operation will support.
getSourceActions() - Method in class java.awt.dnd.DropTargetDropEvent
This method returns an int representing the action(s) supported by the source.
getSourceActions() - Method in class java.awt.dnd.DragSourceContext
This method returns an int representing the current action(s) associated with this DragSourceContext.
getSourceAsBeanContextServices() - Method in class java.beans.beancontext.BeanContextServiceAvailableEvent
get the source as a reference of type BeanContextServices
getSourceAsBeanContextServices() - Method in class java.beans.beancontext.BeanContextServiceRevokedEvent
get the source as a reference of type BeanContextServices
getSourceAsDragGestureRecognizer() - Method in class java.awt.dnd.DragGestureEvent
This method returns the source as a DragGestureRecognizer.
getSourceElement() - Method in class javax.swing.text.html.HTMLFrameHyperlinkEvent
returns the element that corresponds to the source of the event.
getSources() - Method in class java.awt.image.BufferedImage
Returns a Vector of RenderedImage objects that are the immediate sources, not the sources of these immediate sources, of image data for this BufferedImage.
getSources() - Method in interface java.awt.image.RenderedImage
Returns a vector of RenderedImages that are the immediate sources of image data for this RenderedImage.
getSources() - Method in class java.awt.image.renderable.ParameterBlock
Returns the entire Vector of sources.
getSources() - Method in class java.awt.image.renderable.RenderableImageOp
Returns a vector of RenderableImages that are the sources of image data for this RenderableImage.
getSources() - Method in interface java.awt.image.renderable.RenderableImage
Returns a vector of RenderableImages that are the sources of image data for this RenderableImage.
getSourceString() - Method in class java.text.CollationKey
Returns the String that this CollationKey represents.
getSouthPane() - Method in class javax.swing.plaf.basic.BasicInternalFrameUI
 
getSpaceAbove(AttributeSet) - Static method in class javax.swing.text.StyleConstants
Gets the space above setting.
getSpaceBelow(AttributeSet) - Static method in class javax.swing.text.StyleConstants
Gets the space below setting.
getSpan(int, int) - Method in class javax.swing.text.BoxView
Fetch the span of a particular childs current layout
getSpecificationTitle() - Method in class java.lang.Package
Return the title of the specification that this package implements.
getSpecificationVendor() - Method in class java.lang.Package
Return the name of the organization, vendor, or company that owns and maintains the specification of the classes that implement this package.
getSpecificationVersion() - Method in class java.lang.Package
Returns the version number of the specification that this package implements.
getSplitPane() - Method in class javax.swing.plaf.basic.BasicSplitPaneUI
Returns the splitpane this instance is currently contained in.
getSQLKeywords() - Method in interface java.sql.DatabaseMetaData
Gets a comma-separated list of all a database's SQL keywords that are NOT also SQL92 keywords.
getSQLState() - Method in class java.sql.SQLException
Retrieves the SQLState for this SQLException object.
getSQLTypeName() - Method in interface java.sql.Struct
Retrieves the SQL type name of the SQL structured type that this Struct object represents.
getSQLTypeName() - Method in interface java.sql.SQLData
Returns the fully-qualified name of the SQL user-defined type that this object represents.
getStartIndex() - Method in class javax.accessibility.AccessibleHyperlink
Get the index with the hypertext document at which this link begins
getStartIndex() - Method in class javax.swing.JEditorPane.JEditorPaneAccessibleHypertextSupport.HTMLLink
Get the index with the hypertext document at which this link begins
getStartOffset() - Method in class javax.swing.text.View
Fetches the portion of the model that this view is responsible for.
getStartOffset() - Method in interface javax.swing.text.Highlighter.Highlight
Gets the starting model offset for the highlight.
getStartOffset() - Method in interface javax.swing.text.Element
Fetches the offset from the beginning of the document that this element begins at.
getStartOffset() - Method in class javax.swing.text.AbstractDocument.AbstractElement
Gets the starting offset in the model for the element.
getStartOffset() - Method in class javax.swing.text.AbstractDocument.BranchElement
Gets the starting offset in the model for the element.
getStartOffset() - Method in class javax.swing.text.AbstractDocument.LeafElement
Gets the starting offset in the model for the element.
getStartOffset() - Method in class javax.swing.text.html.HTMLDocument.Iterator
Start of the range for which the current occurence of the tag is defined and has the same attributes.
getStartPoint() - Method in class java.awt.geom.Arc2D
Returns the starting point of the arc.
getStartPosition() - Method in class javax.swing.text.AbstractDocument
Returns a position that represents the start of the document.
getStartPosition() - Method in interface javax.swing.text.Document
Returns a position that represents the start of the document.
getState() - Method in class java.awt.Checkbox
Determines whether this check box is in the "on" or "off" state.
getState() - Method in class java.awt.CheckboxMenuItem
Determines whether the state of this check box menu item is "on" or "off."
getState() - Method in class java.awt.Frame
Gets the state of this frame.
getState() - Method in class java.awt.im.InputMethodHighlight
Returns the conversion state of the text range.
getState() - Method in class javax.swing.JCheckBoxMenuItem
Returns the selected-state of the item.
getStateChange() - Method in class java.awt.event.ItemEvent
Returns the type of state change (selected or deselected).
getStatement() - Method in interface java.sql.ResultSet
JDBC 2.0 Returns the Statement that produced this ResultSet object.
getStaticAttribute(Object) - Static method in class javax.swing.text.StyleContext
Returns the object previously registered with registerStaticAttributeKey.
getStaticAttributeKey(Object) - Static method in class javax.swing.text.StyleContext
Returns the String that key will be registered with
getStatus() - Method in class java.awt.image.PixelGrabber
Return the status of the pixels.
getStream(URL) - Method in class javax.swing.JEditorPane
Fetch a stream for the given url, which is about to be loaded by the setPage method.
getStrength() - Method in class java.text.Collator
Returns this Collator's strength property.
getStrikethroughOffset() - Method in class java.awt.font.LineMetrics
Returns the position of the strike-through line relative to the baseline.
getStrikethroughThickness() - Method in class java.awt.font.LineMetrics
Returns the thickness of the strike-through line.
getString() - Method in class javax.swing.JProgressBar
Returns the current value of the Progress String.
getString() - Method in class javax.swing.text.html.parser.Entity
Return the data as a string.
getString(int) - Method in interface java.sql.ResultSet
Gets the value of a column in the current row as a Java String.
getString(int) - Method in interface java.sql.CallableStatement
Retrieves the value of a JDBC CHAR, VARCHAR, or LONGVARCHAR parameter as a String in the Java programming language.
getString(int, int) - Method in interface javax.swing.text.AbstractDocument.Content
Fetches a string of characters contained in the sequence.
getString(int, int) - Method in class javax.swing.text.GapContent
Retrieves a portion of the content.
getString(int, int) - Method in class javax.swing.text.StringContent
Retrieves a portion of the content.
getString(Object) - Static method in class javax.swing.UIManager
Returns a string from the defaults table.
getString(Object) - Method in class javax.swing.UIDefaults
If the value of key is a String return it, otherwise return null.
getString(String) - Method in interface java.sql.ResultSet
Gets the value of a column in the current row as a Java String.
getString(String) - Method in class java.util.ResourceBundle
Get an object from a ResourceBundle.
getStringArray(String) - Method in class java.util.ResourceBundle
Get an object from a ResourceBundle.
getStringBounds(char[], int, int, FontRenderContext) - Method in class java.awt.Font
Returns the bounds of the specified array of characters in the specified FontRenderContext.
getStringBounds(char[], int, int, Graphics) - Method in class java.awt.FontMetrics
Returns the bounds of the specified array of characters in the specified Graphics context.
getStringBounds(CharacterIterator, int, int, FontRenderContext) - Method in class java.awt.Font
Returns the bounds of the characters indexed in the specified CharacterIterator in the specified FontRenderContext.
getStringBounds(CharacterIterator, int, int, Graphics) - Method in class java.awt.FontMetrics
Returns the bounds of the characters indexed in the specified CharacterIterator in the specified Graphics context.
getStringBounds(String, FontRenderContext) - Method in class java.awt.Font
Returns the bounds of the specified String in the specified FontRenderContext.
getStringBounds(String, Graphics) - Method in class java.awt.FontMetrics
Returns the bounds of the specified String in the specified Graphics context.
getStringBounds(String, int, int, FontRenderContext) - Method in class java.awt.Font
Returns the bounds of the specified String in the specified FontRenderContext.
getStringBounds(String, int, int, Graphics) - Method in class java.awt.FontMetrics
Returns the bounds of the specified String in the specified Graphics context.
getStringFunctions() - Method in interface java.sql.DatabaseMetaData
Gets a comma-separated list of string functions.
getStringPlacement(Graphics, String, int, int, int, int) - Method in class javax.swing.plaf.basic.BasicProgressBarUI
Designate the place where the progress string will be drawn.
getStroke() - Method in class java.awt.Graphics2D
Returns the current Stroke in the Graphics2D context.
getStrongCaret(TextHitInfo, TextHitInfo, TextLayout) - Method in class java.awt.font.TextLayout.CaretPolicy
Chooses one of the specified TextHitInfo instances as a strong caret in the specified TextLayout.
getStyle() - Method in class java.awt.Font
Returns the style of this Font.
getStyle(String) - Method in class javax.swing.JTextPane
Fetches a named non-null style previously added.
getStyle(String) - Method in interface javax.swing.text.StyledDocument
Fetches a named style previously added.
getStyle(String) - Method in class javax.swing.text.DefaultStyledDocument
Fetches a named style previously added.
getStyle(String) - Method in class javax.swing.text.StyleContext
Fetches a named style previously added to the document
getStyledDocument() - Method in class javax.swing.JTextPane
Fetches the model associated with the editor.
getStyledDocument(JEditorPane) - Method in class javax.swing.text.StyledEditorKit.StyledTextAction
Gets the document associated with an editor pane.
getStyledEditorKit() - Method in class javax.swing.JTextPane
Gets the editor kit.
getStyledEditorKit(JEditorPane) - Method in class javax.swing.text.StyledEditorKit.StyledTextAction
Gets the editor kit associated with an editor pane.
getStyleNames() - Method in class javax.swing.text.DefaultStyledDocument
Fetches the list of of style names.
getStyleNames() - Method in class javax.swing.text.StyleContext
Fetches the names of the styles defined.
getStyleSheet() - Method in class javax.swing.text.html.ParagraphView
 
getStyleSheet() - Method in class javax.swing.text.html.BlockView
 
getStyleSheet() - Method in class javax.swing.text.html.InlineView
 
getStyleSheet() - Method in class javax.swing.text.html.HTMLEditorKit
Get the set of styles currently being used to render the html elements.
getStyleSheet() - Method in class javax.swing.text.html.HTMLDocument
Fetch the StyleSheet with the document-specific display rules(CSS) that were specified in the html document itself.
getSubElements() - Method in interface javax.swing.MenuElement
This method should return an array containing the sub-elements for the receiving menu element
getSubElements() - Method in class javax.swing.JMenuItem
This method returns an array containing the sub-menu components for this menu component.
getSubElements() - Method in class javax.swing.JMenuBar
Implemented to be a MenuElement -- returns the menus in this menu bar.
getSubElements() - Method in class javax.swing.JPopupMenu
 
getSubElements() - Method in class javax.swing.JMenu
Returns an array containing the sub-menu components for this menu component
getSubimage(int, int, int, int) - Method in class java.awt.image.BufferedImage
Returns a subimage defined by a specified rectangular region.
getSubjectDN() - Method in class java.security.cert.X509Certificate
Gets the subject (subject distinguished name) value from the certificate.
getSubjectUniqueID() - Method in class java.security.cert.X509Certificate
Gets the subjectUniqueID value from the certificate.
getSubString(long, int) - Method in interface java.sql.Clob
Returns a copy of the specified substring in the CLOB value designated by this Clob object.
getSubTextFont() - Static method in class javax.swing.plaf.metal.MetalLookAndFeel
 
getSubTextFont() - Method in class javax.swing.plaf.metal.MetalTheme
 
getSubTextFont() - Method in class javax.swing.plaf.metal.DefaultMetalTheme
 
getSubType() - Method in class java.awt.datatransfer.DataFlavor
 
getSuperclass() - Method in class java.lang.Class
Returns the Class representing the superclass of the entity (class, interface, primitive type or void) represented by this Class.
getSyncAllWidths() - Method in class javax.swing.plaf.basic.BasicOptionPaneUI.ButtonAreaLayout
 
getSystem() - Method in class java.rmi.activation.ActivationGroupID
Returns the group's activation system.
getSystem() - Static method in class java.rmi.activation.ActivationGroup
Returns the activation system for the VM.
getSystemClassLoader() - Static method in class java.lang.ClassLoader
Returns the system class loader for delegation.
getSystemClipboard() - Method in class java.awt.Toolkit
Gets an instance of the system clipboard which interfaces with clipboard facilities provided by the native platform.
getSystemCustomCursor(String) - Static method in class java.awt.Cursor
 
getSystemEventQueue() - Method in class java.awt.Toolkit
Get the application's or applet's EventQueue instance.
getSystemEventQueueImpl() - Method in class java.awt.Toolkit
 
getSystemFunctions() - Method in interface java.sql.DatabaseMetaData
Gets a comma-separated list of system functions.
getSystemLookAndFeelClassName() - Static method in class javax.swing.UIManager
Returns the name of the LookAndFeel class that implements the native systems look and feel if there is one, otherwise the name of the default cross platform LookAndFeel class.
getSystemResource(String) - Static method in class java.lang.ClassLoader
Find a resource of the specified name from the search path used to load classes.
getSystemResourceAsStream(String) - Static method in class java.lang.ClassLoader
Open for reading, a resource of the specified name from the search path used to load classes.
getSystemResources(String) - Static method in class java.lang.ClassLoader
Finds all resources of the specified name from the search path used to load classes.
getSystemScope() - Static method in class java.security.IdentityScope
Deprecated. Returns the system's identity scope.
getSystemTextColor() - Static method in class javax.swing.plaf.metal.MetalLookAndFeel
 
getSystemTextColor() - Method in class javax.swing.plaf.metal.MetalTheme
 
getSystemTextFont() - Static method in class javax.swing.plaf.metal.MetalLookAndFeel
 
getSystemTextFont() - Method in class javax.swing.plaf.metal.MetalTheme
 
getSystemTextFont() - Method in class javax.swing.plaf.metal.DefaultMetalTheme
 
getTab(int) - Method in class javax.swing.text.TabSet
Returns the TabStop at index index.
getTabAfter(float) - Method in class javax.swing.text.TabSet
Returns the Tab instance after location.
getTabAreaInsets(int) - Method in class javax.swing.plaf.basic.BasicTabbedPaneUI
 
getTabBase() - Method in class javax.swing.text.ParagraphView
 
getTabbedSpan(float, TabExpander) - Method in interface javax.swing.text.TabableView
Determines the desired span when using the given tab expansion implementation.
getTabbedTextOffset(Segment, FontMetrics, int, int, TabExpander, int) - Static method in class javax.swing.text.Utilities
Determines the relative offset into the given text that best represents the given span in the view coordinate system.
getTabbedTextOffset(Segment, FontMetrics, int, int, TabExpander, int, boolean) - Static method in class javax.swing.text.Utilities
 
getTabbedTextWidth(Segment, FontMetrics, int, TabExpander, int) - Static method in class javax.swing.text.Utilities
Determines the width of the given segment of text taking tabs into consideration.
getTabBounds(JTabbedPane, int) - Method in class javax.swing.plaf.TabbedPaneUI
 
getTabBounds(JTabbedPane, int) - Method in class javax.swing.plaf.basic.BasicTabbedPaneUI
 
getTabBounds(JTabbedPane, int) - Method in class javax.swing.plaf.multi.MultiTabbedPaneUI
Call getTabBounds on each UI handled by this MultiUI.
getTabCount() - Method in class javax.swing.JTabbedPane
Returns the number of tabs in this tabbedpane.
getTabCount() - Method in class javax.swing.text.TabSet
Returns the number of Tab instances the receiver contains.
getTabIndex(TabStop) - Method in class javax.swing.text.TabSet
 
getTabIndexAfter(float) - Method in class javax.swing.text.TabSet
Returns the index of the Tab to be used after location.
getTabInsets(int, int) - Method in class javax.swing.plaf.basic.BasicTabbedPaneUI
 
getTabLabelShiftX(int, int, boolean) - Method in class javax.swing.plaf.basic.BasicTabbedPaneUI
 
getTabLabelShiftX(int, int, boolean) - Method in class javax.swing.plaf.metal.MetalTabbedPaneUI
Overidden to do nothing for the Java L&F.
getTabLabelShiftY(int, int, boolean) - Method in class javax.swing.plaf.basic.BasicTabbedPaneUI
 
getTabLabelShiftY(int, int, boolean) - Method in class javax.swing.plaf.metal.MetalTabbedPaneUI
Overidden to do nothing for the Java L&F.
getTable() - Method in class java.awt.image.LookupOp
Returns the LookupTable.
getTable() - Method in class java.awt.image.ByteLookupTable
Returns the lookup table data by reference.
getTable() - Method in class java.awt.image.ShortLookupTable
Returns the lookup table data by reference.
getTable() - Method in class javax.swing.table.JTableHeader
Returns the header's partner table
getTableCellEditorComponent(JTable, Object, boolean, int, int) - Method in class javax.swing.DefaultCellEditor
 
getTableCellEditorComponent(JTable, Object, boolean, int, int) - Method in interface javax.swing.table.TableCellEditor
Sets an initial value for the editor.
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in interface javax.swing.table.TableCellRenderer
This method is sent to the renderer by the drawing table to configure the renderer appropriately before drawing.
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class javax.swing.table.DefaultTableCellRenderer
 
getTableHeader() - Method in class javax.swing.JTable
Returns the tableHeader working with this JTable.
getTableName(int) - Method in interface java.sql.ResultSetMetaData
Gets a column's table name.
getTablePrivileges(String, String, String) - Method in interface java.sql.DatabaseMetaData
Gets a description of the access rights for each table available in a catalog.
getTables(String, String, String, String[]) - Method in interface java.sql.DatabaseMetaData
Gets a description of tables available in a catalog.
getTableTypes() - Method in interface java.sql.DatabaseMetaData
Gets the table types available in this database.
getTabPlacement() - Method in class javax.swing.JTabbedPane
Returns the placement of the tabs for this tabbedpane.
getTabRunCount() - Method in class javax.swing.JTabbedPane
Returns the number of tab runs currently used to display the tabs.
getTabRunCount(JTabbedPane) - Method in class javax.swing.plaf.TabbedPaneUI
 
getTabRunCount(JTabbedPane) - Method in class javax.swing.plaf.basic.BasicTabbedPaneUI
 
getTabRunCount(JTabbedPane) - Method in class javax.swing.plaf.multi.MultiTabbedPaneUI
Call getTabRunCount on each UI handled by this MultiUI.
getTabRunIndent(int, int) - Method in class javax.swing.plaf.basic.BasicTabbedPaneUI
 
getTabRunOffset(int, int, int, boolean) - Method in class javax.swing.plaf.basic.BasicTabbedPaneUI
 
getTabRunOverlay(int) - Method in class javax.swing.plaf.basic.BasicTabbedPaneUI
 
getTabRunOverlay(int) - Method in class javax.swing.plaf.metal.MetalTabbedPaneUI
 
getTabSet() - Method in class javax.swing.text.ParagraphView
Gets the Tabset to be used in calculating tabs.
getTabSet(AttributeSet) - Static method in class javax.swing.text.StyleConstants
Gets the TabSet.
getTabSize() - Method in class javax.swing.JTextArea
Gets the number of characters used to expand tabs.
getTabSize() - Method in class javax.swing.text.PlainView
Returns the tab size set for the document, defaulting to 8.
getTabSize() - Method in class javax.swing.text.WrappedPlainView
Returns the tab size set for the document, defaulting to 8.
getTag() - Method in class javax.swing.text.html.HTMLDocument.Iterator
Type of tag this iterator represents.
getTag(String) - Static method in class javax.swing.text.html.HTML
Fetch a tag constant for a well-known tag name (i.e.
getTags() - Method in class java.beans.PropertyEditorSupport
If the property value must be one of a set of known tagged values, then this method should return an array of the tag values.
getTags() - Method in interface java.beans.PropertyEditor
If the property value must be one of a set of known tagged values, then this method should return an array of the tags.
getTarget() - Method in class javax.swing.text.html.HTMLFrameHyperlinkEvent
returns the target for the link.
getTargetActions() - Method in class java.awt.dnd.DragSourceDragEvent
This method returns the logical intersection of the current target, source, and user actions.
getTargetActions() - Method in class java.awt.dnd.DropTargetContext
This method returns an int representing the current actions this DropTarget will accept.
getTargetException() - Method in class java.lang.reflect.InvocationTargetException
Get the thrown target exception.
getTBSCertificate() - Method in class java.security.cert.X509Certificate
Gets the DER-encoded certificate information, the tbsCertificate from this certificate.
getTBSCertList() - Method in class java.security.cert.X509CRL
Gets the DER-encoded CRL information, the tbsCertList from this CRL.
getTcpNoDelay() - Method in class java.net.Socket
Tests if TCP_NODELAY is enabled.
getText() - Method in class java.awt.TextComponent
Gets the text that is presented by this text component.
getText() - Method in class java.awt.Label
Gets the text of this label.
getText() - Method in class java.awt.event.InputMethodEvent
Gets the combined committed and composed text.
getText() - Method in class java.text.BreakIterator
Get the text being scanned
getText() - Method in class javax.swing.JEditorPane
Returns the text contained in this TextComponent in terms of the content type of this editor.
getText() - Method in class javax.swing.JLabel
Returns the text string that the label displays.
getText() - Method in class javax.swing.JPasswordField
Deprecated. As of JDK version 1.2, replaced by getPassword().
getText() - Method in class javax.swing.AbstractButton
Returns the button's text.
getText() - Method in class javax.swing.text.JTextComponent
Returns the text contained in this TextComponent.
getText(Element) - Method in class javax.swing.text.AbstractWriter
Returns the text associated with the element.
getText(int, int) - Method in class javax.swing.JPasswordField
Deprecated. As of JDK version 1.2, replaced by getPassword().
getText(int, int) - Method in class javax.swing.text.JTextComponent
Fetches a portion of the text represented by the component.
getText(int, int) - Method in class javax.swing.text.AbstractDocument
Gets a sequence of text from the document.
getText(int, int) - Method in interface javax.swing.text.Document
Fetches the text contained within the given portion of the document.
getText(int, int, Segment) - Method in class javax.swing.text.AbstractDocument
Gets some text from the document potentially without making a copy.
getText(int, int, Segment) - Method in interface javax.swing.text.Document
Fetches the text contained within the given portion of the document.
getTextComponent(ActionEvent) - Method in class javax.swing.text.TextAction
Determines the component to use for the action.
getTextHighlightColor() - Static method in class javax.swing.plaf.metal.MetalLookAndFeel
 
getTextHighlightColor() - Method in class javax.swing.plaf.metal.MetalTheme
 
getTextLocation(TextHitInfo) - Method in interface java.awt.im.InputMethodRequests
Gets the location of a specified offset in the current composed text, or of the selection in committed text.
getTextNonSelectionColor() - Method in class javax.swing.tree.DefaultTreeCellRenderer
Returns the color the text is drawn with when the node isn't selected.
getTextSelectionColor() - Method in class javax.swing.tree.DefaultTreeCellRenderer
Returns the color the text is drawn with when the node is selected.
getTextShiftOffset() - Method in class javax.swing.plaf.basic.BasicButtonUI
 
getThickness() - Method in class javax.swing.border.LineBorder
Returns the thickness of the border.
getThisUpdate() - Method in class java.security.cert.X509CRL
Gets the thisUpdate date from the CRL.
getThreadGroup() - Method in class java.lang.Thread
Returns the thread group to which this thread belongs.
getThreadGroup() - Method in class java.lang.SecurityManager
Returns the thread group into which to instantiate any new thread being created at the time this is being called.
getThumbBounds() - Method in class javax.swing.plaf.basic.BasicScrollBarUI
Return the current size/location of the thumb.
getThumbOverhang() - Method in class javax.swing.plaf.metal.MetalSliderUI
Returns the amount that the thumb goes past the slide bar.
getThumbSize() - Method in class javax.swing.plaf.basic.BasicSliderUI
 
getThumbSize() - Method in class javax.swing.plaf.metal.MetalSliderUI
 
getTickLength() - Method in class javax.swing.plaf.basic.BasicSliderUI
Gets the height of the tick area for horizontal sliders and the width of the tick area for vertical sliders.
getTickLength() - Method in class javax.swing.plaf.metal.MetalSliderUI
Gets the height of the tick area for horizontal sliders and the width of the tick area for vertical sliders.
getTile(int, int) - Method in class java.awt.image.BufferedImage
Returns tile (tileXtileY).
getTile(int, int) - Method in interface java.awt.image.RenderedImage
Returns tile (tileX, tileY).
getTiledSizeRequirements(SizeRequirements[]) - Static method in class javax.swing.SizeRequirements
Determines the total space necessary to place a set of components end-to-end.
getTileGridXOffset() - Method in class java.awt.image.BufferedImage
Returns the x offset of the tile grid relative to the origin, For example, the x coordinate of the location of tile (0, 0).
getTileGridXOffset() - Method in interface java.awt.image.RenderedImage
Returns the X offset of the tile grid relative to the origin, i.e., the X coordinate of the upper-left pixel of tile (0, 0).
getTileGridYOffset() - Method in class java.awt.image.BufferedImage
Returns the y offset of the tile grid relative to the origin, For example, the y coordinate of the location of tile (0, 0).
getTileGridYOffset() - Method in interface java.awt.image.RenderedImage
Returns the Y offset of the tile grid relative to the origin, i.e., the Y coordinate of the upper-left pixel of tile (0, 0).
getTileHeight() - Method in class java.awt.image.BufferedImage
Returns the tile height in pixels.
getTileHeight() - Method in interface java.awt.image.RenderedImage
Returns the tile height in pixels.
getTileWidth() - Method in class java.awt.image.BufferedImage
Returns the tile width in pixels.
getTileWidth() - Method in interface java.awt.image.RenderedImage
Returns the tile width in pixels.
getTime() - Method in class java.util.Date
Returns the number of milliseconds since January 1, 1970, 00:00:00 GMT represented by this Date object.
getTime() - Method in class java.util.Calendar
Gets this Calendar's current time.
getTime() - Method in class java.util.zip.ZipEntry
Returns the modification time of the entry, or -1 if not specified.
getTime(int) - Method in interface java.sql.ResultSet
Gets the value of a column in the current row as a java.sql.Time object.
getTime(int) - Method in interface java.sql.CallableStatement
Get the value of a JDBC TIME parameter as a java.sql.Time object.
getTime(int, Calendar) - Method in interface java.sql.ResultSet
Gets the value of a column in the current row as a java.sql.Time object.
getTime(int, Calendar) - Method in interface java.sql.CallableStatement
Gets the value of a JDBC TIME parameter as a java.sql.Time object, using the given Calendar object to construct the time.
getTime(String) - Method in interface java.sql.ResultSet
Gets the value of a column in the current row as a java.sql.Time object.
getTime(String, Calendar) - Method in interface java.sql.ResultSet
Gets the value of a column in the current row as a java.sql.Time object.
getTimeDateFunctions() - Method in interface java.sql.DatabaseMetaData
Gets a comma-separated list of time and date functions.
getTimeInMillis() - Method in class java.util.Calendar
Gets this Calendar's current time as a long.
getTimeInstance() - Static method in class java.text.DateFormat
Gets the time formatter with the default formatting style for the default locale.
getTimeInstance(int) - Static method in class java.text.DateFormat
Gets the time formatter with the given formatting style for the default locale.
getTimeInstance(int, Locale) - Static method in class java.text.DateFormat
Gets the time formatter with the given formatting style for the given locale.
getTimestamp(int) - Method in interface java.sql.ResultSet
Gets the value of a column in the current row as a java.sql.Timestamp object.
getTimestamp(int) - Method in interface java.sql.CallableStatement
Gets the value of a JDBC TIMESTAMP parameter as a java.sql.Timestamp object.
getTimestamp(int, Calendar) - Method in interface java.sql.ResultSet
Gets the value of a column in the current row as a java.sql.Timestamp object.
getTimestamp(int, Calendar) - Method in interface java.sql.CallableStatement
Gets the value of a JDBC TIMESTAMP parameter as a java.sql.Timestamp object, using the given Calendar object to construct the Timestamp object.
getTimestamp(String) - Method in interface java.sql.ResultSet
Gets the value of a column in the current row as a java.sql.Timestamp object.
getTimestamp(String, Calendar) - Method in interface java.sql.ResultSet
Gets the value of a column in the current row as a java.sql.Timestamp object.
getTimeToLive() - Method in class java.net.MulticastSocket
Get the default time-to-live for multicast packets sent out on the socket.
getTimeToLive() - Method in class java.net.DatagramSocketImpl
Retrieve the TTL (time-to-live) option.
getTimeZone() - Method in class java.text.DateFormat
Gets the time zone.
getTimeZone() - Method in class java.util.Calendar
Gets the time zone.
getTimeZone(String) - Static method in class java.util.TimeZone
Gets the TimeZone for the given ID.
getTimezoneOffset() - Method in class java.util.Date
Deprecated. As of JDK version 1.1, replaced by Calendar.get(Calendar.ZONE_OFFSET) + Calendar.get(Calendar.DST_OFFSET).
getTipText() - Method in class javax.swing.JToolTip
Returns the text that is shown when the tool tip is displayed.
getTitle() - Method in class java.awt.Frame
Gets the title of the frame.
getTitle() - Method in class java.awt.Dialog
Gets the title of the dialog.
getTitle() - Method in class javax.swing.JInternalFrame
Returns the title of the JInternalFrame.
getTitle() - Method in class javax.swing.border.TitledBorder
Returns the title of the titled border.
getTitleAt(int) - Method in class javax.swing.JTabbedPane
Returns the tab title at index.
getTitleColor() - Method in class javax.swing.border.TitledBorder
Returns the title-color of the titled border.
getTitleFont() - Method in class javax.swing.border.TitledBorder
Returns the title-font of the titled border.
getTitleJustification() - Method in class javax.swing.border.TitledBorder
Returns the title-justification of the titled border.
getTitlePosition() - Method in class javax.swing.border.TitledBorder
Returns the title-position of the titled border.
getToIndex() - Method in class javax.swing.event.TableColumnModelEvent
Returns the toIndex.
getTokenThreshold() - Method in class javax.swing.text.html.HTMLDocument
Get the number of tokens to buffer before trying to update the documents element structure.
getToolkit() - Method in class java.awt.Component
Gets the toolkit of this component.
getToolkit() - Method in class java.awt.Window
Returns the toolkit of this frame.
getToolTipLocation(MouseEvent) - Method in class javax.swing.JComponent
Return the tooltip location in the receiving component coordinate system If null is returned, Swing will choose a location.
getToolTipText() - Method in class javax.swing.JComponent
Return the tooltip string that has been set with setToolTipText()
getToolTipText(MouseEvent) - Method in class javax.swing.JComponent
Returns the string to be used as the tooltip for event.
getToolTipText(MouseEvent) - Method in class javax.swing.JTree
Overrides JComponent's getToolTipText method in order to allow renderer's tips to be used if it has text set.
getToolTipText(MouseEvent) - Method in class javax.swing.JTabbedPane
Returns the tooltip text for the component determined by the mouse event location.
getToolTipText(MouseEvent) - Method in class javax.swing.JTable
Overrides JComponent's setToolTipText method to allow use of the renderer's tips (if the renderer has text set).
getToolTipText(MouseEvent) - Method in class javax.swing.table.JTableHeader
Overriding to allow renderer's tips to be used if it has text set.
getTopComponent() - Method in class javax.swing.JSplitPane
Returns the component above, or to the left of the divider.
getTopInset() - Method in class javax.swing.text.CompositeView
Gets the top inset.
getTopLevelAncestor() - Method in class javax.swing.JComponent
Returns the top-level ancestor of this component (either the containing Window or Applet), or null if this component has not been added to any container.
getTotalColumnWidth() - Method in class javax.swing.table.DefaultTableColumnModel
 
getTotalColumnWidth() - Method in interface javax.swing.table.TableColumnModel
Returns the total width of all the columns.
getTotalIn() - Method in class java.util.zip.Inflater
Returns the total number of bytes input so far.
getTotalIn() - Method in class java.util.zip.Deflater
Returns the total number of bytes input so far.
getTotalOut() - Method in class java.util.zip.Inflater
Returns the total number of bytes output so far.
getTotalOut() - Method in class java.util.zip.Deflater
Returns the total number of bytes output so far.
getTrackBounds() - Method in class javax.swing.plaf.basic.BasicScrollBarUI
Return the current bounds of the track, i.e.
getTrackLength() - Method in class javax.swing.plaf.metal.MetalSliderUI
Returns the longer dimension of the slide bar.
getTrackWidth() - Method in class javax.swing.plaf.metal.MetalSliderUI
Returns the shorter dimension of the track.
getTransactionIsolation() - Method in interface java.sql.Connection
Gets this Connection's current transaction isolation level.
getTransferable() - Method in class java.awt.dnd.DropTargetDropEvent
This method returns the Transferable object associated with the drop.
getTransferable() - Method in class java.awt.dnd.DragSourceContext
This method returns the Transferable associated with this DragSourceContext.
getTransferable() - Method in class java.awt.dnd.DropTargetContext
get the Transferable (proxy) operand of this operation
getTransferData(DataFlavor) - Method in class java.awt.datatransfer.StringSelection
If the data was requested in the "java.lang.String" flavor, return the String representing the selection.
getTransferData(DataFlavor) - Method in interface java.awt.datatransfer.Transferable
Returns an object which represents the data to be transferred.
getTransferData(DataFlavor) - Method in class java.awt.dnd.DropTargetContext.TransferableProxy
get the transfer data
getTransferDataFlavors() - Method in class java.awt.datatransfer.StringSelection
Returns the array of flavors in which it can provide the data.
getTransferDataFlavors() - Method in interface java.awt.datatransfer.Transferable
Returns an array of DataFlavor objects indicating the flavors the data can be provided in.
getTransferDataFlavors() - Method in class java.awt.dnd.DropTargetContext.TransferableProxy
get the flavors
getTransferSize() - Method in class java.sql.DataTruncation
Gets the number of bytes of data actually transferred.
getTransferType() - Method in class java.awt.image.Raster
Returns the TransferType used to transfer pixels via the getDataElements and setDataElements methods.
getTransferType() - Method in class java.awt.image.SampleModel
Returns the TransferType used to transfer pixels via the getDataElements and setDataElements methods.
getTransferType() - Method in class java.awt.image.MultiPixelPackedSampleModel
Returns the TransferType used to transfer pixels by way of the getDataElements and setDataElements methods.
getTransform() - Method in class java.awt.Graphics2D
Returns a copy of the current Transform in the Graphics2D context.
getTransform() - Method in class java.awt.Font
Returns a copy of the transform associated with this Font.
getTransform() - Method in class java.awt.font.FontRenderContext
Gets the transform that is used to scale typographical points to pixels in this FontRenderContext.
getTransform() - Method in class java.awt.font.TransformAttribute
Returns a copy of the wrapped transform.
getTransform() - Method in class java.awt.image.AffineTransformOp
Returns the affine transform used by this transform operation.
getTransform() - Method in class java.awt.image.renderable.RenderContext
Gets the current user-to-device AffineTransform.
getTranslateInstance(double, double) - Static method in class java.awt.geom.AffineTransform
Returns a transform representing a translation transformation.
getTranslateX() - Method in class java.awt.geom.AffineTransform
Returns the X coordinate of the translation element (m02) of the 3x3 affine transformation matrix.
getTranslateY() - Method in class java.awt.geom.AffineTransform
Returns the Y coordinate of the translation element (m12) of the 3x3 affine transformation matrix.
getTransparency() - Method in interface java.awt.Transparency
Returns the type of this Transparency.
getTransparency() - Method in class java.awt.TexturePaint
Returns the transparency mode for this TexturePaint.
getTransparency() - Method in class java.awt.GradientPaint
Returns the transparency mode for this GradientPaint.
getTransparency() - Method in class java.awt.Color
Return the transparency mode for this Color.
getTransparency() - Method in class java.awt.image.ColorModel
Returns the transparency.
getTransparency() - Method in class java.awt.image.IndexColorModel
Returns the transparency.
getTransparentPixel() - Method in class java.awt.image.IndexColorModel
Returns the index of the transparent pixel in this IndexColorModel or -1 if there is no transparent pixel.
getTRC() - Method in class java.awt.color.ICC_ProfileGray
Returns the TRC as an array of shorts.
getTRC(int) - Method in class java.awt.color.ICC_ProfileRGB
Returns the TRC for a particular component as an array of shorts.
getTreeCellEditorComponent(JTree, Object, boolean, boolean, boolean, int) - Method in class javax.swing.DefaultCellEditor
 
getTreeCellEditorComponent(JTree, Object, boolean, boolean, boolean, int) - Method in class javax.swing.tree.DefaultTreeCellEditor
Configures the editor.
getTreeCellEditorComponent(JTree, Object, boolean, boolean, boolean, int) - Method in interface javax.swing.tree.TreeCellEditor
Sets an initial value for the editor.
getTreeCellRendererComponent(JTree, Object, boolean, boolean, boolean, int, boolean) - Method in interface javax.swing.tree.TreeCellRenderer
Sets the value of the current tree cell to value.
getTreeCellRendererComponent(JTree, Object, boolean, boolean, boolean, int, boolean) - Method in class javax.swing.tree.DefaultTreeCellRenderer
Configures the renderer based on the passed in components.
getTreeComputerIcon() - Static method in class javax.swing.plaf.metal.MetalIconFactory
 
getTreeControlIcon(boolean) - Static method in class javax.swing.plaf.metal.MetalIconFactory
 
getTreeFloppyDriveIcon() - Static method in class javax.swing.plaf.metal.MetalIconFactory
 
getTreeFolderIcon() - Static method in class javax.swing.plaf.metal.MetalIconFactory
 
getTreeHardDriveIcon() - Static method in class javax.swing.plaf.metal.MetalIconFactory
 
getTreeLeafIcon() - Static method in class javax.swing.plaf.metal.MetalIconFactory
 
getTreeLock() - Method in class java.awt.Component
Gets the locking object for AWT component-tree and layout Gets this component's locking object (the object that owns the thread sychronization monitor) for AWT component-tree and layout operations.
getTreeLock() - Method in class java.awt.MenuComponent
Gets this component's locking object (the object that owns the thread sychronization monitor) for AWT component-tree and layout operations.
getTreePath() - Method in class javax.swing.event.TreeModelEvent
Returns the TreePath object identifying the changed node.
getTrigger() - Method in class java.awt.dnd.DragSourceContext
This method returns the DragGestureEvent that initially triggered the drag.
getTriggerEvent() - Method in class java.awt.dnd.DragGestureEvent
This method returns the initial event that triggered the gesture.
getTriggerEvent() - Method in class java.awt.dnd.DragGestureRecognizer
This method returns the first event in the series of events that initiated the Drag and Drop operation.
getTTL() - Method in class java.net.MulticastSocket
Deprecated. use the getTimeToLive method instead, which returns an int instead of a byte.
getTTL() - Method in class java.net.DatagramSocketImpl
Deprecated. use getTimeToLive instead.
getType() - Method in class java.awt.Cursor
Returns the type for this cursor.
getType() - Method in class java.awt.GraphicsDevice
Returns the type of this GraphicsDevice.
getType() - Method in class java.awt.color.ColorSpace
Returns the color space type of this ColorSpace (for example TYPE_RGB, TYPE_XYZ, ...).
getType() - Method in class java.awt.font.GlyphMetrics
Returns the raw glyph type code.
getType() - Method in class java.awt.geom.AffineTransform
Retrieves the flag bits describing the conversion properties of this transform.
getType() - Method in class java.awt.image.BufferedImage
Returns the image type.
getType() - Method in class java.io.ObjectStreamField
Get the type of the field.
getType() - Method in class java.lang.reflect.Field
Returns a Class object that identifies the declared type for the field represented by this Field object.
getType() - Method in class java.security.KeyStore
Returns the type of this keystore.
getType() - Method in class java.security.cert.Certificate
Returns the type of this certificate.
getType() - Method in class java.security.cert.CertificateFactory
Returns the name of the certificate type associated with this certificate factory.
getType() - Method in class java.security.cert.CRL
Returns the type of this CRL.
getType() - Method in interface java.sql.ResultSet
JDBC 2.0 Returns the type of this result set.
getType() - Method in interface javax.swing.event.DocumentEvent
Gets the type of event.
getType() - Method in class javax.swing.event.TableModelEvent
Returns the type of event - one of: INSERT, UPDATE and DELETE.
getType() - Method in class javax.swing.event.ListDataEvent
Returns the event type.
getType() - Method in class javax.swing.text.AbstractDocument.DefaultDocumentEvent
Returns the type of event.
getType() - Method in class javax.swing.text.DefaultStyledDocument.ElementSpec
Gets the element type.
getType() - Method in class javax.swing.text.html.parser.AttributeList
 
getType() - Method in class javax.swing.text.html.parser.Element
Get type.
getType() - Method in class javax.swing.text.html.parser.Entity
Get the type of the entity.
getType(char) - Static method in class java.lang.Character
Returns a value indicating a character category.
getTypeCode() - Method in class java.io.ObjectStreamField
Returns character encoding of field type.
getTypeDescription(File) - Method in class javax.swing.JFileChooser
Returns the file type.
getTypeDescription(File) - Method in class javax.swing.filechooser.FileView
A human readable description of the type of the file.
getTypeDescription(File) - Method in class javax.swing.plaf.basic.BasicFileChooserUI.BasicFileView
 
getTypeInfo() - Method in interface java.sql.DatabaseMetaData
Gets a description of all the standard SQL types supported by this database.
getTypeMap() - Method in interface java.sql.Connection
JDBC 2.0 Gets the type map object associated with this connection.
getTypeString() - Method in class java.io.ObjectStreamField
Return the JVM type signature.
getUDTs(String, String, String, int[]) - Method in interface java.sql.DatabaseMetaData
JDBC 2.0 Gets a description of the user-defined types defined in a particular schema.
getUI() - Method in class javax.swing.JSlider
Gets the UI object which implements the L&F for this component.
getUI() - Method in class javax.swing.JTree
Returns the L&F object that renders this component.
getUI() - Method in class javax.swing.JLabel
Returns the L&F object that renders this component.
getUI() - Method in class javax.swing.JInternalFrame
Returns the L&F object that renders this component.
getUI() - Method in class javax.swing.JInternalFrame.JDesktopIcon
Returns the L&F object that renders this component.
getUI() - Method in class javax.swing.JToolTip
Returns the L&F object that renders this component.
getUI() - Method in class javax.swing.JDesktopPane
Returns the L&F object that renders this component.
getUI() - Method in class javax.swing.JColorChooser
Returns the L&F object that renders this component.
getUI() - Method in class javax.swing.JToolBar
Returns the toolbar's current UI.
getUI() - Method in class javax.swing.JSeparator
Returns the L&F object that renders this component.
getUI() - Method in class javax.swing.JSplitPane
Returns the SplitPaneUI that is providing the current look and feel.
getUI() - Method in class javax.swing.AbstractButton
Returns the button's current UI.
getUI() - Method in class javax.swing.JScrollBar
Returns the delegate that implements the look and feel for this component.
getUI() - Method in class javax.swing.JProgressBar
Returns the L&F object that renders this component.
getUI() - Method in class javax.swing.JMenuBar
Returns the menubar's current UI.
getUI() - Method in class javax.swing.JFileChooser
Gets the UI object which implements the L&F for this component.
getUI() - Method in class javax.swing.JScrollPane
Returns the L&F object that renders this component.
getUI() - Method in class javax.swing.JPopupMenu
Returns the L&F object that renders this component.
getUI() - Method in class javax.swing.JOptionPane
Returns the UI object which implements the L&F for this component.
getUI() - Method in class javax.swing.JComboBox
Returns the L&F object that renders this component.
getUI() - Method in class javax.swing.JTabbedPane
Returns the UI object which implements the L&F for this component.
getUI() - Method in class javax.swing.JTable
Returns the L&F object that renders this component.
getUI() - Method in class javax.swing.JList
Returns the L&F object that renders this component.
getUI() - Method in class javax.swing.table.JTableHeader
Returns the L&F object that renders this component.
getUI() - Method in class javax.swing.text.JTextComponent
Fetches the user-interface factory for this text-oriented editor.
getUI(JComponent) - Static method in class javax.swing.UIManager
Returns the L&F object that renders the target component.
getUI(JComponent) - Method in class javax.swing.UIDefaults
Create an ComponentUI implementation for the specified component.
getUIClass(String) - Method in class javax.swing.UIDefaults
Returns the L&F class that renders this component.
getUIClass(String, ClassLoader) - Method in class javax.swing.UIDefaults
The value of get(uidClassID) must be the String name of a class that implements the corresponding ComponentUI class.
getUIClassID() - Method in class javax.swing.JComponent
Return the UIDefaults key used to look up the name of the swing.plaf.ComponentUI class that defines the look and feel for this component.
getUIClassID() - Method in class javax.swing.JEditorPane
Gets the class ID for the UI.
getUIClassID() - Method in class javax.swing.JTextPane
Returns the class ID for the UI.
getUIClassID() - Method in class javax.swing.JSlider
Returns the name of the L&F class that renders this component.
getUIClassID() - Method in class javax.swing.JTree
Returns the name of the L&F class that renders this component.
getUIClassID() - Method in class javax.swing.JLabel
Returns a string that specifies the name of the l&f class that renders this component.
getUIClassID() - Method in class javax.swing.JInternalFrame
Returns the name of the L&F class that renders this component.
getUIClassID() - Method in class javax.swing.JInternalFrame.JDesktopIcon
Returns the name of the L&F class that renders this component.
getUIClassID() - Method in class javax.swing.JToolTip
Returns the name of the L&F class that renders this component.
getUIClassID() - Method in class javax.swing.JDesktopPane
Returns the name of the L&F class that renders this component.
getUIClassID() - Method in class javax.swing.JColorChooser
Returns the name of the L&F class that renders this component.
getUIClassID() - Method in class javax.swing.JTextField
Gets the class ID for a UI.
getUIClassID() - Method in class javax.swing.JPasswordField
Returns the name of the L&F class that renders this component.
getUIClassID() - Method in class javax.swing.JToolBar
Returns the name of the L&F class that renders this component.
getUIClassID() - Method in class javax.swing.JSeparator
Returns the name of the L&F class that renders this component.
getUIClassID() - Method in class javax.swing.JToolBar.Separator
Returns the name of the L&F class that renders this component.
getUIClassID() - Method in class javax.swing.JSplitPane
Returns the name of the L&F class that renders this component.
getUIClassID() - Method in class javax.swing.JMenuItem
Returns the name of the L&F class that renders this component.
getUIClassID() - Method in class javax.swing.JRadioButtonMenuItem
Returns the name of the L&F class that renders this component.
getUIClassID() - Method in class javax.swing.JToggleButton
Returns a string that specifies the name of the l&f class that renders this component.
getUIClassID() - Method in class javax.swing.JCheckBox
Returns a string that specifies the name of the L&F class that renders this component.
getUIClassID() - Method in class javax.swing.JScrollBar
Returns the name of the LookAndFeel class for this component.
getUIClassID() - Method in class javax.swing.JProgressBar
Returns the name of the L&F class that renders this component.
getUIClassID() - Method in class javax.swing.JCheckBoxMenuItem
Returns the name of the L&F class that renders this component.
getUIClassID() - Method in class javax.swing.JMenuBar
Returns the name of the L&F class that renders this component.
getUIClassID() - Method in class javax.swing.JFileChooser
Returns a string that specifies the name of the L&F class that renders this component.
getUIClassID() - Method in class javax.swing.JScrollPane
Returns the key used to look up the ScrollPaneUI class that provides the look and feel for JScrollPane.
getUIClassID() - Method in class javax.swing.JPopupMenu
Returns the name of the L&F class that renders this component.
getUIClassID() - Method in class javax.swing.JPopupMenu.Separator
Returns the name of the L&F class that renders this component.
getUIClassID() - Method in class javax.swing.JRadioButton
Returns the name of the L&F class that renders this component.
getUIClassID() - Method in class javax.swing.JOptionPane
Returns the name of the UI class that implements the L&F for this component.
getUIClassID() - Method in class javax.swing.JTextArea
Returns the class ID for the UI.
getUIClassID() - Method in class javax.swing.JButton
Returns a string that specifies the name of the L&F class that renders this component.
getUIClassID() - Method in class javax.swing.JComboBox
Returns the name of the L&F class that renders this component.
getUIClassID() - Method in class javax.swing.JTabbedPane
Returns the name of the UI class that implements the L&F for this component.
getUIClassID() - Method in class javax.swing.JMenu
Returns the name of the L&F class that renders this component.
getUIClassID() - Method in class javax.swing.JTable
Returns the name of the L&F class that renders this component.
getUIClassID() - Method in class javax.swing.JList
Returns the name of the UIFactory class that generates the look and feel for this component.
getUIClassID() - Method in class javax.swing.JPanel
Returns a string that specifies the name of the L&F class that renders this component.
getUIClassID() - Method in class javax.swing.table.JTableHeader
Returns the name of the L&F class that renders this component.
getUIError(String) - Method in class javax.swing.UIDefaults
If getUI() fails for any reason, it calls this method before returning null.
getUIs() - Method in class javax.swing.plaf.multi.MultiColorChooserUI
Return the list of UI's associated with this multiplexing UI.
getUIs() - Method in class javax.swing.plaf.multi.MultiTabbedPaneUI
Return the list of UI's associated with this multiplexing UI.
getUIs() - Method in class javax.swing.plaf.multi.MultiViewportUI
Return the list of UI's associated with this multiplexing UI.
getUIs() - Method in class javax.swing.plaf.multi.MultiSliderUI
Return the list of UI's associated with this multiplexing UI.
getUIs() - Method in class javax.swing.plaf.multi.MultiToolBarUI
Return the list of UI's associated with this multiplexing UI.
getUIs() - Method in class javax.swing.plaf.multi.MultiTableUI
Return the list of UI's associated with this multiplexing UI.
getUIs() - Method in class javax.swing.plaf.multi.MultiMenuItemUI
Return the list of UI's associated with this multiplexing UI.
getUIs() - Method in class javax.swing.plaf.multi.MultiTextUI
Return the list of UI's associated with this multiplexing UI.
getUIs() - Method in class javax.swing.plaf.multi.MultiToolTipUI
Return the list of UI's associated with this multiplexing UI.
getUIs() - Method in class javax.swing.plaf.multi.MultiProgressBarUI
Return the list of UI's associated with this multiplexing UI.
getUIs() - Method in class javax.swing.plaf.multi.MultiScrollPaneUI
Return the list of UI's associated with this multiplexing UI.
getUIs() - Method in class javax.swing.plaf.multi.MultiPanelUI
Return the list of UI's associated with this multiplexing UI.
getUIs() - Method in class javax.swing.plaf.multi.MultiListUI
Return the list of UI's associated with this multiplexing UI.
getUIs() - Method in class javax.swing.plaf.multi.MultiLabelUI
Return the list of UI's associated with this multiplexing UI.
getUIs() - Method in class javax.swing.plaf.multi.MultiSplitPaneUI
Return the list of UI's associated with this multiplexing UI.
getUIs() - Method in class javax.swing.plaf.multi.MultiOptionPaneUI
Return the list of UI's associated with this multiplexing UI.
getUIs() - Method in class javax.swing.plaf.multi.MultiComboBoxUI
Return the list of UI's associated with this multiplexing UI.
getUIs() - Method in class javax.swing.plaf.multi.MultiTableHeaderUI
Return the list of UI's associated with this multiplexing UI.
getUIs() - Method in class javax.swing.plaf.multi.MultiMenuBarUI
Return the list of UI's associated with this multiplexing UI.
getUIs() - Method in class javax.swing.plaf.multi.MultiSeparatorUI
Return the list of UI's associated with this multiplexing UI.
getUIs() - Method in class javax.swing.plaf.multi.MultiFileChooserUI
Return the list of UI's associated with this multiplexing UI.
getUIs() - Method in class javax.swing.plaf.multi.MultiDesktopPaneUI
Return the list of UI's associated with this multiplexing UI.
getUIs() - Method in class javax.swing.plaf.multi.MultiScrollBarUI
Return the list of UI's associated with this multiplexing UI.
getUIs() - Method in class javax.swing.plaf.multi.MultiButtonUI
Return the list of UI's associated with this multiplexing UI.
getUIs() - Method in class javax.swing.plaf.multi.MultiPopupMenuUI
Return the list of UI's associated with this multiplexing UI.
getUIs() - Method in class javax.swing.plaf.multi.MultiTreeUI
Return the list of UI's associated with this multiplexing UI.
getUIs() - Method in class javax.swing.plaf.multi.MultiDesktopIconUI
Return the list of UI's associated with this multiplexing UI.
getUIs() - Method in class javax.swing.plaf.multi.MultiInternalFrameUI
Return the list of UI's associated with this multiplexing UI.
getUnderlineOffset() - Method in class java.awt.font.LineMetrics
Returns the position of the underline relative to the baseline.
getUnderlineThickness() - Method in class java.awt.font.LineMetrics
Returns the thickness of the underline.
getUndoOrRedoPresentationName() - Method in class javax.swing.undo.UndoManager
Return the appropriate name for a command that toggles between undo and redo.
getUndoPresentationName() - Method in class javax.swing.text.AbstractDocument.DefaultDocumentEvent
Provides a localized, human readable description of the undoable form of this edit, e.g.
getUndoPresentationName() - Method in class javax.swing.undo.AbstractUndoableEdit
If getPresentationName() returns "", returns AbstractUndoableEdit.UndoName.
getUndoPresentationName() - Method in class javax.swing.undo.CompoundEdit
Returns getUndoPresentationName from the last UndoableEdit added to edits.
getUndoPresentationName() - Method in interface javax.swing.undo.UndoableEdit
Provide a localized, human readable description of the undoable form of this edit, e.g.
getUndoPresentationName() - Method in class javax.swing.undo.UndoManager
If inProgress, returns getUndoPresentationName of the significant edit that will be undone when undo() is invoked.
getUnicodeStream(int) - Method in interface java.sql.ResultSet
Deprecated.  
getUnicodeStream(String) - Method in interface java.sql.ResultSet
Deprecated.  
getUnitIncrement() - Method in interface java.awt.Adjustable
Gets the unit value increment for the adjustable object.
getUnitIncrement() - Method in class java.awt.Scrollbar
Gets the unit increment for this scrollbar.
getUnitIncrement() - Method in class javax.swing.JScrollBar
For backwards compatibility with java.awt.Scrollbar.
getUnitIncrement(int) - Method in class javax.swing.JScrollBar
Returns the amount to change the scrollbar's value by, given a unit up/down request.
getUnitIncrement(int) - Method in class javax.swing.JScrollPane.ScrollBar
If the viewports view is a Scrollable then ask the view to compute the unit increment.
getUnnormalizedComponents(float[], int, int[], int) - Method in class java.awt.image.ColorModel
Returns an array of all of the color/alpha components in unnormalized form, given a normalized component array.
getUpdateAction() - Method in class javax.swing.plaf.basic.BasicFileChooserUI
 
getUpdateCount() - Method in interface java.sql.Statement
Returns the current result as an update count; if the result is a ResultSet or there are no more results, -1 is returned.
getUpdateCounts() - Method in class java.sql.BatchUpdateException
Retrieves the update count for each update statement in the batch update that executed successfully before this exception occurred.
getUpdateLevel() - Method in class javax.swing.undo.UndoableEditSupport
Returns the update level value.
getUpdateRect() - Method in class java.awt.event.PaintEvent
Returns the rectangle representing the area which needs to be repainted in response to this event.
getUpdateTableInRealTime() - Method in class javax.swing.table.JTableHeader
Returns true if the receiver updates the body of the table view in real time when a column is resized or dragged.
getURL() - Method in class java.net.URLConnection
Returns the value of this URLConnection's URL field.
getURL() - Method in interface java.sql.DatabaseMetaData
What's the url for this database?
getURL() - Method in class javax.swing.event.HyperlinkEvent
Gets the URL that the link refers to.
getURLs() - Method in class java.net.URLClassLoader
Returns the search path of URLs for loading classes and resources.
getUseCaches() - Method in class java.net.URLConnection
Returns the value of this URLConnection's useCaches field.
getUserAction() - Method in class java.awt.dnd.DragSourceDragEvent
This method returns an int representing the user's currently selected drop action.
getUserName() - Method in class java.awt.print.PrinterJob
Gets the name of the printing user.
getUserName() - Method in class java.net.PasswordAuthentication
Returns the user name.
getUserName() - Method in interface java.sql.DatabaseMetaData
What's our user name as known to the database?
getUserObject() - Method in class javax.swing.tree.DefaultMutableTreeNode
Returns this node's user object.
getUserObjectPath() - Method in class javax.swing.tree.DefaultMutableTreeNode
Returns the user object path, from the root, to get to this node.
getUserTextColor() - Static method in class javax.swing.plaf.metal.MetalLookAndFeel
 
getUserTextColor() - Method in class javax.swing.plaf.metal.MetalTheme
 
getUserTextFont() - Static method in class javax.swing.plaf.metal.MetalLookAndFeel
 
getUserTextFont() - Method in class javax.swing.plaf.metal.MetalTheme
 
getUserTextFont() - Method in class javax.swing.plaf.metal.DefaultMetalTheme
 
getVAdjustable() - Method in class java.awt.ScrollPane
Returns the Adjustable object which represents the state of the vertical scrollbar.
getValue() - Method in interface java.awt.Adjustable
Gets the current value of the adjustable object.
getValue() - Method in class java.awt.Scrollbar
Gets the current value of this scroll bar.
getValue() - Method in class java.awt.event.AdjustmentEvent
Returns the current value in the adjustment event.
getValue() - Method in class java.beans.PropertyEditorSupport
Gets the value of the property.
getValue() - Method in interface java.beans.PropertyEditor
Gets the property value.
getValue() - Method in class java.rmi.dgc.Lease
Returns the lease duration.
getValue() - Method in class java.text.Annotation
Returns the value of the attribute, which may be null.
getValue() - Method in interface java.util.Map.Entry
Returns the value corresponding to this entry.
getValue() - Method in class java.util.zip.Adler32
Returns checksum value.
getValue() - Method in class java.util.zip.CRC32
Returns CRC-32 value.
getValue() - Method in interface java.util.zip.Checksum
Returns the current checksum value.
getValue() - Method in class javax.swing.JSlider
Returns the sliders value.
getValue() - Method in interface javax.swing.BoundedRangeModel
Returns the model's current value.
getValue() - Method in class javax.swing.JScrollBar
Returns the scrollbar's value.
getValue() - Method in class javax.swing.JProgressBar
Returns the model's current value.
getValue() - Method in class javax.swing.DefaultBoundedRangeModel
Return the model's current value.
getValue() - Method in class javax.swing.JOptionPane
Returns the value the user has selected.
getValue() - Method in class javax.swing.text.html.Option
Convenience method to return the string associated with the value attribute.
getValue() - Method in class javax.swing.text.html.parser.AttributeList
 
getValue(Attributes.Name) - Method in class java.util.jar.Attributes
Returns the value of the specified Attributes.Name, or null if the attribute was not found.
getValue(String) - Method in class java.beans.FeatureDescriptor
Retrieve a named attribute with this feature.
getValue(String) - Method in class java.util.jar.Attributes
Returns the value of the specified attribute name, specified as a string, or null if the attribute was not found.
getValue(String) - Method in interface javax.swing.Action
Gets one of this object's properties using the associated key.
getValue(String) - Method in class javax.swing.AbstractAction
Gets the Object associated with the specified key.
getValueAt(int, int) - Method in class javax.swing.JTable
Returns the cell value at row and column.
getValueAt(int, int) - Method in class javax.swing.table.DefaultTableModel
Returns an attribute value for the cell at row and column.
getValueAt(int, int) - Method in interface javax.swing.table.TableModel
Returns an attribute value for the cell at columnIndex and rowIndex.
getValueIsAdjusting() - Method in class javax.swing.JSlider
True if the slider knob is being dragged.
getValueIsAdjusting() - Method in class javax.swing.DefaultListSelectionModel
 
getValueIsAdjusting() - Method in interface javax.swing.BoundedRangeModel
Returns true if the current changes to the value property are part of a series of changes.
getValueIsAdjusting() - Method in interface javax.swing.ListSelectionModel
Returns true if the value is undergoing a series of changes.
getValueIsAdjusting() - Method in class javax.swing.JScrollBar
True if the scrollbar knob is being dragged.
getValueIsAdjusting() - Method in class javax.swing.DefaultBoundedRangeModel
Returns true if the value is in the process of changing as a result of actions being taken by the user.
getValueIsAdjusting() - Method in class javax.swing.JList
Returns the value of the data model's isAdjusting property.
getValueIsAdjusting() - Method in class javax.swing.event.ListSelectionEvent
Returns true if this is one of multiple change events.
getValues() - Method in class javax.swing.text.html.parser.AttributeList
 
getVariant() - Method in class java.util.Locale
Returns the variant code for this locale.
getVariation() - Method in class java.awt.im.InputMethodHighlight
Returns the style variation of the text range.
getVersion() - Method in interface java.awt.font.OpenType
Returns the version of the OpenType font.
getVersion() - Method in class java.security.Provider
Returns the version number for this provider.
getVersion() - Method in class java.security.cert.X509Certificate
Gets the version (version number) value from the certificate.
getVersion() - Method in class java.security.cert.X509CRL
Gets the version (version number) value from the CRL.
getVersionColumns(String, String, String) - Method in interface java.sql.DatabaseMetaData
Gets a description of a table's columns that are automatically updated when any value in a row is updated.
getVerticalAlignment() - Method in class javax.swing.JLabel
Returns the alignment of the label's contents along the Y axis.
getVerticalAlignment() - Method in class javax.swing.AbstractButton
Returns the vertical alignment of the text and icon.
getVerticalLegBuffer() - Method in class javax.swing.plaf.basic.BasicTreeUI
The vertical element of legs between nodes starts at the bottom of the parent node by default.
getVerticalScrollBar() - Method in class javax.swing.ScrollPaneLayout
Returns the JScrollbar object that handles vertical scrolling.
getVerticalScrollBar() - Method in class javax.swing.JScrollPane
Returns the vertical scroll bar.
getVerticalScrollBarPolicy() - Method in class javax.swing.ScrollPaneLayout
Returns the vertical scrollbar-display policy.
getVerticalScrollBarPolicy() - Method in class javax.swing.JScrollPane
Returns the vertical scroll bar policy value.
getVerticalSliderThumbIcon() - Static method in class javax.swing.plaf.metal.MetalIconFactory
 
getVerticalTextPosition() - Method in class javax.swing.JLabel
Returns the vertical position of the label's text, relative to its image.
getVerticalTextPosition() - Method in class javax.swing.AbstractButton
Returns the vertical position of the text relative to the icon Valid keys: CENTER (the default), TOP, BOTTOM
getVgap() - Method in class java.awt.CardLayout
Gets the vertical gap between components.
getVgap() - Method in class java.awt.GridLayout
Gets the vertical gap between components.
getVgap() - Method in class java.awt.FlowLayout
Gets the vertical gap between components.
getVgap() - Method in class java.awt.BorderLayout
Returns the vertical gap between components.
getView() - Method in class javax.swing.JViewport
Returns the Viewport's one child or null.
getView(int) - Method in class javax.swing.text.View
Gets the nth child view.
getView(int) - Method in class javax.swing.text.CompositeView
Gets the n-th view in this container.
getViewAtPoint(int, int, Rectangle) - Method in class javax.swing.text.CompositeView
Fetches the child view at the given point.
getViewAtPoint(int, int, Rectangle) - Method in class javax.swing.text.BoxView
Fetches the child view at the given point.
getViewAtPosition(int, Rectangle) - Method in class javax.swing.text.CompositeView
Fetches the child view that represents the given position in the model.
getViewAtPosition(int, Rectangle) - Method in class javax.swing.text.TableView
Fetches the child view that represents the given position in the model.
getViewAtPosition(int, Rectangle) - Method in class javax.swing.text.TableView.TableRow
Fetches the child view that represents the given position in the model.
getViewAtPosition(int, Rectangle) - Method in class javax.swing.text.ParagraphView
Fetches the child view that represents the given position in the model.
getViewAttributes(View) - Method in class javax.swing.text.html.StyleSheet
Fetch a set of attributes to use in the view for displaying.
getViewCount() - Method in class javax.swing.text.View
Returns the number of views in this view.
getViewCount() - Method in class javax.swing.text.CompositeView
Returns the number of child views of this view.
getViewFactory() - Method in class javax.swing.text.View
Fetches the ViewFactory implementation that is feeding the view hierarchy.
getViewFactory() - Method in class javax.swing.text.EditorKit
Fetches a factory that is suitable for producing views of any models that are produced by this kit.
getViewFactory() - Method in class javax.swing.text.DefaultEditorKit
Fetches a factory that is suitable for producing views of any models that are produced by this kit.
getViewFactory() - Method in class javax.swing.text.StyledEditorKit
Fetches a factory that is suitable for producing views of any models that are produced by this kit.
getViewFactory() - Method in class javax.swing.text.html.HTMLEditorKit
Fetch a factory that is suitable for producing views of any models that are produced by this kit.
getViewIndexAtPosition(int) - Method in class javax.swing.text.CompositeView
Fetches the child view index representing the given position in the model.
getViewIndexAtPosition(int) - Method in class javax.swing.text.ParagraphView
Fetches the child view index representing the given position in the model.
getViewport() - Method in class javax.swing.ScrollPaneLayout
Returns the JViewport object that displays the scrollable contents.
getViewport() - Method in class javax.swing.JScrollPane
Returns the current JViewport.
getViewportBorder() - Method in class javax.swing.JScrollPane
Returns the value of the viewportBorder property.
getViewportBorderBounds() - Method in class javax.swing.JScrollPane
Returns the bounds of the viewport border.
getViewportBorderBounds(JScrollPane) - Method in class javax.swing.ScrollPaneLayout
Deprecated. As of JDK version Swing1.1 replaced by JScrollPane.getViewportBorderBounds().
getViewportSize() - Method in class java.awt.ScrollPane
Returns the current size of the scroll pane's view port.
getViewPosition() - Method in class javax.swing.JViewport
Returns the view coordinates that appear in the upper left hand corner of the viewport, 0,0 if there's no view.
getViewRect() - Method in class javax.swing.JViewport
Return a rectangle whose origin is getViewPosition and size is getExtentSize().
getViewSize() - Method in class javax.swing.JViewport
If the view's size hasn't been explicitly set, return the preferred size, otherwise return the view's current size.
getVisible() - Method in class java.awt.Scrollbar
Deprecated. As of JDK version 1.1, replaced by getVisibleAmount().
getVisibleAdvance() - Method in class java.awt.font.TextLayout
Returns the advance of this TextLayout, minus trailing whitespace.
getVisibleAmount() - Method in interface java.awt.Adjustable
Gets the length of the propertional indicator.
getVisibleAmount() - Method in class java.awt.Scrollbar
Gets the visible amount of this scroll bar.
getVisibleAmount() - Method in class javax.swing.JScrollBar
Returns the scrollbar's extent, aka its "visibleAmount".
getVisibleChildCount(TreePath) - Method in class javax.swing.tree.AbstractLayoutCache
Returns the number of visible children for row.
getVisibleChildCount(TreePath) - Method in class javax.swing.tree.FixedHeightLayoutCache
Returns the number of visible children for row.
getVisibleChildCount(TreePath) - Method in class javax.swing.tree.VariableHeightLayoutCache
Returns the number of visible children for row.
getVisibleComponent() - Method in class javax.swing.plaf.basic.BasicTabbedPaneUI
 
getVisibleEditorRect() - Method in class javax.swing.plaf.basic.BasicTextUI
Gets the allocation to give the root View.
getVisibleIndex() - Method in class java.awt.List
Gets the index of the item that was last made visible by the method makeVisible.
getVisiblePathsFrom(TreePath) - Method in class javax.swing.tree.AbstractLayoutCache
Returns an Enumerator that increments over the visible paths starting at the passed in location.
getVisiblePathsFrom(TreePath) - Method in class javax.swing.tree.FixedHeightLayoutCache
Returns an Enumerator that increments over the visible paths starting at the passed in location.
getVisiblePathsFrom(TreePath) - Method in class javax.swing.tree.VariableHeightLayoutCache
Returns an Enumerator that increments over the visible paths starting at the passed in location.
getVisiblePosition() - Method in class java.awt.event.InputMethodEvent
Gets the position that's most important to be visible.
getVisibleRect() - Method in class javax.swing.JComponent
Returns the Component's "visible rectangle" - the intersection of this components visible rectangle:
getVisibleRowCount() - Method in class javax.swing.JTree
Returns the number of rows that are displayed in the display area.
getVisibleRowCount() - Method in class javax.swing.JList
Return the preferred number of visible rows.
getVisualBounds() - Method in class java.awt.font.GlyphVector
Returns the visual bounds of this GlyphVector The visual bounds is the tightest rectangle enclosing all non-background pixels in the rendered representation of this GlyphVector.
getVisualHighlightShape(TextHitInfo, TextHitInfo) - Method in class java.awt.font.TextLayout
Returns a Shape enclosing the visual selection in the specified range, extended to the bounds.
getVisualHighlightShape(TextHitInfo, TextHitInfo, Rectangle2D) - Method in class java.awt.font.TextLayout
Returns a path enclosing the visual selection in the specified range, extended to bounds.
getVisualOtherHit(TextHitInfo) - Method in class java.awt.font.TextLayout
Returns the hit on the opposite side of the specified hit's caret.
getVMID() - Method in class java.rmi.dgc.Lease
Returns the client VMID associated with the lease.
getVScrollbarWidth() - Method in class java.awt.ScrollPane
Returns the width that would be occupied by a vertical scrollbar, which is independent of whether it is currently displayed by the scroll pane or not.
getWantsInput() - Method in class javax.swing.JOptionPane
Returns true if a parentComponent will be provided for the user to input.
getWarnings() - Method in interface java.sql.ResultSet
The first warning reported by calls on this ResultSet is returned.
getWarnings() - Method in interface java.sql.Connection
Returns the first warning reported by calls on this Connection.
getWarnings() - Method in interface java.sql.Statement
Retrieves the first warning reported by calls on this Statement.
getWarningString() - Method in class java.awt.Window
Gets the warning string that is displayed with this window.
getWarningString() - Method in class javax.swing.JInternalFrame
Gets the warning string that is displayed with this window.
getWeekdays() - Method in class java.text.DateFormatSymbols
Gets weekday strings.
getWestPane() - Method in class javax.swing.plaf.basic.BasicInternalFrameUI
 
getWhen() - Method in class java.awt.event.InputEvent
Returns the timestamp of when this event occurred.
getWhite() - Static method in class javax.swing.plaf.metal.MetalLookAndFeel
 
getWhite() - Method in class javax.swing.plaf.metal.MetalTheme
 
getWidth() - Method in class java.awt.Component
Return the current width of this component.
getWidth() - Method in class java.awt.Dimension
Returns the width of this dimension in double precision.
getWidth() - Method in class java.awt.Rectangle
Returns the width of the bounding Rectangle in double precision.
getWidth() - Method in class java.awt.geom.Dimension2D
Returns the width of this Dimension in double precision.
getWidth() - Method in class java.awt.geom.RectangularShape
Returns the width of the framing rectangle in double precision.
getWidth() - Method in class java.awt.geom.Rectangle2D.Float
Returns the width of this Rectangle2D in double precision.
getWidth() - Method in class java.awt.geom.Rectangle2D.Double
Returns the width of this Rectangle2D in double precision.
getWidth() - Method in class java.awt.geom.RoundRectangle2D.Float
Returns the width of this RoundRectangle2D in double precision.
getWidth() - Method in class java.awt.geom.RoundRectangle2D.Double
Returns the width of this RoundRectangle2D in double precision.
getWidth() - Method in class java.awt.geom.Arc2D.Float
Returns the width of the ellipse of which this arc is a partial section
getWidth() - Method in class java.awt.geom.Arc2D.Double
Returns the width of the ellipse of which this arc is a partial section
getWidth() - Method in class java.awt.geom.Ellipse2D.Float
Returns the overall width of this Ellipse2D in double precision.
getWidth() - Method in class java.awt.geom.Ellipse2D.Double
Returns the overall width of this Ellipse2D in double precision.
getWidth() - Method in class java.awt.image.Raster
Returns the width in pixels of the Raster.
getWidth() - Method in class java.awt.image.Kernel
Returns the width of this Kernel.
getWidth() - Method in class java.awt.image.SampleModel
Returns the width in pixels.
getWidth() - Method in class java.awt.image.PixelGrabber
Get the width of the pixel buffer (after adjusting for image width).
getWidth() - Method in class java.awt.image.BufferedImage
Returns the width of the BufferedImage.
getWidth() - Method in interface java.awt.image.RenderedImage
Returns the width of the RenderedImage.
getWidth() - Method in class java.awt.image.renderable.RenderableImageOp
Gets the width in user coordinate space.
getWidth() - Method in interface java.awt.image.renderable.RenderableImage
Gets the width in user coordinate space.
getWidth() - Method in class java.awt.print.PageFormat
Returns the width, in 1/72nds of an inch, of the page.
getWidth() - Method in class java.awt.print.Paper
Returns the width of the page in 1/72nds of an inch.
getWidth() - Method in class javax.swing.JComponent
Return the current width of this component.
getWidth() - Method in class javax.swing.table.TableColumn
Returns the width of the TableColumn.
getWidth() - Method in class javax.swing.text.BoxView
The current width of the box.
getWidth(ImageObserver) - Method in class java.awt.Image
Determines the width of the image.
getWidth(ImageObserver) - Method in class java.awt.image.BufferedImage
Returns the actual width of the image.
getWidthOfHighValueLabel() - Method in class javax.swing.plaf.basic.BasicSliderUI
 
getWidthOfLowValueLabel() - Method in class javax.swing.plaf.basic.BasicSliderUI
 
getWidthOfWidestLabel() - Method in class javax.swing.plaf.basic.BasicSliderUI
 
getWidths() - Method in class java.awt.FontMetrics
Gets the advance widths of the first 256 characters in the Font.
getWindingRule() - Method in class java.awt.geom.GeneralPath
Returns the fill style winding rule.
getWindingRule() - Method in interface java.awt.geom.PathIterator
Returns the winding rule for determining the interior of the path.
getWindingRule() - Method in class java.awt.geom.FlatteningPathIterator
Returns the winding rule for determining the interior of the path.
getWindow() - Method in class java.awt.event.WindowEvent
Returns the originator of the event.
getWindowBackground() - Static method in class javax.swing.plaf.metal.MetalLookAndFeel
 
getWindowBackground() - Method in class javax.swing.plaf.metal.MetalTheme
 
getWindowTitleBackground() - Static method in class javax.swing.plaf.metal.MetalLookAndFeel
 
getWindowTitleBackground() - Method in class javax.swing.plaf.metal.MetalTheme
 
getWindowTitleFont() - Static method in class javax.swing.plaf.metal.MetalLookAndFeel
 
getWindowTitleFont() - Method in class javax.swing.plaf.metal.MetalTheme
 
getWindowTitleFont() - Method in class javax.swing.plaf.metal.DefaultMetalTheme
 
getWindowTitleForeground() - Static method in class javax.swing.plaf.metal.MetalLookAndFeel
 
getWindowTitleForeground() - Method in class javax.swing.plaf.metal.MetalTheme
 
getWindowTitleInactiveBackground() - Static method in class javax.swing.plaf.metal.MetalLookAndFeel
 
getWindowTitleInactiveBackground() - Method in class javax.swing.plaf.metal.MetalTheme
 
getWindowTitleInactiveForeground() - Static method in class javax.swing.plaf.metal.MetalLookAndFeel
 
getWindowTitleInactiveForeground() - Method in class javax.swing.plaf.metal.MetalTheme
 
getWordEnd(JTextComponent, int) - Static method in class javax.swing.text.Utilities
Determines the end of a word for the given location.
getWordInstance() - Static method in class java.text.BreakIterator
Create BreakIterator for word-breaks using default locale.
getWordInstance(Locale) - Static method in class java.text.BreakIterator
Create BreakIterator for word-breaks using specified locale.
getWordStart(JTextComponent, int) - Static method in class javax.swing.text.Utilities
Determines the start of a word for the given model location.
getWrapStyleWord() - Method in class javax.swing.JTextArea
Get the style of wrapping used if the text area is wrapping lines.
getWritableParent() - Method in class java.awt.image.WritableRaster
Returns the parent WritableRaster (if any) of this WritableRaster, or else null.
getWritableTile(int, int) - Method in interface java.awt.image.WritableRenderedImage
Checks out a tile for writing.
getWritableTile(int, int) - Method in class java.awt.image.BufferedImage
Checks out a tile for writing.
getWritableTileIndices() - Method in interface java.awt.image.WritableRenderedImage
Returns an array of Point objects indicating which tiles are checked out for writing.
getWritableTileIndices() - Method in class java.awt.image.BufferedImage
Returns an array of Point objects indicating which tiles are checked out for writing.
getWriteMethod() - Method in class java.beans.PropertyDescriptor
Gets the method that should be used to write the property value.
getX() - Method in class java.awt.Component
Return the current x coordinate of the components origin.
getX() - Method in class java.awt.Point
Returns the X coordinate of the point in double precision.
getX() - Method in class java.awt.Rectangle
Returns the X coordinate of the bounding Rectangle in double precision.
getX() - Method in class java.awt.event.MouseEvent
Returns the horizontal x position of the event relative to the source component.
getX() - Method in class java.awt.geom.Point2D
Returns the X coordinate of this Point2D in double precision.
getX() - Method in class java.awt.geom.RectangularShape
Returns the X coordinate of the upper left corner of the framing rectangle in double precision.
getX() - Method in class java.awt.geom.Rectangle2D.Float
Returns the X coordinate of this Rectangle2D in double precision.
getX() - Method in class java.awt.geom.Rectangle2D.Double
Returns the X coordinate of this Rectangle2D in double precision.
getX() - Method in class java.awt.geom.RoundRectangle2D.Float
Returns the X coordinate of this RoundRectangle2D in double precision.
getX() - Method in class java.awt.geom.RoundRectangle2D.Double
Returns the X coordinate of this RoundRectangle2D in double precision.
getX() - Method in class java.awt.geom.Point2D.Float
Returns the X coordinate of this Point2D in double precision.
getX() - Method in class java.awt.geom.Point2D.Double
Returns the X coordinate of this Point2D in double precision.
getX() - Method in class java.awt.geom.Arc2D.Float
Returns the x coordinate of the upper left corner of the arc.
getX() - Method in class java.awt.geom.Arc2D.Double
Returns the x coordinate of the upper left corner of the arc.
getX() - Method in class java.awt.geom.Ellipse2D.Float
Returns the X coordinate of the upper left corner of this Ellipse2D in double precision.
getX() - Method in class java.awt.geom.Ellipse2D.Double
Returns the X coordinate of the upper left corner of this Ellipse2D in double precision.
getX() - Method in interface java.security.interfaces.DSAPrivateKey
Returns the value of the private key, x.
getX() - Method in class java.security.spec.DSAPrivateKeySpec
Returns the private key x.
getX() - Method in class javax.swing.JComponent
Return the current x coordinate of the components origin.
getX1() - Method in class java.awt.geom.Line2D
Returns the X coordinate of the start point in double precision.
getX1() - Method in class java.awt.geom.Line2D.Float
Returns the X coordinate of the start point in double precision.
getX1() - Method in class java.awt.geom.Line2D.Double
Returns the X coordinate of the start point in double precision.
getX1() - Method in class java.awt.geom.CubicCurve2D
Returns the X coordinate of the start point in double precision.
getX1() - Method in class java.awt.geom.CubicCurve2D.Float
Returns the X coordinate of the start point in double precision.
getX1() - Method in class java.awt.geom.CubicCurve2D.Double
Returns the X coordinate of the start point in double precision.
getX1() - Method in class java.awt.geom.QuadCurve2D
Returns the x coordinate of the start point in double in precision.
getX1() - Method in class java.awt.geom.QuadCurve2D.Float
Returns the x coordinate of the start point in double precision.
getX1() - Method in class java.awt.geom.QuadCurve2D.Double
Returns the x coordinate of the start point in double precision.
getX2() - Method in class java.awt.geom.Line2D
Returns the X coordinate of the end point in double precision.
getX2() - Method in class java.awt.geom.Line2D.Float
Returns the X coordinate of the end point in double precision.
getX2() - Method in class java.awt.geom.Line2D.Double
Returns the X coordinate of the end point in double precision.
getX2() - Method in class java.awt.geom.CubicCurve2D
Returns the X coordinate of the end point in double precision.
getX2() - Method in class java.awt.geom.CubicCurve2D.Float
Returns the X coordinate of the end point in double precision.
getX2() - Method in class java.awt.geom.CubicCurve2D.Double
Returns the X coordinate of the end point in double precision.
getX2() - Method in class java.awt.geom.QuadCurve2D
Returns the x coordinate of the end point in double precision.
getX2() - Method in class java.awt.geom.QuadCurve2D.Float
Returns the x coordinate of the end point in double precision.
getX2() - Method in class java.awt.geom.QuadCurve2D.Double
Returns the x coordinate of the end point in double precision.
getXOrigin() - Method in class java.awt.image.Kernel
Returns the X origin of this Kernel.
getY() - Method in class java.awt.Component
Return the current y coordinate of the components origin.
getY() - Method in class java.awt.Point
Returns the Y coordinate of the point in double precision.
getY() - Method in class java.awt.Rectangle
Returns the Y coordinate of the bounding Rectangle in double precision.
getY() - Method in class java.awt.event.MouseEvent
Returns the vertical y position of the event relative to the source component.
getY() - Method in class java.awt.geom.Point2D
Returns the Y coordinate of this Point2D in double precision.
getY() - Method in class java.awt.geom.RectangularShape
Returns the Y coordinate of the upper left corner of the framing rectangle in double precision.
getY() - Method in class java.awt.geom.Rectangle2D.Float
Returns the Y coordinate of this Rectangle2D in double precision.
getY() - Method in class java.awt.geom.Rectangle2D.Double
Returns the Y coordinate of this Rectangle2D in double precision.
getY() - Method in class java.awt.geom.RoundRectangle2D.Float
Returns the Y coordinate of this RoundRectangle2D in double precision.
getY() - Method in class java.awt.geom.RoundRectangle2D.Double
Returns the Y coordinate of this RoundRectangle2D in double precision.
getY() - Method in class java.awt.geom.Point2D.Float
Returns the Y coordinate of this Point2D in double precision.
getY() - Method in class java.awt.geom.Point2D.Double
Returns the Y coordinate of this Point2D in double precision.
getY() - Method in class java.awt.geom.Arc2D.Float
Returns the y coordinate of the upper left corner of the arc.
getY() - Method in class java.awt.geom.Arc2D.Double
Returns the y coordinate of the upper left corner of the arc.
getY() - Method in class java.awt.geom.Ellipse2D.Float
Returns the Y coordinate of the upper left corner of this Ellipse2D in double precision.
getY() - Method in class java.awt.geom.Ellipse2D.Double
Returns the Y coordinate of the upper left corner of this Ellipse2D in double precision.
getY() - Method in interface java.security.interfaces.DSAPublicKey
Returns the value of the public key, y.
getY() - Method in class java.security.spec.DSAPublicKeySpec
Returns the public key y.
getY() - Method in class javax.swing.JComponent
Return the current y coordinate of the components origin.
getY1() - Method in class java.awt.geom.Line2D
Returns the Y coordinate of the start point in double precision.
getY1() - Method in class java.awt.geom.Line2D.Float
Returns the Y coordinate of the start point in double precision.
getY1() - Method in class java.awt.geom.Line2D.Double
Returns the Y coordinate of the start point in double precision.
getY1() - Method in class java.awt.geom.CubicCurve2D
Returns the Y coordinate of the start point in double precision.
getY1() - Method in class java.awt.geom.CubicCurve2D.Float
Returns the Y coordinate of the start point in double precision.
getY1() - Method in class java.awt.geom.CubicCurve2D.Double
Returns the Y coordinate of the start point in double precision.
getY1() - Method in class java.awt.geom.QuadCurve2D
Returns the y coordinate of the start point in double precision.
getY1() - Method in class java.awt.geom.QuadCurve2D.Float
Returns the y coordinate of the start point in double precision.
getY1() - Method in class java.awt.geom.QuadCurve2D.Double
Returns the y coordinate of the start point in double precision.
getY2() - Method in class java.awt.geom.Line2D
Returns the Y coordinate of the end point in double precision.
getY2() - Method in class java.awt.geom.Line2D.Float
Returns the Y coordinate of the end point in double precision.
getY2() - Method in class java.awt.geom.Line2D.Double
Returns the Y coordinate of the end point in double precision.
getY2() - Method in class java.awt.geom.CubicCurve2D
Returns the Y coordinate of the end point in double precision.
getY2() - Method in class java.awt.geom.CubicCurve2D.Float
Returns the Y coordinate of the end point in double precision.
getY2() - Method in class java.awt.geom.CubicCurve2D.Double
Returns the Y coordinate of the end point in double precision.
getY2() - Method in class java.awt.geom.QuadCurve2D
Returns the y coordinate of the end point in double precision.
getY2() - Method in class java.awt.geom.QuadCurve2D.Float
Returns the y coordinate of the end point in double precision.
getY2() - Method in class java.awt.geom.QuadCurve2D.Double
Returns the y coordinate of the end point in double precision.
getYear() - Method in class java.sql.Time
Deprecated.  
getYear() - Method in class java.util.Date
Deprecated. As of JDK version 1.1, replaced by Calendar.get(Calendar.YEAR) - 1900.
getYOrigin() - Method in class java.awt.image.Kernel
Returns the Y origin of this Kernel.
getZeroDigit() - Method in class java.text.DecimalFormatSymbols
character used for zero.
getZoneStrings() - Method in class java.text.DateFormatSymbols
Gets timezone strings.
GLASS_PANE - Static variable in class javax.accessibility.AccessibleRole
A pane that is guaranteed to be painted on top of all panes beneath it.
GLASS_PANE_PROPERTY - Static variable in class javax.swing.JInternalFrame
Bound property name.
glassPane - Variable in class javax.swing.JRootPane
The glass pane that overlays the menu bar and content pane, so it can intercept mouse movements and such.
glassPaneDispatcher - Variable in class javax.swing.plaf.basic.BasicInternalFrameUI
 
globalHierarchyLock - Static variable in interface java.beans.beancontext.BeanContext
this global lock is used by both BeanContext and BeanContextServices implementors to serialize changes in a BeanContext hierarchy and any service requests etc.
GlyphJustificationInfo - class java.awt.font.GlyphJustificationInfo.
The GlyphJustificationInfo class represents information about the justification properties of a glyph.
GlyphJustificationInfo(float, boolean, int, float, float, boolean, int, float, float) - Constructor for class java.awt.font.GlyphJustificationInfo
Constructs information about the justification properties of a glyph.
GlyphMetrics - class java.awt.font.GlyphMetrics.
The GlyphMetrics class represents infomation for a single glyph.
GlyphMetrics(float, Rectangle2D, byte) - Constructor for class java.awt.font.GlyphMetrics
Constructs a GlyphMetrics object.
GlyphVector - class java.awt.font.GlyphVector.
A GlyphVector object is a collection of glyphs containing geometric information for the placement of each glyph in a transformed coordinate space which corresponds to the device on which the GlyphVector is ultimately displayed.
GlyphVector() - Constructor for class java.awt.font.GlyphVector
 
GoodBreakWeight - Static variable in class javax.swing.text.View
The weight to indicate a view supports breaking, but better opportunities probably exist.
GOT_FOCUS - Static variable in class java.awt.Event
A component gained the focus.
gotFocus(Event, Object) - Method in class java.awt.Component
Deprecated. As of JDK version 1.1, replaced by processFocusEvent(FocusEvent).
grabFocus() - Method in class javax.swing.JComponent
Set the focus on the receiving component.
grabPixels() - Method in class java.awt.image.PixelGrabber
Request the Image or ImageProducer to start delivering pixels and wait for all of the pixels in the rectangle of interest to be delivered.
grabPixels(long) - Method in class java.awt.image.PixelGrabber
Request the Image or ImageProducer to start delivering pixels and wait for all of the pixels in the rectangle of interest to be delivered or until the specified timeout has elapsed.
GradientPaint - class java.awt.GradientPaint.
The GradientPaint class provides a way to fill a Shape with a linear color gradient pattern.
GradientPaint(float, float, Color, float, float, Color) - Constructor for class java.awt.GradientPaint
Constructs a simple acyclic GradientPaint object.
GradientPaint(float, float, Color, float, float, Color, boolean) - Constructor for class java.awt.GradientPaint
Constructs either a cyclic or acyclic GradientPaint object depending on the boolean parameter.
GradientPaint(Point2D, Color, Point2D, Color) - Constructor for class java.awt.GradientPaint
Constructs a simple acyclic GradientPaint object.
GradientPaint(Point2D, Color, Point2D, Color, boolean) - Constructor for class java.awt.GradientPaint
Constructs either a cyclic or acyclic GradientPaint object depending on the boolean parameter.
GraphicAttribute - class java.awt.font.GraphicAttribute.
This class is used with the CHAR_REPLACEMENT attribute.
GraphicAttribute(int) - Constructor for class java.awt.font.GraphicAttribute
Constructs a GraphicAttribute.
Graphics - class java.awt.Graphics.
The Graphics class is the abstract base class for all graphics contexts that allow an application to draw onto components that are realized on various devices, as well as onto off-screen images.
Graphics() - Constructor for class java.awt.Graphics
Constructs a new Graphics object.
Graphics2D - class java.awt.Graphics2D.
This Graphics2D class extends the Graphics class to provide more sophisticated control over geometry, coordinate transformations, color management, and text layout.
Graphics2D() - Constructor for class java.awt.Graphics2D
Constructs a new Graphics2D object.
GraphicsConfigTemplate - class java.awt.GraphicsConfigTemplate.
The GraphicsConfigTemplate class is used to obtain a valid GraphicsConfiguration.
GraphicsConfigTemplate() - Constructor for class java.awt.GraphicsConfigTemplate
This class is an abstract class so only subclasses can be instantiated.
GraphicsConfiguration - class java.awt.GraphicsConfiguration.
The GraphicsConfiguration class describes the characteristics of a graphics destination such as a printer or monitor.
GraphicsConfiguration() - Constructor for class java.awt.GraphicsConfiguration
This is an abstract class that cannot be instantiated directly.
GraphicsDevice - class java.awt.GraphicsDevice.
The GraphicsDevice class describes the graphics devices that might be available in a particular graphics environment.
GraphicsDevice() - Constructor for class java.awt.GraphicsDevice
This is an abstract class that cannot be instantiated directly.
GraphicsEnvironment - class java.awt.GraphicsEnvironment.
The GraphicsEnvironment class describes the collection of GraphicsDevice objects and Font objects available to a Java(tm) application on a particular platform.
GraphicsEnvironment() - Constructor for class java.awt.GraphicsEnvironment
This is an abstract class and cannot be instantiated directly.
gray - Static variable in class java.awt.Color
The color gray.
GrayFilter - class javax.swing.GrayFilter.
An image filter that "disables" an image by turning it into a grayscale image, and brightening the pixels in the image.
GrayFilter(boolean, int) - Constructor for class javax.swing.GrayFilter
Constructs a GrayFilter object that filters a color image to a grayscale image.
GREEK - Static variable in class java.lang.Character.UnicodeBlock
Constant for the Unicode character block of the same name.
GREEK_EXTENDED - Static variable in class java.lang.Character.UnicodeBlock
Constant for the Unicode character block of the same name.
green - Static variable in class java.awt.Color
The color green.
GREENCOMPONENT - Static variable in class java.awt.color.ICC_ProfileRGB
To request a gamma value or TRC for the green component.
GregorianCalendar - class java.util.GregorianCalendar.
GregorianCalendar is a concrete subclass of Calendar and provides the standard calendar used by most of the world.
GregorianCalendar() - Constructor for class java.util.GregorianCalendar
Constructs a default GregorianCalendar using the current time in the default time zone with the default locale.
GregorianCalendar(int, int, int) - Constructor for class java.util.GregorianCalendar
Constructs a GregorianCalendar with the given date set in the default time zone with the default locale.
GregorianCalendar(int, int, int, int, int) - Constructor for class java.util.GregorianCalendar
Constructs a GregorianCalendar with the given date and time set for the default time zone with the default locale.
GregorianCalendar(int, int, int, int, int, int) - Constructor for class java.util.GregorianCalendar
Constructs a GregorianCalendar with the given date and time set for the default time zone with the default locale.
GregorianCalendar(Locale) - Constructor for class java.util.GregorianCalendar
Constructs a GregorianCalendar based on the current time in the default time zone with the given locale.
GregorianCalendar(TimeZone) - Constructor for class java.util.GregorianCalendar
Constructs a GregorianCalendar based on the current time in the given time zone with the default locale.
GregorianCalendar(TimeZone, Locale) - Constructor for class java.util.GregorianCalendar
Constructs a GregorianCalendar based on the current time in the given time zone with the given locale.
GridBagConstraints - class java.awt.GridBagConstraints.
The GridBagConstraints class specifies constraints for components that are laid out using the GridBagLayout class.
GridBagConstraints() - Constructor for class java.awt.GridBagConstraints
Creates a GridBagConstraint object with all of its fields set to their default value.
GridBagConstraints(int, int, int, int, double, double, int, int, Insets, int, int) - Constructor for class java.awt.GridBagConstraints
Creates a GridBagConstraints object with all of its fields set to the passed-in arguments.
GridBagLayout - class java.awt.GridBagLayout.
The GridBagLayout class is a flexible layout manager that aligns components vertically and horizontally, without requiring that the components be of the same size.
GridBagLayout() - Constructor for class java.awt.GridBagLayout
Creates a grid bag layout manager.
gridColor - Variable in class javax.swing.JTable
The color of the grid
gridheight - Variable in class java.awt.GridBagConstraints
Specifies the number of cells in a column for the component's display area.
GridLayout - class java.awt.GridLayout.
The GridLayout class is a layout manager that lays out a container's components in a rectangular grid.
GridLayout() - Constructor for class java.awt.GridLayout
Creates a grid layout with a default of one column per component, in a single row.
GridLayout(int, int) - Constructor for class java.awt.GridLayout
Creates a grid layout with the specified number of rows and columns.
GridLayout(int, int, int, int) - Constructor for class java.awt.GridLayout
Creates a grid layout with the specified number of rows and columns.
gridwidth - Variable in class java.awt.GridBagConstraints
Specifies the number of cells in a row for the component's display area.
gridx - Variable in class java.awt.GridBagConstraints
Specifies the cell at the left of the component's display area, where the leftmost cell has gridx=0.
gridy - Variable in class java.awt.GridBagConstraints
Specifies the cell at the top of the component's display area, where the topmost cell has gridy=0.
group - Variable in class javax.swing.DefaultButtonModel
 
Group - interface java.security.acl.Group.
This interface is used to represent a group of principals.
grow(int, int) - Method in class java.awt.Rectangle
Resizes the Rectangle both horizontally and vertically.
growAbsorb - Variable in class java.awt.font.GlyphJustificationInfo
If true, this glyph absorbs all extra space at this and lower priority levels when it grows.
growLeftLimit - Variable in class java.awt.font.GlyphJustificationInfo
The maximum amount by which the left side of this glyph can grow.
growPriority - Variable in class java.awt.font.GlyphJustificationInfo
The priority level of this glyph as it is growing.
growRightLimit - Variable in class java.awt.font.GlyphJustificationInfo
The maximum amount by which the right side of this glyph can grow.
Guard - interface java.security.Guard.
This interface represents a guard, which is an object that is used to protect access to another object.
GuardedObject - class java.security.GuardedObject.
A GuardedObject is an object that is used to protect access to another object.
GuardedObject(Object, Guard) - Constructor for class java.security.GuardedObject
Constructs a GuardedObject using the specified object and guard.
guessContentTypeFromName(String) - Static method in class java.net.URLConnection
Tries to determine the content type of an object, based on the specified "file" component of a URL.
guessContentTypeFromStream(InputStream) - Static method in class java.net.URLConnection
Tries to determine the type of an input stream based on the characters at the beginning of the input stream.
GUJARATI - Static variable in class java.lang.Character.UnicodeBlock
Constant for the Unicode character block of the same name.
GURMUKHI - Static variable in class java.lang.Character.UnicodeBlock
Constant for the Unicode character block of the same name.
GZIP_MAGIC - Static variable in class java.util.zip.GZIPInputStream
GZIP header magic number.
GZIPInputStream - class java.util.zip.GZIPInputStream.
This class implements a stream filter for reading compressed data in the GZIP format.
GZIPInputStream(InputStream) - Constructor for class java.util.zip.GZIPInputStream
Creates a new input stream with a default buffer size.
GZIPInputStream(InputStream, int) - Constructor for class java.util.zip.GZIPInputStream
Creates a new input stream with the specified buffer size.
GZIPOutputStream - class java.util.zip.GZIPOutputStream.
This class implements a stream filter for writing compressed data in the GZIP file format.
GZIPOutputStream(OutputStream) - Constructor for class java.util.zip.GZIPOutputStream
Creates a new output stream with a default buffer size.
GZIPOutputStream(OutputStream, int) - Constructor for class java.util.zip.GZIPOutputStream
Creates a new output stream with the specified buffer size.

JavaTM 2 Platform
Standard Edition
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _
Submit a bug or feature
Java, Java 2D, and JDBC are a trademarks or registered trademarks of Sun Microsystems, Inc. in the US and other countries.
Copyright 1993-1999 Sun Microsystems, Inc. 901 San Antonio Road,
Palo Alto, California, 94303, U.S.A. All Rights Reserved.