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