- GENERAL_PUNCTUATION.
Static variable in class java.lang.Character.Subset
- Constant for the Unicode character block of the same name.
- GENERAL_ROTATION.
Static variable in class java.awt.geom.AffineTransform
- This flag bit indicates that the transform defined by this object
performs a rotation by an arbitrary angle in addition to the
conversions indicated by other flag bits.
- GENERAL_SCALE.
Static variable in class java.awt.geom.AffineTransform
- This flag bit indicates that the transform defined by this object
performs a general scale in addition to the conversions indicated
by other flag bits.
- GENERAL_TRANSFORM.
Static variable in class java.awt.geom.AffineTransform
- This flag bit indicates that the transform defined by this object
performs an arbitrary conversion of the input coordinates.
- GEOMETRIC_SHAPES.
Static variable in class java.lang.Character.Subset
- Constant for the Unicode character block of the same name.
- GEORGIAN.
Static variable in class java.lang.Character.Subset
- 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.
- GLASS_PANE.
Static variable in class java.awt.accessibility.AccessibleRole
- A pane that is guaranteed to be painted on top
of all panes beneath it.
- GLASS_PANE_PROPERTY.
Static variable in class java.awt.swing.JInternalFrame
- Bound property name.
- GOT_FOCUS.
Static variable in class java.awt.Event
- A component gained the focus.
- GREEK.
Static variable in class java.lang.Character.Subset
- Constant for the Unicode character block of the same name.
- GREEK_EXTENDED.
Static variable in class java.lang.Character.Subset
- Constant for the Unicode character block of the same name.
- GREEN.
Static variable in interface java.lang.Runtime.MemoryAdvice
- A memory-advice level of
GREEN
tells the program that
no special actions are suggested.
- GREENCOMPONENT.
Static variable in class java.awt.color.ICC_ProfileRGB
- To request a gamma value or TRC for the green component.
- GUJARATI.
Static variable in class java.lang.Character.Subset
- Constant for the Unicode character block of the same name.
- GURMUKHI.
Static variable in class java.lang.Character.Subset
- Constant for the Unicode character block of the same name.
- GZIPInputStream class java.util.zip.GZIPInputStream.
- This class implements a stream filter for reading compressed data in
the GZIP format.
- GZIPInputStream(InputStream, int).
Constructor for class java.util.zip.GZIPInputStream
- Creates a new input stream with the specified buffer size.
- GZIPInputStream(InputStream).
Constructor for class java.util.zip.GZIPInputStream
- Creates a new input stream with a default 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, int).
Constructor for class java.util.zip.GZIPOutputStream
- Creates a new output stream with the specified buffer size.
- GZIPOutputStream(OutputStream).
Constructor for class java.util.zip.GZIPOutputStream
- Creates a new output stream with a default buffer size.
- GZIP_MAGIC.
Static variable in class java.util.zip.GZIPInputStream
- GZIP header magic number.
- GeneralPath class java.awt.geom.GeneralPath.
- This class represents a geometric path constructed from straight
lines, quadratic and cubic (Bezier) 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.
- GenericServlet class javax.servlet.GenericServlet.
- The GenericServlet class implements the Servlet interface and, for
convenience, the ServletConfig interface.
- GenericServlet().
Constructor for class javax.servlet.GenericServlet
- The default constructor does no work.
- GetBlobLocator(int).
Method in interface java.sql.ResultSet
- JDBC 2.0
Get a LOCATOR(BLOB) column.
- GetBlobLocator(String).
Method in interface java.sql.ResultSet
- JDBC 2.0
Get a LOCATOR(BLOB) column.
- GetBlobLocator(int).
Method in interface java.sql.CallableStatement
- JDBC 2.0
Get a LOCATOR(BLOB) OUT parameter.
- GetLayoutInfo(Container, int).
Method in class java.awt.GridBagLayout
- Print the layout constraints.
- GetMinSize(Container, GridBagLayoutInfo).
Method in class java.awt.GridBagLayout
-
- GlyphJustificationInfo class java.awt.font.GlyphJustificationInfo.
- GlyphJustificationInfo 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
- Construct information about the justification properties of a glyph.
- GlyphMetrics class java.awt.font.GlyphMetrics.
- GlyphMetrics represents infomation for a single glyph.
- GlyphMetrics(float, Rectangle2D, byte).
Constructor for class java.awt.font.GlyphMetrics
- Construct a GlyphMetrics.
- GlyphSet class java.awt.font.GlyphSet.
- GlyphSet is a graphical representation of text with bidirectional ordering.
- GlyphSet().
Constructor for class java.awt.font.GlyphSet
-
- GoodBreakWeight.
Static variable in class java.awt.swing.text.View
- The weight to indicate a view supports breaking,
but better opportunities probably exist.
- GradientPaint class java.awt.GradientPaint.
- This 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(Point2D, Color, Point2D, 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, 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 is the base class for the attribute which indicates a
graphic embedded in text.
- GraphicAttribute(int).
Constructor for class java.awt.font.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 is the fundamental class for 2D rendering in Java.
- Graphics2D().
Constructor for class java.awt.Graphics2D
- Constructs a new Graphics2D object.
- GraphicsConfigTemplate class java.awt.GraphicsConfigTemplate.
- This class is used to obtain a valid GraphicsConfiguration.
- GraphicsConfiguration class java.awt.GraphicsConfiguration.
- This class describes the characteristics of a physical graphics
destination such as a printer or monitor.
- GraphicsDevice class java.awt.GraphicsDevice.
- This class describes the graphics devices that may be available
in a graphics environment.
- GraphicsEnvironment class java.awt.GraphicsEnvironment.
- This class specifies the graphics environment.
- GraphicsEnvironment().
Constructor for class java.awt.GraphicsEnvironment
-
- GrayFilter class java.awt.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 java.awt.swing.GrayFilter
-
- 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(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(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, Locale).
Constructor for class java.util.GregorianCalendar
- Constructs a GregorianCalendar based on the current time
in the given time zone with the given 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.
- 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.
- 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.
- 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.
- Group interface java.security.acl.Group.
- This interface is used to represent a group of principals.
- Guard interface java.security.Guard.
This interface represents a guard.
- 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.
- GuardedReference class java.lang.ref.GuardedReference.
- Guarded reference objects, for use in implementing caches.
- GuardedReference(Object).
Constructor for class java.lang.ref.GuardedReference
- Create a new guarded reference that refers to the given object.
- GuardedReference(Object, ReferenceQueue).
Constructor for class java.lang.ref.GuardedReference
- Create a new guarded reference that refers to the given object and
is registered with the given queue.
- gc().
Static method in class java.lang.System
- Runs the garbage collector.
- gc().
Method in class java.lang.Runtime
- Runs the garbage collector.
- gcd(BigInteger).
Method in class java.math.BigInteger
- Returns a BigInteger whose value is the greatest common denominator
of abs(this) and abs(val).
- genKeyPair().
Method in class java.security.KeyPairGenerator
- Generates a key pair.
- 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).
- get().
Method in class java.lang.ThreadLocal
- Returns the calling thread's instance of this ThreadLocal variable.
- get().
Method in class java.lang.ref.Reference
- Return the object to which this reference object refers.
- get().
Method in class java.lang.ref.SoftReference
- Return the object to which this soft reference refers, or
null
if the reference has been cleared by the garbage
collector due to lack of memory.
- get().
Method in class java.lang.ref.PhantomReference
- Return
null
, since the referent of a phantom reference
is not accessible via the reference.
- 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, int).
Static method in class java.lang.reflect.Array
- Returns the value of the indexed component in the specified
array object.
- 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.HashMap
- Returns the value to which this HashMap maps the specified key.
- 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(Object).
Method in interface java.util.Map
- Returns the value to which this Map maps the specified key.
- get(int).
Method in class java.util.Vector
- Returns the element at the specified position in this Vector.
- get(Object).
Method in class java.util.Dictionary
- Returns the value to which the key is mapped in this dictionary.
- get(int).
Method in class java.util.BitSet
- Returns the value of the bit with the specified index.
- get(Object).
Method in class java.util.Hashtable
- Returns the value to which the specified key is mapped in this hashtable.
- 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 ArrayList.
- get(Object).
Method in class java.util.TreeMap
- Returns the value to which this TreeMap 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(String).
Method in class java.util.mime.MimeTypeParameterList
- Retrieve the value associated with the given name, or null if there
is no current association.
- get(String, boolean).
Method in class java.io.ObjectInputStream.GetField
- Get the value of the named boolean field from the persistent field.
- get(String, char).
Method in class java.io.ObjectInputStream.GetField
- Get the value of the named char field from the persistent fields.
- get(String, byte).
Method in class java.io.ObjectInputStream.GetField
- Get the value of the named byte field from the persistent fields.
- get(String, short).
Method in class java.io.ObjectInputStream.GetField
- Get the value of the named short 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, float).
Method in class java.io.ObjectInputStream.GetField
- Get the value of the named float 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, Object).
Method in class java.io.ObjectInputStream.GetField
- Get the value of the named Object field from the persistent field.
- get(String).
Method in class java.awt.font.TextAttributeSet
- Returns the value of the attribute with this name, or null if the
attribute is not defined.
- get(Object).
Static method in class java.awt.swing.UIManager
-
- get(Object).
Method in class java.awt.swing.UIDefaults
-
- get(int).
Method in class java.awt.swing.DefaultListModel
-
- get().
Method in class java.rmi.MarshalledObject
- Return a new copy of the contained object.
- get(String).
Method in interface java.text.AttributeSet
- Returns the value of the attribute with this name, or null if the
attribute is not defined.
- getAbsolutePath().
Method in class java.io.File
- Returns the absolute pathname of the file represented by this object.
- getAccelerator().
Method in class java.awt.swing.JMenuItem
-
- getAccessibleAction().
Method in class java.awt.accessibility.AccessibleContext
- Get the AccessibleAction associated with this object that supports
one or more actions.
- getAccessibleAction().
Method in class java.awt.swing.JTable.AccessibleJTable.AccessibleJTableCell
- Get the AccessibleAction associated with this object if one
exists.
- getAccessibleAction().
Method in class java.awt.swing.JList.AccessibleJList.AccessibleJListChild
-
- getAccessibleAction().
Method in class java.awt.swing.JTree.AccessibleJTree.AccessibleJTreeNode
- Get the AccessibleAction associated with this object if one
exists.
- getAccessibleAction().
Method in class java.awt.swing.JComboBox.AccessibleJComboBox.AccessibleJComboBoxList
-
- getAccessibleAction().
Method in class java.awt.swing.table.JTableHeader.AccessibleJTableHeader.AccessibleJTableHeaderEntry
-
- getAccessibleActionCount().
Method in interface java.awt.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 java.awt.swing.AbstractButton.AccessibleAbstractButton
- Returns the number of Actions available in this object.
- getAccessibleActionCount().
Method in class java.awt.swing.JTree.AccessibleJTree.AccessibleJTreeNode
- Returns the number of accessible actions available in this
tree node.
- getAccessibleActionDescription(int).
Method in interface java.awt.accessibility.AccessibleAction
- Returns a description of the specified action of the object.
- getAccessibleActionDescription(int).
Method in class java.awt.swing.AbstractButton.AccessibleAbstractButton
- Return a description of the specified action of the object.
- getAccessibleActionDescription(int).
Method in class java.awt.swing.JTree.AccessibleJTree.AccessibleJTreeNode
- Return a description of the specified action of the tree node.
- getAccessibleAt(Point).
Method in interface java.awt.accessibility.AccessibleComponent
- Returns the Accessible child, if one exists, contained at the local
coordinate Point.
- getAccessibleAt(Point).
Method in class java.awt.swing.JFrame.AccessibleJFrame
- Returns the Accessible child, if one exists, contained at the local
coordinate Point.
- getAccessibleAt(Point).
Method in class java.awt.swing.Box.Filler.AccessibleBoxFiller
- Returns the Accessible child, if one exists, contained at the local
coordinate Point.
- getAccessibleAt(Point).
Method in class java.awt.swing.Box.AccessibleBox
- Returns the Accessible child, if one exists, contained at the local
coordinate Point.
- getAccessibleAt(Point).
Method in class java.awt.swing.JComponent.AccessibleJComponent
- Returns the Accessible child, if one exists, contained at the local
coordinate Point.
- getAccessibleAt(Point).
Method in class java.awt.swing.JTabbedPane.AccessibleJTabbedPane
-
- getAccessibleAt(Point).
Method in class java.awt.swing.JWindow.AccessibleJWindow
- Returns the Accessible child, if one exists, contained at the local
coordinate Point.
- getAccessibleAt(Point).
Method in class java.awt.swing.JTable.AccessibleJTable
- Returns the Accessible child, if one exists, contained at the local
coordinate Point.
- getAccessibleAt(Point).
Method in class java.awt.swing.JTable.AccessibleJTable.AccessibleJTableCell
-
- getAccessibleAt(Point).
Method in class java.awt.swing.JDialog.AccessibleJDialog
- Returns the Accessible child, if one exists, contained at the local
coordinate Point.
- getAccessibleAt(Point).
Method in class java.awt.swing.JList.AccessibleJList
- Returns the Accessible child contained at the local coordinate
Point, if one exists.
- getAccessibleAt(Point).
Method in class java.awt.swing.JList.AccessibleJList.AccessibleJListChild
-
- getAccessibleAt(Point).
Method in class java.awt.swing.JApplet.AccessibleJApplet
- Returns the Accessible child, if one exists, contained at the local
coordinate Point.
- getAccessibleAt(Point).
Method in class java.awt.swing.JPopupMenu.WindowPopup.AccessibleWindowPopup
- Returns the Accessible child, if one exists, contained at the
local coordinate Point.
- getAccessibleAt(Point).
Method in class java.awt.swing.JTree.AccessibleJTree
- Returns the Accessible child, if one exists, contained at the local
coordinate Point.
- getAccessibleAt(Point).
Method in class java.awt.swing.JTree.AccessibleJTree.AccessibleJTreeNode
-
- getAccessibleAt(Point).
Method in class java.awt.swing.JComboBox.AccessibleJComboBox
-
- getAccessibleAt(Point).
Method in class java.awt.swing.JComboBox.AccessibleJComboBox.AccessibleJComboBoxList
-
- getAccessibleAt(Component, Point).
Static method in class java.awt.swing.SwingUtilities
- Returns the Accessible child contained at the local coordinate
Point, if one exists.
- getAccessibleAt(Point).
Method in class java.awt.swing.CellRendererPane.AccessibleCellRendererPane
- Returns the Accessible child, if one exists, contained at the local
coordinate Point.
- getAccessibleAt(Point).
Method in class java.awt.swing.table.JTableHeader.AccessibleJTableHeader
- Returns the Accessible child, if one exists, contained at the local
coordinate Point.
- getAccessibleAt(Point).
Method in class java.awt.swing.table.JTableHeader.AccessibleJTableHeader.AccessibleJTableHeaderEntry
-
- getAccessibleChild(int).
Method in class java.awt.accessibility.AccessibleContext
- Return the specified Accessible child of the object.
- getAccessibleChild(int).
Method in class java.awt.swing.JFrame.AccessibleJFrame
- Return the nth Accessible child of the object.
- getAccessibleChild(int).
Method in class java.awt.swing.Box.Filler.AccessibleBoxFiller
- Return the nth Accessible child of the object.
- getAccessibleChild(int).
Method in class java.awt.swing.Box.AccessibleBox
- Return the nth Accessible child of the object.
- getAccessibleChild(int).
Method in class java.awt.swing.JComponent.AccessibleJComponent
- Return the nth Accessible child of the object.
- getAccessibleChild(int).
Method in class java.awt.swing.JTabbedPane.AccessibleJTabbedPane
-
- getAccessibleChild(int).
Method in class java.awt.swing.JWindow.AccessibleJWindow
- Return the nth Accessible child of the object.
- getAccessibleChild(int).
Method in class java.awt.swing.JTable.AccessibleJTable
- Return the nth Accessible child of the object.
- getAccessibleChild(int).
Method in class java.awt.swing.JTable.AccessibleJTable.AccessibleJTableCell
- Return the specified Accessible child of the object.
- getAccessibleChild(int).
Method in class java.awt.swing.JDialog.AccessibleJDialog
- Return the nth Accessible child of the object.
- getAccessibleChild(int).
Method in class java.awt.swing.JList.AccessibleJList
- Return the nth Accessible child of the object.
- getAccessibleChild(int).
Method in class java.awt.swing.JList.AccessibleJList.AccessibleJListChild
-
- getAccessibleChild(int).
Method in class java.awt.swing.JMenu.AccessibleJMenu
- Return the nth Accessible child of the object.
- getAccessibleChild(int).
Method in class java.awt.swing.JApplet.AccessibleJApplet
- Return the nth Accessible child of the object.
- getAccessibleChild(int).
Method in class java.awt.swing.JPopupMenu.WindowPopup.AccessibleWindowPopup
- Return the nth Accessible child of the object.
- getAccessibleChild(int).
Method in class java.awt.swing.JTree.AccessibleJTree
- Return the nth Accessible child of the object.
- getAccessibleChild(int).
Method in class java.awt.swing.JTree.AccessibleJTree.AccessibleJTreeNode
- Return the specified Accessible child of the object.
- getAccessibleChild(int).
Method in class java.awt.swing.JComboBox.AccessibleJComboBox
- Return the nth Accessible child of the object.
- getAccessibleChild(int).
Method in class java.awt.swing.JComboBox.AccessibleJComboBox.AccessibleJComboBoxList
-
- getAccessibleChild(Component, int).
Static method in class java.awt.swing.SwingUtilities
- Return the nth Accessible child of the object.
- getAccessibleChild(int).
Method in class java.awt.swing.CellRendererPane.AccessibleCellRendererPane
- Return the nth Accessible child of the object.
- getAccessibleChild(int).
Method in class java.awt.swing.table.JTableHeader.AccessibleJTableHeader
- Return the nth Accessible child of the object.
- getAccessibleChild(int).
Method in class java.awt.swing.table.JTableHeader.AccessibleJTableHeader.AccessibleJTableHeaderEntry
-
- getAccessibleChildrenCount().
Method in class java.awt.accessibility.AccessibleContext
- Returns the number of accessible children of the object.
- getAccessibleChildrenCount().
Method in class java.awt.swing.JFrame.AccessibleJFrame
- Returns the number of accessible children in the object.
- getAccessibleChildrenCount().
Method in class java.awt.swing.Box.Filler.AccessibleBoxFiller
- Returns the number of accessible children in the object.
- getAccessibleChildrenCount().
Method in class java.awt.swing.Box.AccessibleBox
- Returns the number of accessible children in the object.
- getAccessibleChildrenCount().
Method in class java.awt.swing.JComponent.AccessibleJComponent
- Returns the number of accessible children in the object.
- getAccessibleChildrenCount().
Method in class java.awt.swing.JTabbedPane.AccessibleJTabbedPane
-
- getAccessibleChildrenCount().
Method in class java.awt.swing.JWindow.AccessibleJWindow
- Returns the number of accessible children in the object.
- getAccessibleChildrenCount().
Method in class java.awt.swing.JTable.AccessibleJTable
- Returns the number of accessible children in the object.
- getAccessibleChildrenCount().
Method in class java.awt.swing.JTable.AccessibleJTable.AccessibleJTableCell
- Returns the number of accessible children in the object.
- getAccessibleChildrenCount().
Method in class java.awt.swing.JDialog.AccessibleJDialog
- Returns the number of accessible children in the object.
- getAccessibleChildrenCount().
Method in class java.awt.swing.JList.AccessibleJList
- Returns the number of accessible children in the object.
- getAccessibleChildrenCount().
Method in class java.awt.swing.JList.AccessibleJList.AccessibleJListChild
-
- getAccessibleChildrenCount().
Method in class java.awt.swing.JMenu.AccessibleJMenu
- Returns the number of accessible children in the object.
- getAccessibleChildrenCount().
Method in class java.awt.swing.JApplet.AccessibleJApplet
- Returns the number of accessible children in the object.
- getAccessibleChildrenCount().
Method in class java.awt.swing.JPopupMenu.WindowPopup.AccessibleWindowPopup
- Returns the number of accessible children in the object.
- getAccessibleChildrenCount().
Method in class java.awt.swing.JTree.AccessibleJTree
- Returns the number of top-level children nodes of this
JTree.
- getAccessibleChildrenCount().
Method in class java.awt.swing.JTree.AccessibleJTree.AccessibleJTreeNode
- Returns the number of accessible children in the object.
- getAccessibleChildrenCount().
Method in class java.awt.swing.JComboBox.AccessibleJComboBox
- Returns the number of accessible children in the object.
- getAccessibleChildrenCount().
Method in class java.awt.swing.JComboBox.AccessibleJComboBox.AccessibleJComboBoxList
-
- getAccessibleChildrenCount(Component).
Static method in class java.awt.swing.SwingUtilities
- Returns the number of accessible children in the object.
- getAccessibleChildrenCount().
Method in class java.awt.swing.CellRendererPane.AccessibleCellRendererPane
- Returns the number of accessible children in the object.
- getAccessibleChildrenCount().
Method in class java.awt.swing.table.JTableHeader.AccessibleJTableHeader
- Returns the number of accessible children in the object.
- getAccessibleChildrenCount().
Method in class java.awt.swing.table.JTableHeader.AccessibleJTableHeader.AccessibleJTableHeaderEntry
-
- getAccessibleComponent().
Method in class java.awt.accessibility.AccessibleContext
- Get the AccessibleComponent associated with this object that has a
graphical representation.
- getAccessibleComponent().
Method in class java.awt.swing.JFrame.AccessibleJFrame
- Get the AccessibleComponent associated with this object if one
exists.
- getAccessibleComponent().
Method in class java.awt.swing.Box.Filler.AccessibleBoxFiller
- Get the AccessibleComponent associated with this object if one
exists.
- getAccessibleComponent().
Method in class java.awt.swing.Box.AccessibleBox
- Get the AccessibleComponent associated with this object if one
exists.
- getAccessibleComponent().
Method in class java.awt.swing.JComponent.AccessibleJComponent
- Get the AccessibleComponent associated with this object if one
exists.
- getAccessibleComponent().
Method in class java.awt.swing.JWindow.AccessibleJWindow
- Get the AccessibleComponent associated with this object if one
exists.
- getAccessibleComponent().
Method in class java.awt.swing.JTable.AccessibleJTable.AccessibleJTableCell
- Get the AccessibleComponent associated with this object if one
exists.
- getAccessibleComponent().
Method in class java.awt.swing.JDialog.AccessibleJDialog
- Get the AccessibleComponent associated with this object if one
exists.
- getAccessibleComponent().
Method in class java.awt.swing.JList.AccessibleJList.AccessibleJListChild
-
- getAccessibleComponent().
Method in class java.awt.swing.JApplet.AccessibleJApplet
- Get the AccessibleComponent associated with this object if one
exists.
- getAccessibleComponent().
Method in class java.awt.swing.JPopupMenu.WindowPopup.AccessibleWindowPopup
- Get the AccessibleComponent associated with this object if one
exists.
- getAccessibleComponent().
Method in class java.awt.swing.JTree.AccessibleJTree.AccessibleJTreeNode
- Get the AccessibleComponent associated with this tree node
NOTE: if the node is not visible (either scrolled off of
the screen, or not expanded), this will return null
- getAccessibleComponent().
Method in class java.awt.swing.JComboBox.AccessibleJComboBox.AccessibleJComboBoxList
-
- getAccessibleComponent().
Method in class java.awt.swing.CellRendererPane.AccessibleCellRendererPane
- Get the AccessibleComponent associated with this object if one
exists.
- getAccessibleComponent().
Method in class java.awt.swing.table.JTableHeader.AccessibleJTableHeader.AccessibleJTableHeaderEntry
-
- getAccessibleContext().
Method in interface java.awt.accessibility.Accessible
- Returns the AccessibleContext associated with this object.
- getAccessibleContext().
Method in class java.awt.swing.JFrame
- Get the AccessibleContext associated with this JFrame
- getAccessibleContext().
Method in class java.awt.swing.Box
- Get the AccessibleContext associated with this JComponent
- getAccessibleContext().
Method in class java.awt.swing.Box.Filler
- Get the AccessibleContext associated with this Component
- getAccessibleContext().
Method in class java.awt.swing.JComponent
- Get the AccessibleContext associated with this JComponent
- getAccessibleContext().
Method in class java.awt.swing.JTabbedPane
- Get the AccessibleContext associated with this JComponent
- getAccessibleContext().
Method in class java.awt.swing.JWindow
- Get the AccessibleContext associated with this JWindow
- getAccessibleContext().
Method in class java.awt.swing.JToggleButton
- Get the AccessibleContext associated with this JComponent
- getAccessibleContext().
Method in class java.awt.swing.JTable
- Get the AccessibleContext associated with this JComponent
- getAccessibleContext().
Method in class java.awt.swing.JTable.AccessibleJTable.AccessibleJTableCell
- Get the AccessibleContext associated with this
- getAccessibleContext().
Method in class java.awt.swing.JButton
- Get the AccessibleContext associated with this JComponent
- getAccessibleContext().
Method in class java.awt.swing.JPanel
- Get the AccessibleContext associated with this JComponent
- getAccessibleContext().
Method in class java.awt.swing.JLayeredPane
- Get the AccessibleContext associated with this JComponent
- getAccessibleContext().
Method in class java.awt.swing.JDialog
- Get the AccessibleContext associated with this JDialog
- getAccessibleContext().
Method in class java.awt.swing.JMenuItem
- Get the AccessibleContext associated with this JComponent
- getAccessibleContext().
Method in class java.awt.swing.JRadioButtonMenuItem
- Get the AccessibleContext associated with this JComponent
- getAccessibleContext().
Method in class java.awt.swing.JCheckBox
- Get the AccessibleContext associated with this JComponent
- getAccessibleContext().
Method in class java.awt.swing.JLabel
- Get the AccessibleContext of this object
- getAccessibleContext().
Method in class java.awt.swing.JSplitPane
- Get the AccessibleContext associated with this JComponent
- getAccessibleContext().
Method in class java.awt.swing.JToolTip
- Get the AccessibleContext associated with this JComponent
- getAccessibleContext().
Method in class java.awt.swing.JDesktopPane
- Get the AccessibleContext associated with this JComponent
- getAccessibleContext().
Method in class java.awt.swing.JSlider
- Get the AccessibleContext associated with this JComponent
- getAccessibleContext().
Method in class java.awt.swing.JList
- Get the AccessibleContext associated with this JComponent
- getAccessibleContext().
Method in class java.awt.swing.JList.AccessibleJList.AccessibleJListChild
-
- getAccessibleContext().
Method in class java.awt.swing.JInternalFrame
- Get the AccessibleContext associated with this JComponent
- getAccessibleContext().
Method in class java.awt.swing.JInternalFrame.JDesktopIcon
- Get the AccessibleContext associated with this JComponent
- getAccessibleContext().
Method in class java.awt.swing.JEditorPane
- Get the AccessibleContext associated with this JEditorPane
- getAccessibleContext().
Method in class java.awt.swing.JViewport
- Get the AccessibleContext associated with this JComponent
- getAccessibleContext().
Method in class java.awt.swing.JMenu
- Get the AccessibleContext associated with this JComponent
- getAccessibleContext().
Method in class java.awt.swing.JTextField
- Get the AccessibleContext associated with this JTextField
- getAccessibleContext().
Method in class java.awt.swing.JPasswordField
- Get the AccessibleContext associated with this JPasswordField
- getAccessibleContext().
Method in class java.awt.swing.JApplet
- Get the AccessibleContext associated with this JApplet
- getAccessibleContext().
Method in class java.awt.swing.JScrollPane
- Get the AccessibleContext associated with this JComponent
- getAccessibleContext().
Method in class java.awt.swing.JScrollBar
- Get the AccessibleContext associated with this JComponent
- getAccessibleContext().
Method in class java.awt.swing.JRootPane
- Get the AccessibleContext associated with this JComponent
- getAccessibleContext().
Method in class java.awt.swing.JPopupMenu
- Get the AccessibleContext associated with this JComponent
- getAccessibleContext().
Method in class java.awt.swing.JToolBar
- Get the AccessibleContext associated with this JComponent
- getAccessibleContext().
Method in class java.awt.swing.JTree
- Get the AccessibleContext associated with this JComponent
- getAccessibleContext().
Method in class java.awt.swing.JTree.AccessibleJTree.AccessibleJTreeNode
- Get the AccessibleContext associated with this tree node
- getAccessibleContext().
Method in class java.awt.swing.JSeparator
- Get the AccessibleContext associated with this JComponent
- getAccessibleContext().
Method in class java.awt.swing.JTextArea
- Get the AccessibleContext associated with this JTextArea
- getAccessibleContext().
Method in class java.awt.swing.JProgressBar
- Get the AccessibleContext associated with this JComponent
- getAccessibleContext().
Method in class java.awt.swing.JComboBox
- Get the AccessibleContext associated with this JComponent
- getAccessibleContext().
Method in class java.awt.swing.JComboBox.AccessibleJComboBox.AccessibleJComboBoxList
-
- getAccessibleContext().
Method in class java.awt.swing.JMenuBar
- Get the AccessibleContext associated with this JComponent
- getAccessibleContext().
Method in class java.awt.swing.JCheckBoxMenuItem
- Get the AccessibleContext associated with this JComponent
- getAccessibleContext().
Method in class java.awt.swing.CellRendererPane
- Get the AccessibleContext associated with this CellRendererPane
- getAccessibleContext().
Method in class java.awt.swing.JRadioButton
- Get the AccessibleContext associated with this JComponent
- getAccessibleContext().
Method in class java.awt.swing.text.JTextComponent
- Get the AccessibleContext associated with this JComponent
- getAccessibleContext().
Method in class java.awt.swing.table.JTableHeader
- Get the AccessibleContext associated with this JComponent
- getAccessibleContext().
Method in class java.awt.swing.table.JTableHeader.AccessibleJTableHeader.AccessibleJTableHeaderEntry
- Get the AccessibleContext associated with this
- getAccessibleDescription().
Method in class java.awt.accessibility.AccessibleContext
- Get the accessibleDescription property of this object.
- getAccessibleDescription().
Method in class java.awt.swing.JComponent.AccessibleJComponent
- Get the accessible description of this object.
- getAccessibleDescription().
Method in class java.awt.swing.JTable.AccessibleJTable.AccessibleJTableCell
- Get the accessible description of this object.
- getAccessibleDescription().
Method in class java.awt.swing.JToolTip.AccessibleJToolTip
- Get the accessible description of this object.
- getAccessibleDescription().
Method in class java.awt.swing.JList.AccessibleJList.AccessibleJListChild
-
- getAccessibleDescription().
Method in class java.awt.swing.JEditorPane.AccessibleJEditorPane
- Get the accessibleDescription property of this object.
- getAccessibleDescription().
Method in class java.awt.swing.JTree.AccessibleJTree
-
- getAccessibleDescription().
Method in class java.awt.swing.JTree.AccessibleJTree.AccessibleJTreeNode
- Get the accessible description of this object.
- getAccessibleDescription().
Method in class java.awt.swing.JComboBox.AccessibleJComboBox.AccessibleJComboBoxList
-
- getAccessibleDescription().
Method in class java.awt.swing.table.JTableHeader.AccessibleJTableHeader.AccessibleJTableHeaderEntry
-
- getAccessibleIndexInParent().
Method in class java.awt.accessibility.AccessibleContext
- Get the 0-based index of this object in its accessible parent.
- getAccessibleIndexInParent().
Method in class java.awt.swing.JFrame.AccessibleJFrame
- Get the index of this object in its accessible parent.
- getAccessibleIndexInParent().
Method in class java.awt.swing.Box.Filler.AccessibleBoxFiller
- Get the index of this object in its accessible parent.
- getAccessibleIndexInParent().
Method in class java.awt.swing.Box.AccessibleBox
- Get the index of this object in its accessible parent.
- getAccessibleIndexInParent().
Method in class java.awt.swing.JComponent.AccessibleJComponent
- Get the index of this object in its accessible parent.
- getAccessibleIndexInParent().
Method in class java.awt.swing.JWindow.AccessibleJWindow
- Get the index of this object in its accessible parent.
- getAccessibleIndexInParent().
Method in class java.awt.swing.JTable.AccessibleJTable.AccessibleJTableCell
- Get the index of this object in its accessible parent.
- getAccessibleIndexInParent().
Method in class java.awt.swing.JDialog.AccessibleJDialog
- Get the index of this object in its accessible parent.
- getAccessibleIndexInParent().
Method in class java.awt.swing.JList.AccessibleJList.AccessibleJListChild
-
- getAccessibleIndexInParent().
Method in class java.awt.swing.JApplet.AccessibleJApplet
- Get the index of this object in its accessible parent.
- getAccessibleIndexInParent().
Method in class java.awt.swing.JPopupMenu.WindowPopup.AccessibleWindowPopup
- Get the index of this object in its accessible parent.
- getAccessibleIndexInParent().
Method in class java.awt.swing.JTree.AccessibleJTree.AccessibleJTreeNode
- Get the index of this object in its accessible parent.
- getAccessibleIndexInParent().
Method in class java.awt.swing.JComboBox.AccessibleJComboBox.AccessibleJComboBoxList
-
- getAccessibleIndexInParent(Component).
Static method in class java.awt.swing.SwingUtilities
- Get the index of this object in its accessible parent.
- getAccessibleIndexInParent().
Method in class java.awt.swing.CellRendererPane.AccessibleCellRendererPane
- Get the index of this object in its accessible parent.
- getAccessibleIndexInParent().
Method in class java.awt.swing.table.JTableHeader.AccessibleJTableHeader.AccessibleJTableHeaderEntry
-
- getAccessibleName().
Method in class java.awt.accessibility.AccessibleContext
- Get the accessibleName property of this object.
- getAccessibleName().
Method in class java.awt.swing.JFrame.AccessibleJFrame
- Get the accessible name of this object.
- getAccessibleName().
Method in class java.awt.swing.JComponent.AccessibleJComponent
- Get the accessible name of this object.
- getAccessibleName().
Method in class java.awt.swing.AbstractButton.AccessibleAbstractButton
- Get the accessible name of this object.
- getAccessibleName().
Method in class java.awt.swing.JTable.AccessibleJTable.AccessibleJTableCell
- Get the accessible name of this object.
- getAccessibleName().
Method in class java.awt.swing.JDialog.AccessibleJDialog
- Get the accessible name of this object.
- getAccessibleName().
Method in class java.awt.swing.JLabel.AccessibleJLabel
- Get the accessible name of this object.
- getAccessibleName().
Method in class java.awt.swing.JList.AccessibleJList.AccessibleJListChild
-
- getAccessibleName().
Method in class java.awt.swing.JInternalFrame.AccessibleJInternalFrame
- Get the accessible name of this object.
- getAccessibleName().
Method in class java.awt.swing.JTree.AccessibleJTree
- Get the Accessible name of this JTree.
- getAccessibleName().
Method in class java.awt.swing.JTree.AccessibleJTree.AccessibleJTreeNode
- Get the accessible name of this object.
- getAccessibleName().
Method in class java.awt.swing.JComboBox.AccessibleJComboBox.AccessibleJComboBoxList
-
- getAccessibleName().
Method in class java.awt.swing.table.JTableHeader.AccessibleJTableHeader.AccessibleJTableHeaderEntry
-
- getAccessibleParent().
Method in class java.awt.accessibility.AccessibleContext
- Get the Accessible parent of this object.
- getAccessibleParent().
Method in class java.awt.swing.JFrame.AccessibleJFrame
- Get the Accessible parent of this object.
- getAccessibleParent().
Method in class java.awt.swing.Box.Filler.AccessibleBoxFiller
- Get the Accessible parent of this object.
- getAccessibleParent().
Method in class java.awt.swing.Box.AccessibleBox
- Get the Accessible parent of this object.
- getAccessibleParent().
Method in class java.awt.swing.JComponent.AccessibleJComponent
- Get the Accessible parent of this object.
- getAccessibleParent().
Method in class java.awt.swing.JWindow.AccessibleJWindow
- Get the Accessible parent of this object.
- getAccessibleParent().
Method in class java.awt.swing.JTable.AccessibleJTable.AccessibleJTableCell
- Get the Accessible parent of this object.
- getAccessibleParent().
Method in class java.awt.swing.JDialog.AccessibleJDialog
- Get the Accessible parent of this object.
- getAccessibleParent().
Method in class java.awt.swing.JApplet.AccessibleJApplet
- Get the Accessible parent of this object.
- getAccessibleParent().
Method in class java.awt.swing.JPopupMenu.WindowPopup.AccessibleWindowPopup
- Get the Accessible parent of this object.
- getAccessibleParent().
Method in class java.awt.swing.JTree.AccessibleJTree.AccessibleJTreeNode
- Get the Accessible parent of this object.
- getAccessibleParent().
Method in class java.awt.swing.CellRendererPane.AccessibleCellRendererPane
- Get the Accessible parent of this object.
- getAccessibleRole().
Method in class java.awt.accessibility.AccessibleContext
- Get the role of this object.
- getAccessibleRole().
Method in class java.awt.swing.JFrame.AccessibleJFrame
- Get the role of this object.
- getAccessibleRole().
Method in class java.awt.swing.Box.Filler.AccessibleBoxFiller
- Get the role of this object.
- getAccessibleRole().
Method in class java.awt.swing.Box.AccessibleBox
- Get the role of this object.
- getAccessibleRole().
Method in class java.awt.swing.JComponent.AccessibleJComponent
- Get the role of this object.
- getAccessibleRole().
Method in class java.awt.swing.JTabbedPane.AccessibleJTabbedPane
-
- getAccessibleRole().
Method in class java.awt.swing.JWindow.AccessibleJWindow
- Get the role of this object.
- getAccessibleRole().
Method in class java.awt.swing.JToggleButton.AccessibleJToggleButton
- Get the role of this object.
- getAccessibleRole().
Method in class java.awt.swing.JTable.AccessibleJTable
- Get the role of this object.
- getAccessibleRole().
Method in class java.awt.swing.JTable.AccessibleJTable.AccessibleJTableCell
- Get the role of this object.
- getAccessibleRole().
Method in class java.awt.swing.JButton.AccessibleJButton
- Get the role of this object.
- getAccessibleRole().
Method in class java.awt.swing.JPanel.AccessibleJPanel
- Get the role of this object.
- getAccessibleRole().
Method in class java.awt.swing.JLayeredPane.AccessibleJLayeredPane
- Get the role of this object.
- getAccessibleRole().
Method in class java.awt.swing.JDialog.AccessibleJDialog
- Get the role of this object.
- getAccessibleRole().
Method in class java.awt.swing.JMenuItem.AccessibleJMenuItem
- Get the role of this object.
- getAccessibleRole().
Method in class java.awt.swing.JRadioButtonMenuItem.AccessibleJRadioButtonMenuItem
- Get the role of this object.
- getAccessibleRole().
Method in class java.awt.swing.JCheckBox.AccessibleJCheckBox
- Get the role of this object.
- getAccessibleRole().
Method in class java.awt.swing.JLabel.AccessibleJLabel
- Get the role of this object.
- getAccessibleRole().
Method in class java.awt.swing.JSplitPane.AccessibleJSplitPane
- Get the role of this object.
- getAccessibleRole().
Method in class java.awt.swing.JToolTip.AccessibleJToolTip
- Get the role of this object.
- getAccessibleRole().
Method in class java.awt.swing.JDesktopPane.AccessibleJDesktopPane
- Get the role of this object.
- getAccessibleRole().
Method in class java.awt.swing.JSlider.AccessibleJSlider
- Get the role of this object.
- getAccessibleRole().
Method in class java.awt.swing.JList.AccessibleJList
- Get the role of this object.
- getAccessibleRole().
Method in class java.awt.swing.JList.AccessibleJList.AccessibleJListChild
-
- getAccessibleRole().
Method in class java.awt.swing.JInternalFrame.AccessibleJInternalFrame
- Get the role of this object.
- getAccessibleRole().
Method in class java.awt.swing.JInternalFrame.JDesktopIcon.AccessibleJDesktopIcon
- Get the role of this object.
- getAccessibleRole().
Method in class java.awt.swing.JViewport.AccessibleJViewport
- Get the role of this object.
- getAccessibleRole().
Method in class java.awt.swing.JMenu.AccessibleJMenu
- Get the role of this object.
- getAccessibleRole().
Method in class java.awt.swing.JPasswordField.AccessibleJPasswordField
- Gets the role of this object.
- getAccessibleRole().
Method in class java.awt.swing.JApplet.AccessibleJApplet
- Get the role of this object.
- getAccessibleRole().
Method in class java.awt.swing.JScrollPane.AccessibleJScrollPane
- Get the role of this object.
- getAccessibleRole().
Method in class java.awt.swing.JScrollBar.AccessibleJScrollBar
- Get the role of this object.
- getAccessibleRole().
Method in class java.awt.swing.JRootPane.AccessibleJRootPane
- Get the role of this object.
- getAccessibleRole().
Method in class java.awt.swing.JPopupMenu.WindowPopup.AccessibleWindowPopup
- Get the role of this object.
- getAccessibleRole().
Method in class java.awt.swing.JPopupMenu.AccessibleJPopupMenu
- Get the role of this object.
- getAccessibleRole().
Method in class java.awt.swing.JToolBar.AccessibleJToolBar
- Get the role of this object.
- getAccessibleRole().
Method in class java.awt.swing.JTree.AccessibleJTree
- Get the role of this object.
- getAccessibleRole().
Method in class java.awt.swing.JTree.AccessibleJTree.AccessibleJTreeNode
- Get the role of this object.
- getAccessibleRole().
Method in class java.awt.swing.JSeparator.AccessibleJSeparator
- Get the role of this object.
- getAccessibleRole().
Method in class java.awt.swing.JProgressBar.AccessibleJProgressBar
- Get the role of this object.
- getAccessibleRole().
Method in class java.awt.swing.JComboBox.AccessibleJComboBox.AccessibleJComboBoxList
-
- getAccessibleRole().
Method in class java.awt.swing.JMenuBar.AccessibleJMenuBar
- Get the role of this object.
- getAccessibleRole().
Method in class java.awt.swing.JCheckBoxMenuItem.AccessibleJCheckBoxMenuItem
- Get the role of this object.
- getAccessibleRole().
Method in class java.awt.swing.CellRendererPane.AccessibleCellRendererPane
- Get the role of this object.
- getAccessibleRole().
Method in class java.awt.swing.JRadioButton.AccessibleJRadioButton
- Get the role of this object.
- getAccessibleRole().
Method in class java.awt.swing.text.JTextComponent.AccessibleJTextComponent
- Gets the role of this object.
- getAccessibleRole().
Method in class java.awt.swing.table.JTableHeader.AccessibleJTableHeader
- Get the role of this object.
- getAccessibleRole().
Method in class java.awt.swing.table.JTableHeader.AccessibleJTableHeader.AccessibleJTableHeaderEntry
-
- getAccessibleSelection().
Method in class java.awt.accessibility.AccessibleContext
- Get the AccessibleSelection associated with this object which allows its
Accessible children to be selected.
- getAccessibleSelection(int).
Method in interface java.awt.accessibility.AccessibleSelection
- Returns an Accessible representing the specified selected child
in the object.
- getAccessibleSelection().
Method in class java.awt.swing.JTabbedPane.AccessibleJTabbedPane
-
- getAccessibleSelection(int).
Method in class java.awt.swing.JTabbedPane.AccessibleJTabbedPane
-
- getAccessibleSelection().
Method in class java.awt.swing.JTable.AccessibleJTable.AccessibleJTableCell
- Get the AccessibleSelection associated with this object if one
exists.
- getAccessibleSelection().
Method in class java.awt.swing.JList.AccessibleJList
- Get the AccessibleSelection associated with this object if one
exists.
- getAccessibleSelection(int).
Method in class java.awt.swing.JList.AccessibleJList
- Returns an Accessible representing the specified selected item
in the object.
- getAccessibleSelection().
Method in class java.awt.swing.JList.AccessibleJList.AccessibleJListChild
-
- getAccessibleSelection().
Method in class java.awt.swing.JTree.AccessibleJTree
-
- getAccessibleSelection(int).
Method in class java.awt.swing.JTree.AccessibleJTree
- Returns an Accessible representing the specified selected item
in the object.
- getAccessibleSelection().
Method in class java.awt.swing.JTree.AccessibleJTree.AccessibleJTreeNode
- Get the AccessibleSelection associated with this object if one
exists.
- getAccessibleSelection(int).
Method in class java.awt.swing.JTree.AccessibleJTree.AccessibleJTreeNode
- Returns an Accessible representing the specified selected item
in the object.
- getAccessibleSelection().
Method in class java.awt.swing.JComboBox.AccessibleJComboBox.AccessibleJComboBoxList
-
- getAccessibleSelection(int).
Method in class java.awt.swing.JMenuBar.AccessibleJMenuBar
- Returns the currently selected menu if one is selected,
otherwise null.
- getAccessibleSelection().
Method in class java.awt.swing.table.JTableHeader.AccessibleJTableHeader.AccessibleJTableHeaderEntry
-
- getAccessibleSelectionCount().
Method in interface java.awt.accessibility.AccessibleSelection
- Returns the number of Accessible children currently selected.
- getAccessibleSelectionCount().
Method in class java.awt.swing.JTabbedPane.AccessibleJTabbedPane
-
- getAccessibleSelectionCount().
Method in class java.awt.swing.JList.AccessibleJList
- Returns the number of items currently selected.
- getAccessibleSelectionCount().
Method in class java.awt.swing.JTree.AccessibleJTree
- Returns the number of items currently selected.
- getAccessibleSelectionCount().
Method in class java.awt.swing.JTree.AccessibleJTree.AccessibleJTreeNode
- Returns the number of items currently selected.
- getAccessibleSelectionCount().
Method in class java.awt.swing.JMenuBar.AccessibleJMenuBar
- Returns 1 if a menu is currently selected in this menu bar.
- getAccessibleStateSet().
Method in class java.awt.accessibility.AccessibleContext
- Get the state set of this object.
- getAccessibleStateSet().
Method in class java.awt.swing.JFrame.AccessibleJFrame
- Get the state of this object.
- getAccessibleStateSet().
Method in class java.awt.swing.Box.Filler.AccessibleBoxFiller
- Get the state of this object.
- getAccessibleStateSet().
Method in class java.awt.swing.Box.AccessibleBox
- Get the state of this object.
- getAccessibleStateSet().
Method in class java.awt.swing.JComponent.AccessibleJComponent
- Get the state of this object.
- getAccessibleStateSet().
Method in class java.awt.swing.JWindow.AccessibleJWindow
- Get the state of this object.
- getAccessibleStateSet().
Method in class java.awt.swing.AbstractButton.AccessibleAbstractButton
- Get the state set of this object.
- getAccessibleStateSet().
Method in class java.awt.swing.JTable.AccessibleJTable.AccessibleJTableCell
- Get the state set of this object.
- getAccessibleStateSet().
Method in class java.awt.swing.JDialog.AccessibleJDialog
- Get the state of this object.
- getAccessibleStateSet().
Method in class java.awt.swing.JSplitPane.AccessibleJSplitPane
- Get the state set of this object.
- getAccessibleStateSet().
Method in class java.awt.swing.JSlider.AccessibleJSlider
- Get the state set of this object.
- getAccessibleStateSet().
Method in class java.awt.swing.JList.AccessibleJList
- Get the state set of this object.
- getAccessibleStateSet().
Method in class java.awt.swing.JList.AccessibleJList.AccessibleJListChild
-
- getAccessibleStateSet().
Method in class java.awt.swing.JEditorPane.AccessibleJEditorPane
- Gets the state set of this object.
- getAccessibleStateSet().
Method in class java.awt.swing.JTextField.AccessibleJTextField
- Gets the state set of this object.
- getAccessibleStateSet().
Method in class java.awt.swing.JApplet.AccessibleJApplet
- Get the state of this object.
- getAccessibleStateSet().
Method in class java.awt.swing.JScrollBar.AccessibleJScrollBar
- Get the state set of this object.
- getAccessibleStateSet().
Method in class java.awt.swing.JPopupMenu.WindowPopup.AccessibleWindowPopup
- Get the state of this object.
- getAccessibleStateSet().
Method in class java.awt.swing.JToolBar.AccessibleJToolBar
- Get the state of this object.
- getAccessibleStateSet().
Method in class java.awt.swing.JTree.AccessibleJTree.AccessibleJTreeNode
- Get the state set of this object.
- getAccessibleStateSet().
Method in class java.awt.swing.JTextArea.AccessibleJTextArea
- Gets the state set of this object.
- getAccessibleStateSet().
Method in class java.awt.swing.JProgressBar.AccessibleJProgressBar
- Get the state set of this object.
- getAccessibleStateSet().
Method in class java.awt.swing.JComboBox.AccessibleJComboBox
- Get the state set of this object.
- getAccessibleStateSet().
Method in class java.awt.swing.JComboBox.AccessibleJComboBox.AccessibleJComboBoxList
-
- getAccessibleStateSet(Component).
Static method in class java.awt.swing.SwingUtilities
- Get the state of this object.
- getAccessibleStateSet().
Method in class java.awt.swing.JMenuBar.AccessibleJMenuBar
- Get the accessible state set of this object.
- getAccessibleStateSet().
Method in class java.awt.swing.CellRendererPane.AccessibleCellRendererPane
- Get the state of this object.
- getAccessibleStateSet().
Method in class java.awt.swing.text.JTextComponent.AccessibleJTextComponent
- Get the state set of the JTextComponent.
- getAccessibleStateSet().
Method in class java.awt.swing.table.JTableHeader.AccessibleJTableHeader.AccessibleJTableHeaderEntry
-
- getAccessibleText().
Method in class java.awt.accessibility.AccessibleContext
- Get the AccessibleText associated with this object presently editable
text on the display.
- getAccessibleText().
Method in class java.awt.swing.JTable.AccessibleJTable.AccessibleJTableCell
- Get the AccessibleText associated with this object if one
exists.
- getAccessibleText().
Method in class java.awt.swing.JList.AccessibleJList.AccessibleJListChild
-
- getAccessibleText().
Method in class java.awt.swing.JTree.AccessibleJTree.AccessibleJTreeNode
- Get the AccessibleText associated with this object if one
exists.
- getAccessibleText().
Method in class java.awt.swing.JComboBox.AccessibleJComboBox.AccessibleJComboBoxList
-
- getAccessibleText().
Method in class java.awt.swing.text.JTextComponent.AccessibleJTextComponent
- Gets the AccessibleText interface associated with this object
- getAccessibleText().
Method in class java.awt.swing.table.JTableHeader.AccessibleJTableHeader.AccessibleJTableHeaderEntry
-
- getAccessibleValue().
Method in class java.awt.accessibility.AccessibleContext
- Get the AccessibleValue associated with this object that supports a
Numerical value.
- getAccessibleValue().
Method in class java.awt.swing.AbstractButton.AccessibleAbstractButton
- Get the AccessibleValue associated with this object if one
exists.
- getAccessibleValue().
Method in class java.awt.swing.JTable.AccessibleJTable.AccessibleJTableCell
- Get the AccessibleValue associated with this object if one
exists.
- getAccessibleValue().
Method in class java.awt.swing.JSplitPane.AccessibleJSplitPane
- Get the AccessibleValue associated with this object if one
exists.
- getAccessibleValue().
Method in class java.awt.swing.JSlider.AccessibleJSlider
- Get the AccessibleValue associated with this object if one
exists.
- getAccessibleValue().
Method in class java.awt.swing.JList.AccessibleJList.AccessibleJListChild
-
- getAccessibleValue().
Method in class java.awt.swing.JInternalFrame.AccessibleJInternalFrame
- Get the AccessibleValue associated with this object if one
exists.
- getAccessibleValue().
Method in class java.awt.swing.JInternalFrame.JDesktopIcon.AccessibleJDesktopIcon
- Get the AccessibleValue associated with this object if one
exists.
- getAccessibleValue().
Method in class java.awt.swing.JScrollBar.AccessibleJScrollBar
- Get the AccessibleValue associated with this object if one
exists.
- getAccessibleValue().
Method in class java.awt.swing.JTree.AccessibleJTree.AccessibleJTreeNode
- Get the AccessibleValue associated with this object if one
exists.
- getAccessibleValue().
Method in class java.awt.swing.JProgressBar.AccessibleJProgressBar
- Get the AccessibleValue associated with this object if one
exists.
- getAccessibleValue().
Method in class java.awt.swing.JComboBox.AccessibleJComboBox.AccessibleJComboBoxList
-
- getAccessibleValue().
Method in class java.awt.swing.table.JTableHeader.AccessibleJTableHeader.AccessibleJTableHeaderEntry
-
- getAction(KeyStroke).
Method in interface java.awt.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 java.awt.swing.AbstractButton
- Returns the action command for this button.
- getActionCommand().
Method in class java.awt.swing.DefaultButtonModel
- Returns the action command for this button.
- getActionCommand().
Method in interface java.awt.swing.ButtonModel
-
- getActionCommand().
Method in class java.awt.swing.JComboBox
- Returns the action commnand that is included in the event sent to
action listeners.
- getActionForKeyStroke(KeyStroke).
Method in class java.awt.swing.JComponent
- Return the object that will perform the action registered for a
given keystroke.
- getActions().
Method in class java.util.PropertyPermission
- Returns the "canonical string representation" of the actions.
- 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.awt.swing.JTextField
- Fetches the command list for the editor.
- getActions().
Method in class java.awt.swing.text.JTextComponent
- Fetches the command list for the editor.
- getActions().
Method in class java.awt.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 java.awt.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 java.awt.swing.text.StyledEditorKit
- Fetches the command list for the editor.
- getActions().
Method in class java.awt.swing.text.html.HTMLEditorKit
- Fetches the command list for the editor.
- 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.
- 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.GregorianCalendar
- Return the minimum value that this field could have, given the current date.
- getAddListenerMethod().
Method in class java.beans.EventSetDescriptor
-
- 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.
- 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(char).
Method in class java.awt.Font
-
- getAdvance(char[]).
Method in class java.awt.Font
-
- getAdvance().
Method in class java.awt.font.GlyphMetrics
- Return the advance width (height) of the glyph.
- getAdvance().
Method in class java.awt.font.TextLayout
- Return the advance of the layout.
- getAdvance().
Method in class java.awt.font.GlyphSet
- Return the advance of the glyphset.
- getAdvance().
Method in class java.awt.font.GraphicAttribute
- Return the advance of this graphic.
- getAdvance().
Method in class java.awt.font.ShapeGraphicAttribute
-
- getAdvance().
Method in class java.awt.font.ImageGraphicAttribute
-
- getAdvanceBetween(int, int).
Method in class java.awt.font.GlyphSet
- Return the sum of the advances for the glyphs corresponding to
characters in logical positions from start up to limit.
- getAdvanceVector().
Method in class java.awt.font.StyledString
- Returns the advance vector for the end position of this StyledString.
- getAfterIndex(int, int).
Method in interface java.awt.accessibility.AccessibleText
- Return the String after a given index.
- getAfterIndex(int, int).
Method in class java.awt.swing.text.JTextComponent.AccessibleJTextComponent
- Return the String after a given index.
- getAlgorithm().
Method in class java.security.AlgorithmParameters
- Returns the name of the algorithm associated with the parameter
set.
- 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
- Gets a specified property for an algorithm.
- getAlignedSizeRequirements(SizeRequirements[]).
Static method in class java.awt.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
- Return the alignment of this graphic.
- getAlignment(int).
Method in class java.awt.swing.text.View
- Determines the desired alignment for this view along an
axis.
- getAlignment(int).
Method in class java.awt.swing.text.BoxView
- Determines the desired alignment for this view along an
axis.
- getAlignment(int).
Method in class java.awt.swing.text.LabelView
- Determines the desired alignment for this view along an
axis.
- getAlignment(int).
Method in class java.awt.swing.text.ComponentView
- Determines the desired alignment for this view along an
axis.
- getAlignment(int).
Method in class java.awt.swing.text.IconView
- Determines the desired alignment for this view along an
axis.
- getAlignment(int).
Method in class java.awt.swing.text.ParagraphView
- Determines the desired alignment for this view along an
axis.
- getAlignment().
Method in class java.awt.swing.text.TabStop
-
- getAlignment(AttributeSet).
Static method in class java.awt.swing.text.StyleConstants
- Gets the alignment setting.
- 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 java.awt.swing.JComponent
-
- 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 java.awt.swing.JComponent
-
- getAllAttributeNames().
Method in class java.awt.font.StyledStringIterator
- Returns the names of all attributes defined on the iterator's text
range.
- getAllAttributeNames().
Method in interface java.text.AttributedCharacterIterator
- Returns the names of all attributes defined on the
iterator's text range.
- 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 all fonts available in this environment.
- getAllFrames().
Method in class java.awt.swing.JDesktopPane
- Returns all JInternalFrames currently displayed in the
desktop.
- getAllFramesInLayer(int).
Method in class java.awt.swing.JDesktopPane
- Returns all JInternalFrames currently displayed in the
desktop that are in layer.
- getAllPackages().
Static method in class java.lang.Package
- Get all the packages currently known for the callers classloader.
- getAllowUserInteraction().
Method in class java.net.URLConnection
- Returns the value of the
allowUserInteraction
field for
this object.
- getAllowsChildren().
Method in class java.awt.swing.tree.DefaultMutableTreeNode
- Returns true if an only if this node is allowed to have children.
- getAllowsChildren().
Method in interface java.awt.swing.tree.TreeNode
- Returns true if the receiver allows children.
- getAlpha().
Method in class java.awt.AlphaComposite
- Returns the additional alpha value that was given when this
AlphaComposiste instance was created.
- 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
in the default RGB ColorSpace, sRGB.
- getAlpha(Object).
Method in class java.awt.image.ColorModel
- Returns the alpha
color component for the specified pixel, scaled from 0 to 255 in
the default RGB ColorSpace, sRGB.
- getAlpha(int).
Method in class java.awt.image.DirectColorModel
- Return the alpha transparency value for the specified pixel in the
range 0-255.
- getAlpha(Object).
Method in class java.awt.image.DirectColorModel
- Returns the alpha color component for the specified pixel,
scaled from 0 to 255.
- getAlpha(int).
Method in class java.awt.image.ComponentColorModel
- Returns the alpha
color component for the specified pixel, scaled from 0 to 255
in the default RGB ColorSpace, sRGB.
- getAlpha(Object).
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
- Return the alpha transparency value for the specified pixel in the
range 0-255.
- getAlphaMask().
Method in class java.awt.image.DirectColorModel
- Returns the mask indicating which bits in a pixel contain the alpha
transparency component.
- getAlphaRaster().
Method in class java.awt.image.BufferedImage
- Returns a Raster representing the alpha channel for BufferedImages
with ColorModels that support a separate spatial alpha channel
(such as ComponentColorModel and DirectColorModel).
- getAlphas(byte[]).
Method in class java.awt.image.IndexColorModel
- Copies the array of alpha transparency values into the given array.
- getAmPmStrings().
Method in class java.text.DateFormatSymbols
- Gets ampm strings.
- getAncestor().
Method in class java.awt.swing.event.AncestorEvent
- Returns the ancestor that the event actually occured on.
- getAncestorNamed(String, Component).
Static method in class java.awt.swing.SwingUtilities
- Convience 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 java.awt.swing.SwingUtilities
- Convience method for searching above comp in the
component hierarchy and returns the first object of class c it
finds.
- getAncestorParent().
Method in class java.awt.swing.event.AncestorEvent
- Returns the parent of the ancestor the event actually occured on.
- getAnchorSelectionIndex().
Method in interface java.awt.swing.ListSelectionModel
- Return the first index argument from the most recent
call to setSelectionInterval() or addSelectionInterval().
- getAnchorSelectionIndex().
Method in class java.awt.swing.JList
- Returns the first index argument from the most recent addSelectionInterval
or setSelectionInterval call.
- getAnchorSelectionIndex().
Method in class java.awt.swing.DefaultListSelectionModel
-
- getAngleExtent().
Method in class java.awt.geom.Arc2D
- Returns the arc length (angular extent) of the arc (in degrees).
- getAngleExtent().
Method in class java.awt.geom.Arc2D.Float
- Returns the arc length (angular extent) of the arc (in degrees).
- getAngleExtent().
Method in class java.awt.geom.Arc2D.Double
- Returns the arc length (angular extent) of the arc (in degrees).
- getAngleStart().
Method in class java.awt.geom.Arc2D
- Returns the starting angle of the arc (in degrees).
- getAngleStart().
Method in class java.awt.geom.Arc2D.Float
- Returns the starting angle of the arc (in degrees).
- getAngleStart().
Method in class java.awt.geom.Arc2D.Double
- Returns the starting angle of the arc (in degrees).
- 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.
- 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
- Gets the height of the arc that rounds off the corners.
- getArcHeight().
Method in class java.awt.geom.RoundRectangle2D.Double
- Gets 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.
- 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
- Gets the width of the arc that rounds off the corners.
- getArcWidth().
Method in class java.awt.geom.RoundRectangle2D.Double
- Gets 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 class java.awt.swing.text.DefaultStyledDocument.ElementSpec
- Gets the array of characters.
- getArray().
Method in interface java.sql.ArrayLocator
- Retrieve from the database the SQL Array
* designated by the locator.
- getArray(Map).
Method in interface java.sql.ArrayLocator
- Retrieve from the database the SQL Array designated by
the locator.
- getArrayLocator(int).
Method in interface java.sql.ResultSet
- JDBC 2.0
Get a LOCATOR(<array>) column.
- getArrayLocator(String).
Method in interface java.sql.ResultSet
- JDBC 2.0
Get a LOCATOR(<array>) column.
- getArrayLocator(int).
Method in interface java.sql.CallableStatement
- JDBC 2.0
Get a LOCATOR(<array>) OUT parameter.
- getAsText().
Method in class java.beans.PropertyEditorSupport
-
- getAsText().
Method in interface java.beans.PropertyEditor
-
- getAscent().
Method in class java.awt.FontMetrics
- Determines the font ascent of the font described by this
font metric.
- getAscent().
Method in class java.awt.Font
- Returns the ascent of the font above the roman baseline.
- getAscent().
Method in class java.awt.font.TextLayout
- Return the ascent of the layout.
- getAscent().
Method in class java.awt.font.GlyphSet
- Return the ascent of the glyphset relative to the baseline.
- getAscent().
Method in class java.awt.font.GraphicAttribute
- Return the ascent of this graphic.
- getAscent().
Method in class java.awt.font.ShapeGraphicAttribute
-
- getAscent().
Method in class java.awt.font.ImageGraphicAttribute
-
- getAscent().
Method in class java.awt.font.StyledString
- Returns the largest ascent of any font represented in this StyledString.
- getAsciiStream(int).
Method in interface java.sql.ResultSet
- A column value can be retrieved as a stream of ASCII characters
and then read in chunks from the stream.
- getAsciiStream(String).
Method in interface java.sql.ResultSet
- A column value can be retrieved as a stream of ASCII characters
and then read in chunks from the stream.
- getAsciiStream().
Method in interface java.sql.ClobLocator
-
- getAtIndex(int, int).
Method in interface java.awt.accessibility.AccessibleText
- Return the String at a given index.
- getAtIndex(int, int).
Method in class java.awt.swing.text.JTextComponent.AccessibleJTextComponent
- Return the String at a given index.
- getAttribute(String).
Method in class java.awt.font.StyledStringIterator
- Returns the value of the named attribute for the current character.
- getAttribute(Object).
Method in class java.awt.swing.text.AbstractDocument.AbstractElement
- Gets the value of an attribute.
- getAttribute(Object).
Method in class java.awt.swing.text.StyleContext.NamedStyle
- Gets the value of an attribute.
- getAttribute(Object).
Method in class java.awt.swing.text.SimpleAttributeSet
- Gets the value of an attribute.
- getAttribute(Object).
Method in interface java.awt.swing.text.AttributeSet
- Fetches the value of the given attribute.
- getAttribute(String).
Method in interface java.text.AttributedCharacterIterator
- Returns the value of the named attribute for the current character.
- getAttribute(String).
Method in interface javax.servlet.ServletContext
- Returns the value of the named attribute of the network service,
or null if the attribute does not exist.
- getAttribute(String).
Method in interface javax.servlet.ServletRequest
- Returns the value of the named attribute of the request, or
null if the attribute does not exist.
- getAttributeContext().
Method in class java.awt.swing.text.AbstractDocument
- Fetches the context for managing attributes.
- getAttributeCount().
Method in class java.awt.swing.text.AbstractDocument.AbstractElement
- Gets the number of attributes that are defined.
- getAttributeCount().
Method in class java.awt.swing.text.StyleContext.NamedStyle
- Gets the number of attributes that are defined.
- getAttributeCount().
Method in class java.awt.swing.text.SimpleAttributeSet
- Gets a count of the number of attributes.
- getAttributeCount().
Method in interface java.awt.swing.text.AttributeSet
- Returns the number of attributes contained in this set.
- getAttributeNames().
Method in class java.awt.swing.text.AbstractDocument.AbstractElement
- Gets the names of all attributes.
- getAttributeNames().
Method in class java.awt.swing.text.StyleContext.NamedStyle
- Gets the names of all attributes.
- getAttributeNames().
Method in class java.awt.swing.text.SimpleAttributeSet
- Gets the names of the attributes in the set.
- getAttributeNames().
Method in interface java.awt.swing.text.AttributeSet
- Returns an enumeration over the names of the attributes in the set.
- getAttributes(String).
Method in class java.util.jar.Manifest
- Returns the Attributes for the specified entry name.
- getAttributes().
Method in class java.util.jar.JarEntry
- Returns the
Manifest
Attributes
for this
entry, or null
if none.
- 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 class java.awt.Font
- Returns an array of font attributes available in this font.
- getAttributes().
Method in class java.awt.font.StyledStringIterator
- Returns an attribute set with the attributes defined on the current
character.
- getAttributes().
Method in class java.awt.swing.text.AbstractDocument.AbstractElement
- Gets the attributes for the element.
- getAttributes().
Method in class java.awt.swing.text.DefaultStyledDocument.ElementSpec
- Gets the element attributes.
- getAttributes().
Method in interface java.awt.swing.text.Element
- Fetches the collection of attributes this element contains.
- getAttributes().
Method in interface java.sql.Struct
- The ordered values of the attributes of the SQL
* Structured Type.
- getAttributes(Map).
Method in interface java.sql.Struct
- The ordered values of the attributes of the SQL
Structured Type.
- getAttributes().
Method in interface java.text.AttributedCharacterIterator
- Returns an attribute set with the attributes defined on the current
character.
- getAttributesAt(int).
Method in class java.awt.font.StyledString
- Return an attribute set describing the attributes on the
character at index.
- getAudioClip(URL).
Method in class java.applet.Applet
- Returns the
AudioClip
object specified by the
URL
argument.
- getAudioClip(URL, String).
Method in class java.applet.Applet
- Returns the
AudioClip
object specified by the
URL
and name
arguments.
- getAudioClip(URL).
Method in interface java.applet.AppletContext
- Creates an audio clip.
- getAuthType().
Method in interface javax.servlet.http.HttpServletRequest
- Gets the authentication scheme of this request.
- getAutoCommit().
Method in interface java.sql.Connection
- Get the current auto-commit state.
- getAutoCreateColumnsFromModel().
Method in class java.awt.swing.JTable
- Returns whether the table will create default columns from the model.
- getAutoResizeMode().
Method in class java.awt.swing.JTable
- Returns auto resize mode of the table.
- getAutoscrollRegion().
Method in interface java.awt.dnd.Autoscroll
- return an Inset describing the autoscrolling region or border relative
to the geometry of the associated Component.
- getAutoscrolls().
Method in class java.awt.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 java.awt.swing.UIManager
- Return the list of auxiliary look and feels (can be null).
- getAvailableAttributes().
Method in class java.awt.Font
- Returns the names of all the attributes supported by this font.
- getAvailableIDs(int).
Static method in class java.util.TimeZone
- Gets the available IDs according to the given time zone offset.
- getAvailableIDs().
Static method in class java.util.TimeZone
- Gets all the available IDs supported.
- getAvailableLocales().
Static method in class java.util.Calendar
- Gets the set of locales for which Calendars are installed.
- getAvailableLocales().
Static method in class java.util.Locale
- Returns a list of all installed locales.
- 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
- 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 class java.awt.print.ProxyGraphics2D
- Returns the background color used for clearing a region.
- getBackground().
Method in interface java.awt.accessibility.AccessibleComponent
- Get the background color of this object.
- getBackground().
Method in class java.awt.swing.JFrame.AccessibleJFrame
- Get the background color of this object.
- getBackground().
Method in class java.awt.swing.Box.Filler.AccessibleBoxFiller
- Get the background color of this object.
- getBackground().
Method in class java.awt.swing.Box.AccessibleBox
- Get the background color of this object.
- getBackground().
Method in class java.awt.swing.JComponent.AccessibleJComponent
- Get the background color of this object.
- getBackground().
Method in class java.awt.swing.JWindow.AccessibleJWindow
- Get the background color of this object.
- getBackground().
Method in class java.awt.swing.JTable.AccessibleJTable.AccessibleJTableCell
- Get the background color of this object.
- getBackground().
Method in class java.awt.swing.JDialog.AccessibleJDialog
- Get the background color of this object.
- getBackground().
Method in class java.awt.swing.JList.AccessibleJList.AccessibleJListChild
-
- getBackground().
Method in class java.awt.swing.JInternalFrame
- Get the background color of this object.
- getBackground().
Method in class java.awt.swing.JApplet.AccessibleJApplet
- Get the background color of this object.
- getBackground().
Method in class java.awt.swing.JPopupMenu.WindowPopup.AccessibleWindowPopup
- Get the background color of this object.
- getBackground().
Method in class java.awt.swing.JTree.AccessibleJTree.AccessibleJTreeNode
- Get the background color of this object.
- getBackground().
Method in class java.awt.swing.JComboBox.AccessibleJComboBox.AccessibleJComboBoxList
-
- getBackground().
Method in class java.awt.swing.CellRendererPane.AccessibleCellRendererPane
- Get the background color of this object.
- getBackground(AttributeSet).
Method in class java.awt.swing.text.DefaultStyledDocument
- Gets the background color from an attribute set.
- getBackground(AttributeSet).
Method in interface java.awt.swing.text.StyledDocument
- Takes a set of attributes and turn it into a color
specification.
- getBackground().
Method in class java.awt.swing.table.JTableHeader.AccessibleJTableHeader.AccessibleJTableHeaderEntry
-
- getBackgroundAt(int).
Method in class java.awt.swing.JTabbedPane
- Returns the tab background color at index.
- getBandOffsets().
Method in class java.awt.image.ComponentSampleModel
- Returns the band offset of all bands.
- getBankData().
Method in class java.awt.image.DataBufferByte
- Return the data array for all banks
- getBankData().
Method in class java.awt.image.DataBufferShort
- Return the data array for all banks.
- getBankData().
Method in class java.awt.image.DataBufferInt
- Return the data array for all banks
- getBankIndices().
Method in class java.awt.image.BandedSampleModel
- Returns the bank indices for all bands.
- getBaseClassLoader().
Static method in class java.lang.ClassLoader
- Returns the base class loader for delegation.
- getBaseRasterOriginX().
Method in class java.awt.image.Raster
- Returns the X coord of the origin of the base Raster in this Raster's
coordinate system.
- getBaseRasterOriginY().
Method in class java.awt.image.Raster
- Returns the Y coord of the origin of the base Raster in this Raster's
coordinate system.
- getBaseSubRasterOffsetX().
Method in class java.awt.image.Raster
-
- getBaseSubRasterOffsetY().
Method in class java.awt.image.Raster
-
- getBaseType().
Method in class java.util.mime.MimeType
- Return a String representation of this object
without the parameter list.
- getBaseType().
Method in interface java.sql.ArrayLocator
- Return the SQL type of elements of the array designated by
* this locator.
- getBaseType().
Method in interface java.sql.Ref
-
- getBaseType().
Method in interface java.sql.StructLocator
- Return the SQL type of the item designated by this locator.
- getBaseline().
Method in class java.awt.font.TextLayout
- Return the baseline for this layout.
- getBaseline().
Method in class java.awt.font.GlyphSet
- Return the baseline used by this glyphset.
- getBaselineFor(char).
Method in class java.awt.Font
- Return the baseline appropriate for displaying this character.
- getBaselineOffset(byte).
Method in class java.awt.Font
- Returns the offset from the roman baseline of the font to the specified
baseline.
- getBaselineOffsets().
Method in class java.awt.font.TextLayout
- Return the offsets array for the baselines used for this layout.
- getBaselineOffsetsFor(char).
Method in class java.awt.Font
- Return a list of relative offsets for the different baselines.
- getBasicConstraints().
Method in class java.security.cert.X509Certificate
- Gets the certificate constraints path length from the
critical
BasicConstraints
extension, (OID = 2.5.29.19).
- getBeanClass().
Method in class java.beans.BeanDescriptor
-
- getBeanContext().
Method in class java.beans.beancontext.BeanContextEvent
-
- getBeanContext().
Method in class java.beans.beancontext.BeanContextChildSupport
-
- getBeanContext().
Method in interface java.beans.beancontext.BeanContextChild
-
- getBeanContextChildPeer().
Method in class java.beans.beancontext.BeanContextChildSupport
-
- getBeanContextPeer().
Method in class java.beans.beancontext.BeanContextSupport
-
- getBeanContextServicesPeer().
Method in class java.beans.beancontext.BeanContextServicesSupport
-
- getBeanDescriptor().
Method in interface java.beans.BeanInfo
-
- 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, 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.
- 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.
- getBeanInfoSearchPath().
Static method in class java.beans.Introspector
-
- getBeforeIndex(int, int).
Method in interface java.awt.accessibility.AccessibleText
- Return the String before a given index.
- getBeforeIndex(int, int).
Method in class java.awt.swing.text.JTextComponent.AccessibleJTextComponent
- Return the String before a given index.
- getBeginIndex().
Method in class java.awt.font.StyledStringIterator
- Returns the index of the first character in the range of the iterator.
- 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 GraphicsTemplate.
- 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.
- getBestFontFor(AttributedCharacterIterator).
Static method in class java.awt.Font
- Resolve styles on the character at start into an instance of Font
that can best render the text between start and limit.
- getBestFontFor(AttributedCharacterIterator, int, int).
Static method in class java.awt.Font
- Resolve styles on the character at start into an instance of Font
that can best render the text between start and limit.
- getBestRowIdentifier(String, String, String, int, boolean).
Method in interface java.sql.DatabaseMetaData
- Get a description of a table's optimal set of columns that
uniquely identifies a row.
- getBevelType().
Method in class java.awt.swing.border.BevelBorder
- Returns the type of the bevel border.
- getBigDecimal(int, int).
Method in interface java.sql.ResultSet
- Get the value of a column in the current row as a java.lang.BigDecimal object.
- getBigDecimal(String, int).
Method in interface java.sql.ResultSet
- Get the value of a column in the current row as a java.lang.BigDecimal
object.
- getBigDecimal(int).
Method in interface java.sql.ResultSet
- JDBC 2.0
Get the value of a column in the current row as a java.lang.BigDecimal
object.
- getBigDecimal(String).
Method in interface java.sql.ResultSet
- JDBC 2.0
Get the value of a column in the current row as a java.lang.BigDecimal
object.
- getBigDecimal(int, int).
Method in interface java.sql.CallableStatement
- Get the value of a NUMERIC parameter as a java.math.BigDecimal object.
- getBigDecimal(int).
Method in interface java.sql.CallableStatement
- JDBC 2.0
Get the value of a NUMERIC parameter as a java.math.BigDecimal object.
- getBinaryStream(int).
Method in interface java.sql.ResultSet
- A column value can be retrieved as a stream of uninterpreted bytes
and then read in chunks from the stream.
- getBinaryStream(String).
Method in interface java.sql.ResultSet
- A column value can be retrieved as a stream of uninterpreted bytes
and then read in chunks from the stream.
- getBinaryStream().
Method in interface java.sql.BlobLocator
- Retrieve the entire BLOB as a stream.
- getBitMasks().
Method in class java.awt.image.SinglePixelPackedSampleModel
- Returns the bit masks for each band.
- getBitOffset(int).
Method in class java.awt.image.MultiPixelPackedSampleModel
- Returns offset in bits of the xth pixel of a scanline into the
data element in which it's stored.
- getBitOffsets().
Method in class java.awt.image.SinglePixelPackedSampleModel
- Returns the bit offset into the data array element representing
a pixel for each band.
- getBitSizes().
Method in class java.awt.image.SinglePixelPackedSampleModel
- Returns the size in bits of each band.
- getBlackBoxBounds(int, int).
Method in class java.awt.font.TextLayout
- Return the black box bounds of the characters in the given range.
- getBlinkRate().
Method in class java.awt.swing.text.DefaultCaret
- Gets the caret blink rate.
- getBlinkRate().
Method in interface java.awt.swing.text.Caret
- Gets the blink rate of the caret.
- 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(int).
Method in class java.awt.swing.JScrollBar
- Returns the amount to change the scrollbar's value by,
given a block (usually "page") up/down request.
- getBlockIncrement().
Method in class java.awt.swing.JScrollBar
- For backwards compatilbility with java.awt.Scrollbar.
- getBlockIncrement(int).
Method in class java.awt.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(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(int).
Method in class java.awt.image.DirectColorModel
- Returns the blue color component for the specified pixel in the
range 0-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(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(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.
- getBlue(int).
Method in class java.awt.image.IndexColorModel
- Returns the blue color component for the specified pixel in the
range 0-255 in the default RGB ColorSpace, sRGB.
- getBlueMask().
Method in class java.awt.image.DirectColorModel
- Returns the mask indicating which bits in a pixel 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(String).
Static method in class java.lang.Boolean
- Returns is
true
if and only if the system property
named by the argument exists and is equal to the string
"true"
.
- getBoolean(Object).
Method in class java.lang.reflect.Field
- Get the value of a field as a boolean on 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(int).
Method in interface java.sql.ResultSet
- Get the value of a column in the current row as a Java boolean.
- getBoolean(String).
Method in interface java.sql.ResultSet
- Get the value of a column in the current row as a Java boolean.
- getBoolean(int).
Method in interface java.sql.CallableStatement
- Get the value of a BIT parameter as a Java boolean.
- getBorder().
Method in class java.awt.swing.JComponent
- Returns the border of this component or null if no border is
currently set.
- getBorder(Object).
Static method in class java.awt.swing.UIManager
-
- getBorder(Object).
Method in class java.awt.swing.UIDefaults
- If the value of
key
is a Border return it, otherwise
return null.
- getBorder().
Method in class java.awt.swing.border.TitledBorder
- Returns the border of the titled border.
- getBorderInsets(Component).
Method in class java.awt.swing.border.AbstractBorder
- This default implementation returns the value of getBorderMargins.
- getBorderInsets(Component).
Method in class java.awt.swing.border.BevelBorder
- Returns the insets of the border.
- getBorderInsets(Component).
Method in class java.awt.swing.border.EmptyBorder
- Returns the insets of the border.
- getBorderInsets(Component).
Method in class java.awt.swing.border.MatteBorder
- Returns the insets of the border.
- getBorderInsets(Component).
Method in class java.awt.swing.border.SoftBevelBorder
- Returns the insets of the border.
- getBorderInsets(Component).
Method in class java.awt.swing.border.LineBorder
- Returns the insets of the border.
- getBorderInsets(Component).
Method in class java.awt.swing.border.EtchedBorder
- Returns the insets of the border.
- getBorderInsets(Component).
Method in interface java.awt.swing.border.Border
- Returns the insets of the border.
- getBorderInsets(Component).
Method in class java.awt.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 class java.awt.swing.border.TitledBorder
- Returns the insets of the border.
- getBottom().
Method in class java.awt.geom.RectangularShape
- Returns the Y coordinate of the bottom edge of the shape in
double precision.
- getBottomComponent().
Method in class java.awt.swing.JSplitPane
- Returns the component below, or to the right of the divider.
- getBottomInset().
Method in class java.awt.swing.text.CompositeView
- Gets the bottom inset.
- getBoundActions().
Method in interface java.awt.swing.text.Keymap
- Fetches all of the actions defined in this keymap.
- getBoundKeyStrokes().
Method in interface java.awt.swing.text.Keymap
- Fetches all of the keystrokes in this map that
are bound to some action.
- getBoundingBox().
Method in class java.awt.Polygon
-
- getBoundingBox(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.
- 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
- Return the bounding box of 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.image.Raster
- Returns the bounds Rectangle of this Raster.
- getBounds().
Method in class java.awt.font.TextLayout
- Return the bounds of the layout.
- getBounds().
Method in class java.awt.font.GlyphSet
- Return the bounds in which contains all of the bits drawn by
this GlyphSet.
- getBounds().
Method in class java.awt.font.GraphicAttribute
- The rectangle returned from this method should enclose all of the
bits drawn by this graphic (relative to the drawing position, of
course).
- getBounds().
Method in class java.awt.font.ShapeGraphicAttribute
-
- getBounds().
Method in class java.awt.font.ImageGraphicAttribute
-
- getBounds().
Method in class java.awt.geom.RectangularShape
- Return the bounding box of the shape.
- getBounds().
Method in class java.awt.geom.Line2D
- Return the bounding box of the shape.
- getBounds().
Method in class java.awt.geom.CubicCurve2D
- Return the bounding box of the shape.
- getBounds().
Method in class java.awt.geom.Area
- Returns a bounding rectangle that completely encloses the area.
- getBounds().
Method in class java.awt.geom.GeneralPath
- Return the bounding box of the shape.
- getBounds().
Method in class java.awt.geom.QuadCurve2D
- Return the bounding box of the shape.
- getBounds().
Method in interface java.awt.accessibility.AccessibleComponent
- Gets the bounds of this object in the form of a Rectangle object.
- getBounds().
Method in class java.awt.swing.JFrame.AccessibleJFrame
- Gets the bounds of this object in the form of a Rectangle object.
- getBounds().
Method in class java.awt.swing.Box.Filler.AccessibleBoxFiller
- Gets the bounds of this object in the form of a Rectangle object.
- getBounds().
Method in class java.awt.swing.Box.AccessibleBox
- Gets the bounds of this object in the form of a Rectangle object.
- getBounds(Rectangle).
Method in class java.awt.swing.JComponent
- Store the bounds of this component into "return value" rv and
return rv.
- getBounds().
Method in class java.awt.swing.JComponent.AccessibleJComponent
- Gets the bounds of this object in the form of a Rectangle object.
- getBounds().
Method in class java.awt.swing.JWindow.AccessibleJWindow
- Gets the bounds of this object in the form of a Rectangle object.
- getBounds().
Method in class java.awt.swing.JTable.AccessibleJTable.AccessibleJTableCell
-
- getBounds().
Method in class java.awt.swing.JDialog.AccessibleJDialog
- Gets the bounds of this object in the form of a Rectangle object.
- getBounds().
Method in class java.awt.swing.JList.AccessibleJList.AccessibleJListChild
-
- getBounds().
Method in class java.awt.swing.JApplet.AccessibleJApplet
- Gets the bounds of this object in the form of a Rectangle object.
- getBounds().
Method in class java.awt.swing.JPopupMenu.WindowPopup.AccessibleWindowPopup
- Gets the bounds of this object in the form of a Rectangle
object.
- getBounds().
Method in class java.awt.swing.JTree.AccessibleJTree.AccessibleJTreeNode
-
- getBounds().
Method in class java.awt.swing.JComboBox.AccessibleJComboBox.AccessibleJComboBoxList
-
- getBounds().
Method in class java.awt.swing.CellRendererPane.AccessibleCellRendererPane
- Gets the bounds of this object in the form of a Rectangle object.
- getBounds().
Method in class java.awt.swing.table.JTableHeader.AccessibleJTableHeader.AccessibleJTableHeaderEntry
-
- getBounds2D().
Method in interface java.awt.Shape
- Return the high precision bounding box of the shape.
- getBounds2D().
Method in class java.awt.Polygon
- Return the high precision bounding box of the shape.
- getBounds2D().
Method in class java.awt.font.GlyphMetrics
- Return the black box bounds of the glyph.
- getBounds2D().
Method in class java.awt.font.StyledString
- Returns the bounding box of this StyledString.
- getBounds2D().
Method in class java.awt.geom.Rectangle2D
- Return the high precision bounding box of the shape.
- getBounds2D().
Method in class java.awt.geom.Line2D.Float
- Return the high precision bounding box of the shape.
- getBounds2D().
Method in class java.awt.geom.Line2D.Double
- Return the high precision bounding box of the shape.
- getBounds2D().
Method in class java.awt.geom.CubicCurve2D.Float
- Return the bounding box of the shape.
- getBounds2D().
Method in class java.awt.geom.CubicCurve2D.Double
- Return the bounding box of the shape.
- getBounds2D().
Method in class java.awt.geom.RoundRectangle2D.Float
- Return the high precision bounding box of the shape.
- getBounds2D().
Method in class java.awt.geom.RoundRectangle2D.Double
- Return the high precision bounding box of the shape.
- getBounds2D().
Method in class java.awt.geom.Area
- Returns a high precision bounding rectangle that completely
encloses the area.
- getBounds2D().
Method in class java.awt.geom.GeneralPath
- Returns the bounding box of the path.
- getBounds2D().
Method in class java.awt.geom.Arc2D
- Return the high precision bounding box of the shape.
- getBounds2D().
Method in class java.awt.geom.QuadCurve2D.Float
- Return the bounding box of the shape.
- getBounds2D().
Method in class java.awt.geom.QuadCurve2D.Double
- Return the bounding box of the shape.
- getBounds2D().
Method in class java.awt.geom.Ellipse2D.Float
- Return the high precision bounding box of the shape.
- getBounds2D().
Method in class java.awt.geom.Ellipse2D.Double
- Return the high precision bounding box of the shape.
- getBoundsAt(int).
Method in class java.awt.swing.JTabbedPane
- Returns the tab bounds at index.
- getBoundsForIconOf(JInternalFrame).
Method in class java.awt.swing.DefaultDesktopManager
- The iconifyFrame() code calls this to determine the proper bounds
for the desktopIcon.
- getBreakWeight(int, float, float).
Method in class java.awt.swing.text.View
- Determines how attractive a break opportunity in
this view is.
- getBreakWeight(int, float, float).
Method in class java.awt.swing.text.LabelView
- Determines how attractive a break opportunity in
this view is.
- getBreakWeight(int, float).
Method in class java.awt.swing.text.ParagraphView
- ParagraphView instances are breakable along the Y_AXIS only, and
only if
len
is after the first row.
- 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.
- getByName(String).
Static method in class java.net.InetAddress
- Determines the IP address of a host, given the host's name.
- getByte(Object).
Method in class java.lang.reflect.Field
- Get the value of a field as a byte on 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(int).
Method in interface java.sql.ResultSet
- Get the value of a column in the current row as a Java byte.
- getByte(String).
Method in interface java.sql.ResultSet
- Get the value of a column in the current row as a Java byte.
- getByte(int).
Method in interface java.sql.CallableStatement
- Get the value of a TINYINT parameter as a Java byte.
- getByteParameter(int).
Method in class java.awt.image.renderable.ParameterBlock
- A convenience class to return a parameter as a byte.
- getBytes(int, int, byte[], int).
Method in class java.lang.String
- Copies characters from this string into the destination byte
array.
- 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().
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
- Get the value of a column in the current row as a Java byte array.
- getBytes(String).
Method in interface java.sql.ResultSet
- Get the value of a column in the current row as a Java byte array.
- getBytes(int).
Method in interface java.sql.CallableStatement
- Get the value of a SQL BINARY or VARBINARY parameter as a Java byte[]
- getBytes(int, int).
Method in interface java.sql.BlobLocator
- Return copy of the substring of the BLOB at the requested
* position.
- getCalendar().
Method in class java.text.DateFormat
- Gets the calendar associated with this date/time formatter.
- getCanonicalPath().
Method in class java.io.File
- Returns the canonical form of this
File
object's pathname.
- getCaret().
Method in class java.awt.event.InputMethodEvent
- Gets the caret.
- getCaret().
Method in class java.awt.swing.text.JTextComponent
- Fetches the cursor that allows text-oriented navigation over
the view.
- getCaretColor().
Method in class java.awt.swing.text.JTextComponent
- Fetches the current color used to render the
caret.
- getCaretInfo(TextHitInfo, Rectangle2D).
Method in class java.awt.font.TextLayout
- Return information about the caret corresponding to hit.
- getCaretInfo(TextHitInfo).
Method in class java.awt.font.TextLayout
- A convenience overload using the natural bounds of this layout.
- getCaretPosition().
Method in class java.awt.TextComponent
- Gets the position of the text insertion caret for
this text component.
- getCaretPosition().
Method in interface java.awt.accessibility.AccessibleText
- Return the zero-based offset of the caret.
- getCaretPosition().
Method in class java.awt.swing.text.JTextComponent
- Returns the position of the text insertion caret for the
text component.
- getCaretPosition().
Method in class java.awt.swing.text.JTextComponent.AccessibleJTextComponent
- Return the zero-based offset of the caret.
- getCaretShape(TextHitInfo, Rectangle2D).
Method in class java.awt.font.TextLayout
-
- getCaretShape(TextHitInfo).
Method in class java.awt.font.TextLayout
-
- getCaretShapes(int, Rectangle2D, TextLayout.CaretPolicy).
Method in class java.awt.font.TextLayout
- Return two paths corresponding to the strong and weak caret.
- getCaretShapes(int, Rectangle2D).
Method in class java.awt.font.TextLayout
- A convenience overload that uses the default caret policy.
- getCaretShapes(int).
Method in class java.awt.font.TextLayout
- A convenience overload that uses the natural bounds of the layout as
the bounds, and the default caret policy.
- getCatalog().
Method in interface java.sql.Connection
- Return the Connection's current catalog name.
- getCatalogName().
Method in interface java.sql.SQLType
- Returns a string containing the SQL identifier that names the
SQL catalog in which the type is defined.
- getCatalogName(int).
Method in interface java.sql.ResultSetMetaData
- What's a column's table's catalog name?
- 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"?
- getCatalogs().
Method in interface java.sql.DatabaseMetaData
- Get the catalog names available in this database.
- getCellBounds(int, int).
Method in class java.awt.swing.JList
- Returns the bounds of the specified range of items in JList
coordinates, null if index isn't valid.
- getCellEditor().
Method in class java.awt.swing.JTable
- Return the cellEditor.
- getCellEditor().
Method in class java.awt.swing.JTree
- Returns the editor used to edit entries in the tree.
- getCellEditor().
Method in class java.awt.swing.table.TableColumn
- Returns the TableCellEditor used by the JTable to draw
values for this column.
- getCellEditorValue().
Method in class java.awt.swing.DefaultCellEditor
-
- getCellEditorValue().
Method in class java.awt.swing.DefaultCellEditor.EditorDelegate
-
- getCellEditorValue().
Method in interface java.awt.swing.CellEditor
- Returns the value contained in the editor
- getCellRect(int, int, boolean).
Method in class java.awt.swing.JTable
- Returns a rectangle locating the cell that lies at the intersection of
row and column.
- getCellRenderer().
Method in class java.awt.swing.JList
- Returns the object that renders the list items.
- getCellRenderer().
Method in class java.awt.swing.JTree
- Returns the current TreeCellRenderer that is rendering each cell.
- getCellRenderer().
Method in class java.awt.swing.table.TableColumn
- Returns the TableCellRenderer used by the JTable to draw
values for this column.
- getCellSelectionEnabled().
Method in class java.awt.swing.JTable
- Returns true if simultaneous row and column selections are allowed
- getCenterX().
Method in class java.awt.geom.RectangularShape
- Returns the X coordinate of the center of the shape in
double precision.
- getCenterY().
Method in class java.awt.geom.RectangularShape
- Returns the Y coordinate of the center 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 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.security.Identity
- Returns a copy of all the certificates for this identity.
- getChange(Element).
Method in class java.awt.swing.text.AbstractDocument.DefaultDocumentEvent
- Gets the changes for an element.
- getChange(Element).
Method in interface java.awt.swing.event.DocumentEvent
- Gets the change information for the given element.
- getChar(Object).
Method in class java.lang.reflect.Field
- Get the value of a field as a char on 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.
- getCharCount().
Method in interface java.awt.accessibility.AccessibleText
- Return the number of characters (valid indicies)
- getCharCount().
Method in class java.awt.swing.text.JTextComponent.AccessibleJTextComponent
- Return 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 class to return a parameter as a char.
- getCharacterAttribute(int).
Method in interface java.awt.accessibility.AccessibleText
- Return the AttributeSet for a given character at a given index
- getCharacterAttribute(int).
Method in class java.awt.swing.text.JTextComponent.AccessibleJTextComponent
- Return the AttributeSet for a given character (at a given index)
- getCharacterAttributeRun().
Method in class java.awt.swing.text.StyledEditorKit
- Fetches the element representing the current
run of character attributes for the caret.
- getCharacterAttributes().
Method in class java.awt.swing.JTextPane
- Fetches the character attributes in effect at the
current location of the caret.
- getCharacterBounds(int).
Method in interface java.awt.accessibility.AccessibleText
- Determine the bounding box of the character at the given
index into the string.
- getCharacterBounds(int).
Method in class java.awt.swing.text.JTextComponent.AccessibleJTextComponent
- Determine the bounding box of the character at the given
index into the string.
- getCharacterCount().
Method in class java.awt.font.TextLayout
- Return the number of characters represented by this layout.
- getCharacterElement(int).
Method in class java.awt.swing.text.DefaultStyledDocument
- Gets a character element based on a position.
- getCharacterElement(int).
Method in interface java.awt.swing.text.StyledDocument
- Gets the element that represents the character that
is at the given offset within the document.
- getCharacterEncoding().
Method in interface javax.servlet.ServletResponse
- Returns the character set encoding used for this MIME body.
- 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
- Return the level of the character at index.
- getCharacterStream(int).
Method in interface java.sql.ResultSet
- JDBC 2.0
Get the value of a column in the current row as a java.io.Reader.
- getCharacterStream(String).
Method in interface java.sql.ResultSet
- JDBC 2.0
Get the value of a column in the current row as a java.io.Reader.
- getCharacterStream().
Method in interface java.sql.ClobLocator
-
- 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, char[], int).
Method in class java.awt.font.StyledStringIterator
- Copy a range of characters from this object into the specified array.
- getChars(int, int, char[], int).
Method in class java.awt.font.StyledString
- Copies characters from this string into the destination character array.
- getChars(int, int, Segment).
Method in interface java.awt.swing.text.AbstractDocument.Content
- Gets a sequence of characters and copies them into a Segment.
- getChars(int, int, Segment).
Method in class java.awt.swing.text.StringContent
- Retrieves a portion of the content.
- getCheckboxGroup().
Method in class java.awt.Checkbox
- Determines this check box's group.
- 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 interface java.awt.swing.tree.TreeModel
- Returns the child of parent at index index in the parent's
child array.
- getChild(Object, int).
Method in class java.awt.swing.tree.DefaultTreeModel
-
- getChildAfter(TreeNode).
Method in class java.awt.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 java.awt.swing.text.View
- Fetches the allocation for the given child view.
- getChildAllocation(int, Shape).
Method in class java.awt.swing.text.CompositeView
- Fetches the allocation for the given child view.
- getChildAt(int).
Method in class java.awt.swing.tree.DefaultMutableTreeNode
- Returns the child at
index
in this node's child array.
- getChildAt(int).
Method in interface java.awt.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 java.awt.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 java.awt.swing.JTree.DynamicUtilTreeNode
- Returns the number of child nodes.
- getChildCount().
Method in class java.awt.swing.tree.DefaultMutableTreeNode
- Returns the number of children of this node.
- getChildCount(Object).
Method in interface java.awt.swing.tree.TreeModel
- Returns the number of children of parent.
- getChildCount().
Method in interface java.awt.swing.tree.TreeNode
- Returns the number of children
TreeNode
s the receiver
contains.
- getChildCount(Object).
Method in class java.awt.swing.tree.DefaultTreeModel
-
- getChildIndices().
Method in class java.awt.swing.event.TreeModelEvent
-
- getChildPropertyChangeListener(Object).
Static method in class java.beans.beancontext.BeanContextSupport
-
- 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
-
- getChildren().
Method in class java.awt.swing.event.TreeModelEvent
- Returns the objects that are children of the node identified by
path at the locations childIndices (if this is removal event the
*children will no longer be children).
- getChildrenAdded().
Method in class java.awt.swing.text.AbstractDocument.ElementEdit
- Gets a list of children that were added.
- getChildrenAdded().
Method in interface java.awt.swing.event.DocumentEvent.ElementChange
- Gets the child elements that were added to the given
parent element.
- getChildrenRemoved().
Method in class java.awt.swing.text.AbstractDocument.ElementEdit
- Gets a list of children that were removed.
- getChildrenRemoved().
Method in interface java.awt.swing.event.DocumentEvent.ElementChange
- Gets the child elements that were removed from the
given parent element.
- getClass().
Method in class java.lang.Object
- Returns the runtime class of an object.
- getClass(String, String, String).
Method in interface java.sql.DatabaseMetaData
- JDBC 2.0
Get the Java class object corresponding to a specific user-defined type
with type code JAVA_OBJECT.
- getClassContext().
Method in class java.lang.SecurityManager
- Returns the current execution stack as an array of classes.
- getClassLoader().
Method in class java.lang.Class
- Determines the class loader for the class.
- getClassName().
Method in class java.util.MissingResourceException
- Gets parameter passed by constructor.
- getClassName().
Method in class java.awt.swing.UIManager.LookAndFeelInfo
-
- 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.
- 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.
- getClickCount().
Method in class java.awt.event.MouseEvent
- Return the number of mouse clicks associated with this event.
- getClickCountToStart().
Method in class java.awt.swing.DefaultCellEditor
- clickCountToStart controls the number of clicks required to start
editing if the event passed to isCellEditable() or startCellEditing() is
a MouseEvent.
- getClientHost().
Static method in class java.rmi.server.RemoteServer
- Return the hostname of the current client.
- getClientHost().
Method in interface java.rmi.server.ServerRef
- Return the hostname of the current client.
- getClientProperty(Object).
Method in class java.awt.swing.JComponent
- A convenience method for looking up a property value.
- getClip().
Method in class java.awt.Graphics
- Gets the current clipping area.
- getClip().
Method in class java.awt.print.ProxyGraphics2D
- Gets the current clipping area.
- getClip().
Method in class java.awt.swing.DebugGraphics
-
- getClipBounds().
Method in class java.awt.Graphics
- Returns the bounding rectangle of the current clipping area.
- getClipBounds(Rectangle).
Method in class java.awt.Graphics
- Returns the bounding rectangle of the current clipping area.
- getClipBounds().
Method in class java.awt.print.ProxyGraphics2D
- Returns the bounding rectangle of the current clipping area.
- getClipBounds().
Method in class java.awt.swing.DebugGraphics
-
- getClipRect().
Method in class java.awt.Graphics
-
- getClobLocator(int).
Method in interface java.sql.ResultSet
- JDBC 2.0
Get a LOCATOR(CLOB) column.
- getClobLocator(String).
Method in interface java.sql.ResultSet
- JDBC 2.0
Get a LOCATOR(CLOB) column.
- getClobLocator(int).
Method in interface java.sql.CallableStatement
- JDBC 2.0
Get a LOCATOR(CLOB) OUT parameter.
- getClosestPathForLocation(int, int).
Method in class java.awt.swing.JTree
- Returns the path to the node that is closest to x,y.
- getClosestRowForLocation(int, int).
Method in class java.awt.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(URL, Object[]).
Method in class java.security.SecureClassLoader
- Returns the CodeSource for the specified URL and list of signers.
- getCodeSource().
Method in class java.security.ProtectionDomain
- Returns the CodeSource of this domain.
- getCodeSource().
Method in class java.rmi.activation.ActivationGroupDesc
- Returns the group's code source.
- getCodeSource().
Method in class java.rmi.activation.ActivationDesc
- Returns the code source for the object specified by
this descriptor.
- getCollatedCopies().
Method in class java.awt.print.PrinterJob
- Returns how many times the entire book should
be printed by the PrintJob.
- 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(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.
- getColor().
Method in class java.awt.print.ProxyGraphics2D
- Gets this graphics context's current color.
- getColor(Object).
Static method in class java.awt.swing.UIManager
-
- getColor(Object).
Method in class java.awt.swing.UIDefaults
- If the value of
key
is a Color return it, otherwise
return null.
- getColor().
Method in class java.awt.swing.DebugGraphics
- Returns the Color used for text drawing operations.
- getColor().
Method in class java.awt.swing.ColorChooserPanel
-
- getColor().
Method in class java.awt.swing.text.DefaultHighlighter.DefaultHighlightPainter
- Returns the color of the highlight.
- 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.
- 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.
- 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
- Return 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 color model associated with this configuration.
- getColorModel(int).
Method in class java.awt.GraphicsConfiguration
- Returns the color model associated with this configuration that
supports the specified transparency.
- 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
- Return the ColorModel associated with this image.
- 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(Object).
Method in class java.awt.swing.JTable
- Returns the TableColumn object for the column in the table
whose identifier is equal to identifier, when compared using
equals().
- getColumn().
Method in class java.awt.swing.event.TableModelEvent
- Returns the column for the event.
- getColumn(int).
Method in class java.awt.swing.table.DefaultTableColumnModel
- Returns the TableColumn object for the column at columnIndex
- getColumn(int).
Method in interface java.awt.swing.table.TableColumnModel
- Returns the TableColumn object for the column at columnIndex
- getColumnClass(int).
Method in class java.awt.swing.JTable
- Returns the type of the column at the specified view position.
- getColumnClass(int).
Method in class java.awt.swing.table.AbstractTableModel
- Returns Object.class by default
- getColumnClass(int).
Method in interface java.awt.swing.table.TableModel
- Returns the lowest common denominator Class in the column.
- getColumnCount().
Method in class java.awt.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 java.awt.swing.text.TableView.TableCell
- Gets the number of columns this cell spans (eg.
- getColumnCount().
Method in class java.awt.swing.table.DefaultTableColumnModel
- Returns the number of columns in the receiver's table columns array.
- getColumnCount().
Method in class java.awt.swing.table.DefaultTableModel
-
- getColumnCount().
Method in interface java.awt.swing.table.TableModel
- Returns the number of columns managed by the data source object.
- getColumnCount().
Method in interface java.awt.swing.table.TableColumnModel
- Returns the number of columns in the model
- getColumnCount().
Method in interface java.sql.ResultSetMetaData
- What's the number of columns in the ResultSet?
- getColumnDisplaySize(int).
Method in interface java.sql.ResultSetMetaData
- What's the column's normal max width in chars?
- getColumnHeader().
Method in class java.awt.swing.ScrollPaneLayout
-
- getColumnHeader().
Method in class java.awt.swing.JScrollPane
-
- getColumnIndex(Object).
Method in class java.awt.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 java.awt.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 java.awt.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 java.awt.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
- What's the suggested column title for use in printouts and
displays?
- getColumnMargin().
Method in class java.awt.swing.table.DefaultTableColumnModel
- Returns the width margin for TableColumn.
- getColumnMargin().
Method in interface java.awt.swing.table.TableColumnModel
- Returns the width margin between each column
- getColumnModel().
Method in class java.awt.swing.JTable
- Returns the TableColumnModel that contains all column inforamtion
of this table.
- getColumnModel().
Method in class java.awt.swing.table.JTableHeader
- Returns the TableColumnModel that contains all column inforamtion
of this table header.
- getColumnName(int).
Method in class java.awt.swing.JTable
- Returns the name of the column at the specified view position.
- getColumnName(int).
Method in class java.awt.swing.table.AbstractTableModel
- Return a default name for the column using spreadsheet conventions:
A, B, C, ...
- getColumnName(int).
Method in class java.awt.swing.table.DefaultTableModel
-
- getColumnName(int).
Method in interface java.awt.swing.table.TableModel
- Returns the name of the column at columnIndex.
- getColumnName(int).
Method in interface java.sql.ResultSetMetaData
- What's a column's name?
- getColumnPrivileges(String, String, String, String).
Method in interface java.sql.DatabaseMetaData
- Get a description of the access rights for a table's columns.
- getColumnSelectionAllowed().
Method in class java.awt.swing.JTable
- Returns true if columns can be selected.
- getColumnSelectionAllowed().
Method in class java.awt.swing.table.DefaultTableColumnModel
-
- getColumnSelectionAllowed().
Method in interface java.awt.swing.table.TableColumnModel
-
- getColumnType(int).
Method in interface java.sql.ResultSetMetaData
- What's a column's SQL type?
- getColumnTypeName(int).
Method in interface java.sql.ResultSetMetaData
- What's a column's data source specific type name?
- getColumnWidth().
Method in class java.awt.swing.JTextField
- Gets the column width.
- getColumnWidth().
Method in class java.awt.swing.JTextArea
- Gets column width.
- 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 java.awt.swing.JTextField
- Returns the number of columns in this TextField.
- getColumns().
Method in class java.awt.swing.JTextArea
- Returns the number of columns in the TextArea.
- getColumns().
Method in class java.awt.swing.table.DefaultTableColumnModel
- Returns an Enumeration of all the columns in the model
- getColumns().
Method in interface java.awt.swing.table.TableColumnModel
- Returns an Enumeration of all the columns in the model
- getColumns(String, String, String, String).
Method in interface java.sql.DatabaseMetaData
- Get a description of table columns available in a catalog.
- getComment().
Method in class java.util.zip.ZipEntry
- Returns the comment string for the entry, or null if none.
- getComment().
Method in class javax.servlet.http.Cookie
- Returns the comment describing the purpose of this cookie, or
null if no such comment has been defined.
- getCommittedCharacterCount().
Method in class java.awt.event.InputMethodEvent
- Gets the number of committed characters in the text.
- getCommittedText(int, int, String[]).
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(int).
Method in class java.awt.Container
- Gets the nth component in this container.
- getComponent().
Method in class java.awt.event.ComponentEvent
- Returns the originator of the event.
- getComponent().
Method in class java.awt.dnd.DragSourceContext
-
- getComponent().
Method in class java.awt.dnd.DropTarget
-
- getComponent().
Method in class java.awt.dnd.DropTargetContext
-
- getComponent().
Method in class java.awt.swing.DefaultCellEditor
-
- getComponent().
Method in interface java.awt.swing.Renderer
-
- getComponent().
Method in interface java.awt.swing.MenuElement
-
- getComponent().
Method in class java.awt.swing.JMenuItem
- This method returns the java.awt.Component used to paint this object.
- getComponent().
Method in class java.awt.swing.JToolTip
-
- getComponent().
Method in class java.awt.swing.JMenu
-
- getComponent().
Method in class java.awt.swing.JPopupMenu
-
- getComponent().
Method in class java.awt.swing.JMenuBar
- Implemented to be a MenuElement.
- getComponent().
Method in class java.awt.swing.text.DefaultCaret
- Gets the component that this caret is for.
- getComponent().
Method in class java.awt.swing.text.DefaultTextUI
- Fetches the text component associated with this
UI implementation.
- getComponent(AttributeSet).
Static method in class java.awt.swing.text.StyleConstants
- Gets the component setting from the attribute list.
- getComponent().
Method in class java.awt.swing.event.AncestorEvent
- Returns the component that the listener was added to.
- getComponentAfter(Container, Component).
Method in class java.awt.swing.DefaultFocusManager
- Return the component the should receive the focus after aComponent
- getComponentAt(int, int).
Method in class java.awt.Component
- Determines if this component or one of its immediate
subcomponents contains the (x, y) location,
and if so, returns the containing component.
- getComponentAt(Point).
Method in class java.awt.Component
- Returns the component or subcomponent that contains the
specified point.
- 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.Container
- Gets the component that contains the specified point.
- getComponentAt(int).
Method in class java.awt.swing.JTabbedPane
- Returns the component at index.
- getComponentAtIndex(int).
Method in class java.awt.swing.JPopupMenu
- Returns the component at the specified index.
- getComponentAtIndex(int).
Method in class java.awt.swing.JToolBar
-
- getComponentAtIndex(int).
Method in class java.awt.swing.JMenuBar
- Returns the component at the specified index.
- getComponentBefore(Container, Component).
Method in class java.awt.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 java.awt.swing.JLayeredPane
- Returns the number of children currently in layer.
- getComponentGraphics(Graphics).
Method in class java.awt.swing.JComponent
- Returns the graphics object used to paint this component.
- getComponentIndex(Component).
Method in class java.awt.swing.JPopupMenu
- Returns the index of the specified component.
- getComponentIndex(Component).
Method in class java.awt.swing.JToolBar
-
- getComponentIndex(Component).
Method in class java.awt.swing.JMenuBar
- Returns the index of the specified component.
- getComponentSize(int).
Method in class java.awt.image.ColorModel
- Returns the number of bits for the given component.
- getComponentSize().
Method in class java.awt.image.ColorModel
- Returns an array of the number of bits per component.
- getComponentSize().
Method in class java.awt.image.IndexColorModel
- Returns an array of the number of bits per component.
- getComponentToLayer().
Method in class java.awt.swing.JLayeredPane
-
- getComponentType().
Method in class java.lang.Class
- If this class represents an array type, returns the Class
object representing the component type of the array; otherwise
returns null.
- getComponents().
Method in class java.awt.Container
- Gets all the components in this container.
- 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(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(int, int[], int).
Method in class java.awt.image.ColorModel
- Returns an array of all of the components given a pixel
in the current color model.
- getComponents(Object, int[], int).
Method in class java.awt.image.ColorModel
- Returns an array of all of the components given a pixel array
in the current color model.
- getComponents(float[], int, int[], int).
Method in class java.awt.image.ColorModel
- Returns an array of all of the components given a normalized
component array.
- getComponents(int, int[], int).
Method in class java.awt.image.DirectColorModel
- Returns an array of all of the components given a pixel
in the current color model.
- getComponents(Object, int[], int).
Method in class java.awt.image.DirectColorModel
- Returns an array of all of the components given a pixel array
in the current color model.
- getComponents(int, int[], int).
Method in class java.awt.image.ComponentColorModel
- Returns an array of all of the components given a pixel
in the current color model.
- getComponents(Object, int[], int).
Method in class java.awt.image.ComponentColorModel
- Returns an array of all of the components given a pixel array
in the current color model.
- getComponents(int, int[], int).
Method in class java.awt.image.IndexColorModel
- Returns an array of all of the components given a pixel
in the current color model.
- getComponents(Object, int[], int).
Method in class java.awt.image.IndexColorModel
- Returns an array of all of the components given a pixel array
in the current color model.
- getComponentsInLayer(int).
Method in class java.awt.swing.JLayeredPane
- Returns an array of the components in layer.
- getComposite().
Method in class java.awt.Graphics2D
- Returns the current Composite in the Graphics2D state.
- getComposite().
Method in class java.awt.print.ProxyGraphics2D
- Returns the current Composite in the Graphics2D state.
- getCompressedSize().
Method in class java.util.zip.ZipEntry
- Returns the compressed size of the entry data, or -1 if not known.
- getCompressionThreshold().
Method in class java.awt.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
Return the concurrency of this result set.
- getConditionForKeyStroke(KeyStroke).
Method in class java.awt.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 graphics
configurations associated with this graphics device.
- getConnection(String, Properties).
Static method in class java.sql.DriverManager
- Attempt to establish a connection to the given database URL.
- getConnection(String, String, String).
Static method in class java.sql.DriverManager
- Attempt to establish a connection to the given database URL.
- getConnection(String).
Static method in class java.sql.DriverManager
- Attempt to establish a connection to the given database URL.
- getConnection().
Method in interface java.sql.Statement
- JDBC 2.0
Return the Connection that produced the Statement.
- getConnection().
Method in interface java.sql.DatabaseMetaData
- JDBC 2.0
Return the connection that produced this metadata object.
- 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 class java.awt.swing.text.View
- Fetches the container hosting the view.
- getContent().
Method in class java.net.URLConnection
- Retrieves the contents of this URL connection.
- 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.
- getContent().
Method in class java.net.URL
- Returns the contents of this URL.
- getContent().
Method in class java.awt.swing.text.AbstractDocument
- Gets the content for the document.
- 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.
- getContentLength().
Method in interface javax.servlet.ServletRequest
- Returns the size of the request entity data, or -1 if not known.
- getContentPane().
Method in class java.awt.swing.JFrame
- Returns the contentPane object for this frame.
- getContentPane().
Method in class java.awt.swing.JWindow
- Returns the contentPane object for this window.
- getContentPane().
Method in class java.awt.swing.JDialog
- Returns the contentPane object for this dialog.
- getContentPane().
Method in class java.awt.swing.JInternalFrame
-
- getContentPane().
Method in interface java.awt.swing.RootPaneContainer
-
- getContentPane().
Method in class java.awt.swing.JApplet
- Returns the contentPane object for this applet.
- getContentPane().
Method in class java.awt.swing.JRootPane
-
- getContentType().
Method in class java.net.URLConnection
- Returns the value of the
content-type
header field.
- getContentType().
Method in class java.awt.swing.JEditorPane
- Gets the type of content that this editor
handles.
- getContentType().
Method in class java.awt.swing.text.EditorKit
- Gets the MIME type of the data that this
kit represents support for.
- getContentType().
Method in class java.awt.swing.text.DefaultEditorKit
- Gets the MIME type of the data that this
kit represents support for.
- getContentType().
Method in class java.awt.swing.text.rtf.RTFEditorKit
- Get the MIME type of the data that this
kit represents support for.
- getContentType().
Method in class java.awt.swing.text.html.HTMLEditorKit
- Get the MIME type of the data that this
kit represents support for.
- getContentType().
Method in interface javax.servlet.ServletRequest
- Returns the Internet Media Type of the request entity data, or
null if not known.
- getContentTypeFor(String).
Method in interface java.net.FileNameMap
-
- getContents().
Method in class java.util.ListResourceBundle
- See class description.
- getContents(Object).
Method in class java.awt.datatransfer.Clipboard
- Returns a transferable object representing the current contents
of the clipboard.
- getContents().
Method in class java.awt.accessibility.AccessibleResourceBundle
- Returns the mapping between the programmatic keys and the
localized display strings.
- 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.
- getContextContainer().
Method in interface java.beans.beancontext.BeanContextContainer
-
- getContiguousOrder(int[]).
Static method in class java.awt.font.GlyphSet
- Return an array containing contiguous values from 0 to length
having the same ordering as the source array.
- getCookies().
Method in interface javax.servlet.http.HttpServletRequest
- Gets the array of cookies found in this request.
- getCopies().
Method in class java.awt.print.PrinterJob
- Get the number of copies to be printed.
- getCorner(String).
Method in class java.awt.swing.ScrollPaneLayout
-
- getCorner(String).
Method in class java.awt.swing.JScrollPane
-
- getCountry().
Method in class java.util.Locale
- Getter for programmatic name of field,
an uppercased two-letter ISO-3166 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.
- getCreationTime().
Method in interface javax.servlet.http.HttpSession
- Returns the time at which this session representation was created,
in milliseconds since midnight, January 1, 1970 UTC.
- getCriticalExtensionOIDs().
Method in interface java.security.cert.X509Extension
- Gets a Set of the OID strings for the extension(s) marked
CRITICAL in the certificate managed by the object
implementing this interface.
- getCrossReference(String, String, String, String, String, String).
Method in interface java.sql.DatabaseMetaData
- Get 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.
- 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.
- getCurrent().
Method in class java.awt.CheckboxGroup
-
- getCurrentAccessibleValue().
Method in interface java.awt.accessibility.AccessibleValue
- Get the value of this object as a Number.
- getCurrentAccessibleValue().
Method in class java.awt.swing.AbstractButton.AccessibleAbstractButton
- Get the value of this object as a Number.
- getCurrentAccessibleValue().
Method in class java.awt.swing.JSplitPane.AccessibleJSplitPane
- Get the accessible value of this object.
- getCurrentAccessibleValue().
Method in class java.awt.swing.JSlider.AccessibleJSlider
- Get the accessible value of this object.
- getCurrentAccessibleValue().
Method in class java.awt.swing.JInternalFrame.AccessibleJInternalFrame
- Get the value of this object as a Number.
- getCurrentAccessibleValue().
Method in class java.awt.swing.JInternalFrame.JDesktopIcon.AccessibleJDesktopIcon
- Get the value of this object as a Number.
- getCurrentAccessibleValue().
Method in class java.awt.swing.JScrollBar.AccessibleJScrollBar
- Get the accessible value of this object.
- getCurrentAccessibleValue().
Method in class java.awt.swing.JProgressBar.AccessibleJProgressBar
- Get the accessible value of this object.
- getCurrentDataFlavors().
Method in class java.awt.dnd.DropTargetDragEvent
-
- getCurrentDataFlavors().
Method in class java.awt.dnd.DropTargetDropEvent
-
- getCurrentDataFlavors().
Method in class java.awt.dnd.DropTargetContext
- get the available DataFlavors of the Transferable operand of this operation
- getCurrentManager().
Static method in class java.awt.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 most recent point added to the end of the path.
- 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(Class).
Method in interface java.beans.beancontext.BeanContextServices
-
- getCurrentServiceSelectors(Class).
Method in class java.beans.beancontext.BeanContextServicesSupport
-
- getCurrentWriter().
Method in class java.awt.swing.text.AbstractDocument
- Fetches the current writing thread if there is one.
- getCursor().
Method in class java.awt.Component
- Gets the cursor set on this component.
- getCursor().
Method in class java.awt.dnd.DragSourceContext
-
- getCursor().
Method in interface java.awt.accessibility.AccessibleComponent
- Get the Cursor of this object.
- getCursor().
Method in class java.awt.swing.JFrame.AccessibleJFrame
- Get the Cursor of this object.
- getCursor().
Method in class java.awt.swing.Box.Filler.AccessibleBoxFiller
- Get the Cursor of this object.
- getCursor().
Method in class java.awt.swing.Box.AccessibleBox
- Get the Cursor of this object.
- getCursor().
Method in class java.awt.swing.JComponent.AccessibleJComponent
- Get the Cursor of this object.
- getCursor().
Method in class java.awt.swing.JWindow.AccessibleJWindow
- Get the Cursor of this object.
- getCursor().
Method in class java.awt.swing.JTable.AccessibleJTable.AccessibleJTableCell
- Get the Cursor of this object.
- getCursor().
Method in class java.awt.swing.JDialog.AccessibleJDialog
- Get the Cursor of this object.
- getCursor().
Method in class java.awt.swing.JList.AccessibleJList.AccessibleJListChild
-
- getCursor().
Method in class java.awt.swing.JApplet.AccessibleJApplet
- Get the Cursor of this object.
- getCursor().
Method in class java.awt.swing.JPopupMenu.WindowPopup.AccessibleWindowPopup
- Get the Cursor of this object.
- getCursor().
Method in class java.awt.swing.JTree.AccessibleJTree.AccessibleJTreeNode
-
- getCursor().
Method in class java.awt.swing.JComboBox.AccessibleJComboBox.AccessibleJComboBoxList
-
- getCursor().
Method in class java.awt.swing.CellRendererPane.AccessibleCellRendererPane
- Get the Cursor of this object.
- getCursor().
Method in class java.awt.swing.table.JTableHeader.AccessibleJTableHeader.AccessibleJTableHeaderEntry
-
- getCursorName().
Method in interface java.sql.ResultSet
- Get the name of the SQL cursor used by this ResultSet.
- getCursorType().
Method in class java.awt.Frame
-
- 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
-
- getDCTMethod().
Method in class java.awt.image.codec.JPEGParam
- Retrievs the DCT algorithm
- getDashArray().
Method in class java.awt.BasicStroke
- Return the array representing the lengths of the dash segments.
- getDashPhase().
Method in class java.awt.BasicStroke
- Returns the dash phase.
- getData().
Method in class java.net.DatagramPacket
- Returns the data received or the data to be sent.
- getData().
Method in class java.awt.image.DataBufferByte
- Return the default (first) byte data array
- getData(int).
Method in class java.awt.image.DataBufferByte
- Return the data array for the specified bank
- getData().
Method in class java.awt.image.DataBufferShort
- Return the default (first) short data array.
- getData(int).
Method in class java.awt.image.DataBufferShort
- Return the data array for the specified bank.
- getData().
Method in class java.awt.image.BufferedImage
- Return 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 interface java.awt.image.RenderedImage
- Return 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
- Return the default (first) int data array int DataBuffer
- getData(int).
Method in class java.awt.image.DataBufferInt
- Return the data array for the specified bank
- getData().
Method in class java.awt.color.ICC_Profile
- Returns a byte array corresponding to the data of this ICC_Profile.
- getData(int).
Method in class java.awt.color.ICC_Profile
- Returns a particular tagged data element from the profile as
a byte array.
- 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.
- 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.
- getDataSize().
Method in class java.sql.DataTruncation
- Get the number of bytes of data that should have been transferred.
- getDataStorage().
Method in class java.awt.image.ByteLookupTable
- Returns the lookup table data.
- getDataStorage().
Method in class java.awt.image.ShortLookupTable
- Returns the lookup table data.
- getDataType().
Method in class java.awt.image.SampleModel
- Returns the data type.
- getDataType().
Method in class java.awt.image.DataBuffer
- This returns the data type of this DataBuffer.
- getDataVector().
Method in class java.awt.swing.table.DefaultTableModel
- This returns the Vector of Vectors that contains the table's
data values.
- 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?
- getDate().
Method in class java.util.Date
- Returns the day of the month represented by this Date object.
- getDate().
Method in class java.net.URLConnection
- Returns the value of the
date
header field.
- getDate().
Method in class java.sql.Time
-
- getDate(int).
Method in interface java.sql.ResultSet
- Get the value of a column in the current row as a java.sql.Date object.
- getDate(String).
Method in interface java.sql.ResultSet
- Get the value of a column in the current row as a java.sql.Date object.
- getDate(int).
Method in interface java.sql.CallableStatement
- Get the value of a SQL DATE parameter as a java.sql.Date object
- getDateFormatSymbols().
Method in class java.text.SimpleDateFormat
- Gets the date/time formatting data.
- getDateHeader(String).
Method in interface javax.servlet.http.HttpServletRequest
- Gets the value of the requested date header field of this
request.
- 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.util.Date
- Returns the day of the week represented by this date.
- getDay().
Method in class java.sql.Time
-
- getDebugGraphicsOptions().
Method in class java.awt.swing.JComponent
- Returns the state of graphics debugging.
- getDebugOptions().
Method in class java.awt.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.
- 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 declared
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 of which it is a member (its
declaring class).
- 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 java.awt.swing.SwingUtilities
- Returns the deepest child Component of parent that is at 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 java.awt.swing.text.Keymap
- Fetch the default action to fire if a
key is typed (ie a KEY_TYPED KeyEvent is received)
and there is no binding for it.
- getDefaultActions().
Method in class java.awt.dnd.DropTarget
-
- getDefaultAllowUserInteraction().
Static method in class java.net.URLConnection
- Returns the default value of the
allowUserInteraction
field.
- getDefaultButton().
Method in class java.awt.swing.JRootPane
- Returns the current default button for this JRootPane.
- getDefaultCloseOperation().
Method in class java.awt.swing.JFrame
- Returns the operation which occurs when the user
initiates a "close" on this frame.
- getDefaultCloseOperation().
Method in class java.awt.swing.JDialog
- Returns the operation which occurs when the user
initiates a "close" on this dialog.
- getDefaultCloseOperation().
Method in class java.awt.swing.JInternalFrame
- Returns the default operation which occurs when the user
initiates a "close" on this window.
- getDefaultConfiguration().
Method in class java.awt.GraphicsDevice
- Returns the default graphics configuration
associated with this graphics device.
- getDefaultCursor().
Static method in class java.awt.Cursor
- Return the system default cursor.
- getDefaultDragSource().
Static method in class java.awt.dnd.DragSource
-
- getDefaultEditor(Class).
Method in class java.awt.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.
- getDefaultLightWeightPopupEnabled().
Static method in class java.awt.swing.JPopupMenu
- Return the default value for the lightWeightPopupEnabled
property.
- getDefaultMargin().
Method in class java.awt.swing.text.DefaultTextUI
- Fetches the default margin space for the text ui.
- 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 java.awt.swing.JTable
- Returns the renderer to be used when no renderer has been set in
a TableColumn.
- getDefaultRendering().
Method in class java.awt.image.renderable.RenderableImageOp
- Gets a RenderedImage instance of this image with a default
width and height in pixels.
- getDefaultRendering().
Method in interface java.awt.image.renderable.RenderableImage
- Gets a RenderedImage instance of this image with a default
width and height in pixels.
- getDefaultRequestProperty(String).
Static method in class java.net.URLConnection
- Returns the value of the default request property.
- getDefaultRootElement().
Method in class java.awt.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 java.awt.swing.text.PlainDocument
- Gets the default root element for the document model.
- getDefaultRootElement().
Method in class java.awt.swing.text.DefaultStyledDocument
- Gets the default root element.
- getDefaultRootElement().
Method in interface java.awt.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.
- getDefaultScreenDevice().
Method in class java.awt.GraphicsEnvironment
- Returns the default screen graphics device.
- 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
- Return the current default stream for new logs.
- getDefaultStyleContext().
Static method in class java.awt.swing.text.StyleContext
- Returns default AttributeContext shared by all documents that
don't bother to define/supply their own context.
- 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 Transform for this configuration.
- getDefaultTreeModel().
Static method in class java.awt.swing.JTree
- Creates and returns a sample TreeModel.
- getDefaultUseCaches().
Method in class java.net.URLConnection
- Returns the default value of a
URLConnection
's
useCaches
flag.
- getDefaults().
Method in class java.awt.swing.LookAndFeel
- This method is called once by UIManager.setLookAndFeel to create
the look and feel specific defaults table.
- getDefaults().
Static method in class java.awt.swing.UIManager
-
- getDelay().
Method in class java.awt.swing.JMenu
- Returns the suggested delay before the menu's PopupMenu is popped up or down.
- getDelay().
Method in class java.awt.swing.Timer
- Returns the Timer's delay.
- getDelegate().
Method in class java.awt.print.ProxyGraphics2D
- Return the Graphics2D object that does the drawing
for this instance.
- getDepth().
Method in class java.awt.swing.tree.DefaultMutableTreeNode
- Returns the depth of the tree rooted at this node, i.e.
- getDescent().
Method in class java.awt.FontMetrics
- Determines the font descent of the font described by this
font metric.
- getDescent().
Method in class java.awt.Font
- Returns the descent of the font above the roman baseline.
- getDescent().
Method in class java.awt.font.TextLayout
- Return the descent of the layout.
- getDescent().
Method in class java.awt.font.GlyphSet
- return the descent of the glyphset relative to the baseline.
- getDescent().
Method in class java.awt.font.GraphicAttribute
- Return the descent of this graphic.
- getDescent().
Method in class java.awt.font.ShapeGraphicAttribute
-
- getDescent().
Method in class java.awt.font.ImageGraphicAttribute
-
- getDescent().
Method in class java.awt.font.StyledString
- Returns the largest descent of any font represented in this StyledString.
- getDescription().
Method in class java.awt.swing.LookAndFeel
- Return a one line description of this look and feel implementation,
e.g.
- getDescription().
Method in class java.awt.swing.ImageIcon
- Get the description of the image.
- 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.
- getDesktopIcon().
Method in class java.awt.swing.JInternalFrame
- Returns the JDesktopIcon used when this JInternalFrame is iconified.
- getDesktopManager().
Method in class java.awt.swing.JDesktopPane
-
- getDesktopPane().
Method in class java.awt.swing.JInternalFrame
- Convenience method that searchs the anscestor heirarchy for a JDesktop
instance.
- getDesktopPane().
Method in class java.awt.swing.JInternalFrame.JDesktopIcon
- Convience method to ask the appropriate JInternalFrame
for the Desktop object.
- getDesktopPaneForComponent(Component).
Static method in class java.awt.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.
- getDestBounds(BufferedImage).
Method in interface java.awt.image.BufferedImageOp
- Returns the bounding box of the filtered destination image.
- getDestBounds(BufferedImage).
Method in class java.awt.image.LookupOp
- Returns the bounding box of the destination.
- getDestBounds(Raster).
Method in class java.awt.image.LookupOp
- Returns the bounding box of the destination.
- getDestBounds(BufferedImage).
Method in class java.awt.image.AffineTransformOp
- Returns the bounding box of the transformed destination.
- getDestBounds(Raster).
Method in class java.awt.image.AffineTransformOp
- Returns the bounding box of the transformed destination.
- getDestBounds(Raster).
Method in interface java.awt.image.RasterOp
- Returns the bounding box of the filtered destination Raster.
- getDestBounds(BufferedImage).
Method in class java.awt.image.ThresholdOp
- Returns the bounding box of the thresholded destination.
- getDestBounds(Raster).
Method in class java.awt.image.ThresholdOp
- Returns the bounding box of the thresholded destination.
- getDestBounds(BufferedImage).
Method in class java.awt.image.RescaleOp
- Returns the bounding box of the rescaled destination.
- getDestBounds(Raster).
Method in class java.awt.image.RescaleOp
- Returns the bounding box of the rescaled destination.
- getDestBounds(BufferedImage).
Method in class java.awt.image.ColorConvertOp
- Returns the bounding box of the destination, given this source.
- getDestBounds(Raster).
Method in class java.awt.image.ColorConvertOp
- Returns the bounding box of the destination, given this source.
- getDestBounds(BufferedImage).
Method in class java.awt.image.BandCombineOp
- Returns the bounding box of the transformed destination.
- getDestBounds(Raster).
Method in class java.awt.image.BandCombineOp
- Returns the bounding box of the transformed destination.
- getDestBounds(BufferedImage).
Method in class java.awt.image.ConvolveOp
- Returns the bounding box of the filtered destination image.
- getDestBounds(Raster).
Method in class java.awt.image.ConvolveOp
- Returns the bounding box of the filtered destination Raster.
- getDestPoint(Point2D, Point2D).
Method in interface java.awt.image.BufferedImageOp
- Returns the location of the destination point given a
point in the source image.
- getDestPoint(Point2D, Point2D).
Method in class java.awt.image.LookupOp
- Returns the location of the destination point given a
point in the source image.
- getDestPoint(Point2D, Point2D).
Method in class java.awt.image.AffineTransformOp
- Returns the location of the destination point given a
point in the source image.
- getDestPoint(Point2D, Point2D).
Method in interface java.awt.image.RasterOp
- Returns the location of the destination point given a
point in the source Raster.
- getDestPoint(Point2D, Point2D).
Method in class java.awt.image.ThresholdOp
- Returns the location of the destination point given a
point in the source image.
- getDestPoint(Point2D, Point2D).
Method in class java.awt.image.RescaleOp
- Returns the location of the destination point given a
point in the source image.
- getDestPoint(Point2D, Point2D).
Method in class java.awt.image.ColorConvertOp
- Returns the location of the destination point given a
point in the source image.
- getDestPoint(Point2D, Point2D).
Method in class java.awt.image.BandCombineOp
- Returns the location of the destination point given a
point in the source image.
- getDestPoint(Point2D, Point2D).
Method in class java.awt.image.ConvolveOp
- Returns the location of the destination point given a
point in the source image.
- 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
- Return the graphics device associated with this configuration.
- getDeviceConfiguration().
Method in class java.awt.Graphics2D
- Returns the device configuration associated with this Graphics2D.
- getDeviceConfiguration().
Method in class java.awt.print.ProxyGraphics2D
- Set the name of the page.
- getDifference(int, int).
Method in class java.awt.image.ComponentSampleModel
- Gets the difference, in data array elements, between a sample of
fromBand and a sample of toBand for the same pixel.
- 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.
- getDirection().
Method in class java.awt.swing.text.DefaultStyledDocument.ElementSpec
- Gets the direction.
- getDirectory().
Method in class java.awt.FileDialog
- Gets the directory of this file dialog.
- getDirtyRegion(JComponent).
Method in class java.awt.swing.RepaintManager
- Return the current dirty region for a component.
- getDisabledIcon().
Method in class java.awt.swing.AbstractButton
- Returns the icon used by the button when it's disabled.
- getDisabledIcon().
Method in class java.awt.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.
- getDisabledIconAt(int).
Method in class java.awt.swing.JTabbedPane
- Returns the tab disabled icon at index.
- getDisabledSelectedIcon().
Method in class java.awt.swing.AbstractButton
- Returns the icon used by the button when it's disabled and selected.
- getDisabledTextColor().
Method in class java.awt.swing.text.JTextComponent
- Fetches the current color used to render the
selected text.
- getDismissDelay().
Method in class java.awt.swing.ToolTipManager
-
- 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.
- 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.util.Locale
- Returns a name for the locale that is appropriate for display to the
user.
- getDisplayName(Locale).
Method in class java.util.Locale
- Returns a name for the locale that is appropriate for display to the
user.
- getDisplayName().
Method in class java.beans.FeatureDescriptor
-
- 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.
- getDisplayedMnemonic().
Method in class java.awt.swing.JLabel
- Return the keycode that indicates a mnemonic key.
- getDividerLocation().
Method in class java.awt.swing.JSplitPane
- Returns the location of the divider from the look and feel
implementation.
- getDividerSize().
Method in class java.awt.swing.JSplitPane
- Returns the size of the divider.
- 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.
- getDocument().
Method in class java.awt.swing.text.JTextComponent
- Fetches the model associated with the editor.
- getDocument().
Method in class java.awt.swing.text.AbstractDocument.AbstractElement
- Retrieves the underlying model.
- getDocument().
Method in class java.awt.swing.text.AbstractDocument.DefaultDocumentEvent
- Gets the document that sourced the change event.
- getDocument().
Method in class java.awt.swing.text.View
- Fetches the model associated with the view.
- getDocument().
Method in interface java.awt.swing.text.Element
- Fetches the document associated with this element.
- getDocument().
Method in interface java.awt.swing.event.DocumentEvent
- Gets the document that sourced the change event.
- 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 java.awt.swing.text.AbstractDocument
- Support for managing a set of properties.
- getDomain().
Method in class javax.servlet.http.Cookie
- Returns the domain of this cookie.
- getDot().
Method in class java.awt.swing.text.DefaultCaret
- Fetches the current position of the caret.
- getDot().
Method in interface java.awt.swing.text.Caret
- Fetches the current position of the caret.
- getDot().
Method in class java.awt.swing.event.CaretEvent
- Fetch the location of the caret.
- getDouble(Object).
Method in class java.lang.reflect.Field
- Get the value of a field as a double on 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(int).
Method in interface java.sql.ResultSet
- Get the value of a column in the current row as a Java double.
- getDouble(String).
Method in interface java.sql.ResultSet
- Get the value of a column in the current row as a Java double.
- getDouble(int).
Method in interface java.sql.CallableStatement
- Get the value of a DOUBLE parameter as a Java double.
- getDoubleBufferMaximumSize().
Method in class java.awt.swing.RepaintManager
-
- getDoubleParameter(int).
Method in class java.awt.image.renderable.ParameterBlock
- A convenience class to return a parameter as a double.
- getDragImage().
Method in class java.awt.dnd.DragSourceContext
-
- getDragImageOffset().
Method in class java.awt.dnd.DragSourceContext
-
- getDragSource().
Method in class java.awt.dnd.DragSourceContext
-
- getDragSourceContext().
Method in class java.awt.dnd.DragSourceEvent
-
- getDraggedColumn().
Method in class java.awt.swing.table.JTableHeader
- Returns the the dragged column, if and only if a drag is in
process.
- getDraggedDistance().
Method in class java.awt.swing.table.JTableHeader
- Returns the column's horizontal distance from its original
position, if and only if a drag is in process.
- getDrawingArea().
Method in class java.awt.print.PeekGraphics
-
- getDriver(String).
Static method in class java.sql.DriverManager
- Attempt 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?
- getDriverVersion().
Method in interface java.sql.DatabaseMetaData
- What's the version of this JDBC driver?
- getDrivers().
Static method in class java.sql.DriverManager
- Return an Enumeration of all the currently loaded JDBC drivers
which the current caller has access to.
- getDropAction().
Method in class java.awt.dnd.DragSourceDragEvent
-
- getDropAction().
Method in class java.awt.dnd.DragSourceDropEvent
-
- getDropAction().
Method in class java.awt.dnd.DropTargetDragEvent
-
- getDropAction().
Method in class java.awt.dnd.DropTargetDropEvent
-
- getDropSuccess().
Method in class java.awt.dnd.DragSourceDropEvent
-
- getDropTarget().
Method in class java.awt.Component
- Get the DropTarget associated with this Component
- getDropTarget().
Method in class java.awt.dnd.DropTargetContext
-
- getDropTargetContext().
Method in class java.awt.dnd.DropTargetEvent
-
- getDropTargetContext().
Method in class java.awt.dnd.DropTarget
-
- getEchoChar().
Method in class java.awt.TextField
- Gets the character that is to be used for echoing.
- getEchoChar().
Method in class java.awt.swing.JPasswordField
- Returns the character to be used for echoing.
- getEdgeHint().
Method in class java.awt.image.ConvolveOp
- Return the edge hint.
- getEdit().
Method in class java.awt.swing.event.UndoableEditEvent
-
- getEditingColumn().
Method in class java.awt.swing.JTable
- This returns the index of the editing column.
- getEditingPath().
Method in class java.awt.swing.JTree
- Returns the path to the element that is currently being edited.
- getEditingRow().
Method in class java.awt.swing.JTable
- Returns the index of the editing row.
- getEditor().
Method in class java.awt.swing.JComboBox
- Returns the editor used to paint and edit the selected item in the JComboBox
field.
- getEditor(ActionEvent).
Method in class java.awt.swing.text.StyledEditorKit.StyledTextAction
-
- getEditorComponent().
Method in interface java.awt.swing.ComboBoxEditor
- Return the component that should be added to the tree hierarchy for
this editor
- getEditorComponent().
Method in class java.awt.swing.JTable
- If the receiver is currently editing this will return the Component
that was returned from the CellEditor.
- getEditorKit().
Method in class java.awt.swing.JEditorPane
- Fetches the currently installed kit for handling
content.
- getEditorKit().
Method in class java.awt.swing.text.DefaultTextUI
- Fetches the EditorKit for the UI.
- getEditorKitForContentType(String).
Method in class java.awt.swing.JEditorPane
- Fetches the editor kit to use for the given type
of content.
- getEditorSearchPath().
Static method in class java.beans.PropertyEditorManager
-
- 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, int).
Method in class java.awt.image.DataBuffer
- Returns the requested data array element from the specified bank
as an integer.
- getElem(int).
Method in class java.awt.image.DataBufferByte
- Returns the requested data array element from the first (default) bank
as an integer.
- getElem(int, int).
Method in class java.awt.image.DataBufferByte
- Returns the requested data array element from the specified bank
as an integer.
- getElem(int).
Method in class java.awt.image.DataBufferShort
- Returns the requested data array element from the first (default) bank
as an integer.
- getElem(int, int).
Method in class java.awt.image.DataBufferShort
- Returns the requested data array element from the specified bank
as an integer.
- getElem(int).
Method in class java.awt.image.DataBufferInt
- Returns the requested data array element from the first (default) bank
as an integer.
- getElem(int, int).
Method in class java.awt.image.DataBufferInt
- Returns the requested data array element from the specified bank
as an integer.
- 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.
- 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.
- getElement(int).
Method in class java.awt.swing.text.AbstractDocument.AbstractElement
- Gets a child element.
- getElement(int).
Method in class java.awt.swing.text.AbstractDocument.BranchElement
- Gets a child element.
- getElement(int).
Method in class java.awt.swing.text.AbstractDocument.LeafElement
- Gets a child element.
- getElement().
Method in class java.awt.swing.text.AbstractDocument.ElementEdit
- Returns the underlying element.
- getElement().
Method in class java.awt.swing.text.View
- Fetches the structural portion of the subject that this
view is mapped to.
- getElement(int).
Method in interface java.awt.swing.text.Element
- Fetches the child element at the given index.
- getElement().
Method in interface java.awt.swing.event.DocumentEvent.ElementChange
- Returns the element represented.
- getElementAt(int).
Method in interface java.awt.swing.ListModel
- Returns the value at the specified index.
- getElementAt(int).
Method in class java.awt.swing.DefaultListModel
-
- getElementCount().
Method in class java.awt.swing.text.AbstractDocument.AbstractElement
- Gets the number of children for the element.
- getElementCount().
Method in class java.awt.swing.text.AbstractDocument.BranchElement
- Gets the number of children for the element.
- getElementCount().
Method in class java.awt.swing.text.AbstractDocument.LeafElement
- Returns the number of child elements.
- getElementCount().
Method in interface java.awt.swing.text.Element
- Gets the number of child elements contained by this element.
- getElementIndex(int).
Method in class java.awt.swing.text.AbstractDocument.AbstractElement
- Gets the child element index closest to the given model offset.
- getElementIndex(int).
Method in class java.awt.swing.text.AbstractDocument.BranchElement
- Gets the child element index closest to the given model offset.
- getElementIndex(int).
Method in class java.awt.swing.text.AbstractDocument.LeafElement
- Gets the child element index closest to the given model offset.
- getElementIndex(int).
Method in interface java.awt.swing.text.Element
- Gets the child element index closest to the given offset.
- getElements().
Method in class java.awt.swing.ButtonGroup
- Return all the buttons that are participating in
this group.
- getEmptySet().
Method in interface java.awt.swing.text.AbstractDocument.AttributeContext
- Fetches an empty AttributeSet.
- getEmptySet().
Method in class java.awt.swing.text.StyleContext
- Fetches an empty AttributeSet.
- getEncoded().
Method in class java.security.AlgorithmParameters
- Returns the parameters in their primary encoding format.
- getEncoded(String).
Method in class java.security.AlgorithmParameters
- Returns the parameters encoded in the specified 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.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.
- getEncodedColorID().
Method in class java.awt.image.codec.JPEGParam
- Returns the JPEG Encoded color id
- getEncoding().
Method in class java.io.InputStreamReader
- Return the name of the encoding being used by this stream.
- getEncoding().
Method in class java.io.OutputStreamWriter
- Return the name of the encoding being used by this stream.
- getEndCap().
Method in class java.awt.BasicStroke
- Returns the end cap style.
- getEndIndex().
Method in class java.awt.font.StyledStringIterator
- Returns the index after the last character in the range of the iterator.
- 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.
- getEndOffset().
Method in class java.awt.swing.text.AbstractDocument.AbstractElement
- Gets the ending offset in the model for the element.
- getEndOffset().
Method in class java.awt.swing.text.AbstractDocument.BranchElement
- Gets the ending offset in the model for the element.
- getEndOffset().
Method in class java.awt.swing.text.AbstractDocument.LeafElement
- Gets the ending offset in the model for the element.
- getEndOffset().
Method in class java.awt.swing.text.View
- Fetches the portion of the model that this view is
responsible for.
- getEndOffset().
Method in interface java.awt.swing.text.Highlighter.Highlight
- Gets the ending model offset for the highlight.
- getEndOffset().
Method in interface java.awt.swing.text.Element
- Fetches the offset from the beginning of the document
that this element ends at.
- getEndPoint().
Method in class java.awt.geom.Arc2D
- Returns the ending point of the arc.
- getEndPosition().
Method in class java.awt.swing.text.AbstractDocument
- Returns a position that represents the end of the document.
- getEndPosition().
Method in interface java.awt.swing.text.Document
- Returns a position that represents the end of the document.
- 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.zip.ZipFile
- Returns the ZIP file entry for the given path name.
- getEntryName().
Method in class java.net.JarURLConnection
- Return the entry name for this connection.
- getEras().
Method in class java.text.DateFormatSymbols
- Gets era strings.
- getErrorCode().
Method in class java.sql.SQLException
- Get the vendor specific exception code
- 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.
- getErrorStream().
Method in class java.lang.Process
- Gets the error stream of the subprocess.
- 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.
- getEtchType().
Method in class java.awt.swing.border.EtchedBorder
- Returns which etch-type is set on the etched border.
- getEventSetDescriptors().
Method in interface java.beans.BeanInfo
-
- getEventSetDescriptors().
Method in class java.beans.SimpleBeanInfo
- Deny knowledge of event sets.
- getEventType().
Method in class java.awt.swing.event.HyperlinkEvent
- The type of event.
- 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.lang.ExceptionInInitializerError
- Returns the exception that occurred during a static initialization that
caused this Error to be created.
- getExceptionTypes().
Method in class java.lang.reflect.Method
- Returns an array of Class objects that represent the types of
the checked exceptions 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
the checked exceptions thrown by the underlying constructor
represented by this Constructor object.
- 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
- Get 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 java.awt.swing.JSlider
-
- getExtent().
Method in interface java.awt.swing.BoundedRangeModel
- Returns the model's extent, the length of the inner range that
begins at the model's value.
- getExtent().
Method in class java.awt.swing.DefaultBoundedRangeModel
-
- getExtentSize().
Method in class java.awt.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
- Get all the "extra" characters that can be used in unquoted
identifier names (those beyond a-z, A-Z, 0-9 and _).
- getFD().
Method in class java.io.FileInputStream
- Returns the opaque file descriptor object associated with this stream.
- 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.
- getFailureHandler().
Static method in class java.rmi.server.RMISocketFactory
- Returns the handler for socket creation failure.
- getFamily().
Method in class java.awt.Font
- Returns the family name of the font (for example, Helvetica).
- getFamily(Locale).
Method in class java.awt.Font
- Returns the family name of the font (for example, Helvetica), localized
for the given Locale.
- getFetchDirection().
Method in interface java.sql.ResultSet
- JDBC 2.0
Return the fetch direction for this result set.
- getFetchDirection().
Method in interface java.sql.Statement
- JDBC 2.0
Determine the fetch direction.
- getFetchSize().
Method in interface java.sql.ResultSet
- JDBC 2.0
Return the fetch size for this result set.
- getFetchSize().
Method in interface java.sql.Statement
- JDBC 2.0
Determine the default fetch size.
- 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.
- getField(String).
Method in class java.io.ObjectStreamClass
- Get the field of this class by name.
- getField().
Method in class java.text.FieldPosition
- Retrieves the field identifier.
- 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.
- getFields().
Method in class java.io.ObjectStreamClass
- Return an array of the fields of this serializable class.
- getFile().
Method in class java.net.URL
- Returns the file name of this
URL
.
- getFile().
Method in class java.awt.FileDialog
- Gets the selected file of this file dialog.
- 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.
- 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.
- getFilenameFilter().
Method in class java.awt.FileDialog
- Determines this file dialog's filename filter.
- 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.
- getFilterInstance(ImageConsumer).
Method in class java.awt.image.BufferedImageFilter
- Returns a unique instance of a BufferedImageFilter 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 java.awt.swing.tree.DefaultMutableTreeNode
- Returns this node's first child.
- getFirstComponent(Container).
Method in class java.awt.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 java.awt.swing.event.ListSelectionEvent
-
- getFirstLeaf().
Method in class java.awt.swing.tree.DefaultMutableTreeNode
- Finds and returns the first leaf that is a descendant of this node,
i.e.
- getFirstLineIndent(AttributeSet).
Static method in class java.awt.swing.text.StyleConstants
- Gets the first line indent setting.
- getFirstPage().
Method in class java.awt.print.PrinterJob
- Return the zero based index of the first page to
be printed in this job.
- getFirstRow().
Method in class java.awt.swing.event.TableModelEvent
- Returns the first row that changed.
- getFirstVisibleIndex().
Method in class java.awt.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 java.awt.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 java.awt.swing.JList
- Returns the fixed cell width value -- the value specified by setting
the fixedCellWidth property, rather than calculated from the list
elements.
- getFlatness(double, double, double, double, double, double, double, double).
Static method in class java.awt.geom.CubicCurve2D
- Returns the flatness, or maximum distance of a
controlpoint from the line connecting the endpoints, of the
cubic curve specified by the indicated controlpoints.
- getFlatness(double[], int).
Static method in class java.awt.geom.CubicCurve2D
- Returns the flatness, or maximum distance of a
controlpoint from the line connecting the endpoints, of the
cubic curve specified by the controlpoints stored in the
indicated array at the indicated index.
- getFlatness().
Method in class java.awt.geom.CubicCurve2D
- Returns the flatness, or maximum distance of a
controlpoint from the line connecting the endpoints, of this curve.
- 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[], 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().
Method in class java.awt.geom.QuadCurve2D
- Returns the flatness, or maximum distance of a
controlpoint from the line connecting the endpoints, of this curve.
- getFlatnessSq(double, double, double, double, double, double, double, double).
Static method in class java.awt.geom.CubicCurve2D
- Returns the square of the flatness, or maximum distance of a
controlpoint from the line connecting the endpoints, of the
cubic curve specified by the indicated controlpoints.
- getFlatnessSq(double[], int).
Static method in class java.awt.geom.CubicCurve2D
- Returns the square of the flatness, or maximum distance of a
controlpoint from the line connecting the endpoints, of the
cubic curve specified by the controlpoints stored in the
indicated array at the indicated index.
- getFlatnessSq().
Method in class java.awt.geom.CubicCurve2D
- Returns the square of the flatness, or maximum distance of a
controlpoint from the line connecting the endpoints, of this curve.
- 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[], 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().
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 curve.
- getFlavorMap().
Method in class java.awt.dnd.DragSource
-
- getFlavorMap().
Method in class java.awt.dnd.DropTarget
-
- getFlavorsForNatives(String[]).
Method in interface java.awt.dnd.FlavorMap
- map natives to corresponding flavors
- getFloat(Object).
Method in class java.lang.reflect.Field
- Get the value of a field as a float on 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(int).
Method in interface java.sql.ResultSet
- Get the value of a column in the current row as a Java float.
- getFloat(String).
Method in interface java.sql.ResultSet
- Get the value of a column in the current row as a Java float.
- getFloat(int).
Method in interface java.sql.CallableStatement
- Get the value of a FLOAT parameter as a Java float.
- getFloatParameter(int).
Method in class java.awt.image.renderable.ParameterBlock
- A convenience class to return a parameter as a float.
- getFocusAccelerator().
Method in class java.awt.swing.text.JTextComponent
- Returns the key accelerator that will cause the receiving
text component to get the 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.
- getFocusTraversable(Component, int).
Method in interface java.awt.accessibility.AccessibleLayout
- Determine the focusable object in the given relative focus direction
from the Component passed in.
- getFocusTraversable(int).
Method in interface java.awt.accessibility.AccessibleLayout
- Determine the first or last object in the Container that accepts focus.
- getFocusedComponent().
Method in class java.awt.swing.text.TextAction
- Fetches the text component that currently has focus.
- getFollowRedirects().
Static method in class java.net.HttpURLConnection
-
- getFont().
Method in class java.awt.Component
- Gets the font of this component.
- getFont(String).
Method in class java.awt.GraphicsEnvironment
-
- 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 font metric.
- getFont().
Method in interface java.awt.MenuContainer
-
- getFont(AttributeSet).
Static method in class java.awt.Font
- Returns a font appropriate to this attribute set.
- getFont(String).
Static method in class java.awt.Font
- Returns a font from the system properties list.
- getFont(String, Font).
Static method in class java.awt.Font
- Returns the specified font from the system properties list.
- getFont().
Method in class java.awt.font.GlyphSet
- Return the font that created this glyphset.
- getFont().
Method in class java.awt.print.ProxyGraphics2D
- Gets the current font.
- getFont().
Method in interface java.awt.accessibility.AccessibleComponent
- Get the Font of this object.
- getFont().
Method in class java.awt.swing.JFrame.AccessibleJFrame
- Get the Font of this object.
- getFont().
Method in class java.awt.swing.Box.Filler.AccessibleBoxFiller
- Get the Font of this object.
- getFont().
Method in class java.awt.swing.Box.AccessibleBox
- Get the Font of this object.
- getFont().
Method in class java.awt.swing.JComponent.AccessibleJComponent
- Get the Font of this object.
- getFont().
Method in class java.awt.swing.JWindow.AccessibleJWindow
- Get the Font of this object.
- getFont(Object).
Static method in class java.awt.swing.UIManager
-
- getFont().
Method in class java.awt.swing.JTable.AccessibleJTable.AccessibleJTableCell
- Get the Font of this object.
- getFont(Object).
Method in class java.awt.swing.UIDefaults
- If the value of
key
is a Font return it, otherwise
return null.
- getFont().
Method in class java.awt.swing.JDialog.AccessibleJDialog
- Get the Font of this object.
- getFont().
Method in class java.awt.swing.JList.AccessibleJList.AccessibleJListChild
-
- getFont().
Method in class java.awt.swing.DebugGraphics
- Returns the Font used for text drawing operations.
- getFont().
Method in class java.awt.swing.JApplet.AccessibleJApplet
- Get the Font of this object.
- getFont().
Method in class java.awt.swing.JPopupMenu.WindowPopup.AccessibleWindowPopup
- Get the Font of this object.
- getFont().
Method in class java.awt.swing.JTree.AccessibleJTree.AccessibleJTreeNode
-
- getFont().
Method in class java.awt.swing.JComboBox.AccessibleJComboBox.AccessibleJComboBoxList
-
- getFont().
Method in class java.awt.swing.CellRendererPane.AccessibleCellRendererPane
- Get the Font of this object.
- getFont(AttributeSet).
Method in class java.awt.swing.text.DefaultStyledDocument
- Gets the font from an attribute set.
- getFont(AttributeSet).
Method in interface java.awt.swing.text.StyledDocument
- Takes a set of attributes and turn it into a font
specification.
- getFont(AttributeSet).
Method in class java.awt.swing.text.StyleContext
- Gets the font from an attribute set.
- getFont(String, int, int).
Method in class java.awt.swing.text.StyleContext
- Gets a new font.
- getFont().
Method in class java.awt.swing.table.JTableHeader.AccessibleJTableHeader.AccessibleJTableHeaderEntry
-
- getFont(Component).
Method in class java.awt.swing.border.TitledBorder
-
- getFontAt(int).
Method in class java.awt.font.StyledString
- Returns the Font associated with the character at the specified index.
- getFontFamily(AttributeSet).
Static method in class java.awt.swing.text.StyleConstants
- Gets the font family setting from the attribute list.
- getFontID().
Method in class java.awt.Font
-
- getFontList().
Method in class java.awt.Toolkit
- Returns the names of the available fonts in this toolkit.
For 1.1, the following font names are deprecated (the replacement
name follows):
- TimesRoman (use Serif)
- Helvetica (use SansSerif)
- Courier (use Monospaced)
The ZapfDingbats font is also deprecated in 1.1, but only as a
separate fontname.
- getFontMetrics(Font).
Method in class java.awt.Component
- Gets the font metrics for the specified font.
- getFontMetrics().
Method in class java.awt.Graphics
- Gets the font metrics of the current 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
- Gets the screen metrics of the font.
- getFontMetrics(Font).
Method in class java.awt.print.ProxyGraphics2D
- Gets the font metrics for the specified font.
- getFontMetrics(Font).
Method in interface java.awt.accessibility.AccessibleComponent
- Get the FontMetrics of this object.
- getFontMetrics(Font).
Method in class java.awt.swing.JFrame.AccessibleJFrame
- Get the FontMetrics of this object.
- getFontMetrics(Font).
Method in class java.awt.swing.Box.Filler.AccessibleBoxFiller
- Get the FontMetrics of this object.
- getFontMetrics(Font).
Method in class java.awt.swing.Box.AccessibleBox
- Get the FontMetrics of this object.
- getFontMetrics(Font).
Method in class java.awt.swing.JComponent.AccessibleJComponent
- Get the FontMetrics of this object.
- getFontMetrics(Font).
Method in class java.awt.swing.JWindow.AccessibleJWindow
- Get the FontMetrics of this object.
- getFontMetrics(Font).
Method in class java.awt.swing.JTable.AccessibleJTable.AccessibleJTableCell
- Get the FontMetrics of this object.
- getFontMetrics(Font).
Method in class java.awt.swing.JDialog.AccessibleJDialog
- Get the FontMetrics of this object.
- getFontMetrics(Font).
Method in class java.awt.swing.JList.AccessibleJList.AccessibleJListChild
-
- getFontMetrics().
Method in class java.awt.swing.DebugGraphics
-
- getFontMetrics(Font).
Method in class java.awt.swing.DebugGraphics
-
- getFontMetrics(Font).
Method in class java.awt.swing.JApplet.AccessibleJApplet
- Get the FontMetrics of this object.
- getFontMetrics(Font).
Method in class java.awt.swing.JPopupMenu.WindowPopup.AccessibleWindowPopup
- Get the FontMetrics of this object.
- getFontMetrics(Font).
Method in class java.awt.swing.JTree.AccessibleJTree.AccessibleJTreeNode
-
- getFontMetrics(Font).
Method in class java.awt.swing.JComboBox.AccessibleJComboBox.AccessibleJComboBoxList
-
- getFontMetrics(Font).
Method in class java.awt.swing.CellRendererPane.AccessibleCellRendererPane
- Get the FontMetrics of this object.
- getFontMetrics().
Method in class java.awt.swing.text.FieldView
- Fetches the font metrics associated with the component hosting
this view.
- getFontMetrics(Font).
Method in class java.awt.swing.text.StyleContext
- Returns font metrics for a font.
- getFontMetrics(Font).
Method in class java.awt.swing.table.JTableHeader.AccessibleJTableHeader.AccessibleJTableHeaderEntry
-
- getFontName().
Method in class java.awt.Font
- Returns the font face name of the font (for example, Helvetica Bold).
- getFontName(Locale).
Method in class java.awt.Font
- Returns the font face name of the font (for example, Helvetica Fett)
localized for the specified locale.
- getFontPeer(String, int).
Method in class java.awt.Toolkit
- Creates this toolkit's implementation of
Font
using
the specified peer interface.
- getFontSize(AttributeSet).
Static method in class java.awt.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 given tag.
- getFonts(TextAttributeSet).
Method in class java.awt.GraphicsEnvironment
- Returns all Fonts available in this environment that match
the specified AttributeSet.
- getForceColorConversion().
Method in class java.awt.image.codec.JPEGParam
- Returns the value of the forceColorConversion data member.
- getForeground().
Method in class java.awt.Component
- Gets the foreground color of this component.
- getForeground().
Method in interface java.awt.accessibility.AccessibleComponent
- Get the foreground color of this object.
- getForeground().
Method in class java.awt.swing.JFrame.AccessibleJFrame
- Get the foreground color of this object.
- getForeground().
Method in class java.awt.swing.Box.Filler.AccessibleBoxFiller
- Get the foreground color of this object.
- getForeground().
Method in class java.awt.swing.Box.AccessibleBox
- Get the foreground color of this object.
- getForeground().
Method in class java.awt.swing.JComponent.AccessibleJComponent
- Get the foreground color of this object.
- getForeground().
Method in class java.awt.swing.JWindow.AccessibleJWindow
- Get the foreground color of this object.
- getForeground().
Method in class java.awt.swing.JTable.AccessibleJTable.AccessibleJTableCell
- Get the foreground color of this object.
- getForeground().
Method in class java.awt.swing.JDialog.AccessibleJDialog
- Get the foreground color of this object.
- getForeground().
Method in class java.awt.swing.JList.AccessibleJList.AccessibleJListChild
-
- getForeground().
Method in class java.awt.swing.JInternalFrame
- Get the foreground color of this object.
- getForeground().
Method in class java.awt.swing.JApplet.AccessibleJApplet
- Get the foreground color of this object.
- getForeground().
Method in class java.awt.swing.JPopupMenu.WindowPopup.AccessibleWindowPopup
- Get the foreground color of this object.
- getForeground().
Method in class java.awt.swing.JTree.AccessibleJTree.AccessibleJTreeNode
- Get the foreground color of this object.
- getForeground().
Method in class java.awt.swing.JComboBox.AccessibleJComboBox.AccessibleJComboBoxList
-
- getForeground().
Method in class java.awt.swing.CellRendererPane.AccessibleCellRendererPane
- Get the foreground color of this object.
- getForeground(AttributeSet).
Method in class java.awt.swing.text.DefaultStyledDocument
- Gets the foreground color from an attribute set.
- getForeground(AttributeSet).
Method in interface java.awt.swing.text.StyledDocument
- Takes a set of attributes and turn it into a color
specification.
- getForeground(AttributeSet).
Static method in class java.awt.swing.text.StyleConstants
- Gets the foreground color setting from the attribute list.
- getForeground().
Method in class java.awt.swing.table.JTableHeader.AccessibleJTableHeader.AccessibleJTableHeaderEntry
-
- getForegroundAt(int).
Method in class java.awt.swing.JTabbedPane
- Returns the tab foreground color at index.
- getFormat().
Method in interface java.security.Certificate
- 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.
- getFrameForComponent(Component).
Static method in class java.awt.swing.JOptionPane
- Returns the specified component's Frame.
- getFrameIcon().
Method in class java.awt.swing.JInternalFrame
-
- getFrames().
Static method in class java.awt.Frame
- Returns an array containing all Frames created by the application.
- getFromIndex().
Method in class java.awt.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
-
- getGlassPane().
Method in class java.awt.swing.JFrame
- Returns the glassPane object for this frame.
- getGlassPane().
Method in class java.awt.swing.JWindow
- Returns the glassPane object for this window.
- getGlassPane().
Method in class java.awt.swing.JDialog
- Returns the glassPane object for this dialog.
- getGlassPane().
Method in class java.awt.swing.JInternalFrame
-
- getGlassPane().
Method in interface java.awt.swing.RootPaneContainer
-
- getGlassPane().
Method in class java.awt.swing.JApplet
- Returns the glassPane object for this applet.
- getGlassPane().
Method in class java.awt.swing.JRootPane
- Returns the current glass pane for this JRootPane.
- getGlyphAdvance(int).
Method in class java.awt.font.GlyphSet
- Return the advance for the glyph at the given logical position.
- getGlyphCode(int).
Method in class java.awt.font.GlyphSet
- Return the glyphcode at the given logical position in this glyphset.
- getGlyphCodes().
Method in class java.awt.font.GlyphSet
-
- getGlyphJustificationInfo(int).
Method in class java.awt.Font
- Return justification info for the glyph specified by glyphCode.
- getGlyphMetrics(int).
Method in class java.awt.Font
- Returns the metrics information for a glyph specified by a glyph code.
- getGlyphOutline(int, float, float).
Method in class java.awt.Font
- Returns the outline description of a glyph specified by a glyph code.
- getGlyphSet(CharacterIterator, int, int, byte, int[], byte[]).
Method in class java.awt.Font
- Create a glyph set for the text between start and limit.
- getGlyphSet(char[], int, int, byte, int[], byte[]).
Method in class java.awt.Font
- Construct a GlyphSet for the text between start and limit.
- getGlyphSet(String).
Method in class java.awt.Font
- Converts all characters in the String Object to font glyph codes.
- getGlyphSets().
Method in class java.awt.font.StyledString
- Returns an array of GlyphSet objects associated with this StyledString.
- getGlyphXAdvance(int).
Method in class java.awt.font.GlyphSet
- Return the x-direction advance of the glyph at the given logical
position.
- getGlyphYAdvance(int).
Method in class java.awt.font.GlyphSet
- Return the y-direction advance of the glyph at the given logical
position.
- 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 will actually return a Graphics2D but is here
for backwards compatibility.
- getGraphics().
Method in class java.awt.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(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(int).
Method in class java.awt.image.DirectColorModel
- Returns the green color component for the specified pixel in the
range 0-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(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(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.
- getGreen(int).
Method in class java.awt.image.IndexColorModel
- Returns the green color component for the specified pixel in the
range 0-255 in the default RGB ColorSpace, sRGB.
- getGreenMask().
Method in class java.awt.image.DirectColorModel
- Returns the mask indicating which bits in a pixel 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 java.awt.swing.JTable
- Returns the color used to draw grid lines.
- 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
- 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.
- 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.
- getHeader(String).
Method in interface javax.servlet.http.HttpServletRequest
- Gets the value of the requested header field of this request.
- getHeaderField(String).
Method in class java.net.URLConnection
- Returns the name of the specified header field.
- getHeaderField(int).
Method in class java.net.URLConnection
- Returns the value for the
n
th 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
n
th header field.
- getHeaderNames().
Method in interface javax.servlet.http.HttpServletRequest
- Gets the header names for this request.
- getHeaderRect(int).
Method in class java.awt.swing.table.JTableHeader
- Returns the rectangle containing the header tile at columnIndex.
- getHeaderRenderer().
Method in class java.awt.swing.table.TableColumn
- Returns the TableCellRenderer used to draw the header of the
TableColumn.
- getHeaderValue().
Method in class java.awt.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(ImageObserver).
Method in class java.awt.Image
- Determines the height of the image.
- 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.image.Raster
- Returns the height in pixels of the Raster.
- getHeight().
Method in class java.awt.image.Kernel
- Returns the height
- 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(ImageObserver).
Method in class java.awt.image.BufferedImage
- Returns the actual height of the image.
- getHeight().
Method in interface java.awt.image.RenderedImage
- Return the height of the RenderedImage.
- getHeight().
Method in class java.awt.image.codec.JPEGParam
- Get the image height
- 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.geom.Dimension2D
- Returns the height of this dimension in double precision.
- getHeight().
Method in class java.awt.geom.RectangularShape
- Returns the height of the bounding rectangle in double precision.
- getHeight().
Method in class java.awt.geom.Rectangle2D.Float
- Returns the height of the rectangle in double precision.
- getHeight().
Method in class java.awt.geom.Rectangle2D.Double
- Returns the height of the rectangle in double precision.
- getHeight().
Method in class java.awt.geom.RoundRectangle2D.Float
- Returns the height of the rounded rectangle in double precision.
- getHeight().
Method in class java.awt.geom.RoundRectangle2D.Double
- Returns the height of the rounded rectangle in double precision.
- getHeight().
Method in class java.awt.geom.Arc2D.Float
- Returns the overall height of the arc in double precision.
- getHeight().
Method in class java.awt.geom.Arc2D.Double
- Returns the overall height of the arc in double precision.
- getHeight().
Method in class java.awt.geom.Ellipse2D.Float
- Returns the overall height of the ellipse in double precision.
- getHeight().
Method in class java.awt.geom.Ellipse2D.Double
- Returns the overall height of the ellipse in double precision.
- getHeight().
Method in class java.awt.print.PeekGraphics.ImageWaiter
-
- getHeight().
Method in class java.awt.print.Paper
- Return the height of the page in 1/72ths
of an inch.
- getHeight().
Method in class java.awt.swing.JComponent
- Return the current height of this component.
- getHelpMenu().
Method in class java.awt.MenuBar
- Gets the help menu on the menu bar.
- getHelpMenu().
Method in class java.awt.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.
- getHighlightColor(Component).
Method in class java.awt.swing.border.EtchedBorder
- Returns the highlight color of the etched border.
- getHighlightInnerColor(Component).
Method in class java.awt.swing.border.BevelBorder
- Returns the inner highlight color of the bevel border.
- getHighlightOuterColor(Component).
Method in class java.awt.swing.border.BevelBorder
- Returns the outer highlight color of the bevel border.
- getHighlighter().
Method in class java.awt.swing.text.JTextComponent
- Fetches the object responsible for making highlights.
- getHighlights().
Method in interface java.awt.swing.text.Highlighter
- Fetches the current list of highlights
- getHighlights().
Method in class java.awt.swing.text.DefaultHighlighter
- Makes a copy of the highlights.
- getHighs().
Method in class java.awt.image.ThresholdOp
- Returns the high value array.
- getHint(Object).
Method in class java.awt.image.renderable.RenderContext
- Returns the value of a hint from the hints Hashtable.
- getHintsObserved().
Method in class java.awt.image.renderable.RenderContext
- Returns a copy of the Hashtable of hints that have been observed
by this renderContext.
- getHorizontalAlignment().
Method in class java.awt.swing.AbstractButton
- Returns the horizontal alignment of the icon and text.
- getHorizontalAlignment().
Method in class java.awt.swing.JLabel
- Returns the alignment of the label's contents along the X axis.
- getHorizontalAlignment().
Method in class java.awt.swing.JTextField
- Returns the horizontal alignment of the text.
- getHorizontalScrollBar().
Method in class java.awt.swing.ScrollPaneLayout
-
- getHorizontalScrollBar().
Method in class java.awt.swing.JScrollPane
-
- getHorizontalScrollBarPolicy().
Method in class java.awt.swing.ScrollPaneLayout
-
- getHorizontalScrollBarPolicy().
Method in class java.awt.swing.JScrollPane
-
- getHorizontalTextPosition().
Method in class java.awt.swing.AbstractButton
- Sets the horizontal position of the text relative to the icon.
- getHorizontalTextPosition().
Method in class java.awt.swing.JLabel
- Returns the horizontal position of the label's text,
relative to its image.
- getHorizontalVisibility().
Method in class java.awt.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.util.Date
- Returns the hour represented by this Date object.
- getHours().
Method in class java.sql.Date
-
- getHuffmanTable(int, int).
Method in class java.awt.image.codec.JPEGParam
- Returns the Huffman coding table or NULL if not defined
- 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.
- getID().
Method in class java.util.TimeZone
- Gets the ID of this time zone.
- getID().
Method in class java.awt.AWTEvent
- Returns the event type.
- getID().
Method in class java.awt.swing.LookAndFeel
- Return a string that identifies this look and feel.
- getID().
Method in class java.rmi.activation.Activatable
- Returns the object's activation identifier.
- getIDstring().
Method in class java.awt.GraphicsDevice
- Returns the identification string associated with this graphics
device.
- getISO3Country().
Method in class java.util.Locale
- Getter for the three-letter ISO country abbreviation
of the locale.
- getISO3Language().
Method in class java.util.Locale
- Getter for the three-letter ISO language abbreviation
of the locale.
- 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.
- getIcon().
Method in class java.awt.swing.AbstractButton
- Returns the default icon.
- getIcon(Object).
Static method in class java.awt.swing.UIManager
-
- getIcon(Object).
Method in class java.awt.swing.UIDefaults
- If the value of
key
is an Icon return it, otherwise
return null.
- getIcon().
Method in class java.awt.swing.JLabel
- Returns the graphic image (glyph, icon) that the label displays.
- getIcon().
Method in class java.awt.swing.JOptionPane
- Returns the icon this pane displays.
- getIcon(AttributeSet).
Static method in class java.awt.swing.text.StyleConstants
- Gets the icon setting from the attribute list.
- 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.
- getIconAt(int).
Method in class java.awt.swing.JTabbedPane
- Returns the tab icon at index.
- getIconHeight().
Method in interface java.awt.swing.Icon
-
- getIconHeight().
Method in class java.awt.swing.ImageIcon
- Get the height of the Icon
- getIconImage().
Method in class java.awt.Frame
- Gets the icon image for this frame.
- getIconTextGap().
Method in class java.awt.swing.JLabel
- Returns the amount of space between the text and the icon
displayed in this label.
- getIconWidth().
Method in interface java.awt.swing.Icon
-
- getIconWidth().
Method in class java.awt.swing.ImageIcon
- Get the width of the Icon
- getId().
Method in interface javax.servlet.http.HttpSession
- Returns the identifier assigned to this session.
- getIdentifier().
Method in class java.awt.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.
- getIdentities().
Method in class java.util.jar.JarEntry
- Returns the
Identity
objects for this entry, or
null
if none.
- getIdentities().
Method in class java.net.JarURLConnection
- /**
Return the Identity object for this connection if the URL
for it points to a JAR file entry, null otherwise.
- getIdentity(String).
Method in class java.security.IdentityScope
- Returns the identity in this scope with the specified name (if any).
- getIdentity(Principal).
Method in class java.security.IdentityScope
- Retrieves the identity whose name is the same as that of the
specified principal.
- getIdentity(PublicKey).
Method in class java.security.IdentityScope
- Retrieves the identity with the specified public key.
- getIds().
Method in interface javax.servlet.http.HttpSessionContext
- Returns an enumeration of all of the session IDs in this context.
- getIfModifiedSince().
Method in class java.net.URLConnection
- Returns the value of this object's
ifModifiedSince
field.
- getImage(URL).
Method in class java.applet.Applet
- Returns an
Image
object that can then be painted on
the screen.
- getImage(URL, String).
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(String).
Method in class java.awt.Toolkit
- Returns an image which gets pixel data from the specified file.
- getImage(URL).
Method in class java.awt.Toolkit
- Returns an image which gets pixel data from the specified URL.
- getImage(RenderContext).
Method in class java.awt.image.renderable.RenderableImageOp
- Produces a RenderedImage which represents this
RenderableImageOp (including its Renderable sources) rendered
according to the given RenderContext.
- getImage(RenderContext).
Method in interface java.awt.image.renderable.RenderableImage
- Gets a RenderedImage instance of this image from a
RenderContext.
- getImage().
Method in class java.awt.swing.ImageIcon
- Returns the Icon's Image
- getImageColorID().
Method in class java.awt.image.codec.JPEGParam
- Returns the JPEG Image color id
- getImageLoadStatus().
Method in class java.awt.swing.ImageIcon
- Returns the status of the image loading operation.
- getImageObserver().
Method in class java.awt.swing.ImageIcon
- Return the umage observer for the image
- getImageableArea().
Method in class java.awt.print.PageFormat
- Return a rectangle describing the position
and size of the imageable area of the page.
- getImageableArea().
Method in class java.awt.print.Paper
- Return the portion of the page on which
drawing can occur.
- getImagingLib().
Method in class java.awt.GraphicsEnvironment
- Returns a ImagingLib object that can used to process
some/all of the imaging ops.
- 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
- Get a description of the primary key columns that are
referenced by a table's foreign key columns (the primary keys
imported by a table).
- getInCheck().
Method in class java.lang.SecurityManager
- Tests if there is a security check in progress.
- getIndex().
Method in class java.awt.font.StyledStringIterator
- Returns the current index.
- getIndex().
Method in class java.awt.swing.text.AbstractDocument.ElementEdit
- Returns the index into the list of elements.
- getIndex().
Method in interface java.awt.swing.event.DocumentEvent.ElementChange
- Fetches the index within the element represented.
- getIndex(TreeNode).
Method in class java.awt.swing.tree.DefaultMutableTreeNode
- Returns the index of
aChild
in this node's child array.
- getIndex(TreeNode).
Method in interface java.awt.swing.tree.TreeNode
- Returns the index of
node
in the receivers children.
- getIndex().
Method in class java.sql.DataTruncation
- Get 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.
- getIndex0().
Method in class java.awt.swing.event.ListDataEvent
-
- getIndex1().
Method in class java.awt.swing.event.ListDataEvent
-
- getIndexAtPoint(Point).
Method in interface java.awt.accessibility.AccessibleText
- Given a point in local coordinates, return the zero-based index
of the character under that Point.
- getIndexAtPoint(Point).
Method in class java.awt.swing.text.JTextComponent.AccessibleJTextComponent
- Given a point in local coordinates, return the zero-based index
of the character under that Point.
- getIndexInfo(String, String, String, boolean, boolean).
Method in interface java.sql.DatabaseMetaData
- Get a description of a table's indices and statistics.
- getIndexOf(Component).
Method in class java.awt.swing.JLayeredPane
- Returns the index of this Component c.
- getIndexOfChild(Object, Object).
Method in interface java.awt.swing.tree.TreeModel
- Returns the index of child in parent.
- getIndexOfChild(Object, Object).
Method in class java.awt.swing.tree.DefaultTreeModel
-
- getIndexedPropertyType().
Method in class java.beans.IndexedPropertyDescriptor
-
- getIndexedReadMethod().
Method in class java.beans.IndexedPropertyDescriptor
-
- getIndexedWriteMethod().
Method in class java.beans.IndexedPropertyDescriptor
-
- 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
- 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.
- getInitParameter(String).
Method in interface javax.servlet.ServletConfig
- Returns a string containing the value of the named
initialization parameter of the servlet, or null if the
parameter does not exist.
- getInitParameter(String).
Method in class javax.servlet.GenericServlet
- Returns a string containing the value of the named
initialization parameter, or null if the requested parameter
does not exist.
- getInitParameterNames().
Method in interface javax.servlet.ServletConfig
- Returns the names of the servlet's initialization parameters
as an enumeration of strings, or an empty enumeration if there
are no initialization parameters.
- getInitParameterNames().
Method in class javax.servlet.GenericServlet
- Returns the names of the servlet's initialization parameters as
an enumeration of strings, or an empty enumeration if there are
no initialization parameters.
- getInitialDelay().
Method in class java.awt.swing.ToolTipManager
-
- getInitialDelay().
Method in class java.awt.swing.Timer
- Returns the Timer's initial delay.
- getInitialSelectionValue().
Method in class java.awt.swing.JOptionPane
- Returns the initial-selection value..
- getInitialValue().
Method in class java.awt.swing.JOptionPane
- Returns the initial value.
- getInputAttributes().
Method in class java.awt.swing.JTextPane
- Gets the input attributes for the pane.
- getInputAttributes().
Method in class java.awt.swing.text.StyledEditorKit
- Gets the input attributes for the pane.
- 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.
- getInputStream().
Method in class java.lang.Process
- Gets the input stream of the subprocess.
- getInputStream(ZipEntry).
Method in class java.util.zip.ZipFile
- Returns an input stream for reading the contents of the specified
ZIP file entry.
- getInputStream(ZipEntry).
Method in class java.util.jar.JarFile
- Returns an input stream for reading the contents of the specified
ZIP file entry.
- 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
- Get the InputStream that the stub/skeleton should get
results/arguments from.
- getInputStream().
Method in interface javax.servlet.ServletRequest
- Returns an input stream for reading binary data in the request body.
- getInputValue().
Method in class java.awt.swing.JOptionPane
- Returns the value the user has input, if
wantsInput
is true.
- 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.
- getInsertionIndex().
Method in class java.awt.font.TextHitInfo
- Returns the insertion index.
- 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 java.awt.swing.JComponent
- If a border has been set on this component, returns the
border's insets, else calls super.getInsets.
- getInsets().
Method in class java.awt.swing.JViewport
-
- getInsideAllocation(Shape).
Method in class java.awt.swing.text.CompositeView
- Translates the allocation given to the view to the allocation used
for composing the interior.
- getInsideBorder().
Method in class java.awt.swing.border.CompoundBorder
- Returns the inside border object.
- getInstalledLookAndFeels().
Static method in class java.awt.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.util.Calendar
- Gets a Calendar using the default timezone and locale.
- getInstance(TimeZone).
Static method in class java.util.Calendar
- Gets a Calendar using the given timezone and default locale.
- getInstance(Locale).
Static method in class java.util.Calendar
- Gets a Calendar using the default timezone and given locale.
- getInstance(TimeZone, Locale).
Static method in class java.util.Calendar
- Gets a Calendar using the given timezone and given locale.
- getInstance(int).
Static method in class java.awt.AlphaComposite
- Creates an AlphaComposite object with the given rule.
- getInstance(int, float).
Static method in class java.awt.AlphaComposite
- Creates an AlphaComposite object with the given rule and
the constant alpha to multiply with the alpha of the source.
- 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(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(String).
Static method in class java.awt.color.ICC_Profile
- Constructs an ICC_Profile corresponding to the data in a file.
- 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.color.ColorSpace
- Returns a ColorSpace representing one of the specific
predefined color spaces.
- getInstance().
Static method in class java.awt.im.InputContext
- Returns a new InputContext instance.
- getInstance(String).
Static method in class java.security.AlgorithmParameters
- Generates an AlgorithmParameters object that implements the specified digest
algorithm.
- getInstance(String, String).
Static method in class java.security.AlgorithmParameters
- Generates an AlgorithmParameters object for the specified
algorithm, as supplied from the specified provider, if such an
algorithm is available from the provider.
- getInstance(String).
Static method in class java.security.MessageDigest
- Generates a MessageDigest object that implements the specified digest
algorithm.
- 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).
Static method in class java.security.KeyPairGenerator
- Generates a KeyPairGenerator object that implements the specified digest
algorithm.
- 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).
Static method in class java.security.AlgorithmParameterGenerator
- Generates an AlgorithmParameterGenerator object that implements the
specified digest algorithm.
- 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().
Static method in class java.security.KeyStore
- Returns a new KeyStore object of the type configured in the
security properties file for
keystore
.
- getInstance(String).
Static method in class java.security.KeyFactory
- Generates a KeyFactory object that implements the specified digest
algorithm.
- getInstance(String, String).
Static method in class java.security.KeyFactory
- Generates a KeyFactory object for the specified algorithm from the
specified provider.
- getInstance(String).
Static method in class java.security.Signature
- Generates a Signature object that implements the specified digest
algorithm.
- 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(InputStream).
Static method in class java.security.cert.X509Certificate
- Instantiates an X509Certificate object, and initializes it with
the data read from the input stream
inStream
.
- getInstance(byte[]).
Static method in class java.security.cert.X509Certificate
- Instantiates an X509Certificate object, and initializes it with
the specified byte array.
- getInstance(InputStream).
Static method in class java.security.cert.X509CRL
- Instantiates an X509CRL object, and initializes it with
the data read from the input stream
inStream
.
- getInstance(byte[]).
Static method in class java.security.cert.X509CRL
- Instantiates an X509CRL object, and initializes it with
the specified byte array.
- getInstance().
Static method in class java.text.NumberFormat
- Returns the default number format for the current default locale.
- getInstance(Locale).
Static method in class java.text.NumberFormat
- Returns the default number format for the specified 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(Locale).
Static method in class java.text.Collator
- Gets the Collator for the desired 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(Object).
Method in class java.lang.reflect.Field
- Get the value of a field as a int on specified object.
- 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(int).
Method in interface java.sql.ResultSet
- Get the value of a column in the current row as a Java int.
- getInt(String).
Method in interface java.sql.ResultSet
- Get the value of a column in the current row as a Java int.
- getInt(int).
Method in interface java.sql.CallableStatement
- Get the value of an INTEGER parameter as a Java int.
- getIntHeader(String).
Method in interface javax.servlet.http.HttpServletRequest
- Gets the value of the specified integer header field of this
request.
- getIntParameter(int).
Method in class java.awt.image.renderable.ParameterBlock
- A convenience class to return a parameter as an 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
- Determines the integer value of the system property with the
specified name.
- getIntercellSpacing().
Method in class java.awt.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, int, int, int, int).
Method in class java.awt.swing.border.AbstractBorder
- This is a convience method that calls the static method.
- getInteriorRectangle(Component, Border, int, int, int, int).
Static method in class java.awt.swing.border.AbstractBorder
- This method returns a rectangle using the arguements minus the
insets of the border.
- getInternalFrame().
Method in class java.awt.swing.JInternalFrame.JDesktopIcon
- Returns the JInternalFrame that this DesktopIcon is
associated with.
- getInterpolation().
Method in class java.awt.TexturePaint
- Returns the interpolation type given when the object is constructed.
- getInverseOrder(int[]).
Static method in class java.awt.font.GlyphSet
- Return the inverse array, source array must map 1-1
i.e.
- getInverted().
Method in class java.awt.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 java.awt.swing.JPopupMenu
- Returns the component which is the 'invoker' of this
popup menu.
- getInvokesStopCellEditing().
Method in class java.awt.swing.JTree
- Returns the indicator that tells what happens when editing is
interrupted.
- 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(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().
Method in class java.awt.event.ItemEvent
- Returns the item affected by the event.
- getItem().
Method in interface java.awt.swing.ComboBoxEditor
- Return the edited item
- getItem(int).
Method in class java.awt.swing.JMenu
- Returns the JMenuItem at the specified position.
- getItemAt(int).
Method in class java.awt.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 java.awt.swing.JMenu
- Returns the number of items on the menu, including separators.
- getItemCount().
Method in class java.awt.swing.JComboBox
- Returns the number of items in the list.
- getItemSelectable().
Method in class java.awt.event.ItemEvent
- Returns the originator of the event.
- getItems().
Method in class java.awt.List
- Gets the items in the list.
- getIterator().
Method in class java.text.AttributedString
- Creates an AttributedCharacterIterator instance that provides access to the entire contents of
this string.
- getIterator(String[]).
Method in class java.text.AttributedString
- Creates an AttributedCharacterIterator instance that provides access to selected contents of
this string.
- getIterator(int, int, String[]).
Method in class java.text.AttributedString
- Creates an AttributedCharacterIterator instance that provides access to selected contents of
this string.
- getJMenuBar().
Method in class java.awt.swing.JFrame
- Returns the menubar set on this frame.
- getJMenuBar().
Method in class java.awt.swing.JDialog
- Returns the menubar set on this dialog.
- getJMenuBar().
Method in class java.awt.swing.JApplet
- Returns the menubar set on this applet.
- getJPEGParam().
Method in class java.awt.image.codec.JPEGImageDecoder
- Returns the JPEGParam object containing the JPEG tables and
parameters
- getJPEGParam().
Method in class java.awt.image.codec.JPEGImageEncoder
- getJPEGParam()- returns the current JPEGParam data member.
- getJarEntry(String).
Method in class java.util.jar.JarFile
- Returns the
JarEntry
for the given entry name.
- getJarEntry().
Method in class java.net.JarURLConnection
- Return the JAR entry object for this connection, if any.
- 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.
- getJustificationInfo().
Method in class java.awt.font.GraphicAttribute
- Return the justification information for this graphic.
- getJustifiedLayout(float).
Method in class java.awt.font.TextLayout
- Create a copy of this layout justified to the given width.
- getKernel().
Method in class java.awt.image.ConvolveOp
- Return the Kernel.
- getKernelData(float[]).
Method in class java.awt.image.Kernel
- Returns the kernel data in row major order.
- 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().
Method in class java.awt.MenuShortcut
- Return the raw keycode of this MenuShortcut.
- getKeyChar().
Method in class java.awt.event.KeyEvent
- Returns the character associated with the key in this event.
- getKeyChar().
Method in class java.awt.swing.KeyStroke
-
- getKeyCode().
Method in class java.awt.event.KeyEvent
- Returns the integer key-code associated with the key in this event.
- getKeyCode().
Method in class java.awt.swing.KeyStroke
-
- getKeyModifiersText(int).
Static method in class java.awt.event.KeyEvent
- Returns a String describing the modifier key(s), such as "Shift",
or "Ctrl+Shift".
- getKeySelectionManager().
Method in class java.awt.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 java.awt.swing.KeyStroke
- Return a shared instance of a key stroke that is activated
activated when the key is pressed.
- getKeyStroke(char, boolean).
Static method in class java.awt.swing.KeyStroke
- Return a shared instance of a key stroke that specifies
whether the key is activated when it is pressed or released.
- getKeyStroke(int, int, boolean).
Static method in class java.awt.swing.KeyStroke
- Return a shared instance of a key stroke given a char code and a set
of modifiers, specifying whether the key is activated when it is pressed
or released.
- getKeyStroke(int, int).
Static method in class java.awt.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(String).
Static method in class java.awt.swing.KeyStroke
- Return a shared instance of a key stroke matching a string
representation.
- getKeyStrokeForEvent(KeyEvent).
Static method in class java.awt.swing.KeyStroke
- Return a keystroke from an event.
- getKeyStrokesForAction(Action).
Method in interface java.awt.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).
- getKeymap().
Method in class java.awt.swing.text.JTextComponent
- Fetches the keymap being used by the controller
- getKeymap(String).
Static method in class java.awt.swing.text.JTextComponent
- Fetches a named keymap previously added to the document.
- 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.
- getKeys().
Method in class java.awt.image.renderable.RenderContext
- Returns an Enumeration of the hint keys.
- getKeys().
Method in class java.security.CodeSource
- Returns the public keys associated with this CodeSource.
- getKeysetSize().
Method in interface java.sql.ResultSet
- JDBC 2.0
Return the keyset size for this result set.
- getKeysetSize().
Method in interface java.sql.Statement
- JDBC 2.0
Determine the default keyset size.
- getLSB().
Method in class java.awt.font.GlyphMetrics
- Return the left (top) side bearing of the glyph.
- 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 java.awt.swing.AbstractButton
-
- getLabel().
Method in class java.awt.swing.JPopupMenu
- Returns the popup menu's label
- getLabelFor().
Method in class java.awt.swing.JLabel
- Get the component this is labelling.
- getLabelTable().
Method in class java.awt.swing.JSlider
- Returns the dictionary of what labels to draw at which values.
- getLanguage().
Method in class java.util.Locale
- Getter for programmatic name of field,
an lowercased two-letter ISO-639 code.
- getLast().
Method in class java.util.LinkedList
- Returns the last Element in this List.
- getLastAccessedTime().
Method in interface javax.servlet.http.HttpSession
- Returns the last time the client sent a request carrying the identifier
assigned to the session.
- getLastChild().
Method in class java.awt.swing.tree.DefaultMutableTreeNode
- Returns this node's last child.
- getLastComponent(Container).
Method in class java.awt.swing.DefaultFocusManager
- Return the last component that should receive the focus
- getLastDividerLocation().
Method in class java.awt.swing.JSplitPane
- Returns the last location the divider was at.
- getLastIndex().
Method in class java.awt.swing.event.ListSelectionEvent
-
- getLastLeaf().
Method in class java.awt.swing.tree.DefaultMutableTreeNode
- Finds and returns the last leaf that is a descendant of this node, i.e.
- getLastModified().
Method in class java.net.URLConnection
- Returns the value of the
last-modified
header field.
- getLastModified(HttpServletRequest).
Method in class javax.servlet.http.HttpServlet
- Gets the time the requested entity was last modified; the
default implementation returns a negative number, indicating
that the modification time is unknown and hence should not be
used for conditional GET operations or for other cache control
operations as this implementation will always return the contents.
- getLastPage().
Method in class java.awt.print.PrinterJob
- Return the zero based index of the last page to
be printed in this job.
- getLastPathComponent().
Method in class java.awt.swing.tree.TreePath
- Returns the last component of this path.
- getLastRow().
Method in class java.awt.swing.event.TableModelEvent
- Returns the last row that changed.
- getLastSelectedPathComponent().
Method in class java.awt.swing.JTree
- Returns the last path component in the first node of the current
selection.
- getLastVisibleIndex().
Method in class java.awt.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(JComponent).
Static method in class java.awt.swing.JLayeredPane
- This method will get the layer property on a JComponent, it
does not cause any side effects like setLayer().
- getLayer(Component).
Method in class java.awt.swing.JLayeredPane
- Returns the layer attribute for this Component c.
- getLayer().
Method in class java.awt.swing.JInternalFrame
- Convenience method for getting the layer attribute of this component.
- getLayeredPane().
Method in class java.awt.swing.JFrame
- Returns the layeredPane object for this frame.
- getLayeredPane().
Method in class java.awt.swing.JWindow
- Returns the layeredPane object for this window.
- getLayeredPane().
Method in class java.awt.swing.JDialog
- Returns the layeredPane object for this dialog.
- getLayeredPane().
Method in class java.awt.swing.JInternalFrame
-
- getLayeredPane().
Method in interface java.awt.swing.RootPaneContainer
-
- getLayeredPane().
Method in class java.awt.swing.JApplet
- Returns the layeredPane object for this applet.
- getLayeredPane().
Method in class java.awt.swing.JRootPane
-
- getLayeredPaneAbove(Component).
Static method in class java.awt.swing.JLayeredPane
- Convience method for searching above c in the
component heirarchy and returns the first JLayeredPane it
finds.
- 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 java.awt.swing.OverlayLayout
- Returns the alignment along the x axis for the container.
- getLayoutAlignmentX(Container).
Method in class java.awt.swing.BoxLayout
- Returns the alignment along the X axis for the container.
- getLayoutAlignmentX(Container).
Method in class java.awt.swing.JRootPane.RootLayout
-
- 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 java.awt.swing.OverlayLayout
- Returns the alignment along the y axis for the container.
- getLayoutAlignmentY(Container).
Method in class java.awt.swing.BoxLayout
- Returns the alignment along the Y axis for the container.
- getLayoutAlignmentY(Container).
Method in class java.awt.swing.JRootPane.RootLayout
-
- getLayoutDimensions().
Method in class java.awt.GridBagLayout
- Determines column widths and row heights for the layout grid.
- getLayoutOrigin().
Method in class java.awt.GridBagLayout
- Determines the origin of the layout grid.
- getLayoutWeights().
Method in class java.awt.GridBagLayout
- Determines the weights of the layout grid's columns and rows.
- getLeadSelectionIndex().
Method in interface java.awt.swing.ListSelectionModel
- Return the second index argument from the most recent
call to setSelectionInterval() or addSelectionInterval().
- getLeadSelectionIndex().
Method in class java.awt.swing.JList
- Returns the second index argument from the most recent addSelectionInterval
or setSelectionInterval call.
- getLeadSelectionIndex().
Method in class java.awt.swing.DefaultListSelectionModel
-
- getLeadSelectionPath().
Method in class java.awt.swing.JTree
- Returns the path of the last node added to the selection.
- getLeadSelectionPath().
Method in class java.awt.swing.tree.DefaultTreeSelectionModel
- Returns the last path that was added.
- getLeadSelectionPath().
Method in interface java.awt.swing.tree.TreeSelectionModel
- Returns the last path that was added.
- getLeadSelectionRow().
Method in class java.awt.swing.JTree
- Returns the row index of the last node added to the selection.
- getLeadSelectionRow().
Method in class java.awt.swing.tree.DefaultTreeSelectionModel
- Returns the lead selection index.
- getLeadSelectionRow().
Method in interface java.awt.swing.tree.TreeSelectionModel
- Returns the lead selection index.
- getLeader().
Method in class java.awt.swing.text.TabStop
-
- getLeading().
Method in class java.awt.FontMetrics
- Determines the standard leading of the font described by
this font metric.
- getLeading().
Method in class java.awt.Font
- Returns the leading for this font;
- getLeading().
Method in class java.awt.font.TextLayout
- Return the leading of the layout.
- getLeading().
Method in class java.awt.font.StyledString
- Returns the largest leading of any font represented in this StyledString.
- getLeafCount().
Method in class java.awt.swing.tree.DefaultMutableTreeNode
- Returns the total number of leaves that are descendants of this node.
- 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.
- getLeft().
Method in class java.awt.geom.RectangularShape
- Returns the X coordinate of the left edge of the shape in
double precision.
- getLeftComponent().
Method in class java.awt.swing.JSplitPane
- Returns the component to the left (or above) the divider.
- getLeftIndent(AttributeSet).
Static method in class java.awt.swing.text.StyleConstants
- Gets the left indent setting.
- getLeftInset().
Method in class java.awt.swing.text.CompositeView
- Gets the left inset.
- getLength(Object).
Static method in class java.lang.reflect.Array
- Returns the length of the specified array object, as an int.
- 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 class java.awt.swing.text.AbstractDocument
- Returns the length of the data.
- getLength().
Method in class java.awt.swing.text.AbstractDocument.DefaultDocumentEvent
- Returns the length of the change.
- getLength().
Method in class java.awt.swing.text.DefaultStyledDocument.ElementSpec
- Gets the length.
- getLength().
Method in interface java.awt.swing.text.Document
- Returns number of characters of content currently
in the document.
- getLength().
Method in interface java.awt.swing.event.DocumentEvent
- Returns the length of the change.
- getLengths().
Method in class java.awt.image.codec.JPEGHuffmanTable
- Return an array containing the number of symbols for each length in the
Huffman table.
- getLevel(int).
Method in class java.awt.font.GlyphSet
- Return the bidirection level of the glyph at the given logical position.
- getLevel().
Method in class java.awt.swing.tree.DefaultMutableTreeNode
- Returns the number of levels above this node, i.e.
- getLimit().
Method in class java.awt.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.
- getLineBreakIndex(int, float).
Method in class java.awt.font.GlyphSet
- Return the logical position of a possible break.
- getLineBuffer().
Method in class java.awt.swing.text.PlainView
- Gives access to a buffer that can be used to fetch
text from the associated document.
- getLineBuffer().
Method in class java.awt.swing.text.WrappedPlainView
- Gives access to a buffer that can be used to fetch
text from the associated document.
- getLineColor().
Method in class java.awt.swing.border.LineBorder
- Returns the color of the border.
- getLineCount().
Method in class java.awt.swing.JTextArea
- Determine the number of lines contained.
- getLineEndOffset(int).
Method in class java.awt.swing.JTextArea
- Determine the offset of the end of the given line.
- getLineIncrement().
Method in class java.awt.Scrollbar
-
- 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.
- getLineLimit().
Method in class java.awt.swing.text.PlainView
- Returns the max number of characters per line set for the document,
- getLineNumber().
Method in class java.io.LineNumberReader
- Get the current line number.
- getLineNumber().
Method in class java.io.LineNumberInputStream
- Returns the current line number.
- getLineOfOffset(int).
Method in class java.awt.swing.JTextArea
- Translate an offset into the components text to a
line number.
- getLineSpacing(AttributeSet).
Static method in class java.awt.swing.text.StyleConstants
- Gets the line spacing setting.
- getLineStartOffset(int).
Method in class java.awt.swing.JTextArea
- Determine the offset of the start of the given line.
- getLineWidth().
Method in class java.awt.BasicStroke
- Returns the line width.
- getLineWrap().
Method in class java.awt.swing.JTextArea
- Get the line-wrapping policy of the text area.
- getListCellRendererComponent(JList, Object, int, boolean, boolean).
Method in interface java.awt.swing.ListCellRenderer
- Return a component that's been configured to display the specified
value.
- getListenerCount().
Method in class java.awt.swing.event.EventListenerList
- Return the total number of listeners for this listenerlist
- getListenerCount(Class).
Method in class java.awt.swing.event.EventListenerList
- Return the total number of listeners of the supplied type
for this listenerlist.
- getListenerList().
Method in class java.awt.swing.event.EventListenerList
- This passes back the event listener list as an array
of ListenerType - listener pairs.
- getListenerMethodDescriptors().
Method in class java.beans.EventSetDescriptor
-
- getListenerMethods().
Method in class java.beans.EventSetDescriptor
-
- getListenerType().
Method in class java.beans.EventSetDescriptor
-
- 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 java.awt.swing.SwingUtilities
- Return the rectangle (0,0,bounds.width,bounds.height) for the component
aComponent
- getLocalGraphicsEnvironment().
Static method in class java.awt.GraphicsEnvironment
- Returns the local graphics environment.
- getLocalHost().
Static method in class java.net.InetAddress
- Returns the local host.
- 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.
- getLocalResource(String).
Method in class java.lang.ClassLoader
- Finds the local resource with the given name.
- getLocalResource(String).
Method in class java.net.URLClassLoader
- Finds the resource with the specified name on the URL search path.
- getLocalResources(String).
Method in class java.lang.ClassLoader
- Returns an Enumeration of URLs representing all the local resources
with the given name.
- getLocalResources(String).
Method in class java.net.URLClassLoader
- Returns an Enumeration of URLs representing all of the resources
on the URL search path having the specified name.
- getLocale().
Method in class java.util.ResourceBundle
- Return the Locale for this ResourceBundle.
- 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.awt.accessibility.AccessibleContext
- Gets the locale of the component.
- getLocale().
Method in class java.awt.swing.JFrame.AccessibleJFrame
- Return the locale of this object.
- getLocale().
Method in class java.awt.swing.Box.Filler.AccessibleBoxFiller
- Return the locale of this object.
- getLocale().
Method in class java.awt.swing.Box.AccessibleBox
- Return the locale of this object.
- getLocale().
Method in class java.awt.swing.JComponent.AccessibleJComponent
- Return the locale of this object.
- getLocale().
Method in class java.awt.swing.JWindow.AccessibleJWindow
- Return the locale of this object.
- getLocale().
Method in class java.awt.swing.JTable.AccessibleJTable.AccessibleJTableCell
- Gets the locale of the component.
- getLocale().
Method in class java.awt.swing.JDialog.AccessibleJDialog
- Return the locale of this object.
- getLocale().
Method in class java.awt.swing.JList.AccessibleJList.AccessibleJListChild
-
- getLocale().
Method in class java.awt.swing.JApplet.AccessibleJApplet
- Return the locale of this object.
- getLocale().
Method in class java.awt.swing.JPopupMenu.WindowPopup.AccessibleWindowPopup
- Return the locale of this object.
- getLocale().
Method in class java.awt.swing.JTree.AccessibleJTree.AccessibleJTreeNode
- Gets the locale of the component.
- getLocale().
Method in class java.awt.swing.JComboBox.AccessibleJComboBox.AccessibleJComboBoxList
-
- getLocale().
Method in class java.awt.swing.CellRendererPane.AccessibleCellRendererPane
- Return the locale of this object.
- getLocale().
Method in class java.awt.swing.table.JTableHeader.AccessibleJTableHeader.AccessibleJTableHeaderEntry
-
- getLocale().
Method in class java.text.MessageFormat
- Gets the locale.
- getLocale().
Method in class java.beans.beancontext.BeanContextSupport
-
- getLocalizedInputStream(InputStream).
Method in class java.lang.Runtime
- Creates a localized version of an input stream.
- getLocalizedMessage().
Method in class java.lang.Throwable
- Creates a localized description of this
Throwable
.
- getLocalizedOutputStream(OutputStream).
Method in class java.lang.Runtime
- Creates a localized version of an output stream.
- 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
-
- getLocation().
Method in class java.awt.dnd.DropTargetDropEvent
-
- getLocation().
Method in interface java.awt.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 java.awt.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 java.awt.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 java.awt.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(Point).
Method in class java.awt.swing.JComponent
- Store the x,y origin of this component into "return value" rv
and return rv.
- getLocation().
Method in class java.awt.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 java.awt.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 java.awt.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 java.awt.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 java.awt.swing.JList.AccessibleJList.AccessibleJListChild
-
- getLocation().
Method in class java.awt.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 java.awt.swing.JPopupMenu.WindowPopup.AccessibleWindowPopup
- 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 java.awt.swing.JTree.AccessibleJTree.AccessibleJTreeNode
-
- getLocation().
Method in class java.awt.swing.JComboBox.AccessibleJComboBox.AccessibleJComboBoxList
-
- getLocation().
Method in class java.awt.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 java.awt.swing.table.JTableHeader.AccessibleJTableHeader.AccessibleJTableHeaderEntry
-
- getLocation().
Method in class java.security.CodeSource
- Returns the location associated with this CodeSource.
- getLocationInJTree().
Method in class java.awt.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 java.awt.accessibility.AccessibleComponent
- Returns the location of the object on the screen.
- getLocationOnScreen().
Method in class java.awt.swing.JFrame.AccessibleJFrame
- Returns the location of the object on the screen.
- getLocationOnScreen().
Method in class java.awt.swing.Box.Filler.AccessibleBoxFiller
- Returns the location of the object on the screen.
- getLocationOnScreen().
Method in class java.awt.swing.Box.AccessibleBox
- Returns the location of the object on the screen.
- getLocationOnScreen().
Method in class java.awt.swing.JComponent.AccessibleJComponent
- Returns the location of the object on the screen.
- getLocationOnScreen().
Method in class java.awt.swing.JWindow.AccessibleJWindow
- Returns the location of the object on the screen.
- getLocationOnScreen().
Method in class java.awt.swing.JTable.AccessibleJTable.AccessibleJTableCell
- Returns the location of the object on the screen.
- getLocationOnScreen().
Method in class java.awt.swing.JDialog.AccessibleJDialog
- Returns the location of the object on the screen.
- getLocationOnScreen().
Method in class java.awt.swing.JList.AccessibleJList.AccessibleJListChild
-
- getLocationOnScreen().
Method in class java.awt.swing.JApplet.AccessibleJApplet
- Returns the location of the object on the screen.
- getLocationOnScreen().
Method in class java.awt.swing.JPopupMenu.WindowPopup.AccessibleWindowPopup
- Returns the location of the object on the screen.
- getLocationOnScreen().
Method in class java.awt.swing.JTree.AccessibleJTree.AccessibleJTreeNode
-
- getLocationOnScreen().
Method in class java.awt.swing.JComboBox.AccessibleJComboBox.AccessibleJComboBoxList
-
- getLocationOnScreen().
Method in class java.awt.swing.CellRendererPane.AccessibleCellRendererPane
- Returns the location of the object on the screen.
- getLocationOnScreen().
Method in class java.awt.swing.table.JTableHeader.AccessibleJTableHeader.AccessibleJTableHeaderEntry
-
- getLog().
Static method in class java.rmi.server.RemoteServer
- Returns stream for the RMI call log.
- getLogStream().
Static method in class java.sql.DriverManager
- Get the logging/tracing PrintStream that is used by the DriverManager
and all drivers.
- getLogTimers().
Static method in class java.awt.swing.Timer
-
- getLogWriter().
Static method in class java.sql.DriverManager
- JDBC 2.0
Get the log writer.
- getLogicalHighlightShape(int, int, Rectangle2D).
Method in class java.awt.font.TextLayout
- Return a path enclosing the logical selection in the given range,
extended to bounds.
- getLogicalHighlightShape(int, int).
Method in class java.awt.font.TextLayout
- A convenience overload which uses the natural bounds of the layout.
- getLogicalRangesForVisualSelection(TextHitInfo, TextHitInfo).
Method in class java.awt.font.TextLayout
- Return the logical ranges of text corresponding to a visual selection.
- getLogicalStyle().
Method in class java.awt.swing.JTextPane
- Fetches the logical style assigned to the paragraph
represented by the current position of the caret.
- getLogicalStyle(int).
Method in class java.awt.swing.text.DefaultStyledDocument
- Fetches the logical style assigned to the paragraph
represented by the given position.
- getLogicalStyle(int).
Method in interface java.awt.swing.text.StyledDocument
- Gets a logical style for a given position in a paragraph.
- getLoginTimeout().
Static method in class java.sql.DriverManager
- Get the maximum time in seconds that all drivers can wait
when attempting to log in to a database.
- getLong(String).
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
- Determines the
long
value of the system property
with the specified name.
- getLong(String, Long).
Static method in class java.lang.Long
- Determines the
long
value of the system property
with the specified name.
- getLong(Object).
Method in class java.lang.reflect.Field
- Get the value of a field as a long on 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(int).
Method in interface java.sql.ResultSet
- Get the value of a column in the current row as a Java long.
- getLong(String).
Method in interface java.sql.ResultSet
- Get the value of a column in the current row as a Java long.
- getLong(int).
Method in interface java.sql.CallableStatement
- Get the value of a BIGINT parameter as a Java long.
- getLongParameter(int).
Method in class java.awt.image.renderable.ParameterBlock
- A convenience class to return a parameter as a long.
- getLookAndFeel().
Static method in class java.awt.swing.UIManager
- Returns The current default look and feel, or null.
- getLookAndFeelDefaults().
Static method in class java.awt.swing.UIManager
-
- getLookupTable().
Method in class java.awt.image.LookupOp
- Returns the LookupTable.
- getLowestSetBit().
Method in class java.math.BigInteger
- Returns the index of the rightmost (lowest-order) one bit in this
number (i.e., the number of zero bits to the right of the rightmost
one bit).
- getLows().
Method in class java.awt.image.ThresholdOp
- Returns the low value array.
- getMagicCaretPosition().
Method in class java.awt.swing.text.DefaultCaret
- Gets the saved caret position.
- getMagicCaretPosition().
Method in interface java.awt.swing.text.Caret
- Gets the current caret position.
- getMainAttributes().
Method in class java.util.jar.Manifest
- Returns the main Attributes for the Manifest.
- getMainAttributes().
Method in class java.net.JarURLConnection
- Returns the main Attributes for the JAR file for this
connection.
- getMainClassName().
Method in class java.net.URLClassLoader
- Searches the URL class path for the first manifest which defines
a 'Main-Class' main attribute.
- getMajorTickSpacing().
Method in class java.awt.swing.JSlider
-
- getMajorVersion().
Method in class java.awt.color.ICC_Profile
- Returns profile major version.
- getMajorVersion().
Method in interface java.sql.Driver
- Get the driver's major version number.
- 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.
- getManifest().
Method in class java.net.JarURLConnection
- Returns the Manifest for this connection, or null if none.
- getManifestEntry().
Method in class java.util.jar.JarFile
- Returns the JarEntry for the manifest, or
null
if none.
- getManifestEntry().
Method in class java.util.jar.JarInputStream
- Returns the JarEntry for the manifest, or
null
if none.
- getMapSize().
Method in class java.awt.image.IndexColorModel
- Returns the size of the color component arrays in this
IndexColorModel.
- getMargin().
Method in class java.awt.swing.AbstractButton
- Returns the margin between the button's border and
the label.
- getMargin().
Method in class java.awt.swing.JPopupMenu
- Returns the margin between the popupmenu's border and
its containees.
- getMargin().
Method in class java.awt.swing.JToolBar
- Returns the margin between the toolbar's border and
its buttons.
- getMargin().
Method in class java.awt.swing.JMenuBar
- Returns the margin between the menubar's border and
its menus.
- getMargin().
Method in class java.awt.swing.text.JTextComponent
- Returns the margin between the text component's border and
its text.
- getMark().
Method in class java.awt.swing.text.DefaultCaret
- Fetches the current position of the mark.
- getMark().
Method in interface java.awt.swing.text.Caret
- Fetches the current position of the mark.
- getMark().
Method in class java.awt.swing.event.CaretEvent
- Fetch the location of other end of a logical
selection.
- getMask(int).
Method in class java.awt.image.PackedColorModel
- Returns the mask indicating which bits in a pixel contain the
color component.
- getMask().
Method in class java.awt.image.PackedColorModel
- Returns the mask array indicating which bits in a pixel contain the
color and alpha components.
- getMatrix().
Method in class java.awt.image.BandCombineOp
- Returns the matrix.
- 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(double[]).
Method in class java.awt.geom.AffineTransform
- Retrieves the 6 specifiable values in the 3x3 affine transformation
matrix into
an array of double precisions values.
- getMatrix(double[][]).
Method in class java.awt.geom.AffineTransform
- Retrieves the 6 specifiable values in the 3x3 affine transformation
matrix into
a 2-dimensional array of double precision values.
- getMaxAdvance().
Method in class java.awt.FontMetrics
- Gets the maximum advance width of any character in this Font.
- getMaxAdvance().
Method in class java.awt.Font
- Returns the maximum advance of any glyph in this font.
- getMaxAge().
Method in class javax.servlet.http.Cookie
- Returns the maximum specified age of the cookie.
- getMaxAscent().
Method in class java.awt.FontMetrics
- Determines the maximum ascent of the font described by this font
metric.
- getMaxBinaryLiteralLength().
Method in interface java.sql.DatabaseMetaData
- How many hex characters can you have in an inline binary literal?
- getMaxBounds2D().
Method in class java.awt.Font
- Returns the maximum bounding box of this font.
- getMaxCatalogNameLength().
Method in interface java.sql.DatabaseMetaData
- What's the maximum length of a catalog name?
- getMaxCharLiteralLength().
Method in interface java.sql.DatabaseMetaData
- What's the max length for a character literal?
- getMaxCharactersPerLineCount().
Method in class java.awt.swing.JOptionPane
- Returns the maximum number of characters to place on a line in a
message.
- 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?
- getMaxComponentSize().
Method in class java.awt.image.ColorModel
- Returns the maximum number of bits for all components.
- 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
- For backward compatibility only.
- getMaxDescent().
Method in class java.awt.FontMetrics
- Determines the maximum descent of the font described by this font
metric.
- getMaxFieldSize().
Method in interface java.sql.Statement
- The maxFieldSize limit (in bytes) is the maximum amount of data
returned for any column value; it only applies to BINARY,
VARBINARY, LONGVARBINARY, CHAR, VARCHAR, and LONGVARCHAR
columns.
- 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?
- getMaxRowSize().
Method in interface java.sql.DatabaseMetaData
- What's the maximum length of a single row?
- getMaxRows().
Method in interface java.sql.Statement
- The maxRows limit is the maximum number of rows that a
ResultSet can contain.
- getMaxSampleValue().
Method in class java.awt.image.SampleModel
- Returns the maximum sample value for all bands.
- getMaxSampleValue(int).
Method in class java.awt.image.SampleModel
- Returns the maximum sample value for the specified band.
- getMaxSchemaNameLength().
Method in interface java.sql.DatabaseMetaData
- What's the maximum length allowed for a schema name?
- getMaxSelectionIndex().
Method in interface java.awt.swing.ListSelectionModel
- Returns the last selected index or -1 if the selection is empty.
- getMaxSelectionIndex().
Method in class java.awt.swing.JList
- Returns the largest selected cell index.
- getMaxSelectionIndex().
Method in class java.awt.swing.DefaultListSelectionModel
-
- getMaxSelectionRow().
Method in class java.awt.swing.JTree
- Gets the last selected row.
- getMaxSelectionRow().
Method in class java.awt.swing.tree.DefaultTreeSelectionModel
- Gets the last selected row.
- getMaxSelectionRow().
Method in interface java.awt.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?
- getMaxTileX().
Method in class java.awt.image.BufferedImage
- Return the index of the max tile in the x direction of the image
- getMaxTileX().
Method in interface java.awt.image.RenderedImage
- Return the index of the maximum tile in the X direction.
- getMaxTileY().
Method in class java.awt.image.BufferedImage
- Return the index of the max tile in the y direction of the image
- getMaxTileY().
Method in interface java.awt.image.RenderedImage
- Return the index of the maximum tile in the Y direction.
- getMaxUserNameLength().
Method in interface java.sql.DatabaseMetaData
- What's the maximum length of a user name?
- getMaxWidth().
Method in class java.awt.swing.table.TableColumn
- Returns the maximum width for the TableColumn.
- getMaxXCoord().
Method in class java.awt.image.BufferedImage
- Return the maximum x coordinate of the rendered image.
- getMaxXCoord().
Method in interface java.awt.image.RenderedImage
- Return the maximum X coordinate (inclusive) of the rendered image.
- getMaxXCoord().
Method in class java.awt.image.renderable.RenderableImageOp
- Gets the maxumum X coordinate for image data.
- getMaxXCoord().
Method in interface java.awt.image.renderable.RenderableImage
- Gets the maxumum X coordinate for image data.
- getMaxYCoord().
Method in class java.awt.image.BufferedImage
- Return the minimum y coordinate of the rendered image.
- getMaxYCoord().
Method in interface java.awt.image.RenderedImage
- Return the minimum Y coordinate (inclusive) of the rendered image.
- getMaxYCoord().
Method in class java.awt.image.renderable.RenderableImageOp
- Gets the maximum Y coordinate for image data.
- getMaxYCoord().
Method in interface java.awt.image.renderable.RenderableImage
- Gets the maximum Y coordinate for image data.
- 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.
- 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 java.awt.swing.JSlider
- Returns the maximum value supported by the slider.
- getMaximum().
Method in interface java.awt.swing.BoundedRangeModel
- Returns the model's maximum.
- getMaximum().
Method in class java.awt.swing.JScrollBar
- The maximum value of the scrollbar is maximum - extent.
- getMaximum().
Method in class java.awt.swing.JProgressBar
- Returns the model's maximum value.
- getMaximum().
Method in class java.awt.swing.DefaultBoundedRangeModel
-
- getMaximum().
Method in class java.awt.swing.ProgressMonitor
-
- getMaximumAccessibleValue().
Method in interface java.awt.accessibility.AccessibleValue
- Get the maximum value of this object as a Number.
- getMaximumAccessibleValue().
Method in class java.awt.swing.AbstractButton.AccessibleAbstractButton
- Get the maximum value of this object as a Number.
- getMaximumAccessibleValue().
Method in class java.awt.swing.JSplitPane.AccessibleJSplitPane
- Get the maximum accessible value of this object.
- getMaximumAccessibleValue().
Method in class java.awt.swing.JSlider.AccessibleJSlider
- Get the maximum accessible value of this object.
- getMaximumAccessibleValue().
Method in class java.awt.swing.JInternalFrame.AccessibleJInternalFrame
- Get the maximum value of this object as a Number.
- getMaximumAccessibleValue().
Method in class java.awt.swing.JInternalFrame.JDesktopIcon.AccessibleJDesktopIcon
- Get the maximum value of this object as a Number.
- getMaximumAccessibleValue().
Method in class java.awt.swing.JScrollBar.AccessibleJScrollBar
- Get the maximum accessible value of this object.
- getMaximumAccessibleValue().
Method in class java.awt.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.
Note: if an image is used which has more colors in its palette than
the supported maximum, the Toolkit implementation will attempt to flatten the
palette to the maximum.
- getMaximumDividerLocation().
Method in class java.awt.swing.JSplitPane
- Returns the maximum location of the divider from the look and feel
implementation.
- 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 java.awt.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 java.awt.swing.Box.Filler
-
- getMaximumSize().
Method in class java.awt.swing.JComponent
- If the maximumSize has been set to a non-null value
just return it.
- getMaximumSize().
Method in class java.awt.swing.JScrollBar
- The scrollbar is flexible along it's scrolling axis and
rigid along the other axis.
- getMaximumSize().
Method in class java.awt.swing.JToolBar.Separator
- Return the maximum size for the separator
- getMaximumSize(JComponent).
Method in class java.awt.swing.text.DefaultTextUI
- Gets the maximum size for the editor component.
- 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.
- getMemoryAdvice().
Method in class java.lang.Runtime
- Return the runtime system's current memory-advice level.
- getMenu(int).
Method in class java.awt.MenuBar
- Gets the specified menu.
- getMenu(int).
Method in class java.awt.swing.JMenuBar
- Gets the menu at the specified position in the menu bar.
- getMenuBar().
Method in class java.awt.Frame
- Gets the menu bar for this frame.
- getMenuBar().
Method in class java.awt.swing.JInternalFrame
- Returns the current JMenuBar for this JInternalFrame, or null
if no menu bar has been set.
- getMenuBar().
Method in class java.awt.swing.JRootPane
-
- getMenuComponent(int).
Method in class java.awt.swing.JMenu
- Returns the component at position n
- getMenuComponentCount().
Method in class java.awt.swing.JMenu
- Returns the number of components on the menu.
- getMenuComponents().
Method in class java.awt.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 java.awt.swing.JMenuBar
- Returns the number of items in the menu bar.
- getMenuShortcutKeyMask().
Method in class java.awt.Toolkit
- Determines which modifier key is the appropriate accelerator
key for menu shortcuts.
- getMessage().
Method in class java.lang.Throwable
- Returns the detail message of this throwable object.
- getMessage().
Method in class java.io.WriteAbortedException
- Produce the message, include the message from the nested
exception if there is one.
- getMessage().
Method in class java.io.InvalidClassException
- Produce the message, include the classname if present.
- getMessage().
Method in class java.awt.swing.JOptionPane
- Returns the message-object this pane displays.
- getMessage().
Method in class java.rmi.RemoteException
- Produce the message, include the message from the nested
exception if there is one.
- getMessage().
Method in class java.rmi.server.ServerCloneException
- Produce the message, include the message from the nested
exception if there is one.
- getMessage().
Method in class java.rmi.activation.ActivationException
- Produce the message, include the message from the nested
exception if there is one.
- 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 java.awt.swing.JOptionPane
- Returns the message type.
- getMetaData().
Method in interface java.sql.ResultSet
- The number, types and properties of a ResultSet's columns
are provided by the getMetaData method.
- getMetaData().
Method in interface java.sql.Connection
- A Connection's database is able to provide information
describing its tables, its supported SQL grammar, its stored
procedures, the capabilities of this connection, etc.
- 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.
- getMethod().
Method in class java.util.zip.ZipEntry
- Returns the compression method of the entry, or -1 if not specified.
- getMethod().
Method in class java.beans.MethodDescriptor
-
- getMethod().
Method in interface javax.servlet.http.HttpServletRequest
- Gets the HTTP method (for example, GET, POST, PUT) with which
this request was made.
- getMethodDescriptors().
Method in interface java.beans.BeanInfo
-
- 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.
- getMetrics(GlyphSet, AffineTransform).
Method in class java.awt.Font
-
- getMillisToDecideToPopup().
Method in class java.awt.swing.ProgressMonitor
-
- getMillisToPopup().
Method in class java.awt.swing.ProgressMonitor
-
- getMimeType().
Method in class java.awt.datatransfer.DataFlavor
- Returns the MIME type string for this DataFlavor
- getMimeType(String).
Method in interface javax.servlet.ServletContext
- Returns the mime type of the specified file, or null if not known.
- getMinSampleValue().
Method in class java.awt.image.SampleModel
- Returns the minimum sample value for all bands.
- getMinSampleValue(int).
Method in class java.awt.image.SampleModel
- Returns the minimum sample value for the specified band.
- getMinSelectionIndex().
Method in interface java.awt.swing.ListSelectionModel
- Returns the first selected index or -1 if the selection is empty.
- getMinSelectionIndex().
Method in class java.awt.swing.JList
- Returns the smallest selected cell index.
- getMinSelectionIndex().
Method in class java.awt.swing.DefaultListSelectionModel
-
- getMinSelectionRow().
Method in class java.awt.swing.JTree
- Gets the first selected row.
- getMinSelectionRow().
Method in class java.awt.swing.tree.DefaultTreeSelectionModel
- Gets the first selected row.
- getMinSelectionRow().
Method in interface java.awt.swing.tree.TreeSelectionModel
- Gets the first selected row.
- getMinTileX().
Method in class java.awt.image.BufferedImage
- Return the index of the min tile in the x direction of the image
- getMinTileX().
Method in interface java.awt.image.RenderedImage
- Return the index of the minimum tile in the X direction.
- getMinTileY().
Method in class java.awt.image.BufferedImage
- Return the index of the min tile in the y direction of the image
- getMinTileY().
Method in interface java.awt.image.RenderedImage
- Return the index of the minimum tile in the Y direction.
- getMinWidth().
Method in class java.awt.swing.table.TableColumn
- Returns the minimum width for the TableColumn.
- getMinX().
Method in class java.awt.image.Raster
- Returns the minimum X coordinate (in the Raster's coordinate system).
- getMinXCoord().
Method in class java.awt.image.BufferedImage
- Return the minimum x coordinate of the rendered image.
- getMinXCoord().
Method in interface java.awt.image.RenderedImage
- Return the minimum X coordinate (inclusive) of the rendered image.
- getMinXCoord().
Method in class java.awt.image.renderable.RenderableImageOp
- Gets the minimum X coordinate for image data.
- getMinXCoord().
Method in interface java.awt.image.renderable.RenderableImage
- Gets the minimum X coordinate for image data.
- getMinY().
Method in class java.awt.image.Raster
- Returns the minimum Y coordinate (in the Raster's coordinate system).
- getMinYCoord().
Method in class java.awt.image.BufferedImage
- Return the minimum y coordinate of the rendered image.
- getMinYCoord().
Method in interface java.awt.image.RenderedImage
- Return the minimum Y coordinate (inclusive) of the rendered image.
- getMinYCoord().
Method in class java.awt.image.renderable.RenderableImageOp
- Gets the minimum Y coordinate for image data.
- getMinYCoord().
Method in interface java.awt.image.renderable.RenderableImage
- Gets the minimum Y coordinate for image data.
- 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(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.
- 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 java.awt.swing.JSlider
- Returns the minimum value supported by the slider.
- getMinimum().
Method in interface java.awt.swing.BoundedRangeModel
- Returns the minimum acceptable value.
- getMinimum().
Method in class java.awt.swing.JScrollBar
- Returns the minimum value supported by the scrollbar
(usually zero).
- getMinimum().
Method in class java.awt.swing.JProgressBar
- Returns the model's minimum value.
- getMinimum().
Method in class java.awt.swing.DefaultBoundedRangeModel
-
- getMinimum().
Method in class java.awt.swing.ProgressMonitor
-
- getMinimumAccessibleValue().
Method in interface java.awt.accessibility.AccessibleValue
- Get the minimum value of this object as a Number.
- getMinimumAccessibleValue().
Method in class java.awt.swing.AbstractButton.AccessibleAbstractButton
- Get the minimum value of this object as a Number.
- getMinimumAccessibleValue().
Method in class java.awt.swing.JSplitPane.AccessibleJSplitPane
- Get the minimum accessible value of this object.
- getMinimumAccessibleValue().
Method in class java.awt.swing.JSlider.AccessibleJSlider
- Get the minimum accessible value of this object.
- getMinimumAccessibleValue().
Method in class java.awt.swing.JInternalFrame.AccessibleJInternalFrame
- Get the minimum value of this object as a Number.
- getMinimumAccessibleValue().
Method in class java.awt.swing.JInternalFrame.JDesktopIcon.AccessibleJDesktopIcon
- Get the minimum value of this object as a Number.
- getMinimumAccessibleValue().
Method in class java.awt.swing.JScrollBar.AccessibleJScrollBar
- Get the minimum accessible value of this object.
- getMinimumAccessibleValue().
Method in class java.awt.swing.JProgressBar.AccessibleJProgressBar
- Get the minimum accessible value of this object.
- getMinimumDividerLocation().
Method in class java.awt.swing.JSplitPane
- Returns the minimum location of the divider from the look and feel
implementation.
- getMinimumFractionDigits().
Method in class java.text.NumberFormat
- Returns the minimum number of digits allowed in the fraction portion of a
number.
- getMinimumIntegerDigits().
Method in class java.text.NumberFormat
- Returns the minimum number of digits allowed in the integer portion of a
number.
- 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(int).
Method in class java.awt.TextField
- Gets the minumum dimensions for a text field with
the specified number of columns.
- getMinimumSize().
Method in class java.awt.TextField
- Gets the minumum dimensions for this text field.
- 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().
Method in class java.awt.TextArea
- Determines the minimum size of this text area.
- getMinimumSize(int).
Method in class java.awt.List
- Gets the minumum dimensions for a list with the specified
number of rows.
- getMinimumSize().
Method in class java.awt.List
- Determines the minimum size of this scrolling list.
- getMinimumSize().
Method in class java.awt.swing.Box.Filler
-
- getMinimumSize().
Method in class java.awt.swing.JComponent
- If the minimumSize has been set to a non-null value
just return it.
- getMinimumSize().
Method in class java.awt.swing.JTextField
- Returns the minimum size Dimensions needed for this
TextField.
- getMinimumSize().
Method in class java.awt.swing.JScrollBar
- The scrollbar is flexible along it's scrolling axis and
rigid along the other axis.
- getMinimumSize().
Method in class java.awt.swing.JToolBar.Separator
- Return the minimum size for the separator
- getMinimumSize().
Method in class java.awt.swing.JTextArea
- Returns the minimum size Dimensions of the TextArea.
- getMinimumSize(JComponent).
Method in class java.awt.swing.text.DefaultTextUI
- Gets the minimum size for the editor component.
- getMinimumSize(Component).
Method in class java.awt.swing.border.TitledBorder
- Returns the minimum dimensions this border requires
in order to fully display the border and title.
- getMinorTickSpacing().
Method in class java.awt.swing.JSlider
-
- getMinorVersion().
Method in class java.awt.color.ICC_Profile
- Returns profile minor version.
- getMinorVersion().
Method in interface java.sql.Driver
- Get the driver's minor version number.
- getMinusSign().
Method in class java.text.DecimalFormatSymbols
- character used to represent minus sign.
- getMinutes().
Method in class java.util.Date
- Returns the number of minutes past the hour represented by this date,
as interpreted in the local time zone.
- getMinutes().
Method in class java.sql.Date
-
- getMissingGlyphCode().
Method in class java.awt.Font
-
- getMiterLimit().
Method in class java.awt.BasicStroke
- Returns the limit of miter joins.
- getMnemonic().
Method in class java.awt.swing.AbstractButton
- Convenience to get the keyboard mnemonic from the the current model
- getMnemonic().
Method in class java.awt.swing.DefaultButtonModel
- Gets the keyboard mnemonic for this model
- getMnemonic().
Method in interface java.awt.swing.ButtonModel
-
- 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 java.awt.swing.JTabbedPane
- Returns the model associated with this tabbedpane.
- getModel().
Method in class java.awt.swing.AbstractButton
- Get the model that this button represents.
- getModel().
Method in class java.awt.swing.JTable
- Returns the TableModel that provides the data displayed by
the receiver.
- getModel().
Method in class java.awt.swing.JSlider
- Returns data model that handles the sliders three
fundamental properties: minimum, maximum, value.
- getModel().
Method in class java.awt.swing.JList
- Returns the data model that holds the list of items displayed
by the JList component.
- getModel().
Method in class java.awt.swing.JScrollBar
- Returns data model that handles the scrollbar's four
fundamental properties: minimum, maximum, value, extent.
- getModel().
Method in class java.awt.swing.JTree
- Returns the TreeModel that is providing the data.
- getModel().
Method in class java.awt.swing.JProgressBar
- Returns the data model used by the JProgressBar.
- getModel().
Method in class java.awt.swing.JComboBox
- Returns the data model currently used by the JComboBox.
- getModelIndex().
Method in class java.awt.swing.table.TableColumn
- Gets the model index for this column.
- 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 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.awt.swing.KeyStroke
-
- getMonth().
Method in class java.util.Date
- Returns a number representing the month that contains or begins
with the instant in time represented by this Date object.
- getMonth().
Method in class java.sql.Time
-
- getMonths().
Method in class java.text.DateFormatSymbols
- Gets month strings.
- getMoreResults().
Method in interface java.sql.Statement
- getMoreResults moves to a Statement's next result.
- getMultiplier().
Method in class java.text.DecimalFormat
- Get the multiplier for use in percent, permill, etc.
- getNaN().
Method in class java.text.DecimalFormatSymbols
- character used to represent NaN.
- getName().
Method in class java.lang.Class
- Returns the fully-qualified name of the type (class, interface,
array, or primitive) represented by this Class object, as a String.
- getName().
Method in class java.lang.Package
- Return the name of this package.
- getName().
Method in class java.lang.Thread
- Returns this thread's name.
- getName().
Method in class java.lang.ThreadGroup
- Returns the name of this thread group.
- 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.util.zip.ZipEntry
- Returns the name of the entry.
- getName().
Method in class java.util.zip.ZipFile
- Returns the path name of the ZIP file.
- 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 represented by this object.
- 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 the font.
- getName().
Method in class java.awt.datatransfer.Clipboard
- Returns the name of this clipboard object.
- getName(int).
Method in class java.awt.color.ColorSpace
- Returns the name of the component given the component index
- getName().
Method in class java.awt.swing.LookAndFeel
- Return a short string that identifies this look and feel, e.g.
- getName().
Method in class java.awt.swing.UIManager.LookAndFeelInfo
-
- getName().
Method in class java.awt.swing.text.AbstractDocument.AbstractElement
- Gets the name of the element.
- getName().
Method in class java.awt.swing.text.AbstractDocument.BranchElement
- Gets the element name.
- getName().
Method in class java.awt.swing.text.AbstractDocument.LeafElement
- Gets the element name.
- getName().
Method in class java.awt.swing.text.DefaultStyledDocument.SectionElement
- Gets the name of the element.
- getName().
Method in interface java.awt.swing.text.Style
- Fetches the name of the style.
- getName().
Method in class java.awt.swing.text.StyleContext.NamedStyle
- Fetches the name of the style.
- getName().
Method in interface java.awt.swing.text.Keymap
- Fetches the name of the set of key-bindings.
- getName().
Method in interface java.awt.swing.text.Element
- Fetches the name of the element.
- 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
- 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.beans.FeatureDescriptor
-
- getName().
Method in class javax.servlet.http.HttpSessionBindingEvent
- Returns the name to which the object is being bound or the name
from which the object is being unbound.
- getName().
Method in class javax.servlet.http.Cookie
- Returns the name of the cookie.
- getNames().
Method in class java.util.mime.MimeTypeParameterList
- Retrieve an enumeration of all the names in this list.
- getNanos().
Method in class java.sql.Timestamp
- Get the Timestamp'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.dnd.FlavorMap
- map flavors to native data types names
- getNegativePrefix().
Method in class java.text.DecimalFormat
- Get the negative prefix.
- getNegativeSuffix().
Method in class java.text.DecimalFormat
- Get the negative suffix.
- getNewLeadSelectionPath().
Method in class java.awt.swing.event.TreeSelectionEvent
- Returns the current lead path.
- getNewValue().
Method in class java.beans.PropertyChangeEvent
-
- getNextEntry().
Method in class java.util.zip.ZipInputStream
- Reads the next ZIP file entry and positions stream at the beginning
of the entry data.
- getNextEntry().
Method in class java.util.jar.JarInputStream
- 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 queue and return it.
- getNextException().
Method in class java.sql.SQLException
- Get the exception chained to this one.
- getNextFocusableComponent().
Method in class java.awt.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 java.awt.swing.tree.DefaultMutableTreeNode
- Returns the leaf after this node or null if this node is the
last leaf in its tree.
- getNextLeftHit(TextHitInfo).
Method in class java.awt.font.TextLayout
- Return the hit for the next caret to the left (top); if no such
hit, return null.
- getNextLeftHit(int, TextLayout.CaretPolicy).
Method in class java.awt.font.TextLayout
- Return the hit for the next caret to the left (top); if no
such hit, return null.
- getNextLeftHit(int).
Method in class java.awt.font.TextLayout
- Return the hit for the next caret to the left (top); if no
such hit, return null.
- getNextNode().
Method in class java.awt.swing.tree.DefaultMutableTreeNode
- Returns the node that follows this node in a preorder traversal of this
node's tree.
- getNextRightHit(TextHitInfo).
Method in class java.awt.font.TextLayout
- Return the hit for the next caret to the right (bottom); if no
such hit, return null.
- getNextRightHit(int, TextLayout.CaretPolicy).
Method in class java.awt.font.TextLayout
- Return the hit for the next caret to the right (bottom); if no
such hit, return null.
- getNextRightHit(int).
Method in class java.awt.font.TextLayout
- Return the hit for the next caret to the right (bottom); if no
such hit, return null.
- getNextSibling().
Method in class java.awt.swing.tree.DefaultMutableTreeNode
- Returns the next sibling of this node in the parent's children array.
- getNextUpdate().
Method in class java.security.cert.X509CRL
- Gets the
nextUpdate
date from the CRL.
- getNextWarning().
Method in class java.sql.SQLWarning
- Get the warning chained to this one
- 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 managed by the object
implementing this interface.
- getNoncollatedCopies().
Method in class java.awt.print.PrinterJob
- Returns how many times each page in the book
should be consecutively printed by PrintJob.
- getNormalizedComponents(int[], int, float[], int).
Method in class java.awt.image.ColorModel
- Returns an array of normalized components given an array of all
components.
- getNormalizedOrder(int[], byte[], int, int).
Static method in class java.awt.font.GlyphSet
- Return an array containing the values from start up to limit,
normalized to fall within the range from 0 up to limit - start.
- getNormalizingTransform().
Method in class java.awt.GraphicsConfiguration
- Returns a Transform that can be composed with the default Transform
of a Graphics2D so that 72 units in user space will equal 1 inch
in device space.
- 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 java.awt.swing.ProgressMonitor
-
- getNumBands().
Method in class java.awt.image.Raster
- Returns the number of bands 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.
- getNumCharacters().
Method in class java.awt.font.GlyphSet
- Return the number of characters represented by this glyphset.
- getNumColorComponents().
Method in class java.awt.image.ColorModel
- Returns the number of color components in this color model.
- getNumComponents().
Method in class java.awt.image.ColorModel
- Returns the number of components (including alpha) in this color model.
- getNumComponents().
Method in class java.awt.image.LookupTable
- Returns the number of components in the lookup table.
- getNumComponents(int).
Method in class java.awt.image.codec.JPEGParam
- Returns the number of components for the color id passed as a parameter.
- 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.
- getNumDataElements().
Method in class java.awt.image.Raster
- Returns the number of data elements needed to store one pixel.
- getNumDataElements().
Method in class java.awt.image.SampleModel
- Returns the number of data elements needed to store a pixel.
- getNumDataElements().
Method in class java.awt.image.ComponentSampleModel
- Returns the number of data elements required to store
one pixel.
- getNumDataElements().
Method in class java.awt.image.MultiPixelPackedSampleModel
- Returns the number of data elements required to store one pixel.
- getNumDataElements().
Method in class java.awt.image.BandedSampleModel
- Returns the number of data elements required to store
one pixel.
- getNumDataElements().
Method in class java.awt.image.SinglePixelPackedSampleModel
- Returns the number of data elements that are required to store
one pixel.
- getNumDesignAxes().
Method in interface java.awt.font.MultipleMaster
- Returns the number of multiple master design controls.
- getNumFactors().
Method in class java.awt.image.RescaleOp
- Returns the number of scaling factors used in this object.
- getNumGlyphs().
Method in class java.awt.Font
- Returns number of glyphs in the font.
- getNumGlyphs().
Method in class java.awt.font.GlyphSet
- Return the number of glyphs in this glyphset.
- 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.
- 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
- Return the number of pages in this document.
- getNumberOfPages().
Method in interface java.awt.print.Pageable
- Returns the number of pages in the set.
- getNumericFunctions().
Method in interface java.sql.DatabaseMetaData
- Get 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.
- getObject(String).
Method in class java.util.ResourceBundle
- Get an object from a ResourceBundle.
- 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().
Method in interface java.sql.Ref
- Materialize the referenced item (by selecting it from
the table "scope" where it is stored in the database).
- getObject(Map).
Method in interface java.sql.Ref
- Materialize the referenced item (by selecting it from
the table "scope" where it is stored in the database).
- getObject(int).
Method in interface java.sql.ResultSet
Get the value of a column in the current row as a Java object.
- getObject(String).
Method in interface java.sql.ResultSet
Get the value of a column in the current row as a Java object.
- getObject(int, Map).
Method in interface java.sql.ResultSet
- JDBC 2.0
Returns the value of column @i.
- getObject(String, Map).
Method in interface java.sql.ResultSet
- JDBC 2.0
Returns the value of column @i.
- getObject().
Method in interface java.sql.StructLocator
- Materialize the Structured Type value designated by the locator.
- getObject(Map).
Method in interface java.sql.StructLocator
- Materialize the Structured Type value designated by the locator.
- getObject(int).
Method in interface java.sql.CallableStatement
- Get the value of a parameter 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
as a value of an SQL Structured or Distinct Type.
- getObjectForLayer(int).
Method in class java.awt.swing.JLayeredPane
-
- 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 java.awt.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(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.
- getOffset().
Method in class java.io.ObjectStreamField
-
- getOffset(int, int).
Method in class java.awt.image.ComponentSampleModel
- Gets offset of the first band of pixel (x,y).
- getOffset(int, int, int).
Method in class java.awt.image.ComponentSampleModel
- Gets offset for band b of pixel (x,y).
- getOffset(int, int).
Method in class java.awt.image.MultiPixelPackedSampleModel
- Returns the offset (in data array elements) of pixel (x,y).
- getOffset().
Method in class java.awt.image.DataBuffer
- Returns the offset of the default bank in array elements.
- getOffset(int, int).
Method in class java.awt.image.BandedSampleModel
- Gets offset of the first band of pixel (x,y).
- getOffset().
Method in class java.awt.image.LookupTable
- Returns the offset.
- getOffset(int, int).
Method in class java.awt.image.SinglePixelPackedSampleModel
- Returns the offset (in data array elements) of pixel (x,y).
- getOffset().
Method in class java.awt.swing.text.AbstractDocument.DefaultDocumentEvent
- Returns the offset within the document of the start of the change.
- getOffset().
Method in class java.awt.swing.text.DefaultStyledDocument.ElementSpec
- Gets the starting offset.
- getOffset().
Method in interface java.awt.swing.text.Position
- Fetches the current offset within the document.
- getOffset().
Method in interface java.awt.swing.event.DocumentEvent
- Returns the offset within the document of the start
of the change.
- getOffsetHit(int).
Method in class java.awt.font.TextHitInfo
- Creates a hit whose character index is offset by delta from this
hit.
- getOffsetLocation(TextHitInfo).
Method in interface java.awt.im.InputMethodRequests
- Gets the location of a specified offset in the current composed text.
- getOffsets().
Method in class java.awt.image.DataBuffer
- Returns the offsets of all the banks in array elements.
- getOffsets(float[]).
Method in class java.awt.image.RescaleOp
- Returns the offsets in the given array.
- getOldLeadSelectionPath().
Method in class java.awt.swing.event.TreeSelectionEvent
- Returns the path that was previously the lead path.
- getOldValue().
Method in class java.beans.PropertyChangeEvent
-
- getOperation().
Method in class java.rmi.server.Operation
- Returns the name of the method.
- getOperations().
Method in interface java.rmi.server.Skeleton
-
- getOptionType().
Method in class java.awt.swing.JOptionPane
- Returns the type of options that are displayed.
- getOptions().
Method in class java.awt.swing.JOptionPane
- Returns the choices the user can make.
- 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
- Return the orientation of this PageFormat.
- getOrientation().
Method in class java.awt.swing.JSplitPane
- Returns the orientation.
- getOrientation().
Method in class java.awt.swing.JSlider
-
- getOrientation().
Method in class java.awt.swing.JScrollBar
- Returns the component's orientation (horizontal or vertical).
- getOrientation().
Method in class java.awt.swing.JProgressBar
- Returns
JProgressBar.VERTICAL
or
JProgressBar.HORIZONTAL
, depending on the orientation
of the progress bar.
- getOtherHit().
Method in class java.awt.font.TextHitInfo
- Creates a hit on the other side of the insertion point.
- getOutline(GlyphSet, AffineTransform, float, float).
Method in class java.awt.Font
-
- 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
- Return the current stream to which output from this log is sent.
- getOutputStream().
Method in interface java.rmi.server.RemoteCall
- Return the output stream the stub/skeleton should put arguments/results
into.
- getOutputStream().
Method in interface javax.servlet.ServletResponse
- Returns an output stream for writing binary response data.
- getOutsideBorder().
Method in class java.awt.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
.
- getPCSType().
Method in class java.awt.color.ICC_Profile
- Returns the color space type of the Profile Connection Space (PCS).
- getPSName().
Method in class java.awt.Font
- Returns the postscript name of the font.
- getPackage().
Method in class java.lang.Class
- Get the package for this class.
- getPackage(String).
Method in class java.lang.ClassLoader
- Returns the Package defined in this ClassLoader for the given name.
- 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 in this ClassLoader.
- getPage(int).
Method in class java.awt.print.Book
-
- getPage(int).
Method in interface java.awt.print.Pageable
- Returns a description of the page with
the zero based index of 'pageIndex'.
- getPage().
Method in class java.awt.swing.JEditorPane
- Gets the current url being displayed.
- getPageDimension().
Method in class java.awt.PrintJob
- Returns the dimensions of the page in pixels.
- getPageFormat().
Method in class java.awt.print.Book.BookPageContext
- Return the format of the page.
- getPageFormat().
Method in class java.awt.print.ProxyGraphics2D
- Return the format of the page being drawn.
- getPageFormat().
Method in interface java.awt.print.PageContext
- Return the format of the page being drawn.
- getPageIncrement().
Method in class java.awt.Scrollbar
-
- getPageIndex().
Method in class java.awt.print.Book.BookPageContext
- Return this page's index.
- getPageIndex().
Method in class java.awt.print.ProxyGraphics2D
- Return the number of the page being drawn.
- getPageIndex().
Method in interface java.awt.print.PageContext
- Return the index of the page being drawn.
- getPageName().
Method in class java.awt.print.Book.BookPageContext
- Return the name of the given page.
- getPageName().
Method in class java.awt.print.ProxyGraphics2D
- Return the name of the page.
- getPageName().
Method in interface java.awt.print.PageContext
- Return the name of the given page.
- getPagePainter().
Method in class java.awt.print.Book.BookPageContext
- Return the instance that paints the
page.
- getPagePainter().
Method in class java.awt.print.ProxyGraphics2D
- Get the object responsible for painting the page.
- getPagePainter().
Method in interface java.awt.print.PageContext
- Return the object that paints the image on
the page.
- 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 in the Graphics2D state.
- getPaint().
Method in class java.awt.print.ProxyGraphics2D
- Returns the current Paint in the Graphics2D state.
- getPaintLabels().
Method in class java.awt.swing.JSlider
-
- getPaintTicks().
Method in class java.awt.swing.JSlider
-
- getPainter().
Method in interface java.awt.swing.text.Highlighter.Highlight
- Gets the painter for the highlighter.
- getPaper().
Method in class java.awt.print.PageFormat
- Return a copy of the paper object associated
with this PageFormat.
- getPaperArea().
Method in class java.awt.print.PageFormat
- Return a rectangle describing the size of
the paper to be drawn on.
- getParagraphAttributes().
Method in class java.awt.swing.JTextPane
- Fetches the current paragraph attributes in effect
at the location of the caret.
- getParagraphElement(int).
Method in class java.awt.swing.text.DefaultStyledDocument
- Gets a paragraph element.
- getParagraphElement(int).
Method in interface java.awt.swing.text.StyledDocument
- Gets the element that represents the paragraph that
encloses the given offset within the document.
- getParamClasses().
Method in class java.awt.image.renderable.ParameterBlock
- Returns an array of Class objects describing the types
of the parameters.
- getParameter(String).
Method in class java.util.mime.MimeType
- Retrieve the value associated with the given name, or null if there
is no current association.
- 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
- Gets the value of the specified algorithm parameter.
- getParameter().
Method in class java.sql.DataTruncation
- Is this a truncated parameter value?
- getParameter(String).
Method in interface javax.servlet.ServletRequest
- Returns a string containing the lone value of the specified
parameter, or null if the parameter does not exist.
- getParameterDescriptors().
Method in class java.beans.MethodDescriptor
-
- getParameterInfo().
Method in class java.applet.Applet
- Returns information about the parameters than are understood by
this applet.
- getParameterNames().
Method in interface javax.servlet.ServletRequest
- Returns the parameter names for this request as an enumeration
of strings, or an empty enumeration if there are no parameters
or the input stream is empty.
- getParameterSpec(Class).
Method in class java.security.AlgorithmParameters
- Returns a (transparent) specification of this parameters 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.
- getParameterValues(String).
Method in interface javax.servlet.ServletRequest
- Returns the values of the specified parameter for the request as
an array of strings, or null if the named parameter does not
exist.
- getParameters().
Method in class java.util.mime.MimeType
- Retrieve a copy of this object's parameter list.
- getParameters().
Method in class java.awt.image.renderable.ParameterBlock
- Returns the entire Vector of parameters.
- getParams().
Method in interface java.security.interfaces.DSAKey
- Returns the DSA-specific key parameters.
- getParent().
Method in class java.lang.ClassLoader
- Returns the parent class loader for delegation, or
null
if none, in which case ClassLoader
will delegate to the
system class loader.
- getParent().
Method in class java.lang.ThreadGroup
- Returns the parent of this thread group.
- getParent().
Method in class java.io.File
- Returns the parent part of the pathname of this
File
object, or null
if the name has no parent part.
- 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
- getParent().
Method in class java.awt.swing.text.View
- Returns the parent of the view.
- getParent().
Method in class java.awt.swing.tree.DefaultMutableTreeNode
- Returns this node's parent or null if this node has no parent.
- getParent().
Method in interface java.awt.swing.tree.TreeNode
- Returns the parent
TreeNode
of the receiver.
- getParentElement().
Method in class java.awt.swing.text.AbstractDocument.AbstractElement
- Gets the parent of the element.
- getParentElement().
Method in interface java.awt.swing.text.Element
- Fetches the parent element.
- getPartialSize(int, int).
Method in class java.awt.swing.text.ParagraphView
- Returns the size used by the views between
startOffset
and endOffset
.
- getPartialSpan(int, int).
Method in interface java.awt.swing.text.TabableView
- Determine the span along the same axis as tab
expansion for a portion of the view.
- getPartialSpan(int, int).
Method in class java.awt.swing.text.LabelView
- Determine the span along the same axis as tab
expansion for a portion of the view.
- getPassword().
Method in class java.net.PasswordAuthentication
-
- getPasswordAuthentication().
Method in class java.net.Authenticator
- Called when password authorization is needed.
- getPath().
Method in class java.io.File
- Returns the pathname of the file represented by this object.
- getPath().
Method in class java.awt.swing.event.TreeExpansionEvent
- Returns the path to the value that has been expanded/collapsed.
- getPath().
Method in class java.awt.swing.event.TreeSelectionEvent
- Returns the first path element.
- getPath().
Method in class java.awt.swing.event.TreeModelEvent
- Convenience method to get the Object[] path from the JTreePath
instance that this event wraps.
- getPath().
Method in class java.awt.swing.tree.DefaultMutableTreeNode
- Returns the path, from the root, to get to this node.
- getPath().
Method in class java.awt.swing.tree.TreePath
- Returns an array of Objects containing the components of this
TreePath.
- getPath().
Method in class javax.servlet.http.Cookie
- Returns the prefix of all URLs for which this cookie is targetted.
- getPathBetweenRows(int, int).
Method in class java.awt.swing.JTree
- Returns JTreePath instances representing the path between index0
and index1 (including index1).
- getPathBounds(TreePath).
Method in class java.awt.swing.JTree
- Returns the Rectangle that the specified node will be drawn
into.
- getPathComponent(int).
Method in class java.awt.swing.tree.TreePath
- Returns the path component at the specified index.
- getPathCount().
Method in class java.awt.swing.tree.TreePath
- Returns the number of elements in the path.
- getPathForLocation(int, int).
Method in class java.awt.swing.JTree
- Returns the path for the node at the specified location.
- getPathForRow(int).
Method in class java.awt.swing.JTree
- Returns the path for the specified row.
- getPathInfo().
Method in interface javax.servlet.http.HttpServletRequest
- Gets any optional extra path information following the servlet
path of this request's URI, but immediately preceding its query
string.
- getPathIterator(AffineTransform).
Method in interface java.awt.Shape
- Return 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 interface java.awt.Shape
- Return an iterator object that iterates along the boundary of
the shape and provides access to a flattened view of the
geometry of the outline of the shape.
- getPathIterator(AffineTransform).
Method in class java.awt.Polygon
- Return 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.Polygon
- Return an iterator object that iterates along the boundary of
the shape and provides access to a flattened view of the
geometry of the outline of the shape.
- getPathIterator(AffineTransform, double).
Method in class java.awt.geom.RectangularShape
- Return an iterator object that iterates along the boundary of
the shape and provides access to a flattened view of the
geometry of the outline of the shape.
- getPathIterator(AffineTransform).
Method in class java.awt.geom.Rectangle2D
- Return an iteration object that defines the boundary of the
shape.
- getPathIterator(AffineTransform, double).
Method in class java.awt.geom.Rectangle2D
- Return an iteration object that defines the boundary of the
flattened shape.
- getPathIterator(AffineTransform).
Method in class java.awt.geom.Line2D
- Return an iteration object that defines the boundary of the
shape.
- getPathIterator(AffineTransform, double).
Method in class java.awt.geom.Line2D
- Return an iteration object that defines the boundary of the
flattened shape.
- getPathIterator(AffineTransform).
Method in class java.awt.geom.CubicCurve2D
- Return an iteration object that defines the boundary of the
shape.
- getPathIterator(AffineTransform, double).
Method in class java.awt.geom.CubicCurve2D
- Return an iteration object that defines the boundary of the
flattened shape.
- getPathIterator(AffineTransform).
Method in class java.awt.geom.RoundRectangle2D
- Return an iteration object that defines the boundary of the
shape.
- getPathIterator(AffineTransform).
Method in class java.awt.geom.Area
- Creates a PathIterator for the outline of this Area object.
- getPathIterator(AffineTransform, double).
Method in class java.awt.geom.Area
- Create a PathIterator for the flattened outline of this Area object.
- getPathIterator(AffineTransform).
Method in class java.awt.geom.GeneralPath
- Return 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.GeneralPath
- Return an iterator object that iterates along the boundary of
the flattened shape and provides access to the geometry of the
outline of the shape.
- getPathIterator(AffineTransform).
Method in class java.awt.geom.Arc2D
- Return an iteration object that defines the boundary of the
shape.
- getPathIterator(AffineTransform).
Method in class java.awt.geom.QuadCurve2D
- Return an iteration object that defines the boundary of the
shape.
- getPathIterator(AffineTransform, double).
Method in class java.awt.geom.QuadCurve2D
- Return an iteration object that defines the boundary of the
flattened shape.
- getPathIterator(AffineTransform).
Method in class java.awt.geom.Ellipse2D
- Return an iteration object that defines the boundary of the
shape.
- getPathToRoot(TreeNode, int).
Method in class java.awt.swing.tree.DefaultMutableTreeNode
-
- getPathToRoot(TreeNode).
Method in class java.awt.swing.tree.DefaultTreeModel
- Builds the parents of child up to, and including, the root node.
- getPathToRoot(TreeNode, int).
Method in class java.awt.swing.tree.DefaultTreeModel
-
- getPathTranslated().
Method in interface javax.servlet.http.HttpServletRequest
- Gets any optional extra path information following the servlet
path of this request's URI, but immediately preceding its query
string, and translates it to a real path.
- getPaths().
Method in class java.awt.swing.event.TreeSelectionEvent
- Returns the paths that have been added or removed from the
selection.
- getPatternSeparator().
Method in class java.text.DecimalFormatSymbols
- character used to separate positive and negative subpatterns
in a pattern.
- getPeer().
Method in class java.awt.Component
-
- getPeer().
Method in class java.awt.MenuComponent
-
- getPeer().
Method in class java.awt.Font
- Gets the peer of the font.
- getPerMill().
Method in class java.text.DecimalFormatSymbols
- character used for mille percent sign.
- getPercent().
Method in class java.text.DecimalFormatSymbols
- character used for percent sign.
- 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.
- 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(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, int[]).
Method in class java.awt.image.Raster
- Returns the samples in an array of int for the specified pixel.
- 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, double[]).
Method in class java.awt.image.Raster
- Returns the samples in an array of double for the specified pixel
- getPixel(int, int, int, int, int[]).
Method in class java.awt.image.Raster
- Returns a integer array of pixels representing a region of pixels
- getPixel(int, int, int, int, float[]).
Method in class java.awt.image.Raster
- Return a float array of pixels representing a region of pixels
- getPixel(int, int, int, int, double[]).
Method in class java.awt.image.Raster
- Return a double array of pixels representing a region of pixels
- getPixel(int, int, int[], DataBuffer).
Method in class java.awt.image.SampleModel
- Returns the samples for a specified pixel in an array of int.
- 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, double[], DataBuffer).
Method in class java.awt.image.SampleModel
- Returns the samples for the specified pixle in an array of double.
- getPixel(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.
- getPixel(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.
- getPixel(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.
- getPixel(int, int, int[], DataBuffer).
Method in class java.awt.image.ComponentSampleModel
- Returns all samples for the specified pixel in an int array.
- getPixel(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 data array element.
- getPixel(int, int, int[], DataBuffer).
Method in class java.awt.image.MultiPixelPackedSampleModel
- Returns the requested pixel as an int.
- 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, 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.
- getPixel(int, int, int[], DataBuffer).
Method in class java.awt.image.SinglePixelPackedSampleModel
- Returns all samples in for the specified pixel in an int array.
- getPixel(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.
- getPixelBitSize().
Method in class java.awt.image.MultiPixelPackedSampleModel
- Returns the size of a pixel in bits.
- getPixelBitSize().
Method in class java.awt.image.SinglePixelPackedSampleModel
- Returns the size of a pixel in bits.
- getPixelBitStride().
Method in class java.awt.image.MultiPixelPackedSampleModel
- Returns the pixel bit stride in bits.
- getPixelData(int, int, Object).
Method in class java.awt.image.Raster
- Returns the data elements containing the pixel at x,y in packed
format.
- getPixelData(int, int, int, int, Object).
Method in class java.awt.image.Raster
- Returns the data elements containing the pixel data for the pixels
in the specified region.
- getPixelData(int, int, Object, DataBuffer).
Method in class java.awt.image.SampleModel
- Returns the pixel data in an array of primitives that can be byte,
short or int.
- getPixelData(int, int, int, int, Object, DataBuffer).
Method in class java.awt.image.SampleModel
- Returns the pixel data for the specified rectangle in an
array of primitives that can be byte,
short or int.
- getPixelData(int, int, Object, DataBuffer).
Method in class java.awt.image.ComponentSampleModel
- Returns the pixel data in an array of primitives that can be byte,
short or int.
- getPixelData(int, Object).
Method in class java.awt.image.ColorModel
- Returns a pixel array given a pixel in the default RGB color model.
- getPixelData(int, int, Object, DataBuffer).
Method in class java.awt.image.MultiPixelPackedSampleModel
- Returns the pixel data in an array of primitives that can be byte,
short or int.
- getPixelData(int, int, Object, DataBuffer).
Method in class java.awt.image.BandedSampleModel
- Returns the pixel data in an array of primitives that can be byte,
short or int.
- getPixelData(int, Object).
Method in class java.awt.image.DirectColorModel
- Returns a pixel array of type transferType by object reference
given a pixel in the default RGB color model.
- getPixelData(int, Object).
Method in class java.awt.image.ComponentColorModel
- Returns a pixel array given a pixel in the default RGB color model.
- getPixelData(int, Object).
Method in class java.awt.image.IndexColorModel
- Returns a pixel array given a pixel in the default RGB color model.
- getPixelData(int, int, Object, DataBuffer).
Method in class java.awt.image.SinglePixelPackedSampleModel
- Returns the pixel data in an array of primitives that can be byte,
short or int.
- 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.
- getPixelStride().
Method in class java.awt.image.BandedSampleModel
- Returns the pixel stride of this BandedSampleModel.
- getPixels().
Method in class java.awt.image.PixelGrabber
- Get the pixel buffer.
- getPoint().
Method in class java.awt.event.MouseEvent
- Returns the x,y position of the event relative to the source component.
- getPolicy().
Static method in class java.security.Policy
- Returns the installed Policy object.
- getPopupMenu().
Method in class java.awt.swing.JMenu
- Returns the popupmenu associated with this menu
- 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
- Return the current position of the LineBreakMeasurer.
- getPosition(Component).
Method in class java.awt.swing.JLayeredPane
- Relative position with the component's layer.
- getPosition().
Method in class java.awt.swing.text.TabStop
-
- getPositionsInRange(Vector, int, int).
Method in class java.awt.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
- What's 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.
- getPreferredColumnSpan().
Method in class java.awt.swing.text.TableView.TableCell
- Gets the preferred span for the column occupied.
- getPreferredScrollableViewportSize().
Method in class java.awt.swing.JTable
- Returns the preferred size of the viewport for this table.
- getPreferredScrollableViewportSize().
Method in class java.awt.swing.JList
- Compute the size of the viewport needed to display visibleRowCount
rows.
- getPreferredScrollableViewportSize().
Method in class java.awt.swing.JTree
- Returns the preferred viewable size of a JTree.
- getPreferredScrollableViewportSize().
Method in class java.awt.swing.JTextArea
- Returns the preferred size of the viewport if this component
is embedded in a JScrollPane.
- getPreferredScrollableViewportSize().
Method in interface java.awt.swing.Scrollable
- Returns the preferred size of the viewport for a view component.
- getPreferredScrollableViewportSize().
Method in class java.awt.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(int).
Method in class java.awt.TextField
- Gets the preferred size of this text field
with the specified number of columns.
- getPreferredSize().
Method in class java.awt.TextField
- Gets the preferred size of this text field.
- 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().
Method in class java.awt.TextArea
- Determines the preferred size of this text area.
- getPreferredSize(int).
Method in class java.awt.List
- Gets the preferred dimensions for a list with the specified
number of rows.
- getPreferredSize().
Method in class java.awt.List
- Gets the preferred size of this scrolling list.
- getPreferredSize().
Method in class java.awt.swing.Box.Filler
-
- getPreferredSize().
Method in class java.awt.swing.JComponent
- If the preferredSize has been set to a non-null value
just return it.
- getPreferredSize().
Method in class java.awt.swing.ColorChooserPanel
-
- getPreferredSize().
Method in class java.awt.swing.JTextField
- Returns the preferred size Dimensions needed for this
TextField.
- getPreferredSize().
Method in class java.awt.swing.JToolBar.Separator
- Return the preferred size for the separator
- getPreferredSize(JComponent).
Method in class java.awt.swing.text.DefaultTextUI
- Gets the preferred size for the editor component.
- getPreferredSpan(int).
Method in class java.awt.swing.text.View
- Determines the preferred span for this view along an
axis.
- getPreferredSpan(int).
Method in class java.awt.swing.text.BoxView
- Determines the preferred span for this view along an
axis.
- getPreferredSpan(int).
Method in class java.awt.swing.text.PlainView
- Determines the preferred span for this view along an
axis.
- getPreferredSpan(int).
Method in class java.awt.swing.text.FieldView
- Determines the preferred span for this view along an
axis.
- getPreferredSpan(int).
Method in class java.awt.swing.text.LabelView
- Determines the preferred span for this view along an
axis.
- getPreferredSpan(int).
Method in class java.awt.swing.text.ComponentView
- Determines the preferred span for this view along an
axis.
- getPreferredSpan(int).
Method in class java.awt.swing.text.IconView
- Determines the preferred span for this view along an
axis.
- getPreferredSpan(int).
Method in class java.awt.swing.text.ParagraphView
- Determines the preferred span for this view along an
axis.
- getPreferredSpan(int).
Method in class java.awt.swing.text.WrappedPlainView
- Determines the preferred span for this view along an
axis.
- getPreferredSpan(int).
Method in class java.awt.swing.text.TableView.TableCell
- Determines the preferred span for this view along an
axis.
- getPresentationName().
Method in class java.awt.swing.undo.AbstractUndoableEdit
- This default implementation returns "".
- getPresentationName().
Method in class java.awt.swing.undo.StateEdit
- Gets the presentation name for this edit
- getPresentationName().
Method in interface java.awt.swing.undo.UndoableEdit
- Provide a localized, human readable description of this edit
suitable for use in, say, a change log.
- getPresentationName().
Method in class java.awt.swing.undo.CompoundEdit
- Returns getPresentationName from the last UndoableEdit added to
edits.
- getPresentationName().
Method in class java.awt.swing.text.AbstractDocument.DefaultDocumentEvent
- Provide a localized, human readable description of this edit
suitable for use in, say, a change log.
- getPressedIcon().
Method in class java.awt.swing.AbstractButton
- Returns the pressed icon for the button.
- getPreviousBounds(JInternalFrame).
Method in class java.awt.swing.DefaultDesktopManager
-
- getPreviousLeaf().
Method in class java.awt.swing.tree.DefaultMutableTreeNode
- Returns the leaf before this node or null if this node is the
first leaf in its tree.
- getPreviousNode().
Method in class java.awt.swing.tree.DefaultMutableTreeNode
- Returns the node that precedes this node in a preorder traversal of
this node's tree.
- getPreviousSibling().
Method in class java.awt.swing.tree.DefaultMutableTreeNode
- Returns the previous sibling of this node in the parent's children
array.
- getPrimaryKeys(String, String, String).
Method in interface java.sql.DatabaseMetaData
- Get a description of a table's primary key columns.
- getPrimaryType().
Method in class java.util.mime.MimeType
- Retrieve the primary type of this object.
- getPrimaryType().
Method in class java.awt.datatransfer.DataFlavor
-
- getPrincipal().
Method in interface java.security.Certificate
- 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.
- 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.
- getPrintJob().
Method in interface java.awt.PrintGraphics
- Returns the PrintJob object from which this PrintGraphics
object originated.
- getPrinterJob().
Method in class java.awt.GraphicsEnvironment
- Gets a
PrinterJob
object suitable for the
the current platform.
- getPriority().
Method in class java.lang.Thread
- Returns this thread's priority.
- getPrivate().
Method in class java.security.KeyPair
- Returns the private key from this key pair.
- getPrivateKey(String, String).
Method in class java.security.KeyStore
- Returns the private key associated with the given alias.
- getPrivateKey().
Method in class java.security.Signer
- Returns this signer's private key.
- getProcedureColumns(String, String, String, String).
Method in interface java.sql.DatabaseMetaData
- Get a description of a catalog's stored procedure parameters
and result columns.
- getProcedureTerm().
Method in interface java.sql.DatabaseMetaData
- What's the database vendor's preferred term for "procedure"?
- getProcedures(String, String, String).
Method in interface java.sql.DatabaseMetaData
- Get a description of stored procedures available in a
catalog.
- 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 java.awt.swing.ProgressMonitorInputStream
-
- 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(String).
Static method in class java.lang.System
- Gets the system property indicated by the specified key.
- getProperty(String, String).
Static method in class java.lang.System
- Gets the system property indicated by the specified key.
- getProperty(String).
Method in class java.util.Properties
- Searches for the property with the specified key in this property list.
- getProperty(String, String).
Method in class java.util.Properties
- Searches for the property with the specified key in this property list.
- getProperty(String, String).
Static method in class java.awt.Toolkit
- Gets a property with the specified key and default.
- 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).
Method in class java.awt.image.BufferedImage
- Returns a property of the image by name.
- getProperty(String).
Method in interface java.awt.image.RenderedImage
- Get a property from the property set of this image.
- 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.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(Object).
Method in class java.awt.swing.text.AbstractDocument
- A convenience method for looking up a property value.
- getProperty(Object).
Method in interface java.awt.swing.text.Document
- Gets properties associated with the document.
- getProperty(String).
Static method in class java.security.Security
- Gets a security property.
- getPropertyChangeEvent().
Method in class java.beans.PropertyVetoException
-
- getPropertyDescriptors().
Method in interface java.beans.BeanInfo
-
- getPropertyDescriptors().
Method in class java.beans.SimpleBeanInfo
- Deny knowledge of properties.
- getPropertyEditorClass().
Method in class java.beans.PropertyDescriptor
-
- getPropertyInfo(String, Properties).
Method in interface java.sql.Driver
The getPropertyInfo method is intended to allow a generic GUI tool to
discover what properties it should prompt a human for in order to get
enough information to connect to a database.
- getPropertyName().
Method in class java.beans.PropertyChangeEvent
-
- getPropertyNames().
Method in class java.awt.image.BufferedImage
- Return a list of names recognized by getProperty(String).
- getPropertyNames().
Method in interface java.awt.image.RenderedImage
- Return a list of names recognized by getProperty(String).
- getPropertyNames().
Method in class java.awt.image.renderable.RenderableImageOp
- Return a list of names recognized by getProperty(String).
- getPropertyNames().
Method in interface java.awt.image.renderable.RenderableImage
- Return a list of names recognized by getProperty(String).
- getPropertyNames().
Method in class java.awt.print.PrinterJob
- Return an array of the keys for the properties in this
PrinterJob.
- getPropertyPrefix().
Method in class java.awt.swing.text.DefaultTextUI
- Gets the name used as a key to lookup properties through the
UIManager.
- getPropertyString(String).
Method in class java.awt.print.PrinterJob
- Return the string value of the PrinterJob property
identified by 'key'.
- getPropertyType().
Method in class java.beans.PropertyDescriptor
-
- 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
.
- getProtocol().
Method in class java.rmi.server.SocketType
- Return the protocol string for this descriptor.
- getProtocol().
Method in interface javax.servlet.ServletRequest
- Returns the protocol and version of the request as a string of
the form
<protocol>/<major version>.<minor
version>
.
- getPrototypeCellValue().
Method in class java.awt.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 algorithm parameter 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.KeyFactory
- Returns the provider of this key factory object.
- getProvider(String).
Static method in class java.security.Security
- Returns the provider installed with the specified name, if
any.
- getProvider().
Method in class java.security.Signature
- Returns the provider of this signature object.
- getProviders().
Static method in class java.security.Security
- Returns all providers currently installed.
- getPublic().
Method in class java.security.KeyPair
- Returns the public key from this key pair.
- getPublicKey().
Method in class java.security.Identity
- Returns this identity's public key.
- getPublicKey().
Method in interface java.security.Certificate
- 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
.
- getQTable(int).
Method in class java.awt.image.codec.JPEGParam
- Returns the coefficient quantization tables or NULL if not defined
- getQueryString().
Method in interface javax.servlet.http.HttpServletRequest
- Gets any query string that is part of the HTTP request URI.
- getQueryTimeout().
Method in interface java.sql.Statement
- The queryTimeout limit is the number of seconds the driver will
wait for a Statement to execute.
- 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 of the pixel in the default RGB color model.
- getRGB(Object).
Method in class java.awt.image.ColorModel
- Returns a pixel in the default RGB color model given a pixel array
in the current color model.
- 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(int).
Method in class java.awt.image.DirectColorModel
- Returns the color of the pixel in the default RGB color model.
- getRGB(Object).
Method in class java.awt.image.DirectColorModel
- Returns a pixel in the default RGB color model given a pixel
in the current color model.
- getRGB(int).
Method in class java.awt.image.ComponentColorModel
- Returns the color of the pixel in the default RGB color model.
- getRGB(Object).
Method in class java.awt.image.ComponentColorModel
- Returns a pixel in the default RGB color model given a pixel array
in the current color model.
- getRGB(int).
Method in class java.awt.image.IndexColorModel
- Returns the color of the pixel in the default RGB color model.
- getRGBA().
Method in class java.awt.Color
- Returns the RGBA value representing the color in the default sRGB
ColorModel.
- 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
- Return 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 the arrays color and alpha components to the default
RGB ColorModel (if necessary) and copies the resulting array
of 32-bit ARGB values into the given array.
- getRSB().
Method in class java.awt.font.GlyphMetrics
- Return the right (bottom) side bearing of the glyph.
- getRaster(int, int, int, int).
Method in interface java.awt.PaintContext
- Return a Tile containing the colors generated for the graphics
operation.
- getRaster().
Method in class java.awt.image.BufferedImage
- Returns the Raster.
- 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
- Was this a read truncation?
- getReadMethod().
Method in class java.beans.PropertyDescriptor
-
- getReader().
Method in interface javax.servlet.ServletRequest
- Returns a buffered reader for reading text in the request body.
- getRealPath(String).
Method in interface javax.servlet.ServletContext
- Applies alias rules to the specified virtual path and returns the
corresponding real path.
- getRealPath(String).
Method in interface javax.servlet.ServletRequest
- Applies alias rules to the specified virtual path and returns
the corresponding real path, or null if the translation can not
be performed for any reason.
- getRect(Rectangle).
Method in class java.awt.image.BufferedImage
- Compute and return an arbitrary region of the RenderedImage.
- getRect(WritableRaster).
Method in class java.awt.image.BufferedImage
- Compute an arbitrary rectangular region of the RenderedImage
and copy it into a caller-supplied WritableRaster.
- getRect(Rectangle).
Method in interface java.awt.image.RenderedImage
- Compute and return an arbitrary region of the RenderedImage.
- getRect(WritableRaster).
Method in interface java.awt.image.RenderedImage
- Compute an arbitrary rectangular region of the RenderedImage
and copy it into a caller-supplied WritableRaster.
- 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(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(int).
Method in class java.awt.image.DirectColorModel
- Returns the red color component for the specified pixel in the
range 0-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(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(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.
- getRed(int).
Method in class java.awt.image.IndexColorModel
- Returns the red color component for the specified pixel in the
range 0-255 in the default RGB ColorSpace, sRGB.
- getRedMask().
Method in class java.awt.image.DirectColorModel
- Returns the mask indicating which bits in a pixel contain the red
color component.
- getRedoPresentationName().
Method in class java.awt.swing.undo.AbstractUndoableEdit
- If getPresentationName() returns "", returns
AbstractUndoableEdit.RedoName.
- getRedoPresentationName().
Method in interface java.awt.swing.undo.UndoableEdit
- Provide a localized, human readable description of the redoable
form of this edit, e.g.
- getRedoPresentationName().
Method in class java.awt.swing.undo.CompoundEdit
- Returns getRedoPresentationName from the last UndoableEdit
added to edits.
- getRedoPresentationName().
Method in class java.awt.swing.undo.UndoManager
- If inProgress, returns getRedoPresentationName of the
significant edit that will be redone when redo() is invoked.
- getRedoPresentationName().
Method in class java.awt.swing.text.AbstractDocument.DefaultDocumentEvent
- Provide a localized, human readable description of the redoable
form of this edit, e.g.
- 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
Get a REF(<structured-type>) column.
- getRef(String).
Method in interface java.sql.ResultSet
- JDBC 2.0
Get a REF(<structured-type>) column.
- getRef(int).
Method in interface java.sql.CallableStatement
- JDBC 2.0
Get a REF(<structured-type>) OUT parameter.
- getRefClass(ObjectOutput).
Method in interface java.rmi.server.RemoteRef
- Returns the class name of the ref type to be serialized onto
the stream 'out'.
- getRefData().
Method in class java.rmi.server.SocketType
- Return the optional client data for this descriptor.
- getRegisteredKeyStrokes().
Method in class java.awt.swing.JComponent
- Return the KeyStrokes that will initiate registered actions.
- getRegistry().
Static method in class java.rmi.registry.LocateRegistry
- Returns the remote object Registry for the local host.
- getRegistry(int).
Static method in class java.rmi.registry.LocateRegistry
- Returns the remote object Registry on the current host at the
specified port.
- getRegistry(String).
Static method in class java.rmi.registry.LocateRegistry
- Returns the remote object Registry on the specified host at a
default (i.e., well-known) port number.
- getRegistry(String, int).
Static method in class java.rmi.registry.LocateRegistry
- Returns the remote object Registry on the specified host at the
specified port.
- getRemaining().
Method in class java.util.zip.Inflater
- Returns the total number of bytes remaining in the input buffer.
- getRemoteAddr().
Method in interface javax.servlet.ServletRequest
- Returns the IP address of the agent that sent the request.
- getRemoteHost().
Method in interface javax.servlet.ServletRequest
- Returns the fully qualified host name of the agent that sent the
request.
- getRemoteUser().
Method in interface javax.servlet.http.HttpServletRequest
- Gets the name of the user making this request.
- getRemoveListenerMethod().
Method in class java.beans.EventSetDescriptor
-
- 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 java.awt.swing.JComboBox
- Returns the renderer used to display the selected item in the JComboBox
field.
- getRenderingHints(int).
Method in class java.awt.Graphics2D
- Returns the preferences for the rendering algorithms.
- getRenderingHints(int).
Method in class java.awt.print.ProxyGraphics2D
- Returns the preferences for the rendering algorithms.
- getReorderingAllowed().
Method in class java.awt.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.
- 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.
- getRequestURI().
Method in interface javax.servlet.http.HttpServletRequest
- Gets, from the first line of the HTTP request, the part of this
request's URI that is to the left of any query string.
- getRequestURL(HttpServletRequest).
Static method in class javax.servlet.http.HttpUtils
- Reconstructs the URL used by the client used to make the
request.
- getRequestedAttributes().
Method in class java.awt.Font
- Returns the attribute set used to create this font.
- getRequestedSessionId().
Method in interface javax.servlet.http.HttpServletRequest
- Gets the session id specified with this request.
- 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
-
- getReshowDelay().
Method in class java.awt.swing.ToolTipManager
-
- getResizable().
Method in class java.awt.swing.table.TableColumn
- Returns true if the user is allowed to resize the TableColumn
width, false otherwise.
- getResizeWeight(int).
Method in class java.awt.swing.text.View
- Determines the resizability of the view along the
given axis.
- getResizeWeight(int).
Method in class java.awt.swing.text.BoxView
- Determines the resizability of the view along the
given axis.
- getResizeWeight(int).
Method in class java.awt.swing.text.FieldView
- Determines the resizability of the view along the
given axis.
- getResizeWeight(int).
Method in class java.awt.swing.text.ParagraphView
- Gets the resize weight.
- getResizingAllowed().
Method in class java.awt.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 java.awt.swing.table.JTableHeader
- Returns the resizing column.
- getResolveParent().
Method in class java.awt.swing.text.AbstractDocument.AbstractElement
- Gets the resolving parent.
- getResolveParent().
Method in class java.awt.swing.text.StyleContext.NamedStyle
- If not overriden, the resolving parent defaults to
the parent element.
- getResolveParent().
Method in interface java.awt.swing.text.Keymap
- Fetches the parent keymap used to resolve key-bindings.
- getResolveParent().
Method in class java.awt.swing.text.SimpleAttributeSet
- Gets the resolving parent.
- getResolveParent().
Method in interface java.awt.swing.text.AttributeSet
- Gets the resolving parent.
- getResource(String).
Method in class java.lang.Class
-
- getResource(String).
Method in class java.lang.ClassLoader
- Finds the resource with the 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.Class
- Find a resource with a given name.
- getResourceAsStream(String).
Method in class java.lang.ClassLoader
- Returns an input stream for reading the specified resource.
- 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.ArrayLocator
- Materialize the item designated by the locator as a ResultSet
that returns a "row" for each element of the array, in which
the single "column" of that "row" contains that array element.
- getResultSet(Map).
Method in interface java.sql.ArrayLocator
- Materialize the item designated by the locator as a ResultSet
that returns a "row" for each element of the array, in which
the single "column" of that "row" contains that array element.
- getResultSet().
Method in interface java.sql.Statement
- getResultSet returns the current result as a ResultSet.
- getResultSetConcurrency().
Method in interface java.sql.Connection
- JDBC 2.0
Determine the result set concurrency.
- getResultSetConcurrency().
Method in interface java.sql.Statement
- JDBC 2.0
Determine the default concurrency.
- getResultSetType().
Method in interface java.sql.Connection
- JDBC 2.0
Determine the result set type.
- getResultSetType().
Method in interface java.sql.Statement
- JDBC 2.0
Determine the default result set type.
- getResultStream(boolean).
Method in interface java.rmi.server.RemoteCall
- Returns an output stream (may put out header information
relating to the success of the call).
- 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.RevokedCertificate
- Gets the revocation date for this RevokedCertificate,
the revocationDate.
- getRevokedCertificate(BigInteger).
Method in class java.security.cert.X509CRL
- Gets the revoked certificate with serial number
serialNumber
from the CRL.
- getRevokedCertificates().
Method in class java.security.cert.X509CRL
- Gets all the revoked certificates from the CRL.
- getRight().
Method in class java.awt.geom.RectangularShape
- Returns the X coordinate of the right edge of the shape in
double precision.
- getRightComponent().
Method in class java.awt.swing.JSplitPane
- Returns the component to the right (or below) the divider.
- getRightIndent(AttributeSet).
Static method in class java.awt.swing.text.StyleConstants
- Gets the right indent setting.
- getRightInset().
Method in class java.awt.swing.text.CompositeView
- Gets the right inset.
- getRolloverIcon().
Method in class java.awt.swing.AbstractButton
- Returns the rollover icon for the button.
- getRolloverSelectedIcon().
Method in class java.awt.swing.AbstractButton
- Returns the rollover seletion icon for the button.
- getRoot().
Method in class java.awt.swing.tree.DefaultMutableTreeNode
- Returns the root of the tree that contains this node.
- getRoot().
Method in interface java.awt.swing.tree.TreeModel
- Returns the root of the tree.
- getRoot().
Method in class java.awt.swing.tree.DefaultTreeModel
-
- getRootElement().
Method in class java.awt.swing.text.DefaultStyledDocument.ElementBuffer
- Gets the root element.
- getRootElements().
Method in class java.awt.swing.text.AbstractDocument
- Gets all root elements defined.
- getRootElements().
Method in interface java.awt.swing.text.Document
- Returns all of the root elements defined.
- getRootFrame().
Static method in class java.awt.swing.JOptionPane
- Returns the Frame to use for the class methods in which a frame
is not provided.
- getRootPane().
Method in class java.awt.swing.JFrame
- Returns the rootPane object for this frame.
- getRootPane().
Method in class java.awt.swing.JComponent
- Return the receiving component root pane
- getRootPane().
Method in class java.awt.swing.JWindow
- Returns the rootPane object for this window.
- getRootPane().
Method in class java.awt.swing.JDialog
- Returns the rootPane object for this dialog.
- getRootPane().
Method in class java.awt.swing.JInternalFrame
-
- getRootPane().
Method in interface java.awt.swing.RootPaneContainer
- Return this components single JRootPane child.
- getRootPane().
Method in class java.awt.swing.JApplet
- Returns the rootPane object for this applet.
- getRootPane(Component).
Static method in class java.awt.swing.SwingUtilities
- Return the JRootPane ancestor for a Component
Return null if no JRootPane is found.
- getRootView().
Method in class java.awt.swing.text.DefaultTextUI
- Fetches a View with the allocation of the associated
text component (ie the root of the hierarchy) that
can be traversed to determine how the model is being
represented spatially.
- 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 representing a translated rotation transformation.
- getRow().
Method in interface java.sql.ResultSet
- JDBC 2.0
Determine the current row number.
- getRowBounds(int).
Method in class java.awt.swing.JTree
- Returns the Rectangle that the node at the specified row is
drawn in.
- getRowCount().
Method in class java.awt.swing.JTable
- Returns the number of rows in the table.
- getRowCount().
Method in class java.awt.swing.JTree
- Returns the number of rows that are currently being displayed.
- getRowCount().
Method in class java.awt.swing.text.TableView.TableCell
- Gets the number of rows this cell spans (that is, the
grid height).
- getRowCount().
Method in class java.awt.swing.table.DefaultTableModel
-
- getRowCount().
Method in interface java.awt.swing.table.TableModel
- Returns the number of records managed by the data source object.
- getRowForLocation(int, int).
Method in class java.awt.swing.JTree
- Returns the row for the specified location.
- getRowForPath(TreePath).
Method in class java.awt.swing.JTree
- Returns the row that displays the node identified by the specified
path.
- getRowHeader().
Method in class java.awt.swing.ScrollPaneLayout
-
- getRowHeader().
Method in class java.awt.swing.JScrollPane
-
- getRowHeight().
Method in class java.awt.swing.JTable
- Returns the height of a table row in the receiver.
- getRowHeight().
Method in class java.awt.swing.JTree
- Returns the height of each row.
- getRowHeight().
Method in class java.awt.swing.JTextArea
- Defines the meaning of the height of a row.
- getRowMapper().
Method in class java.awt.swing.tree.DefaultTreeSelectionModel
- Returns the RowMapper instance that is able to map a path to a
row.
- getRowMapper().
Method in interface java.awt.swing.tree.TreeSelectionModel
- Returns the RowMapper instance that is able to map a path to a
row.
- getRowSelectionAllowed().
Method in class java.awt.swing.JTable
- Returns true if rows can be selected.
- 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 java.awt.swing.JTextArea
- Returns the number of rows in the TextArea.
- getRowsForPaths(TreePath[]).
Method in interface java.awt.swing.tree.RowMapper
- Returns the rows that the TreePath instances in
path
are being displayed at.
- getRule().
Method in class java.awt.AlphaComposite
- Returns the compositing rule that was specified when this
AlphaComposiste instance was created.
- getRules().
Method in class java.text.RuleBasedCollator
- Gets the table-based rules for the collation object.
- getRunLimit().
Method in class java.awt.font.StyledStringIterator
- Returns the index of the first position following the run
with respect to all attributes on the current character.
- getRunLimit(String).
Method in class java.awt.font.StyledStringIterator
- Returns the index of the first character following the run
with respect to the named attribute on the current character.
- getRunLimit(Enumeration).
Method in class java.awt.font.StyledStringIterator
- Returns the index of the first character following the run
with respect to the named attributes on the current character.
- getRunLimit(int).
Method in class java.awt.font.StyledString
- Return the index past the last character of the run of
characters containing index sharing equal attributes.
- 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(String).
Method in interface java.text.AttributedCharacterIterator
- Returns the index of the first character following the run
with respect to the named attribute containing the current character.
- getRunLimit(Enumeration).
Method in interface java.text.AttributedCharacterIterator
- Returns the index of the first character following the run
with respect to the named attributes containing the current character.
- getRunStart().
Method in class java.awt.font.StyledStringIterator
- Returns the index of the first character of the run
with respect to all attributes on the current character.
- getRunStart(String).
Method in class java.awt.font.StyledStringIterator
- Returns the index of the first character of the run
with respect to the named attribute on the current character.
- getRunStart(Enumeration).
Method in class java.awt.font.StyledStringIterator
- Returns the index of the first character of the run
with respect to the named attributes on the current character.
- getRunStart(int).
Method in class java.awt.font.StyledString
- Return the index of the first character of the run of
characters containing index sharing equal attributes.
- 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(String).
Method in interface java.text.AttributedCharacterIterator
- Returns the index of the first character of the run
with respect to the named attribute containing the current character.
- getRunStart(Enumeration).
Method in interface java.text.AttributedCharacterIterator
- Returns the index of the first character of the run
with respect to the named attributes containing the current character.
- getRuntime().
Static method in class java.lang.Runtime
- Returns the runtime object associated with the current Java application.
- getSQLKeywords().
Method in interface java.sql.DatabaseMetaData
- Get a comma separated list of all a database's SQL keywords
that are NOT also SQL92 keywords.
- getSQLState().
Method in class java.sql.SQLException
- Get the SQLState
- getSQLType().
Method in interface java.sql.Struct
-
- getSQLType().
Method in interface java.sql.SQLData
- Called by the JDBC driver to determine the name of the
SQL user-defined type that is being passed to the database.
- getSample(int, int, int).
Method in class java.awt.image.Raster
- Returns the requested sample in a specified band for a pixel.
- getSample(int, int, int, int, int, int[]).
Method in class java.awt.image.Raster
- Returns an array of ints representing a region of samples.
- getSample(int, int, int, int, int, float[]).
Method in class java.awt.image.Raster
- Returns an array of floats representing a region of samples.
- getSample(int, int, int, int, int, double[]).
Method in class java.awt.image.Raster
- Return an array of ints representing a region of samples
- 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, 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.
- getSample(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.
- getSample(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.
- 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, 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.
- getSample(int, int, int, DataBuffer).
Method in class java.awt.image.MultiPixelPackedSampleModel
- Returns the sample in a specified band for a pixel as an int.
- 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, 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.
- 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).
- getSample(int, int, int, int, int, int[], DataBuffer).
Method in class java.awt.image.SinglePixelPackedSampleModel
- Returns the samples in a specified band for the specified rectangle
of pixels in an int array, one sample per data array element.
- getSampleDouble(int, int, int).
Method in class java.awt.image.Raster
- Returns the requested sample in a specified band for a pixel.
- 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 requested sample in a specified band for a pixel.
- 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 that layout of the image data.
- getSampleModel().
Method in class java.awt.image.BufferedImage
- Return the sample model associated with this image
- getSampleModel().
Method in interface java.awt.image.RenderedImage
- Return the SampleModel associated with this image.
- getSampleSize().
Method in class java.awt.image.SampleModel
- Returns the size in bits of samples for all bands.
- getSampleSize(int).
Method in class java.awt.image.SampleModel
- Returns the size in bits of samples for the specified band.
- getSampleSize().
Method in class java.awt.image.ComponentSampleModel
- Returns the size in bits of samples for all bands.
- getSampleSize(int).
Method in class java.awt.image.ComponentSampleModel
- Returns the size in bits of samples for the specified band.
- getSampleSize().
Method in class java.awt.image.MultiPixelPackedSampleModel
- Returns the size of all bands in bits.
- getSampleSize(int).
Method in class java.awt.image.MultiPixelPackedSampleModel
- Returns the size of the requested bands in bits.
- getSampleSize().
Method in class java.awt.image.BandedSampleModel
- Returns the size in bits of samples for all bands.
- getSampleSize(int).
Method in class java.awt.image.BandedSampleModel
- Returns the size in bits of samples for the specified band.
- getSampleSize().
Method in class java.awt.image.SinglePixelPackedSampleModel
- Returns the size in bits of samples for all bands.
- getSampleSize(int).
Method in class java.awt.image.SinglePixelPackedSampleModel
- Returns the size in bits of samples for the specified band.
- getScale(int).
Method in interface java.sql.ResultSetMetaData
- What's a column's number of digits to right of the decimal point?
- 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.
- getScaledInstance(int, int, int).
Method in class java.awt.Image
- Creates a scaled version of this image.
- getScaledRendering(int, int, Hashtable).
Method in class java.awt.image.renderable.RenderableImageOp
- Gets a RenderedImage instance of this image with width w, and
height h in pixels.
- getScaledRendering(int, int, Hashtable).
Method in interface java.awt.image.renderable.RenderableImage
- Gets a RenderedImage instance of this image with width w, and
height h in pixels.
- 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.BandedSampleModel
- Returns the scanline stride of this BandedSampleModel.
- getScanlineStride().
Method in class java.awt.image.SinglePixelPackedSampleModel
- Returns the scanline stride of this SinglePixelPackedSampleModel.
- getSchemaName().
Method in interface java.sql.SQLType
- Returns a string containing the SQL identifier that names the
SQL schema in which the type is defined.
- getSchemaName(int).
Method in interface java.sql.ResultSetMetaData
- What's a column's table's schema?
- getSchemaTerm().
Method in interface java.sql.DatabaseMetaData
- What's the database vendor's preferred term for "schema"?
- getSchemas().
Method in interface java.sql.DatabaseMetaData
- Get the schema names available in this database.
- getScheme().
Method in interface javax.servlet.ServletRequest
- Returns the scheme of the URL used in this request, for example
"http", "https", or "ftp".
- getScope().
Method in class java.security.Identity
- Returns this identity's scope.
- getScreenDevices().
Method in class java.awt.GraphicsEnvironment
- Returns an array of all of the screen devices.
- 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.
- getScrollOffset().
Method in class java.awt.swing.JTextField
- Gets the scroll offset.
- 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.
- getScrollableBlockIncrement(Rectangle, int, int).
Method in class java.awt.swing.JTable
- Returns The visibleRect.height or visibleRect.width, depending on the
table's orientation.
- getScrollableBlockIncrement(Rectangle, int, int).
Method in class java.awt.swing.JList
-
- getScrollableBlockIncrement(Rectangle, int, int).
Method in class java.awt.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 java.awt.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 java.awt.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 java.awt.swing.JTable
- Returns false to indicate that the height of the viewport does not
determine the height of the table.
- getScrollableTracksViewportHeight().
Method in class java.awt.swing.JList
- If this JList is displayed in a JViewport, don't change its height
when the viewports height changes.
- getScrollableTracksViewportHeight().
Method in class java.awt.swing.JTree
- Returns false to indicate that the height of the viewport does not
determine the height of the table.
- getScrollableTracksViewportHeight().
Method in interface java.awt.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 java.awt.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 java.awt.swing.JTable
- Returns false to indicate that the width of the viewport does not
determine the width of the table.
- getScrollableTracksViewportWidth().
Method in class java.awt.swing.JList
- If this JList is displayed in a JViewport, don't change its width
when the viewports width changes.
- getScrollableTracksViewportWidth().
Method in class java.awt.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 java.awt.swing.JTree
- Returns false to indicate that the width of the viewport does not
determine the width of the table.
- getScrollableTracksViewportWidth().
Method in class java.awt.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 java.awt.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 java.awt.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 java.awt.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 java.awt.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 java.awt.swing.JList
- If we're scrolling downwards (
direction
is
greater than 0), and the first row is completely visible with respect
to visibleRect
, then return its height.
- getScrollableUnitIncrement(Rectangle, int, int).
Method in class java.awt.swing.JTree
- Returns the amount to increment when scrolling.
- getScrollableUnitIncrement(Rectangle, int, int).
Method in class java.awt.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 java.awt.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 java.awt.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.
- getSealBase().
Method in class java.lang.Package
- If the package is sealed, then it returns the base URL from which the
package was loaded.
- getSearchStringEscape().
Method in interface java.sql.DatabaseMetaData
- This is the string that can be used to escape '_' or '%' in
the string pattern style catalog search parameters.
- getSeconds().
Method in class java.util.Date
- Returns the number of seconds past the minute represented by this date.
- getSeconds().
Method in class java.sql.Date
-
- getSecure().
Method in class javax.servlet.http.Cookie
- Returns the value of the 'secure' flag.
- getSecurityContext().
Method in class java.lang.SecurityManager
- Creates an object that encapsulates the current execution
environment.
- getSecurityContext().
Method in class java.rmi.RMISecurityManager
- Return the security context (e.g., a
URL
).
- getSecurityContext(ClassLoader).
Method in interface java.rmi.server.LoaderHandler
- Returns the security context of the given class loader
(e.g., a URL)
- getSecurityContext(ClassLoader).
Static method in class java.rmi.server.RMIClassLoader
- Returns the security context of the given class loader
- 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.
- getSelectedCheckbox().
Method in class java.awt.CheckboxGroup
- Gets the current choice from this check box group.
- getSelectedColumn().
Method in class java.awt.swing.JTable
- Returns the index of the last column selected or added to the selection.
- getSelectedColumnCount().
Method in class java.awt.swing.JTable
- Returns the number of selected columns.
- getSelectedColumnCount().
Method in class java.awt.swing.table.DefaultTableColumnModel
-
- getSelectedColumnCount().
Method in interface java.awt.swing.table.TableColumnModel
-
- getSelectedColumns().
Method in class java.awt.swing.JTable
- Returns the indices of all selected columns.
- getSelectedColumns().
Method in class java.awt.swing.table.DefaultTableColumnModel
-
- getSelectedColumns().
Method in interface java.awt.swing.table.TableColumnModel
-
- getSelectedComponent().
Method in class java.awt.swing.JTabbedPane
- Returns the currently selected component for this tabbedpane.
- getSelectedIcon().
Method in class java.awt.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 java.awt.swing.JTabbedPane
- Returns the currently selected index for this tabbedpane.
- getSelectedIndex().
Method in class java.awt.swing.JList
- A convenience method that returns the first selected index.
- getSelectedIndex().
Method in interface java.awt.swing.SingleSelectionModel
-
- getSelectedIndex().
Method in class java.awt.swing.DefaultSingleSelectionModel
-
- getSelectedIndex().
Method in class java.awt.swing.JComboBox
- Returns the index of the currently selected item in the list.
- getSelectedIndexes().
Method in class java.awt.List
- Gets the selected indexes on the list.
- getSelectedIndices().
Method in class java.awt.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 interface java.awt.swing.ComboBoxModel
- Return the selected item
- getSelectedItem().
Method in class java.awt.swing.JComboBox
- Returns the currently selected item.
- getSelectedItems().
Method in class java.awt.List
- Get the selected items on this scrolling list.
- getSelectedObjects().
Method in class java.awt.Checkbox
- Returns the 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 java.awt.swing.AbstractButton
-
- getSelectedObjects().
Method in class java.awt.swing.DefaultButtonModel
-
- getSelectedObjects().
Method in class java.awt.swing.JComboBox
- Returns an array containing the selected item.
- getSelectedObjects().
Method in class java.awt.swing.JCheckBoxMenuItem
- Returns an array (length 1) containing the checkbox menu item
label or null if the checkbox is not selected.
- getSelectedPath().
Method in class java.awt.swing.MenuSelectionManager
-
- getSelectedRow().
Method in class java.awt.swing.JTable
- Returns the index of the last row selected or added to the selection.
- getSelectedRowCount().
Method in class java.awt.swing.JTable
- Returns the number of selected rows.
- getSelectedRows().
Method in class java.awt.swing.JTable
- Returns the indices of all selected rows.
- getSelectedText().
Method in class java.awt.TextComponent
- Gets the selected text from the text that is
presented by this text component.
- getSelectedText(String[]).
Method in interface java.awt.im.InputMethodRequests
- Gets the currently selected text from the text editing component.
- getSelectedText().
Method in interface java.awt.accessibility.AccessibleText
- Returns the portion of the text that is selected.
- getSelectedText().
Method in class java.awt.swing.text.JTextComponent
- Returns the selected text contained in this TextComponent.
- getSelectedText().
Method in class java.awt.swing.text.JTextComponent.AccessibleJTextComponent
- Returns the portion of the text that is selected.
- getSelectedTextColor().
Method in class java.awt.swing.text.JTextComponent
- Fetches the current color used to render the
selected text.
- getSelectedValue().
Method in class java.awt.swing.JList
- A convenience method that returns the first selected value
or null, if the selection is empty.
- getSelectedValues().
Method in class java.awt.swing.JList
- Return an array of the values for the selected cells.
- getSelection().
Method in class java.awt.swing.ButtonGroup
- Return the selected button model.
- getSelectionBackground().
Method in class java.awt.swing.JTable
- Returns the background color for selected cells.
- getSelectionBackground().
Method in class java.awt.swing.JList
- Returns the background color for selected cells.
- getSelectionColor().
Method in class java.awt.swing.text.JTextComponent
- Fetches the current color used to render the
selection.
- getSelectionCount().
Method in class java.awt.swing.JTree
- Returns the number of nodes selected.
- getSelectionCount().
Method in class java.awt.swing.tree.DefaultTreeSelectionModel
- Returns the number of paths that are selected.
- getSelectionCount().
Method in interface java.awt.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 java.awt.accessibility.AccessibleText
- Returns the end offset within the selected text.
- getSelectionEnd().
Method in class java.awt.swing.text.JTextComponent
- Returns the selected text's end position.
- getSelectionEnd().
Method in class java.awt.swing.text.JTextComponent.AccessibleJTextComponent
- Returns the end offset within the selected text.
- getSelectionForeground().
Method in class java.awt.swing.JTable
- Returns the foreground color for selected cells.
- getSelectionForeground().
Method in class java.awt.swing.JList
- Returns the foreground color.
- getSelectionMode().
Method in interface java.awt.swing.ListSelectionModel
-
- getSelectionMode().
Method in class java.awt.swing.JList
-
- getSelectionMode().
Method in class java.awt.swing.DefaultListSelectionModel
-
- getSelectionMode().
Method in class java.awt.swing.tree.DefaultTreeSelectionModel
- Returns the selection mode.
- getSelectionMode().
Method in interface java.awt.swing.tree.TreeSelectionModel
- Returns the selection mode.
- getSelectionModel().
Method in class java.awt.swing.JTable
- Returns the ListSelectionModel that is used to maintain row
selection state.
- getSelectionModel().
Method in class java.awt.swing.JList
- Returns the value of the current selection model.
- getSelectionModel().
Method in class java.awt.swing.JPopupMenu
- Returns the model object that handles single selections.
- getSelectionModel().
Method in class java.awt.swing.JTree
- Returns the model for selections.
- getSelectionModel().
Method in class java.awt.swing.JMenuBar
- Returns the model object that handles single selections.
- getSelectionModel().
Method in class java.awt.swing.table.DefaultTableColumnModel
- Returns the ListSelectionModel that is used to maintain column
selection state.
- getSelectionModel().
Method in interface java.awt.swing.table.TableColumnModel
-
- getSelectionPainter().
Method in class java.awt.swing.text.DefaultCaret
- Gets the painter for the Highlighter.
- getSelectionPath().
Method in class java.awt.swing.JTree
- Returns the path to the first selected node.
- getSelectionPath().
Method in class java.awt.swing.tree.DefaultTreeSelectionModel
- Returns the first path in the selection.
- getSelectionPath().
Method in interface java.awt.swing.tree.TreeSelectionModel
- Returns the first path in the selection.
- getSelectionPaths().
Method in class java.awt.swing.JTree
- Returns the paths of all selected values.
- getSelectionPaths().
Method in class java.awt.swing.tree.DefaultTreeSelectionModel
- Returns the paths in the selection.
- getSelectionPaths().
Method in interface java.awt.swing.tree.TreeSelectionModel
- Returns the paths in the selection.
- getSelectionRows().
Method in class java.awt.swing.JTree
- Returns all of the currently selected rows.
- getSelectionRows().
Method in class java.awt.swing.tree.DefaultTreeSelectionModel
- Returns all of the currently selected rows.
- getSelectionRows().
Method in interface java.awt.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 java.awt.accessibility.AccessibleText
- Returns the start offset within the selected text.
- getSelectionStart().
Method in class java.awt.swing.text.JTextComponent
- Returns the selected text's start position.
- getSelectionStart().
Method in class java.awt.swing.text.JTextComponent.AccessibleJTextComponent
- Returns the start offset within the selected text.
- getSelectionValues().
Method in class java.awt.swing.JOptionPane
- Returns the selection values.
- 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.
- getSerialNumber().
Method in class java.security.cert.X509Certificate
- Gets the
serialNumber
value from the certificate.
- getSerialNumber().
Method in class java.security.cert.RevokedCertificate
- Gets the serial number for this RevokedCertificate,
the userCertificate.
- getSerialVersionUID().
Method in class java.io.ObjectStreamClass
- Return the serialVersionUID for this class.
- getServerData().
Method in class java.rmi.server.SocketType
- Return the server-specific data for this descriptor.
- getServerInfo().
Method in interface javax.servlet.ServletContext
- Returns the name and version of the network service under which
the servlet is running.
- getServerName().
Method in interface javax.servlet.ServletRequest
- Returns the host name of the server that received the request.
- getServerPort().
Method in interface javax.servlet.ServletRequest
- Returns the port number on which this request was received.
- getService(BeanContextServices, Object, Class, Object).
Method in interface java.beans.beancontext.BeanContextServiceProvider
- request an instance of a service,
- 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
- 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
-
- getServlet().
Method in class javax.servlet.UnavailableException
- Returns the servlet that is reporting its unavailability.
- getServlet(String).
Method in interface javax.servlet.ServletContext
- Returns the servlet of the specified name, or null if not
found.
- getServletConfig().
Method in interface javax.servlet.Servlet
- Returns a servlet config object, which contains any
initialization parameters and startup configuration for this
servlet.
- getServletConfig().
Method in class javax.servlet.GenericServlet
- Returns a servletConfig object containing any startup
configuration information for this servlet.
- getServletContext().
Method in interface javax.servlet.ServletConfig
- Returns the context for the servlet.
- getServletContext().
Method in class javax.servlet.GenericServlet
- Returns a ServletContext object, which contains information
about the network service in which the servlet is running.
- getServletInfo().
Method in interface javax.servlet.Servlet
- Returns a string containing information about the servlet, such as
its author, version, and copyright.
- getServletInfo().
Method in class javax.servlet.GenericServlet
- Returns a string that contains information about the servlet,
such as its author, version, and copyright.
- getServletNames().
Method in interface javax.servlet.ServletContext
- Returns an enumeration of the Servlet object names in this server.
- getServletPath().
Method in interface javax.servlet.http.HttpServletRequest
- Gets the part of this request's URI that refers to the servlet
being invoked.
- getServlets().
Method in interface javax.servlet.ServletContext
- Returns an enumeration of the Servlet objects in this server.
- getSession().
Method in class javax.servlet.http.HttpSessionBindingEvent
- Returns the session into which the listener is being bound or
from which the listener is being unbound.
- getSession(boolean).
Method in interface javax.servlet.http.HttpServletRequest
- Gets the current valid session associated with this request, if
create is false or, if necessary, creates a new session for the
request, if create is true.
- getSession(String).
Method in interface javax.servlet.http.HttpSessionContext
- Returns the session bound to the specified session ID.
- getSessionContext().
Method in interface javax.servlet.http.HttpSession
- Returns the context in which this session is bound.
- getShadowColor(Component).
Method in class java.awt.swing.border.EtchedBorder
- Returns the shadow color of the etched border.
- getShadowInnerColor(Component).
Method in class java.awt.swing.border.BevelBorder
- Returns the inner shadow color of the bevel border.
- getShadowOuterColor(Component).
Method in class java.awt.swing.border.BevelBorder
- Returns the outer shadow color of the bevel border.
- getSharedAncestor(DefaultMutableTreeNode).
Method in class java.awt.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.
- getShort(Object).
Method in class java.lang.reflect.Field
- Get the value of a field as a short on 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(int).
Method in interface java.sql.ResultSet
- Get the value of a column in the current row as a Java short.
- getShort(String).
Method in interface java.sql.ResultSet
- Get the value of a column in the current row as a Java short.
- getShort(int).
Method in interface java.sql.CallableStatement
- Get the value of a SMALLINT parameter as a Java short.
- getShortDescription().
Method in class java.beans.FeatureDescriptor
-
- getShortMonths().
Method in class java.text.DateFormatSymbols
- Gets short month strings.
- getShortParameter(int).
Method in class java.awt.image.renderable.ParameterBlock
- A convenience class to return a parameter as a short.
- getShortWeekdays().
Method in class java.text.DateFormatSymbols
- Gets short weekday strings.
- 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 has been specified.
- getShowHorizontalLines().
Method in class java.awt.swing.JTable
- Returns true if the receiver draws horizontal lines between cells, false if it
doesn't.
- getShowVerticalLines().
Method in class java.awt.swing.JTable
- Returns true if the receiver draws vertical lines between cells, false if it
doesn't.
- getShowsRootHandles().
Method in class java.awt.swing.JTree
- Returns true if handles for the root nodes are displayed.
- getSiblingCount().
Method in class java.awt.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
- Get the signers of this class.
- getSize().
Method in class java.util.zip.ZipEntry
- Returns the uncompressed size of the entry data, or -1 if not known.
- 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 (width and height) of this rectangle.
- getSize().
Method in class java.awt.Font
- Returns the point size of the font, rounded to integer.
- getSize().
Method in class java.awt.image.DataBuffer
- Returns the size of the default bank in array elements.
- getSize().
Method in class java.awt.font.TextAttributeSet
- Returns the number of attributes.
- getSize().
Method in interface java.awt.accessibility.AccessibleComponent
- Returns the size of this object in the form of a Dimension object.
- getSize().
Method in class java.awt.swing.JFrame.AccessibleJFrame
- Returns the size of this object in the form of a Dimension object.
- getSize().
Method in class java.awt.swing.Box.Filler.AccessibleBoxFiller
- Returns the size of this object in the form of a Dimension object.
- getSize().
Method in class java.awt.swing.Box.AccessibleBox
- Returns the size of this object in the form of a Dimension object.
- getSize(Dimension).
Method in class java.awt.swing.JComponent
- Store the width/height of this component into "return value" rv
and return rv.
- getSize().
Method in class java.awt.swing.JComponent.AccessibleJComponent
- Returns the size of this object in the form of a Dimension object.
- getSize().
Method in class java.awt.swing.JWindow.AccessibleJWindow
- Returns the size of this object in the form of a Dimension object.
- getSize().
Method in class java.awt.swing.JTable.AccessibleJTable.AccessibleJTableCell
-
- getSize().
Method in class java.awt.swing.JDialog.AccessibleJDialog
- Returns the size of this object in the form of a Dimension object.
- getSize().
Method in class java.awt.swing.JList.AccessibleJList.AccessibleJListChild
-
- getSize().
Method in interface java.awt.swing.ListModel
- Returns the length of the list.
- getSize().
Method in class java.awt.swing.JApplet.AccessibleJApplet
- Returns the size of this object in the form of a Dimension object.
- getSize().
Method in class java.awt.swing.JPopupMenu.WindowPopup.AccessibleWindowPopup
- Returns the size of this object in the form of a Dimension
object.
- getSize().
Method in class java.awt.swing.JTree.AccessibleJTree.AccessibleJTreeNode
-
- getSize().
Method in class java.awt.swing.JComboBox.AccessibleJComboBox.AccessibleJComboBoxList
-
- getSize().
Method in class java.awt.swing.DefaultListModel
-
- getSize().
Method in class java.awt.swing.CellRendererPane.AccessibleCellRendererPane
- Returns the size of this object in the form of a Dimension object.
- getSize().
Method in class java.awt.swing.table.JTableHeader.AccessibleJTableHeader.AccessibleJTableHeaderEntry
-
- getSize().
Method in interface java.text.AttributeSet
- Returns the number of attributes.
- getSize2D().
Method in class java.awt.Font
- Returns the point size of the font in float.
- getSnapToTicks().
Method in class java.awt.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.
- 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.
- getSocketFactory().
Static method in class java.rmi.server.RMISocketFactory
- Returns the socket factory used by RMI.
- getSource().
Method in class java.util.EventObject
-
- 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(int).
Method in class java.awt.image.renderable.ParameterBlock
- Returns a source as a general Object.
- getSourceActions().
Method in class java.awt.dnd.DropTargetDragEvent
-
- getSourceActions().
Method in class java.awt.dnd.DropTargetDropEvent
-
- getSourceActions().
Method in class java.awt.dnd.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
- getSourceString().
Method in class java.text.CollationKey
- Returns the String that this CollationKey represents.
- getSources().
Method in class java.awt.image.BufferedImage
- Return a vector of RenderedImages that are the sources of
Image data for this RenderedImage.
- getSources().
Method in interface java.awt.image.RenderedImage
- Return a vector of RenderedImages that are the 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.
- getSpaceAbove(AttributeSet).
Static method in class java.awt.swing.text.StyleConstants
- Gets the space above setting.
- getSpaceBelow(AttributeSet).
Static method in class java.awt.swing.text.StyleConstants
- Gets the space below setting.
- 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 provided
the classes that implement this package.
- getSpecificationVersion().
Method in class java.lang.Package
- Returns the version number of the specification
that this package implements.
- getStartOffset().
Method in class java.awt.swing.text.AbstractDocument.AbstractElement
- Gets the starting offset in the model for the element.
- getStartOffset().
Method in class java.awt.swing.text.AbstractDocument.BranchElement
- Gets the starting offset in the model for the element.
- getStartOffset().
Method in class java.awt.swing.text.AbstractDocument.LeafElement
- Gets the starting offset in the model for the element.
- getStartOffset().
Method in class java.awt.swing.text.View
- Fetches the portion of the model that this view is
responsible for.
- getStartOffset().
Method in interface java.awt.swing.text.Highlighter.Highlight
- Gets the starting model offset for the highlight.
- getStartOffset().
Method in interface java.awt.swing.text.Element
- Fetches the offset from the beginning of the document
that this element begins at.
- getStartPoint().
Method in class java.awt.geom.Arc2D
- Returns the starting point of the arc.
- getStartPosition().
Method in class java.awt.swing.text.AbstractDocument
- Returns a position that represents the start of the document.
- getStartPosition().
Method in interface java.awt.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.im.InputMethodHighlight
- Returns the conversion state of the text range.
- getState().
Method in class java.awt.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
Return the Statement that produced te ResultSet.
- getStatus().
Method in class java.awt.image.PixelGrabber
- Return the status of the pixels.
- getStrength().
Method in class java.text.Collator
- Returns this Collator's strength property.
- getStrikethroughOffsetFor(char).
Method in class java.awt.Font
- Return the strikethrough offset from the roman baseline for this
character.
- getStrikethroughThicknessFor(char).
Method in class java.awt.Font
- Return the strikethrough thickness for this character.
- getString(String).
Method in class java.util.ResourceBundle
- Get an object from a ResourceBundle.
- getString(Object).
Static method in class java.awt.swing.UIManager
-
- getString(Object).
Method in class java.awt.swing.UIDefaults
- If the value of
key
is a String return it, otherwise
return null.
- getString(int, int).
Method in interface java.awt.swing.text.AbstractDocument.Content
- Fetches a string of characters contained in the sequence.
- getString(int, int).
Method in class java.awt.swing.text.StringContent
- Retrieves a portion of the content.
- getString(int).
Method in interface java.sql.ResultSet
- Get the value of a column in the current row as a Java String.
- getString(String).
Method in interface java.sql.ResultSet
- Get the value of a column in the current row as a Java String.
- getString(int, int).
Method in interface java.sql.ClobLocator
- Return copy of the substring of the CLOB at the requested position.
- getString(int).
Method in interface java.sql.CallableStatement
- Get the value of a CHAR, VARCHAR, or LONGVARCHAR parameter as a Java String.
- getStringArray(String).
Method in class java.util.ResourceBundle
- Get an object from a ResourceBundle.
- getStringFunctions().
Method in interface java.sql.DatabaseMetaData
- Get a comma separated list of string functions.
- getStringOutline().
Method in class java.awt.font.StyledString
- Returns the Shape object for this StyledString, which is the union
of all the outlines for glyphs in the StyledString.
- getStroke().
Method in class java.awt.Graphics2D
- Returns the current Stroke in the Graphics2D state.
- getStroke().
Method in class java.awt.print.ProxyGraphics2D
- Returns the current Stroke in the Graphics2D state.
- getStrongCaret(TextHitInfo, TextHitInfo, TextLayout).
Method in class java.awt.font.TextLayout.CaretPolicy
- Choose one of the given TextHitInfo instances as a strong
caret in the given TextLayout.
- getStructLocator(int).
Method in interface java.sql.ResultSet
- JDBC 2.0
Get a LOCATOR(<structured-type>) column.
- getStructLocator(String).
Method in interface java.sql.ResultSet
- JDBC 2.0
Get a LOCATOR(<structured-type>) column.
- getStructLocator(int).
Method in interface java.sql.CallableStatement
- JDBC 2.0
Get a LOCATOR(<structured-type>) OUT parameter.
- getStyle().
Method in class java.awt.Font
- Returns the style of the font.
- getStyle(String).
Method in class java.awt.swing.JTextPane
- Fetches a named style previously added.
- getStyle(String).
Method in class java.awt.swing.text.DefaultStyledDocument
- Fetches a named style previously added.
- getStyle(String).
Method in interface java.awt.swing.text.StyledDocument
- Fetches a named style previously added.
- getStyle(String).
Method in class java.awt.swing.text.StyleContext
- Fetches a named style previously added to the document
- getStyleNames().
Method in class java.awt.swing.text.StyleContext
- Fetches the names of the styles defined.
- getStyledDocument().
Method in class java.awt.swing.JTextPane
- Fetches the model associated with the editor.
- getStyledDocument(JEditorPane).
Method in class java.awt.swing.text.StyledEditorKit.StyledTextAction
-
- getStyledEditorKit().
Method in class java.awt.swing.JTextPane
-
- getStyledEditorKit(JEditorPane).
Method in class java.awt.swing.text.StyledEditorKit.StyledTextAction
-
- getSubElements().
Method in interface java.awt.swing.MenuElement
- This method should return an array containing the sub-elements for the receiving menu element
- getSubElements().
Method in class java.awt.swing.JMenuItem
- This method returns an array containing the sub-menu components for this menu component.
- getSubElements().
Method in class java.awt.swing.JMenu
- This method should return an array containing the sub-menu components for this menu component
- getSubElements().
Method in class java.awt.swing.JPopupMenu
-
- getSubElements().
Method in class java.awt.swing.JMenuBar
- Implemented to be a MenuElement -- returns the menus in this menu
bar.
- getSubType().
Method in class java.util.mime.MimeType
- Retrieve the sub type of this object.
- getSubType().
Method in class java.awt.datatransfer.DataFlavor
-
- getSubimage(int, int, int, int).
Method in class java.awt.image.BufferedImage
- Returns a subimage given a 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.
- getSuperclass().
Method in class java.lang.Class
- If this object represents any class other than the class
Object
, then the object that represents the superclass
of that class is returned.
- getSymbols().
Method in class java.awt.image.codec.JPEGHuffmanTable
- Return an array containing the Huffman symbols arranged by increasing
length.
- 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.
- 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
- Get a comma separated list of system functions.
- getSystemResource(String).
Static method in class java.lang.ClassLoader
- Finds the system resource with the given name.
- getSystemResourceAsStream(String).
Static method in class java.lang.ClassLoader
- Returns an input stream for reading the specified system resource.
- getSystemResources(String).
Static method in class java.lang.ClassLoader
- Returns an enumeration of URLs specifying all of the system
resources with the specified name.
- getSystemScope().
Static method in class java.security.IdentityScope
- Returns the system's identity scope.
- getTBSCertList().
Method in class java.security.cert.X509CRL
- Gets the DER-encoded CRL information, the
tbsCertList
from this CRL.
- getTBSCertificate().
Method in class java.security.cert.X509Certificate
- Gets the DER-encoded certificate information, the
tbsCertificate
from this certificate.
- 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.
- getTTL().
Method in class java.net.MulticastSocket
- Get the default time-to-live for multicast packets sent out
on the socket.
- getTTL().
Method in class java.net.DatagramSocketImpl
- Retrieve the TTL (time-to-live) option.
- getTab(int).
Method in class java.awt.swing.text.TabSet
- Returns the TabStop at index
index
.
- getTabAfter(float).
Method in class java.awt.swing.text.TabSet
- Returns the Tab instance after
location
.
- getTabCount().
Method in class java.awt.swing.JTabbedPane
- Returns the number of tabs in this tabbedpane.
- getTabCount().
Method in class java.awt.swing.text.TabSet
- Returns the number of Tab instances the receiver contains.
- getTabIndex(TabStop).
Method in class java.awt.swing.text.TabSet
-
- getTabIndexAfter(float).
Method in class java.awt.swing.text.TabSet
- Returns the index of the Tab to be used after
location
.
- getTabPlacement().
Method in class java.awt.swing.JTabbedPane
- Returns the placement of the tabs for this tabbedpane.
- getTabRunCount().
Method in class java.awt.swing.JTabbedPane
- Returns the number of tab runs currently used to display
the tabs.
- getTabSet(AttributeSet).
Static method in class java.awt.swing.text.StyleConstants
- Gets the TabSet.
- getTabSize().
Method in class java.awt.swing.JTextArea
- Gets the number of characters used to expand tabs.
- getTabSize().
Method in class java.awt.swing.text.PlainView
- Returns the tab size set for the document, defaulting to 8.
- getTabSize().
Method in class java.awt.swing.text.WrappedPlainView
- Returns the tab size set for the document, defaulting to 8.
- getTabbedSpan(float, TabExpander).
Method in interface java.awt.swing.text.TabableView
- Determines the desired span when using the given
tab expansion implementation.
- getTabbedSpan(float, TabExpander).
Method in class java.awt.swing.text.LabelView
- Determines the desired span when using the given
tab expansion implementation.
- getTabbedTextOffset(Segment, FontMetrics, int, int, TabExpander, int).
Static method in class java.awt.swing.text.Utilities
- Determines the relative offset into the given text that
best represents the given span in the view coordinate
system.
- getTabbedTextWidth(Segment, FontMetrics, int, TabExpander, int).
Static method in class java.awt.swing.text.Utilities
- Determines the width of the given segment of text taking tabs
into consideration.
- getTable().
Method in class java.awt.image.codec.JPEGQTable
- Returns the current quantization table as an array of ints in
zig zag order.
- getTable().
Method in class java.awt.swing.table.JTableHeader
- Returns the header's partner table
- getTableCellEditorComponent(JTable, Object, boolean, int, int).
Method in class java.awt.swing.DefaultCellEditor
-
- getTableCellEditorComponent(JTable, Object, boolean, int, int).
Method in interface java.awt.swing.table.TableCellEditor
- Sets an initial value for the editor.
- getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int).
Method in interface java.awt.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 java.awt.swing.table.DefaultTableCellRenderer
-
- getTableHeader().
Method in class java.awt.swing.JTable
- Returns the tableHeader working with this JTable.
- getTableName(int).
Method in interface java.sql.ResultSetMetaData
- What's a column's table name?
- getTablePrivileges(String, String, String).
Method in interface java.sql.DatabaseMetaData
- Get a description of the access rights for each table available
in a catalog.
- getTableTypes().
Method in interface java.sql.DatabaseMetaData
- Get the table types available in this database.
- getTables(String, String, String, String[]).
Method in interface java.sql.DatabaseMetaData
- Get a description of tables available in a catalog.
- 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.
- getTargetActions().
Method in class java.awt.dnd.DragSourceDragEvent
-
- getTargetActions().
Method in class java.awt.dnd.DropTargetContext
-
- getTargetException().
Method in class java.lang.reflect.InvocationTargetException
- Get the thrown target exception.
- 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.awt.swing.AbstractButton
- Returns the button's text.
- getText().
Method in class java.awt.swing.JLabel
- Returns the text string that the label displays.
- getText(int, int).
Method in class java.awt.swing.text.JTextComponent
- Fetches a portion of the text represented by the
component.
- getText().
Method in class java.awt.swing.text.JTextComponent
- Returns the text contained in this TextComponent.
- getText(int, int).
Method in class java.awt.swing.text.AbstractDocument
- Gets a sequence of text from the document.
- getText(int, int, Segment).
Method in class java.awt.swing.text.AbstractDocument
- Gets some text from the document potentially without
making a copy.
- getText(int, int).
Method in interface java.awt.swing.text.Document
- Fetches the text contained within the given portion
of the document.
- getText(int, int, Segment).
Method in interface java.awt.swing.text.Document
- Fetches the text contained within the given portion
of the document.
- getText().
Method in class java.text.BreakIterator
- Get the text being scanned
- getTextComponent(ActionEvent).
Method in class java.awt.swing.text.TextAction
- Determine the component to use for the action.
- getThickness().
Method in class java.awt.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 this thread's thread group.
- 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.
- getThreadGroup().
Method in class java.rmi.RMISecurityManager
- Return the thread group that new threads should be created in.
- getThreshold().
Method in class java.awt.image.ThresholdOp
- Returns the threshold value.
- getTile(int, int).
Method in class java.awt.image.BufferedImage
- Return tile# x, y.
- getTile(int, int).
Method in interface java.awt.image.RenderedImage
- Return tile (X, Y).
- getTileChangeListeners().
Method in interface java.awt.image.WritableRenderedImage
- Return a Vector of TileChangeListener objects.
- getTileChangeListeners().
Method in class java.awt.image.BufferedImage
- Forward work to a TileChangeMulticaster.
- getTileChangeListeners().
Method in class java.awt.image.TileChangeMulticaster
- Allow the multicaster to return its list of listeners.
- getTileGridXOffset().
Method in class java.awt.image.BufferedImage
- Return the X offset of tile grid relative to the origin
- getTileGridXOffset().
Method in interface java.awt.image.RenderedImage
- Return 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
- Return the Y offset of tile grid relative to the origin
- getTileGridYOffset().
Method in interface java.awt.image.RenderedImage
- Return 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
- Return the height of the tile in pixel
- getTileHeight().
Method in interface java.awt.image.RenderedImage
- Return the tile height in pixels.
- getTileWidth().
Method in class java.awt.image.BufferedImage
- Return the width of tile in pixel
- getTileWidth().
Method in interface java.awt.image.RenderedImage
- Return the tile width in pixels.
- getTiledSizeRequirements(SizeRequirements[]).
Static method in class java.awt.swing.SizeRequirements
- Determines the total space necessary to
place a set of components end-to-end.
- getTime().
Method in class java.util.Calendar
- Gets this Calendar's current time.
- 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.zip.ZipEntry
- Returns the modification time of the entry, or -1 if not specified.
- getTime(int).
Method in interface java.sql.ResultSet
- Get the value of a column in the current row as a java.sql.Time object.
- getTime(String).
Method in interface java.sql.ResultSet
- Get 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 SQL TIME parameter as a java.sql.Time object.
- getTimeDateFunctions().
Method in interface java.sql.DatabaseMetaData
- Get 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.
- 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.
- getTimeZone().
Method in class java.text.DateFormat
- Gets the time zone.
- getTimestamp(int).
Method in interface java.sql.ResultSet
- Get the value of a column in the current row as a java.sql.Timestamp object.
- getTimestamp(String).
Method in interface java.sql.ResultSet
- Get the value of a column in the current row as a java.sql.Timestamp object.
- getTimestamp(int).
Method in interface java.sql.CallableStatement
- Get the value of a SQL TIMESTAMP parameter as a java.sql.Timestamp object.
- getTimezoneOffset().
Method in class java.util.Date
- Returns the offset, measured in minutes, for the local time zone
relative to UTC that is appropriate for the time represented by
this Date object.
For example, in Massachusetts, five time zones west of Greenwich:
new Date(96, 1, 14).getTimezoneOffset() returns 300
because on February 14, 1996, standard time (Eastern Standard Time)
is in use, which is offset five hours from UTC; but:
new Date(96, 5, 1).getTimezoneOffset() returns 240
because on May 1, 1996, daylight savings time (Eastern Daylight Time)
is in use, which is offset only four hours from UTC.
This method produces teh same result as if it computed:
(this.getTime() - UTC(this.getYear(),
this.getMonth(),
this.getDate(),
this.getHours(),
this.getMinutes(),
this.getSeconds())) / (60 * 1000)
- getTipText().
Method in class java.awt.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 java.awt.swing.JInternalFrame
- Returns the current JInternalFrame title.
- getTitle().
Method in class java.awt.swing.border.TitledBorder
- Returns the title of the titled border.
- getTitleAt(int).
Method in class java.awt.swing.JTabbedPane
- Returns the tab title at index.
- getTitleColor().
Method in class java.awt.swing.border.TitledBorder
- Returns the title-color of the titled border.
- getTitleFont().
Method in class java.awt.swing.border.TitledBorder
- Returns the title-font of the titled border.
- getTitleJustification().
Method in class java.awt.swing.border.TitledBorder
- Returns the title-justification of the titled border.
- getTitlePosition().
Method in class java.awt.swing.border.TitledBorder
- Returns the title-position of the titled border.
- getToIndex().
Method in class java.awt.swing.event.TableColumnModelEvent
- Returns the toIndex.
- getToolTipLocation(MouseEvent).
Method in class java.awt.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 java.awt.swing.JComponent
- Return the tooltip string that has been set with setToolTipText()
- getToolTipText(MouseEvent).
Method in class java.awt.swing.JComponent
- Returns the string to be used as the tooltip for event.
- getToolTipText(MouseEvent).
Method in class java.awt.swing.JTabbedPane
-
- getToolTipText(MouseEvent).
Method in class java.awt.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 java.awt.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 java.awt.swing.table.JTableHeader
- Overriding to allow renderer's tips to be used if it has
text set.
- 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.
- getTop().
Method in class java.awt.geom.RectangularShape
- Returns the Y coordinate of the top edge of the shape in
double precision.
- getTopComponent().
Method in class java.awt.swing.JSplitPane
- Returns the component above, or to the left of the divider.
- getTopInset().
Method in class java.awt.swing.text.CompositeView
- Gets the top inset.
- getTopLevelAncestor().
Method in class java.awt.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 java.awt.swing.table.DefaultTableColumnModel
-
- getTotalColumnWidth().
Method in interface java.awt.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.
- getTransactionIsolation().
Method in interface java.sql.Connection
- Get this Connection's current transaction isolation mode.
- 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
- Get the number of bytes of data actually transferred.
- getTransferType().
Method in class java.awt.image.Raster
-
- getTransferType().
Method in class java.awt.image.SampleModel
- Returns the transfer type of the data.
- getTransferType().
Method in class java.awt.image.ComponentSampleModel
- Returns the transfer type of the underlying data.
- getTransferType().
Method in class java.awt.image.MultiPixelPackedSampleModel
- Returns the tranfer type of the data
- getTransferType().
Method in class java.awt.image.BandedSampleModel
- Returns the transfer type of the underlying data.
- getTransferType().
Method in class java.awt.image.SinglePixelPackedSampleModel
- Returns the transfer type of the data
- getTransferable().
Method in class java.awt.dnd.DropTargetDropEvent
-
- getTransferable().
Method in class java.awt.dnd.DragSourceContext
-
- getTransferable().
Method in class java.awt.dnd.DropTargetContext
- get the Transferable (proxy) operand of this operation
- getTransform().
Method in class java.awt.Graphics2D
- Returns the current transform in the Graphics2D state.
- getTransform().
Method in class java.awt.Font
- Returns the transform associated with this font.
- getTransform().
Method in class java.awt.image.AffineTransformOp
- Returns the current transform.
- getTransform().
Method in class java.awt.image.renderable.RenderContext
- Gets the current user-to-device AffineTransform.
- getTransform().
Method in class java.awt.print.PageFormat
- Return a transform that will translate user
space drawing to the requested orientation
orientation of the page, taking into account
portait-landscape and horizontal-vertical flipping.
- getTransform().
Method in class java.awt.print.ProxyGraphics2D
- Returns the current Transform in the Graphics2D state.
- 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 translation element (m02) of the 3x3
affine transformation matrix.
- getTranslateY().
Method in class java.awt.geom.AffineTransform
- Returns the Y coordinate translation element (m12) of the 3x3
affine transformation matrix.
- getTransparency().
Method in interface java.awt.Transparency
- Returns the transparency type.
- getTransparency().
Method in class java.awt.TexturePaint
- Return the transparency mode for this TexturePaint.
- getTransparency().
Method in class java.awt.GradientPaint
- Return 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.
- getTreeCellEditorComponent(JTree, Object, boolean, boolean, boolean, int).
Method in class java.awt.swing.DefaultCellEditor
-
- getTreeCellEditorComponent(JTree, Object, boolean, boolean, boolean, int).
Method in interface java.awt.swing.tree.TreeCellEditor
- Sets an initial value for the editor.
- getTreeCellRendererComponent(JTree, Object, boolean, boolean, boolean, int, boolean).
Method in interface java.awt.swing.tree.TreeCellRenderer
- Sets the value of the current tree cell to
value
.
- 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.
- getTreePath().
Method in class java.awt.swing.event.TreeModelEvent
-
- getTrigger().
Method in class java.awt.dnd.DragSourceContext
-
- getType(char).
Static method in class java.lang.Character
- Returns a value indicating a character category.
- 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.io.ObjectStreamField
- Get the type of the field.
- getType().
Method in class java.awt.Cursor
- Returns the type for this cursor.
- getType().
Method in class java.awt.GraphicsDevice
- Returns the type of the graphics device.
- getType().
Method in class java.awt.image.BufferedImage
- Returns the image type.
- 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
- Return 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.swing.text.AbstractDocument.DefaultDocumentEvent
- Returns the type of event
- getType().
Method in class java.awt.swing.text.DefaultStyledDocument.ElementSpec
- Gets the element type.
- getType().
Method in class java.awt.swing.event.ListDataEvent
-
- getType().
Method in class java.awt.swing.event.TableModelEvent
- Returns the type of event - one of: INSERT, UPDATE and DELETE.
- getType().
Method in interface java.awt.swing.event.DocumentEvent
- Gets the type of event.
- getType().
Method in interface java.sql.ResultSet
- JDBC 2.0
Return the type of this result set.
- getTypeCode().
Method in class java.io.ObjectStreamField
-
- getTypeCode().
Method in interface java.sql.SQLType
- Returns the type-code from java.sql.Types denoting this
SQL type.
- getTypeInfo().
Method in interface java.sql.DatabaseMetaData
- Get a description of all the standard SQL types supported by
this database.
- getTypeMap().
Method in interface java.sql.Connection
- JDBC 2.0
* Get the type-map object associated with this connection.
- getTypeName().
Method in interface java.sql.SQLType
- Returns a string containing the SQL identifier that names the
SQL type in its schema.
- getTypeString().
Method in class java.io.ObjectStreamField
-
- getUDTs(String, String, String, int[]).
Method in interface java.sql.DatabaseMetaData
- JDBC 2.0
Get a description of the user-defined types defined in a particular
schema.
- getUI().
Method in class java.awt.swing.JTabbedPane
- Returns the UI object which implements the L&F for this component.
- getUI().
Method in class java.awt.swing.AbstractButton
- Returns the button's current UI.
- getUI(JComponent).
Static method in class java.awt.swing.UIManager
-
- getUI().
Method in class java.awt.swing.JTable
- Returns the L&F object that renders this component.
- getUI(JComponent).
Method in class java.awt.swing.UIDefaults
- Create an ComponentUI implementation for the
specified component.
- getUI().
Method in class java.awt.swing.JLabel
- Returns the L&F object that renders this component.
- getUI().
Method in class java.awt.swing.JSplitPane
- Returns the SplitPaneUI that is providing the current look and
feel.
- getUI().
Method in class java.awt.swing.JToolTip
- Returns the L&F object that renders this component.
- getUI().
Method in class java.awt.swing.JDesktopPane
-
- getUI().
Method in class java.awt.swing.JSlider
- Gets the UI object which implements the L&F for this component.
- getUI().
Method in class java.awt.swing.JList
- Returns the L&F object that renders this component.
- getUI().
Method in class java.awt.swing.JInternalFrame
-
- getUI().
Method in class java.awt.swing.JInternalFrame.JDesktopIcon
-
- getUI().
Method in class java.awt.swing.JScrollPane
-
- getUI().
Method in class java.awt.swing.JScrollBar
- Returns the delegate that implements the look and feel for
this component.
- getUI().
Method in class java.awt.swing.JPopupMenu
- Returns the L&F object that renders this component.
- getUI().
Method in class java.awt.swing.JToolBar
- Returns the toolbar's current UI.
- getUI().
Method in class java.awt.swing.JTree
- Returns the L&F object that renders this component.
- getUI().
Method in class java.awt.swing.JSeparator
- /**
Returns the L&F object that renders this component.
- getUI().
Method in class java.awt.swing.JOptionPane
- Returns the UI object which implements the L&F for this component.
- getUI().
Method in class java.awt.swing.JProgressBar
- Returns the L&F object that renders this component.
- getUI().
Method in class java.awt.swing.JComboBox
- Returns the L&F object that renders this component.
- getUI().
Method in class java.awt.swing.JMenuBar
- Returns the menubar's current UI.
- getUI().
Method in class java.awt.swing.text.JTextComponent
- Fetches the user-interface factory for this text-oriented editor.
- getUI().
Method in class java.awt.swing.table.JTableHeader
-
- getUIClass(String).
Method in class java.awt.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 java.awt.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 java.awt.swing.JTabbedPane
- Returns the name of the UI class that implements the
L&F for this component.
- getUIClassID().
Method in class java.awt.swing.JToggleButton
- Returns a string that specifies the name of the l&f class
that renders this component.
- getUIClassID().
Method in class java.awt.swing.JTable
- Returns the name of the L&F class that renders this component.
- getUIClassID().
Method in class java.awt.swing.JButton
- Returns a string that specifies the name of the L&F class
that renders this component.
- getUIClassID().
Method in class java.awt.swing.JMenuItem
- Returns the name of the L&F class that renders this component.
- getUIClassID().
Method in class java.awt.swing.JRadioButtonMenuItem
- Returns the name of the L&F class that renders this component.
- getUIClassID().
Method in class java.awt.swing.JCheckBox
- Returns a string that specifies the name of the L&F class
that renders this component.
- getUIClassID().
Method in class java.awt.swing.JLabel
- Returns a string that specifies the name of the l&f class
that renders this component.
- getUIClassID().
Method in class java.awt.swing.JSplitPane
-
- getUIClassID().
Method in class java.awt.swing.JToolTip
- Returns the name of the L&F class that renders this component.
- getUIClassID().
Method in class java.awt.swing.JDesktopPane
-
- getUIClassID().
Method in class java.awt.swing.JSlider
- Returns the name of the L&F class that renders this component.
- getUIClassID().
Method in class java.awt.swing.JList
- Returns the name of the UIFactory class that generates the
look and feel for this component.
- getUIClassID().
Method in class java.awt.swing.JInternalFrame
-
- getUIClassID().
Method in class java.awt.swing.JInternalFrame.JDesktopIcon
-
- getUIClassID().
Method in class java.awt.swing.JEditorPane
- Gets the class ID for the UI.
- getUIClassID().
Method in class java.awt.swing.JMenu
- Returns the name of the L&F class that renders this component.
- getUIClassID().
Method in class java.awt.swing.JTextField
- Gets the class ID for a UI.
- getUIClassID().
Method in class java.awt.swing.JPasswordField
- Returns the name of the L&F class that renders this component.
- getUIClassID().
Method in class java.awt.swing.JScrollPane
-
- getUIClassID().
Method in class java.awt.swing.JScrollBar
- Returns the name of the LookAndFeel class for this component.
- getUIClassID().
Method in class java.awt.swing.JPopupMenu
- Returns the name of the L&F class that renders this component.
- getUIClassID().
Method in class java.awt.swing.JToolBar
- Returns the name of the L&F class that renders this component.
- getUIClassID().
Method in class java.awt.swing.JTree
- Returns the name of the L&F class that renders this component.
- getUIClassID().
Method in class java.awt.swing.JSeparator
- Returns the name of the L&F class that renders this component.
- getUIClassID().
Method in class java.awt.swing.JTextArea
- Returns the class ID for the UI.
- getUIClassID().
Method in class java.awt.swing.JOptionPane
- Returns the name of the UI class that implements the
L&F for this component.
- getUIClassID().
Method in class java.awt.swing.JProgressBar
- Returns the name of the L&F class that renders this component.
- getUIClassID().
Method in class java.awt.swing.JComboBox
- Returns the name of the L&F class that renders this component.
- getUIClassID().
Method in class java.awt.swing.JMenuBar
- Returns the name of the L&F class that renders this component.
- getUIClassID().
Method in class java.awt.swing.JCheckBoxMenuItem
- Returns the name of the L&F class
that renders this component.
- getUIClassID().
Method in class java.awt.swing.JTextPane
- Returns the class ID for the UI.
- getUIClassID().
Method in class java.awt.swing.JRadioButton
- Returns the name of the L&F class
that renders this component.
- getUIClassID().
Method in class java.awt.swing.table.JTableHeader
-
- getUIError(String).
Method in class java.awt.swing.UIDefaults
- If getUI() fails for any reason, it calls this method before
returning null.
- getURL().
Method in class java.net.URLConnection
- Returns the value of this
URLConnection
's URL
field.
- getURL().
Method in class java.awt.swing.event.HyperlinkEvent
- The URL that the link refers to.
- getURL().
Method in interface java.sql.DatabaseMetaData
- What's the url for this database?
- getUnavailableSeconds().
Method in class javax.servlet.UnavailableException
- Returns the amount of time the servlet expects to be temporarily
unavailable.
- getUnderlineOffsetFor(char).
Method in class java.awt.Font
- Return the underline offset from the roman baseline for this character.
- getUnderlineThicknessFor(char).
Method in class java.awt.Font
- Return the underline thickness for this character.
- getUndoOrRedoPresentationName().
Method in class java.awt.swing.undo.UndoManager
- Return the appropriate name for a command that toggles between
undo and redo.
- getUndoPresentationName().
Method in class java.awt.swing.undo.AbstractUndoableEdit
- If getPresentationName() returns "", returns
AbstractUndoableEdit.UndoName.
- getUndoPresentationName().
Method in interface java.awt.swing.undo.UndoableEdit
- Provide a localized, human readable description of the undoable
form of this edit, e.g.
- getUndoPresentationName().
Method in class java.awt.swing.undo.CompoundEdit
- Returns getUndoPresentationName from the last UndoableEdit
added to edits.
- getUndoPresentationName().
Method in class java.awt.swing.undo.UndoManager
If inProgress, returns getUndoPresentationName of the
significant edit that will be undone when undo() is invoked.
- getUndoPresentationName().
Method in class java.awt.swing.text.AbstractDocument.DefaultDocumentEvent
- Provide a localized, human readable description of the undoable
form of this edit, e.g.
- getUnicodeBlock(char).
Static method in class java.lang.Character
- Returns the constant representing the Unicode character block that this
character belongs to.
- getUnicodeStream(int).
Method in interface java.sql.ResultSet
- A column value can be retrieved as a stream of Unicode characters
and then read in chunks from the stream.
- getUnicodeStream(String).
Method in interface java.sql.ResultSet
- A column value can be retrieved as a stream of Unicode characters
and then read in chunks from the stream.
- 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(int).
Method in class java.awt.swing.JScrollBar
- Returns the amount to change the scrollbar's value by,
given a unit up/down request.
- getUnitIncrement().
Method in class java.awt.swing.JScrollBar
- For backwards compatilbility with java.awt.Scrollbar.
- getUnitIncrement(int).
Method in class java.awt.swing.JScrollPane.ScrollBar
- If the viewports view is a Scrollable then ask the view
to compute the unit increment.
- getUpdateCount().
Method in interface java.sql.Statement
- getUpdateCount 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
- Return the array of update counts.
- getUpdateLevel().
Method in class java.awt.swing.undo.UndoableEditSupport
-
- 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 java.awt.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.
- getUseCaches().
Method in class java.net.URLConnection
- Returns the value of this
URLConnection
's
useCaches
field.
- getUserName().
Method in class java.net.PasswordAuthentication
-
- getUserName().
Method in interface java.sql.DatabaseMetaData
- What's our user name as known to the database?
- getUserObject().
Method in class java.awt.swing.tree.DefaultMutableTreeNode
- Returns the user object.
- getUserObjectPath().
Method in class java.awt.swing.tree.DefaultMutableTreeNode
- Returns the user object path, from the root, to get to this node.
- getVAdjustable().
Method in class java.awt.ScrollPane
- Returns the Adjustable object which represents the state of
the vertical scrollbar.
- 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.
- 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(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(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().
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(String).
Method in class java.awt.swing.AbstractAction
-
- getValue().
Method in class java.awt.swing.JSlider
- Returns the sliders value.
- getValue().
Method in interface java.awt.swing.BoundedRangeModel
- Returns the model's current value.
- getValue().
Method in class java.awt.swing.JScrollBar
- Returns the scrollbar's value.
- getValue(String).
Method in interface java.awt.swing.Action
- Puts/gets one of this object's properties
using the associated key.
- getValue().
Method in class java.awt.swing.JOptionPane
- Returns the value the user has selected.
- getValue().
Method in class java.awt.swing.JProgressBar
- Returns the model's current value.
- getValue().
Method in class java.awt.swing.DefaultBoundedRangeModel
-
- 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.
- getValue().
Method in class java.beans.PropertyEditorSupport
-
- getValue(String).
Method in class java.beans.FeatureDescriptor
- Retrieve a named attribute with this feature.
- getValue().
Method in interface java.beans.PropertyEditor
-
- getValue().
Method in class javax.servlet.http.Cookie
- Returns the value of the cookie.
- getValue(String).
Method in interface javax.servlet.http.HttpSession
- Returns the object bound to the given name in the session's
application layer data.
- getValueAt(int, int).
Method in class java.awt.swing.JTable
- Returns the cell value at row and column.
- getValueAt(int, int).
Method in class java.awt.swing.table.DefaultTableModel
- Returns an attribute value for the cell at row
and column.
- getValueAt(int, int).
Method in interface java.awt.swing.table.TableModel
- Returns an attribute value for the cell at columnIndex
and rowIndex.
- getValueIsAdjusting().
Method in class java.awt.swing.JSlider
- True if the slider knob is being dragged.
- getValueIsAdjusting().
Method in interface java.awt.swing.ListSelectionModel
-
- getValueIsAdjusting().
Method in class java.awt.swing.JList
- Returns the value of the data model's isAdjusting property.
- getValueIsAdjusting().
Method in interface java.awt.swing.BoundedRangeModel
- Returns true if the current changes to the value property are part
of a series.
- getValueIsAdjusting().
Method in class java.awt.swing.DefaultListSelectionModel
-
- getValueIsAdjusting().
Method in class java.awt.swing.JScrollBar
- True if the scrollbar knob is being dragged.
- getValueIsAdjusting().
Method in class java.awt.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 java.awt.swing.event.ListSelectionEvent
-
- getValueNames().
Method in interface javax.servlet.http.HttpSession
- Returns an array of the names of all the application layer
data objects bound into the session.
- getVariant().
Method in class java.util.Locale
- Getter for programmatic name of field.
- 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.
- getVersion().
Method in class javax.servlet.http.Cookie
- Returns the version of the cookie.
- getVersionColumns(String, String, String).
Method in interface java.sql.DatabaseMetaData
- Get a description of a table's columns that are automatically
updated when any value in a row is updated.
- getVerticalAlignment().
Method in class java.awt.swing.AbstractButton
- Returns the vertical alignment of the text and icon.
- getVerticalAlignment().
Method in class java.awt.swing.JLabel
- Returns the alignment of the label's contents along the Y axis.
- getVerticalScrollBar().
Method in class java.awt.swing.ScrollPaneLayout
-
- getVerticalScrollBar().
Method in class java.awt.swing.JScrollPane
-
- getVerticalScrollBarPolicy().
Method in class java.awt.swing.ScrollPaneLayout
-
- getVerticalScrollBarPolicy().
Method in class java.awt.swing.JScrollPane
-
- getVerticalTextPosition().
Method in class java.awt.swing.AbstractButton
- Returns the vertical position of the text relative to the icon
Valid keys: CENTER (the default), TOP, BOTTOM
- getVerticalTextPosition().
Method in class java.awt.swing.JLabel
- Returns the vertical position of the label's text,
relative to its image.
- 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 java.awt.swing.JViewport
- Returns the Viewports one child or null.
- getView(int).
Method in class java.awt.swing.text.View
- Gets the nth child view.
- getView(int).
Method in class java.awt.swing.text.CompositeView
- Gets the n-th view in this container.
- getViewAtPoint(int, int, Rectangle).
Method in class java.awt.swing.text.CompositeView
- Fetches the child view at the given point.
- getViewAtPoint(int, int, Rectangle).
Method in class java.awt.swing.text.BoxView
- Fetches the child view at the given point.
- getViewAtPosition(int, Rectangle).
Method in class java.awt.swing.text.CompositeView
- Fetches the child view that represents the given position in
the model.
- getViewAtPosition(int, Rectangle).
Method in class java.awt.swing.text.ParagraphView
- Fetches the child view that represents the given position in
the model.
- getViewCount().
Method in class java.awt.swing.text.View
- Returns the number of views in this view.
- getViewCount().
Method in class java.awt.swing.text.CompositeView
- Returns the number of views in this view.
- getViewFactory().
Method in class java.awt.swing.text.View
- Fetches the ViewFactory implementation that is feeding
the view hierarchy.
- getViewFactory().
Method in class java.awt.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 java.awt.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 java.awt.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 java.awt.swing.text.html.HTMLEditorKit
- Fetch a factory that is suitable for producing
views of any models that are produced by this
kit.
- getViewPosition().
Method in class java.awt.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 java.awt.swing.JViewport
- Return a rectangle whose origin is getViewPosition and size is
getExtentSize().
- getViewSize().
Method in class java.awt.swing.JViewport
- If the views size hasn't been explicitly set return the
preferred size, otherwise return the views current size.
- getViewport().
Method in class java.awt.swing.ScrollPaneLayout
-
- getViewport().
Method in class java.awt.swing.JScrollPane
-
- getViewportBorder().
Method in class java.awt.swing.JScrollPane
-
- getViewportBorderBounds(JScrollPane).
Method in class java.awt.swing.ScrollPaneLayout
-
- getViewportSize().
Method in class java.awt.ScrollPane
- Returns the current size of the scroll pane's view port.
- getVisible().
Method in class java.awt.Scrollbar
-
- getVisibleAdvance().
Method in class java.awt.font.TextLayout
- Return the advance of the layout, 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 java.awt.swing.JScrollBar
- Returns the scrollbar's extent, aka its "visibleAmount".
- getVisibleEditorRect().
Method in class java.awt.swing.text.DefaultTextUI
- Gets the portion of the editor visibile on the screen.
- getVisibleIndex().
Method in class java.awt.List
- Gets the index of the item that was last made visible by
the method
makeVisible
.
- getVisiblePosition().
Method in class java.awt.event.InputMethodEvent
- Gets the position that's most important to be visible.
- getVisibleRect().
Method in class java.awt.swing.JComponent
- Returns the Component's "visible rectangle" - the
intersection of this components visible rectangle:
new Rectangle(0, 0, getWidth(), getHeight());
and all of its ancestors visible Rectangles.
- getVisibleRowCount().
Method in class java.awt.swing.JList
- Return the preferred number of visible rows.
- getVisibleRowCount().
Method in class java.awt.swing.JTree
- Returns the number of rows that are visible in the display area.
- getVisualHighlightShape(TextHitInfo, TextHitInfo, Rectangle2D).
Method in class java.awt.font.TextLayout
- Return a path enclosing the visual selection in the given range,
extended to bounds.
- getVisualHighlightShape(TextHitInfo, TextHitInfo).
Method in class java.awt.font.TextLayout
- A convenience overload which uses the natural bounds of the layout.
- getVisualOtherHit(TextHitInfo).
Method in class java.awt.font.TextLayout
- Return the hit on the opposite side of this hit's caret.
- getWantsInput().
Method in class java.awt.swing.JOptionPane
- Returns true if a parentComponent will be provided for the user to
input.
- getWarningString().
Method in class java.awt.Window
- Gets the warning string that is displayed with this window.
- getWarningString().
Method in class java.awt.swing.JInternalFrame
- Gets the warning string that is displayed with this window.
- 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
- The first warning reported by calls on this Connection is
returned.
- getWarnings().
Method in interface java.sql.Statement
- The first warning reported by calls on this Statement is
returned.
- getWeekdays().
Method in class java.text.DateFormatSymbols
- Gets weekday strings.
- getWhen().
Method in class java.awt.event.InputEvent
- Returns the timestamp of when this event occurred.
- 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(ImageObserver).
Method in class java.awt.Image
- Determines the width of the image.
- getWidth().
Method in class java.awt.Rectangle
- Returns the width of the bounding rectangle 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
- 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(ImageObserver).
Method in class java.awt.image.BufferedImage
- Returns the actual width of the image.
- getWidth().
Method in interface java.awt.image.RenderedImage
- Return the width of the RenderedImage.
- getWidth().
Method in class java.awt.image.codec.JPEGParam
- Get the image width
- 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.geom.Dimension2D
- Returns the width of this dimension in double precision.
- getWidth().
Method in class java.awt.geom.RectangularShape
- Returns the width of the bounding rectangle in double precision.
- getWidth().
Method in class java.awt.geom.Rectangle2D.Float
- Returns the width of the rectangle in double precision.
- getWidth().
Method in class java.awt.geom.Rectangle2D.Double
- Returns the width of the rectangle in double precision.
- getWidth().
Method in class java.awt.geom.RoundRectangle2D.Float
- Returns the width of the rounded rectangle in double precision.
- getWidth().
Method in class java.awt.geom.RoundRectangle2D.Double
- Returns the width of the rounded rectangle in
double precision.
- getWidth().
Method in class java.awt.geom.Arc2D.Float
- Returns the overall width of the arc in double precision.
- getWidth().
Method in class java.awt.geom.Arc2D.Double
- Returns the overall width of the arc in double precision.
- getWidth().
Method in class java.awt.geom.Ellipse2D.Float
- Returns the overall width of the ellipse in double precision.
- getWidth().
Method in class java.awt.geom.Ellipse2D.Double
- Returns the overall width of the ellipse in double precision.
- getWidth().
Method in class java.awt.print.PeekGraphics.ImageWaiter
-
- getWidth().
Method in class java.awt.print.Paper
- Return the width of the page in 1/72ths
of an inch.
- getWidth().
Method in class java.awt.swing.JComponent
- Return the current width of this component.
- getWidth().
Method in class java.awt.swing.table.TableColumn
- Returns the width of the TableColumn.
- 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
- Return the winding rule for determining the interior of the
path.
- getWindingRule().
Method in class java.awt.geom.FlatteningPathIterator
- Return the winding rule for determining the interior of the
path.
- getWindow().
Method in class java.awt.event.WindowEvent
- Returns the originator of the event.
- 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.
- getWritableParent().
Method in class java.awt.image.WritableRaster
- Returns the parent WritableRaster (if any) of this Raster.
- getWritableTile(int, int).
Method in interface java.awt.image.WritableRenderedImage
- Check out a tile for writing.
- getWritableTile(int, int).
Method in class java.awt.image.BufferedImage
-
- getWritableTiles().
Method in interface java.awt.image.WritableRenderedImage
- Return a array of Point objects indicating which tiles
are checked out for writing.
- getWritableTiles().
Method in class java.awt.image.BufferedImage
- Forward work to a TileChangeMulticaster.
- getWritableTiles().
Method in class java.awt.image.TileChangeMulticaster
- Returns a Vector listing the tiles that are currently writable.
- getWriteMethod().
Method in class java.beans.PropertyDescriptor
-
- getWriter().
Method in interface javax.servlet.ServletResponse
- Returns a print writer for writing formatted text responses.
- 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 the point in double precision.
- getX().
Method in class java.awt.geom.RectangularShape
- Returns the X coordinate of the bounding rectangle in double precision.
- getX().
Method in class java.awt.geom.Rectangle2D.Float
- Returns the X coordinate of the rectangle in double precision.
- getX().
Method in class java.awt.geom.Rectangle2D.Double
- Returns the X coordinate of the rectangle in double precision.
- getX().
Method in class java.awt.geom.RoundRectangle2D.Float
- Returns the X coordinate of the rounded rectangle in double precision.
- getX().
Method in class java.awt.geom.RoundRectangle2D.Double
- Returns the X coordinate of the rounded rectangle in
double precision.
- getX().
Method in class java.awt.geom.Point2D.Float
- Returns the X coordinate of the point in double precision.
- getX().
Method in class java.awt.geom.Point2D.Double
- Returns the X coordinate of the point in double precision.
- getX().
Method in class java.awt.geom.Arc2D.Float
- Returns the X coordinate of the upper left corner of the arc
in double precision.
- getX().
Method in class java.awt.geom.Arc2D.Double
- Returns the X coordinate of the upper left corner of the arc
in double precision.
- getX().
Method in class java.awt.geom.Ellipse2D.Float
- Returns the X coordinate of the upper left corner of the ellipse
in double precision.
- getX().
Method in class java.awt.geom.Ellipse2D.Double
- Returns the X coordinate of the upper left corner of the ellipse
in double precision.
- getX().
Method in class java.awt.swing.JComponent
- Return the current x coordinate of the components origin.
- 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
.
- 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 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.
- getXAdjust().
Method in class java.awt.font.GlyphSet
- Return the x position of the first visual glyph in the glyphset.
- getXOrigin().
Method in class java.awt.image.Kernel
- Returns the X origin.
- 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 the point in double precision.
- getY().
Method in class java.awt.geom.RectangularShape
- Returns the Y coordinate of the bounding rectangle in double precision.
- getY().
Method in class java.awt.geom.Rectangle2D.Float
- Returns the Y coordinate of the rectangle in double precision.
- getY().
Method in class java.awt.geom.Rectangle2D.Double
- Returns the Y coordinate of the rectangle in double precision.
- getY().
Method in class java.awt.geom.RoundRectangle2D.Float
- Returns the Y coordinate of the rounded rectangle in double precision.
- getY().
Method in class java.awt.geom.RoundRectangle2D.Double
- Returns the Y coordinate of the rounded rectangle in
double precision.
- getY().
Method in class java.awt.geom.Point2D.Float
- Returns the Y coordinate of the point in double precision.
- getY().
Method in class java.awt.geom.Point2D.Double
- Returns the Y coordinate of the point in double precision.
- getY().
Method in class java.awt.geom.Arc2D.Float
- Returns the Y coordinate of the upper left corner of the arc
in double precision.
- getY().
Method in class java.awt.geom.Arc2D.Double
- Returns the Y coordinate of the upper left corner of the arc
in double precision.
- getY().
Method in class java.awt.geom.Ellipse2D.Float
- Returns the Y coordinate of the upper left corner of the ellipse
in double precision.
- getY().
Method in class java.awt.geom.Ellipse2D.Double
- Returns the Y coordinate of the upper left corner of the ellipse
in double precision.
- getY().
Method in class java.awt.swing.JComponent
- Return the current y coordinate of the components origin.
- 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
.
- 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.
- getYAdjust().
Method in class java.awt.font.GlyphSet
- Return the y position of the first visual glyph in the glyphset.
- getYOrigin().
Method in class java.awt.image.Kernel
- Returns the Y origin.
- getYear().
Method in class java.util.Date
- Returns a value that is the result of subtracting 1900 from the
year that contains or begins with the instant in time represented
by this
Date
object, as interpreted in the local
time zone.
- getYear().
Method in class java.sql.Time
-
- getZeroDigit().
Method in class java.text.DecimalFormatSymbols
- character used for zero.
- getZoneStrings().
Method in class java.text.DateFormatSymbols
- Gets timezone strings.
- get_current().
Method in class org.omg.CORBA.ORB
- Retrieves a
Current
object.
- get_default_context().
Method in class org.omg.CORBA.ORB
- Gets the default
Context
object.
- get_implementation(Object).
Method in class org.omg.CORBA.portable.Delegate
- Return an ImplementationDef for the object reference provided.
- get_interface(Object).
Method in class org.omg.CORBA.portable.Delegate
- Return an InterfaceDef for the object reference provided.
- get_next_response().
Method in class org.omg.CORBA.ORB
- Gets the next
Request
instance for which a response
has been received.
- get_primitive(PrimitiveKind).
Method in interface org.omg.CORBA.Repository
-
- get_primitive_tc(TCKind).
Method in class org.omg.CORBA.ORB
- Retrieves the
TypeCode
object that represents
the given primitive IDL type.
- 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_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.
- getdensityUnit().
Method in class java.awt.image.codec.JPEGParam
- Get the JFIF code for pixel size units
This value is copied into the JFIF APP0 marker.
- getenv(String).
Static method in class java.lang.System
- Gets an environment variable.
- getinputGamma().
Method in class java.awt.image.codec.JPEGParam
- Get the gamma of the input image
- getoptimizeCoding().
Method in class java.awt.image.codec.JPEGParam
- Get flag indicating whether to optimize entropy encoding tables
- getoutputGamma().
Method in class java.awt.image.codec.JPEGParam
- Get the image gamma wanted in the output
- getrestartInRows().
Method in class java.awt.image.codec.JPEGParam
- Get MCU rows per restart interval
- getrestartInterval().
Method in class java.awt.image.codec.JPEGParam
- Get the MCUs per restart
- getsmoothingFactor().
Method in class java.awt.image.codec.JPEGParam
- Get the input smoothing factor
- getwriteAdobeMarker().
Method in class java.awt.image.codec.JPEGParam
- Get flag indicating whether to write the Adobe marker when encoding
- getwriteImage().
Method in class java.awt.image.codec.JPEGParam
- Get flag indicating whether to write the image data when encoding
- getwriteJFIFHeader().
Method in class java.awt.image.codec.JPEGParam
- Get flag indicating whether to write the JFIF header when encoding
- getwriteTables().
Method in class java.awt.image.codec.JPEGParam
- Get flag indicating whether to write the tables when encoding.
- getxDensity().
Method in class java.awt.image.codec.JPEGParam
- Get the horizontal pixel density
This value is copied into the JFIF APP0 marker.
- getyDensity().
Method in class java.awt.image.codec.JPEGParam
- Get the vertical pixel density
This value is copied into the JFIF APP0 marker.
- glassPane.
Variable in class java.awt.swing.JRootPane
-
- gotFocus(Event, Object).
Method in class java.awt.Component
-
- grabFocus().
Method in class java.awt.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.
- gray.
Static variable in class java.awt.Color
- The color gray.
- green.
Static variable in class java.awt.Color
- The color green.
- gridColor.
Variable in class java.awt.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.
- 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 java.awt.swing.DefaultButtonModel
-
- grow(int, int).
Method in class java.awt.Rectangle
- Grows the rectangle both horizontally and vertically.
- growAbsorb.
Variable in class java.awt.font.GlyphJustificationInfo
- If true, when growing this glyph absorbs all extra space at this and
lower priority levels.
- 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 when growing.
- growRightLimit.
Variable in class java.awt.font.GlyphJustificationInfo
- The maximum amount by which the right side of this glyph can grow.
- 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.