当前页面:
在线文档首页 >
JDK 5 Documentation v1.3.1, Java 2 SDK 英文文档
Java 2 Platform SE v1.3.1: G-Index - JDK 5 Documentation v1.3.1, Java 2 SDK 英文文档
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _
G
- GapContent - class javax.swing.text.GapContent.
- An implementation of the AbstractDocument.Content interface
implemented using a gapped buffer similar to that used by emacs.
- GapContent() -
Constructor for class javax.swing.text.GapContent
- Creates a new GapContent object.
- GapContent(int) -
Constructor for class javax.swing.text.GapContent
- Creates a new GapContent object, with the initial
size specified.
- gc() -
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 divisor of
abs(this) and abs(val).
- GENERAL -
Static variable in interface javax.swing.text.html.parser.DTDConstants
-
- GENERAL_PUNCTUATION -
Static variable in class java.lang.Character.UnicodeBlock
- Constant for the Unicode character block of the same name.
- GeneralPath - class java.awt.geom.GeneralPath.
- The
GeneralPath
class represents a geometric path
constructed from straight lines, and quadratic and cubic
(Bézier) curves. - GeneralPath() -
Constructor for class java.awt.geom.GeneralPath
- Constructs a new
GeneralPath
object.
- GeneralPath(int) -
Constructor for class java.awt.geom.GeneralPath
- Constructs a new
GeneralPath
object with the specified
winding rule to control operations that require the interior of the
path to be defined.
- GeneralPath(int, int) -
Constructor for class java.awt.geom.GeneralPath
- Constructs a new
GeneralPath
object with the specified
winding rule and the specified initial capacity to store path
coordinates.
- GeneralPath(Shape) -
Constructor for class java.awt.geom.GeneralPath
- Constructs a new
GeneralPath
object from an arbitrary
Shape
object.
- GeneralSecurityException - exception java.security.GeneralSecurityException.
- This is the general security exception class, which serves to group all
the exception classes of the
java.security
package that
extend from it. - GeneralSecurityException() -
Constructor for class java.security.GeneralSecurityException
- Constructs a GeneralSecurityException with no detail message.
- GeneralSecurityException(String) -
Constructor for class java.security.GeneralSecurityException
- Constructs a GeneralSecurityException with the specified detail
message.
- generateCertificate(InputStream) -
Method in class java.security.cert.CertificateFactory
- Generates a certificate object and initializes it with
the data read from the input stream
inStream
.
- generateCertificates(InputStream) -
Method in class java.security.cert.CertificateFactory
- Returns a (possibly empty) collection view of the certificates read
from the given input stream
inStream
.
- generateCRL(InputStream) -
Method in class java.security.cert.CertificateFactory
- Generates a certificate revocation list (CRL) object and initializes it
with the data read from the input stream
inStream
.
- generateCRLs(InputStream) -
Method in class java.security.cert.CertificateFactory
- Returns a (possibly empty) collection view of the CRLs read
from the given input stream
inStream
.
- generateKeyPair() -
Method in class java.security.KeyPairGeneratorSpi
- Generates a key pair.
- generateKeyPair() -
Method in class java.security.KeyPairGenerator
- Generates a key pair.
- generateParameters() -
Method in class java.security.AlgorithmParameterGenerator
- Generates the parameters.
- generatePrivate(KeySpec) -
Method in class java.security.KeyFactory
- Generates a private key object from the provided key specification
(key material).
- generatePublic(KeySpec) -
Method in class java.security.KeyFactory
- Generates a public key object from the provided key specification
(key material).
- generateSeed(int) -
Method in class java.security.SecureRandom
- Returns the given number of seed bytes, computed using the seed
generation algorithm that this class uses to seed itself.
- genKeyPair() -
Method in class java.security.KeyPairGenerator
- Generates a key pair.
- GEOMETRIC_SHAPES -
Static variable in class java.lang.Character.UnicodeBlock
- Constant for the Unicode character block of the same name.
- GEORGIAN -
Static variable in class java.lang.Character.UnicodeBlock
- Constant for the Unicode character block of the same name.
- GERMAN -
Static variable in class java.util.Locale
- Useful constant for language.
- GERMANY -
Static variable in class java.util.Locale
- Useful constant for country.
- get_any() -
Method in interface org.omg.CORBA.DynAny
- Retrieves the
org.omg.CORBA.Any
contained
in this DynAny
object.
- get_boolean() -
Method in interface org.omg.CORBA.DynAny
- Retrieves the
boolean
contained
in this DynAny
object.
- get_char() -
Method in interface org.omg.CORBA.DynAny
- Retrieves the
char
contained
in this DynAny
object.
- get_codebase(Object) -
Method in class org.omg.CORBA_2_3.portable.Delegate
- Returns the codebase for object reference provided.
- get_compact_typecode() -
Method in class org.omg.CORBA.TypeCode
- Strips out all optional name and member name fields,
but leaves all alias typecodes intact.
- get_current() -
Method in class org.omg.CORBA.ORB
- Deprecated. use resolve_initial_references.
- get_default_context() -
Method in class org.omg.CORBA.ORB
- Gets the default
Context
object.
- get_domain_managers(Object) -
Method in class org.omg.CORBA.portable.Delegate
- Retrieves the
DomainManagers
of this object.
- get_domain_policy(int) -
Method in interface org.omg.CORBA.DomainManagerOperations
- This returns the policy of the specified type for objects in
this domain.
- get_double() -
Method in interface org.omg.CORBA.DynAny
- Retrieves the
double
contained
in this DynAny
object.
- get_elements() -
Method in interface org.omg.CORBA.DynArray
- Returns the value of all the elements of this array.
- get_elements() -
Method in interface org.omg.CORBA.DynSequence
- Returns the value of every element in this sequence.
- get_float() -
Method in interface org.omg.CORBA.DynAny
- Retrieves the
float
contained
in this DynAny
object.
- get_id() -
Method in class org.omg.CORBA.StringValueHelper
-
- get_id() -
Method in class org.omg.CORBA.WStringValueHelper
-
- get_id() -
Method in interface org.omg.CORBA.portable.BoxedValueHelper
-
- get_interface_def(Object) -
Method in class org.omg.CORBA.portable.Delegate
- Return an InterfaceDef for the object reference provided.
- get_long() -
Method in interface org.omg.CORBA.DynAny
- Retrieves the
int
contained
in this DynAny
object.
- get_longlong() -
Method in interface org.omg.CORBA.DynAny
- Retrieves the
long
contained
in this DynAny
object.
- get_members() -
Method in interface org.omg.CORBA.DynStruct
- Returns an array containing all the members of the stored struct.
- get_members() -
Method in interface org.omg.CORBA.DynValue
- Returns an array containing all the members of the value object
stored in this
DynValue
.
- get_next_response() -
Method in class org.omg.CORBA.ORB
- Gets the next
Request
instance for which a response
has been received.
- get_octet() -
Method in interface org.omg.CORBA.DynAny
- Retrieves the
byte
contained
in this DynAny
object.
- get_policy(Object, int) -
Method in class org.omg.CORBA.portable.Delegate
- Returns the
Policy
object of the specified type
which applies to this object.
- get_primitive_tc(TCKind) -
Method in class org.omg.CORBA.ORB
- Retrieves the
TypeCode
object that represents
the given primitive IDL type.
- get_reference() -
Method in interface org.omg.CORBA.DynAny
- Retrieves the
org.omg.CORBA.Other
contained
in this DynAny
object.
- get_response() -
Method in class org.omg.CORBA.Request
- Allows the user to access the
response for the invocation triggered earlier with the
send_deferred
method.
- get_service_information(short, ServiceInformationHolder) -
Method in class org.omg.CORBA.ORB
- See package comments regarding unimplemented features.
- get_short() -
Method in interface org.omg.CORBA.DynAny
- Retrieves the
short
contained
in this DynAny
object.
- get_string() -
Method in interface org.omg.CORBA.DynAny
- Retrieves the
String
contained
in this DynAny
object.
- get_typecode() -
Method in interface org.omg.CORBA.DynAny
- Retrieves the
org.omg.CORBA.TypeCode
contained
in this DynAny
object.
- get_ulong() -
Method in interface org.omg.CORBA.DynAny
- Retrieves the
int
contained
in this DynAny
object.
- get_ulonglong() -
Method in interface org.omg.CORBA.DynAny
- Retrieves the
long
contained
in this DynAny
object.
- get_ushort() -
Method in interface org.omg.CORBA.DynAny
- Retrieves the
short
contained
in this DynAny
object.
- get_val() -
Method in interface org.omg.CORBA.DynAny
- Retrieves the
java.io.Serializable
object contained
in this DynAny
object.
- get_value_def(String) -
Method in class org.omg.CORBA_2_3.ORB
-
- get_value() -
Method in interface org.omg.CORBA.DynFixed
- Returns the value of the fixed type represented in this
DynFixed
object.
- 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.
- get_wchar() -
Method in interface org.omg.CORBA.DynAny
- Retrieves the
char
contained
in this DynAny
object.
- get_wstring() -
Method in interface org.omg.CORBA.DynAny
- Retrieves the
String
contained
in this DynAny
object.
- get() -
Method in class java.lang.ThreadLocal
- Returns the value in the calling thread's copy of this ThreadLocal
variable.
- get() -
Method in class java.lang.InheritableThreadLocal
- Returns the value in the calling thread's copy of this ThreadLocal
variable.
- get() -
Method in class java.lang.ref.Reference
- Returns this reference object's referent.
- get() -
Method in class java.lang.ref.PhantomReference
- Returns this reference object's referent.
- get() -
Method in class java.lang.ref.SoftReference
- Returns this reference object's referent.
- get() -
Method in class java.rmi.MarshalledObject
- Returns a new copy of the contained marshalledobject.
- get() -
Method in class javax.naming.directory.BasicAttribute
- Retrieves one of this attribute's values.
- get() -
Method in interface javax.naming.directory.Attribute
- Retrieves one of this attribute's values.
- get(int) -
Method in class java.util.BitSet
- Returns the value of the bit with the specified index.
- 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.Vector
- Returns the element at the specified position in this Vector.
- get(int) -
Method in class java.util.AbstractSequentialList
- Returns the element at the specified position in this list.
- get(int) -
Method in class java.util.Calendar
- Gets the value for a given time field.
- get(int) -
Method in class java.util.LinkedList
- Returns the element at the specified position in this list.
- get(int) -
Method in interface java.util.List
- Returns the element at the specified position in this list.
- get(int) -
Method in class java.util.ArrayList
- Returns the element at the specified position in this list.
- get(int) -
Method in class javax.sound.midi.Track
- Obtains the event at the specified index.
- get(int) -
Method in class javax.naming.Reference
- Retrieves the address at index posn.
- get(int) -
Method in interface javax.naming.Name
- Retrieves a component of this name.
- get(int) -
Method in class javax.naming.CompoundName
- Retrieves a component of this compound name.
- get(int) -
Method in class javax.naming.CompositeName
- Retrieves a component of this composite name.
- get(int) -
Method in class javax.naming.directory.BasicAttribute
-
- get(int) -
Method in interface javax.naming.directory.Attribute
- Retrieves the attribute value from the ordered list of attribute values.
- get(int) -
Method in class javax.swing.DefaultListModel
- Returns the element at the specified position in this list.
- get(KeyStroke) -
Method in class javax.swing.InputMap
- Returns the binding for
keyStroke
, messaging the
parent InputMap
if the binding is not locally defined.
- get(Object) -
Method in class java.awt.RenderingHints
- Returns the value to which the specified key is mapped.
- get(Object) -
Method in class java.lang.reflect.Field
- Returns the value of the field represented by this
Field
, on
the specified object.
- get(Object) -
Method in class java.util.Dictionary
- Returns the value to which the key is mapped in this dictionary.
- get(Object) -
Method in class java.util.Hashtable
- Returns the value to which the specified key is mapped in this hashtable.
- get(Object) -
Method in class java.util.AbstractMap
- Returns the value to which this map maps the specified key.
- get(Object) -
Method in class java.util.WeakHashMap
- Returns the value to which this map maps the specified
key
.
- get(Object) -
Method in class java.util.TreeMap
- Returns the value to which this map maps the specified key.
- get(Object) -
Method in class java.util.HashMap
- Returns the value to which this map maps the specified key.
- get(Object) -
Method in interface java.util.Map
- Returns the value to which this map maps the specified key.
- get(Object) -
Method in class java.util.jar.Attributes
- Returns the value of the specified attribute name, or null if the
attribute name was not found.
- get(Object) -
Method in class javax.swing.ActionMap
- Returns the binding for
key
, messaging the
parent ActionMap
if the binding is not locally defined.
- get(Object) -
Method in class javax.swing.UIDefaults
- Returns the value for key.
- get(Object) -
Static method in class javax.swing.UIManager
- Returns an object from the defaults table.
- get(Object, int) -
Static method in class java.lang.reflect.Array
- Returns the value of the indexed component in the specified
array object.
- get(String) -
Method in class javax.accessibility.AccessibleRelationSet
- Returns the relation that matches the specified key.
- get(String) -
Method in class javax.naming.Reference
- Retrieves the first address that has the address type 'addrType'.
- get(String) -
Method in interface javax.naming.directory.Attributes
- Retrieves the attribute with the given attribute id from the
attribute set.
- get(String) -
Method in class javax.naming.directory.BasicAttributes
-
- get(String, boolean) -
Method in class java.io.ObjectInputStream.GetField
- Get the value of the named boolean field from the persistent field.
- get(String, byte) -
Method in class java.io.ObjectInputStream.GetField
- Get the value of the named byte field from the persistent fields.
- get(String, char) -
Method in class java.io.ObjectInputStream.GetField
- Get the value of the named char field from the persistent fields.
- get(String, double) -
Method in class java.io.ObjectInputStream.GetField
- Get the value of the named double field from the persistent field.
- get(String, float) -
Method in class java.io.ObjectInputStream.GetField
- Get the value of the named float field from the persistent fields.
- get(String, int) -
Method in class java.io.ObjectInputStream.GetField
- Get the value of the named int field from the persistent fields.
- get(String, long) -
Method in class java.io.ObjectInputStream.GetField
- Get the value of the named long field from the persistent fields.
- get(String, Object) -
Method in class java.io.ObjectInputStream.GetField
- Get the value of the named Object field from the persistent field.
- get(String, short) -
Method in class java.io.ObjectInputStream.GetField
- Get the value of the named short field from the persistent fields.
- get2DigitYearStart() -
Method in class java.text.SimpleDateFormat
- Returns the beginning date of the 100-year period 2-digit years are interpreted
as being within.
- getAbsoluteFile() -
Method in class java.io.File
- Returns the absolute form of this abstract pathname.
- getAbsolutePath() -
Method in class java.io.File
- Returns the absolute pathname string of this abstract pathname.
- getAccelerator() -
Method in class javax.swing.JMenuItem
- Returns the KeyStroke which serves as an accelerator
for the menu item.
- getAcceleratorForeground() -
Static method in class javax.swing.plaf.metal.MetalLookAndFeel
-
- getAcceleratorForeground() -
Method in class javax.swing.plaf.metal.MetalTheme
-
- getAcceleratorSelectedForeground() -
Static method in class javax.swing.plaf.metal.MetalLookAndFeel
-
- getAcceleratorSelectedForeground() -
Method in class javax.swing.plaf.metal.MetalTheme
-
- getAcceleratorString() -
Method in class javax.swing.plaf.metal.MetalToolTipUI
-
- getAcceptAllFileFilter() -
Method in class javax.swing.JFileChooser
- Returns the
AcceptAll
file filter.
- getAcceptAllFileFilter(JFileChooser) -
Method in class javax.swing.plaf.FileChooserUI
-
- getAcceptAllFileFilter(JFileChooser) -
Method in class javax.swing.plaf.basic.BasicFileChooserUI
- Returns the default accept all file filter
- getAcceptAllFileFilter(JFileChooser) -
Method in class javax.swing.plaf.multi.MultiFileChooserUI
- Call getAcceptAllFileFilter on each UI handled by this MultiUI.
- getAccessibleAction() -
Method in class java.awt.MenuItem.AccessibleAWTMenuItem
- Get the AccessibleAction associated with this object.
- getAccessibleAction() -
Method in class java.awt.Checkbox.AccessibleAWTCheckbox
- Get the AccessibleAction associated with this object.
- getAccessibleAction() -
Method in class java.awt.Choice.AccessibleAWTChoice
- Get the AccessibleAction associated with this object.
- getAccessibleAction() -
Method in class java.awt.Button.AccessibleAWTButton
- Get the AccessibleAction associated with this object.
- getAccessibleAction() -
Method in class java.awt.CheckboxMenuItem.AccessibleAWTCheckboxMenuItem
- Get the AccessibleAction associated with this object.
- getAccessibleAction() -
Method in class javax.accessibility.AccessibleContext
- Gets the AccessibleAction associated with this object that supports
one or more actions.
- getAccessibleAction() -
Method in class javax.swing.AbstractButton.AccessibleAbstractButton
- Get the AccessibleAction associated with this object.
- getAccessibleAction() -
Method in class javax.swing.JComboBox.AccessibleJComboBox
- Get the AccessibleAction associated with this object.
- getAccessibleAction() -
Method in class javax.swing.JList.AccessibleJList.AccessibleJListChild
-
- getAccessibleAction() -
Method in class javax.swing.JTree.AccessibleJTree.AccessibleJTreeNode
- Get the AccessibleAction associated with this object.
- getAccessibleAction() -
Method in class javax.swing.JTable.AccessibleJTable.AccessibleJTableCell
- Gets the AccessibleAction associated with this object if one
exists.
- getAccessibleAction() -
Method in class javax.swing.table.JTableHeader.AccessibleJTableHeader.AccessibleJTableHeaderEntry
-
- getAccessibleActionAnchor(int) -
Method in class javax.accessibility.AccessibleHyperlink
- Returns an object that represents the link anchor,
as appropriate for that link.
- getAccessibleActionAnchor(int) -
Method in class javax.swing.JEditorPane.JEditorPaneAccessibleHypertextSupport.HTMLLink
- Return an object that represents the link anchor,
as appropriate for that link.
- getAccessibleActionCount() -
Method in class java.awt.MenuItem.AccessibleAWTMenuItem
- Returns the number of Actions available in this object.
- getAccessibleActionCount() -
Method in class java.awt.Checkbox.AccessibleAWTCheckbox
- Returns the number of Actions available in this object.
- getAccessibleActionCount() -
Method in class java.awt.Choice.AccessibleAWTChoice
- 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.Button.AccessibleAWTButton
- Returns the number of Actions available in this object.
- getAccessibleActionCount() -
Method in class java.awt.CheckboxMenuItem.AccessibleAWTCheckboxMenuItem
- Returns the number of Actions available in this object.
- getAccessibleActionCount() -
Method in class javax.accessibility.AccessibleHyperlink
- Returns the number of accessible actions available in this Link
If there are more than one, the first one is NOT considered the
"default" action of this LINK object (e.g.
- getAccessibleActionCount() -
Method in interface javax.accessibility.AccessibleAction
- Returns the number of accessible actions available in this object
If there are more than one, the first one is considered the "default"
action of the object.
- getAccessibleActionCount() -
Method in class javax.swing.AbstractButton.AccessibleAbstractButton
- Returns the number of Actions available in this object.
- getAccessibleActionCount() -
Method in class javax.swing.JEditorPane.JEditorPaneAccessibleHypertextSupport.HTMLLink
- Returns the number of accessible actions available in this Link
If there are more than one, the first one is NOT considered the
"default" action of this LINK object (e.g.
- getAccessibleActionCount() -
Method in class javax.swing.JComboBox.AccessibleJComboBox
- Returns the number of Actions available in this object.
- getAccessibleActionCount() -
Method in class javax.swing.JTree.AccessibleJTree.AccessibleJTreeNode
- Returns the number of accessible actions available in this
tree node.
- getAccessibleActionDescription(int) -
Method in class java.awt.MenuItem.AccessibleAWTMenuItem
- Return a description of the specified action of the object.
- getAccessibleActionDescription(int) -
Method in class java.awt.Checkbox.AccessibleAWTCheckbox
- Return a description of the specified action of the object.
- getAccessibleActionDescription(int) -
Method in class java.awt.Choice.AccessibleAWTChoice
- Returns a description of the specified action of the object.
- getAccessibleActionDescription(int) -
Method in class java.awt.Button.AccessibleAWTButton
- Return a description of the specified action of the object.
- getAccessibleActionDescription(int) -
Method in class java.awt.CheckboxMenuItem.AccessibleAWTCheckboxMenuItem
- Return a description of the specified action of the object.
- getAccessibleActionDescription(int) -
Method in class javax.accessibility.AccessibleHyperlink
- Returns a String description of this particular
link action.
- getAccessibleActionDescription(int) -
Method in interface javax.accessibility.AccessibleAction
- Returns a description of the specified action of the object.
- getAccessibleActionDescription(int) -
Method in class javax.swing.AbstractButton.AccessibleAbstractButton
- Return a description of the specified action of the object.
- getAccessibleActionDescription(int) -
Method in class javax.swing.JEditorPane.JEditorPaneAccessibleHypertextSupport.HTMLLink
- Return a String description of this particular
link action.
- getAccessibleActionDescription(int) -
Method in class javax.swing.JComboBox.AccessibleJComboBox
- Return a description of the specified action of the object.
- getAccessibleActionDescription(int) -
Method in class javax.swing.JTree.AccessibleJTree.AccessibleJTreeNode
- Return a description of the specified action of the tree node.
- getAccessibleActionObject(int) -
Method in class javax.accessibility.AccessibleHyperlink
- Returns an object that represents the link action,
as appropriate for that link.
- getAccessibleActionObject(int) -
Method in class javax.swing.JEditorPane.JEditorPaneAccessibleHypertextSupport.HTMLLink
- Returns a URL object that represents the link.
- getAccessibleAt(Component, Point) -
Static method in class javax.swing.SwingUtilities
- Returns the Accessible child contained at the local coordinate
Point, if one exists.
- getAccessibleAt(int, int) -
Method in interface javax.accessibility.AccessibleTable
- Returns the Accessible at a specified row and column
in the table.
- getAccessibleAt(int, int) -
Method in class javax.swing.JTable.AccessibleJTable
-
- getAccessibleAt(Point) -
Method in class java.awt.Component.AccessibleAWTComponent
- Returns the Accessible child, if one exists, contained at the local
coordinate Point.
- getAccessibleAt(Point) -
Method in class java.awt.Container.AccessibleAWTContainer
- Returns the Accessible child, if one exists, contained at the local
coordinate Point.
- getAccessibleAt(Point) -
Method in class java.awt.MenuComponent.AccessibleAWTMenuComponent
- Returns the Accessible child, if one exists, contained at the local
coordinate Point.
- getAccessibleAt(Point) -
Method in class java.awt.List.AccessibleAWTList
- Returns the Accessible child contained at the local coordinate
Point, if one exists.
- getAccessibleAt(Point) -
Method in class java.awt.List.AccessibleAWTList.AccessibleAWTListChild
- Returns the Accessible child, if one exists, contained at the
local coordinate Point.
- getAccessibleAt(Point) -
Method in interface javax.accessibility.AccessibleComponent
- Returns the Accessible child, if one exists, contained at the local
coordinate Point.
- getAccessibleAt(Point) -
Method in class javax.swing.JTabbedPane.AccessibleJTabbedPane
-
- getAccessibleAt(Point) -
Method in class javax.swing.JList.AccessibleJList
- Returns the Accessible child contained at the local coordinate
Point, if one exists.
- getAccessibleAt(Point) -
Method in class javax.swing.JList.AccessibleJList.AccessibleJListChild
-
- getAccessibleAt(Point) -
Method in class javax.swing.JTree.AccessibleJTree
- Returns the Accessible child, if one exists, contained at the local
coordinate Point.
- getAccessibleAt(Point) -
Method in class javax.swing.JTree.AccessibleJTree.AccessibleJTreeNode
-
- getAccessibleAt(Point) -
Method in class javax.swing.JTable.AccessibleJTable
- Returns the Accessible child, if one exists, contained at the local
coordinate Point.
- getAccessibleAt(Point) -
Method in class javax.swing.JTable.AccessibleJTable.AccessibleJTableCell
-
- getAccessibleAt(Point) -
Method in class javax.swing.table.JTableHeader.AccessibleJTableHeader
- Returns the Accessible child, if one exists, contained at the local
coordinate Point.
- getAccessibleAt(Point) -
Method in class javax.swing.table.JTableHeader.AccessibleJTableHeader.AccessibleJTableHeaderEntry
-
- getAccessibleCaption() -
Method in interface javax.accessibility.AccessibleTable
- Returns the caption for the table.
- getAccessibleCaption() -
Method in class javax.swing.JTable.AccessibleJTable
- Returns the caption for the table.
- getAccessibleChild(Component, int) -
Static method in class javax.swing.SwingUtilities
- Return the nth Accessible child of the object.
- getAccessibleChild(int) -
Method in class java.awt.Component.AccessibleAWTComponent
- Return the nth Accessible child of the object.
- getAccessibleChild(int) -
Method in class java.awt.Container.AccessibleAWTContainer
- Return the nth Accessible child of the object.
- getAccessibleChild(int) -
Method in class java.awt.MenuComponent.AccessibleAWTMenuComponent
- Return the nth Accessible child of the object.
- getAccessibleChild(int) -
Method in class java.awt.List.AccessibleAWTList
- Return the nth Accessible child of the object.
- getAccessibleChild(int) -
Method in class java.awt.List.AccessibleAWTList.AccessibleAWTListChild
- Return the specified Accessible child of the object.
- getAccessibleChild(int) -
Method in class javax.accessibility.AccessibleContext
- Returns the specified Accessible child of the object.
- getAccessibleChild(int) -
Method in class javax.swing.JComponent.AccessibleJComponent
- Returns the nth Accessible child of the object.
- getAccessibleChild(int) -
Method in class javax.swing.JTabbedPane.AccessibleJTabbedPane
- Return the specified Accessible child of the object.
- getAccessibleChild(int) -
Method in class javax.swing.JMenu.AccessibleJMenu
- Returns the nth Accessible child of the object.
- getAccessibleChild(int) -
Method in class javax.swing.JComboBox.AccessibleJComboBox
- Returns the nth Accessible child of the object.
- getAccessibleChild(int) -
Method in class javax.swing.JList.AccessibleJList
- Return the nth Accessible child of the object.
- getAccessibleChild(int) -
Method in class javax.swing.JList.AccessibleJList.AccessibleJListChild
-
- getAccessibleChild(int) -
Method in class javax.swing.JTree.AccessibleJTree
- Return the nth Accessible child of the object.
- getAccessibleChild(int) -
Method in class javax.swing.JTree.AccessibleJTree.AccessibleJTreeNode
- Return the specified Accessible child of the object.
- getAccessibleChild(int) -
Method in class javax.swing.JTable.AccessibleJTable
- Return the nth Accessible child of the object.
- getAccessibleChild(int) -
Method in class javax.swing.JTable.AccessibleJTable.AccessibleJTableCell
- Return the specified Accessible child of the object.
- getAccessibleChild(int) -
Method in class javax.swing.ImageIcon.AccessibleImageIcon
- Returns the nth Accessible child of the object.
- getAccessibleChild(int) -
Method in class javax.swing.table.JTableHeader.AccessibleJTableHeader
- Return the nth Accessible child of the object.
- getAccessibleChild(int) -
Method in class javax.swing.table.JTableHeader.AccessibleJTableHeader.AccessibleJTableHeaderEntry
-
- getAccessibleChild(JComponent, int) -
Method in class javax.swing.plaf.ComponentUI
- Return the nth Accessible child of the object.
- getAccessibleChild(JComponent, int) -
Method in class javax.swing.plaf.basic.BasicComboBoxUI
-
- getAccessibleChild(JComponent, int) -
Method in class javax.swing.plaf.multi.MultiListUI
- Call getAccessibleChild on each UI handled by this MultiUI.
- getAccessibleChild(JComponent, int) -
Method in class javax.swing.plaf.multi.MultiSeparatorUI
- Call getAccessibleChild on each UI handled by this MultiUI.
- getAccessibleChild(JComponent, int) -
Method in class javax.swing.plaf.multi.MultiLabelUI
- Call getAccessibleChild on each UI handled by this MultiUI.
- getAccessibleChild(JComponent, int) -
Method in class javax.swing.plaf.multi.MultiPopupMenuUI
- Call getAccessibleChild on each UI handled by this MultiUI.
- getAccessibleChild(JComponent, int) -
Method in class javax.swing.plaf.multi.MultiPanelUI
- Call getAccessibleChild on each UI handled by this MultiUI.
- getAccessibleChild(JComponent, int) -
Method in class javax.swing.plaf.multi.MultiScrollBarUI
- Call getAccessibleChild on each UI handled by this MultiUI.
- getAccessibleChild(JComponent, int) -
Method in class javax.swing.plaf.multi.MultiTextUI
- Call getAccessibleChild on each UI handled by this MultiUI.
- getAccessibleChild(JComponent, int) -
Method in class javax.swing.plaf.multi.MultiComboBoxUI
- Call getAccessibleChild on each UI handled by this MultiUI.
- getAccessibleChild(JComponent, int) -
Method in class javax.swing.plaf.multi.MultiTableHeaderUI
- Call getAccessibleChild on each UI handled by this MultiUI.
- getAccessibleChild(JComponent, int) -
Method in class javax.swing.plaf.multi.MultiFileChooserUI
- Call getAccessibleChild on each UI handled by this MultiUI.
- getAccessibleChild(JComponent, int) -
Method in class javax.swing.plaf.multi.MultiColorChooserUI
- Call getAccessibleChild on each UI handled by this MultiUI.
- getAccessibleChild(JComponent, int) -
Method in class javax.swing.plaf.multi.MultiTreeUI
- Call getAccessibleChild on each UI handled by this MultiUI.
- getAccessibleChild(JComponent, int) -
Method in class javax.swing.plaf.multi.MultiViewportUI
- Call getAccessibleChild on each UI handled by this MultiUI.
- getAccessibleChild(JComponent, int) -
Method in class javax.swing.plaf.multi.MultiTabbedPaneUI
- Call getAccessibleChild on each UI handled by this MultiUI.
- getAccessibleChild(JComponent, int) -
Method in class javax.swing.plaf.multi.MultiProgressBarUI
- Call getAccessibleChild on each UI handled by this MultiUI.
- getAccessibleChild(JComponent, int) -
Method in class javax.swing.plaf.multi.MultiScrollPaneUI
- Call getAccessibleChild on each UI handled by this MultiUI.
- getAccessibleChild(JComponent, int) -
Method in class javax.swing.plaf.multi.MultiOptionPaneUI
- Call getAccessibleChild on each UI handled by this MultiUI.
- getAccessibleChild(JComponent, int) -
Method in class javax.swing.plaf.multi.MultiSplitPaneUI
- Call getAccessibleChild on each UI handled by this MultiUI.
- getAccessibleChild(JComponent, int) -
Method in class javax.swing.plaf.multi.MultiButtonUI
- Call getAccessibleChild on each UI handled by this MultiUI.
- getAccessibleChild(JComponent, int) -
Method in class javax.swing.plaf.multi.MultiToolBarUI
- Call getAccessibleChild on each UI handled by this MultiUI.
- getAccessibleChild(JComponent, int) -
Method in class javax.swing.plaf.multi.MultiSliderUI
- Call getAccessibleChild on each UI handled by this MultiUI.
- getAccessibleChild(JComponent, int) -
Method in class javax.swing.plaf.multi.MultiDesktopPaneUI
- Call getAccessibleChild on each UI handled by this MultiUI.
- getAccessibleChild(JComponent, int) -
Method in class javax.swing.plaf.multi.MultiTableUI
- Call getAccessibleChild on each UI handled by this MultiUI.
- getAccessibleChild(JComponent, int) -
Method in class javax.swing.plaf.multi.MultiDesktopIconUI
- Call getAccessibleChild on each UI handled by this MultiUI.
- getAccessibleChild(JComponent, int) -
Method in class javax.swing.plaf.multi.MultiMenuItemUI
- Call getAccessibleChild on each UI handled by this MultiUI.
- getAccessibleChild(JComponent, int) -
Method in class javax.swing.plaf.multi.MultiInternalFrameUI
- Call getAccessibleChild on each UI handled by this MultiUI.
- getAccessibleChild(JComponent, int) -
Method in class javax.swing.plaf.multi.MultiToolTipUI
- Call getAccessibleChild on each UI handled by this MultiUI.
- getAccessibleChild(JComponent, int) -
Method in class javax.swing.plaf.multi.MultiMenuBarUI
- Call getAccessibleChild on each UI handled by this MultiUI.
- getAccessibleChildrenCount() -
Method in class java.awt.Component.AccessibleAWTComponent
- Returns the number of accessible children in the object.
- getAccessibleChildrenCount() -
Method in class java.awt.Container.AccessibleAWTContainer
- Returns the number of accessible children in the object.
- getAccessibleChildrenCount() -
Method in class java.awt.MenuComponent.AccessibleAWTMenuComponent
- Returns the number of accessible children in the object.
- getAccessibleChildrenCount() -
Method in class java.awt.List.AccessibleAWTList
- Returns the number of accessible children in the object.
- getAccessibleChildrenCount() -
Method in class java.awt.List.AccessibleAWTList.AccessibleAWTListChild
- Returns the number of accessible children of the object.
- getAccessibleChildrenCount() -
Method in class javax.accessibility.AccessibleContext
- Returns the number of accessible children of the object.
- getAccessibleChildrenCount() -
Method in class javax.swing.JComponent.AccessibleJComponent
- Returns the number of accessible children in the object.
- getAccessibleChildrenCount() -
Method in class javax.swing.JTabbedPane.AccessibleJTabbedPane
- Returns the number of accessible children in the object.
- getAccessibleChildrenCount() -
Method in class javax.swing.JMenu.AccessibleJMenu
- Returns the number of accessible children in the object.
- getAccessibleChildrenCount() -
Method in class javax.swing.JComboBox.AccessibleJComboBox
- Returns the number of accessible children in the object.
- getAccessibleChildrenCount() -
Method in class javax.swing.JList.AccessibleJList
- Returns the number of accessible children in the object.
- getAccessibleChildrenCount() -
Method in class javax.swing.JList.AccessibleJList.AccessibleJListChild
-
- getAccessibleChildrenCount() -
Method in class javax.swing.JTree.AccessibleJTree
- Returns the number of top-level children nodes of this
JTree.
- getAccessibleChildrenCount() -
Method in class javax.swing.JTree.AccessibleJTree.AccessibleJTreeNode
- Returns the number of accessible children in the object.
- getAccessibleChildrenCount() -
Method in class javax.swing.JTable.AccessibleJTable
- Returns the number of accessible children in the object.
- getAccessibleChildrenCount() -
Method in class javax.swing.JTable.AccessibleJTable.AccessibleJTableCell
- Returns the number of accessible children in the object.
- getAccessibleChildrenCount() -
Method in class javax.swing.ImageIcon.AccessibleImageIcon
- Returns the number of accessible children in the object.
- getAccessibleChildrenCount() -
Method in class javax.swing.table.JTableHeader.AccessibleJTableHeader
- Returns the number of accessible children in the object.
- getAccessibleChildrenCount() -
Method in class javax.swing.table.JTableHeader.AccessibleJTableHeader.AccessibleJTableHeaderEntry
-
- getAccessibleChildrenCount(Component) -
Static method in class javax.swing.SwingUtilities
- Returns the number of accessible children in the object.
- getAccessibleChildrenCount(JComponent) -
Method in class javax.swing.plaf.ComponentUI
- Returns the number of accessible children in the object.
- getAccessibleChildrenCount(JComponent) -
Method in class javax.swing.plaf.basic.BasicComboBoxUI
-
- getAccessibleChildrenCount(JComponent) -
Method in class javax.swing.plaf.multi.MultiListUI
- Call getAccessibleChildrenCount on each UI handled by this MultiUI.
- getAccessibleChildrenCount(JComponent) -
Method in class javax.swing.plaf.multi.MultiSeparatorUI
- Call getAccessibleChildrenCount on each UI handled by this MultiUI.
- getAccessibleChildrenCount(JComponent) -
Method in class javax.swing.plaf.multi.MultiLabelUI
- Call getAccessibleChildrenCount on each UI handled by this MultiUI.
- getAccessibleChildrenCount(JComponent) -
Method in class javax.swing.plaf.multi.MultiPopupMenuUI
- Call getAccessibleChildrenCount on each UI handled by this MultiUI.
- getAccessibleChildrenCount(JComponent) -
Method in class javax.swing.plaf.multi.MultiPanelUI
- Call getAccessibleChildrenCount on each UI handled by this MultiUI.
- getAccessibleChildrenCount(JComponent) -
Method in class javax.swing.plaf.multi.MultiScrollBarUI
- Call getAccessibleChildrenCount on each UI handled by this MultiUI.
- getAccessibleChildrenCount(JComponent) -
Method in class javax.swing.plaf.multi.MultiTextUI
- Call getAccessibleChildrenCount on each UI handled by this MultiUI.
- getAccessibleChildrenCount(JComponent) -
Method in class javax.swing.plaf.multi.MultiComboBoxUI
- Call getAccessibleChildrenCount on each UI handled by this MultiUI.
- getAccessibleChildrenCount(JComponent) -
Method in class javax.swing.plaf.multi.MultiTableHeaderUI
- Call getAccessibleChildrenCount on each UI handled by this MultiUI.
- getAccessibleChildrenCount(JComponent) -
Method in class javax.swing.plaf.multi.MultiFileChooserUI
- Call getAccessibleChildrenCount on each UI handled by this MultiUI.
- getAccessibleChildrenCount(JComponent) -
Method in class javax.swing.plaf.multi.MultiColorChooserUI
- Call getAccessibleChildrenCount on each UI handled by this MultiUI.
- getAccessibleChildrenCount(JComponent) -
Method in class javax.swing.plaf.multi.MultiTreeUI
- Call getAccessibleChildrenCount on each UI handled by this MultiUI.
- getAccessibleChildrenCount(JComponent) -
Method in class javax.swing.plaf.multi.MultiViewportUI
- Call getAccessibleChildrenCount on each UI handled by this MultiUI.
- getAccessibleChildrenCount(JComponent) -
Method in class javax.swing.plaf.multi.MultiTabbedPaneUI
- Call getAccessibleChildrenCount on each UI handled by this MultiUI.
- getAccessibleChildrenCount(JComponent) -
Method in class javax.swing.plaf.multi.MultiProgressBarUI
- Call getAccessibleChildrenCount on each UI handled by this MultiUI.
- getAccessibleChildrenCount(JComponent) -
Method in class javax.swing.plaf.multi.MultiScrollPaneUI
- Call getAccessibleChildrenCount on each UI handled by this MultiUI.
- getAccessibleChildrenCount(JComponent) -
Method in class javax.swing.plaf.multi.MultiOptionPaneUI
- Call getAccessibleChildrenCount on each UI handled by this MultiUI.
- getAccessibleChildrenCount(JComponent) -
Method in class javax.swing.plaf.multi.MultiSplitPaneUI
- Call getAccessibleChildrenCount on each UI handled by this MultiUI.
- getAccessibleChildrenCount(JComponent) -
Method in class javax.swing.plaf.multi.MultiButtonUI
- Call getAccessibleChildrenCount on each UI handled by this MultiUI.
- getAccessibleChildrenCount(JComponent) -
Method in class javax.swing.plaf.multi.MultiToolBarUI
- Call getAccessibleChildrenCount on each UI handled by this MultiUI.
- getAccessibleChildrenCount(JComponent) -
Method in class javax.swing.plaf.multi.MultiSliderUI
- Call getAccessibleChildrenCount on each UI handled by this MultiUI.
- getAccessibleChildrenCount(JComponent) -
Method in class javax.swing.plaf.multi.MultiDesktopPaneUI
- Call getAccessibleChildrenCount on each UI handled by this MultiUI.
- getAccessibleChildrenCount(JComponent) -
Method in class javax.swing.plaf.multi.MultiTableUI
- Call getAccessibleChildrenCount on each UI handled by this MultiUI.
- getAccessibleChildrenCount(JComponent) -
Method in class javax.swing.plaf.multi.MultiDesktopIconUI
- Call getAccessibleChildrenCount on each UI handled by this MultiUI.
- getAccessibleChildrenCount(JComponent) -
Method in class javax.swing.plaf.multi.MultiMenuItemUI
- Call getAccessibleChildrenCount on each UI handled by this MultiUI.
- getAccessibleChildrenCount(JComponent) -
Method in class javax.swing.plaf.multi.MultiInternalFrameUI
- Call getAccessibleChildrenCount on each UI handled by this MultiUI.
- getAccessibleChildrenCount(JComponent) -
Method in class javax.swing.plaf.multi.MultiToolTipUI
- Call getAccessibleChildrenCount on each UI handled by this MultiUI.
- getAccessibleChildrenCount(JComponent) -
Method in class javax.swing.plaf.multi.MultiMenuBarUI
- Call getAccessibleChildrenCount on each UI handled by this MultiUI.
- getAccessibleColumnAtIndex(int) -
Method in class javax.swing.JTable.AccessibleJTable
-
- getAccessibleColumnCount() -
Method in interface javax.accessibility.AccessibleTable
- Returns the number of columns in the table.
- getAccessibleColumnCount() -
Method in class javax.swing.JTable.AccessibleJTable
-
- getAccessibleColumnDescription(int) -
Method in interface javax.accessibility.AccessibleTable
- Returns the description text of the specified column in the table.
- getAccessibleColumnDescription(int) -
Method in class javax.swing.JTable.AccessibleJTable
- Return the description of the specified column in the table.
- getAccessibleColumnExtentAt(int, int) -
Method in interface javax.accessibility.AccessibleTable
- Returns the number of columns occupied by the Accessible at
a specified row and column in the table.
- getAccessibleColumnExtentAt(int, int) -
Method in class javax.swing.JTable.AccessibleJTable
- Returns the number of columns occupied by the Accessible at a
given (row, column)
- getAccessibleColumnHeader() -
Method in interface javax.accessibility.AccessibleTable
- Returns the column headers as an AccessibleTable.
- getAccessibleColumnHeader() -
Method in class javax.swing.JTable.AccessibleJTable
- Return the column headers as an AccessibleTable.
- getAccessibleComponent() -
Method in class java.awt.Component.AccessibleAWTComponent
- Get the AccessibleComponent associated with this object if one
exists.
- getAccessibleComponent() -
Method in class java.awt.MenuComponent.AccessibleAWTMenuComponent
- Get the AccessibleComponent associated with this object if one
exists.
- getAccessibleComponent() -
Method in class javax.accessibility.AccessibleContext
- Gets the AccessibleComponent associated with this object that has a
graphical representation.
- getAccessibleComponent() -
Method in class javax.swing.JList.AccessibleJList.AccessibleJListChild
- Get the AccessibleComponent associated with this object.
- getAccessibleComponent() -
Method in class javax.swing.JTree.AccessibleJTree.AccessibleJTreeNode
- Get the AccessibleComponent associated with this object.
- getAccessibleComponent() -
Method in class javax.swing.JTable.AccessibleJTable.AccessibleJTableCell
- Gets the AccessibleComponent associated with this object if one
exists.
- getAccessibleComponent() -
Method in class javax.swing.table.JTableHeader.AccessibleJTableHeader.AccessibleJTableHeaderEntry
- Get the AccessibleComponent associated with this object.
- getAccessibleContext() -
Method in class java.applet.Applet
- Gets the AccessibleContext associated with this Applet.
- getAccessibleContext() -
Method in class java.awt.Component
- Get the AccessibleContext associated with this Component
- getAccessibleContext() -
Method in class java.awt.Panel
- Gets the AccessibleContext associated with this Panel.
- getAccessibleContext() -
Method in class java.awt.ScrollPane
- Gets the AccessibleContext associated with this ScrollPane.
- getAccessibleContext() -
Method in class java.awt.Scrollbar
- Gets the AccessibleContext associated with this Scrollbar.
- getAccessibleContext() -
Method in class java.awt.Canvas
- Gets the AccessibleContext associated with this Canvas.
- getAccessibleContext() -
Method in class java.awt.MenuComponent
- Get the AccessibleContext associated with this MenuComponent
- getAccessibleContext() -
Method in class java.awt.MenuItem
- Gets the AccessibleContext associated with this MenuItem.
- getAccessibleContext() -
Method in class java.awt.Menu
- Gets the AccessibleContext associated with this Menu.
- getAccessibleContext() -
Method in class java.awt.Checkbox
- Gets the AccessibleContext associated with this Checkbox.
- getAccessibleContext() -
Method in class java.awt.Window
- Gets the AccessibleContext associated with this Window.
- getAccessibleContext() -
Method in class java.awt.Dialog
- Gets the AccessibleContext associated with this Dialog.
- getAccessibleContext() -
Method in class java.awt.MenuBar
- Gets the AccessibleContext associated with this MenuBar.
- getAccessibleContext() -
Method in class java.awt.List
- Gets the AccessibleContext associated with this List.
- getAccessibleContext() -
Method in class java.awt.List.AccessibleAWTList.AccessibleAWTListChild
- Gets the AccessibleContext for this object.
- getAccessibleContext() -
Method in class java.awt.TextComponent
- Gets the AccessibleContext associated with this TextComponent.
- getAccessibleContext() -
Method in class java.awt.PopupMenu
- Gets the AccessibleContext associated with this PopupMenu.
- getAccessibleContext() -
Method in class java.awt.Choice
- Gets the AccessibleContext associated with this Choice.
- getAccessibleContext() -
Method in class java.awt.Frame
- Gets the AccessibleContext associated with this Frame.
- getAccessibleContext() -
Method in class java.awt.Label
- Gets the AccessibleContext associated with this Label.
- getAccessibleContext() -
Method in class java.awt.TextField
- Gets the AccessibleContext associated with this TextField.
- getAccessibleContext() -
Method in class java.awt.Button
- Gets the AccessibleContext associated with this Button.
- getAccessibleContext() -
Method in class java.awt.CheckboxMenuItem
- Gets the AccessibleContext associated with this CheckboxMenuItem.
- getAccessibleContext() -
Method in class java.awt.TextArea
- Gets the AccessibleContext associated with this TextArea.
- getAccessibleContext() -
Method in interface javax.accessibility.Accessible
- Returns the AccessibleContext associated with this object.
- getAccessibleContext() -
Method in class javax.swing.JComponent
- Gets the AccessibleContext associated with this JComponent.
- getAccessibleContext() -
Method in class javax.swing.JEditorPane
- Gets the AccessibleContext associated with this JEditorPane.
- getAccessibleContext() -
Method in class javax.swing.JViewport
- Gets the AccessibleContext associated with this JViewport.
- getAccessibleContext() -
Method in class javax.swing.JTabbedPane
- Gets the AccessibleContext associated with this JTabbedPane.
- getAccessibleContext() -
Method in class javax.swing.JMenuItem
- Gets the AccessibleContext associated with this JMenuItem.
- getAccessibleContext() -
Method in class javax.swing.JCheckBoxMenuItem
- Gets the AccessibleContext associated with this JCheckBoxMenuItem.
- getAccessibleContext() -
Method in class javax.swing.JLayeredPane
- Gets the AccessibleContext associated with this JLayeredPane.
- getAccessibleContext() -
Method in class javax.swing.JToggleButton
- Gets the AccessibleContext associated with this JToggleButton.
- getAccessibleContext() -
Method in class javax.swing.JCheckBox
- Gets the AccessibleContext associated with this JCheckBox.
- getAccessibleContext() -
Method in class javax.swing.JTextField
- Gets the AccessibleContext associated with this JTextField.
- getAccessibleContext() -
Method in class javax.swing.JPasswordField
- Gets the AccessibleContext associated with this JPasswordField.
- getAccessibleContext() -
Method in class javax.swing.JOptionPane
- Gets the AccessibleContext associated with this JOptionPane.
- getAccessibleContext() -
Method in class javax.swing.JMenu
- Gets the AccessibleContext associated with this JMenu.
- getAccessibleContext() -
Method in class javax.swing.JColorChooser
- Gets the AccessibleContext associated with this JColorChooser.
- getAccessibleContext() -
Method in class javax.swing.JButton
- Gets the AccessibleContext associated with this JButton.
- getAccessibleContext() -
Method in class javax.swing.JPopupMenu
- Gets the AccessibleContext associated with this JPopupMenu.
- getAccessibleContext() -
Method in class javax.swing.JSeparator
- Gets the AccessibleContext associated with this JSeparator.
- getAccessibleContext() -
Method in class javax.swing.JWindow
- Gets the AccessibleContext associated with this JWindow.
- getAccessibleContext() -
Method in class javax.swing.JApplet
- Gets the AccessibleContext associated with this JApplet.
- getAccessibleContext() -
Method in class javax.swing.JComboBox
- Gets the AccessibleContext associated with this JComboBox.
- getAccessibleContext() -
Method in class javax.swing.JList
- Gets the AccessibleContext associated with this JList.
- getAccessibleContext() -
Method in class javax.swing.JList.AccessibleJList.AccessibleJListChild
- Get the AccessibleContext for this object.
- getAccessibleContext() -
Method in class javax.swing.JToolTip
- Gets the AccessibleContext associated with this JToolTip.
- getAccessibleContext() -
Method in class javax.swing.CellRendererPane
- Gets the AccessibleContext associated with this CellRendererPane.
- getAccessibleContext() -
Method in class javax.swing.JInternalFrame
- Gets the AccessibleContext associated with this JInternalFrame.
- getAccessibleContext() -
Method in class javax.swing.JInternalFrame.JDesktopIcon
- Gets the AccessibleContext associated with this JDesktopIcon.
- getAccessibleContext() -
Method in class javax.swing.JPanel
- Gets the AccessibleContext associated with this JPanel.
- getAccessibleContext() -
Method in class javax.swing.JFrame
- Gets the AccessibleContext associated with this JFrame.
- getAccessibleContext() -
Method in class javax.swing.JSplitPane
- Gets the AccessibleContext associated with this JSplitPane.
- getAccessibleContext() -
Method in class javax.swing.JTree
- Gets the AccessibleContext associated with this JTree.
- getAccessibleContext() -
Method in class javax.swing.JTree.AccessibleJTree.AccessibleJTreeNode
- Get the AccessibleContext associated with this tree node.
- getAccessibleContext() -
Method in class javax.swing.JTable
- Gets the AccessibleContext associated with this JTable.
- getAccessibleContext() -
Method in class javax.swing.JTable.AccessibleJTable.AccessibleJTableCell
- Gets the
AccessibleContext
associated with this
component.
- getAccessibleContext() -
Method in class javax.swing.JLabel
- Get the AccessibleContext of this object
- getAccessibleContext() -
Method in class javax.swing.JFileChooser
- Gets the AccessibleContext associated with this JFileChooser.
- getAccessibleContext() -
Method in class javax.swing.JDesktopPane
- Gets the AccessibleContext associated with this JDesktopPane.
- getAccessibleContext() -
Method in class javax.swing.JRadioButton
- Gets the AccessibleContext associated with this JRadioButton.
- getAccessibleContext() -
Method in class javax.swing.JToolBar
- Gets the AccessibleContext associated with this JToolBar.
- getAccessibleContext() -
Method in class javax.swing.JMenuBar
- Gets the AccessibleContext associated with this JMenuBar.
- getAccessibleContext() -
Method in class javax.swing.ImageIcon
- Gets the AccessibleContext associated with this ImageIcon.
- getAccessibleContext() -
Method in class javax.swing.JRadioButtonMenuItem
- Gets the AccessibleContext associated with this JRadioButtonMenuItem.
- getAccessibleContext() -
Method in class javax.swing.JTextArea
- Gets the AccessibleContext associated with this JTextArea.
- getAccessibleContext() -
Method in class javax.swing.Box
- Gets the AccessibleContext associated with this Box.
- getAccessibleContext() -
Method in class javax.swing.Box.Filler
- Gets the AccessibleContext associated with this Box.Filler.
- getAccessibleContext() -
Method in class javax.swing.JScrollPane
- Gets the AccessibleContext associated with this JScrollPane.
- getAccessibleContext() -
Method in class javax.swing.JScrollBar
- Gets the AccessibleContext associated with this JScrollBar.
- getAccessibleContext() -
Method in class javax.swing.JProgressBar
- Gets the AccessibleContext associated with this JProgressBar.
- getAccessibleContext() -
Method in class javax.swing.JRootPane
- Gets the AccessibleContext associated with this JRootPane.
- getAccessibleContext() -
Method in class javax.swing.JDialog
- Gets the AccessibleContext associated with this JDialog.
- getAccessibleContext() -
Method in class javax.swing.JSlider
- Gets the AccessibleContext associated with this JSlider.
- getAccessibleContext() -
Method in class javax.swing.table.JTableHeader
- Gets the AccessibleContext associated with this JTableHeader.
- getAccessibleContext() -
Method in class javax.swing.table.JTableHeader.AccessibleJTableHeader.AccessibleJTableHeaderEntry
- Get the AccessibleContext associated with this object.
- getAccessibleContext() -
Method in class javax.swing.text.JTextComponent
- Gets the AccessibleContext associated with this JTextComponent.
- getAccessibleDescription() -
Method in class java.awt.Component.AccessibleAWTComponent
- Get the accessible description of this object.
- getAccessibleDescription() -
Method in class java.awt.MenuComponent.AccessibleAWTMenuComponent
- Get the accessible description of this object.
- getAccessibleDescription() -
Method in class javax.accessibility.AccessibleContext
- Gets the accessibleDescription property of this object.
- getAccessibleDescription() -
Method in class javax.swing.JComponent.AccessibleJComponent
- Gets the accessible description of this object.
- getAccessibleDescription() -
Method in class javax.swing.JEditorPane.AccessibleJEditorPane
- Gets the accessibleDescription property of this object.
- getAccessibleDescription() -
Method in class javax.swing.JList.AccessibleJList.AccessibleJListChild
-
- getAccessibleDescription() -
Method in class javax.swing.JToolTip.AccessibleJToolTip
- Get the accessible description of this object.
- getAccessibleDescription() -
Method in class javax.swing.JTree.AccessibleJTree.AccessibleJTreeNode
- Get the accessible description of this object.
- getAccessibleDescription() -
Method in class javax.swing.JTable.AccessibleJTable.AccessibleJTableCell
- Gets the accessible description of this object.
- getAccessibleDescription() -
Method in class javax.swing.table.JTableHeader.AccessibleJTableHeader.AccessibleJTableHeaderEntry
-
- getAccessibleIcon() -
Method in class javax.accessibility.AccessibleContext
- Gets the AccessibleIcons associated with an object that has
one or more associated icons
- getAccessibleIcon() -
Method in class javax.swing.AbstractButton.AccessibleAbstractButton
- Get the AccessibleIcons associated with this object if one
or more exist.
- getAccessibleIcon() -
Method in class javax.swing.JLabel.AccessibleJLabel
- Get the AccessibleIcons associated with this object if one
or more exist.
- getAccessibleIconDescription() -
Method in interface javax.accessibility.AccessibleIcon
- Gets the description of the icon.
- getAccessibleIconDescription() -
Method in class javax.swing.ImageIcon.AccessibleImageIcon
- Gets the description of the icon.
- getAccessibleIconHeight() -
Method in interface javax.accessibility.AccessibleIcon
- Gets the height of the icon
- getAccessibleIconHeight() -
Method in class javax.swing.ImageIcon.AccessibleImageIcon
- Gets the height of the icon.
- getAccessibleIconWidth() -
Method in interface javax.accessibility.AccessibleIcon
- Gets the width of the icon
- getAccessibleIconWidth() -
Method in class javax.swing.ImageIcon.AccessibleImageIcon
- Gets the width of the icon.
- getAccessibleIndexAt(int, int) -
Method in class javax.swing.JTable.AccessibleJTable
- Returns the index at a given (row, column) in the table
- getAccessibleIndexInParent() -
Method in class java.awt.Component.AccessibleAWTComponent
- Get the index of this object in its accessible parent.
- getAccessibleIndexInParent() -
Method in class java.awt.MenuComponent.AccessibleAWTMenuComponent
- Get the index of this object in its accessible parent.
- getAccessibleIndexInParent() -
Method in class java.awt.List.AccessibleAWTList.AccessibleAWTListChild
- Get the 0-based index of this object in its accessible parent.
- getAccessibleIndexInParent() -
Method in class javax.accessibility.AccessibleContext
- Gets the 0-based index of this object in its accessible parent.
- getAccessibleIndexInParent() -
Method in class javax.swing.JList.AccessibleJList.AccessibleJListChild
-
- getAccessibleIndexInParent() -
Method in class javax.swing.JTree.AccessibleJTree
- Get the index of this object in its accessible parent.
- getAccessibleIndexInParent() -
Method in class javax.swing.JTree.AccessibleJTree.AccessibleJTreeNode
- Get the index of this object in its accessible parent.
- getAccessibleIndexInParent() -
Method in class javax.swing.JTable.AccessibleJTable.AccessibleJTableCell
- Gets the index of this object in its accessible parent.
- getAccessibleIndexInParent() -
Method in class javax.swing.ImageIcon.AccessibleImageIcon
- Gets the index of this object in its accessible parent.
- getAccessibleIndexInParent() -
Method in class javax.swing.table.JTableHeader.AccessibleJTableHeader.AccessibleJTableHeaderEntry
-
- getAccessibleIndexInParent(Component) -
Static method in class javax.swing.SwingUtilities
- Get the index of this object in its accessible parent.
- getAccessibleName() -
Method in class java.awt.Component.AccessibleAWTComponent
- Get the accessible name of this object.
- getAccessibleName() -
Method in class java.awt.MenuComponent.AccessibleAWTMenuComponent
- Get the accessible name of this object.
- getAccessibleName() -
Method in class java.awt.MenuItem.AccessibleAWTMenuItem
- Get the accessible name of this object.
- getAccessibleName() -
Method in class java.awt.Label.AccessibleAWTLabel
- Get the accessible name of this object.
- getAccessibleName() -
Method in class java.awt.Button.AccessibleAWTButton
- Get the accessible name of this object.
- getAccessibleName() -
Method in class javax.accessibility.AccessibleContext
- Gets the accessibleName property of this object.
- getAccessibleName() -
Method in class javax.swing.JComponent.AccessibleJComponent
- Gets the accessible name of this object.
- getAccessibleName() -
Method in class javax.swing.AbstractButton.AccessibleAbstractButton
- Returns the accessible name of this object.
- getAccessibleName() -
Method in class javax.swing.JList.AccessibleJList.AccessibleJListChild
-
- getAccessibleName() -
Method in class javax.swing.JInternalFrame.AccessibleJInternalFrame
- Get the accessible name of this object.
- getAccessibleName() -
Method in class javax.swing.JFrame.AccessibleJFrame
- Get the accessible name of this object.
- getAccessibleName() -
Method in class javax.swing.JTree.AccessibleJTree.AccessibleJTreeNode
- Get the accessible name of this object.
- getAccessibleName() -
Method in class javax.swing.JTable.AccessibleJTable.AccessibleJTableCell
- Gets the accessible name of this object.
- getAccessibleName() -
Method in class javax.swing.JLabel.AccessibleJLabel
- Get the accessible name of this object.
- getAccessibleName() -
Method in class javax.swing.JDialog.AccessibleJDialog
- Get the accessible name of this object.
- getAccessibleName() -
Method in class javax.swing.table.JTableHeader.AccessibleJTableHeader.AccessibleJTableHeaderEntry
-
- getAccessibleParent() -
Method in class java.awt.Component.AccessibleAWTComponent
- Get the Accessible parent of this object.
- getAccessibleParent() -
Method in class java.awt.MenuComponent.AccessibleAWTMenuComponent
- Get the Accessible parent of this object.
- getAccessibleParent() -
Method in class javax.accessibility.AccessibleContext
- Gets the Accessible parent of this object.
- getAccessibleParent() -
Method in class javax.swing.JTree.AccessibleJTree.AccessibleJTreeNode
- Get the Accessible parent of this object.
- getAccessibleParent() -
Method in class javax.swing.JTable.AccessibleJTable.AccessibleJTableCell
- Gets the Accessible parent of this object.
- getAccessibleParent() -
Method in class javax.swing.ImageIcon.AccessibleImageIcon
- Gets the Accessible parent of this object.
- getAccessibleRelationSet() -
Method in class javax.accessibility.AccessibleContext
- Gets the AccessibleRelationSet associated with an object
- getAccessibleRelationSet() -
Method in class javax.swing.AbstractButton.AccessibleAbstractButton
- Get the AccessibleRelationSet associated with this object if one
exists.
- getAccessibleRelationSet() -
Method in class javax.swing.JLabel.AccessibleJLabel
- Get the AccessibleRelationSet associated with this object if one
exists.
- getAccessibleRole() -
Method in class java.applet.Applet.AccessibleApplet
- Get the role of this object.
- getAccessibleRole() -
Method in class java.awt.Component.AccessibleAWTComponent
- Get the role of this object.
- getAccessibleRole() -
Method in class java.awt.Panel.AccessibleAWTPanel
- Get the role of this object.
- getAccessibleRole() -
Method in class java.awt.ScrollPane.AccessibleAWTScrollPane
- Get the role of this object.
- getAccessibleRole() -
Method in class java.awt.Scrollbar.AccessibleAWTScrollBar
- Get the role of this object.
- getAccessibleRole() -
Method in class java.awt.Canvas.AccessibleAWTCanvas
- Get the role of this object.
- getAccessibleRole() -
Method in class java.awt.MenuComponent.AccessibleAWTMenuComponent
- Get the role of this object.
- getAccessibleRole() -
Method in class java.awt.MenuItem.AccessibleAWTMenuItem
- Get the role of this object.
- getAccessibleRole() -
Method in class java.awt.Menu.AccessibleAWTMenu
- Get the role of this object.
- getAccessibleRole() -
Method in class java.awt.Checkbox.AccessibleAWTCheckbox
- Get the role of this object.
- getAccessibleRole() -
Method in class java.awt.MenuBar.AccessibleAWTMenuBar
- Get the role of this object.
- getAccessibleRole() -
Method in class java.awt.List.AccessibleAWTList
- Get the role of this object.
- getAccessibleRole() -
Method in class java.awt.List.AccessibleAWTList.AccessibleAWTListChild
- Get the role of this object.
- getAccessibleRole() -
Method in class java.awt.TextComponent.AccessibleAWTTextComponent
- Gets the role of this object.
- getAccessibleRole() -
Method in class java.awt.PopupMenu.AccessibleAWTPopupMenu
- Get the role of this object.
- getAccessibleRole() -
Method in class java.awt.Window.AccessibleAWTWindow
- Get the role of this object.
- getAccessibleRole() -
Method in class java.awt.Dialog.AccessibleAWTDialog
- Get the role of this object.
- getAccessibleRole() -
Method in class java.awt.Choice.AccessibleAWTChoice
- Get the role of this object.
- getAccessibleRole() -
Method in class java.awt.Frame.AccessibleAWTFrame
- Get the role of this object.
- getAccessibleRole() -
Method in class java.awt.Label.AccessibleAWTLabel
- Get the role of this object.
- getAccessibleRole() -
Method in class java.awt.Button.AccessibleAWTButton
- Get the role of this object.
- getAccessibleRole() -
Method in class java.awt.CheckboxMenuItem.AccessibleAWTCheckboxMenuItem
- Get the role of this object.
- getAccessibleRole() -
Method in class javax.accessibility.AccessibleContext
- Gets the role of this object.
- getAccessibleRole() -
Method in class javax.swing.JComponent.AccessibleJComponent
- Gets the role of this object.
- getAccessibleRole() -
Method in class javax.swing.JViewport.AccessibleJViewport
- Get the role of this object.
- getAccessibleRole() -
Method in class javax.swing.JTabbedPane.AccessibleJTabbedPane
- Get the role of this object.
- getAccessibleRole() -
Method in class javax.swing.JMenuItem.AccessibleJMenuItem
- Get the role of this object.
- getAccessibleRole() -
Method in class javax.swing.JCheckBoxMenuItem.AccessibleJCheckBoxMenuItem
- Get the role of this object.
- getAccessibleRole() -
Method in class javax.swing.JLayeredPane.AccessibleJLayeredPane
- Get the role of this object.
- getAccessibleRole() -
Method in class javax.swing.JToggleButton.AccessibleJToggleButton
- Get the role of this object.
- getAccessibleRole() -
Method in class javax.swing.JCheckBox.AccessibleJCheckBox
- Get the role of this object.
- getAccessibleRole() -
Method in class javax.swing.JPasswordField.AccessibleJPasswordField
- Gets the role of this object.
- getAccessibleRole() -
Method in class javax.swing.JOptionPane.AccessibleJOptionPane
- Get the role of this object.
- getAccessibleRole() -
Method in class javax.swing.JMenu.AccessibleJMenu
- Get the role of this object.
- getAccessibleRole() -
Method in class javax.swing.JColorChooser.AccessibleJColorChooser
- Get the role of this object.
- getAccessibleRole() -
Method in class javax.swing.JButton.AccessibleJButton
- Get the role of this object.
- getAccessibleRole() -
Method in class javax.swing.JPopupMenu.AccessibleJPopupMenu
- Get the role of this object.
- getAccessibleRole() -
Method in class javax.swing.JComboBox.AccessibleJComboBox
- Get the role of this object.
- getAccessibleRole() -
Method in class javax.swing.JList.AccessibleJList
- Get the role of this object.
- getAccessibleRole() -
Method in class javax.swing.JList.AccessibleJList.AccessibleJListChild
-
- getAccessibleRole() -
Method in class javax.swing.JToolTip.AccessibleJToolTip
- Get the role of this object.
- getAccessibleRole() -
Method in class javax.swing.JSeparator.AccessibleJSeparator
- Get the role of this object.
- getAccessibleRole() -
Method in class javax.swing.CellRendererPane.AccessibleCellRendererPane
- Get the role of this object.
- getAccessibleRole() -
Method in class javax.swing.JInternalFrame.AccessibleJInternalFrame
- Get the role of this object.
- getAccessibleRole() -
Method in class javax.swing.JInternalFrame.JDesktopIcon.AccessibleJDesktopIcon
- Get the role of this object.
- getAccessibleRole() -
Method in class javax.swing.JPanel.AccessibleJPanel
- Get the role of this object.
- getAccessibleRole() -
Method in class javax.swing.JSplitPane.AccessibleJSplitPane
- Gets the role of this object.
- getAccessibleRole() -
Method in class javax.swing.JTree.AccessibleJTree
- Get the role of this object.
- getAccessibleRole() -
Method in class javax.swing.JTree.AccessibleJTree.AccessibleJTreeNode
- Get the role of this object.
- getAccessibleRole() -
Method in class javax.swing.JTable.AccessibleJTable
- Gets the role of this object.
- getAccessibleRole() -
Method in class javax.swing.JTable.AccessibleJTable.AccessibleJTableCell
- Gets the role of this object.
- getAccessibleRole() -
Method in class javax.swing.JFileChooser.AccessibleJFileChooser
- Gets the role of this object.
- getAccessibleRole() -
Method in class javax.swing.JDesktopPane.AccessibleJDesktopPane
- Get the role of this object.
- getAccessibleRole() -
Method in class javax.swing.JRadioButton.AccessibleJRadioButton
- Get the role of this object.
- getAccessibleRole() -
Method in class javax.swing.JLabel.AccessibleJLabel
- Get the role of this object.
- getAccessibleRole() -
Method in class javax.swing.JToolBar.AccessibleJToolBar
- Get the role of this object.
- getAccessibleRole() -
Method in class javax.swing.JMenuBar.AccessibleJMenuBar
- Get the role of this object.
- getAccessibleRole() -
Method in class javax.swing.ImageIcon.AccessibleImageIcon
- Gets the role of this object.
- getAccessibleRole() -
Method in class javax.swing.JRadioButtonMenuItem.AccessibleJRadioButtonMenuItem
- Get the role of this object.
- getAccessibleRole() -
Method in class javax.swing.Box.Filler.AccessibleBoxFiller
- Gets the role of this object.
- getAccessibleRole() -
Method in class javax.swing.Box.AccessibleBox
- Gets the role of this object.
- getAccessibleRole() -
Method in class javax.swing.JScrollPane.AccessibleJScrollPane
- Get the role of this object.
- getAccessibleRole() -
Method in class javax.swing.JScrollBar.AccessibleJScrollBar
- Get the role of this object.
- getAccessibleRole() -
Method in class javax.swing.JProgressBar.AccessibleJProgressBar
- Get the role of this object.
- getAccessibleRole() -
Method in class javax.swing.JRootPane.AccessibleJRootPane
- Get the role of this object.
- getAccessibleRole() -
Method in class javax.swing.JSlider.AccessibleJSlider
- Get the role of this object.
- getAccessibleRole() -
Method in class javax.swing.table.JTableHeader.AccessibleJTableHeader
- Get the role of this object.
- getAccessibleRole() -
Method in class javax.swing.table.JTableHeader.AccessibleJTableHeader.AccessibleJTableHeaderEntry
-
- getAccessibleRole() -
Method in class javax.swing.text.JTextComponent.AccessibleJTextComponent
- Gets the role of this object.
- getAccessibleRowAtIndex(int) -
Method in class javax.swing.JTable.AccessibleJTable
-
- getAccessibleRowCount() -
Method in interface javax.accessibility.AccessibleTable
- Returns the number of rows in the table.
- getAccessibleRowCount() -
Method in class javax.swing.JTable.AccessibleJTable
-
- getAccessibleRowDescription(int) -
Method in interface javax.accessibility.AccessibleTable
- Returns the description of the specified row in the table.
- getAccessibleRowDescription(int) -
Method in class javax.swing.JTable.AccessibleJTable
- Return the description of the specified row in the table.
- getAccessibleRowExtentAt(int, int) -
Method in interface javax.accessibility.AccessibleTable
- Returns the number of rows occupied by the Accessible at
a specified row and column in the table.
- getAccessibleRowExtentAt(int, int) -
Method in class javax.swing.JTable.AccessibleJTable
- Returns the number of rows occupied by the Accessible at a
specified row and column in the table.
- getAccessibleRowHeader() -
Method in interface javax.accessibility.AccessibleTable
- Returns the row headers as an AccessibleTable.
- getAccessibleRowHeader() -
Method in class javax.swing.JTable.AccessibleJTable
- Return the row headers as an AccessibleTable.
- getAccessibleSelection() -
Method in class java.awt.MenuComponent.AccessibleAWTMenuComponent
- Get the AccessibleSelection associated with this object which allows
its Accessible children to be selected.
- getAccessibleSelection() -
Method in class java.awt.List.AccessibleAWTList
- Get the AccessibleSelection associated with this object.
- getAccessibleSelection() -
Method in class javax.accessibility.AccessibleContext
- Gets the AccessibleSelection associated with this object which allows its
Accessible children to be selected.
- getAccessibleSelection() -
Method in class javax.swing.JTabbedPane.AccessibleJTabbedPane
- Get the AccessibleSelection associated with this object.
- getAccessibleSelection() -
Method in class javax.swing.JMenu.AccessibleJMenu
- Get the AccessibleSelection associated with this object.
- getAccessibleSelection() -
Method in class javax.swing.JComboBox.AccessibleJComboBox
- Get the AccessibleSelection associated with this object.
- getAccessibleSelection() -
Method in class javax.swing.JList.AccessibleJList
- Get the AccessibleSelection associated with this object.
- getAccessibleSelection() -
Method in class javax.swing.JList.AccessibleJList.AccessibleJListChild
-
- getAccessibleSelection() -
Method in class javax.swing.JTree.AccessibleJTree
- Get the AccessibleSelection associated with this object.
- getAccessibleSelection() -
Method in class javax.swing.JTree.AccessibleJTree.AccessibleJTreeNode
- Get the AccessibleSelection associated with this object if one
exists.
- getAccessibleSelection() -
Method in class javax.swing.JTable.AccessibleJTable
- Get the AccessibleSelection associated with this object.
- getAccessibleSelection() -
Method in class javax.swing.JTable.AccessibleJTable.AccessibleJTableCell
- Gets the AccessibleSelection associated with this object if one
exists.
- getAccessibleSelection() -
Method in class javax.swing.JMenuBar.AccessibleJMenuBar
- Get the AccessibleSelection associated with this object.
- getAccessibleSelection() -
Method in class javax.swing.table.JTableHeader.AccessibleJTableHeader.AccessibleJTableHeaderEntry
-
- getAccessibleSelection(int) -
Method in class java.awt.MenuComponent.AccessibleAWTMenuComponent
- Returns an Accessible representing the specified selected child
in the object.
- getAccessibleSelection(int) -
Method in class java.awt.List.AccessibleAWTList
- Returns an Accessible representing the specified selected item
in the object.
- getAccessibleSelection(int) -
Method in interface javax.accessibility.AccessibleSelection
- Returns an Accessible representing the specified selected child
of the object.
- getAccessibleSelection(int) -
Method in class javax.swing.JTabbedPane.AccessibleJTabbedPane
-
- getAccessibleSelection(int) -
Method in class javax.swing.JMenu.AccessibleJMenu
- Returns the currently selected sub-menu if one is selected,
otherwise null (there can only be one selection, and it can
only be a sub-menu, as otherwise menu items don't remain
selected).
- getAccessibleSelection(int) -
Method in class javax.swing.JComboBox.AccessibleJComboBox
- Returns an Accessible representing the specified selected child
in the popup.
- getAccessibleSelection(int) -
Method in class javax.swing.JList.AccessibleJList
- Returns an Accessible representing the specified selected item
in the object.
- getAccessibleSelection(int) -
Method in class javax.swing.JTree.AccessibleJTree
- Returns an Accessible representing the specified selected item
in the object.
- getAccessibleSelection(int) -
Method in class javax.swing.JTree.AccessibleJTree.AccessibleJTreeNode
- Returns an Accessible representing the specified selected item
in the object.
- getAccessibleSelection(int) -
Method in class javax.swing.JTable.AccessibleJTable
- Returns an Accessible representing the specified selected child
in the object.
- getAccessibleSelection(int) -
Method in class javax.swing.JMenuBar.AccessibleJMenuBar
- Returns the currently selected menu if one is selected,
otherwise null.
- getAccessibleSelectionCount() -
Method in class java.awt.MenuComponent.AccessibleAWTMenuComponent
- Returns the number of Accessible children currently selected.
- getAccessibleSelectionCount() -
Method in class java.awt.List.AccessibleAWTList
- Returns the number of items currently selected.
- getAccessibleSelectionCount() -
Method in interface javax.accessibility.AccessibleSelection
- Returns the number of Accessible children currently selected.
- getAccessibleSelectionCount() -
Method in class javax.swing.JTabbedPane.AccessibleJTabbedPane
-
- getAccessibleSelectionCount() -
Method in class javax.swing.JMenu.AccessibleJMenu
- Returns 1 if a sub-menu is currently selected in this menu.
- getAccessibleSelectionCount() -
Method in class javax.swing.JComboBox.AccessibleJComboBox
- Returns the number of Accessible children currently selected.
- getAccessibleSelectionCount() -
Method in class javax.swing.JList.AccessibleJList
- Returns the number of items currently selected.
- getAccessibleSelectionCount() -
Method in class javax.swing.JTree.AccessibleJTree
- Returns the number of items currently selected.
- getAccessibleSelectionCount() -
Method in class javax.swing.JTree.AccessibleJTree.AccessibleJTreeNode
- Returns the number of items currently selected.
- getAccessibleSelectionCount() -
Method in class javax.swing.JTable.AccessibleJTable
- Returns the number of Accessible children currently selected.
- getAccessibleSelectionCount() -
Method in class javax.swing.JMenuBar.AccessibleJMenuBar
- Returns 1 if a menu is currently selected in this menu bar.
- getAccessibleStateSet() -
Method in class java.applet.Applet.AccessibleApplet
- Get the state of this object.
- getAccessibleStateSet() -
Method in class java.awt.Component.AccessibleAWTComponent
- Get the state of this object.
- getAccessibleStateSet() -
Method in class java.awt.Scrollbar.AccessibleAWTScrollBar
- Get the state set of this object.
- getAccessibleStateSet() -
Method in class java.awt.MenuComponent.AccessibleAWTMenuComponent
- Get the state of this object.
- getAccessibleStateSet() -
Method in class java.awt.Checkbox.AccessibleAWTCheckbox
- Get the state set of this object.
- getAccessibleStateSet() -
Method in class java.awt.List.AccessibleAWTList
- Get the state set of this object.
- getAccessibleStateSet() -
Method in class java.awt.List.AccessibleAWTList.AccessibleAWTListChild
- Get the state set of this object.
- getAccessibleStateSet() -
Method in class java.awt.TextComponent.AccessibleAWTTextComponent
- Gets the state set of the TextComponent.
- getAccessibleStateSet() -
Method in class java.awt.Window.AccessibleAWTWindow
- Get the state of this object.
- getAccessibleStateSet() -
Method in class java.awt.Dialog.AccessibleAWTDialog
- Get the state of this object.
- getAccessibleStateSet() -
Method in class java.awt.Frame.AccessibleAWTFrame
- Get the state of this object.
- getAccessibleStateSet() -
Method in class java.awt.TextField.AccessibleAWTTextField
- Gets the state set of this object.
- getAccessibleStateSet() -
Method in class java.awt.TextArea.AccessibleAWTTextArea
- Gets the state set of this object.
- getAccessibleStateSet() -
Method in class javax.accessibility.AccessibleContext
- Gets the state set of this object.
- getAccessibleStateSet() -
Method in class javax.swing.JComponent.AccessibleJComponent
- Gets the state of this object.
- getAccessibleStateSet() -
Method in class javax.swing.AbstractButton.AccessibleAbstractButton
- Get the state set of this object.
- getAccessibleStateSet() -
Method in class javax.swing.JTextField.AccessibleJTextField
- Gets the state set of this object.
- getAccessibleStateSet() -
Method in class javax.swing.JEditorPane.AccessibleJEditorPane
- Gets the state set of this object.
- getAccessibleStateSet() -
Method in class javax.swing.JList.AccessibleJList
- Get the state set of this object.
- getAccessibleStateSet() -
Method in class javax.swing.JList.AccessibleJList.AccessibleJListChild
-
- getAccessibleStateSet() -
Method in class javax.swing.JFrame.AccessibleJFrame
- Get the state of this object.
- getAccessibleStateSet() -
Method in class javax.swing.JSplitPane.AccessibleJSplitPane
- Gets the state set of this object.
- getAccessibleStateSet() -
Method in class javax.swing.JTree.AccessibleJTree.AccessibleJTreeNode
- Get the state set of this object.
- getAccessibleStateSet() -
Method in class javax.swing.JTable.AccessibleJTable.AccessibleJTableCell
- Gets the state set of this object.
- getAccessibleStateSet() -
Method in class javax.swing.JToolBar.AccessibleJToolBar
- Get the state of this object.
- getAccessibleStateSet() -
Method in class javax.swing.JMenuBar.AccessibleJMenuBar
- Get the accessible state set of this object.
- getAccessibleStateSet() -
Method in class javax.swing.ImageIcon.AccessibleImageIcon
- Gets the state of this object.
- getAccessibleStateSet() -
Method in class javax.swing.JTextArea.AccessibleJTextArea
- Gets the state set of this object.
- getAccessibleStateSet() -
Method in class javax.swing.JScrollBar.AccessibleJScrollBar
- Get the state set of this object.
- getAccessibleStateSet() -
Method in class javax.swing.JProgressBar.AccessibleJProgressBar
- Get the state set of this object.
- getAccessibleStateSet() -
Method in class javax.swing.JDialog.AccessibleJDialog
- Get the state of this object.
- getAccessibleStateSet() -
Method in class javax.swing.JSlider.AccessibleJSlider
- Get the state set of this object.
- getAccessibleStateSet() -
Method in class javax.swing.table.JTableHeader.AccessibleJTableHeader.AccessibleJTableHeaderEntry
-
- getAccessibleStateSet() -
Method in class javax.swing.text.JTextComponent.AccessibleJTextComponent
- Gets the state set of the JTextComponent.
- getAccessibleStateSet(Component) -
Static method in class javax.swing.SwingUtilities
- Get the state of this object.
- getAccessibleSummary() -
Method in interface javax.accessibility.AccessibleTable
- Returns the summary description of the table.
- getAccessibleSummary() -
Method in class javax.swing.JTable.AccessibleJTable
- Returns the summary description of the table.
- getAccessibleTable() -
Method in class javax.accessibility.AccessibleContext
- Gets the AccessibleTable associated with an object
- getAccessibleTable() -
Method in class javax.swing.JTable.AccessibleJTable
- Get the AccessibleTable associated with this object.
- getAccessibleText() -
Method in class java.awt.TextComponent.AccessibleAWTTextComponent
- Get the AccessibleText associated with this object.
- getAccessibleText() -
Method in class javax.accessibility.AccessibleContext
- Gets the AccessibleText associated with this object presently editable
text on the display.
- getAccessibleText() -
Method in class javax.swing.AbstractButton.AccessibleAbstractButton
-
- getAccessibleText() -
Method in class javax.swing.JEditorPane.AccessibleJEditorPaneHTML
-
- getAccessibleText() -
Method in class javax.swing.JList.AccessibleJList.AccessibleJListChild
-
- getAccessibleText() -
Method in class javax.swing.JTree.AccessibleJTree.AccessibleJTreeNode
- Get the AccessibleText associated with this object if one
exists.
- getAccessibleText() -
Method in class javax.swing.JTable.AccessibleJTable.AccessibleJTableCell
- Gets the AccessibleText associated with this object if one
exists.
- getAccessibleText() -
Method in class javax.swing.JLabel.AccessibleJLabel
-
- getAccessibleText() -
Method in class javax.swing.table.JTableHeader.AccessibleJTableHeader.AccessibleJTableHeaderEntry
-
- getAccessibleText() -
Method in class javax.swing.text.JTextComponent.AccessibleJTextComponent
- Get the AccessibleText associated with this object.
- getAccessibleValue() -
Method in class java.awt.Scrollbar.AccessibleAWTScrollBar
- Get the AccessibleValue associated with this object.
- getAccessibleValue() -
Method in class java.awt.MenuItem.AccessibleAWTMenuItem
- Get the AccessibleValue associated with this object.
- getAccessibleValue() -
Method in class java.awt.Checkbox.AccessibleAWTCheckbox
- Get the AccessibleValue associated with this object.
- getAccessibleValue() -
Method in class java.awt.Button.AccessibleAWTButton
- Get the AccessibleValue associated with this object.
- getAccessibleValue() -
Method in class java.awt.CheckboxMenuItem.AccessibleAWTCheckboxMenuItem
- Get the AccessibleValue associated with this object.
- getAccessibleValue() -
Method in class javax.accessibility.AccessibleContext
- Gets the AccessibleValue associated with this object that supports a
Numerical value.
- getAccessibleValue() -
Method in class javax.swing.AbstractButton.AccessibleAbstractButton
- Get the AccessibleValue associated with this object.
- getAccessibleValue() -
Method in class javax.swing.JList.AccessibleJList.AccessibleJListChild
-
- getAccessibleValue() -
Method in class javax.swing.JInternalFrame.AccessibleJInternalFrame
- Get the AccessibleValue associated with this object.
- getAccessibleValue() -
Method in class javax.swing.JInternalFrame.JDesktopIcon.AccessibleJDesktopIcon
- Get the AccessibleValue associated with this object.
- getAccessibleValue() -
Method in class javax.swing.JSplitPane.AccessibleJSplitPane
- Get the AccessibleValue associated with this object.
- getAccessibleValue() -
Method in class javax.swing.JTree.AccessibleJTree.AccessibleJTreeNode
- Get the AccessibleValue associated with this object if one
exists.
- getAccessibleValue() -
Method in class javax.swing.JTable.AccessibleJTable.AccessibleJTableCell
- Gets the AccessibleValue associated with this object if one
exists.
- getAccessibleValue() -
Method in class javax.swing.JScrollBar.AccessibleJScrollBar
- Get the AccessibleValue associated with this object.
- getAccessibleValue() -
Method in class javax.swing.JProgressBar.AccessibleJProgressBar
- Get the AccessibleValue associated with this object.
- getAccessibleValue() -
Method in class javax.swing.JSlider.AccessibleJSlider
- Get the AccessibleValue associated with this object.
- getAccessibleValue() -
Method in class javax.swing.table.JTableHeader.AccessibleJTableHeader.AccessibleJTableHeaderEntry
-
- getAccessory() -
Method in class javax.swing.JFileChooser
- Returns the accessory component.
- getAccessoryPanel() -
Method in class javax.swing.plaf.basic.BasicFileChooserUI
-
- getAction() -
Method in class javax.swing.AbstractButton
- Returns the currently set
Action
for this
ActionEvent
source, or null
if no Action
is set.
- getAction() -
Method in class javax.swing.JTextField
- Returns the currently set Action for this ActionEvent source,
or null if no Action is set.
- getAction() -
Method in class javax.swing.JComboBox
- Returns the currently set
Action
for this
ActionEvent
source, or null
if no
Action
is set.
- getAction(KeyStroke) -
Method in interface javax.swing.text.Keymap
- Fetches the action appropriate for the given symbolic
event sequence.
- getActionCommand() -
Method in class java.awt.MenuItem
- Gets the command name of the action event that is fired
by this menu item.
- getActionCommand() -
Method in class java.awt.Button
- Returns the command name of the action event fired by this button.
- getActionCommand() -
Method in class java.awt.event.ActionEvent
- Returns the command string associated with this action.
- getActionCommand() -
Method in class javax.swing.AbstractButton
- Returns the action command for this button.
- getActionCommand() -
Method in interface javax.swing.ButtonModel
- Returns the action command for this button.
- getActionCommand() -
Method in class javax.swing.JComboBox
- Returns the action command that is included in the event sent to
action listeners.
- getActionCommand() -
Method in class javax.swing.DefaultButtonModel
- Returns the action command for this button.
- getActionForKeyStroke(KeyStroke) -
Method in class javax.swing.JComponent
- Returns the object that will perform the action registered for a
given keystroke.
- getActionMap() -
Method in class javax.swing.JComponent
- Returns the ActionMap used to determine what Action to fire for
particular KeyStroke binding.
- getActionMap() -
Method in class javax.swing.plaf.metal.MetalFileChooserUI
-
- getActions() -
Method in class java.io.FilePermission
- Returns the "canonical string representation" of the actions.
- getActions() -
Method in class java.net.SocketPermission
- Returns the canonical string representation of the actions.
- getActions() -
Method in class java.security.Permission
- Returns the actions as a String.
- getActions() -
Method in class java.security.BasicPermission
- Returns the canonical string representation of the actions,
which currently is the empty string "", since there are no actions for
a BasicPermission.
- getActions() -
Method in class java.security.UnresolvedPermission
- Returns the canonical string representation of the actions,
which currently is the empty string "", since there are no actions for
an UnresolvedPermission.
- getActions() -
Method in class java.security.AllPermission
- Returns the canonical string representation of the actions.
- getActions() -
Method in class java.util.PropertyPermission
- Returns the "canonical string representation" of the actions.
- getActions() -
Method in class javax.swing.JTextField
- Fetches the command list for the editor.
- getActions() -
Method in class javax.swing.text.JTextComponent
- Fetches the command list for the editor.
- getActions() -
Method in class javax.swing.text.EditorKit
- Fetches the set of commands that can be used
on a text component that is using a model and
view produced by this kit.
- getActions() -
Method in class javax.swing.text.DefaultEditorKit
- Fetches the set of commands that can be used
on a text component that is using a model and
view produced by this kit.
- getActions() -
Method in class javax.swing.text.StyledEditorKit
- Fetches the command list for the editor.
- getActions() -
Method in class javax.swing.text.html.HTMLEditorKit
- Fetches the command list for the editor.
- getActivationDesc(ActivationID) -
Method in interface java.rmi.activation.ActivationSystem
- Returns the activation descriptor, for the object with the activation
identifier,
id
.
- getActivationGroupDesc(ActivationGroupID) -
Method in interface java.rmi.activation.ActivationSystem
- Returns the activation group descriptor, for the group
with the activation group identifier,
id
.
- getActualMaximum(int) -
Method in class java.util.Calendar
- Return the maximum value that this field could have, given the current date.
- getActualMaximum(int) -
Method in class java.util.GregorianCalendar
- Return the maximum value that this field could have, given the current date.
- getActualMinimum(int) -
Method in class java.util.Calendar
- Return the minimum value that this field could have, given the current date.
- getActualMinimum(int) -
Method in class java.util.GregorianCalendar
- Return the minimum value that this field could have, given the current date.
- getAdditionalBeanInfo() -
Method in interface java.beans.BeanInfo
- This method allows a BeanInfo object to return an arbitrary collection
of other BeanInfo objects that provide additional information on the
current bean.
- getAdditionalBeanInfo() -
Method in class java.beans.SimpleBeanInfo
- Claim there are no other relevant BeanInfo objects.
- getAdditionalHeight() -
Method in class javax.swing.plaf.metal.MetalIconFactory.FolderIcon16
-
- getAdditionalHeight() -
Method in class javax.swing.plaf.metal.MetalIconFactory.TreeFolderIcon
-
- getAdditionalHeight() -
Method in class javax.swing.plaf.metal.MetalIconFactory.FileIcon16
-
- getAdditionalHeight() -
Method in class javax.swing.plaf.metal.MetalIconFactory.TreeLeafIcon
-
- getAddListenerMethod() -
Method in class java.beans.EventSetDescriptor
- Gets the method used to add event listeners.
- getAddress() -
Method in class java.net.InetAddress
- Returns the raw IP address of this
InetAddress
object.
- 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.
- 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.Deflater
- Returns the ADLER-32 value of the uncompressed data.
- getAdler() -
Method in class java.util.zip.Inflater
- Returns the ADLER-32 value of the uncompressed data.
- getAdvance() -
Method in class java.awt.font.GlyphMetrics
- Returns the advance width or height of the glyph.
- getAdvance() -
Method in class java.awt.font.TextLayout
- Returns the advance of this
TextLayout
.
- getAdvance() -
Method in class java.awt.font.GraphicAttribute
- Returns the advance of this
GraphicAttribute
.
- getAdvance() -
Method in class java.awt.font.ImageGraphicAttribute
- Returns the advance of this
ImageGraphicAttribute
.
- getAdvance() -
Method in class java.awt.font.ShapeGraphicAttribute
- Returns the advance of this
ShapeGraphicAttribute
.
- getAdvanceBetween(int, int) -
Method in class java.awt.font.TextMeasurer
- Returns the graphical width of a line beginning at
start
and including characters up to limit
.
- getAfterIndex(int, int) -
Method in class java.awt.TextComponent.AccessibleAWTTextComponent
- Returns the String after a given index.
- getAfterIndex(int, int) -
Method in interface javax.accessibility.AccessibleText
- Returns the String after a given index.
- getAfterIndex(int, int) -
Method in class javax.swing.AbstractButton.AccessibleAbstractButton
- Returns the String after a given index.
- getAfterIndex(int, int) -
Method in class javax.swing.JLabel.AccessibleJLabel
- Returns the String after a given index.
- getAfterIndex(int, int) -
Method in class javax.swing.text.JTextComponent.AccessibleJTextComponent
- Returns the String after a given index.
- getAlgorithm() -
Method in class java.security.KeyFactory
- Gets the name of the algorithm
associated with this KeyFactory.
- getAlgorithm() -
Method in class java.security.KeyPairGenerator
- Returns the standard name of the algorithm for this key pair generator.
- getAlgorithm() -
Method in interface java.security.Key
- Returns the standard algorithm name for this key.
- getAlgorithm() -
Method in class java.security.AlgorithmParameters
- Returns the name of the algorithm associated with this parameter object.
- 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.SignedObject
- Retrieves the name of the signature algorithm.
- getAlgorithm() -
Method in class java.security.MessageDigest
- Returns a string that identifies the algorithm, independent of
implementation details.
- getAlgorithm() -
Method in class java.security.Signature
- Returns the name of the algorithm for this signature object.
- getAlgorithmProperty(String, String) -
Static method in class java.security.Security
- Deprecated. This method used to return the value of a proprietary
property in the master file of the "SUN" Cryptographic Service
Provider in order to determine how to parse algorithm-specific
parameters. Use the new provider-based and algorithm-independent
AlgorithmParameters
and KeyFactory
engine
classes (introduced in the Java 2 platform) instead.
- getAlignedSizeRequirements(SizeRequirements[]) -
Static method in class javax.swing.SizeRequirements
- Determines the total space necessary to
align a set of components.
- getAlignment() -
Method in class java.awt.Label
- Gets the current alignment of this label.
- getAlignment() -
Method in class java.awt.FlowLayout
- Gets the alignment for this layout.
- getAlignment() -
Method in class java.awt.font.GraphicAttribute
- Returns the alignment of this
GraphicAttribute
.
- getAlignment() -
Method in class javax.swing.text.TabStop
-
- getAlignment(AttributeSet) -
Static method in class javax.swing.text.StyleConstants
- Gets the alignment setting.
- getAlignment(int) -
Method in class javax.swing.text.View
- Determines the desired alignment for this view along an
axis.
- getAlignment(int) -
Method in class javax.swing.text.GlyphView
- Determines the desired alignment for this view along an
axis.
- getAlignment(int) -
Method in class javax.swing.text.BoxView
- Determines the desired alignment for this view along an
axis.
- getAlignment(int) -
Method in class javax.swing.text.ParagraphView
- Determines the desired alignment for this view along an
axis.
- getAlignment(int) -
Method in class javax.swing.text.ComponentView
- Determines the desired alignment for this view along an
axis.
- getAlignment(int) -
Method in class javax.swing.text.IconView
- Determines the desired alignment for this view along an
axis.
- getAlignment(int) -
Method in class javax.swing.text.html.BlockView
- Gets the alignment.
- getAlignment(int) -
Method in class javax.swing.text.html.ListView
- Calculates the desired shape of the list.
- getAlignmentX() -
Method in class java.awt.Component
- Returns the alignment along the x axis.
- getAlignmentX() -
Method in class java.awt.Container
- Returns the alignment along the x axis.
- getAlignmentX() -
Method in class javax.swing.JComponent
- Overrides
Container.getAlignmentX
to return
the vertical alignment.
- getAlignmentY() -
Method in class java.awt.Component
- Returns the alignment along the y axis.
- getAlignmentY() -
Method in class java.awt.Container
- Returns the alignment along the y axis.
- getAlignmentY() -
Method in class javax.swing.JComponent
- Overrides
Container.getAlignmentY
to return
the horizontal alignment.
- getAll() -
Method in class javax.naming.Reference
- Retrieves an enumeration of the addresses in this reference.
- getAll() -
Method in interface javax.naming.Name
- Retrieves the components of this name as an enumeration
of strings.
- getAll() -
Method in class javax.naming.CompoundName
- Retrieves the components of this compound name as an enumeration
of strings.
- getAll() -
Method in class javax.naming.CompositeName
- Retrieves the components of this composite name as an enumeration
of strings.
- getAll() -
Method in class javax.naming.directory.BasicAttribute
- Retrieves an enumeration of this attribute's values.
- getAll() -
Method in interface javax.naming.directory.Attributes
- Retrieves an enumeration of the attributes in the attribute set.
- getAll() -
Method in interface javax.naming.directory.Attribute
- Retrieves an enumeration of the attribute's values.
- getAll() -
Method in class javax.naming.directory.BasicAttributes
-
- getAllAttributeKeys() -
Method in interface java.text.AttributedCharacterIterator
- Returns the keys of all attributes defined on the
iterator's text range.
- getAllAttributeKeys() -
Static method in class javax.swing.text.html.HTML
- This is the set of html attributes recognized.
- getAllAttributeKeys() -
Static method in class javax.swing.text.html.CSS
- Return the set of all possible CSS attribute keys.
- getAllByName(String) -
Static method in class java.net.InetAddress
- Determines all the IP addresses of a host, given the host's name.
- getAllFonts() -
Method in class java.awt.GraphicsEnvironment
- Returns an array containing a one-point size instance of all fonts
available in this
GraphicsEnvironment
.
- getAllFrames() -
Method in class javax.swing.JDesktopPane
- Returns all JInternalFrames currently displayed in the
desktop.
- getAllFramesInLayer(int) -
Method in class javax.swing.JDesktopPane
- Returns all JInternalFrames currently displayed in the
specified layer of the desktop.
- getAllowsChildren() -
Method in class javax.swing.text.AbstractDocument.AbstractElement
- Returns true if the receiver allows children.
- getAllowsChildren() -
Method in class javax.swing.text.AbstractDocument.BranchElement
- Returns true if the receiver allows children.
- getAllowsChildren() -
Method in class javax.swing.text.AbstractDocument.LeafElement
- Returns true if the receiver allows children.
- getAllowsChildren() -
Method in class javax.swing.tree.DefaultMutableTreeNode
- Returns true if this node is allowed to have children.
- getAllowsChildren() -
Method in interface javax.swing.tree.TreeNode
- Returns true if the receiver allows children.
- getAllowUserInteraction() -
Method in class java.net.URLConnection
- Returns the value of the
allowUserInteraction
field for
this object.
- getAllTags() -
Static method in class javax.swing.text.html.HTML
- This is the set of actual html tags that
are known about the the default html reader.
- getAlpha() -
Method in class java.awt.Color
- Returns the alpha component in the range 0-255.
- getAlpha() -
Method in class java.awt.AlphaComposite
- Returns the alpha value of this
AlphaComposite
.
- getAlpha(int) -
Method in class java.awt.image.ColorModel
- Returns the alpha component for the specified pixel, scaled
from 0 to 255.
- getAlpha(int) -
Method in class java.awt.image.ComponentColorModel
- Returns the alpha component for the specified pixel, scaled
from 0 to 255.
- getAlpha(int) -
Method in class java.awt.image.DirectColorModel
- Returns the alpha component for the specified pixel, scaled
from 0 to 255.
- getAlpha(int) -
Method in class java.awt.image.IndexColorModel
- Returns the alpha component for the specified pixel, scaled
from 0 to 255.
- getAlpha(Object) -
Method in class java.awt.image.ColorModel
- Returns the alpha component for the specified pixel, scaled
from 0 to 255.
- getAlpha(Object) -
Method in class java.awt.image.ComponentColorModel
- Returns the alpha component for the specified pixel, scaled from
0 to 255.
- getAlpha(Object) -
Method in class java.awt.image.DirectColorModel
- Returns the alpha component for the specified pixel, scaled
from 0 to 255.
- getAlphaMask() -
Method in class java.awt.image.DirectColorModel
- Returns the mask indicating which bits in an
int
pixel
representation contain the alpha component.
- getAlphaRaster() -
Method in class java.awt.image.BufferedImage
- Returns a
WritableRaster
representing the alpha
channel for BufferedImage
objects
with ColorModel
objects that support a separate
spatial alpha channel, such as ComponentColorModel
and
DirectColorModel
.
- getAlphaRaster(WritableRaster) -
Method in class java.awt.image.ColorModel
- Returns a
Raster
representing the alpha channel of an
image, extracted from the input Raster
, provided that
pixel values of this ColorModel
represent color and
alpha information as separate spatial bands (e.g.
- getAlphaRaster(WritableRaster) -
Method in class java.awt.image.PackedColorModel
- Returns a
WritableRaster
representing the alpha channel of
an image, extracted from the input WritableRaster
.
- getAlphaRaster(WritableRaster) -
Method in class java.awt.image.ComponentColorModel
- Returns a
Raster
representing the alpha channel of an image,
extracted from the input Raster
.
- getAlphas(byte[]) -
Method in class java.awt.image.IndexColorModel
- Copies the array of alpha transparency components into the
specified array.
- getAltName() -
Method in class javax.naming.CannotProceedException
- Retrieves the
altName
field of this exception.
- getAltNameCtx() -
Method in class javax.naming.CannotProceedException
- Retrieves the
altNameCtx
field of this exception.
- getAmountFull(Insets, int, int) -
Method in class javax.swing.plaf.basic.BasicProgressBarUI
- This determines the amount of the progress bar that should be filled
based on the percent done gathered from the model.
- getAmPmStrings() -
Method in class java.text.DateFormatSymbols
- Gets ampm strings.
- getAncestor() -
Method in class javax.swing.event.AncestorEvent
- Returns the ancestor that the event actually occured on.
- getAncestorNamed(String, Component) -
Static method in class javax.swing.SwingUtilities
- Convenience method for searching above
comp
in the
component hierarchy and returns the first object of name
it
finds.
- getAncestorOfClass(Class, Component) -
Static method in class javax.swing.SwingUtilities
- Convenience method for searching above
comp
in the
component hierarchy and returns the first object of class c
it
finds.
- getAncestorParent() -
Method in class javax.swing.event.AncestorEvent
- Returns the parent of the ancestor the event actually occured on.
- getAnchorRect() -
Method in class java.awt.TexturePaint
- Returns a copy of the anchor rectangle which positions and
sizes the textured image.
- getAnchorSelectionIndex() -
Method in class javax.swing.DefaultListSelectionModel
-
- getAnchorSelectionIndex() -
Method in class javax.swing.JList
- Returns the first index argument from the most recent
addSelectionModel
or setSelectionInterval
call.
- getAnchorSelectionIndex() -
Method in interface javax.swing.ListSelectionModel
- Return the first index argument from the most recent call to
setSelectionInterval(), addSelectionInterval() or removeSelectionInterval().
- getAnchorSelectionPath() -
Method in class javax.swing.JTree
- Returns the path identified as the anchor.
- getAngleExtent() -
Method in class java.awt.geom.Arc2D
- Returns the angular extent of the arc.
- getAngleExtent() -
Method in class java.awt.geom.Arc2D.Float
- Returns the angular extent of the arc.
- getAngleExtent() -
Method in class java.awt.geom.Arc2D.Double
- Returns the angular extent of the arc.
- getAngleStart() -
Method in class java.awt.geom.Arc2D
- Returns the starting angle of the arc.
- getAngleStart() -
Method in class java.awt.geom.Arc2D.Float
- Returns the starting angle of the arc.
- getAngleStart() -
Method in class java.awt.geom.Arc2D.Double
- Returns the starting angle of the arc.
- getApplet(String) -
Method in interface java.applet.AppletContext
- Finds and returns the applet in the document represented by this
applet context with the given name.
- getAppletContext() -
Method in class java.applet.Applet
- Determines this applet's context, which allows the applet to
query and affect the environment in which it runs.
- getAppletContext() -
Method in interface java.applet.AppletStub
- Gets a handler to the applet's context.
- getAppletInfo() -
Method in class java.applet.Applet
- Returns information about this applet.
- getApplets() -
Method in interface java.applet.AppletContext
- Finds all the applets in the document represented by this applet
context.
- getApproveButton(JFileChooser) -
Method in class javax.swing.plaf.basic.BasicFileChooserUI
-
- getApproveButton(JFileChooser) -
Method in class javax.swing.plaf.metal.MetalFileChooserUI
-
- getApproveButtonMnemonic() -
Method in class javax.swing.JFileChooser
- Returns the approve button's mnemonic.
- getApproveButtonMnemonic(JFileChooser) -
Method in class javax.swing.plaf.basic.BasicFileChooserUI
-
- getApproveButtonText() -
Method in class javax.swing.JFileChooser
- Returns the text used in the
ApproveButton
in the
FileChooserUI
.
- getApproveButtonText(JFileChooser) -
Method in class javax.swing.plaf.FileChooserUI
-
- getApproveButtonText(JFileChooser) -
Method in class javax.swing.plaf.basic.BasicFileChooserUI
-
- getApproveButtonText(JFileChooser) -
Method in class javax.swing.plaf.multi.MultiFileChooserUI
- Call getApproveButtonText on each UI handled by this MultiUI.
- getApproveButtonToolTipText() -
Method in class javax.swing.JFileChooser
- Returns the tooltip text used in the
ApproveButton
.
- getApproveButtonToolTipText(JFileChooser) -
Method in class javax.swing.plaf.basic.BasicFileChooserUI
-
- getApproveSelectionAction() -
Method in class javax.swing.plaf.basic.BasicFileChooserUI
-
- getArcHeight() -
Method in class java.awt.geom.RoundRectangle2D
- Gets the height of the arc that rounds off the corners.
- getArcHeight() -
Method in class java.awt.geom.RoundRectangle2D.Float
- Returns the height of the arc that rounds off the corners.
- getArcHeight() -
Method in class java.awt.geom.RoundRectangle2D.Double
- Returns the height of the arc that rounds off the corners.
- getArcType() -
Method in class java.awt.geom.Arc2D
- Returns the arc closure type of the arc:
OPEN
,
CHORD
, or PIE
.
- getArcWidth() -
Method in class java.awt.geom.RoundRectangle2D
- Gets the width of the arc that rounds off the corners.
- getArcWidth() -
Method in class java.awt.geom.RoundRectangle2D.Float
- Returns the width of the arc that rounds off the corners.
- getArcWidth() -
Method in class java.awt.geom.RoundRectangle2D.Double
- Returns the width of the arc that rounds off the corners.
- getAreaOfInterest() -
Method in class java.awt.image.renderable.RenderContext
- Gets the ares of interest currently contained in the
RenderContext.
- getArray() -
Method in interface java.sql.Array
- Retrieves the contents of the SQL
ARRAY
value designated
by this
Array
object in the form of an array in the Java
programming language.
- getArray() -
Method in class javax.swing.text.DefaultStyledDocument.ElementSpec
- Gets the array of characters.
- getArray(int) -
Method in interface java.sql.CallableStatement
- Gets the value of a JDBC
ARRAY
parameter as an
Array
object in the Java programming language.
- getArray(int) -
Method in interface java.sql.ResultSet
- Returns the value of the designated column in the current row
of this
ResultSet
object as an Array
object
in the Java programming language.
- getArray(long, int) -
Method in interface java.sql.Array
- Returns an array containing a slice of the SQL
ARRAY
value designated by this Array
object, beginning with the
specified index
and containing up to count
successive elements of the SQL array.
- getArray(long, int, Map) -
Method in interface java.sql.Array
- Returns an array containing a slice of the SQL array object
designated by this
Array
object, beginning with the specified
index
and containing up to count
successive elements of the SQL array.
- getArray(Map) -
Method in interface java.sql.Array
- Retrieves the contents of the SQL array designated by this
Array
object.
- getArray(String) -
Method in interface java.sql.ResultSet
- Returns the value of the designated column in the current row
of this
ResultSet
object as an Array
object
in the Java programming language.
- getArrayLength() -
Method in class javax.swing.text.GapContent
- Get the length of the allocated array.
- getAscent() -
Method in class java.awt.FontMetrics
- Determines the font ascent of the
Font
described by this FontMetrics
object.
- getAscent() -
Method in class java.awt.font.TextLayout
- Returns the ascent of this
TextLayout
.
- getAscent() -
Method in class java.awt.font.GraphicAttribute
- Returns the ascent of this
GraphicAttribute
.
- getAscent() -
Method in class java.awt.font.ImageGraphicAttribute
- Returns the ascent of this
ImageGraphicAttribute
.
- getAscent() -
Method in class java.awt.font.LineMetrics
- Returns the ascent of the text.
- getAscent() -
Method in class java.awt.font.ShapeGraphicAttribute
- Returns the ascent of this
ShapeGraphicAttribute
.
- getAscent(GlyphView) -
Method in class javax.swing.text.GlyphView.GlyphPainter
-
- getAsciiStream() -
Method in interface java.sql.Clob
- Gets the
CLOB
value designated by this Clob
object as a stream of Ascii bytes.
- getAsciiStream(int) -
Method in interface java.sql.ResultSet
- Gets the value of the designated column in the current row
of this
ResultSet
object as
a stream of ASCII characters.
- getAsciiStream(String) -
Method in interface java.sql.ResultSet
- Gets the value of the designated column in the current row
of this
ResultSet
object as a stream of
ASCII characters.
- getAsText() -
Method in interface java.beans.PropertyEditor
- Gets the property value as text.
- getAsText() -
Method in class java.beans.PropertyEditorSupport
- Gets the property value as a string suitable for presentation
to a human to edit.
- getAsynchronousLoadPriority() -
Method in class javax.swing.text.AbstractDocument
- Get the asynchronous loading priority.
- getAtIndex(int, int) -
Method in class java.awt.TextComponent.AccessibleAWTTextComponent
- Returns the String at a given index.
- getAtIndex(int, int) -
Method in interface javax.accessibility.AccessibleText
- Returns the String at a given index.
- getAtIndex(int, int) -
Method in class javax.swing.AbstractButton.AccessibleAbstractButton
- Returns the String at a given index.
- getAtIndex(int, int) -
Method in class javax.swing.JLabel.AccessibleJLabel
- Returns the String at a given index.
- getAtIndex(int, int) -
Method in class javax.swing.text.JTextComponent.AccessibleJTextComponent
- Returns the String at a given index.
- getAttribute() -
Method in class javax.naming.directory.ModificationItem
- Retrieves the attribute associated with this modification item.
- getAttribute(AttributedCharacterIterator.Attribute) -
Method in interface java.text.AttributedCharacterIterator
- Returns the value of the named attribute for the current character.
- getAttribute(Object) -
Method in class javax.swing.text.SimpleAttributeSet
- Gets the value of an attribute.
- getAttribute(Object) -
Method in class javax.swing.text.StyleContext.SmallAttributeSet
- Gets the value of an attribute.
- getAttribute(Object) -
Method in class javax.swing.text.StyleContext.NamedStyle
- Gets the value of an attribute.
- getAttribute(Object) -
Method in class javax.swing.text.AbstractDocument.AbstractElement
- Gets the value of an attribute.
- getAttribute(Object) -
Method in interface javax.swing.text.AttributeSet
- Fetches the value of the given attribute.
- getAttribute(String) -
Static method in class javax.swing.text.html.CSS
- Translate a string to a CSS.Attribute object.
- getAttribute(String) -
Method in class javax.swing.text.html.parser.Element
- Get an attribute by name.
- getAttributeByValue(String) -
Method in class javax.swing.text.html.parser.Element
- Get an attribute by value.
- getAttributeContext() -
Method in class javax.swing.text.AbstractDocument
- Fetches the context for managing attributes.
- getAttributeCount() -
Method in class javax.swing.text.SimpleAttributeSet
- Gets a count of the number of attributes.
- getAttributeCount() -
Method in class javax.swing.text.StyleContext.SmallAttributeSet
- Gets the number of attributes that are defined.
- getAttributeCount() -
Method in class javax.swing.text.StyleContext.NamedStyle
- Gets the number of attributes that are defined.
- getAttributeCount() -
Method in class javax.swing.text.AbstractDocument.AbstractElement
- Gets the number of attributes that are defined.
- getAttributeCount() -
Method in interface javax.swing.text.AttributeSet
- Returns the number of attributes contained in this set.
- getAttributeDefinition() -
Method in class javax.naming.directory.BasicAttribute
- Retrieves this attribute's schema definition.
- getAttributeDefinition() -
Method in interface javax.naming.directory.Attribute
- Retrieves the attribute's schema definition.
- getAttributeKey(String) -
Static method in class javax.swing.text.html.HTML
- Fetch an attribute constant for a well-known attribute name
(i.e.
- getAttributeNames() -
Method in class javax.swing.text.SimpleAttributeSet
- Gets the names of the attributes in the set.
- getAttributeNames() -
Method in class javax.swing.text.StyleContext.SmallAttributeSet
- Gets the names of all attributes.
- getAttributeNames() -
Method in class javax.swing.text.StyleContext.NamedStyle
- Gets the names of all attributes.
- getAttributeNames() -
Method in class javax.swing.text.AbstractDocument.AbstractElement
- Gets the names of all attributes.
- getAttributeNames() -
Method in interface javax.swing.text.AttributeSet
- Returns an enumeration over the names of the attributes in the set.
- getAttributes() -
Method in class java.awt.Font
- Returns a map of font attributes available in this
Font
.
- getAttributes() -
Method in class java.net.JarURLConnection
- Return the Attributes object for this connection if the URL
for it points to a JAR file entry, null otherwise.
- getAttributes() -
Method in interface java.sql.Struct
- Produces the ordered values of the attributes of the SQL
structurec type that this
Struct
object represents.
- getAttributes() -
Method in interface java.text.AttributedCharacterIterator
- Returns a map with the attributes defined on the current
character.
- getAttributes() -
Method in class java.util.jar.JarEntry
- Returns the
Manifest
Attributes
for this
entry, or null
if none.
- getAttributes() -
Method in class javax.naming.directory.SearchResult
- Retrieves the attributes in this search result.
- getAttributes() -
Method in class javax.naming.spi.DirStateFactory.Result
- Retrieves the attributes to be bound.
- getAttributes() -
Method in class javax.swing.text.View
- Fetches the attributes to use when rendering.
- getAttributes() -
Method in interface javax.swing.text.Element
- Fetches the collection of attributes this element contains.
- getAttributes() -
Method in class javax.swing.text.AbstractDocument.AbstractElement
- Gets the attributes for the element.
- getAttributes() -
Method in class javax.swing.text.DefaultStyledDocument.ElementSpec
- Gets the element attributes.
- getAttributes() -
Method in class javax.swing.text.html.Option
- Fetch the attributes associated with this option.
- getAttributes() -
Method in class javax.swing.text.html.ParagraphView
- Fetches the attributes to use when rendering.
- getAttributes() -
Method in class javax.swing.text.html.BlockView
- Fetches the attributes to use when rendering.
- getAttributes() -
Method in class javax.swing.text.html.InlineView
- Fetches the attributes to use when rendering.
- getAttributes() -
Method in class javax.swing.text.html.HTMLDocument.Iterator
- Fetch the attributes for this tag.
- getAttributes() -
Method in class javax.swing.text.html.parser.Parser
-
- getAttributes() -
Method in class javax.swing.text.html.parser.Element
- Get the attributes.
- getAttributes(Map) -
Method in interface java.sql.Struct
- Produces the ordered values of the attributes of the SQL
structurec type that this
Struct
object represents.
- getAttributes(Name) -
Method in interface javax.naming.directory.DirContext
- Retrieves all of the attributes associated with a named object.
- getAttributes(Name) -
Method in class javax.naming.directory.InitialDirContext
-
- getAttributes(Name, String[]) -
Method in interface javax.naming.directory.DirContext
- Retrieves selected attributes associated with a named object.
- getAttributes(Name, String[]) -
Method in class javax.naming.directory.InitialDirContext
-
- getAttributes(String) -
Method in class java.util.jar.Manifest
- Returns the Attributes for the specified entry name.
- getAttributes(String) -
Method in interface javax.naming.directory.DirContext
- Retrieves all of the attributes associated with a named object.
- getAttributes(String) -
Method in class javax.naming.directory.InitialDirContext
-
- getAttributes(String, String[]) -
Method in interface javax.naming.directory.DirContext
- Retrieves selected attributes associated with a named object.
- getAttributes(String, String[]) -
Method in class javax.naming.directory.InitialDirContext
-
- getAttributeSyntaxDefinition() -
Method in class javax.naming.directory.BasicAttribute
- Retrieves the syntax definition associated with this attribute.
- getAttributeSyntaxDefinition() -
Method in interface javax.naming.directory.Attribute
- Retrieves the syntax definition associated with the attribute.
- getAudioClip(URL) -
Method in interface java.applet.AppletContext
- Creates an audio clip.
- 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.
- getAudioFileFormat(File) -
Static method in class javax.sound.sampled.AudioSystem
- Obtains the audio file format of the specified
File
.
- getAudioFileFormat(File) -
Method in class javax.sound.sampled.spi.AudioFileReader
- Obtains the audio file format of the
File
provided.
- getAudioFileFormat(InputStream) -
Static method in class javax.sound.sampled.AudioSystem
- Obtains the audio file format of the provided input stream.
- getAudioFileFormat(InputStream) -
Method in class javax.sound.sampled.spi.AudioFileReader
- Obtains the audio file format of the input stream provided.
- getAudioFileFormat(URL) -
Static method in class javax.sound.sampled.AudioSystem
- Obtains the audio file format of the specified URL.
- getAudioFileFormat(URL) -
Method in class javax.sound.sampled.spi.AudioFileReader
- Obtains the audio file format of the URL provided.
- getAudioFileTypes() -
Static method in class javax.sound.sampled.AudioSystem
- Obtains the file types for which file writing support is provided by the system.
- getAudioFileTypes() -
Method in class javax.sound.sampled.spi.AudioFileWriter
- Obtains the file types for which file writing support is provided by this
audio file writer.
- getAudioFileTypes(AudioInputStream) -
Static method in class javax.sound.sampled.AudioSystem
- Obtains the file types that the system can write from the
audio input stream specified.
- getAudioFileTypes(AudioInputStream) -
Method in class javax.sound.sampled.spi.AudioFileWriter
- Obtains the file types that this audio file writer can write from the
audio input stream specified.
- getAudioInputStream(AudioFormat.Encoding, AudioInputStream) -
Static method in class javax.sound.sampled.AudioSystem
- Obtains an audio input stream of the indicated encoding, by converting the
provided audio input stream.
- getAudioInputStream(AudioFormat.Encoding, AudioInputStream) -
Method in class javax.sound.sampled.spi.FormatConversionProvider
- Obtains an audio input stream with the specified encoding from the given audio
input stream.
- getAudioInputStream(AudioFormat, AudioInputStream) -
Static method in class javax.sound.sampled.AudioSystem
- Obtains an audio input stream of the indicated format, by converting the
provided audio input stream.
- getAudioInputStream(AudioFormat, AudioInputStream) -
Method in class javax.sound.sampled.spi.FormatConversionProvider
- Obtains an audio input stream with the specified format from the given audio
input stream.
- getAudioInputStream(File) -
Static method in class javax.sound.sampled.AudioSystem
- Obtains an audio input stream from the provided
File
.
- getAudioInputStream(File) -
Method in class javax.sound.sampled.spi.AudioFileReader
- Obtains an audio input stream from the
File
provided.
- getAudioInputStream(InputStream) -
Static method in class javax.sound.sampled.AudioSystem
- Obtains an audio input stream from the provided input stream.
- getAudioInputStream(InputStream) -
Method in class javax.sound.sampled.spi.AudioFileReader
- Obtains an audio input stream from the input stream provided.
- getAudioInputStream(URL) -
Static method in class javax.sound.sampled.AudioSystem
- Obtains an audio input stream from the URL provided.
- getAudioInputStream(URL) -
Method in class javax.sound.sampled.spi.AudioFileReader
- Obtains an audio input stream from the URL provided.
- getAuthority() -
Method in class java.net.URL
- Returns the authority part of this
URL
.
- getAutoCommit() -
Method in interface java.sql.Connection
- Gets the current auto-commit state.
- getAutoCreateColumnsFromModel() -
Method in class javax.swing.JTable
- Determines whether the table will create default columns from the model.
- getAutoDelay() -
Method in class java.awt.Robot
- Returns the number of milliseconds this Robot sleeps after generating an event.
- getAutoResizeMode() -
Method in class javax.swing.JTable
- Returns the auto resize mode of the table.
- getAutoscrollInsets() -
Method in interface java.awt.dnd.Autoscroll
- This method returns the
Insets
describing
the autoscrolling region or border relative
to the geometry of the implementing Component.
- getAutoscrolls() -
Method in class javax.swing.JComponent
- Returns true if this component automatically scrolls its
contents when dragged (when contained in a component that supports
scrolling, like JViewport).
- getAuxiliaryLookAndFeels() -
Static method in class javax.swing.UIManager
- Return the list of auxiliary look and feels (can be null).
- getAvailableAttributes() -
Method in class java.awt.Font
- Returns the keys of all the attributes supported by this
Font
.
- getAvailableFontFamilyNames() -
Method in class java.awt.GraphicsEnvironment
- Returns an array containing the names of all font families available
in this
GraphicsEnvironment
.
- getAvailableFontFamilyNames(Locale) -
Method in class java.awt.GraphicsEnvironment
- Returns an array containing the localized names of all font families
available in this
GraphicsEnvironment
.
- getAvailableIDs() -
Static method in class java.util.TimeZone
- Gets all the available IDs supported.
- getAvailableIDs(int) -
Static method in class java.util.TimeZone
- Gets the available IDs according to the given time zone offset.
- getAvailableInstruments() -
Method in interface javax.sound.midi.Synthesizer
- Obtains a list of instruments that come with the synthesizer.
- getAvailableLocales() -
Method in interface java.awt.im.spi.InputMethodDescriptor
- Returns the locales supported by the corresponding input method.
- 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.Collator
- Get the set of Locales for which Collators 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.BreakIterator
- Get the set of Locales for which BreakIterators are installed
- getAvailableLocales() -
Static method in class java.util.Calendar
- Gets the list of locales for which Calendars are installed.
- getAvailableLocales() -
Static method in class java.util.Locale
- Returns a list of all installed locales.
- getAvailableSize(Dimension, Insets) -
Method in class javax.swing.plaf.basic.BasicSplitPaneUI.BasicHorizontalLayoutManager
- Returns the available width based on the container size and
Insets.
- getAxis() -
Method in class javax.swing.text.BoxView
- Fetch the axis property.
- getBackground() -
Method in class java.awt.Component
- Gets the background color of this component.
- getBackground() -
Method in class java.awt.Component.AccessibleAWTComponent
- Get the background color of this object.
- getBackground() -
Method in class java.awt.MenuComponent.AccessibleAWTMenuComponent
- Get the background color of this object.
- getBackground() -
Method in class java.awt.Graphics2D
- Returns the background color used for clearing a region.
- getBackground() -
Method in class java.awt.List.AccessibleAWTList.AccessibleAWTListChild
- Get the background color of this object.
- getBackground() -
Method in class java.awt.TextComponent
- Gets the background color of this text component.
- getBackground() -
Method in interface javax.accessibility.AccessibleComponent
- Gets the background color of this object.
- getBackground() -
Method in class javax.swing.JList.AccessibleJList.AccessibleJListChild
-
- getBackground() -
Method in class javax.swing.JTree.AccessibleJTree.AccessibleJTreeNode
- Get the background color of this object.
- getBackground() -
Method in class javax.swing.JTable.AccessibleJTable.AccessibleJTableCell
- Gets the background color of this object.
- getBackground() -
Method in class javax.swing.table.JTableHeader.AccessibleJTableHeader.AccessibleJTableHeaderEntry
-
- getBackground() -
Method in class javax.swing.text.GlyphView
- Fetch the background color to use to render the
glyphs.
- getBackground() -
Method in class javax.swing.text.LabelView
- Fetch the background color to use to render the
glyphs.
- getBackground(AttributeSet) -
Method in class javax.swing.text.StyleContext
- Takes a set of attributes and turn it into a background color
specification.
- getBackground(AttributeSet) -
Static method in class javax.swing.text.StyleConstants
- Gets the background color setting from the attribute list.
- getBackground(AttributeSet) -
Method in interface javax.swing.text.StyledDocument
- Takes a set of attributes and turn it into a background color
specification.
- getBackground(AttributeSet) -
Method in class javax.swing.text.DefaultStyledDocument
- Gets the background color from an attribute set.
- getBackground(AttributeSet) -
Method in class javax.swing.text.html.StyleSheet
- Takes a set of attributes and turn it into a background color
specification.
- getBackgroundAt(int) -
Method in class javax.swing.JTabbedPane
- Returns the tab background color at
index
.
- getBackgroundNonSelectionColor() -
Method in class javax.swing.tree.DefaultTreeCellRenderer
- Returns the background color to be used for non selected nodes.
- getBackgroundSelectionColor() -
Method in class javax.swing.tree.DefaultTreeCellRenderer
- Returns the color to use for the background if node is selected.
- getBandOffsets() -
Method in class java.awt.image.ComponentSampleModel
- Returns the band offset for all bands.
- getBank() -
Method in class javax.sound.midi.Patch
- Returns the number of the bank that contains the instrument
whose location this
Patch
specifies.
- getBankData() -
Method in class java.awt.image.DataBufferUShort
- Returns the data arrays for all banks.
- getBankData() -
Method in class java.awt.image.DataBufferByte
- Returns the data arrays for all banks.
- getBankData() -
Method in class java.awt.image.DataBufferInt
- Returns the data arrays for all banks.
- getBankData() -
Method in class java.awt.image.DataBufferShort
- Returns the data arrays for all banks.
- getBankIndices() -
Method in class java.awt.image.ComponentSampleModel
- Returns the bank indices for all bands.
- getBase() -
Method in class javax.swing.text.html.StyleSheet
- Returns the base.
- getBase() -
Method in class javax.swing.text.html.HTMLDocument
- Gets the location to resolve relative URLs against.
- getBaseline() -
Method in class java.awt.font.TextLayout
- Returns the baseline for this
TextLayout
.
- getBaselineFor(char) -
Method in class java.awt.Font
- Returns the baseline appropriate for displaying this character.
- getBaselineIndex() -
Method in class java.awt.font.LineMetrics
- Returns the baseline index of the text.
- getBaselineOffsets() -
Method in class java.awt.font.TextLayout
- Returns the offsets array for the baselines used for this
TextLayout
.
- getBaselineOffsets() -
Method in class java.awt.font.LineMetrics
- Returns the baseline offsets of the text,
relative to the baseline of the text.
- getBaseType() -
Method in interface java.sql.Array
- Returns the JDBC type of the elements in the array designated
by this
Array
object.
- getBaseTypeName() -
Method in interface java.sql.Array
- Returns the SQL type name of the elements in
the array designated by this
Array
object.
- getBaseTypeName() -
Method in interface java.sql.Ref
- Retrieves the fully-qualified SQL name of the SQL structured type that
this
Ref
object references.
- getBasicConstraints() -
Method in class java.security.cert.X509Certificate
- Gets the certificate constraints path length from the
critical
BasicConstraints
extension, (OID = 2.5.29.19).
- getBasicSplitPaneUI() -
Method in class javax.swing.plaf.basic.BasicSplitPaneDivider
- Returns the
SplitPaneUI
the receiver is currently
in.
- getBeanClass() -
Method in class java.beans.BeanDescriptor
- Gets the bean's Class object.
- getBeanContext() -
Method in class java.beans.beancontext.BeanContextEvent
- Gets the
BeanContext
associated with this event.
- getBeanContext() -
Method in interface java.beans.beancontext.BeanContextChild
- Gets the
BeanContext
associated
with this BeanContextChild
.
- getBeanContext() -
Method in class java.beans.beancontext.BeanContextChildSupport
- Gets the nesting
BeanContext
for this BeanContextChildSupport
.
- getBeanContextChildPeer() -
Method in class java.beans.beancontext.BeanContextChildSupport
- Gets the BeanContextChild associated with this
BeanContextChildSupport.
- getBeanContextPeer() -
Method in class java.beans.beancontext.BeanContextSupport
- Gets the instance of BeanContext that
this object is providing the implementation for.
- getBeanContextProxy() -
Method in interface java.beans.beancontext.BeanContextProxy
- Gets the
BeanContextChild
(or subinterface)
associated with this object.
- getBeanContextServicesPeer() -
Method in class java.beans.beancontext.BeanContextServicesSupport
- Gets the BeanContextServices associated with this
BeanContextServicesSupport.
- getBeanDescriptor() -
Method in interface java.beans.BeanInfo
- Gets the beans
BeanDescriptor
.
- getBeanDescriptor() -
Method in class java.beans.SimpleBeanInfo
- Deny knowledge about the class and customizer of the bean.
- getBeanInfo(Class) -
Static method in class java.beans.Introspector
- Introspect on a Java bean and learn about all its properties, exposed
methods, and events.
- getBeanInfo(Class, Class) -
Static method in class java.beans.Introspector
- Introspect on a Java bean and learn all about its properties, exposed
methods, below a given "stop" point.
- getBeanInfo(Class, int) -
Static method in class java.beans.Introspector
- Introspect on a Java bean and learn about all its properties, exposed
methods, and events, subject to some control flags.
- getBeanInfoSearchPath() -
Static method in class java.beans.Introspector
- Gets the list of package names that will be used for
finding BeanInfo classes.
- getBeforeIndex(int, int) -
Method in class java.awt.TextComponent.AccessibleAWTTextComponent
- Returns the String before a given index.
- getBeforeIndex(int, int) -
Method in interface javax.accessibility.AccessibleText
- Returns the String before a given index.
- getBeforeIndex(int, int) -
Method in class javax.swing.AbstractButton.AccessibleAbstractButton
- Returns the String before a given index.
- getBeforeIndex(int, int) -
Method in class javax.swing.JLabel.AccessibleJLabel
- Returns the String before a given index.
- getBeforeIndex(int, int) -
Method in class javax.swing.text.JTextComponent.AccessibleJTextComponent
- Returns the String before a given index.
- getBeginIndex() -
Method in interface java.text.CharacterIterator
- Returns the start index of the text.
- getBeginIndex() -
Method in class java.text.StringCharacterIterator
- Implements CharacterIterator.getBeginIndex() for String.
- getBeginIndex() -
Method in class java.text.FieldPosition
- Retrieves the index of the first character in the requested field.
- getBeginIndex() -
Method in class javax.swing.text.Segment
- Returns the start index of the text.
- getBestConfiguration(GraphicsConfigTemplate) -
Method in class java.awt.GraphicsDevice
- Returns the "best" configuration possible that passes the
criteria defined in the
GraphicsConfigTemplate
.
- getBestConfiguration(GraphicsConfiguration[]) -
Method in class java.awt.GraphicsConfigTemplate
- Returns the "best" configuration possible that passes the
criteria defined in the
GraphicsConfigTemplate
.
- getBestCursorSize(int, int) -
Method in class java.awt.Toolkit
- Returns the supported cursor dimension which is closest to the desired
sizes.
- getBestRowIdentifier(String, String, String, int, boolean) -
Method in interface java.sql.DatabaseMetaData
- Gets a description of a table's optimal set of columns that
uniquely identifies a row.
- getBevelType() -
Method in class javax.swing.border.BevelBorder
- Returns the type of the bevel border.
- getBidiLevel(AttributeSet) -
Static method in class javax.swing.text.StyleConstants
- Gets the BidiLevel setting.
- getBidiRootElement() -
Method in class javax.swing.text.AbstractDocument
- Returns the root element of the bidirectional structure for this
document.
- getBigDecimal(int) -
Method in interface java.sql.CallableStatement
- Gets the value of a JDBC
NUMERIC
parameter as a
java.math.BigDecimal
object with as many digits to the
right of the decimal point as the value contains.
- getBigDecimal(int) -
Method in interface java.sql.ResultSet
- Gets the value of the designated column in the current row
of this
ResultSet
object as a
java.math.BigDecimal
with full precision.
- getBigDecimal(int, int) -
Method in interface java.sql.CallableStatement
- Deprecated.
- getBigDecimal(int, int) -
Method in interface java.sql.ResultSet
- Deprecated.
- getBigDecimal(String) -
Method in interface java.sql.ResultSet
- Gets the value of the designated column in the current row
of this
ResultSet
object as a
java.math.BigDecimal
with full precision.
- getBigDecimal(String, int) -
Method in interface java.sql.ResultSet
- Deprecated.
- getBinaryStream() -
Method in interface java.sql.Blob
- Retrieves the
BLOB
designated by this
Blob
instance as a stream.
- getBinaryStream(int) -
Method in interface java.sql.ResultSet
- Gets the value of a column in the current row as a stream of
Gets the value of the designated column in the current row
of this
ResultSet
object as a binary stream of
uninterpreted bytes.
- getBinaryStream(String) -
Method in interface java.sql.ResultSet
- Gets the value of the designated column in the current row
of this
ResultSet
object as a stream of uninterpreted
byte
s.
- getBitMasks() -
Method in class java.awt.image.SinglePixelPackedSampleModel
- Returns the bit masks for all bands.
- getBitOffset(int) -
Method in class java.awt.image.MultiPixelPackedSampleModel
- Returns the offset, in bits, into the data element in which it is
stored for the
x
th pixel of a scanline.
- getBitOffsets() -
Method in class java.awt.image.SinglePixelPackedSampleModel
- Returns the bit offsets into the data array element representing
a pixel for all bands.
- getBlack() -
Static method in class javax.swing.plaf.metal.MetalLookAndFeel
-
- getBlack() -
Method in class javax.swing.plaf.metal.MetalTheme
-
- getBlackBoxBounds(int, int) -
Method in class java.awt.font.TextLayout
- Returns the black box bounds of the characters in the specified range.
- getBlackLineBorderUIResource() -
Static method in class javax.swing.plaf.BorderUIResource
-
- getBlinkRate() -
Method in class javax.swing.text.DefaultCaret
- Gets the caret blink rate.
- getBlinkRate() -
Method in interface javax.swing.text.Caret
- Gets the blink rate of the caret.
- getBlob(int) -
Method in interface java.sql.CallableStatement
- Gets the value of a JDBC
BLOB
parameter as a
Blob
object in the Java programming language.
- getBlob(int) -
Method in interface java.sql.ResultSet
- Returns the value of the designated column in the current row
of this
ResultSet
object as a Blob
object
in the Java programming language.
- getBlob(String) -
Method in interface java.sql.ResultSet
- Returns the value of the designated column in the current row
of this
ResultSet
object as a Blob
object
in the Java programming language.
- getBlockIncrement() -
Method in class java.awt.Scrollbar
- Gets the block increment of this scroll bar.
- getBlockIncrement() -
Method in interface java.awt.Adjustable
- Gets the block value increment for the adjustable object.
- getBlockIncrement() -
Method in class javax.swing.JScrollBar
- For backwards compatibility with java.awt.Scrollbar.
- getBlockIncrement(int) -
Method in class javax.swing.JScrollBar
- Returns the amount to change the scrollbar's value by,
given a block (usually "page") up/down request.
- getBlockIncrement(int) -
Method in class javax.swing.JScrollPane.ScrollBar
- Computes the block increment for scrolling if the viewport's
view is a
Scrollable
object.
- getBlue() -
Method in class java.awt.Color
- Returns the blue component in the range 0-255 in the default sRGB
space.
- getBlue(int) -
Method in class java.awt.image.ColorModel
- Returns the blue color component for the specified pixel, scaled
from 0 to 255 in the default RGB ColorSpace, sRGB.
- getBlue(int) -
Method in class java.awt.image.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.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.IndexColorModel
- Returns the blue color component for the specified pixel, scaled
from 0 to 255 in the default RGB ColorSpace, sRGB.
- getBlue(Object) -
Method in class java.awt.image.ColorModel
- Returns the blue color component for the specified pixel, scaled
from 0 to 255 in the default RGB
ColorSpace
, sRGB.
- getBlue(Object) -
Method in class java.awt.image.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.DirectColorModel
- Returns the blue color component for the specified pixel, scaled
from 0 to 255 in the default RGB
ColorSpace
, sRGB.
- getBlueMask() -
Method in class java.awt.image.DirectColorModel
- Returns the mask indicating which bits in an
int
pixel
representation contain the blue color component.
- getBlues(byte[]) -
Method in class java.awt.image.IndexColorModel
- Copies the array of blue color components into the specified array.
- getBoolean(int) -
Method in interface java.sql.CallableStatement
- Gets the value of a JDBC
BIT
parameter as a boolean
in the Java programming language.
- getBoolean(int) -
Method in interface java.sql.ResultSet
- Gets the value of the designated column in the current row
of this
ResultSet
object as
a boolean
in the Java programming language.
- getBoolean(Object) -
Method in class java.lang.reflect.Field
- Gets the value of a field as a
boolean
on the specified object.
- getBoolean(Object, int) -
Static method in class java.lang.reflect.Array
- Returns the value of the indexed component in the specified
array object, as a
boolean
.
- getBoolean(String) -
Static method in class java.lang.Boolean
- Returns
true
if and only if the system property
named by the argument exists and is equal to the string
"true"
.
- getBoolean(String) -
Method in interface java.sql.ResultSet
- Gets the value of the designated column in the current row
of this
ResultSet
object as
a boolean
in the Java programming language.
- getBorder() -
Method in class javax.swing.JComponent
- Returns the border of this component or null if no border is
currently set.
- getBorder() -
Method in class javax.swing.border.TitledBorder
- Returns the border of the titled border.
- getBorder() -
Method in class javax.swing.tree.DefaultTreeCellEditor.DefaultTextField
- Overrides
JComponent.getBorder
to
returns the current border.
- getBorder() -
Method in class javax.swing.plaf.basic.BasicSplitPaneDivider
- Returns the border of this component or null if no border is
currently set.
- getBorder(Object) -
Method in class javax.swing.UIDefaults
- If the value of
key
is a Border
return it,
otherwise return null
.
- getBorder(Object) -
Static method in class javax.swing.UIManager
- Returns a border from the defaults table.
- getBorderColor() -
Method in class javax.swing.plaf.basic.BasicToolBarUI.DragWindow
-
- getBorderInsets() -
Method in class javax.swing.border.EmptyBorder
- Returns the insets of the border.
- getBorderInsets() -
Method in class javax.swing.border.MatteBorder
- Returns the insets of the border.
- getBorderInsets(Component) -
Method in class javax.swing.border.AbstractBorder
- This default implementation returns the value of getBorderMargins.
- getBorderInsets(Component) -
Method in class javax.swing.border.BevelBorder
- Returns the insets of the border.
- getBorderInsets(Component) -
Method in class javax.swing.border.SoftBevelBorder
- Returns the insets of the border.
- getBorderInsets(Component) -
Method in class javax.swing.border.EmptyBorder
- Returns the insets of the border.
- getBorderInsets(Component) -
Method in class javax.swing.border.MatteBorder
- Returns the insets of the border.
- getBorderInsets(Component) -
Method in class javax.swing.border.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 javax.swing.border.LineBorder
- Returns the insets of the border.
- getBorderInsets(Component) -
Method in class javax.swing.border.TitledBorder
- Returns the insets of the border.
- getBorderInsets(Component) -
Method in class javax.swing.border.EtchedBorder
- Returns the insets of the border.
- getBorderInsets(Component) -
Method in interface javax.swing.border.Border
- Returns the insets of the border.
- getBorderInsets(Component) -
Method in class javax.swing.plaf.BorderUIResource
-
- getBorderInsets(Component) -
Method in class javax.swing.plaf.basic.BasicBorders.ButtonBorder
-
- getBorderInsets(Component) -
Method in class javax.swing.plaf.basic.BasicBorders.ToggleButtonBorder
-
- getBorderInsets(Component) -
Method in class javax.swing.plaf.basic.BasicBorders.RadioButtonBorder
-
- getBorderInsets(Component) -
Method in class javax.swing.plaf.basic.BasicBorders.MenuBarBorder
-
- getBorderInsets(Component) -
Method in class javax.swing.plaf.basic.BasicBorders.MarginBorder
-
- getBorderInsets(Component) -
Method in class javax.swing.plaf.basic.BasicBorders.FieldBorder
-
- getBorderInsets(Component) -
Method in class javax.swing.plaf.basic.BasicBorders.SplitPaneBorder
-
- getBorderInsets(Component) -
Method in class javax.swing.plaf.metal.MetalBorders.Flush3DBorder
-
- getBorderInsets(Component) -
Method in class javax.swing.plaf.metal.MetalBorders.ButtonBorder
-
- getBorderInsets(Component) -
Method in class javax.swing.plaf.metal.MetalBorders.InternalFrameBorder
-
- getBorderInsets(Component) -
Method in class javax.swing.plaf.metal.MetalBorders.PaletteBorder
-
- getBorderInsets(Component) -
Method in class javax.swing.plaf.metal.MetalBorders.OptionDialogBorder
-
- getBorderInsets(Component) -
Method in class javax.swing.plaf.metal.MetalBorders.MenuBarBorder
-
- getBorderInsets(Component) -
Method in class javax.swing.plaf.metal.MetalBorders.MenuItemBorder
-
- getBorderInsets(Component) -
Method in class javax.swing.plaf.metal.MetalBorders.PopupMenuBorder
-
- getBorderInsets(Component) -
Method in class javax.swing.plaf.metal.MetalBorders.ToolBarBorder
-
- getBorderInsets(Component) -
Method in class javax.swing.plaf.metal.MetalBorders.ScrollPaneBorder
-
- getBorderInsets(Component) -
Method in class javax.swing.plaf.metal.MetalBorders.TableHeaderBorder
-
- getBorderInsets(Component, Insets) -
Method in class javax.swing.border.AbstractBorder
- Reinitializes the insets parameter with this Border's current Insets.
- getBorderInsets(Component, Insets) -
Method in class javax.swing.border.BevelBorder
- Reinitialize the insets parameter with this Border's current Insets.
- getBorderInsets(Component, Insets) -
Method in class javax.swing.border.EmptyBorder
- Reinitialize the insets parameter with this Border's current Insets.
- getBorderInsets(Component, Insets) -
Method in class javax.swing.border.MatteBorder
- Reinitialize the insets parameter with this Border's current Insets.
- getBorderInsets(Component, Insets) -
Method in class javax.swing.border.CompoundBorder
- Reinitialize the insets parameter with this Border's current Insets.
- getBorderInsets(Component, Insets) -
Method in class javax.swing.border.LineBorder
- Reinitialize the insets parameter with this Border's current Insets.
- getBorderInsets(Component, Insets) -
Method in class javax.swing.border.TitledBorder
- Reinitialize the insets parameter with this Border's current Insets.
- getBorderInsets(Component, Insets) -
Method in class javax.swing.border.EtchedBorder
- Reinitialize the insets parameter with this Border's current Insets.
- getBorderSelectionColor() -
Method in class javax.swing.tree.DefaultTreeCellRenderer
- Returns the color the border is drawn.
- getBorderSelectionColor() -
Method in class javax.swing.tree.DefaultTreeCellEditor
- Returns the color the border is drawn.
- getBorderTitle(Border) -
Method in class javax.swing.JComponent.AccessibleJComponent
- Recursively search through the border hierarchy (if it exists)
for a TitledBorder with a non-null title.
- getBottomComponent() -
Method in class javax.swing.JSplitPane
- Returns the component below, or to the right of the divider.
- getBottomInset() -
Method in class javax.swing.text.CompositeView
- Gets the bottom inset.
- getBottomInset() -
Method in class javax.swing.text.AsyncBoxView
- Get the bottom part of the margin around the view.
- getBottomPanel() -
Method in class javax.swing.plaf.metal.MetalFileChooserUI
-
- getBoundActions() -
Method in interface javax.swing.text.Keymap
- Fetches all of the actions defined in this keymap.
- getBoundedPosition(GlyphView, int, float, float) -
Method in class javax.swing.text.GlyphView.GlyphPainter
- Determines the model location that represents the
maximum advance that fits within the given span.
- getBoundingBox() -
Method in class java.awt.Polygon
- Deprecated. As of JDK version 1.1,
replaced by
getBounds()
.
- getBoundKeyStrokes() -
Method in interface javax.swing.text.Keymap
- Fetches all of the keystrokes in this map that
are bound to some action.
- getBounds() -
Method in class java.awt.Component
- Gets the bounds of this component in the form of a
Rectangle
object.
- getBounds() -
Method in class java.awt.Component.AccessibleAWTComponent
- Gets the bounds of this object in the form of a Rectangle object.
- getBounds() -
Method in class java.awt.Polygon
- Gets the bounding box of this
Polygon
.
- getBounds() -
Method in class java.awt.GraphicsConfiguration
- Returns the bounds of the
GraphicsConfiguration
in the device coordinates.
- getBounds() -
Method in class java.awt.MenuComponent.AccessibleAWTMenuComponent
- Gets the bounds of this object in the form of a Rectangle object.
- getBounds() -
Method in interface java.awt.Shape
- Returns an integer
Rectangle
that completely encloses the
Shape
.
- getBounds() -
Method in class java.awt.List.AccessibleAWTList.AccessibleAWTListChild
- Gets the bounds of this object in the form of a Rectangle object.
- getBounds() -
Method in class java.awt.Rectangle
- Gets the bounding
Rectangle
of this Rectangle
.
- getBounds() -
Method in class java.awt.font.TextLayout
- Returns the bounds of this
TextLayout
.
- getBounds() -
Method in class java.awt.font.GraphicAttribute
- Returns a
Rectangle2D
that encloses all of the
bits drawn by this GraphicAttribute
relative to the
rendering position.
- getBounds() -
Method in class java.awt.font.ImageGraphicAttribute
- Returns a
Rectangle2D
that encloses all of the
bits rendered by this ImageGraphicAttribute
, relative
to the rendering position.
- getBounds() -
Method in class java.awt.font.ShapeGraphicAttribute
- Returns a
Rectangle2D
that encloses all of the
bits drawn by this ShapeGraphicAttribute
relative to
the rendering position.
- getBounds() -
Method in class java.awt.geom.RectangularShape
- Returns the bounding box of the
Shape
.
- getBounds() -
Method in class java.awt.geom.Area
- Returns a bounding
Rectangle
that completely encloses
this Area
.
- getBounds() -
Method in class java.awt.geom.Line2D
- Returns the bounding box of this
Line2D
.
- getBounds() -
Method in class java.awt.geom.GeneralPath
- Return the bounding box of the path.
- getBounds() -
Method in class java.awt.geom.QuadCurve2D
- Returns the bounding box of this
QuadCurve2D
.
- getBounds() -
Method in class java.awt.geom.CubicCurve2D
- Returns the bounding box of the shape.
- getBounds() -
Method in class java.awt.image.Raster
- Returns the bounding Rectangle of this Raster.
- getBounds() -
Method in interface javax.accessibility.AccessibleComponent
- Gets the bounds of this object in the form of a Rectangle object.
- getBounds() -
Method in class javax.swing.JList.AccessibleJList.AccessibleJListChild
-
- getBounds() -
Method in class javax.swing.JTree.AccessibleJTree.AccessibleJTreeNode
-
- getBounds() -
Method in class javax.swing.JTable.AccessibleJTable.AccessibleJTableCell
-
- getBounds() -
Method in class javax.swing.table.JTableHeader.AccessibleJTableHeader.AccessibleJTableHeaderEntry
-
- getBounds(Rectangle) -
Method in class java.awt.Component
- Store the bounds of this component into "return value" rv and
return rv.
- getBounds(Rectangle) -
Method in class javax.swing.JComponent
- Stores the bounds of this component into "return value" rv and
returns rv.
- getBounds(TreePath, Rectangle) -
Method in class javax.swing.tree.AbstractLayoutCache
- Returns a rectangle giving the bounds needed to draw path.
- getBounds(TreePath, Rectangle) -
Method in class javax.swing.tree.VariableHeightLayoutCache
- Returns the Rectangle enclosing the label portion that the
item identified by row will be drawn into.
- getBounds(TreePath, Rectangle) -
Method in class javax.swing.tree.FixedHeightLayoutCache
- Returns a rectangle giving the bounds needed to draw path.
- getBounds2D() -
Method in class java.awt.Polygon
- Returns the high precision bounding box of the
Shape
.
- getBounds2D() -
Method in interface java.awt.Shape
- Returns a high precision and more accurate bounding box of
the
Shape
than the getBounds
method.
- getBounds2D() -
Method in class java.awt.Rectangle
- Return the high precision bounding box of this rectangle.
- getBounds2D() -
Method in class java.awt.font.GlyphMetrics
- Returns the black box bounds of the glyph.
- getBounds2D() -
Method in class java.awt.geom.Rectangle2D
- Returns the high precision bounding box of this
Rectangle2D
.
- getBounds2D() -
Method in class java.awt.geom.RoundRectangle2D.Float
- Returns the high precision bounding box of this
RoundRectangle2D
.
- getBounds2D() -
Method in class java.awt.geom.RoundRectangle2D.Double
- Returns the high precision bounding box of this
RoundRectangle2D
.
- getBounds2D() -
Method in class java.awt.geom.Area
- Returns a high precision bounding
Rectangle2D
that
completely encloses this Area
.
- getBounds2D() -
Method in class java.awt.geom.Rectangle2D.Float
- Returns the high precision bounding box of this
Rectangle2D
.
- getBounds2D() -
Method in class java.awt.geom.Rectangle2D.Double
- Returns the high precision bounding box of this
Rectangle2D
.
- getBounds2D() -
Method in class java.awt.geom.Line2D.Float
- Returns the high-precision bounding box of this
Line2D
.
- getBounds2D() -
Method in class java.awt.geom.Line2D.Double
- Returns the high-precision bounding box of this
Line2D
.
- getBounds2D() -
Method in class java.awt.geom.Arc2D
- Returns the high-precision bounding box of the arc.
- getBounds2D() -
Method in class java.awt.geom.Ellipse2D.Float
- Returns the high precision bounding box of this
Ellipse2D
.
- getBounds2D() -
Method in class java.awt.geom.Ellipse2D.Double
- Returns the high precision bounding box of this
Ellipse2D
.
- getBounds2D() -
Method in class java.awt.geom.GeneralPath
- Returns the bounding box of the path.
- getBounds2D() -
Method in class java.awt.geom.QuadCurve2D.Float
- Returns the bounding box of this
QuadCurve2D
.
- getBounds2D() -
Method in class java.awt.geom.QuadCurve2D.Double
- Returns the bounding box of this
QuadCurve2D
.
- getBounds2D() -
Method in class java.awt.geom.CubicCurve2D.Float
- Returns the bounding box of the shape.
- getBounds2D() -
Method in class java.awt.geom.CubicCurve2D.Double
- Returns the bounding box of the shape.
- getBounds2D(BufferedImage) -
Method in class java.awt.image.LookupOp
- Returns the bounding box of the filtered destination image.
- getBounds2D(BufferedImage) -
Method in interface java.awt.image.BufferedImageOp
- Returns the bounding box of the filtered destination image.
- getBounds2D(BufferedImage) -
Method in class java.awt.image.ConvolveOp
- Returns the bounding box of the filtered destination image.
- getBounds2D(BufferedImage) -
Method in class java.awt.image.AffineTransformOp
- Returns the bounding box of the transformed destination.
- getBounds2D(BufferedImage) -
Method in class java.awt.image.ColorConvertOp
- Returns the bounding box of the destination, given this source.
- getBounds2D(BufferedImage) -
Method in class java.awt.image.RescaleOp
- Returns the bounding box of the rescaled destination image.
- getBounds2D(ParameterBlock) -
Method in interface java.awt.image.renderable.ContextualRenderedImageFactory
- Returns the bounding box for the output of the operation,
performed on a given set of sources, in rendering-independent
space.
- getBounds2D(Raster) -
Method in class java.awt.image.LookupOp
- Returns the bounding box of the filtered destination Raster.
- getBounds2D(Raster) -
Method in class java.awt.image.ConvolveOp
- Returns the bounding box of the filtered destination Raster.
- getBounds2D(Raster) -
Method in class java.awt.image.BandCombineOp
- Returns the bounding box of the transformed destination.
- getBounds2D(Raster) -
Method in class java.awt.image.AffineTransformOp
- Returns the bounding box of the transformed destination.
- getBounds2D(Raster) -
Method in interface java.awt.image.RasterOp
- Returns the bounding box of the filtered destination Raster.
- getBounds2D(Raster) -
Method in class java.awt.image.ColorConvertOp
- Returns the bounding box of the destination, given this source.
- getBounds2D(Raster) -
Method in class java.awt.image.RescaleOp
- Returns the bounding box of the rescaled destination Raster.
- getBoundsAt(int) -
Method in class javax.swing.JTabbedPane
- Returns the tab bounds at
index
.
- getBoundsForIconOf(JInternalFrame) -
Method in class javax.swing.DefaultDesktopManager
- The iconifyFrame() code calls this to determine the proper bounds
for the desktopIcon.
- getBoxPainter(AttributeSet) -
Method in class javax.swing.text.html.StyleSheet
- Fetches the box formatter to use for the given set
of CSS attributes.
- getBreakLocation(Segment, FontMetrics, int, int, TabExpander, int) -
Static method in class javax.swing.text.Utilities
- Determine where to break the given text to fit
within the the given span.
- getBreakWeight(int, float) -
Method in class javax.swing.text.ParagraphView
- Gets the break weight for a given location.
- getBreakWeight(int, float, float) -
Method in class javax.swing.text.View
- Determines how attractive a break opportunity in
this view is.
- getBreakWeight(int, float, float) -
Method in class javax.swing.text.GlyphView
- Determines how attractive a break opportunity in
this view is.
- getBreakWeight(int, float, float) -
Method in class javax.swing.text.html.InlineView
- Determines how attractive a break opportunity in
this view is.
- getBuffer() -
Method in class java.io.StringWriter
- Return the string buffer itself.
- getBufferedImageOp() -
Method in class java.awt.image.BufferedImageFilter
- Returns the
BufferedImageOp
.
- getBufferSize() -
Method in interface javax.sound.sampled.DataLine
- Obtains the maximum number of bytes of data that will fit in the data line's
internal buffer.
- getBundle(String) -
Static method in class java.util.ResourceBundle
- Get the appropriate ResourceBundle subclass.
- getBundle(String, Locale) -
Static method in class java.util.ResourceBundle
- Get the appropriate ResourceBundle subclass.
- getBundle(String, Locale, ClassLoader) -
Static method in class java.util.ResourceBundle
- Get the appropriate ResourceBundle subclass.
- getButtonBorder() -
Static method in class javax.swing.plaf.basic.BasicBorders
-
- getButtonBorder() -
Static method in class javax.swing.plaf.metal.MetalBorders
- Returns a border instance for a JButton
- getButtonCount() -
Method in class javax.swing.ButtonGroup
- Returns the number of buttons in the group.
- getButtonPanel() -
Method in class javax.swing.plaf.metal.MetalFileChooserUI
-
- getButtons() -
Method in class javax.swing.plaf.basic.BasicOptionPaneUI
- Returns the buttons to display from the JOptionPane the receiver is
providing the look and feel for.
- getButtonWidth() -
Method in class javax.swing.plaf.metal.MetalScrollButton
-
- getByName(String) -
Static method in class java.net.InetAddress
- Determines the IP address of a host, given the host's name.
- getByte(int) -
Method in interface java.sql.CallableStatement
- Gets the value of a JDBC
TINYINT
parameter as a byte
in the Java programming language.
- getByte(int) -
Method in interface java.sql.ResultSet
- Gets the value of the designated column in the current row
of this
ResultSet
object as
a byte
in the Java programming language.
- getByte(Object) -
Method in class java.lang.reflect.Field
- Gets the value of a field as a
byte
on the specified object.
- getByte(Object, int) -
Static method in class java.lang.reflect.Array
- Returns the value of the indexed component in the specified
array object, as a
byte
.
- getByte(String) -
Method in interface java.sql.ResultSet
- Gets the value of the designated column in the current row
of this
ResultSet
object as
a byte
in the Java programming language.
- getByteLength() -
Method in class javax.sound.sampled.AudioFileFormat
- Obtains the size in bytes of the entire audio file (not just its audio data).
- getByteLength() -
Method in class javax.sound.midi.MidiFileFormat
- Obtains the length of the MIDI file, expressed in 8-bit bytes.
- getByteParameter(int) -
Method in class java.awt.image.renderable.ParameterBlock
- A convenience method to return a parameter as a byte.
- getBytes() -
Method in class java.lang.String
- Convert this
String
into bytes according to the platform's
default character encoding, storing the result into a new byte array.
- getBytes(int) -
Method in interface java.sql.CallableStatement
- Gets the value of a JDBC
BINARY
or VARBINARY
parameter as an array of byte
values in the Java
programming language.
- getBytes(int) -
Method in interface java.sql.ResultSet
- Gets the value of the designated column in the current row
of this
ResultSet
object as
a byte
array in the Java programming language.
- getBytes(int, int, byte[], int) -
Method in class java.lang.String
- Deprecated. This method does not properly convert characters into bytes.
As of JDK 1.1, the preferred way to do this is via the
getBytes(String enc)
method, which takes a
character-encoding name, or the getBytes()
method, which
uses the platform's default encoding.
- getBytes(long, int) -
Method in interface java.sql.Blob
- Returns as an array of bytes, part or all of the
BLOB
value that this Blob
object designates.
- getBytes(String) -
Method in class java.lang.String
- Convert this
String
into bytes according to the specified
character encoding, storing the result into a new byte array.
- getBytes(String) -
Method in interface java.sql.ResultSet
- Gets the value of the designated column in the current row
of this
ResultSet
object as
a byte
array in the Java programming language.
- getCachedIcon(File) -
Method in class javax.swing.plaf.basic.BasicFileChooserUI.BasicFileView
-
- getCalendar() -
Method in class java.text.DateFormat
- Gets the calendar associated with this date/time formatter.
- getCancelSelectionAction() -
Method in class javax.swing.plaf.basic.BasicFileChooserUI
-
- getCanonicalFile() -
Method in class java.io.File
- Returns the canonical form of this abstract pathname.
- getCanonicalPath() -
Method in class java.io.File
- Returns the canonical pathname string of this abstract pathname.
- getCanWrapLines() -
Method in class javax.swing.text.AbstractWriter
- Returns whether or not the lines can be wrapped.
- getCaret() -
Method in class java.awt.event.InputMethodEvent
- Gets the caret.
- getCaret() -
Method in class javax.swing.text.JTextComponent
- Fetches the caret that allows text-oriented navigation over
the view.
- getCaretColor() -
Method in class javax.swing.text.JTextComponent
- Fetches the current color used to render the
caret.
- getCaretInfo(TextHitInfo) -
Method in class java.awt.font.TextLayout
- Returns information about the caret corresponding to
hit
.
- getCaretInfo(TextHitInfo, Rectangle2D) -
Method in class java.awt.font.TextLayout
- Returns information about the caret corresponding to
hit
.
- getCaretPosition() -
Method in class java.awt.TextComponent
- Gets the position of the text insertion caret for
this text component.
- getCaretPosition() -
Method in class java.awt.TextComponent.AccessibleAWTTextComponent
- Returns the zero-based offset of the caret.
- getCaretPosition() -
Method in interface javax.accessibility.AccessibleText
- Returns the zero-based offset of the caret.
- getCaretPosition() -
Method in class javax.swing.AbstractButton.AccessibleAbstractButton
- Return the zero-based offset of the caret.
- getCaretPosition() -
Method in class javax.swing.JLabel.AccessibleJLabel
- Return the zero-based offset of the caret.
- getCaretPosition() -
Method in class javax.swing.text.JTextComponent
- Returns the position of the text insertion caret for the
text component.
- getCaretPosition() -
Method in class javax.swing.text.JTextComponent.AccessibleJTextComponent
- Returns the zero-based offset of the caret.
- getCaretShape(TextHitInfo) -
Method in class java.awt.font.TextLayout
- Returns a
Shape
representing the caret at the specified
hit inside the natural bounds of this TextLayout
.
- getCaretShape(TextHitInfo, Rectangle2D) -
Method in class java.awt.font.TextLayout
- Returns a
Shape
representing the caret at the specified
hit inside the specified bounds.
- getCaretShapes(int) -
Method in class java.awt.font.TextLayout
- Returns two paths corresponding to the strong and weak caret.
- getCaretShapes(int, Rectangle2D) -
Method in class java.awt.font.TextLayout
- Returns two paths corresponding to the strong and weak caret.
- getCaretShapes(int, Rectangle2D, TextLayout.CaretPolicy) -
Method in class java.awt.font.TextLayout
- Returns two paths corresponding to the strong and weak caret.
- getCatalog() -
Method in interface java.sql.Connection
- Returns the Connection's current catalog name.
- getCatalogName(int) -
Method in interface java.sql.ResultSetMetaData
- Gets the designated column's table's catalog name.
- getCatalogs() -
Method in interface java.sql.DatabaseMetaData
- Gets the catalog names available in this database.
- getCatalogSeparator() -
Method in interface java.sql.DatabaseMetaData
- What's the separator between catalog and table name?
- getCatalogTerm() -
Method in interface java.sql.DatabaseMetaData
- What's the database vendor's preferred term for "catalog"?
- getCellBounds(int, int) -
Method in class javax.swing.JList
- Returns the bounds of the specified range of items in
JList
coordinates.
- getCellBounds(JList, int, int) -
Method in class javax.swing.plaf.ListUI
- Returns the bounds of the specified item in JList
coordinates, null if index isn't valid.
- getCellBounds(JList, int, int) -
Method in class javax.swing.plaf.basic.BasicListUI
-
- getCellBounds(JList, int, int) -
Method in class javax.swing.plaf.multi.MultiListUI
- Call getCellBounds on each UI handled by this MultiUI.
- getCellEditor() -
Method in class javax.swing.JTree
- Returns the editor used to edit entries in the tree.
- getCellEditor() -
Method in class javax.swing.JTable
- Returns the cell editor.
- getCellEditor() -
Method in class javax.swing.table.TableColumn
- Returns the
TableCellEditor
used by the
JTable
to edit values for this column.
- getCellEditor() -
Method in class javax.swing.plaf.basic.BasicTreeUI
-
- getCellEditor(int, int) -
Method in class javax.swing.JTable
- Returns an appropriate editor for the cell specified by
row
and column
.
- getCellEditorValue() -
Method in interface javax.swing.CellEditor
- Returns the value contained in the editor
- getCellEditorValue() -
Method in class javax.swing.DefaultCellEditor
-
- getCellEditorValue() -
Method in class javax.swing.DefaultCellEditor.EditorDelegate
-
- getCellEditorValue() -
Method in class javax.swing.tree.DefaultTreeCellEditor
- Returns the value currently being edited.
- getCellLength() -
Method in class javax.swing.plaf.basic.BasicProgressBarUI
- Returns the width (if HORIZONTAL) or height (if VERTICAL)
of each of the indivdual cells/units to be rendered in the
progress bar.
- getCellRect(int, int, boolean) -
Method in class javax.swing.JTable
- Returns a rectangle for the cell that lies at the intersection of
row
and column
.
- getCellRenderer() -
Method in class javax.swing.JList
- Returns the object that renders the list items.
- getCellRenderer() -
Method in class javax.swing.JTree
- Returns the current
TreeCellRenderer
that is rendering each cell.
- getCellRenderer() -
Method in class javax.swing.table.TableColumn
- Returns the
TableCellRenderer
used by the
JTable
to draw
values for this column.
- getCellRenderer() -
Method in class javax.swing.plaf.basic.BasicTreeUI
- Return currentCellRenderer, which will either be the trees
renderer, or defaultCellRenderer, which ever wasn't null.
- getCellRenderer(int, int) -
Method in class javax.swing.JTable
- Returns an appropriate renderer for the cell specified by this row and
column.
- getCellSelectionEnabled() -
Method in class javax.swing.JTable
- Returns true if both row and column selection models are enabled.
- getCellSpacing() -
Method in class javax.swing.plaf.basic.BasicProgressBarUI
- Returns the spacing between each of the cells/units in the
progress bar.
- getCentersChildren() -
Method in class javax.swing.plaf.basic.BasicOptionPaneUI.ButtonAreaLayout
-
- getCenterX() -
Method in class java.awt.geom.RectangularShape
- Returns the X coordinate of the center of the framing
rectangle of the
Shape
in double
precision.
- getCenterY() -
Method in class java.awt.geom.RectangularShape
- Returns the Y coordinate of the center of the framing
rectangle of the
Shape
in double
precision.
- getCertificate(String) -
Method in class java.security.KeyStore
- Returns the certificate associated with the given alias.
- getCertificateAlias(Certificate) -
Method in class java.security.KeyStore
- Returns the (alias) name of the first keystore entry whose certificate
matches the given certificate.
- getCertificateChain(String) -
Method in class java.security.KeyStore
- Returns the certificate chain associated with the given alias.
- getCertificates() -
Method in class java.net.JarURLConnection
- Return the Certificate object for this connection if the URL
for it points to a JAR file entry, null otherwise.
- getCertificates() -
Method in class java.security.CodeSource
- Returns the certificates associated with this CodeSource.
- getCertificates() -
Method in class java.util.jar.JarEntry
- Returns the
Certificate
objects for this entry, or
null
if none.
- getChange(Element) -
Method in interface javax.swing.event.DocumentEvent
- Gets the change information for the given element.
- getChange(Element) -
Method in class javax.swing.text.AbstractDocument.DefaultDocumentEvent
- Gets the changes for an element.
- getChanged() -
Method in class java.awt.event.HierarchyEvent
- Returns the Component at the top of the hierarchy which was
changed.
- getChangedParent() -
Method in class java.awt.event.HierarchyEvent
- Returns the parent of the Component returned by
getChanged()
.
- getChangeFlags() -
Method in class java.awt.event.HierarchyEvent
- Returns a bitmask which indicates the type(s) of
HIERARCHY_CHANGED events represented in this event object.
- getChangeInfo() -
Method in class javax.naming.event.NamingEvent
- Retrieves the change information for this event.
- getChangeToParentDirectoryAction() -
Method in class javax.swing.plaf.basic.BasicFileChooserUI
-
- getChannel() -
Method in class javax.sound.midi.ShortMessage
- Obtains the MIDI channel associated with this event.
- getChannelPressure() -
Method in interface javax.sound.midi.MidiChannel
- Obtains the channel's keyboard pressure.
- getChannels() -
Method in class javax.sound.sampled.AudioFormat
- Obtains the number of channels.
- getChannels() -
Method in interface javax.sound.midi.Synthesizer
- Obtains the set of MIDI channels controlled by this synthesizer.
- getChar(Object) -
Method in class java.lang.reflect.Field
- Gets the value of a field as a
char
on the specified object.
- getChar(Object, int) -
Static method in class java.lang.reflect.Array
- Returns the value of the indexed component in the specified
array object, as a
char
.
- getCharacterAttribute(int) -
Method in class java.awt.TextComponent.AccessibleAWTTextComponent
- Returns the AttributeSet for a given character (at a given index).
- getCharacterAttribute(int) -
Method in interface javax.accessibility.AccessibleText
- Returns the AttributeSet for a given character at a given index
- getCharacterAttribute(int) -
Method in class javax.swing.AbstractButton.AccessibleAbstractButton
- Return the AttributeSet for a given character at a given index
- getCharacterAttribute(int) -
Method in class javax.swing.JLabel.AccessibleJLabel
- Return the AttributeSet for a given character at a given index
- getCharacterAttribute(int) -
Method in class javax.swing.text.JTextComponent.AccessibleJTextComponent
- Returns the AttributeSet for a given character (at a given index).
- getCharacterAttributeRun() -
Method in class javax.swing.text.StyledEditorKit
- Fetches the element representing the current
run of character attributes for the caret.
- getCharacterAttributes() -
Method in class javax.swing.JTextPane
- Fetches the character attributes in effect at the
current location of the caret, or null.
- getCharacterBounds(int) -
Method in class java.awt.TextComponent.AccessibleAWTTextComponent
- Determines the bounding box of the character at the given
index into the string.
- getCharacterBounds(int) -
Method in interface javax.accessibility.AccessibleText
- Determines the bounding box of the character at the given
index into the string.
- getCharacterBounds(int) -
Method in class javax.swing.AbstractButton.AccessibleAbstractButton
- Determine the bounding box of the character at the given
index into the string.
- getCharacterBounds(int) -
Method in class javax.swing.JLabel.AccessibleJLabel
- Determine the bounding box of the character at the given
index into the string.
- getCharacterBounds(int) -
Method in class javax.swing.text.JTextComponent.AccessibleJTextComponent
- Determines the bounding box of the character at the given
index into the string.
- getCharacterCount() -
Method in class java.awt.font.TextLayout
- Returns the number of characters represented by this
TextLayout
.
- getCharacterElement(int) -
Method in interface javax.swing.text.StyledDocument
- Gets the element that represents the character that
is at the given offset within the document.
- getCharacterElement(int) -
Method in class javax.swing.text.DefaultStyledDocument
- Gets a character element based on a position.
- getCharacterInstance() -
Static method in class java.text.BreakIterator
- Create BreakIterator for character-breaks using default locale
Returns an instance of a BreakIterator implementing character breaks.
- getCharacterInstance(Locale) -
Static method in class java.text.BreakIterator
- Create BreakIterator for character-breaks using specified locale
Returns an instance of a BreakIterator implementing character breaks.
- getCharacterLevel(int) -
Method in class java.awt.font.TextLayout
- Returns the level of the character at
index
.
- getCharacterStream() -
Method in interface java.sql.Clob
- Gets the
CLOB
value designated by this Clob
object as a Unicode stream.
- getCharacterStream(int) -
Method in interface java.sql.ResultSet
- Gets the value of the designated column in the current row
of this
ResultSet
object as a
java.io.Reader
object.
- getCharacterStream(String) -
Method in interface java.sql.ResultSet
- Gets the value of the designated column in the current row
of this
ResultSet
object as a
java.io.Reader
object.
- getCharCount() -
Method in class java.awt.TextComponent.AccessibleAWTTextComponent
- Returns the number of characters (valid indicies)
- getCharCount() -
Method in interface javax.accessibility.AccessibleText
- Returns the number of characters (valid indicies)
- getCharCount() -
Method in class javax.swing.AbstractButton.AccessibleAbstractButton
- Return the number of characters (valid indicies)
- getCharCount() -
Method in class javax.swing.JLabel.AccessibleJLabel
- Return the number of characters (valid indicies)
- getCharCount() -
Method in class javax.swing.text.JTextComponent.AccessibleJTextComponent
- Returns the number of characters (valid indicies)
- getCharIndex() -
Method in class java.awt.font.TextHitInfo
- Returns the index of the character hit.
- getCharParameter(int) -
Method in class java.awt.image.renderable.ParameterBlock
- A convenience method to return a parameter as a char.
- getChars(int, int, char[], int) -
Method in class java.lang.String
- Copies characters from this string into the destination character
array.
- 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, Segment) -
Method in interface javax.swing.text.AbstractDocument.Content
- Gets a sequence of characters and copies them into a Segment.
- getChars(int, int, Segment) -
Method in class javax.swing.text.StringContent
- Retrieves a portion of the content.
- getChars(int, int, Segment) -
Method in class javax.swing.text.GapContent
- Retrieves a portion of the content.
- getCharSetSpec() -
Method in class javax.swing.text.ChangedCharSetException
-
- getCheckboxGroup() -
Method in class java.awt.Checkbox
- Determines this check box's group.
- getCheckBoxIcon() -
Static method in class javax.swing.plaf.basic.BasicIconFactory
-
- getCheckBoxIcon() -
Static method in class javax.swing.plaf.metal.MetalIconFactory
- Returns a checkbox icon
- getCheckBoxMenuItemIcon() -
Static method in class javax.swing.plaf.basic.BasicIconFactory
-
- getCheckBoxMenuItemIcon() -
Static method in class javax.swing.plaf.metal.MetalIconFactory
-
- getChecksum() -
Method in class java.util.zip.CheckedInputStream
- Returns the Checksum for this input stream.
- getChecksum() -
Method in class java.util.zip.CheckedOutputStream
- Returns the Checksum for this output stream.
- getChild() -
Method in class java.awt.event.ContainerEvent
- Returns the component that was affected by the event.
- getChild(Object, int) -
Method in interface javax.swing.tree.TreeModel
- Returns the child of parent at index index in the parent's
child array.
- getChild(Object, int) -
Method in class javax.swing.tree.DefaultTreeModel
- Returns the child of parent at index index in the parent's
child array.
- getChildAfter(TreeNode) -
Method in class javax.swing.tree.DefaultMutableTreeNode
- Returns the child in this node's child array that immediately
follows
aChild
, which must be a child of this node.
- getChildAllocation(int) -
Method in class javax.swing.text.AsyncBoxView.ChildLocator
- Fetch the allocation to use for a child view.
- getChildAllocation(int, Shape) -
Method in class javax.swing.text.View
- Fetches the allocation for the given child view.
- getChildAllocation(int, Shape) -
Method in class javax.swing.text.CompositeView
- Fetches the allocation for the given child view.
- getChildAllocation(int, Shape) -
Method in class javax.swing.text.BoxView
- Fetches the allocation for the given child view.
- getChildAllocation(int, Shape) -
Method in class javax.swing.text.AsyncBoxView
- Fetches the allocation for the given child view.
- getChildAllocation(int, Shape) -
Method in class javax.swing.text.AsyncBoxView.ChildLocator
- Fetch the allocation to use for a child view.
- getChildAt(int) -
Method in class javax.swing.JTree.DynamicUtilTreeNode
- Subclassed to load the children, if necessary.
- getChildAt(int) -
Method in class javax.swing.text.AbstractDocument.AbstractElement
- Returns the child
TreeNode
at index
childIndex
.
- getChildAt(int) -
Method in class javax.swing.tree.DefaultMutableTreeNode
- Returns the child at the specified index in this node's child array.
- getChildAt(int) -
Method in interface javax.swing.tree.TreeNode
- Returns the child
TreeNode
at index
childIndex
.
- getChildBeanContextChild(Object) -
Static method in class java.beans.beancontext.BeanContextSupport
- Gets the BeanContextChild (if any) of the specified child
- getChildBeanContextMembershipListener(Object) -
Static method in class java.beans.beancontext.BeanContextSupport
- Gets the BeanContextMembershipListener
(if any) of the specified child
- getChildBeanContextServicesListener(Object) -
Static method in class java.beans.beancontext.BeanContextServicesSupport
- Gets the BeanContextServicesListener (if any) of the specified
child.
- getChildBefore(TreeNode) -
Method in class javax.swing.tree.DefaultMutableTreeNode
- Returns the child in this node's child array that immediately
precedes
aChild
, which must be a child of this node.
- getChildCount() -
Method in class javax.swing.JTree.DynamicUtilTreeNode
- Returns the number of child nodes.
- getChildCount() -
Method in class javax.swing.text.AbstractDocument.AbstractElement
- Returns the number of children
TreeNode
s the receiver
contains.
- getChildCount() -
Method in class javax.swing.tree.DefaultMutableTreeNode
- Returns the number of children of this node.
- getChildCount() -
Method in interface javax.swing.tree.TreeNode
- Returns the number of children
TreeNode
s the receiver
contains.
- getChildCount(Object) -
Method in interface javax.swing.tree.TreeModel
- Returns the number of children of parent.
- getChildCount(Object) -
Method in class javax.swing.tree.DefaultTreeModel
- Returns the number of children of parent.
- getChildIndices() -
Method in class javax.swing.event.TreeModelEvent
- Returns the values of the child indexes.
- getChildPropertyChangeListener(Object) -
Static method in class java.beans.beancontext.BeanContextSupport
- Gets the PropertyChangeListener
(if any) of the specified child
- getChildren() -
Method in class javax.swing.event.TreeModelEvent
- Returns the objects that are children of the node identified by
getPath
at the locations specified by
getChildIndices
.
- getChildrenAdded() -
Method in interface javax.swing.event.DocumentEvent.ElementChange
- Gets the child elements that were added to the given
parent element.
- getChildrenAdded() -
Method in class javax.swing.text.AbstractDocument.ElementEdit
- Gets a list of children that were added.
- getChildrenRemoved() -
Method in interface javax.swing.event.DocumentEvent.ElementChange
- Gets the child elements that were removed from the
given parent element.
- getChildrenRemoved() -
Method in class javax.swing.text.AbstractDocument.ElementEdit
- Gets a list of children that were removed.
- getChildSerializable(Object) -
Static method in class java.beans.beancontext.BeanContextSupport
- Gets the Serializable (if any) associated with the specified Child
- getChildState(int) -
Method in class javax.swing.text.AsyncBoxView
- Fetch the object representing the layout state of
of the child at the given index.
- getChildVetoableChangeListener(Object) -
Static method in class java.beans.beancontext.BeanContextSupport
- Gets the VetoableChangeListener
(if any) of the specified child
- getChildView() -
Method in class javax.swing.text.AsyncBoxView.ChildState
- Fetch the child view this record represents
- getChildVisibility(Object) -
Static method in class java.beans.beancontext.BeanContextSupport
- Gets the Component (if any) associated with the specified child.
- getChoosableFileFilters() -
Method in class javax.swing.JFileChooser
- Gets the list of user choosable file filters.
- getChooserPanels() -
Method in class javax.swing.JColorChooser
- Returns the specified color panels.
- getClass() -
Method in class java.lang.Object
- Returns the runtime class of an object.
- getClassAnnotation(Class) -
Static method in class java.rmi.server.RMIClassLoader
- Returns the class annotation (representing the location for
a class) that RMI will use to annotate the call stream when
marshalling objects of the given class.
- getClassContext() -
Method in class java.lang.SecurityManager
- Returns the current execution stack as an array of classes.
- getClasses() -
Method in class java.lang.Class
- Returns an array containing
Class
objects representing all
the public classes and interfaces that are members of the class
represented by this Class
object.
- getClassLoader() -
Method in class java.lang.Class
- Returns the class loader for the class.
- getClassLoader(String) -
Static method in class java.rmi.server.RMIClassLoader
- Returns a class loader that loads classes from the given codebase URL
path.
- getClassName() -
Method in class java.rmi.activation.ActivationGroupDesc
- Returns the group's class name (possibly
null
).
- getClassName() -
Method in class java.rmi.activation.ActivationDesc
- Returns the class name for the object specified by this
descriptor.
- getClassName() -
Method in class java.util.MissingResourceException
- Gets parameter passed by constructor.
- getClassName() -
Method in class javax.naming.Reference
- Retrieves the class name of the object to which this reference refers.
- getClassName() -
Method in class javax.naming.NameClassPair
- Retrieves the class name of the object bound to the name of this binding.
- getClassName() -
Method in class javax.naming.Binding
- Retrieves the class name of the object bound to the name of this binding.
- getClassName() -
Method in class javax.swing.UIManager.LookAndFeelInfo
- Returns the name of the class that implements this look and feel.
- getClickCount() -
Method in class java.awt.event.MouseEvent
- Return the number of mouse clicks associated with this event.
- getClickCountToStart() -
Method in class javax.swing.DefaultCellEditor
- ClickCountToStart controls the number of clicks required to start
editing.
- getClientHost() -
Static method in class java.rmi.server.RemoteServer
- Return the hostname of the current client.
- getClientHost() -
Method in interface java.rmi.server.ServerRef
- Returns the hostname of the current client.
- getClientProperty(Object) -
Method in class javax.swing.JComponent
- Returns the value of the property with the specified key.
- getClip() -
Method in class java.awt.Graphics
- Gets the current clipping area.
- getClip() -
Method in class javax.swing.DebugGraphics
- Overrides
Graphics.getClip
.
- getClipBounds() -
Method in class java.awt.Graphics
- Returns the bounding rectangle of the current clipping area.
- getClipBounds() -
Method in class javax.swing.DebugGraphics
- Overrides
Graphics.getClipBounds
.
- getClipBounds(Rectangle) -
Method in class java.awt.Graphics
- Returns the bounding rectangle of the current clipping area.
- getClipRect() -
Method in class java.awt.Graphics
- Deprecated. As of JDK version 1.1,
replaced by
getClipBounds()
.
- getClob(int) -
Method in interface java.sql.CallableStatement
- Gets the value of a JDBC
CLOB
parameter as a
Clob
object in the Java programming language.
- getClob(int) -
Method in interface java.sql.ResultSet
- Returns the value of the designated column in the current row
of this
ResultSet
object as a Clob
object
in the Java programming language.
- getClob(String) -
Method in interface java.sql.ResultSet
- Returns the value of the designated column in the current row
of this
ResultSet
object as a Clob
object
in the Java programming language.
- getClosedIcon() -
Method in class javax.swing.tree.DefaultTreeCellRenderer
- Returns the icon used to represent non-leaf nodes that are not
expanded.
- getClosestPathForLocation(int, int) -
Method in class javax.swing.JTree
- Returns the path to the node that is closest to x,y.
- getClosestPathForLocation(JTree, int, int) -
Method in class javax.swing.plaf.TreeUI
- Returns the path to the node that is closest to x,y.
- getClosestPathForLocation(JTree, int, int) -
Method in class javax.swing.plaf.basic.BasicTreeUI
- Returns the path to the node that is closest to x,y.
- getClosestPathForLocation(JTree, int, int) -
Method in class javax.swing.plaf.multi.MultiTreeUI
- Call getClosestPathForLocation on each UI handled by this MultiUI.
- getClosestPositionTo(int, Position.Bias, Shape, int, Position.Bias[], int, int) -
Method in class javax.swing.text.ParagraphView
- Returns the closest model position to
x
.
- getClosestRowForLocation(int, int) -
Method in class javax.swing.JTree
- Returns the row to the node that is closest to x,y.
- getCodeBase() -
Method in class java.applet.Applet
- Gets the base URL.
- getCodeBase() -
Method in interface java.applet.AppletStub
- Gets the base URL.
- getCodebase(Class) -
Static method in class javax.rmi.CORBA.Util
- Returns the codebase, if any, for the given class.
- getCodebase(Class) -
Method in interface javax.rmi.CORBA.UtilDelegate
- Delegation call for
Util.getCodebase(java.lang.Class)
.
- getCodeSource() -
Method in class java.security.ProtectionDomain
- Returns the CodeSource of this domain.
- getCollapsedIcon() -
Method in class javax.swing.plaf.basic.BasicTreeUI
-
- getCollationElementIterator(CharacterIterator) -
Method in class java.text.RuleBasedCollator
- Return a CollationElementIterator for the given String.
- getCollationElementIterator(String) -
Method in class java.text.RuleBasedCollator
- Return a CollationElementIterator for the given String.
- getCollationKey(String) -
Method in class java.text.Collator
- Transforms the String into a series of bits that can be compared bitwise
to other CollationKeys.
- getCollationKey(String) -
Method in class java.text.RuleBasedCollator
- Transforms the string into a series of characters that can be compared
with CollationKey.compareTo.
- getColor() -
Method in class java.awt.Graphics
- Gets this graphics context's current color.
- getColor() -
Method in class java.awt.PageAttributes
- Returns whether pages using these attributes will be rendered in
color or monochrome.
- getColor() -
Method in class javax.swing.JColorChooser
- Gets the current color value from the color chooser.
- getColor() -
Method in class javax.swing.DebugGraphics
- Returns the Color used for text drawing operations.
- getColor() -
Method in class javax.swing.text.DefaultHighlighter.DefaultHighlightPainter
- Returns the color of the highlight.
- getColor(Object) -
Method in class javax.swing.UIDefaults
- If the value of
key
is a Color
return it,
otherwise return null
.
- getColor(Object) -
Static method in class javax.swing.UIManager
- Returns a drawing color from the defaults table.
- getColor(String) -
Static method in class java.awt.Color
- Finds a color in the system properties.
- getColor(String, Color) -
Static method in class java.awt.Color
- Finds a color in the system properties.
- getColor(String, int) -
Static method in class java.awt.Color
- Finds a color in the system properties.
- getColor1() -
Method in class java.awt.GradientPaint
- Returns the color C1 anchored by the point P1.
- getColor2() -
Method in class java.awt.GradientPaint
- Returns the color C2 anchored by the point P2.
- getColorComponents(ColorSpace, float[]) -
Method in class java.awt.Color
- Returns a
float
array containing only the color
components of the Color
in the
ColorSpace
specified by the cspace
parameter.
- getColorComponents(float[]) -
Method in class java.awt.Color
- Returns a
float
array containing only the color
components of the Color
, in the
ColorSpace
of the Color
.
- getColorForGap(int, int, int) -
Method in class javax.swing.plaf.metal.MetalTabbedPaneUI
-
- getColorFromModel() -
Method in class javax.swing.colorchooser.AbstractColorChooserPanel
- Returns the color that is currently selected.
- getColorModel() -
Method in class java.awt.Component
- Gets the instance of
ColorModel
used to display
the component on the output device.
- getColorModel() -
Method in class java.awt.GraphicsConfiguration
- Returns the
ColorModel
associated with this
GraphicsConfiguration
.
- getColorModel() -
Method in interface java.awt.PaintContext
- Returns the
ColorModel
of the output.
- getColorModel() -
Method in class java.awt.Toolkit
- Determines the color model of this toolkit's screen.
- getColorModel() -
Method in class java.awt.image.PixelGrabber
- Get the ColorModel for the pixels stored in the array.
- getColorModel() -
Method in interface java.awt.image.RenderedImage
- Returns the ColorModel associated with this image.
- getColorModel() -
Method in class java.awt.image.BufferedImage
- Returns the
ColorModel
.
- getColorModel(int) -
Method in class java.awt.GraphicsConfiguration
- Returns the
ColorModel
associated with this
GraphicsConfiguration
that supports the specified
transparency.
- getColorSelectionModel() -
Method in class javax.swing.colorchooser.AbstractColorChooserPanel
- Returns the model that the chooser panel is editing.
- getColorSpace() -
Method in class java.awt.Color
- Returns the
ColorSpace
of this Color
.
- getColorSpace() -
Method in class java.awt.image.ColorModel
- Returns the
ColorSpace
associated with this
ColorModel
.
- getColorSpaceType() -
Method in class java.awt.color.ICC_Profile
- Returns the color space type.
- getColumn() -
Method in class javax.swing.event.TableModelEvent
- Returns the column for the event.
- getColumn(int) -
Method in class javax.swing.table.DefaultTableColumnModel
- Returns the
TableColumn
object for the column
at columnIndex
.
- getColumn(int) -
Method in interface javax.swing.table.TableColumnModel
- Returns the
TableColumn
object for the column at
columnIndex
.
- getColumn(Object) -
Method in class javax.swing.JTable
- Returns the
TableColumn
object for the column in the table
whose identifier is equal to identifier
, when compared using
equals
.
- getColumnClass(int) -
Method in class javax.swing.JTable
- Returns the type of the column appearing in the view at
column position
column
.
- getColumnClass(int) -
Method in class javax.swing.table.AbstractTableModel
- Returns
Object.class
regardless of columnIndex
.
- getColumnClass(int) -
Method in interface javax.swing.table.TableModel
- Returns the most specific superclass for all the cell values
in the column.
- getColumnClassName(int) -
Method in interface java.sql.ResultSetMetaData
- Returns the fully-qualified name of the Java class whose instances
are manufactured if the method
ResultSet.getObject
is called to retrieve a value
from the column.
- getColumnCount() -
Method in interface java.sql.ResultSetMetaData
- Returns the number of columns in this
ResultSet
object.
- getColumnCount() -
Method in class javax.swing.JTable
- Returns the number of columns in the column model.
- getColumnCount() -
Method in class javax.swing.table.DefaultTableModel
- Returns the number of columns in this data table.
- getColumnCount() -
Method in class javax.swing.table.DefaultTableColumnModel
- Returns the number of columns in the
tableColumns
array.
- getColumnCount() -
Method in interface javax.swing.table.TableModel
- Returns the number of columns in the model.
- getColumnCount() -
Method in interface javax.swing.table.TableColumnModel
- Returns the number of columns in the model.
- getColumnCount() -
Method in class javax.swing.text.TableView.TableCell
- Deprecated. Gets the number of columns this cell spans (e.g.
- getColumnDisplaySize(int) -
Method in interface java.sql.ResultSetMetaData
- Indicates the designated column's normal maximum width in characters.
- getColumnHeader() -
Method in class javax.swing.ScrollPaneLayout
- Returns the JViewport object that is the column header.
- getColumnHeader() -
Method in class javax.swing.JScrollPane
- Returns the column header.
- getColumnIndex(Object) -
Method in class javax.swing.table.DefaultTableColumnModel
- Returns the index of the first column in the
tableColumns
array whose identifier is equal to identifier
,
when compared using equals
.
- getColumnIndex(Object) -
Method in interface javax.swing.table.TableColumnModel
- Returns the index of the first column in the table
whose identifier is equal to
identifier
,
when compared using equals
.
- getColumnIndexAtX(int) -
Method in class javax.swing.table.DefaultTableColumnModel
- Returns the index of the column that lies at position
x
,
or -1 if no column covers this point.
- getColumnIndexAtX(int) -
Method in interface javax.swing.table.TableColumnModel
- Returns the index of the column that lies on the
horizontal point,
xPosition
;
or -1 if it lies outside the any of the column's bounds.
- getColumnLabel(int) -
Method in interface java.sql.ResultSetMetaData
- Gets the designated column's suggested title for use in printouts and
displays.
- getColumnMargin() -
Method in class javax.swing.table.DefaultTableColumnModel
- Returns the width margin for
TableColumn
.
- getColumnMargin() -
Method in interface javax.swing.table.TableColumnModel
- Returns the width between the cells in each column.
- getColumnModel() -
Method in class javax.swing.JTable
- Returns the
TableColumnModel
that contains all column information
of this table.
- getColumnModel() -
Method in class javax.swing.table.JTableHeader
- Returns the
TableColumnModel
that contains all column information
of this table header.
- getColumnName(int) -
Method in interface java.sql.ResultSetMetaData
- Get the designated column's name.
- getColumnName(int) -
Method in class javax.swing.JTable
- Returns the name of the column appearing in the view at
column position
column
.
- getColumnName(int) -
Method in class javax.swing.table.AbstractTableModel
- Returns a default name for the column using spreadsheet conventions:
A, B, C, ...
- getColumnName(int) -
Method in class javax.swing.table.DefaultTableModel
- Returns the column name.
- getColumnName(int) -
Method in interface javax.swing.table.TableModel
- Returns the name of the column at
columnIndex
.
- getColumnPrivileges(String, String, String, String) -
Method in interface java.sql.DatabaseMetaData
- Gets a description of the access rights for a table's columns.
- getColumns() -
Method in class java.awt.GridLayout
- Gets the number of columns in this layout.
- getColumns() -
Method in class java.awt.TextField
- Gets the number of columns in this text field.
- getColumns() -
Method in class java.awt.TextArea
- Gets the number of columns in this text area.
- getColumns() -
Method in class javax.swing.JTextField
- Returns the number of columns in this TextField.
- getColumns() -
Method in class javax.swing.JTextArea
- Returns the number of columns in the TextArea.
- getColumns() -
Method in class javax.swing.table.DefaultTableColumnModel
- Returns an
Enumeration
of all the columns in the model.
- getColumns() -
Method in interface javax.swing.table.TableColumnModel
- Returns an
Enumeration
of all the columns in the model.
- getColumns(String, String, String, String) -
Method in interface java.sql.DatabaseMetaData
- Gets a description of table columns available in
the specified catalog.
- getColumnSelectionAllowed() -
Method in class javax.swing.JTable
- Returns true if columns can be selected.
- getColumnSelectionAllowed() -
Method in class javax.swing.table.DefaultTableColumnModel
- Returns true if column selection is allowed, otherwise false.
- getColumnSelectionAllowed() -
Method in interface javax.swing.table.TableColumnModel
- Returns true if columns may be selected.
- getColumnType(int) -
Method in interface java.sql.ResultSetMetaData
- Retrieves the designated column's SQL type.
- getColumnTypeName(int) -
Method in interface java.sql.ResultSetMetaData
- Retrieves the designated column's database-specific type name.
- getColumnWidth() -
Method in class javax.swing.JTextField
- Gets the column width.
- getColumnWidth() -
Method in class javax.swing.JTextArea
- Gets column width.
- getComboBox() -
Method in class javax.swing.plaf.metal.MetalComboBoxButton
-
- getComboIcon() -
Method in class javax.swing.plaf.metal.MetalComboBoxButton
-
- getCommand() -
Method in class javax.sound.midi.ShortMessage
- Obtains the MIDI command associated with this event.
- getCommandEnvironment() -
Method in class java.rmi.activation.ActivationGroupDesc
- Returns the group's command-environment control object.
- getCommandOptions() -
Method in class java.rmi.activation.ActivationGroupDesc.CommandEnvironment
- Fetch the configured java command options.
- getCommandPath() -
Method in class java.rmi.activation.ActivationGroupDesc.CommandEnvironment
- Fetch the configured path-qualified java command name.
- getComment() -
Method in class java.util.zip.ZipEntry
- Returns the comment string for the entry, or null if none.
- getCommittedCharacterCount() -
Method in class java.awt.event.InputMethodEvent
- Gets the number of committed characters in the text.
- getCommittedText(int, int, AttributedCharacterIterator.Attribute[]) -
Method in interface java.awt.im.InputMethodRequests
- Gets an iterator providing access to the entire text and attributes
contained in the text editing component except for uncommitted
text.
- getCommittedTextLength() -
Method in interface java.awt.im.InputMethodRequests
- Gets the length of the entire text contained in the text
editing component except for uncommitted (composed) text.
- getComponent() -
Method in class java.awt.dnd.DropTargetContext
- This method returns the
Component
associated with
this DropTargetContext
.
- getComponent() -
Method in class java.awt.dnd.DragGestureRecognizer
- This method returns the
Component
that is to be "observed" by the
DragGestureRecognizer
for drag initiating gestures.
- getComponent() -
Method in class java.awt.dnd.DragSourceContext
- This method returns the
Component
associated with this
DragSourceContext
.
- getComponent() -
Method in class java.awt.dnd.DragGestureEvent
- This method returns the
Component
associated
with this DragGestureEvent
.
- getComponent() -
Method in class java.awt.dnd.DropTarget
- This method returns the
Component
associated
with this DropTarget
.
- getComponent() -
Method in class java.awt.event.HierarchyEvent
- Returns the originator of the event.
- getComponent() -
Method in class java.awt.event.ComponentEvent
- Returns the originator of the event.
- getComponent() -
Method in interface java.beans.beancontext.BeanContextChildComponentProxy
- Gets the
java.awt.Component
associated with
this BeanContextChild
.
- getComponent() -
Method in class javax.swing.JMenuItem
- This method returns the java.awt.Component used to paint this object.
- getComponent() -
Method in class javax.swing.JMenu
- Returns the
java.awt.Component
used to
paint this MenuElement
.
- getComponent() -
Method in class javax.swing.ComponentInputMap
- Returns the component the
InputMap
was created for.
- getComponent() -
Method in class javax.swing.DefaultCellEditor
- Returns the a reference to the editor component.
- getComponent() -
Method in class javax.swing.JPopupMenu
- Returns this
JPopupMenu
component.
- getComponent() -
Method in interface javax.swing.Renderer
- Returns the component used to render the value.
- getComponent() -
Method in class javax.swing.JToolTip
- Returns the component the tooltip applies to.
- getComponent() -
Method in class javax.swing.JMenuBar
- Implemented to be a
MenuElement
.
- getComponent() -
Method in interface javax.swing.MenuElement
- This method should return the java.awt.Component used to paint the receiving element.
- getComponent() -
Method in class javax.swing.event.AncestorEvent
- Returns the component that the listener was added to.
- getComponent() -
Method in class javax.swing.text.DefaultCaret
- Gets the text editor component that this caret is
is bound to.
- getComponent() -
Method in class javax.swing.text.ComponentView
- Fetch the component associated with the view.
- getComponent() -
Method in class javax.swing.plaf.basic.BasicTextUI
- Fetches the text component associated with this
UI implementation.
- getComponent(AttributeSet) -
Static method in class javax.swing.text.StyleConstants
- Gets the component setting from the attribute list.
- getComponent(int) -
Method in class java.awt.Container
- Gets the nth component in this container.
- getComponentAfter(Container, Component) -
Method in class javax.swing.DefaultFocusManager
- Return the component the should receive the focus after aComponent
- getComponentAt(int) -
Method in class javax.swing.JTabbedPane
- Returns the component at
index
.
- getComponentAt(int, int) -
Method in class java.awt.Component
- Determines if this component or one of its immediate
subcomponents contains the (x, y) location,
and if so, returns the containing component.
- getComponentAt(int, int) -
Method in class java.awt.Container
- Locates the component that contains the x,y position.
- getComponentAt(Point) -
Method in class java.awt.Component
- Returns the component or subcomponent that contains the
specified point.
- getComponentAt(Point) -
Method in class java.awt.Container
- Gets the component that contains the specified point.
- getComponentAtIndex(int) -
Method in class javax.swing.JPopupMenu
- Deprecated. replaced by
getComponent(int i)
- getComponentAtIndex(int) -
Method in class javax.swing.JToolBar
- Returns the component at the specified index.
- getComponentAtIndex(int) -
Method in class javax.swing.JMenuBar
- Deprecated. replaced by
getComponent(int i)
- getComponentBefore(Container, Component) -
Method in class javax.swing.DefaultFocusManager
- Return the component that should receive the focus before aComponent
- getComponentCount() -
Method in class java.awt.Container
- Gets the number of components in this panel.
- getComponentCountInLayer(int) -
Method in class javax.swing.JLayeredPane
- Returns the number of children currently in the specified layer.
- getComponentGraphics(Graphics) -
Method in class javax.swing.JComponent
- Returns the graphics object used to paint this component.
- getComponentIndex(Component) -
Method in class javax.swing.JPopupMenu
- Returns the index of the specified component.
- getComponentIndex(Component) -
Method in class javax.swing.JToolBar
- Returns the index of the specified component.
- getComponentIndex(Component) -
Method in class javax.swing.JMenuBar
- Returns the index of the specified component.
- getComponentOrientation() -
Method in class java.awt.Component
- Retrieve the language-sensitive orientation that is to be used to order
the elements or text within this component.
- getComponents() -
Method in class java.awt.Container
- Gets all the components in this container.
- getComponents(ColorSpace, float[]) -
Method in class java.awt.Color
- Returns a
float
array containing the color and alpha
components of the Color
, in the
ColorSpace
specified by the cspace
parameter.
- getComponents(float[]) -
Method in class java.awt.Color
- Returns a
float
array containing the color and alpha
components of the Color
, in the
ColorSpace
of the Color
.
- getComponents(int, int[], int) -
Method in class java.awt.image.ColorModel
- Returns an array of unnormalized color/alpha components given a pixel
in this
ColorModel
.
- getComponents(int, int[], int) -
Method in class java.awt.image.ComponentColorModel
- Returns an array of unnormalized color/alpha components given a pixel
in this
ColorModel
.
- getComponents(int, int[], int) -
Method in class java.awt.image.DirectColorModel
- Returns an array of unnormalized color/alpha components given a pixel
in this
ColorModel
.
- getComponents(int, int[], int) -
Method in class java.awt.image.IndexColorModel
- Returns an array of unnormalized color/alpha components for a
specified pixel in this
ColorModel
.
- getComponents(Object, int[], int) -
Method in class java.awt.image.ColorModel
- Returns an array of unnormalized color/alpha components given a pixel
in this
ColorModel
.
- getComponents(Object, int[], int) -
Method in class java.awt.image.ComponentColorModel
- Returns an array of unnormalized color/alpha components given a pixel
in this
ColorModel
.
- getComponents(Object, int[], int) -
Method in class java.awt.image.DirectColorModel
- Returns an array of unnormalized color/alpha components given a pixel
in this
ColorModel
.
- getComponents(Object, int[], int) -
Method in class java.awt.image.IndexColorModel
- Returns an array of unnormalized color/alpha components for
a specified pixel in this
ColorModel
.
- getComponentsInLayer(int) -
Method in class javax.swing.JLayeredPane
- Returns an array of the components in the specified layer.
- getComponentSize() -
Method in class java.awt.image.ColorModel
- Returns an array of the number of bits per color/alpha component.
- getComponentSize() -
Method in class java.awt.image.IndexColorModel
- Returns an array of the number of bits for each color/alpha component.
- getComponentSize(int) -
Method in class java.awt.image.ColorModel
- Returns the number of bits for the specified color/alpha component.
- getComponentToLayer() -
Method in class javax.swing.JLayeredPane
- Returns the hashtable that maps components to layers.
- getComponentType() -
Method in class java.lang.Class
- Returns the
Class
representing the component type of an
array.
- getComposite() -
Method in class java.awt.Graphics2D
- Returns the current
Composite
in the
Graphics2D
context.
- getCompressedSize() -
Method in class java.util.zip.ZipEntry
- Returns the size of the compressed entry data, or -1 if not known.
- getCompressionThreshold() -
Method in class javax.swing.text.StyleContext
- Returns the maximum number of key/value pairs to try and
compress into unique/immutable sets.
- getConcurrency() -
Method in interface java.sql.ResultSet
- Returns the concurrency mode of this
ResultSet
object.
- getConditionForKeyStroke(KeyStroke) -
Method in class javax.swing.JComponent
- Returns the condition that determines whether a registered action
occurs in response to the specified keystroke.
- getConfigurations() -
Method in class java.awt.GraphicsDevice
- Returns all of the
GraphicsConfiguration
objects associated with this GraphicsDevice
.
- getConnectControls() -
Method in class javax.naming.ldap.InitialLdapContext
-
- getConnectControls() -
Method in interface javax.naming.ldap.LdapContext
- Retrieves the connection request controls in effect for this context.
- getConnection() -
Method in interface java.sql.Statement
- Returns the
Connection
object
that produced this Statement
object.
- getConnection() -
Method in interface java.sql.DatabaseMetaData
- Retrieves the connection that produced this metadata object.
- getConnection(String) -
Static method in class java.sql.DriverManager
- Attempts to establish a connection to the given database URL.
- getConnection(String, Properties) -
Static method in class java.sql.DriverManager
- Attempts to establish a connection to the given database URL.
- getConnection(String, String, String) -
Static method in class java.sql.DriverManager
- Attempts to establish a connection to the given database URL.
- getConstraints(Component) -
Method in class java.awt.GridBagLayout
- Gets the constraints for the specified component.
- getConstructor(Class[]) -
Method in class java.lang.Class
- Returns a
Constructor
object that reflects the specified
public constructor of the class represented by this Class
object.
- getConstructors() -
Method in class java.lang.Class
- Returns an array containing
Constructor
objects reflecting
all the public constructors of the class represented by this
Class
object.
- getContainer() -
Method in class java.awt.event.ContainerEvent
- Returns the originator of the event.
- getContainer() -
Method in interface java.beans.beancontext.BeanContextContainerProxy
- Gets the
java.awt.Container
associated
with this BeanContext
.
- getContainer() -
Method in class javax.swing.text.View
- Fetches the container hosting the view.
- getContent() -
Method in class java.net.URLConnection
- Retrieves the contents of this URL connection.
- getContent() -
Method in class java.net.URL
- Returns the contents of this URL.
- getContent() -
Method in class javax.naming.RefAddr
- Retrieves the contents of this address.
- getContent() -
Method in class javax.naming.BinaryRefAddr
- Retrieves the contents of this address as an Object.
- getContent() -
Method in class javax.naming.StringRefAddr
- Retrieves the contents of this address.
- getContent() -
Method in class javax.swing.text.AbstractDocument
- Gets the content for the document.
- getContent() -
Method in class javax.swing.text.html.parser.Element
- Get content model
- getContent(Class[]) -
Method in class java.net.URLConnection
- Retrieves the contents of this URL connection.
- getContent(Class[]) -
Method in class java.net.URL
- Returns the contents of this URL.
- 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(URLConnection, Class[]) -
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 that matches one of the types specified.
- getContentBorderInsets(int) -
Method in class javax.swing.plaf.basic.BasicTabbedPaneUI
-
- getContentEncoding() -
Method in class java.net.URLConnection
- Returns the value of the
content-encoding
header field.
- getContentLength() -
Method in class java.net.URLConnection
- Returns the value of the
content-length
header field.
- getContentPane() -
Method in class javax.swing.JWindow
- Returns the
Container
which is the contentPane
for this window.
- getContentPane() -
Method in class javax.swing.JApplet
- Returns the contentPane object for this applet.
- getContentPane() -
Method in class javax.swing.JInternalFrame
-
- getContentPane() -
Method in class javax.swing.JFrame
- Returns the
contentPane
object for this frame.
- getContentPane() -
Method in interface javax.swing.RootPaneContainer
- Returns the contentPane.
- getContentPane() -
Method in class javax.swing.JRootPane
- Returns the content pane -- the container that holds the components
parented by the root pane.
- getContentPane() -
Method in class javax.swing.JDialog
- Returns the
contentPane
object for this dialog.
- getContents() -
Method in class java.util.ListResourceBundle
- See class description.
- getContents() -
Method in class javax.accessibility.AccessibleResourceBundle
- Deprecated. Returns the mapping between the programmatic keys and the
localized display strings.
- getContents(Object) -
Method in class java.awt.datatransfer.Clipboard
- Returns a transferable object representing the current contents
of the clipboard.
- getContentType() -
Method in class java.net.URLConnection
- Returns the value of the
content-type
header field.
- getContentType() -
Method in class javax.swing.JEditorPane
- Gets the type of content that this editor
is currently set to deal with.
- getContentType() -
Method in class javax.swing.text.EditorKit
- Gets the MIME type of the data that this
kit represents support for.
- getContentType() -
Method in class javax.swing.text.DefaultEditorKit
- Gets the MIME type of the data that this
kit represents support for.
- getContentType() -
Method in class javax.swing.text.html.HTMLEditorKit
- Get the MIME type of the data that this
kit represents support for.
- getContentType() -
Method in class javax.swing.text.rtf.RTFEditorKit
- Get the MIME type of the data that this
kit represents support for.
- getContentTypeFor(String) -
Method in interface java.net.FileNameMap
- Gets the MIME type for the specified file name.
- 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.
- getContinuationContext(CannotProceedException) -
Static method in class javax.naming.spi.NamingManager
- Creates a context in which to continue a context operation.
- getContinuationDirContext(CannotProceedException) -
Static method in class javax.naming.spi.DirectoryManager
- Creates a context in which to continue a DirContext operation.
- getControl() -
Static method in class javax.swing.plaf.metal.MetalLookAndFeel
-
- getControl() -
Method in class javax.swing.plaf.metal.MetalTheme
-
- getControl(Control.Type) -
Method in interface javax.sound.sampled.Line
- Obtains a control of the specified type,
if there is any.
- getControlButtonsAreShown() -
Method in class javax.swing.JFileChooser
- Returns a boolean indicating whether the accept and cancel buttons
are shown in the file chooser.
- getControlDarkShadow() -
Static method in class javax.swing.plaf.metal.MetalLookAndFeel
-
- getControlDarkShadow() -
Method in class javax.swing.plaf.metal.MetalTheme
-
- getControlDisabled() -
Static method in class javax.swing.plaf.metal.MetalLookAndFeel
-
- getControlDisabled() -
Method in class javax.swing.plaf.metal.MetalTheme
-
- getControlHighlight() -
Static method in class javax.swing.plaf.metal.MetalLookAndFeel
-
- getControlHighlight() -
Method in class javax.swing.plaf.metal.MetalTheme
-
- getControlInfo() -
Static method in class javax.swing.plaf.metal.MetalLookAndFeel
-
- getControlInfo() -
Method in class javax.swing.plaf.metal.MetalTheme
-
- getControlInstance(Control) -
Method in class javax.naming.ldap.ControlFactory
- Creates a control using this control factory.
- getControlInstance(Control, Context, Hashtable) -
Static method in class javax.naming.ldap.ControlFactory
- Creates a control using known control factories.
- getController(int) -
Method in interface javax.sound.midi.MidiChannel
- Obtains the current value of the specified controller.
- getControlObject() -
Method in interface java.awt.im.spi.InputMethod
- Returns a control object from this input method, or null.
- getControls() -
Method in interface javax.sound.sampled.Line
- Obtains the set of controls associated with this line.
- getControls() -
Method in interface javax.naming.ldap.HasControls
- Retrieves an array of Controls from the object that
implements this interface.
- getControlShadow() -
Static method in class javax.swing.plaf.metal.MetalLookAndFeel
-
- getControlShadow() -
Method in class javax.swing.plaf.metal.MetalTheme
-
- getControlSize() -
Method in class javax.swing.plaf.metal.MetalCheckBoxIcon
-
- getControlTextColor() -
Static method in class javax.swing.plaf.metal.MetalLookAndFeel
-
- getControlTextColor() -
Method in class javax.swing.plaf.metal.MetalTheme
-
- getControlTextFont() -
Static method in class javax.swing.plaf.metal.MetalLookAndFeel
-
- getControlTextFont() -
Method in class javax.swing.plaf.metal.MetalTheme
-
- getControlTextFont() -
Method in class javax.swing.plaf.metal.DefaultMetalTheme
-
- getCopies() -
Method in class java.awt.JobAttributes
- Returns the number of copies the application should render for jobs
using these attributes.
- getCopies() -
Method in class java.awt.print.PrinterJob
- Gets the number of copies to be printed.
- getCorner(String) -
Method in class javax.swing.ScrollPaneLayout
- Returns the Component at the specified corner.
- getCorner(String) -
Method in class javax.swing.JScrollPane
- Returns the component at the specified corner.
- getCountLimit() -
Method in class javax.naming.directory.SearchControls
- Retrieves the maximum number of entries that will be returned
as a result of the search.
- getCountry() -
Method in class java.util.Locale
- Returns the country/region code for this locale, which will either be the empty string
or an upercase ISO 3166 2-letter code.
- getCrc() -
Method in class java.util.zip.ZipEntry
- Returns the CRC-32 checksum of the uncompressed entry data, or -1 if
not known.
- getCreationDate(String) -
Method in class java.security.KeyStore
- Returns the creation date of the entry identified by the given alias.
- getCriticalExtensionOIDs() -
Method in interface java.security.cert.X509Extension
- Gets a Set of the OID strings for the extension(s) marked
CRITICAL in the certificate/CRL managed by the object
implementing this interface.
- getCrossPlatformLookAndFeelClassName() -
Static method in class javax.swing.UIManager
- Returns the name of the LookAndFeel class that implements
the default cross platform look and feel -- the Java
Look and Feel (JLF).
- getCrossReference(String, String, String, String, String, String) -
Method in interface java.sql.DatabaseMetaData
- Gets a description of the foreign key columns in the foreign key
table that reference the primary key columns of the primary key
table (describe how one table imports another's key.) This
should normally return a single foreign key/primary key pair
(most tables only import a foreign key from a table once.) They
are ordered by FKTABLE_CAT, FKTABLE_SCHEM, FKTABLE_NAME, and
KEY_SEQ.
- getCrtCoefficient() -
Method in interface java.security.interfaces.RSAPrivateCrtKey
- Returns the crtCoefficient.
- getCrtCoefficient() -
Method in class java.security.spec.RSAPrivateCrtKeySpec
- Returns the crtCoefficient.
- getCtrlP1() -
Method in class java.awt.geom.CubicCurve2D
- Returns the first control point.
- getCtrlP1() -
Method in class java.awt.geom.CubicCurve2D.Float
- Returns the first control point.
- getCtrlP1() -
Method in class java.awt.geom.CubicCurve2D.Double
- Returns the first control point.
- getCtrlP2() -
Method in class java.awt.geom.CubicCurve2D
- Returns the second control point.
- getCtrlP2() -
Method in class java.awt.geom.CubicCurve2D.Float
- Returns the second control point.
- getCtrlP2() -
Method in class java.awt.geom.CubicCurve2D.Double
- Returns the second control point.
- getCtrlPt() -
Method in class java.awt.geom.QuadCurve2D
- Returns the control point.
- getCtrlPt() -
Method in class java.awt.geom.QuadCurve2D.Float
- Returns the control point.
- getCtrlPt() -
Method in class java.awt.geom.QuadCurve2D.Double
- Returns the control point.
- getCtrlX() -
Method in class java.awt.geom.QuadCurve2D
- Returns the x coordinate of the control point in
double
precision.
- getCtrlX() -
Method in class java.awt.geom.QuadCurve2D.Float
- Returns the x coordinate of the control point in
double
precision.
- getCtrlX() -
Method in class java.awt.geom.QuadCurve2D.Double
- Returns the x coordinate of the control point in
double
precision.
- getCtrlX1() -
Method in class java.awt.geom.CubicCurve2D
- Returns the X coordinate of the first control point in double precision.
- getCtrlX1() -
Method in class java.awt.geom.CubicCurve2D.Float
- Returns the X coordinate of the first control point
in double precision.
- getCtrlX1() -
Method in class java.awt.geom.CubicCurve2D.Double
- Returns the X coordinate of the first control point
in double precision.
- getCtrlX2() -
Method in class java.awt.geom.CubicCurve2D
- Returns the X coordinate of the second control point
in double precision.
- getCtrlX2() -
Method in class java.awt.geom.CubicCurve2D.Float
- Returns the X coordinate of the second control point
in double precision.
- getCtrlX2() -
Method in class java.awt.geom.CubicCurve2D.Double
- Returns the X coordinate of the second control point
in double precision.
- getCtrlY() -
Method in class java.awt.geom.QuadCurve2D
- Returns the y coordinate of the control point in
double
precision.
- getCtrlY() -
Method in class java.awt.geom.QuadCurve2D.Float
- Returns the y coordinate of the control point in
double
precision.
- getCtrlY() -
Method in class java.awt.geom.QuadCurve2D.Double
- Returns the y coordinate of the control point in
double
precision.
- getCtrlY1() -
Method in class java.awt.geom.CubicCurve2D
- Returns the Y coordinate of the first control point in double precision.
- getCtrlY1() -
Method in class java.awt.geom.CubicCurve2D.Float
- Returns the Y coordinate of the first control point
in double precision.
- getCtrlY1() -
Method in class java.awt.geom.CubicCurve2D.Double
- Returns the Y coordinate of the first control point
in double precision.
- getCtrlY2() -
Method in class java.awt.geom.CubicCurve2D
- Returns the Y coordinate of the second control point
in double precision.
- getCtrlY2() -
Method in class java.awt.geom.CubicCurve2D.Float
- Returns the Y coordinate of the second control point
in double precision.
- getCtrlY2() -
Method in class java.awt.geom.CubicCurve2D.Double
- Returns the Y coordinate of the second control point
in double precision.
- getCurrencyInstance() -
Static method in class java.text.NumberFormat
- Returns a currency format for the current default locale.
- getCurrencyInstance(Locale) -
Static method in class java.text.NumberFormat
- Returns a currency format for the specified locale.
- getCurrencySymbol() -
Method in class java.text.DecimalFormatSymbols
- Return the string denoting the local currency.
- getCurrent() -
Method in class java.awt.CheckboxGroup
- Deprecated. As of JDK version 1.1,
replaced by
getSelectedCheckbox()
.
- getCurrentAccessibleValue() -
Method in class java.awt.Scrollbar.AccessibleAWTScrollBar
- Get the accessible value of this object.
- getCurrentAccessibleValue() -
Method in class java.awt.MenuItem.AccessibleAWTMenuItem
- Get the value of this object as a Number.
- getCurrentAccessibleValue() -
Method in class java.awt.Checkbox.AccessibleAWTCheckbox
- Get the value of this object as a Number.
- getCurrentAccessibleValue() -
Method in class java.awt.Button.AccessibleAWTButton
- Get the value of this object as a Number.
- getCurrentAccessibleValue() -
Method in class java.awt.CheckboxMenuItem.AccessibleAWTCheckboxMenuItem
- Get the value of this object as a Number.
- getCurrentAccessibleValue() -
Method in interface javax.accessibility.AccessibleValue
- Get the value of this object as a Number.
- getCurrentAccessibleValue() -
Method in class javax.swing.AbstractButton.AccessibleAbstractButton
- Get the value of this object as a Number.
- getCurrentAccessibleValue() -
Method in class javax.swing.JInternalFrame.AccessibleJInternalFrame
- Get the value of this object as a Number.
- getCurrentAccessibleValue() -
Method in class javax.swing.JInternalFrame.JDesktopIcon.AccessibleJDesktopIcon
- Get the value of this object as a Number.
- getCurrentAccessibleValue() -
Method in class javax.swing.JSplitPane.AccessibleJSplitPane
- Gets the accessible value of this object.
- getCurrentAccessibleValue() -
Method in class javax.swing.JScrollBar.AccessibleJScrollBar
- Get the accessible value of this object.
- getCurrentAccessibleValue() -
Method in class javax.swing.JProgressBar.AccessibleJProgressBar
- Get the accessible value of this object.
- getCurrentAccessibleValue() -
Method in class javax.swing.JSlider.AccessibleJSlider
- Get the accessible value of this object.
- getCurrentDataFlavors() -
Method in class java.awt.dnd.DropTargetContext
- get the available DataFlavors of the
Transferable
operand of this operation.
- getCurrentDataFlavors() -
Method in class java.awt.dnd.DropTargetDropEvent
- This method returns the current DataFlavors.
- getCurrentDataFlavors() -
Method in class java.awt.dnd.DropTargetDragEvent
- This method returns the current
DataFlavor
s from the
DropTargetContext
.
- getCurrentDataFlavorsAsList() -
Method in class java.awt.dnd.DropTargetContext
- This method returns a the currently available DataFlavors
of the
Transferable
operand
as a java.util.List
.
- getCurrentDataFlavorsAsList() -
Method in class java.awt.dnd.DropTargetDropEvent
- This method returns the currently available
DataFlavor
s as a java.util.List
.
- getCurrentDataFlavorsAsList() -
Method in class java.awt.dnd.DropTargetDragEvent
- This method returns the current
DataFlavor
s
as a java.util.List
- getCurrentDirectory() -
Method in class javax.swing.JFileChooser
- Returns the current directory.
- getCurrentLine() -
Method in class javax.swing.text.html.parser.Parser
-
- getCurrentLineLength() -
Method in class javax.swing.text.AbstractWriter
- Returns the current line length.
- getCurrentManager() -
Static method in class javax.swing.FocusManager
- Return the FocusManager for the calling thread
There is one FocusManager per thread group
- getCurrentPoint() -
Method in class java.awt.geom.GeneralPath
- Returns the coordinates most recently added to the end of the path
as a
Point2D
object.
- getCurrentPos() -
Method in class javax.swing.text.html.parser.Parser
-
- getCurrentServiceClasses() -
Method in class java.beans.beancontext.BeanContextServicesSupport
-
- getCurrentServiceClasses() -
Method in interface java.beans.beancontext.BeanContextServices
- Gets the currently available services for this context.
- getCurrentServiceSelectors() -
Method in class java.beans.beancontext.BeanContextServiceAvailableEvent
- Gets the list of service dependent selectors.
- getCurrentServiceSelectors(BeanContextServices, Class) -
Method in class java.beans.beancontext.BeanContextServicesSupport.BCSSProxyServiceProvider
-
- getCurrentServiceSelectors(BeanContextServices, Class) -
Method in interface java.beans.beancontext.BeanContextServiceProvider
- Invoked by
BeanContextServices
, this method
gets the current service selectors for the specified service.
- getCurrentServiceSelectors(Class) -
Method in class java.beans.beancontext.BeanContextServicesSupport
-
- getCurrentServiceSelectors(Class) -
Method in interface java.beans.beancontext.BeanContextServices
- Gets the list of service dependent service parameters
(Service Selectors) for the specified service, by
calling getCurrentServiceSelectors() on the
underlying BeanContextServiceProvider.
- getCurrentWriter() -
Method in class javax.swing.text.AbstractDocument
- Fetches the current writing thread if there is one.
- getCursor() -
Method in class java.awt.Component
- Gets the cursor set in the component.
- getCursor() -
Method in class java.awt.Component.AccessibleAWTComponent
- Get the Cursor of this object.
- getCursor() -
Method in class java.awt.MenuComponent.AccessibleAWTMenuComponent
- Get the Cursor of this object.
- getCursor() -
Method in class java.awt.List.AccessibleAWTList.AccessibleAWTListChild
- Get the Cursor of this object.
- getCursor() -
Method in class java.awt.dnd.DragSourceContext
- This method returns the current drag
Cursor
.
- getCursor() -
Method in interface javax.accessibility.AccessibleComponent
- Gets the Cursor of this object.
- getCursor() -
Method in class javax.swing.JList.AccessibleJList.AccessibleJListChild
-
- getCursor() -
Method in class javax.swing.JTree.AccessibleJTree.AccessibleJTreeNode
-
- getCursor() -
Method in class javax.swing.JTable.AccessibleJTable.AccessibleJTableCell
- Gets the Cursor of this object.
- getCursor() -
Method in class javax.swing.table.JTableHeader.AccessibleJTableHeader.AccessibleJTableHeaderEntry
-
- getCursorName() -
Method in interface java.sql.ResultSet
- Gets the name of the SQL cursor used by this
ResultSet
object.
- getCursorType() -
Method in class java.awt.Frame
- Deprecated. As of JDK version 1.1,
replaced by
Component.getCursor()
.
- getCustomEditor() -
Method in interface java.beans.PropertyEditor
- A PropertyEditor may choose to make available a full custom Component
that edits its property value.
- getCustomEditor() -
Method in class java.beans.PropertyEditorSupport
- A PropertyEditor may chose to make available a full custom Component
that edits its property value.
- getCustomizerClass() -
Method in class java.beans.BeanDescriptor
- Gets the Class object for the bean's customizer.
- getDashArray() -
Method in class java.awt.BasicStroke
- Returns the array representing the lengths of the dash segments.
- getDashPhase() -
Method in class java.awt.BasicStroke
- Returns the current dash phase.
- getData() -
Method in class java.awt.color.ICC_Profile
- Returns a byte array corresponding to the data of this ICC_Profile.
- getData() -
Method in class java.awt.image.DataBufferUShort
- Returns the default (first) unsigned-short data array.
- getData() -
Method in interface java.awt.image.RenderedImage
- Returns the image as one large tile (for tile based
images this will require fetching the whole image
and copying the image data over).
- getData() -
Method in class java.awt.image.BufferedImage
- Returns the image as one large tile.
- getData() -
Method in class java.awt.image.DataBufferByte
- Returns the default (first) byte data array.
- getData() -
Method in class java.awt.image.DataBufferInt
- Returns the default (first) int data array in
DataBuffer
.
- getData() -
Method in class java.awt.image.DataBufferShort
- Returns the default (first) byte data array.
- getData() -
Method in class java.net.DatagramPacket
- Returns the data received or the data to be sent.
- getData() -
Method in class java.rmi.activation.ActivationGroupDesc
- Returns the group's initialization data.
- getData() -
Method in class java.rmi.activation.ActivationDesc
- Returns a "marshalled object" containing intialization/activation
data for the object specified by this descriptor.
- getData() -
Method in class javax.sound.midi.SysexMessage
- Obtains a copy of the data for the system exclusive message.
- getData() -
Method in class javax.sound.midi.MetaMessage
- Obtains a copy of the data for the meta message.
- getData() -
Method in class javax.sound.midi.SoundbankResource
- Obtains the sampled audio that is stored in this
SoundbankResource
.
- getData() -
Method in class javax.swing.text.html.parser.Entity
- Return the data.
- getData(int) -
Method in class java.awt.color.ICC_Profile
- Returns a particular tagged data element from the profile as
a byte array.
- getData(int) -
Method in class java.awt.image.DataBufferUShort
- Returns the data array for the specified bank.
- getData(int) -
Method in class java.awt.image.DataBufferByte
- Returns the data array for the specified bank.
- getData(int) -
Method in class java.awt.image.DataBufferInt
- Returns the data array for the specified bank.
- getData(int) -
Method in class java.awt.image.DataBufferShort
- Returns the data array for the specified bank.
- getData(Rectangle) -
Method in interface java.awt.image.RenderedImage
- Computes and returns an arbitrary region of the RenderedImage.
- getData(Rectangle) -
Method in class java.awt.image.BufferedImage
- Computes and returns an arbitrary region of the
BufferedImage
.
- getData1() -
Method in class javax.sound.midi.ShortMessage
- Obtains the first data byte in the message.
- getData2() -
Method in class javax.sound.midi.ShortMessage
- Obtains the second data byte in the message.
- getDatabaseProductName() -
Method in interface java.sql.DatabaseMetaData
- What's the name of this database product?
- getDatabaseProductVersion() -
Method in interface java.sql.DatabaseMetaData
- What's the version of this database product?
- getDataBitOffset() -
Method in class java.awt.image.MultiPixelPackedSampleModel
- Returns the data bit offset in bits.
- getDataBuffer() -
Method in class java.awt.image.Raster
- Returns the DataBuffer associated with this Raster.
- getDataClass() -
Method in class javax.sound.midi.SoundbankResource
- Obtains the class used by this sample to represent its data.
- getDataElement(int[], int) -
Method in class java.awt.image.ColorModel
- Returns a pixel value represented as an
int
in this
ColorModel
, given an array of unnormalized color/alpha
components.
- getDataElement(int[], int) -
Method in class java.awt.image.ComponentColorModel
- Returns a pixel value represented as an int in this
ColorModel
,
given an array of unnormalized color/alpha components.
- getDataElement(int[], int) -
Method in class java.awt.image.DirectColorModel
- Returns a pixel value represented as an
int
in this
ColorModel
, given an array of unnormalized color/alpha
components.
- getDataElement(int[], int) -
Method in class java.awt.image.IndexColorModel
- Returns a pixel value represented as an int in this
ColorModel
given an array of unnormalized
color/alpha components.
- getDataElements(int[], int, Object) -
Method in class java.awt.image.ColorModel
- Returns a data element array representation of a pixel in this
ColorModel
, given an array of unnormalized color/alpha
components.
- getDataElements(int[], int, Object) -
Method in class java.awt.image.ComponentColorModel
- Returns a data element array representation of a pixel in this
ColorModel
, given an array of unnormalized color/alpha
components.
- getDataElements(int[], int, Object) -
Method in class java.awt.image.DirectColorModel
- Returns a data element array representation of a pixel in this
ColorModel
, given an array of unnormalized color/alpha
components.
- getDataElements(int[], int, Object) -
Method in class java.awt.image.IndexColorModel
- Returns a data element array representation of a pixel in this
ColorModel
given an array of unnormalized color/alpha
components.
- getDataElements(int, int, int, int, Object) -
Method in class java.awt.image.Raster
- Returns the pixel data for the specified rectangle of pixels in a
primitive array of type TransferType.
- getDataElements(int, int, int, int, Object, DataBuffer) -
Method in class java.awt.image.SampleModel
- Returns the pixel data for the specified rectangle of pixels in a
primitive array of type TransferType.
- getDataElements(int, int, Object) -
Method in class java.awt.image.Raster
- Returns data for a single pixel in a primitive array of type
TransferType.
- getDataElements(int, int, Object, DataBuffer) -
Method in class java.awt.image.SampleModel
- Returns data for a single pixel in a primitive array of type
TransferType.
- getDataElements(int, int, Object, DataBuffer) -
Method in class java.awt.image.ComponentSampleModel
- Returns data for a single pixel in a primitive array of type
TransferType.
- getDataElements(int, int, Object, DataBuffer) -
Method in class java.awt.image.BandedSampleModel
- Returns data for a single pixel in a primitive array of type
TransferType.
- getDataElements(int, int, Object, DataBuffer) -
Method in class java.awt.image.MultiPixelPackedSampleModel
- Returns data for a single pixel in a primitive array of type
TransferType.
- getDataElements(int, int, Object, DataBuffer) -
Method in class java.awt.image.SinglePixelPackedSampleModel
- Returns data for a single pixel in a primitive array of type
TransferType.
- getDataElements(int, Object) -
Method in class java.awt.image.ColorModel
- Returns a data element array representation of a pixel in this
ColorModel
, given an integer pixel representation in
the default RGB color model.
- getDataElements(int, Object) -
Method in class java.awt.image.ComponentColorModel
- Returns a data element array representation of a pixel in this
ColorModel
, given an integer pixel representation
in the default RGB color model.
- getDataElements(int, Object) -
Method in class java.awt.image.DirectColorModel
- Returns a data element array representation of a pixel in this
ColorModel
, given an integer pixel representation in the
default RGB color model.
- getDataElements(int, Object) -
Method in class java.awt.image.IndexColorModel
- Returns a data element array representation of a pixel in this
ColorModel, given an integer pixel representation in the
default RGB color model.
- getDataLength(int) -
Method in class javax.sound.midi.ShortMessage
- Retrieves the number of data bytes associated with a particular
status byte value.
- getDataSize() -
Method in class java.sql.DataTruncation
- Gets the number of bytes of data that should have been transferred.
- getDataType() -
Method in class java.awt.image.SampleModel
- Returns the data type of the DataBuffer storing the pixel data.
- getDataType() -
Method in class java.awt.image.DataBuffer
- Returns the data type of this DataBuffer.
- getDataTypeSize(int) -
Static method in class java.awt.image.DataBuffer
- Returns the size (in bits) of the data type, given a datatype tag.
- getDataVector() -
Method in class javax.swing.table.DefaultTableModel
- Returns the
Vector
of Vectors
that contains the table's
data values.
- getDate() -
Method in class java.net.URLConnection
- Returns the value of the
date
header field.
- getDate() -
Method in class java.sql.Time
- Deprecated.
- getDate() -
Method in class java.util.Date
- Deprecated. As of JDK version 1.1,
replaced by
Calendar.get(Calendar.DAY_OF_MONTH)
.
- getDate(int) -
Method in interface java.sql.CallableStatement
- Gets the value of a JDBC
DATE
parameter as a
java.sql.Date
object.
- getDate(int) -
Method in interface java.sql.ResultSet
- Gets the value of the designated column in the current row
of this
ResultSet
object as
a java.sql.Date
object in the Java programming language.
- getDate(int, Calendar) -
Method in interface java.sql.CallableStatement
- Gets the value of a JDBC
DATE
parameter as a
java.sql.Date
object, using
the given Calendar
object
to construct the date.
- getDate(int, Calendar) -
Method in interface java.sql.ResultSet
- Returns the value of the designated column in the current row
of this
ResultSet
object as a java.sql.Date
object
in the Java programming language.
- getDate(String) -
Method in interface java.sql.ResultSet
- Gets the value of the designated column in the current row
of this
ResultSet
object as
a java.sql.Date
object in the Java programming language.
- getDate(String, Calendar) -
Method in interface java.sql.ResultSet
- Returns the value of the designated column in the current row
of this
ResultSet
object as a java.sql.Date
object
in the Java programming language.
- getDateFormatSymbols() -
Method in class java.text.SimpleDateFormat
- Gets the date/time formatting data.
- getDateInstance() -
Static method in class java.text.DateFormat
- Gets the date formatter with the default formatting style
for the default locale.
- getDateInstance(int) -
Static method in class java.text.DateFormat
- Gets the date formatter with the given formatting style
for the default locale.
- getDateInstance(int, Locale) -
Static method in class java.text.DateFormat
- Gets the date formatter with the given formatting style
for the given locale.
- getDateTimeInstance() -
Static method in class java.text.DateFormat
- Gets the date/time formatter with the default formatting style
for the default locale.
- getDateTimeInstance(int, int) -
Static method in class java.text.DateFormat
- Gets the date/time formatter with the given date and time
formatting styles for the default locale.
- getDateTimeInstance(int, int, Locale) -
Static method in class java.text.DateFormat
- Gets the date/time formatter with the given formatting styles
for the given locale.
- getDay() -
Method in class java.sql.Time
- Deprecated.
- getDay() -
Method in class java.util.Date
- Deprecated. As of JDK version 1.1,
replaced by
Calendar.get(Calendar.DAY_OF_WEEK)
.
- getDebugGraphicsOptions() -
Method in class javax.swing.JComponent
- Returns the state of graphics debugging.
- getDebugOptions() -
Method in class javax.swing.DebugGraphics
- Returns the current debugging options for this DebugGraphics.
- getDecayTime() -
Method in class javax.sound.sampled.ReverbType
- Obtains the decay time, which is the amount of time over which the
late reflections attenuate to effective zero.
- 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
- Gets the character used for decimal sign.
- getDeclaration(String) -
Method in class javax.swing.text.html.StyleSheet
- Translates a CSS declaration to an AttributeSet that represents
the CSS declaration.
- getDeclaredClasses() -
Method in class java.lang.Class
- Returns an array of
Class
objects reflecting all the
classes and interfaces declared as members of the class represented by
this Class
object.
- getDeclaredConstructor(Class[]) -
Method in class java.lang.Class
- Returns a
Constructor
object that reflects the specified
constructor of the class or interface represented by this
Class
object.
- getDeclaredConstructors() -
Method in class java.lang.Class
- Returns an array of
Constructor
objects reflecting all the
constructors declared by the class represented by this
Class
object.
- getDeclaredField(String) -
Method in class java.lang.Class
- Returns a
Field
object that reflects the specified declared
field of the class or interface represented by this Class
object.
- getDeclaredFields() -
Method in class java.lang.Class
- Returns an array of
Field
objects reflecting all the fields
declared by the class or interface represented by this
Class
object.
- getDeclaredMethod(String, Class[]) -
Method in class java.lang.Class
- Returns a
Method
object that reflects the specified
declared method of the class or interface represented by this
Class
object.
- getDeclaredMethods() -
Method in class java.lang.Class
- Returns an array of
Method
objects reflecting all the
methods declared by the class or interface represented by this
Class
object.
- getDeclaringClass() -
Method in class java.lang.Class
- If the class or interface represented by this
Class
object
is a member of another class, returns the Class
object
representing the class in which it was declared.
- getDeclaringClass() -
Method in interface java.lang.reflect.Member
- Returns the Class object representing the class or interface
that declares the member or constructor represented by this Member.
- 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.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.Constructor
- Returns the
Class
object representing the class that declares
the constructor represented by this Constructor
object.
- getDecomposition() -
Method in class java.text.Collator
- Get the decomposition mode of this Collator.
- getDeepestComponentAt(Component, int, int) -
Static method in class javax.swing.SwingUtilities
- Returns the deepest visible descendent Component of
parent
that contains the location x
, y
.
- getDefault() -
Static method in class java.util.TimeZone
- Gets the default
TimeZone
for this host.
- getDefault() -
Static method in class java.util.Locale
- Gets the current value of the default locale for this instance
of the Java Virtual Machine.
- getDefaultAction() -
Method in interface javax.swing.text.Keymap
- Fetches the default action to fire if a
key is typed (i.e.
- getDefaultActions() -
Method in class java.awt.dnd.DropTarget
- This method returns an
int
representing the
current action(s) supported by this DropTarget
.
- getDefaultAllowUserInteraction() -
Static method in class java.net.URLConnection
- Returns the default value of the
allowUserInteraction
field.
- getDefaultButton() -
Method in class javax.swing.JRootPane
- Returns the current default button for this JRootPane.
- getDefaultChooserPanels() -
Static method in class javax.swing.colorchooser.ColorChooserComponentFactory
-
- getDefaultClosedIcon() -
Method in class javax.swing.tree.DefaultTreeCellRenderer
- Returns the default icon, for the current laf, that is used to
represent non-leaf nodes that are not expanded.
- getDefaultCloseOperation() -
Method in class javax.swing.JInternalFrame
- Returns the default operation which occurs when the user
initiates a "close" on this window.
- getDefaultCloseOperation() -
Method in class javax.swing.JFrame
- Returns the operation that occurs when the user
initiates a "close" on this frame.
- getDefaultCloseOperation() -
Method in class javax.swing.JDialog
- Returns the operation which occurs when the user
initiates a "close" on this dialog.
- getDefaultConfiguration() -
Method in class java.awt.GraphicsDevice
- Returns the default
GraphicsConfiguration
associated with this GraphicsDevice
.
- getDefaultCursor() -
Static method in class java.awt.Cursor
- Return the system default cursor.
- getDefaultCursor() -
Method in class javax.swing.text.html.HTMLEditorKit
- Returns the default cursor.
- getDefaultDragSource() -
Static method in class java.awt.dnd.DragSource
- This method returns the
DragSource
object associated with the underlying platform.
- getDefaultEditor(Class) -
Method in class javax.swing.JTable
- Returns the editor to be used when no editor has been set in
a
TableColumn
.
- getDefaultEventIndex() -
Method in interface java.beans.BeanInfo
- A bean may have a "default" event that is the event that will
mostly commonly be used by humans when using the bean.
- getDefaultEventIndex() -
Method in class java.beans.SimpleBeanInfo
- Deny knowledge of a default event.
- getDefaultFlavorMap() -
Static method in class java.awt.datatransfer.SystemFlavorMap
- get the default system implementation
- getDefaultIcon() -
Method in class javax.swing.plaf.basic.BasicRadioButtonUI
-
- getDefaultInitCtx() -
Method in class javax.naming.InitialContext
- Retrieves the initial context by calling
NamingManager.getInitialContext()
and cache it in defaultInitCtx.
- getDefaultLeafIcon() -
Method in class javax.swing.tree.DefaultTreeCellRenderer
- Returns the default icon, for the current laf, that is used to
represent leaf nodes.
- getDefaultLightWeightPopupEnabled() -
Static method in class javax.swing.JPopupMenu
- Returns true if this is a light weight popup component, false
otherwise.
- getDefaultOpenIcon() -
Method in class javax.swing.tree.DefaultTreeCellRenderer
- Returns the default icon, for the current laf, that is used to
represent non-leaf nodes that are expanded.
- getDefaultPort() -
Method in class java.net.URLStreamHandler
- Returns the default port for a URL parsed by this handler.
- 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.
- getDefaultQueue() -
Static method in class javax.swing.text.LayoutQueue
- Fetch the default layout queue.
- getDefaultRenderer() -
Method in class javax.swing.table.JTableHeader
- Returns the default renderer used when no
headerRenderer
is defined by a TableColumn
.
- getDefaultRenderer(Class) -
Method in class javax.swing.JTable
- Returns the cell renderer to be used when no renderer has been set in
a
TableColumn
.
- getDefaultRepresentationClass() -
Method in class java.awt.datatransfer.DataFlavor
-
- getDefaultRepresentationClassAsString() -
Method in class java.awt.datatransfer.DataFlavor
-
- getDefaultRequestProperty(String) -
Static method in class java.net.URLConnection
- Deprecated. The instance specific getRequestProperty method
should be used after an appropriate instance of URLConnection
is obtained.
- getDefaultRootElement() -
Method in interface javax.swing.text.Document
- Returns the root element that views should be based upon,
unless some other mechanism for assigning views to element
structures is provided.
- getDefaultRootElement() -
Method in class javax.swing.text.AbstractDocument
- Returns the root element that views should be based upon
unless some other mechanism for assigning views to element
structures is provided.
- getDefaultRootElement() -
Method in class javax.swing.text.PlainDocument
- Gets the default root element for the document model.
- getDefaultRootElement() -
Method in class javax.swing.text.DefaultStyledDocument
- Gets the default root element.
- getDefaults() -
Method in class javax.swing.LookAndFeel
- This method is called once by UIManager.setLookAndFeel to create
the look and feel specific defaults table.
- getDefaults() -
Static method in class javax.swing.UIManager
- Returns the default values for this look and feel.
- getDefaults() -
Method in class javax.swing.plaf.basic.BasicLookAndFeel
-
- getDefaults() -
Method in class javax.swing.plaf.metal.MetalLookAndFeel
-
- getDefaults() -
Method in class javax.swing.plaf.multi.MultiLookAndFeel
-
- getDefaultScreenDevice() -
Method in class java.awt.GraphicsEnvironment
- Returns the default screen
GraphicsDevice
.
- getDefaultSelection() -
Method in class java.awt.JobAttributes
- Specifies whether, for jobs using these attributes, the application
should print all pages, the range specified by the return value of
getPageRanges
, or the current selection.
- getDefaultSize() -
Method in class javax.swing.plaf.basic.BasicComboBoxUI
- Return the default size of an empty combo box.
- getDefaultSocketFactory() -
Static method in class java.rmi.server.RMISocketFactory
- Returns a reference to the default socket factory used
by this RMI implementation.
- getDefaultSoundbank() -
Method in interface javax.sound.midi.Synthesizer
- Obtains the default soundbank for the synthesizer, if one exists.
- getDefaultStream() -
Static method in class java.rmi.server.LogStream
- Deprecated. no replacement
- getDefaultStyleContext() -
Static method in class javax.swing.text.StyleContext
- Returns default AttributeContext shared by all documents that
don't bother to define/supply their own context.
- getDefaultTextIconGap(AbstractButton) -
Method in class javax.swing.plaf.basic.BasicButtonUI
-
- getDefaultToolkit() -
Static method in class java.awt.Toolkit
- Gets the default toolkit.
- getDefaultTransactionIsolation() -
Method in interface java.sql.DatabaseMetaData
- What's the database's default transaction isolation level? The
values are defined in
java.sql.Connection
.
- getDefaultTransform() -
Method in class java.awt.GraphicsConfiguration
- Returns the default
AffineTransform
for this
GraphicsConfiguration
.
- getDefaultTreeModel() -
Static method in class javax.swing.JTree
- Creates and returns a sample
TreeModel
.
- getDefaultType() -
Static method in class java.security.KeyStore
- Returns the default keystore type as specified in the Java security
properties file, or the string "jks" (acronym for "Java keystore")
if no such property exists.
- getDefaultUseCaches() -
Method in class java.net.URLConnection
- Returns the default value of a
URLConnection
's
useCaches
flag.
- getDefaultValue() -
Method in class javax.swing.text.html.CSS.Attribute
- Fetch the default value for the attribute.
- getDelay() -
Method in class javax.swing.JMenu
- Returns the suggested delay, in milliseconds, before submenus
are popped up or down.
- getDelay() -
Method in class javax.swing.Timer
- Returns the Timer's delay.
- getDepth() -
Method in class javax.swing.tree.DefaultMutableTreeNode
- Returns the depth of the tree rooted at this node -- the longest
distance from this node to a leaf.
- getDerefLinkFlag() -
Method in class javax.naming.directory.SearchControls
- Determines whether links will be dereferenced during the search.
- getDescendantToggledPaths(TreePath) -
Method in class javax.swing.JTree
- Returns an
Enumeration
of TreePaths
that have been expanded that
are descendants of parent
.
- getDescent() -
Method in class java.awt.FontMetrics
- Determines the font descent of the
Font
described by this
FontMetrics
object.
- getDescent() -
Method in class java.awt.font.TextLayout
- Returns the descent of this
TextLayout
.
- getDescent() -
Method in class java.awt.font.GraphicAttribute
- Returns the descent of this
GraphicAttribute
.
- getDescent() -
Method in class java.awt.font.ImageGraphicAttribute
- Returns the descent of this
ImageGraphicAttributegetDescent() -
Method in class java.awt.font.LineMetrics
- Returns the descent of the text.
- getDescent() -
Method in class java.awt.font.ShapeGraphicAttribute
- Returns the descent of this
ShapeGraphicAttribute
.
- getDescent(GlyphView) -
Method in class javax.swing.text.GlyphView.GlyphPainter
-
- getDescription() -
Method in class javax.sound.sampled.Mixer.Info
- Obtains the description of the mixer.
- getDescription() -
Method in interface javax.sound.midi.Soundbank
- Obtains a textual description of the sound bank, suitable for display.
- getDescription() -
Method in class javax.sound.midi.MidiDevice.Info
- Obtains the description of the device.
- getDescription() -
Method in class javax.swing.LookAndFeel
- Return a one line description of this look and feel implementation,
e.g.
- getDescription() -
Method in class javax.swing.ImageIcon
- Gets the description of the image.
- getDescription() -
Method in class javax.swing.filechooser.FileFilter
- The description of this filter.
- getDescription() -
Method in class javax.swing.event.HyperlinkEvent
- Get the description of the link as a string.
- getDescription() -
Method in class javax.swing.plaf.basic.BasicFileChooserUI.AcceptAllFileFilter
-
- getDescription() -
Method in class javax.swing.plaf.metal.MetalLookAndFeel
-
- getDescription() -
Method in class javax.swing.plaf.multi.MultiLookAndFeel
-
- getDescription(File) -
Method in class javax.swing.JFileChooser
- Returns the file description.
- getDescription(File) -
Method in class javax.swing.filechooser.FileView
- A human readable description of the file.
- getDescription(File) -
Method in class javax.swing.plaf.basic.BasicFileChooserUI.BasicFileView
-
- getDesignAxisDefaults() -
Method in interface java.awt.font.MultipleMaster
- Returns an array of default design values for each axis.
- getDesignAxisNames() -
Method in interface java.awt.font.MultipleMaster
- Returns the name for each design axis.
- getDesignAxisRanges() -
Method in interface java.awt.font.MultipleMaster
- Returns an array of design limits interleaved in the form [from->to]
for each axis.
- getDesktopColor() -
Static method in class javax.swing.plaf.metal.MetalLookAndFeel
-
- getDesktopColor() -
Method in class javax.swing.plaf.metal.MetalTheme
-
- getDesktopIcon() -
Method in class javax.swing.JInternalFrame
- Returns the JDesktopIcon used when this JInternalFrame is iconified.
- getDesktopIconBorder() -
Static method in class javax.swing.plaf.metal.MetalBorders
- Returns a border instance for a Desktop Icon
- getDesktopManager() -
Method in class javax.swing.JDesktopPane
- Returns the DesktopManger that handles desktop-specific UI actions.
- getDesktopManager() -
Method in class javax.swing.plaf.basic.BasicInternalFrameUI
- Returns the proper DesktopManager.
- getDesktopPane() -
Method in class javax.swing.JInternalFrame
- Convenience method that searchs the anscestor heirarchy for a
JDesktop instance.
- getDesktopPane() -
Method in class javax.swing.JInternalFrame.JDesktopIcon
- Convience method to ask the icon for the Desktop object
it belongs to.
- getDesktopPaneForComponent(Component) -
Static method in class javax.swing.JOptionPane
- Returns the specified component's desktop pane.
- getDesktopProperty(String) -
Method in class java.awt.Toolkit
- obtain a value for the specified desktop property.
- getDestination() -
Method in class java.awt.JobAttributes
- Specifies whether output will be to a printer or a file for jobs using
these attributes.
- getDeterminant() -
Method in class java.awt.geom.AffineTransform
- Returns the determinant of the matrix representation of the transform.
- getDevice() -
Method in class java.awt.GraphicsConfiguration
- Returns the
GraphicsDevice
associated with this
GraphicsConfiguration
.
- getDevice(MidiDevice.Info) -
Method in class javax.sound.midi.spi.MidiDeviceProvider
- Obtains an instance of the device represented by the info object.
- getDeviceConfiguration() -
Method in class java.awt.Graphics2D
- Returns the device configuration associated with this
Graphics2D
.
- getDeviceInfo() -
Method in interface javax.sound.midi.MidiDevice
- Obtains information about the device, including its Java class and
Strings
containing its name, vendor, and description.
- getDeviceInfo() -
Method in class javax.sound.midi.spi.MidiDeviceProvider
- Obtains the set of info objects representing the device
or devices provided by this
MidiDeviceProvider
.
- getDialog() -
Method in class java.awt.JobAttributes
- Returns whether, for jobs using these attributes, the user should see
a print dialog in which to modify the print settings, and which type of
print dialog should be displayed.
- getDialogTitle() -
Method in class javax.swing.JFileChooser
- Gets the string that goes in the
JFileChooser
's titlebar.
- getDialogTitle(JFileChooser) -
Method in class javax.swing.plaf.FileChooserUI
-
- getDialogTitle(JFileChooser) -
Method in class javax.swing.plaf.basic.BasicFileChooserUI
- Returns the title of this dialog
- getDialogTitle(JFileChooser) -
Method in class javax.swing.plaf.multi.MultiFileChooserUI
- Call getDialogTitle on each UI handled by this MultiUI.
- getDialogType() -
Method in class javax.swing.JFileChooser
- Returns the type of this dialog.
- getDigestLength() -
Method in class java.security.MessageDigest
- Returns the length of the digest in bytes, or 0 if this operation is
not supported by the provider and the implementation is not cloneable.
- getDigit() -
Method in class java.text.DecimalFormatSymbols
- Gets the character used for a digit in a pattern.
- getDimension(Object) -
Method in class javax.swing.UIDefaults
- If the value of
key
is a Dimension
return it,
otherwise return null
.
- getDimension(Object) -
Static method in class javax.swing.UIManager
- Returns a dimension from the defaults table.
- getDirection() -
Method in class javax.swing.text.DefaultStyledDocument.ElementSpec
- Gets the direction.
- getDirection() -
Method in class javax.swing.plaf.basic.BasicArrowButton
-
- getDirectories() -
Method in class javax.swing.plaf.basic.BasicDirectoryModel
-
- getDirectory() -
Method in class java.awt.FileDialog
- Gets the directory of this file dialog.
- getDirectoryName() -
Method in class javax.swing.plaf.basic.BasicFileChooserUI
-
- getDirectoryName() -
Method in class javax.swing.plaf.metal.MetalFileChooserUI
-
- getDirtyRegion(JComponent) -
Method in class javax.swing.RepaintManager
- Return the current dirty region for a component.
- getDisabledIcon() -
Method in class javax.swing.AbstractButton
- Returns the icon used by the button when it's disabled.
- getDisabledIcon() -
Method in class javax.swing.JLabel
- Returns the value of the disabledIcon property if it's been set,
If it hasn't been set and the value of the icon property is
an ImageIcon, we compute a "grayed out" version of the icon and
update the disabledIcon property with that.
- getDisabledIconAt(int) -
Method in class javax.swing.JTabbedPane
- Returns the tab disabled icon at
index
.
- getDisabledSelectedIcon() -
Method in class javax.swing.AbstractButton
- Returns the icon used by the button when it's disabled and selected.
- getDisabledTextColor() -
Method in class javax.swing.text.JTextComponent
- Fetches the current color used to render the
selected text.
- getDisabledTextColor() -
Method in class javax.swing.plaf.metal.MetalToggleButtonUI
-
- getDisabledTextColor() -
Method in class javax.swing.plaf.metal.MetalRadioButtonUI
-
- getDisabledTextColor() -
Method in class javax.swing.plaf.metal.MetalButtonUI
-
- getDismissDelay() -
Method in class javax.swing.ToolTipManager
- Returns the dismisal delay value.
- getDisplayCountry() -
Method in class java.util.Locale
- Returns a name for the locale's country that is appropriate for display to the
user.
- getDisplayCountry(Locale) -
Method in class java.util.Locale
- Returns a name for the locale's country that is appropriate for display to the
user.
- getDisplayedMnemonic() -
Method in class javax.swing.JLabel
- Return the keycode that indicates a mnemonic key.
- getDisplayLanguage() -
Method in class java.util.Locale
- Returns a name for the locale's language that is appropriate for display to the
user.
- getDisplayLanguage(Locale) -
Method in class java.util.Locale
- Returns a name for the locale's language that is appropriate for display to the
user.
- getDisplayName() -
Method in class java.beans.FeatureDescriptor
- Gets the localized display name of this feature.
- getDisplayName() -
Method in class java.util.TimeZone
- Returns a name of this time zone suitable for presentation to the user
in the default locale.
- getDisplayName() -
Method in class java.util.Locale
- Returns a name for the locale that is appropriate for display to the
user.
- getDisplayName() -
Method in class javax.swing.colorchooser.AbstractColorChooserPanel
- Returns a string containing the display name of the panel.
- getDisplayName(boolean, int) -
Method in class java.util.TimeZone
- Returns a name of this time zone suitable for presentation to the user
in the default locale.
- getDisplayName(boolean, int, Locale) -
Method in class java.util.TimeZone
- Returns a name of this time zone suitable for presentation to the user
in the specified locale.
- getDisplayName(Locale) -
Method in class java.util.TimeZone
- Returns a name of this time zone suitable for presentation to the user
in the specified locale.
- getDisplayName(Locale) -
Method in class java.util.Locale
- Returns a name for the locale that is appropriate for display to the
user.
- getDisplaySize() -
Method in class javax.swing.plaf.basic.BasicComboBoxUI
-
- getDisplayVariant() -
Method in class java.util.Locale
- Returns a name for the locale's variant code that is appropriate for display to the
user.
- getDisplayVariant(Locale) -
Method in class java.util.Locale
- Returns a name for the locale's variant code that is appropriate for display to the
user.
- getDivider() -
Method in class javax.swing.plaf.basic.BasicSplitPaneUI
- Returns the divider between the top Components.
- getDividerBorderSize() -
Method in class javax.swing.plaf.basic.BasicSplitPaneUI
- Deprecated. As of Java 2 platform v1.3, instead set the border on the
divider.
- getDividerLocation() -
Method in class javax.swing.JSplitPane
- Returns the last value passed to
setDividerLocation
.
- getDividerLocation(JSplitPane) -
Method in class javax.swing.plaf.SplitPaneUI
- Returns the location of the divider.
- getDividerLocation(JSplitPane) -
Method in class javax.swing.plaf.basic.BasicSplitPaneUI
- Returns the location of the divider, which may differ from what
the splitpane thinks the location of the divider is.
- getDividerLocation(JSplitPane) -
Method in class javax.swing.plaf.multi.MultiSplitPaneUI
- Call getDividerLocation on each UI handled by this MultiUI.
- getDividerSize() -
Method in class javax.swing.JSplitPane
- Returns the size of the divider.
- getDividerSize() -
Method in class javax.swing.plaf.basic.BasicSplitPaneDivider
- Returns the size of the divider, that is the width if the splitpane
is HORIZONTAL_SPLIT, or the height of VERTICAL_SPLIT.
- getDivisionType() -
Method in class javax.sound.midi.Sequence
- Obtains the timing division type for this sequence.
- getDivisionType() -
Method in class javax.sound.midi.MidiFileFormat
- Obtains the timing division type for the MIDI file.
- getDockingColor() -
Method in class javax.swing.plaf.basic.BasicToolBarUI
- Gets the color displayed when over a docking area
- getDocument() -
Method in interface javax.swing.event.DocumentEvent
- Gets the document that sourced the change event.
- getDocument() -
Method in class javax.swing.text.JTextComponent
- Fetches the model associated with the editor.
- getDocument() -
Method in class javax.swing.text.View
- Fetches the model associated with the view.
- getDocument() -
Method in interface javax.swing.text.Element
- Fetches the document associated with this element.
- getDocument() -
Method in class javax.swing.text.AbstractWriter
- Fetches the document.
- getDocument() -
Method in class javax.swing.text.AbstractDocument.AbstractElement
- Retrieves the underlying model.
- getDocument() -
Method in class javax.swing.text.AbstractDocument.DefaultDocumentEvent
- Gets the document that sourced the change event.
- getDocumentBase() -
Method in class java.applet.Applet
- Returns an absolute URL naming the directory of the document in which
the applet is embedded.
- getDocumentBase() -
Method in interface java.applet.AppletStub
- Returns an absolute URL naming the directory of the document in which
the applet is embedded.
- getDocumentProperties() -
Method in class javax.swing.text.AbstractDocument
- Support for managing a set of properties.
- getDoInput() -
Method in class java.net.URLConnection
- Returns the value of this
URLConnection
's
doInput
flag.
- getDomainCombiner() -
Method in class java.security.AccessControlContext
- Get the
DomainCombiner
associated with this
AccessControlContext
.
- getDoOutput() -
Method in class java.net.URLConnection
- Returns the value of this
URLConnection
's
doOutput
flag.
- getDot() -
Method in class javax.swing.event.CaretEvent
- Fetches the location of the caret.
- getDot() -
Method in class javax.swing.text.DefaultCaret
- Fetches the current position of the caret.
- getDot() -
Method in interface javax.swing.text.Caret
- Fetches the current position of the caret.
- getDouble(int) -
Method in interface java.sql.CallableStatement
- Gets the value of a JDBC
DOUBLE
parameter as a double
in the Java programming language.
- getDouble(int) -
Method in interface java.sql.ResultSet
- Gets the value of the designated column in the current row
of this
ResultSet
object as
a double
in the Java programming language.
- getDouble(Object) -
Method in class java.lang.reflect.Field
- Gets the value of a field as a
double
on the specified object.
- getDouble(Object, int) -
Static method in class java.lang.reflect.Array
- Returns the value of the indexed component in the specified
array object, as a
double
.
- getDouble(String) -
Method in interface java.sql.ResultSet
- Gets the value of the designated column in the current row
of this
ResultSet
object as
a double
in the Java programming language.
- getDoubleBufferMaximumSize() -
Method in class javax.swing.RepaintManager
- Returns the maximum double buffer size.
- getDoubleParameter(int) -
Method in class java.awt.image.renderable.ParameterBlock
- A convenience method to return a parameter as a double.
- getDragAction() -
Method in class java.awt.dnd.DragGestureEvent
- This method returns an
int
representing the
action selected by the user.
- getDraggedColumn() -
Method in class javax.swing.table.JTableHeader
- Returns the the dragged column, if and only if, a drag is in
process, otherwise returns
null
.
- getDraggedDistance() -
Method in class javax.swing.table.JTableHeader
- Returns the column's horizontal distance from its original
position, if and only if, a drag is in process.
- getDragMode() -
Method in class javax.swing.JDesktopPane
- Get the current "dragging style" used by the desktop pane.
- getDragOrigin() -
Method in class java.awt.dnd.DragGestureEvent
- This method returns a
Point
in the coordinates
of the Component
over which the drag originated.
- getDragSource() -
Method in class java.awt.dnd.DragGestureRecognizer
- This method returns the
DragSource
this DragGestureRecognizer
will use in order to process the Drag and Drop
operation.
- getDragSource() -
Method in class java.awt.dnd.DragSourceContext
- This method returns the
DragSource
that instantiated this DragSourceContext
.
- getDragSource() -
Method in class java.awt.dnd.DragGestureEvent
- This method returns the
DragSource
.
- getDragSourceContext() -
Method in class java.awt.dnd.DragSourceEvent
- This method returns the
DragSourceContext
that
originated the event.
- getDrawsLayeredHighlights() -
Method in class javax.swing.text.DefaultHighlighter
-
- getDriver(String) -
Static method in class java.sql.DriverManager
- Attempts to locate a driver that understands the given URL.
- getDriverMajorVersion() -
Method in interface java.sql.DatabaseMetaData
- What's this JDBC driver's major version number?
- getDriverMinorVersion() -
Method in interface java.sql.DatabaseMetaData
- What's this JDBC driver's minor version number?
- getDriverName() -
Method in interface java.sql.DatabaseMetaData
- What's the name of this JDBC driver?
- getDrivers() -
Static method in class java.sql.DriverManager
- Retrieves an Enumeration with all of the currently loaded JDBC drivers
to which the current caller has access.
- getDriverVersion() -
Method in interface java.sql.DatabaseMetaData
- What's the version of this JDBC driver?
- getDropAction() -
Method in class java.awt.dnd.DropTargetDropEvent
- This method returns an
int
representing the action(s) supported
by the source at the time of the drop.
- getDropAction() -
Method in class java.awt.dnd.DragSourceDragEvent
- This method returns an
int
representing
the effective drop action which is the
intersection of the user's
selected action, and the source and target actions.
- getDropAction() -
Method in class java.awt.dnd.DragSourceDropEvent
- This method returns an
int
representing
the action performed by the target on the subject of the drop.
- getDropAction() -
Method in class java.awt.dnd.DropTargetDragEvent
- This method returns an
int
representing the currently selected drop action.
- getDropSuccess() -
Method in class java.awt.dnd.DragSourceDropEvent
- This method returns a
boolean
indicating
if the drop was a success.
- getDropTarget() -
Method in class java.awt.Component
- Get the DropTarget associated with this Component
- getDropTarget() -
Method in class java.awt.dnd.DropTargetContext
- This method returns the
DropTarget
associated with this
DropTargetContext
.
- getDropTargetContext() -
Method in class java.awt.dnd.DropTargetEvent
- This method returns the
DropTargetContext
associated with this DropTargetEvent
.
- getDropTargetContext() -
Method in class java.awt.dnd.DropTarget
- This method returns the
DropTargetContext
associated
with this DropTarget
.
- getDSTSavings() -
Method in class java.util.SimpleTimeZone
- Returns the amount of time in ms that the clock is advanced during DST.
- getDTD(String) -
Static method in class javax.swing.text.html.parser.DTD
- Get a DTD.
- getEarlyReflectionDelay() -
Method in class javax.sound.sampled.ReverbType
- Returns the early reflection delay time in microseconds.
- getEarlyReflectionIntensity() -
Method in class javax.sound.sampled.ReverbType
- Returns the early reflection intensity in microseconds.
- getEastPane() -
Method in class javax.swing.plaf.basic.BasicInternalFrameUI
-
- getEchoChar() -
Method in class java.awt.TextField
- Gets the character that is to be used for echoing.
- getEchoChar() -
Method in class javax.swing.JPasswordField
- Returns the character to be used for echoing.
- getEdgeCondition() -
Method in class java.awt.image.ConvolveOp
- Returns the edge condition.
- getEdit() -
Method in class javax.swing.event.UndoableEditEvent
- Returns the edit value.
- getEditingColumn() -
Method in class javax.swing.JTable
- Returns the index of the column that contains the cell currently
being edited.
- getEditingPath() -
Method in class javax.swing.JTree
- Returns the path to the element that is currently being edited.
- getEditingPath(JTree) -
Method in class javax.swing.plaf.TreeUI
- Returns the path to the element that is being edited.
- getEditingPath(JTree) -
Method in class javax.swing.plaf.basic.BasicTreeUI
- Returns the path to the element that is being edited.
- getEditingPath(JTree) -
Method in class javax.swing.plaf.multi.MultiTreeUI
- Call getEditingPath on each UI handled by this MultiUI.
- getEditingRow() -
Method in class javax.swing.JTable
- Returns the index of the row that contains the cell currently
being edited.
- getEditor() -
Method in class javax.swing.JComboBox
- Returns the editor used to paint and edit the selected item in the
JComboBox
field.
- getEditor(ActionEvent) -
Method in class javax.swing.text.StyledEditorKit.StyledTextAction
- Gets the target editor for an action.
- getEditorComponent() -
Method in interface javax.swing.ComboBoxEditor
- Return the component that should be added to the tree hierarchy for
this editor
- getEditorComponent() -
Method in class javax.swing.JTable
- Returns the component that is handling the editing session.
- getEditorComponent() -
Method in class javax.swing.plaf.basic.BasicComboBoxEditor
-
- getEditorKit() -
Method in class javax.swing.JEditorPane
- Fetches the currently installed kit for handling content.
- getEditorKit(JTextComponent) -
Method in class javax.swing.plaf.TextUI
- Fetches the binding of services that set a policy
for the type of document being edited.
- getEditorKit(JTextComponent) -
Method in class javax.swing.plaf.basic.BasicTextUI
- Fetches the EditorKit for the UI.
- getEditorKit(JTextComponent) -
Method in class javax.swing.plaf.basic.BasicEditorPaneUI
- Fetches the EditorKit for the UI.
- getEditorKit(JTextComponent) -
Method in class javax.swing.plaf.basic.BasicTextPaneUI
- Fetches the EditorKit for the UI.
- getEditorKit(JTextComponent) -
Method in class javax.swing.plaf.multi.MultiTextUI
- Call getEditorKit on each UI handled by this MultiUI.
- getEditorKitClassNameForContentType(String) -
Static method in class javax.swing.JEditorPane
- Returns the currently registered
EditorKit
class name for the type type
.
- getEditorKitForContentType(String) -
Method in class javax.swing.JEditorPane
- Fetches the editor kit to use for the given type
of content.
- getEditorSearchPath() -
Static method in class java.beans.PropertyEditorManager
- Gets the package names that will be searched for property editors.
- getElem(int) -
Method in class java.awt.image.DataBuffer
- Returns the requested data array element from the first (default) bank
as an integer.
- getElem(int) -
Method in class java.awt.image.DataBufferUShort
- Returns the requested data array element from the first (default) bank.
- getElem(int) -
Method in class java.awt.image.DataBufferByte
- Returns the requested data array element from the first (default) bank.
- getElem(int) -
Method in class java.awt.image.DataBufferInt
- Returns the requested data array element from the first (default) bank.
- getElem(int) -
Method in class java.awt.image.DataBufferShort
- Returns the requested data array element from the first (default) bank.
- getElem(int, int) -
Method in class java.awt.image.DataBuffer
- Returns the requested data array element from the specified bank
as an integer.
- getElem(int, int) -
Method in class java.awt.image.DataBufferUShort
- Returns the requested data array element from the specified bank
- getElem(int, int) -
Method in class java.awt.image.DataBufferByte
- Returns the requested data array element from the specified bank
- getElem(int, int) -
Method in class java.awt.image.DataBufferInt
- Returns the requested data array element from the specified bank
- getElem(int, int) -
Method in class java.awt.image.DataBufferShort
- Returns the requested data array element from the specified bank
- getElemDouble(int) -
Method in class java.awt.image.DataBuffer
- Returns the requested data array element from the first (default) bank
as a double.
- getElemDouble(int, int) -
Method in class java.awt.image.DataBuffer
- Returns the requested data array element from the specified bank as
a double.
- getElement() -
Method in interface javax.swing.event.DocumentEvent.ElementChange
- Returns the element represented.
- getElement() -
Method in class javax.swing.text.View
- Fetches the structural portion of the subject that this
view is mapped to.
- getElement() -
Method in class javax.swing.text.AbstractDocument.ElementEdit
- Returns the underlying element.
- getElement() -
Method in class javax.swing.text.html.parser.TagElement
-
- getElement(Element, Object, Object) -
Method in class javax.swing.text.html.HTMLDocument
- Returns the child element of
e
that contains the
attribute, attribute
with value value
, or
null if one isn't found.
- getElement(int) -
Method in interface javax.swing.text.Element
- Fetches the child element at the given index.
- getElement(int) -
Method in class javax.swing.text.AbstractDocument.AbstractElement
- Gets a child element.
- getElement(int) -
Method in class javax.swing.text.AbstractDocument.BranchElement
- Gets a child element.
- getElement(int) -
Method in class javax.swing.text.AbstractDocument.LeafElement
- Gets a child element.
- getElement(int) -
Method in class javax.swing.text.html.parser.DTD
- Get an element by index.
- getElement(String) -
Method in class javax.swing.text.html.HTMLDocument
- Fetches the element that has the given id attribute.
- getElement(String) -
Method in class javax.swing.text.html.parser.DTD
- Get an element by name.
- getElementAt(int) -
Method in interface javax.swing.ListModel
- Returns the value at the specified index.
- getElementAt(int) -
Method in class javax.swing.DefaultComboBoxModel
-
- getElementAt(int) -
Method in class javax.swing.DefaultListModel
- Returns the component at the specified index.
- getElementAt(int) -
Method in class javax.swing.plaf.basic.BasicDirectoryModel
-
- getElementAt(int) -
Method in class javax.swing.plaf.metal.MetalFileChooserUI.DirectoryComboBoxModel
-
- getElementAt(int) -
Method in class javax.swing.plaf.metal.MetalFileChooserUI.FilterComboBoxModel
-
- getElementCount() -
Method in interface javax.swing.text.Element
- Gets the number of child elements contained by this element.
- getElementCount() -
Method in class javax.swing.text.AbstractDocument.AbstractElement
- Gets the number of children for the element.
- getElementCount() -
Method in class javax.swing.text.AbstractDocument.BranchElement
- Gets the number of children for the element.
- getElementCount() -
Method in class javax.swing.text.AbstractDocument.LeafElement
- Returns the number of child elements.
- getElementIndex(int) -
Method in interface javax.swing.text.Element
- Gets the child element index closest to the given offset.
- getElementIndex(int) -
Method in class javax.swing.text.AbstractDocument.AbstractElement
- Gets the child element index closest to the given model offset.
- getElementIndex(int) -
Method in class javax.swing.text.AbstractDocument.BranchElement
- Gets the child element index closest to the given model offset.
- getElementIndex(int) -
Method in class javax.swing.text.AbstractDocument.LeafElement
- Gets the child element index closest to the given model offset.
- getElementIterator() -
Method in class javax.swing.text.AbstractWriter
- Fetches the ElementIterator.
- getElements() -
Method in class javax.swing.ButtonGroup
- Return all the buttons that are participating in
this group.
- getElements(Vector) -
Method in class javax.swing.text.html.parser.ContentModel
- Update elemVec with the list of elements that are
part of the this contentModel.
- getElementsAt(HTMLDocument, int) -
Method in class javax.swing.text.html.HTMLEditorKit.HTMLTextAction
- Returns an array of the Elements that contain
offset
.
- getElemFloat(int) -
Method in class java.awt.image.DataBuffer
- Returns the requested data array element from the first (default) bank
as a float.
- getElemFloat(int, int) -
Method in class java.awt.image.DataBuffer
- Returns the requested data array element from the specified bank
as a float.
- getEmptySet() -
Method in class javax.swing.text.StyleContext
- Fetches an empty AttributeSet.
- getEmptySet() -
Method in interface javax.swing.text.AbstractDocument.AttributeContext
- Fetches an empty AttributeSet.
- 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.AlgorithmParameters
- Returns the parameters in their primary encoding format.
- getEncoded() -
Method in class java.security.cert.Certificate
- Returns the encoded form of this certificate.
- getEncoded() -
Method in class java.security.cert.X509CRLEntry
- Returns the ASN.1 DER-encoded form of this CRL Entry,
that is the inner SEQUENCE.
- getEncoded() -
Method in class java.security.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.PKCS8EncodedKeySpec
- Returns the key bytes, encoded according to the PKCS #8 standard.
- getEncoded() -
Method in class java.security.spec.X509EncodedKeySpec
- Returns the key bytes, encoded according to the X.509 standard.
- getEncoded(String) -
Method in class java.security.AlgorithmParameters
- Returns the parameters encoded in the specified scheme.
- getEncodedValue() -
Method in interface javax.naming.ldap.Control
- Retrieves the ASN.1 BER encoded value of the LDAP control.
- getEncodedValue() -
Method in interface javax.naming.ldap.ExtendedRequest
- Retrieves the ASN.1 BER encoded value of the LDAP extended operation
request.
- getEncodedValue() -
Method in interface javax.naming.ldap.ExtendedResponse
- Retrieves the ASN.1 BER encoded value of the LDAP extended operation
response.
- getEncoding() -
Method in class java.io.InputStreamReader
- Returns the canonical name of the character encoding being used by this
stream.
- getEncoding() -
Method in class java.io.OutputStreamWriter
- Returns the canonical name of the character encoding being used by this
stream.
- getEncoding() -
Method in class javax.sound.sampled.AudioFormat
- Obtains the type of encoding for sounds in this format.
- getEndCap() -
Method in class java.awt.BasicStroke
- Returns the end cap style.
- getEndIndex() -
Method in interface java.text.CharacterIterator
- Returns the end index of the text.
- getEndIndex() -
Method in class java.text.StringCharacterIterator
- Implements CharacterIterator.getEndIndex() for String.
- getEndIndex() -
Method in class java.text.FieldPosition
- Retrieves the index of the character following the last character in the
requested field.
- getEndIndex() -
Method in class javax.accessibility.AccessibleHyperlink
- Gets the index with the hypertext document at which this
link ends
- getEndIndex() -
Method in class javax.swing.JEditorPane.JEditorPaneAccessibleHypertextSupport.HTMLLink
- Get the index with the hypertext document at which this
link ends
- getEndIndex() -
Method in class javax.swing.text.Segment
- Returns the end index of the text.
- getEndOffset() -
Method in class javax.swing.text.View
- Fetches the portion of the model that this view is
responsible for.
- getEndOffset() -
Method in interface javax.swing.text.Element
- Fetches the offset from the beginning of the document
that this element ends at.
- getEndOffset() -
Method in class javax.swing.text.GlyphView
- Fetches the portion of the model that this view is responsible for.
- getEndOffset() -
Method in interface javax.swing.text.Highlighter.Highlight
- Gets the ending model offset for the highlight.
- getEndOffset() -
Method in class javax.swing.text.AbstractWriter
- Returns the last offset to be output.
- getEndOffset() -
Method in class javax.swing.text.AbstractDocument.AbstractElement
- Gets the ending offset in the model for the element.
- getEndOffset() -
Method in class javax.swing.text.AbstractDocument.BranchElement
- Gets the ending offset in the model for the element.
- getEndOffset() -
Method in class javax.swing.text.AbstractDocument.LeafElement
- Gets the ending offset in the model for the element.
- getEndOffset() -
Method in class javax.swing.text.html.HTMLDocument.Iterator
- End of the range for which the current occurence of
the tag is defined and has the same attributes.
- getEndPoint() -
Method in class java.awt.geom.Arc2D
- Returns the ending point of the arc.
- getEndPosition() -
Method in interface javax.swing.text.Document
- Returns a position that represents the end of the document.
- getEndPosition() -
Method in class javax.swing.text.AbstractDocument
- Returns a position that represents the end of the document.
- getEntity(int) -
Method in class javax.swing.text.html.parser.DTD
- Get a character entity.
- getEntity(String) -
Method in class javax.swing.text.html.parser.DTD
- Get an entity by name.
- getEntries() -
Method in class java.util.jar.Manifest
- Returns a Map of the entries contained in this Manifest.
- getEntry(String) -
Method in class java.util.jar.JarFile
- Returns the
ZipEntry
for the given entry name or
null
if not found.
- getEntry(String) -
Method in class java.util.zip.ZipFile
- Returns the zip file entry for the specified name, or null
if not found.
- getEntryName() -
Method in class java.net.JarURLConnection
- Return the entry name for this connection.
- getenv(String) -
Static method in class java.lang.System
- Deprecated. The preferred way to extract system-dependent information
is the system properties of the
java.lang.System.getProperty
methods and the
corresponding get
TypeName methods of
the Boolean
, Integer
, and
Long
primitive types. For example:
String classPath = System.getProperty("java.class.path",".");
if (Boolean.getBoolean("myapp.exper.mode"))
enableExpertCommands();
- getEnvironment() -
Method in class javax.naming.InitialContext
-
- getEnvironment() -
Method in class javax.naming.CannotProceedException
- Retrieves the environment that was in effect when this exception
was created.
- getEnvironment() -
Method in interface javax.naming.Context
- Retrieves the environment in effect for this context.
- getEras() -
Method in class java.text.DateFormatSymbols
- Gets era strings.
- getErrorCode() -
Method in class java.sql.SQLException
- Retrieves the vendor-specific exception code
for this
SQLException
object.
- getErrorIndex() -
Method in class java.text.ParsePosition
- Retrieve the index at which an error occurred, or -1 if the
error index has not been set.
- getErrorOffset() -
Method in class java.text.ParseException
- Returns the position where the error was found.
- getErrorsAny() -
Method in class java.awt.MediaTracker
- Returns a list of all media that have encountered an error.
- getErrorsID(int) -
Method in class java.awt.MediaTracker
- Returns a list of media with the specified ID that
have encountered an error.
- getErrorStream() -
Method in class java.lang.Process
- Gets the error stream of the subprocess.
- getErrorStream() -
Method in class java.net.HttpURLConnection
- Returns the error stream if the connection failed
but the server sent useful data nonetheless.
- getEtchedBorderUIResource() -
Static method in class javax.swing.plaf.BorderUIResource
-
- getEtchedInsets() -
Static method in class javax.swing.plaf.basic.BasicGraphicsUtils
- Returns the amount of space taken up by a border drawn by
drawEtchedRect()
- getEtchType() -
Method in class javax.swing.border.EtchedBorder
- Returns which etch-type is set on the etched border.
- getEventContext() -
Method in class javax.naming.event.NamingEvent
- Retrieves the event source that fired this event.
- getEventContext() -
Method in class javax.naming.event.NamingExceptionEvent
- Retrieves the EventContext that fired this event.
- getEventSetDescriptors() -
Method in interface java.beans.BeanInfo
- Gets the beans
EventSetDescriptor
s.
- getEventSetDescriptors() -
Method in class java.beans.SimpleBeanInfo
- Deny knowledge of event sets.
- getEventType() -
Method in class javax.swing.event.HyperlinkEvent
- Gets the type of event.
- getException() -
Method in class java.awt.event.InvocationEvent
- Returns any Exception caught while executing the Runnable's
run()
method.
- getException() -
Method in class java.lang.ExceptionInInitializerError
- Returns the exception that occurred during a static initialization that
caused this Error to be created.
- getException() -
Method in class java.lang.ClassNotFoundException
- Returns the exception that was raised if an error occurred while
attempting to load the class.
- getException() -
Method in class java.security.PrivilegedActionException
- Returns the exception thrown by the privileged computation that
resulted in this
PrivilegedActionException
.
- getException() -
Method in class javax.naming.event.NamingExceptionEvent
- Retrieves the exception that was thrown.
- getException() -
Method in interface javax.naming.ldap.UnsolicitedNotification
- Retrieves the exception as constructed using information
sent by the server.
- getExceptionTypes() -
Method in class java.lang.reflect.Method
- Returns an array of
Class
objects that represent
the types of the exceptions declared to be thrown
by the underlying method
represented by this Method
object.
- getExceptionTypes() -
Method in class java.lang.reflect.Constructor
- Returns an array of
Class
objects that represent the types of
of exceptions declared to be thrown by the underlying constructor
represented by this Constructor
object.
- getExpandedDescendants(TreePath) -
Method in class javax.swing.JTree
- Returns an
Enumeration
of the descendants of the
path parent
that
are currently expanded.
- getExpandedIcon() -
Method in class javax.swing.plaf.basic.BasicTreeUI
-
- getExpandedState(TreePath) -
Method in class javax.swing.tree.AbstractLayoutCache
- Returns true if the path is expanded, and visible.
- getExpandedState(TreePath) -
Method in class javax.swing.tree.VariableHeightLayoutCache
- Returns true if the path is expanded, and visible.
- getExpandedState(TreePath) -
Method in class javax.swing.tree.FixedHeightLayoutCache
- Returns true if the path is expanded, and visible.
- getExpandsSelectedPaths() -
Method in class javax.swing.JTree
- Returns the
expandsSelectedPaths
property.
- getExpiration() -
Method in class java.net.URLConnection
- Returns the value of the
expires
header field.
- getExplanation() -
Method in class javax.naming.NamingException
- Retrieves the explanation associated with this exception.
- getExportedKeys(String, String, String) -
Method in interface java.sql.DatabaseMetaData
- Gets a description of the foreign key columns that reference a
table's primary key columns (the foreign keys exported by a
table).
- getExtension() -
Method in class javax.sound.sampled.AudioFileFormat.Type
- Obtains the common file name extension for this file type.
- getExtensionValue(String) -
Method in interface java.security.cert.X509Extension
- Gets the DER-encoded OCTET string for the extension value
(extnValue) identified by the passed-in
oid
String.
- getExtent() -
Method in class javax.swing.DefaultBoundedRangeModel
- Return the model's extent.
- getExtent() -
Method in interface javax.swing.BoundedRangeModel
- Returns the model's extent, the length of the inner range that
begins at the model's value.
- getExtent() -
Method in class javax.swing.JSlider
- Returns the "extent" -- the range of values "covered" by the knob.
- getExtentSize() -
Method in class javax.swing.JViewport
- Returns the size of the visible part of the view in view coordinates.
- getExtra() -
Method in class java.util.zip.ZipEntry
- Returns the extra field data for the entry, or null if none.
- getExtraNameCharacters() -
Method in interface java.sql.DatabaseMetaData
- Gets all the "extra" characters that can be used in unquoted
identifier names (those beyond a-z, A-Z, 0-9 and _).
- getFactoryClassLocation() -
Method in class javax.naming.Reference
- Retrieves the location of the factory of the object
to which this reference refers.
- getFactoryClassName() -
Method in class javax.naming.Reference
- Retrieves the class name of the factory of the object
to which this reference refers.
- getFailureHandler() -
Static method in class java.rmi.server.RMISocketFactory
- Returns the handler for socket creation failure set by the
setFailureHandler
method.
- getFamily() -
Method in class java.awt.Font
- Returns the family name of this
Font
.
- getFamily(Locale) -
Method in class java.awt.Font
- Returns the family name of this
Font
, localized for
the specified locale.
- getFD() -
Method in class java.io.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.
- getFD() -
Method in class java.io.FileInputStream
- Returns the
FileDescriptor
object that represents the connection to
the actual file in the file system being
used by this FileInputStream
.
- getFetchDirection() -
Method in interface java.sql.Statement
- Retrieves the direction for fetching rows from
database tables that is the default for result sets
generated from this
Statement
object.
- getFetchDirection() -
Method in interface java.sql.ResultSet
- Returns the fetch direction for this
ResultSet
object.
- getFetchSize() -
Method in interface java.sql.Statement
- Retrieves the number of result set rows that is the default
fetch size for result sets
generated from this
Statement
object.
- getFetchSize() -
Method in interface java.sql.ResultSet
- Returns the fetch size for this
ResultSet
object.
- getField() -
Method in class java.text.FieldPosition
- Retrieves the field identifier.
- getField(String) -
Method in class java.io.ObjectStreamClass
- Get the field of this class by name.
- getField(String) -
Method in class java.lang.Class
- Returns a
Field
object that reflects the specified public
member field of the class or interface represented by this
Class
object.
- getFields() -
Method in class java.io.ObjectStreamClass
- Return an array of the fields of this serializable class.
- getFields() -
Method in class java.lang.Class
- Returns an array containing
Field
objects reflecting all
the accessible public fields of the class or interface represented by
this Class
object.
- getFile() -
Method in class java.awt.FileDialog
- Gets the selected file of this file dialog.
- getFile() -
Method in class java.net.URL
- Returns the file name of this
URL
.
- getFileChooser() -
Method in class javax.swing.plaf.basic.BasicFileChooserUI
-
- getFileChooserDetailViewIcon() -
Static method in class javax.swing.plaf.metal.MetalIconFactory
-
- getFileChooserHomeFolderIcon() -
Static method in class javax.swing.plaf.metal.MetalIconFactory
-
- getFileChooserListViewIcon() -
Static method in class javax.swing.plaf.metal.MetalIconFactory
-
- getFileChooserNewFolderIcon() -
Static method in class javax.swing.plaf.metal.MetalIconFactory
-
- getFileChooserUpFolderIcon() -
Static method in class javax.swing.plaf.metal.MetalIconFactory
-
- getFileDescriptor() -
Method in class java.net.SocketImpl
- Returns the value of this socket's
fd
field.
- getFileDescriptor() -
Method in class java.net.DatagramSocketImpl
- Gets the datagram socket file descriptor.
- getFileFilter() -
Method in class javax.swing.JFileChooser
- Returns the currently selected file filter.
- getFileName() -
Method in class java.awt.JobAttributes
- Specifies the file name for the output file for jobs using these
attributes.
- getFileName() -
Method in class javax.swing.plaf.basic.BasicFileChooserUI
-
- getFileName() -
Method in class javax.swing.plaf.metal.MetalFileChooserUI
-
- getFilenameFilter() -
Method in class java.awt.FileDialog
- Determines this file dialog's filename filter.
- getFileNameMap() -
Static method in class java.net.URLConnection
- Loads filename map (a mimetable) from a data file.
- getFilePointer() -
Method in class java.io.RandomAccessFile
- Returns the current offset in this file.
- getFiles() -
Method in class javax.swing.plaf.basic.BasicDirectoryModel
-
- getFiles(File, boolean) -
Method in class javax.swing.filechooser.FileSystemView
- gets the list of shown (i.e.
- getFileSelectionMode() -
Method in class javax.swing.JFileChooser
- Returns the current file-selection mode.
- getFileSystemView() -
Method in class javax.swing.JFileChooser
- Returns the file system view.
- getFileSystemView() -
Static method in class javax.swing.filechooser.FileSystemView
-
- getFileView() -
Method in class javax.swing.JFileChooser
- Returns the current file view.
- getFileView(JFileChooser) -
Method in class javax.swing.plaf.FileChooserUI
-
- getFileView(JFileChooser) -
Method in class javax.swing.plaf.basic.BasicFileChooserUI
-
- getFileView(JFileChooser) -
Method in class javax.swing.plaf.multi.MultiFileChooserUI
- Call getFileView on each UI handled by this MultiUI.
- getFilterInstance(ImageConsumer) -
Method in class java.awt.image.ImageFilter
- Returns a unique instance of an ImageFilter object which will
actually perform the filtering for the specified ImageConsumer.
- getFirst() -
Method in class java.util.LinkedList
- Returns the first element in this list.
- getFirstChild() -
Method in class javax.swing.tree.DefaultMutableTreeNode
- Returns this node's first child.
- getFirstColumn() -
Method in interface javax.accessibility.AccessibleTableModelChange
- Returns the first column that changed.
- getFirstColumn() -
Method in class javax.swing.JTable.AccessibleJTable.AccessibleJTableModelChange
-
- getFirstComponent(Container) -
Method in class javax.swing.DefaultFocusManager
- Return the first component that should receive the focus
- getFirstDayOfWeek() -
Method in class java.util.Calendar
- Gets what the first day of the week is; e.g., Sunday in US,
Monday in France.
- getFirstIndex() -
Method in class javax.swing.event.ListSelectionEvent
- Returns the index of the first row whose selection may have changed.
- getFirstLeaf() -
Method in class javax.swing.tree.DefaultMutableTreeNode
- Finds and returns the first leaf that is a descendant of this node --
either this node or its first child's first leaf.
- getFirstLineIndent(AttributeSet) -
Static method in class javax.swing.text.StyleConstants
- Gets the first line indent setting.
- getFirstRow() -
Method in interface javax.accessibility.AccessibleTableModelChange
- Returns the first row that changed.
- getFirstRow() -
Method in class javax.swing.JTable.AccessibleJTable.AccessibleJTableModelChange
-
- getFirstRow() -
Method in class javax.swing.event.TableModelEvent
- Returns the first row that changed.
- getFirstVisibleIndex() -
Method in class javax.swing.JList
- Returns the index of the cell in the upper left corner of the
JList
or -1 if nothing is visible or the list is empty.
- getFixedCellHeight() -
Method in class javax.swing.JList
- Returns the fixed cell height value -- the value specified by setting
the
fixedCellHeight
property,
rather than that calculated from the list elements.
- getFixedCellWidth() -
Method in class javax.swing.JList
- Returns the fixed cell width value -- the value specified by setting
the
fixedCellWidth
property, rather than that calculated
from the list elements.
- getFlatness() -
Method in class java.awt.geom.QuadCurve2D
- Returns the flatness, or maximum distance of a
controlpoint from the line connecting the endpoints, of this
QuadCurve2D
.
- getFlatness() -
Method in class java.awt.geom.CubicCurve2D
- Returns the flatness of this curve.
- getFlatness() -
Method in class java.awt.geom.FlatteningPathIterator
- Returns the flatness of this iterator.
- getFlatness(double[], int) -
Static method in class java.awt.geom.QuadCurve2D
- Returns the flatness, or maximum distance of a
controlpoint from the line connecting the endpoints, of the
quadratic curve specified by the controlpoints stored in the
indicated array at the indicated index.
- getFlatness(double[], int) -
Static method in class java.awt.geom.CubicCurve2D
- Returns the flatness of the cubic curve specified
by the controlpoints stored in the indicated array at the
indicated index.
- getFlatness(double, double, double, double, double, double) -
Static method in class java.awt.geom.QuadCurve2D
- Returns the flatness, or maximum distance of a
controlpoint from the line connecting the endpoints, of the
quadratic curve specified by the indicated controlpoints.
- getFlatness(double, double, double, double, double, double, double, double) -
Static method in class java.awt.geom.CubicCurve2D
- Returns the flatness of the cubic curve specified
by the indicated controlpoints.
- getFlatnessSq() -
Method in class java.awt.geom.QuadCurve2D
- Returns the square of the flatness, or maximum distance of a
controlpoint from the line connecting the endpoints, of this
QuadCurve2D
.
- getFlatnessSq() -
Method in class java.awt.geom.CubicCurve2D
- Returns the square of the flatness of this curve.
- getFlatnessSq(double[], int) -
Static method in class java.awt.geom.QuadCurve2D
- Returns the square of the flatness, or maximum distance of a
controlpoint from the line connecting the endpoints, of the
quadratic curve specified by the controlpoints stored in the
indicated array at the indicated index.
- getFlatnessSq(double[], int) -
Static method in class java.awt.geom.CubicCurve2D
- Returns the square of the flatness of the cubic curve specified
by the controlpoints stored in the indicated array at the
indicated index.
- getFlatnessSq(double, double, double, double, double, double) -
Static method in class java.awt.geom.QuadCurve2D
- Returns the square of the flatness, or maximum distance of a
controlpoint from the line connecting the endpoints, of the
quadratic curve specified by the indicated controlpoints.
- getFlatnessSq(double, double, double, double, double, double, double, double) -
Static method in class java.awt.geom.CubicCurve2D
- Returns the square of the flatness of the cubic curve specified
by the indicated controlpoints.
- getFlavorMap() -
Method in class java.awt.dnd.DragSource
- This method returns the
FlavorMap
for this DragSource
.
- getFlavorMap() -
Method in class java.awt.dnd.DropTarget
- This method returns the
FlavorMap
associated with this DropTarget
- getFlavorsForNatives(String[]) -
Method in class java.awt.datatransfer.SystemFlavorMap
- map natives to corresponding flavors
- getFlavorsForNatives(String[]) -
Method in interface java.awt.datatransfer.FlavorMap
- map natives to corresponding flavors
- getFloat(int) -
Method in interface java.sql.CallableStatement
- Gets the value of a JDBC
FLOAT
parameter as a float
in the Java programming language.
- getFloat(int) -
Method in interface java.sql.ResultSet
- Gets the value of the designated column in the current row
of this
ResultSet
object as
a float
in the Java programming language.
- getFloat(Object) -
Method in class java.lang.reflect.Field
- Gets the value of a field as a
float
on the specified object.
- getFloat(Object, int) -
Static method in class java.lang.reflect.Array
- Returns the value of the indexed component in the specified
array object, as a
float
.
- getFloat(String) -
Method in interface java.sql.ResultSet
- Gets the value of the designated column in the current row
of this
ResultSet
object as
a float
in the Java programming language.
- getFloatingColor() -
Method in class javax.swing.plaf.basic.BasicToolBarUI
- Gets the color displayed when over a floating area
- getFloatParameter(int) -
Method in class java.awt.image.renderable.ParameterBlock
- A convenience method to return a parameter as a float.
- getFlowAxis() -
Method in class javax.swing.text.FlowView
- Fetch the axis along which views should be
flowed.
- getFlowSpan(int) -
Method in class javax.swing.text.FlowView
- Fetch the constraining span to flow against for
the given child index.
- getFlowSpan(int) -
Method in class javax.swing.text.ParagraphView
- Fetch the constraining span to flow against for
the given child index.
- getFlowStart(int) -
Method in class javax.swing.text.FlowView
- Fetch the location along the flow axis that the
flow span will start at.
- getFlowStart(int) -
Method in class javax.swing.text.ParagraphView
- Fetch the location along the flow axis that the
flow span will start at.
- getFocusAccelerator() -
Method in class javax.swing.text.JTextComponent
- Returns the key accelerator that will cause the receiving
text component to get the focus.
- getFocusColor() -
Method in class javax.swing.plaf.basic.BasicSliderUI
-
- getFocusColor() -
Method in class javax.swing.plaf.metal.MetalToggleButtonUI
-
- getFocusColor() -
Method in class javax.swing.plaf.metal.MetalRadioButtonUI
-
- getFocusColor() -
Static method in class javax.swing.plaf.metal.MetalLookAndFeel
-
- getFocusColor() -
Method in class javax.swing.plaf.metal.MetalButtonUI
-
- getFocusColor() -
Method in class javax.swing.plaf.metal.MetalTheme
-
- getFocusedComponent() -
Method in class javax.swing.text.TextAction
- Fetches the text component that currently has focus.
- getFocusOwner() -
Method in class java.awt.Window
- Returns the child component of this Window which has focus if and
only if this Window is active.
- getFocusOwner() -
Method in class javax.swing.JInternalFrame
- If this JInternalFrame is active, return the child which has focus.
- getFollowRedirects() -
Static method in class java.net.HttpURLConnection
- Returns a
boolean
indicating
whether or not HTTP redirects (3xx) should
be automatically followed.
- getFont() -
Method in class java.awt.Component
- Gets the font of this component.
- getFont() -
Method in class java.awt.Component.AccessibleAWTComponent
- Get the Font of this object.
- getFont() -
Method in class java.awt.MenuComponent
- Gets the font used for this menu component.
- getFont() -
Method in class java.awt.MenuComponent.AccessibleAWTMenuComponent
- Get the Font of this object.
- getFont() -
Method in interface java.awt.MenuContainer
-
- getFont() -
Method in class java.awt.FontMetrics
- Gets the
Font
described by this
FontMetrics
object.
- getFont() -
Method in class java.awt.Graphics
- Gets the current font.
- getFont() -
Method in class java.awt.List.AccessibleAWTList.AccessibleAWTListChild
- Get the Font of this object.
- getFont() -
Method in class java.awt.font.GlyphVector
- Returns the
Font
associated with this
GlyphVector
.
- getFont() -
Method in interface javax.accessibility.AccessibleComponent
- Gets the Font of this object.
- getFont() -
Method in class javax.swing.JList.AccessibleJList.AccessibleJListChild
-
- getFont() -
Method in class javax.swing.JTree.AccessibleJTree.AccessibleJTreeNode
-
- getFont() -
Method in class javax.swing.JTable.AccessibleJTable.AccessibleJTableCell
- Gets the Font of this object.
- getFont() -
Method in class javax.swing.DebugGraphics
- Returns the Font used for text drawing operations.
- getFont() -
Method in class javax.swing.table.JTableHeader.AccessibleJTableHeader.AccessibleJTableHeaderEntry
-
- getFont() -
Method in class javax.swing.text.GlyphView
- Fetch the font that the glyphs should be based
upon.
- getFont() -
Method in class javax.swing.text.LabelView
- Fetch the font that the glyphs should be based
upon.
- getFont() -
Method in class javax.swing.tree.DefaultTreeCellEditor
- Gets the font used for editing.
- getFont() -
Method in class javax.swing.tree.DefaultTreeCellEditor.DefaultTextField
-
- getFont(AttributeSet) -
Method in class javax.swing.text.StyleContext
- Gets the font from an attribute set.
- getFont(AttributeSet) -
Method in interface javax.swing.text.StyledDocument
- Takes a set of attributes and turn it into a font
specification.
- getFont(AttributeSet) -
Method in class javax.swing.text.DefaultStyledDocument
- Gets the font from an attribute set.
- getFont(AttributeSet) -
Method in class javax.swing.text.html.StyleSheet
- Fetches the font to use for the given set of attributes.
- getFont(Component) -
Method in class javax.swing.border.TitledBorder
-
- getFont(Map) -
Static method in class java.awt.Font
- Returns a
Font
appropriate to this attribute set.
- getFont(Object) -
Method in class javax.swing.UIDefaults
- If the value of
key
is a Font
return it,
otherwise return null
.
- getFont(Object) -
Static method in class javax.swing.UIManager
- Returns a drawing font from the defaults table.
- getFont(String) -
Static method in class java.awt.Font
- Returns a
Font
object from the system properties list.
- getFont(String, Font) -
Static method in class java.awt.Font
- Gets the specified
Font
from the system properties
list.
- getFont(String, int, int) -
Method in class javax.swing.text.StyleContext
- Gets a new font.
- getFontFamily(AttributeSet) -
Static method in class javax.swing.text.StyleConstants
- Gets the font family setting from the attribute list.
- getFontList() -
Method in class java.awt.Toolkit
- Deprecated. see
GraphicsEnvironment.getAvailableFontFamilyNames()
- getFontMetrics() -
Method in class java.awt.Graphics
- Gets the font metrics of the current font.
- getFontMetrics() -
Method in class javax.swing.DebugGraphics
- Overrides
Graphics.getFontMetrics
.
- getFontMetrics() -
Method in class javax.swing.text.LabelView
- Deprecated. FontMetrics are not used for glyph rendering
when running in the Java2 SDK.
- getFontMetrics() -
Method in class javax.swing.text.FieldView
- Fetches the font metrics associated with the component hosting
this view.
- getFontMetrics() -
Method in class javax.swing.plaf.basic.BasicTabbedPaneUI
-
- getFontMetrics(Font) -
Method in class java.awt.Component
- Gets the font metrics for the specified font.
- getFontMetrics(Font) -
Method in class java.awt.Component.AccessibleAWTComponent
- Get the FontMetrics of this object.
- getFontMetrics(Font) -
Method in class java.awt.MenuComponent.AccessibleAWTMenuComponent
- Get the FontMetrics of this object.
- getFontMetrics(Font) -
Method in class java.awt.Graphics
- Gets the font metrics for the specified font.
- getFontMetrics(Font) -
Method in class java.awt.Toolkit
- Deprecated. This returns integer metrics for the default screen.
- getFontMetrics(Font) -
Method in class java.awt.List.AccessibleAWTList.AccessibleAWTListChild
- Get the FontMetrics of this object.
- getFontMetrics(Font) -
Method in interface javax.accessibility.AccessibleComponent
- Gets the FontMetrics of this object.
- getFontMetrics(Font) -
Method in class javax.swing.JList.AccessibleJList.AccessibleJListChild
-
- getFontMetrics(Font) -
Method in class javax.swing.JTree.AccessibleJTree.AccessibleJTreeNode
-
- getFontMetrics(Font) -
Method in class javax.swing.JTable.AccessibleJTable.AccessibleJTableCell
- Gets the FontMetrics of this object.
- getFontMetrics(Font) -
Method in class javax.swing.DebugGraphics
- Overrides
Graphics.getFontMetrics
.
- getFontMetrics(Font) -
Method in class javax.swing.table.JTableHeader.AccessibleJTableHeader.AccessibleJTableHeaderEntry
-
- getFontMetrics(Font) -
Method in class javax.swing.text.StyleContext
- Returns font metrics for a font.
- getFontName() -
Method in class java.awt.Font
- Returns the font face name of this
Font
.
- getFontName(Locale) -
Method in class java.awt.Font
- Returns the font face name of the
Font
, localized
for the specified locale.
- getFontPeer(String, int) -
Method in class java.awt.Toolkit
- Deprecated. see java.awt.GraphicsEnvironment#getAllFonts
- getFontRenderContext() -
Method in class java.awt.Graphics2D
- Get the rendering context of the
Font
within this
Graphics2D
context.
- getFontRenderContext() -
Method in class java.awt.font.GlyphVector
- Returns the
FontRenderContext
associated with this
GlyphVector
.
- getFontSize(AttributeSet) -
Static method in class javax.swing.text.StyleConstants
- Gets the font size setting from the attribute list.
- getFontTable(int) -
Method in interface java.awt.font.OpenType
- Returns the table as an array of bytes for a specified tag.
- getFontTable(int, int, int) -
Method in interface java.awt.font.OpenType
- Returns a subset of the table as an array of bytes
for a specified tag.
- getFontTable(String) -
Method in interface java.awt.font.OpenType
- Returns the table as an array of bytes for a specified tag.
- getFontTable(String, int, int) -
Method in interface java.awt.font.OpenType
- Returns a subset of the table as an array of bytes
for a specified tag.
- getFontTableSize(int) -
Method in interface java.awt.font.OpenType
- Returns the size of the table for a specified tag.
- getFontTableSize(String) -
Method in interface java.awt.font.OpenType
- Returns the size of the table for a specified tag.
- getForeground() -
Method in class java.awt.Component
- Gets the foreground color of this component.
- getForeground() -
Method in class java.awt.Component.AccessibleAWTComponent
- Get the foreground color of this object.
- getForeground() -
Method in class java.awt.MenuComponent.AccessibleAWTMenuComponent
- Get the foreground color of this object.
- getForeground() -
Method in class java.awt.List.AccessibleAWTList.AccessibleAWTListChild
- Get the foreground color of this object.
- getForeground() -
Method in interface javax.accessibility.AccessibleComponent
- Gets the foreground color of this object.
- getForeground() -
Method in class javax.swing.JList.AccessibleJList.AccessibleJListChild
-
- getForeground() -
Method in class javax.swing.JTree.AccessibleJTree.AccessibleJTreeNode
- Get the foreground color of this object.
- getForeground() -
Method in class javax.swing.JTable.AccessibleJTable.AccessibleJTableCell
- Gets the foreground color of this object.
- getForeground() -
Method in class javax.swing.table.JTableHeader.AccessibleJTableHeader.AccessibleJTableHeaderEntry
-
- getForeground() -
Method in class javax.swing.text.GlyphView
- Fetch the foreground color to use to render the
glyphs.
- getForeground() -
Method in class javax.swing.text.LabelView
- Fetch the foreground color to use to render the
glyphs.
- getForeground(AttributeSet) -
Method in class javax.swing.text.StyleContext
- Takes a set of attributes and turn it into a foreground color
specification.
- getForeground(AttributeSet) -
Static method in class javax.swing.text.StyleConstants
- Gets the foreground color setting from the attribute list.
- getForeground(AttributeSet) -
Method in interface javax.swing.text.StyledDocument
- Takes a set of attributes and turn it into a foreground color
specification.
- getForeground(AttributeSet) -
Method in class javax.swing.text.DefaultStyledDocument
- Gets the foreground color from an attribute set.
- getForeground(AttributeSet) -
Method in class javax.swing.text.html.StyleSheet
- Takes a set of attributes and turn it into a foreground color
specification.
- getForegroundAt(int) -
Method in class javax.swing.JTabbedPane
- Returns the tab foreground color at
index
.
- getFormat() -
Method in interface java.security.Key
- Returns the name of the primary encoding format of this key,
or null if this key does not support encoding.
- getFormat() -
Method in interface java.security.Certificate
- Deprecated. Returns the name of the coding format.
- 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.PKCS8EncodedKeySpec
- 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 javax.sound.sampled.AudioInputStream
- Obtains the audio format of the sound data in this audio input stream.
- getFormat() -
Method in interface javax.sound.sampled.DataLine
- Obtains the current format (encoding, sample rate, number of channels,
etc.) of the data line's audio data.
- getFormat() -
Method in class javax.sound.sampled.AudioFileFormat
- Obtains the format of the audio data contained in the audio file.
- 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.
- getFormats() -
Method in class javax.sound.sampled.DataLine.Info
- Obtains a set of audio formats supported by the data line.
- getFrame() -
Method in class java.awt.geom.RectangularShape
- Returns the framing
Rectangle2D
that defines the overall shape of this object.
- getFrameForComponent(Component) -
Static method in class javax.swing.JOptionPane
- Returns the specified component's
Frame
.
- getFrameIcon() -
Method in class javax.swing.JInternalFrame
- Returns the image displayed in the title bar of the frame (usually
in the top-left corner).
- getFrameLength() -
Method in class javax.sound.sampled.AudioInputStream
- Obtains the length of the stream, expressed in sample frames rather than bytes.
- getFrameLength() -
Method in class javax.sound.sampled.AudioFileFormat
- Obtains the length of the audio data contained in the file, expressed in sample frames.
- getFrameLength() -
Method in interface javax.sound.sampled.Clip
- Obtains the media length in sample frames.
- getFramePosition() -
Method in interface javax.sound.sampled.DataLine
- Obtains the current position in the audio data, in sample frames.
- getFramePosition() -
Method in class javax.sound.sampled.LineEvent
- Obtains the position in the line's audio data when the event occurred, expressed in sample frames.
- getFrameRate() -
Method in class javax.sound.sampled.AudioFormat
- Obtains the frame rate in frames per second.
- getFrames() -
Static method in class java.awt.Frame
- Returns an array containing all Frames created by the application.
- getFrameSize() -
Method in class javax.sound.sampled.AudioFormat
- Obtains the frame size in bytes.
- getFromIndex() -
Method in class javax.swing.event.TableColumnModelEvent
- Returns the fromIndex.
- getFromPage() -
Method in class java.awt.JobAttributes
- Returns, for jobs using these attributes, the first page to be
printed, if a range of pages is to be printed.
- getG() -
Method in interface java.security.interfaces.DSAParams
- Returns the base,
g
.
- getG() -
Method in class java.security.spec.DSAPrivateKeySpec
- Returns the base
g
.
- getG() -
Method in class java.security.spec.DSAPublicKeySpec
- Returns the base
g
.
- getG() -
Method in class java.security.spec.DSAParameterSpec
- Returns the base
g
.
- getGamma() -
Method in class java.awt.color.ICC_ProfileGray
- Returns a gamma value representing the tone reproduction
curve (TRC).
- getGamma(int) -
Method in class java.awt.color.ICC_ProfileRGB
- Returns a gamma value representing the tone reproduction curve
(TRC) for a particular component.
- getGestureModifiers() -
Method in class java.awt.dnd.DragSourceDragEvent
- This method returns an
int
representing
the current state of the input device modifiers
associated with the user's gesture.
- getGlassPane() -
Method in class javax.swing.JWindow
- Returns the
glassPane Component
for this window.
- getGlassPane() -
Method in class javax.swing.JApplet
- Returns the glassPane object for this applet.
- getGlassPane() -
Method in class javax.swing.JInternalFrame
- Returns the
glassPane
object for this frame.
- getGlassPane() -
Method in class javax.swing.JFrame
- Returns the
glassPane
object for this frame.
- getGlassPane() -
Method in interface javax.swing.RootPaneContainer
- Returns the glassPane.
- getGlassPane() -
Method in class javax.swing.JRootPane
- Returns the current glass pane for this JRootPane.
- getGlassPane() -
Method in class javax.swing.JDialog
- Returns the
glassPane
object for this dialog.
- getGlyphCode(int) -
Method in class java.awt.font.GlyphVector
- Returns the glyphcode of the specified glyph.
- getGlyphCodes(int, int, int[]) -
Method in class java.awt.font.GlyphVector
- Returns an array of glyphcodes for the specified glyphs.
- getGlyphJustificationInfo(int) -
Method in class java.awt.font.GlyphVector
- Returns the justification information for the glyph at
the specified index into this
GlyphVector
.
- getGlyphLogicalBounds(int) -
Method in class java.awt.font.GlyphVector
- Returns the logical bounds of the specified glyph within this
GlyphVector
.
- getGlyphMetrics(int) -
Method in class java.awt.font.GlyphVector
- Returns the metrics of the glyph at the specified index into
this
GlyphVector
.
- getGlyphOutline(int) -
Method in class java.awt.font.GlyphVector
- Returns a
Shape
whose interior corresponds to the
visual representation of the specified glyph
within this GlyphVector
.
- getGlyphPainter() -
Method in class javax.swing.text.GlyphView
- Fetch the currently installed glyph painter.
- getGlyphPosition(int) -
Method in class java.awt.font.GlyphVector
- Returns the position of the specified glyph within this
GlyphVector
.
- getGlyphPositions(int, int, float[]) -
Method in class java.awt.font.GlyphVector
- Returns an array of glyph positions for the specified glyphs.
- getGlyphTransform(int) -
Method in class java.awt.font.GlyphVector
- Gets the transform of the specified glyph within this
GlyphVector
.
- getGlyphVisualBounds(int) -
Method in class java.awt.font.GlyphVector
- Returns the visual bounds of the specified glyph within the
GlyphVector
.
- getGoHomeAction() -
Method in class javax.swing.plaf.basic.BasicFileChooserUI
-
- getGraphics() -
Method in class java.awt.Component
- Creates a graphics context for this component.
- getGraphics() -
Method in class java.awt.PrintJob
- Gets a Graphics object that will draw to the next page.
- getGraphics() -
Method in class java.awt.Image
- Creates a graphics context for drawing to an off-screen image.
- getGraphics() -
Method in class java.awt.image.BufferedImage
- This method returns a
Graphics2D
, but is here
for backwards compatibility.
- getGraphics() -
Method in class javax.swing.JComponent
- Returns this component's graphics context, which lets you draw
on a component.
- getGraphics() -
Method in class javax.swing.text.View
- Fetch a Graphics for rendering.
- getGraphicsConfiguration() -
Method in class java.awt.Component
- Get the
GraphicsConfiguration
associated with this
Component
.
- getGraphicsConfiguration() -
Method in class java.awt.Window
- This method returns the GraphicsConfiguration used by this Window.
- 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 in the range 0-255 in the default sRGB
space.
- getGreen(int) -
Method in class java.awt.image.ColorModel
- Returns the green color component for the specified pixel, scaled
from 0 to 255 in the default RGB ColorSpace, sRGB.
- getGreen(int) -
Method in class java.awt.image.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.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.IndexColorModel
- Returns the green color component for the specified pixel, scaled
from 0 to 255 in the default RGB ColorSpace, sRGB.
- getGreen(Object) -
Method in class java.awt.image.ColorModel
- Returns the green color component for the specified pixel, scaled
from 0 to 255 in the default RGB
ColorSpace
, sRGB.
- getGreen(Object) -
Method in class java.awt.image.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.DirectColorModel
- Returns the green color component for the specified pixel, scaled
from 0 to 255 in the default RGB
ColorSpace
, sRGB.
- getGreenMask() -
Method in class java.awt.image.DirectColorModel
- Returns the mask indicating which bits in an
int
pixel
representation contain the green color component.
- getGreens(byte[]) -
Method in class java.awt.image.IndexColorModel
- Copies the array of green color components into the specified array.
- getGregorianChange() -
Method in class java.util.GregorianCalendar
- Gets the Gregorian Calendar change date.
- getGridColor() -
Method in class javax.swing.JTable
- Returns the color used to draw grid lines.
- getGridColumn() -
Method in class javax.swing.text.TableView.TableCell
- Deprecated. Gets the column of the grid location
- getGridRow() -
Method in class javax.swing.text.TableView.TableCell
- Deprecated. Gets the row of the grid location
- getGrooveInsets() -
Static method in class javax.swing.plaf.basic.BasicGraphicsUtils
- Returns the amount of space taken up by a border drawn by
drawGroove()
- getGroup() -
Method in class javax.swing.DefaultButtonModel
- Returns the group that this button belongs to.
- 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
- Gets the character used for thousands separator.
- getGroupingSize() -
Method in class java.text.DecimalFormat
- Return the grouping size.
- getGuarantor() -
Method in interface java.security.Certificate
- Deprecated. Returns the guarantor of the certificate, that is, the principal
guaranteeing that the public key associated with this certificate
is that of the principal associated with this certificate.
- getHAdjustable() -
Method in class java.awt.ScrollPane
- Returns the Adjustable object which represents the state of
the horizontal scrollbar.
- getHashColor() -
Method in class javax.swing.plaf.basic.BasicTreeUI
-
- getHeaderField(int) -
Method in class java.net.URLConnection
- Returns the value for the
n
th header field.
- getHeaderField(String) -
Method in class java.net.URLConnection
- Returns the name of the specified header field.
- getHeaderFieldDate(String, long) -
Method in class java.net.URLConnection
- Returns the value of the named field parsed as date.
- getHeaderFieldDate(String, long) -
Method in class java.net.HttpURLConnection
-
- 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.
- getHeaderRect(int) -
Method in class javax.swing.table.JTableHeader
- Returns the rectangle containing the header tile at
column
.
- getHeaderRenderer() -
Method in class javax.swing.table.TableColumn
- Returns the
TableCellRenderer
used to draw the header of the
TableColumn
.
- getHeaderValue() -
Method in class javax.swing.table.TableColumn
- Returns the
Object
used as the value for the header
renderer.
- getHeight() -
Method in class java.awt.Component
- Return the current height of this component.
- getHeight() -
Method in class java.awt.FontMetrics
- Gets the standard height of a line of text in this font.
- getHeight() -
Method in class java.awt.Dimension
- Returns the height of this dimension in double precision.
- getHeight() -
Method in class java.awt.Rectangle
- Returns the height of the bounding
Rectangle
in
double
precision.
- getHeight() -
Method in class java.awt.font.LineMetrics
- Returns the height of the text.
- getHeight() -
Method in class java.awt.geom.Dimension2D
- Returns the height of this
Dimension
in double
precision.
- getHeight() -
Method in class java.awt.geom.RectangularShape
- Returns the height of the framing rectangle
in
double
precision.
- getHeight() -
Method in class java.awt.geom.RoundRectangle2D.Float
- Returns the height of this
RoundRectangle2D
in double
precision.
- getHeight() -
Method in class java.awt.geom.RoundRectangle2D.Double
- Returns the height of this
RoundRectangle2D
in double
precision.
- getHeight() -
Method in class java.awt.geom.Rectangle2D.Float
- Returns the height of this
Rectangle2D
in double precision.
- getHeight() -
Method in class java.awt.geom.Rectangle2D.Double
- Returns the height of this
Rectangle2D
in
double precision.
- getHeight() -
Method in class java.awt.geom.Arc2D.Float
- Returns the height of the ellipse of which this arc is
a partial section
- getHeight() -
Method in class java.awt.geom.Arc2D.Double
- Returns the height of the ellipse of which this arc is
a partial section
- getHeight() -
Method in class java.awt.geom.Ellipse2D.Float
- Returns the overall height of this
Ellipse2D
in
double
precision.
- getHeight() -
Method in class java.awt.geom.Ellipse2D.Double
- Returns the overall height of this
Ellipse2D
in double
precision.
- getHeight() -
Method in class java.awt.image.SampleModel
- Returns the height in pixels.
- getHeight() -
Method in class java.awt.image.Kernel
- Returns the height of this
Kernel
.
- getHeight() -
Method in class java.awt.image.PixelGrabber
- Get the height of the pixel buffer (after adjusting for image height).
- getHeight() -
Method in interface java.awt.image.RenderedImage
- Returns the height of the RenderedImage.
- getHeight() -
Method in class java.awt.image.BufferedImage
- Returns the height of the
BufferedImage
.
- getHeight() -
Method in class java.awt.image.Raster
- Returns the height in pixels of the Raster.
- getHeight() -
Method in class java.awt.image.renderable.RenderableImageOp
- Gets the height in user coordinate space.
- getHeight() -
Method in interface java.awt.image.renderable.RenderableImage
- Gets the height in user coordinate space.
- getHeight() -
Method in class java.awt.print.Paper
- Returns the height of the page in 1/72nds of an inch.
- getHeight() -
Method in class java.awt.print.PageFormat
- Returns the height, in 1/72nds of an inch, of the page.
- getHeight() -
Method in class javax.swing.JComponent
- Returns the current height of this component.
- getHeight() -
Method in class javax.swing.text.BoxView
- The current height of the box.
- getHeight(GlyphView) -
Method in class javax.swing.text.GlyphView.GlyphPainter
-
- getHeight(ImageObserver) -
Method in class java.awt.Image
- Determines the height of the image.
- getHeight(ImageObserver) -
Method in class java.awt.image.BufferedImage
- Returns the actual height of the image.
- getHeightOfHighValueLabel() -
Method in class javax.swing.plaf.basic.BasicSliderUI
-
- getHeightOfLowValueLabel() -
Method in class javax.swing.plaf.basic.BasicSliderUI
-
- getHeightOfTallestLabel() -
Method in class javax.swing.plaf.basic.BasicSliderUI
-
- getHelpMenu() -
Method in class java.awt.MenuBar
- Gets the help menu on the menu bar.
- getHelpMenu() -
Method in class javax.swing.JMenuBar
- Gets the help menu for the menu bar.
- getHgap() -
Method in class java.awt.CardLayout
- Gets the horizontal gap between components.
- getHgap() -
Method in class java.awt.GridLayout
- Gets the horizontal gap between components.
- getHgap() -
Method in class java.awt.BorderLayout
- Returns the horizontal gap between components.
- getHgap() -
Method in class java.awt.FlowLayout
- Gets the horizontal gap between components.
- getHighestValueLabel() -
Method in class javax.swing.plaf.basic.BasicSliderUI
- Returns the label that corresponds to the lowest slider value in the label table.
- getHighlightColor() -
Method in class javax.swing.border.EtchedBorder
- Returns the highlight color of the etched border.
- getHighlightColor() -
Method in class javax.swing.plaf.basic.BasicSliderUI
-
- getHighlightColor(Component) -
Method in class javax.swing.border.EtchedBorder
- Returns the highlight color of the etched border
when rendered on the specified component.
- getHighlightedTextColor() -
Static method in class javax.swing.plaf.metal.MetalLookAndFeel
-
- getHighlightedTextColor() -
Method in class javax.swing.plaf.metal.MetalTheme
-
- getHighlighter() -
Method in class javax.swing.text.JTextComponent
- Fetches the object responsible for making highlights.
- getHighlightInnerColor() -
Method in class javax.swing.border.BevelBorder
- Returns the inner highlight color of the bevel border.
- getHighlightInnerColor(Component) -
Method in class javax.swing.border.BevelBorder
- Returns the inner highlight color of the bevel border
when rendered on the specified component.
- getHighlightOuterColor() -
Method in class javax.swing.border.BevelBorder
- Returns the outer highlight color of the bevel border.
- getHighlightOuterColor(Component) -
Method in class javax.swing.border.BevelBorder
- Returns the outer highlight color of the bevel border
when rendered on the specified component.
- getHighlights() -
Method in interface javax.swing.text.Highlighter
- Fetches the current list of highlights.
- getHighlights() -
Method in class javax.swing.text.DefaultHighlighter
- Makes a copy of the highlights.
- getHomeDirectory() -
Method in class javax.swing.filechooser.FileSystemView
-
- getHorizontalAlignment() -
Method in class javax.swing.AbstractButton
- Returns the horizontal alignment of the icon and text.
- getHorizontalAlignment() -
Method in class javax.swing.JTextField
- Returns the horizontal alignment of the text.
- getHorizontalAlignment() -
Method in class javax.swing.JLabel
- Returns the alignment of the label's contents along the X axis.
- getHorizontalLegBuffer() -
Method in class javax.swing.plaf.basic.BasicTreeUI
- The horizontal element of legs between nodes starts at the
right of the left-hand side of the child node by default.
- getHorizontalLegBuffer() -
Method in class javax.swing.plaf.metal.MetalTreeUI
-
- getHorizontalScrollBar() -
Method in class javax.swing.ScrollPaneLayout
- Returns the JScrollBar object that handles horizontal scrolling.
- getHorizontalScrollBar() -
Method in class javax.swing.JScrollPane
- Returns the horizontal scroll bar that controls the viewport's
horizontal view position.
- getHorizontalScrollBarPolicy() -
Method in class javax.swing.ScrollPaneLayout
- Returns the horizontal scrollbar-display policy.
- getHorizontalScrollBarPolicy() -
Method in class javax.swing.JScrollPane
- Returns the horizontal scroll bar policy value.
- getHorizontalSliderThumbIcon() -
Static method in class javax.swing.plaf.metal.MetalIconFactory
-
- getHorizontalTextPosition() -
Method in class javax.swing.AbstractButton
- Returns the horizontal position of the text relative to the icon.
- getHorizontalTextPosition() -
Method in class javax.swing.JLabel
- Returns the horizontal position of the label's text,
relative to its image.
- getHorizontalVisibility() -
Method in class javax.swing.JTextField
- Gets the visibility of the text field.
- getHost() -
Method in class java.net.URL
- Returns the host name of this
URL
, if applicable.
- getHostAddress() -
Method in class java.net.InetAddress
- Returns the IP address string "%d.%d.%d.%d".
- getHostAddress(URL) -
Method in class java.net.URLStreamHandler
- Get the IP address of our host.
- getHostName() -
Method in class java.net.InetAddress
- Gets the host name for this IP address.
- getHours() -
Method in class java.sql.Date
- Deprecated.
- getHours() -
Method in class java.util.Date
- Deprecated. As of JDK version 1.1,
replaced by
Calendar.get(Calendar.HOUR_OF_DAY)
.
- getHSBColor(float, float, float) -
Static method in class java.awt.Color
- Creates a
Color
object based on the specified values
for the HSB color model.
- getHScrollbarHeight() -
Method in class java.awt.ScrollPane
- Returns the height that would be occupied by a horizontal
scrollbar, which is independent of whether it is currently
displayed by the scroll pane or not.
- getHTMLDocument(JEditorPane) -
Method in class javax.swing.text.html.HTMLEditorKit.HTMLTextAction
-
- getHTMLEditorKit(JEditorPane) -
Method in class javax.swing.text.html.HTMLEditorKit.HTMLTextAction
-
- getHTMLTag() -
Method in class javax.swing.text.html.parser.TagElement
-
- getHumanPresentableName() -
Method in class java.awt.datatransfer.DataFlavor
- Returns the human presentable name for the data foramt that this
DataFlavor represents.
- getICC_Profiles() -
Method in class java.awt.image.ColorConvertOp
- Returns the array of ICC_Profiles used to construct this ColorConvertOp.
- getIcon() -
Method in class javax.swing.AbstractButton
- Returns the default icon.
- getIcon() -
Method in class javax.swing.JOptionPane
- Returns the icon this pane displays.
- getIcon() -
Method in class javax.swing.JLabel
- Returns the graphic image (glyph, icon) that the label displays.
- getIcon() -
Method in class javax.swing.plaf.basic.BasicOptionPaneUI
- Returns the icon from the JOptionPane the reciever is providing
the look and feel for, or the default icon as returned from
getDefaultIcon.
- getIcon(AttributeSet) -
Static method in class javax.swing.text.StyleConstants
- Gets the icon setting from the attribute list.
- getIcon(File) -
Method in class javax.swing.JFileChooser
- Returns the icon for this file or type of file, depending
on the system.
- getIcon(File) -
Method in class javax.swing.filechooser.FileView
- The icon that represents this file in the JFileChooser.
- getIcon(File) -
Method in class javax.swing.plaf.basic.BasicFileChooserUI.BasicFileView
-
- getIcon(int) -
Method in interface java.beans.BeanInfo
- This method returns an image object that can be used to
represent the bean in toolboxes, toolbars, etc.
- getIcon(int) -
Method in class java.beans.SimpleBeanInfo
- Claim there are no icons available.
- getIcon(Object) -
Method in class javax.swing.UIDefaults
- If the value of
key
is an Icon
return it,
otherwise return null
.
- getIcon(Object) -
Static method in class javax.swing.UIManager
- Returns an Icon from the defaults table.
- getIconAt(int) -
Method in class javax.swing.JTabbedPane
- Returns the tab icon at
index
.
- getIconForTab(int) -
Method in class javax.swing.plaf.basic.BasicTabbedPaneUI
-
- getIconForType(int) -
Method in class javax.swing.plaf.basic.BasicOptionPaneUI
- Returns the icon to use for the passed in type.
- getIconHeight() -
Method in interface javax.swing.Icon
- Returns the icon's height.
- getIconHeight() -
Method in class javax.swing.ImageIcon
- Gets the height of the icon.
- getIconHeight() -
Method in class javax.swing.plaf.IconUIResource
-
- getIconHeight() -
Method in class javax.swing.plaf.metal.MetalCheckBoxIcon
-
- getIconHeight() -
Method in class javax.swing.plaf.metal.MetalIconFactory.PaletteCloseIcon
-
- getIconHeight() -
Method in class javax.swing.plaf.metal.MetalIconFactory.FolderIcon16
-
- getIconHeight() -
Method in class javax.swing.plaf.metal.MetalIconFactory.FileIcon16
-
- getIconHeight() -
Method in class javax.swing.plaf.metal.MetalIconFactory.TreeControlIcon
-
- getIconHeight() -
Method in class javax.swing.plaf.metal.MetalComboBoxIcon
- stubbed to statify the interface.
- getIconImage() -
Method in class java.awt.Frame
- Gets the image to be displayed in the minimized icon
for this frame.
- getIconTextGap() -
Method in class javax.swing.JLabel
- Returns the amount of space between the text and the icon
displayed in this label.
- getIconWidth() -
Method in interface javax.swing.Icon
- Returns the icon's width.
- getIconWidth() -
Method in class javax.swing.ImageIcon
- Gets the width of the icon.
- getIconWidth() -
Method in class javax.swing.plaf.IconUIResource
-
- getIconWidth() -
Method in class javax.swing.plaf.metal.MetalCheckBoxIcon
-
- getIconWidth() -
Method in class javax.swing.plaf.metal.MetalIconFactory.PaletteCloseIcon
-
- getIconWidth() -
Method in class javax.swing.plaf.metal.MetalIconFactory.FolderIcon16
-
- getIconWidth() -
Method in class javax.swing.plaf.metal.MetalIconFactory.FileIcon16
-
- getIconWidth() -
Method in class javax.swing.plaf.metal.MetalIconFactory.TreeControlIcon
-
- getIconWidth() -
Method in class javax.swing.plaf.metal.MetalComboBoxIcon
- stubbed to statify the interface.
- getId() -
Method in class org.omg.CORBA.portable.ApplicationException
- Returns the CORBA repository ID of the exception
without removing it from the exceptions input stream.
- getID() -
Method in class java.awt.AWTEvent
- Returns the event type.
- getID() -
Method in class java.rmi.activation.Activatable
- Returns the object's activation identifier.
- getID() -
Method in class java.util.TimeZone
- Gets the ID of this time zone.
- getID() -
Method in class javax.naming.directory.BasicAttribute
-
- getID() -
Method in interface javax.naming.directory.Attribute
- Retrieves the id of this attribute.
- getID() -
Method in interface javax.naming.ldap.Control
- Retrieves the object identifier assigned for the LDAP control.
- getID() -
Method in interface javax.naming.ldap.ExtendedRequest
- Retrieves the object identifier of the request.
- getID() -
Method in interface javax.naming.ldap.ExtendedResponse
- Retrieves the object identifier of the response.
- getID() -
Method in class javax.swing.LookAndFeel
- Return a string that identifies this look and feel.
- getID() -
Method in class javax.swing.plaf.metal.MetalLookAndFeel
-
- getID() -
Method in class javax.swing.plaf.multi.MultiLookAndFeel
-
- getIdentifier() -
Method in class javax.swing.table.TableColumn
- Returns the
identifier
object for this column.
- getIdentifierQuoteString() -
Method in interface java.sql.DatabaseMetaData
- What's the string used to quote SQL identifiers?
This returns a space " " if identifier quoting isn't supported.
- getIdentity(Principal) -
Method in class java.security.IdentityScope
- Deprecated. Retrieves the identity whose name is the same as that of the
specified principal.
- getIdentity(PublicKey) -
Method in class java.security.IdentityScope
- Deprecated. Retrieves the identity with the specified public key.
- getIdentity(String) -
Method in class java.security.IdentityScope
- Deprecated. Returns the identity in this scope with the specified name (if any).
- getIDs() -
Method in interface javax.naming.directory.Attributes
- Retrieves an enumeration of the ids of the attributes in the
attribute set.
- getIDs() -
Method in class javax.naming.directory.BasicAttributes
-
- getIDstring() -
Method in class java.awt.GraphicsDevice
- Returns the identification string associated with this
GraphicsDevice
.
- getIfModifiedSince() -
Method in class java.net.URLConnection
- Returns the value of this object's
ifModifiedSince
field.
- getImage() -
Method in class java.awt.TexturePaint
- Returns the
BufferedImage
texture used to
fill the shapes.
- getImage() -
Method in class javax.swing.ImageIcon
- Returns this icon's
Image
.
- getImage(String) -
Method in class java.awt.Toolkit
- Returns an image which gets pixel data from the specified file,
whose format can be either GIF, JPEG or PNG.
- getImage(URL) -
Method in interface java.applet.AppletContext
- Returns an
Image
object that can then be painted on
the screen.
- getImage(URL) -
Method in class java.applet.Applet
- Returns an
Image
object that can then be painted on
the screen.
- getImage(URL) -
Method in class java.awt.Toolkit
- Returns an image which gets pixel data from the specified URL.
- getImage(URL, String) -
Method in class java.applet.Applet
- Returns an
Image
object that can then be painted on
the screen.
- getImageableHeight() -
Method in class java.awt.print.Paper
- Returns the height of this
Paper
object's imageable
area.
- getImageableHeight() -
Method in class java.awt.print.PageFormat
- Return the height, in 1/72nds of an inch, of the imageable
area of the page.
- getImageableWidth() -
Method in class java.awt.print.Paper
- Returns the width of this
Paper
object's imageable
area.
- getImageableWidth() -
Method in class java.awt.print.PageFormat
- Returns the width, in 1/72nds of an inch, of the imageable
area of the page.
- getImageableX() -
Method in class java.awt.print.Paper
- Returns the x coordinate of the upper-left corner of this
Paper
object's imageable area.
- getImageableX() -
Method in class java.awt.print.PageFormat
- Returns the x coordinate of the upper left point of the
imageable area of the
Paper
object
associated with this PageFormat
.
- getImageableY() -
Method in class java.awt.print.Paper
- Returns the y coordinate of the upper-left corner of this
Paper
object's imageable area.
- getImageableY() -
Method in class java.awt.print.PageFormat
- Returns the y coordinate of the upper left point of the
imageable area of the
Paper
object
associated with this PageFormat
.
- getImageLoadStatus() -
Method in class javax.swing.ImageIcon
- Returns the status of the image loading operation.
- getImageObserver() -
Method in class javax.swing.ImageIcon
- Returns the image observer for the image.
- getImplementationTitle() -
Method in class java.lang.Package
- Return the title of this package.
- getImplementationVendor() -
Method in class java.lang.Package
- Returns the name of the organization,
vendor or company that provided this implementation.
- getImplementationVersion() -
Method in class java.lang.Package
- Return the version of this implementation.
- getImportedKeys(String, String, String) -
Method in interface java.sql.DatabaseMetaData
- Gets a description of the primary key columns that are
referenced by a table's foreign key columns (the primary keys
imported by a table).
- getInactiveControlTextColor() -
Static method in class javax.swing.plaf.metal.MetalLookAndFeel
-
- getInactiveControlTextColor() -
Method in class javax.swing.plaf.metal.MetalTheme
-
- getInactiveSystemTextColor() -
Static method in class javax.swing.plaf.metal.MetalLookAndFeel
-
- getInactiveSystemTextColor() -
Method in class javax.swing.plaf.metal.MetalTheme
-
- getInCheck() -
Method in class java.lang.SecurityManager
- Deprecated. This type of security checking is not recommended.
It is recommended that the
checkPermission
call be used instead.
- getIndentLevel() -
Method in class javax.swing.text.AbstractWriter
- Returns the current indentation level.
- getIndentSpace() -
Method in class javax.swing.text.AbstractWriter
- Returns the amount of space to indent.
- getIndex() -
Method in class java.sql.DataTruncation
- Retrieves the index of the column or parameter that was truncated.
- getIndex() -
Method in class java.text.ParsePosition
- Retrieve the current parse position.
- 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 interface javax.swing.event.DocumentEvent.ElementChange
- Fetches the index within the element represented.
- getIndex() -
Method in class javax.swing.text.AbstractDocument.ElementEdit
- Returns the index into the list of elements.
- getIndex() -
Method in class javax.swing.text.Segment
- Returns the current index.
- getIndex() -
Method in class javax.swing.text.html.parser.Element
- Get index.
- getIndex(int) -
Method in class javax.swing.SizeSequence
- Returns the index of the entry
that corresponds to the specified position.
- getIndex(TreeNode) -
Method in class javax.swing.text.AbstractDocument.AbstractElement
- Returns the index of
node
in the receivers children.
- getIndex(TreeNode) -
Method in class javax.swing.tree.DefaultMutableTreeNode
- Returns the index of the specified child in this node's child array.
- getIndex(TreeNode) -
Method in interface javax.swing.tree.TreeNode
- Returns the index of
node
in the receivers children.
- getIndex0() -
Method in class javax.swing.event.ListDataEvent
- Returns the lower index of the range.
- getIndex1() -
Method in class javax.swing.event.ListDataEvent
- Returns the upper index of the range.
- getIndexAtPoint(Point) -
Method in class java.awt.TextComponent.AccessibleAWTTextComponent
- Given a point in local coordinates, return the zero-based index
of the character under that Point.
- getIndexAtPoint(Point) -
Method in interface javax.accessibility.AccessibleText
- Given a point in local coordinates, return the zero-based index
of the character under that Point.
- getIndexAtPoint(Point) -
Method in class javax.swing.AbstractButton.AccessibleAbstractButton
- Given a point in local coordinates, return the zero-based index
of the character under that Point.
- getIndexAtPoint(Point) -
Method in class javax.swing.JLabel.AccessibleJLabel
- Given a point in local coordinates, return the zero-based index
of the character under that Point.
- getIndexAtPoint(Point) -
Method in class javax.swing.text.JTextComponent.AccessibleJTextComponent
- Given a point in local coordinates, return the zero-based index
of the character under that Point.
- getIndexedPropertyType() -
Method in class java.beans.IndexedPropertyDescriptor
- Gets the Class object of the indexed properties' type.
- getIndexedReadMethod() -
Method in class java.beans.IndexedPropertyDescriptor
- Gets the method that should be used to read an indexed
property value.
- getIndexedWriteMethod() -
Method in class java.beans.IndexedPropertyDescriptor
- Gets the method that should be used to write an indexed property value.
- getIndexInfo(String, String, String, boolean, boolean) -
Method in interface java.sql.DatabaseMetaData
- Gets a description of a table's indices and statistics.
- getIndexOf(Component) -
Method in class javax.swing.JLayeredPane
- Returns the index of the specified Component.
- getIndexOf(Object) -
Method in class javax.swing.DefaultComboBoxModel
- Returns the index-position of the specified object in the list.
- getIndexOfChild(Object, Object) -
Method in interface javax.swing.tree.TreeModel
- Returns the index of child in parent.
- getIndexOfChild(Object, Object) -
Method in class javax.swing.tree.DefaultTreeModel
- Returns the index of child in parent.
- getIndexOfSize(float) -
Static method in class javax.swing.text.html.StyleSheet
-
- getInetAddress() -
Method in class java.net.DatagramSocket
- Returns the address to which this socket is connected.
- getInetAddress() -
Method in class java.net.SocketImpl
- Returns the value of this socket's
address
field.
- 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.
- getInfinity() -
Method in class java.text.DecimalFormatSymbols
- Gets the character used to represent infinity.
- getInfo() -
Method in class java.security.Provider
- Returns a human-readable description of the provider and its
services.
- getInfo() -
Method in class java.security.Identity
- Deprecated. Returns general information previously specified for this identity.
- getInitialContext(Hashtable) -
Static method in class javax.naming.spi.NamingManager
- Creates an initial context using the specified environment
properties.
- getInitialContext(Hashtable) -
Method in interface javax.naming.spi.InitialContextFactory
- Creates an Initial Context for beginning name resolution.
- getInitialDelay() -
Method in class javax.swing.ToolTipManager
- Returns the initial delay value.
- getInitialDelay() -
Method in class javax.swing.Timer
- Returns the Timer's initial delay.
- getInitialLocation(Insets) -
Method in class javax.swing.plaf.basic.BasicSplitPaneUI.BasicHorizontalLayoutManager
- Returns the left inset, unless the Insets are null in which case
0 is returned.
- getInitialSelectionValue() -
Method in class javax.swing.JOptionPane
- Returns the initial-selection value.
- getInitialValue() -
Method in class javax.swing.JOptionPane
- Returns the initial value.
- getInitialValueIndex() -
Method in class javax.swing.plaf.basic.BasicOptionPaneUI
- Returns the initial index into the buttons to select.
- getInputAttributes() -
Method in class javax.swing.JTextPane
- Gets the input attributes for the pane.
- getInputAttributes() -
Method in class javax.swing.text.StyledEditorKit
- Gets the input attributes for the pane.
- getInputAttributes() -
Method in class javax.swing.text.html.HTMLEditorKit
- Gets the input attributes used for the styled
editing actions.
- getInputContext() -
Method in class java.awt.Component
- Gets the input context used by this component for handling the communication
with input methods when text is entered in this component.
- getInputContext() -
Method in class java.awt.Window
- Gets the input context for this window.
- getInputMap() -
Method in class javax.swing.JComponent
- Returns the InputMap that is used when the receiver has focus.
- getInputMap(int) -
Method in class javax.swing.JComponent
- Returns the InputMap that is used during
condition
.
- getInputMethodControlObject() -
Method in class java.awt.im.InputContext
- Returns a control object from the current input method, or null.
- getInputMethodDisplayName(Locale, Locale) -
Method in interface java.awt.im.spi.InputMethodDescriptor
- Returns the user-visible name of the corresponding
input method for the given input locale in the language in which
the name will be displayed.
- getInputMethodIcon(Locale) -
Method in interface java.awt.im.spi.InputMethodDescriptor
- Returns an icon for the corresponding input method.
- getInputMethodRequests() -
Method in class java.awt.Component
- Gets the input method request handler which supports
requests from input methods for this component.
- getInputMethodRequests() -
Method in class javax.swing.text.JTextComponent
-
- getInputStream() -
Method in class java.lang.Process
- Gets the input stream of the subprocess.
- getInputStream() -
Method in class java.net.URLConnection
- Returns an input stream that reads from this open connection.
- getInputStream() -
Method in class java.net.SocketImpl
- Returns an input stream for this socket.
- getInputStream() -
Method in class java.net.Socket
- Returns an input stream for this socket.
- getInputStream() -
Method in interface java.rmi.server.RemoteCall
- Deprecated. no replacement
- getInputStream() -
Method in class org.omg.CORBA.portable.ApplicationException
- Returns the input stream from which the exception data can be read as its parameters.
- getInputStream(ZipEntry) -
Method in class java.util.jar.JarFile
- Returns an input stream for reading the contents of the specified
ZIP file entry.
- getInputStream(ZipEntry) -
Method in class java.util.zip.ZipFile
- Returns an input stream for reading the contents of the specified
zip file entry.
- getInputValue() -
Method in class javax.swing.JOptionPane
- Returns the value the user has input, if
wantsInput
is true.
- getInputVerifier() -
Method in class javax.swing.JComponent
- Returns the input verifier for this component.
- getInsertionIndex() -
Method in class java.awt.font.TextHitInfo
- Returns the insertion index.
- getInsertPositionOffset() -
Method in interface java.awt.im.InputMethodRequests
- Gets the offset of the insert position in the committed text contained
in the text editing component.
- getInset(int, View) -
Method in class javax.swing.text.html.StyleSheet.BoxPainter
- Fetches the inset needed on a given side to
account for the margin, border, and padding.
- getInsets() -
Method in class java.awt.Container
- Determines the insets of this container, which indicate the size
of the container's border.
- getInsets() -
Method in class javax.swing.JComponent
- If a border has been set on this component, returns the
border's insets; otherwise calls super.getInsets.
- getInsets() -
Method in class javax.swing.JViewport
- Returns the insets (border) dimensions as (0,0,0,0), since borders
are not supported on a
JViewport
.
- getInsets() -
Method in class javax.swing.plaf.basic.BasicToolBarUI.DragWindow
-
- getInsets() -
Method in class javax.swing.plaf.basic.BasicComboBoxUI
- Gets the insets from the JComboBox.
- getInsets() -
Method in class javax.swing.plaf.basic.BasicSplitPaneDivider
- If a border has been set on this component, returns the
border's insets, else calls super.getInsets.
- getInsets(Insets) -
Method in class javax.swing.JComponent
- Returns an Insets object containing this component's inset
values.
- getInsets(Insets) -
Method in class javax.swing.JViewport
- Returns an
Insets
object containing this
JViewport
s inset values.
- getInsets(JComponent) -
Method in class javax.swing.plaf.basic.BasicSplitPaneUI
- Returns the insets.
- getInsets(JComponent) -
Method in class javax.swing.plaf.basic.BasicDesktopIconUI
-
- getInsets(Object) -
Method in class javax.swing.UIDefaults
- If the value of
key
is an Insets
return it,
otherwise return null
.
- getInsets(Object) -
Static method in class javax.swing.UIManager
- Returns an Insets object from the defaults table.
- getInsideAllocation(Shape) -
Method in class javax.swing.text.CompositeView
- Translates the immutable allocation given to the view
to a mutable allocation that represents the interior
allocation (i.e.
- getInsideBorder() -
Method in class javax.swing.border.CompoundBorder
- Returns the inside border object.
- getInstalledLookAndFeels() -
Static method in class javax.swing.UIManager
- Return an array of objects that provide some information about the
LookAndFeel implementations that have been installed with this
software development kit.
- getInstance() -
Static method in class java.awt.im.InputContext
- Returns a new InputContext instance.
- getInstance() -
Static method in class java.text.NumberFormat
- Returns the default number format for the current default locale.
- getInstance() -
Static method in class java.text.Collator
- Gets the Collator for the current default locale.
- getInstance() -
Static method in class java.text.DateFormat
- Get a default date/time formatter that uses the SHORT style for both the
date and the time.
- getInstance() -
Static method in class java.util.Calendar
- Gets a calendar using the default time zone and locale.
- getInstance(byte[]) -
Static method in class java.awt.color.ICC_Profile
- Constructs an ICC_Profile object corresponding to the data in
a byte array.
- getInstance(InputStream) -
Static method in class java.awt.color.ICC_Profile
- Constructs an ICC_Profile corresponding to the data in an InputStream.
- getInstance(int) -
Static method in class java.awt.AlphaComposite
- Creates an
AlphaComposite
object with the specified rule.
- getInstance(int) -
Static method in class java.awt.color.ICC_Profile
- Constructs an ICC_Profile corresponding to one of the specific color
spaces defined by the ColorSpace class (for example CS_sRGB).
- getInstance(int) -
Static method in class java.awt.color.ColorSpace
- Returns a ColorSpace representing one of the specific
predefined color spaces.
- getInstance(int, float) -
Static method in class java.awt.AlphaComposite
- Creates an
AlphaComposite
object with the specified rule and
the constant alpha to multiply with the alpha of the source.
- getInstance(Locale) -
Static method in class java.text.NumberFormat
- Returns the default number format for the specified locale.
- getInstance(Locale) -
Static method in class java.text.Collator
- Gets the Collator for the desired locale.
- getInstance(Locale) -
Static method in class java.util.Calendar
- Gets a calendar using the default time zone and specified locale.
- getInstance(String) -
Static method in class java.awt.color.ICC_Profile
- Constructs an ICC_Profile corresponding to the data in a file.
- getInstance(String) -
Static method in class java.security.KeyFactory
- Generates a KeyFactory object that implements the specified digest
algorithm.
- getInstance(String) -
Static method in class java.security.KeyPairGenerator
- Generates a KeyPairGenerator object that implements the specified digest
algorithm.
- getInstance(String) -
Static method in class java.security.SecureRandom
- Generates a SecureRandom object that implements the specified
Pseudo Random Number Generator (PRNG) algorithm.
- getInstance(String) -
Static method in class java.security.AlgorithmParameters
- Generates a parameter object for the specified algorithm.
- getInstance(String) -
Static method in class java.security.AlgorithmParameterGenerator
- Generates an AlgorithmParameterGenerator object that implements the
specified digest algorithm.
- getInstance(String) -
Static method in class java.security.KeyStore
- Generates a keystore object of the given type.
- getInstance(String) -
Static method in class java.security.MessageDigest
- Generates a MessageDigest object that implements the specified digest
algorithm.
- getInstance(String) -
Static method in class java.security.Signature
- Generates a Signature object that implements the specified digest
algorithm.
- getInstance(String) -
Static method in class java.security.cert.CertificateFactory
- Generates a certificate factory object that implements the
specified certificate type.
- getInstance(String, String) -
Static method in class java.security.KeyFactory
- Generates a KeyFactory object for the specified algorithm from the
specified provider.
- getInstance(String, String) -
Static method in class java.security.KeyPairGenerator
- Generates a KeyPairGenerator object implementing the specified
algorithm, as supplied from the specified provider,
if such an algorithm is available from the provider.
- getInstance(String, String) -
Static method in class java.security.SecureRandom
- Generates a SecureRandom object for the specified PRNG
algorithm, as supplied from the specified provider, if such a
PRNG implementation is available from the provider.
- getInstance(String, String) -
Static method in class java.security.AlgorithmParameters
- Generates a parameter object for the specified algorithm, as supplied
by the specified provider, if such an algorithm is available from the
provider.
- getInstance(String, String) -
Static method in class java.security.AlgorithmParameterGenerator
- Generates an AlgorithmParameterGenerator object for the requested
algorithm, as supplied from the specified provider,
if such a parameter generator is available from the provider.
- getInstance(String, String) -
Static method in class java.security.KeyStore
- Generates a keystore object for the specified keystore
type from the specified provider.
- getInstance(String, String) -
Static method in class java.security.MessageDigest
- Generates a MessageDigest object implementing the specified
algorithm, as supplied from the specified provider, if such an
algorithm is available from the provider.
- getInstance(String, String) -
Static method in class java.security.Signature
- Generates a Signature object implementing the specified
algorithm, as supplied from the specified provider, if such an
algorithm is available from the provider.
- getInstance(String, String) -
Static method in class java.security.cert.CertificateFactory
- Generates a certificate factory object for the specified
certificate type from the specified provider.
- getInstance(TimeZone) -
Static method in class java.util.Calendar
- Gets a calendar using the specified time zone and default locale.
- getInstance(TimeZone, Locale) -
Static method in class java.util.Calendar
- Gets a calendar with the specified time zone and locale.
- getInstanceFollowRedirects() -
Method in class java.net.HttpURLConnection
- Returns the value of this
HttpURLConnection
's
instanceFollowRedirects
field.
- 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.
- getInstrument(Patch) -
Method in interface javax.sound.midi.Soundbank
- Obtains an
Instrument
from the given Patch
.
- getInstruments() -
Method in interface javax.sound.midi.Soundbank
- Obtains a list of instruments contained in this sound bank.
- getInt(int) -
Method in interface java.sql.CallableStatement
- Gets the value of a JDBC
INTEGER
parameter as an int
in the Java programming language.
- getInt(int) -
Method in interface java.sql.ResultSet
- Gets the value of the designated column in the current row
of this
ResultSet
object as
an int
in the Java programming language.
- getInt(Object) -
Method in class java.lang.reflect.Field
- Gets the value of a field as an
int
on the specified object.
- getInt(Object) -
Method in class javax.swing.UIDefaults
- If the value of
key
is an Integer
return its
integer value, otherwise return 0.
- getInt(Object) -
Static method in class javax.swing.UIManager
- Returns an int from the defaults table.
- getInt(Object, int) -
Static method in class java.lang.reflect.Array
- Returns the value of the indexed component in the specified
array object, as an
int
.
- getInt(String) -
Method in interface java.sql.ResultSet
- Gets the value of the designated column in the current row
of this
ResultSet
object as
an int
in the Java programming language.
- getInteger(String) -
Static method in class java.lang.Integer
- Determines the integer value of the system property with the
specified name.
- getInteger(String, int) -
Static method in class java.lang.Integer
- Determines the integer value of the system property with the
specified name.
- getInteger(String, Integer) -
Static method in class java.lang.Integer
- Returns the integer value of the system property with the specified
name.
- getIntegerAttributeValue(AttributeSet, HTML.Attribute, int) -
Static method in class javax.swing.text.html.HTML
- Fetch an integer attribute value.
- getIntercellSpacing() -
Method in class javax.swing.JTable
- Returns the horizontal and vertical space between cells.
- getInterface() -
Method in class java.net.MulticastSocket
- Retrieve the address of the network interface used for
multicast packets.
- getInterfaces() -
Method in class java.lang.Class
- Determines the interfaces implemented by the class or interface
represented by this object.
- getInteriorRectangle(Component, Border, int, int, int, int) -
Static method in class javax.swing.border.AbstractBorder
- Returns a rectangle using the arguments minus the
insets of the border.
- getInteriorRectangle(Component, int, int, int, int) -
Method in class javax.swing.border.AbstractBorder
- This convenience method calls the static method.
- getInternalFrame() -
Method in class javax.swing.JInternalFrame.JDesktopIcon
- Returns the JInternalFrame that this DesktopIcon is
associated with.
- getInternalFrame() -
Method in class javax.swing.event.InternalFrameEvent
- Returns the originator of the event.
- getInternalFrameAltMaximizeIcon(int) -
Static method in class javax.swing.plaf.metal.MetalIconFactory
-
- getInternalFrameBorder() -
Static method in class javax.swing.plaf.basic.BasicBorders
-
- getInternalFrameCloseIcon(int) -
Static method in class javax.swing.plaf.metal.MetalIconFactory
-
- getInternalFrameDefaultMenuIcon() -
Static method in class javax.swing.plaf.metal.MetalIconFactory
-
- getInternalFrameMaximizeIcon(int) -
Static method in class javax.swing.plaf.metal.MetalIconFactory
-
- getInternalFrameMinimizeIcon(int) -
Static method in class javax.swing.plaf.metal.MetalIconFactory
-
- getInternationalCurrencySymbol() -
Method in class java.text.DecimalFormatSymbols
- Return the international string denoting the local currency.
- getInterpolationType() -
Method in class java.awt.image.AffineTransformOp
- Returns the interpolation type used by this op.
- getIntParameter(int) -
Method in class java.awt.image.renderable.ParameterBlock
- A convenience method to return a parameter as an int.
- getInverted() -
Method in class javax.swing.JSlider
- Returns true if the value-range shown for the slider is reversed,
- getInvocationHandler(Object) -
Static method in class java.lang.reflect.Proxy
- Returns the invocation handler for the specified proxy instance.
- getInvoker() -
Method in class javax.swing.JPopupMenu
- Returns the component which is the 'invoker' of this
popup menu.
- getInvokesStopCellEditing() -
Method in class javax.swing.JTree
- Returns the indicator that tells what happens when editing is
interrupted.
- getIOException() -
Method in class java.awt.print.PrinterIOException
- Returns the
IOException
that terminated
the print job.
- getISO3Country() -
Method in class java.util.Locale
- Returns a three-letter abbreviation for this locale's country.
- getISO3Language() -
Method in class java.util.Locale
- Returns a three-letter abbreviation for this locale's language.
- getISOCountries() -
Static method in class java.util.Locale
- Returns a list of all 2-letter country codes defined in ISO 3166.
- getISOLanguages() -
Static method in class java.util.Locale
- Returns a list of all 2-letter language codes defined in ISO 639.
- getIssuerDN() -
Method in class java.security.cert.X509Certificate
- Gets the
issuer
(issuer distinguished name) value from
the certificate.
- getIssuerDN() -
Method in class java.security.cert.X509CRL
- Gets the
issuer
(issuer distinguished name) value from
the CRL.
- getIssuerUniqueID() -
Method in class java.security.cert.X509Certificate
- Gets the
issuerUniqueID
value from the certificate.
- getItalicAngle() -
Method in class java.awt.Font
- Returns the italic angle of this
Font
.
- getItem() -
Method in class java.awt.event.ItemEvent
- Returns the item affected by the event.
- getItem() -
Method in interface javax.swing.ComboBoxEditor
- Return the edited item
- getItem() -
Method in class javax.swing.plaf.basic.BasicComboBoxEditor
-
- getItem(int) -
Method in class java.awt.Menu
- Gets the item located at the specified index of this menu.
- getItem(int) -
Method in class java.awt.List
- Gets the item associated with the specified index.
- getItem(int) -
Method in class java.awt.Choice
- Gets the string at the specified index in this
Choice
menu.
- getItem(int) -
Method in class javax.swing.JMenu
- Returns the
JMenuItem
at the specified position.
- getItemAt(int) -
Method in class javax.swing.JComboBox
- Returns the list item at the specified index.
- getItemCount() -
Method in class java.awt.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.Choice
- Returns the number of items in this
Choice
menu.
- getItemCount() -
Method in class javax.swing.JMenu
- Returns the number of items on the menu, including separators.
- getItemCount() -
Method in class javax.swing.JComboBox
- Returns the number of items in the list.
- getItems() -
Method in class java.awt.List
- Gets the items in the list.
- getItemSelectable() -
Method in class java.awt.event.ItemEvent
- Returns the originator of the event.
- getIterator() -
Method in class java.text.AttributedString
- Creates an AttributedCharacterIterator instance that provides access to the entire contents of
this string.
- getIterator(AttributedCharacterIterator.Attribute[]) -
Method in class java.text.AttributedString
- Creates an AttributedCharacterIterator instance that provides access to
selected contents of this string.
- getIterator(AttributedCharacterIterator.Attribute[], int, int) -
Method in class java.text.AttributedString
- Creates an AttributedCharacterIterator instance that provides access to
selected contents of this string.
- getIterator(HTML.Tag) -
Method in class javax.swing.text.html.HTMLDocument
- Fetches an iterator for the following kind of HTML tag.
- getJarEntry() -
Method in class java.net.JarURLConnection
- Return the JAR entry object for this connection, if any.
- getJarEntry(String) -
Method in class java.util.jar.JarFile
- Returns the
JarEntry
for the given entry name or
null
if not found.
- getJarFile() -
Method in class java.net.JarURLConnection
- Return the JAR file for this connection.
- getJarFileURL() -
Method in class java.net.JarURLConnection
- Returns the URL for the Jar file for this connection.
- getJavaInitializationString() -
Method in interface java.beans.PropertyEditor
- This method is intended for use when generating Java code to set
the value of the property.
- getJavaInitializationString() -
Method in class java.beans.PropertyEditorSupport
- This method is intended for use when generating Java code to set
the value of the property.
- getJMenuBar() -
Method in class javax.swing.JApplet
- Returns the menubar set on this applet.
- getJMenuBar() -
Method in class javax.swing.JInternalFrame
- Returns the current
JMenuBar
for this
JInternalFrame
, or null
if no menu bar has been set.
- getJMenuBar() -
Method in class javax.swing.JFrame
- Returns the menubar set on this frame.
- getJMenuBar() -
Method in class javax.swing.JRootPane
- Returns the menu bar from the layered pane.
- getJMenuBar() -
Method in class javax.swing.JDialog
- Returns the menubar set on this dialog.
- getJobName() -
Method in class java.awt.print.PrinterJob
- Gets the name of the document to be printed.
- getJustificationInfo() -
Method in class java.awt.font.GraphicAttribute
- Returns the justification information for this
GraphicAttribute
.
- getJustifiedLayout(float) -
Method in class java.awt.font.TextLayout
- Creates a copy of this
TextLayout
justified to the
specified width.
- getKeepAlive() -
Method in class java.net.Socket
- Tests if SO_KEEPALIVE is enabled.
- getKernel() -
Method in class java.awt.image.ConvolveOp
- Returns the Kernel.
- getKernelData(float[]) -
Method in class java.awt.image.Kernel
- Returns the kernel data in row major order.
- getKey() -
Method in class java.awt.MenuShortcut
- Return the raw keycode of this MenuShortcut.
- getKey() -
Method in class java.util.MissingResourceException
- Gets parameter passed by constructor.
- getKey() -
Method in interface java.util.Map.Entry
- Returns the key corresponding to this entry.
- getKey() -
Method in class javax.accessibility.AccessibleRelation
- Returns the key for this relation
- getKey(String, char[]) -
Method in class java.security.KeyStore
- Returns the key associated with the given alias, using the given
password to recover it.
- getKeyChar() -
Method in class java.awt.event.KeyEvent
- Returns the character associated with the key in this event.
- getKeyChar() -
Method in class javax.swing.KeyStroke
- Returns the character defined by this KeyStroke object.
- getKeyCode() -
Method in class java.awt.event.KeyEvent
- Returns the integer key-code associated with the key in this event.
- getKeyCode() -
Method in class javax.swing.KeyStroke
- Returns the numeric keycode defined by this KeyStroke object.
- getKeyListener() -
Method in class javax.swing.plaf.basic.BasicComboPopup
- Implementation of ComboPopup.getKeyListener().
- getKeyListener() -
Method in interface javax.swing.plaf.basic.ComboPopup
- Returns a key listener that shows and hides the popup.
- getKeymap() -
Method in class javax.swing.text.JTextComponent
- Fetches the keymap currently active in this text
component.
- getKeymap(String) -
Static method in class javax.swing.text.JTextComponent
- Fetches a named keymap previously added to the document.
- getKeymapName() -
Method in class javax.swing.plaf.basic.BasicTextUI
- Fetches the name of the keymap that will be installed/used
by default for this UI.
- getKeyModifiersText(int) -
Static method in class java.awt.event.KeyEvent
- Returns a String describing the modifier key(s), such as "Shift",
or "Ctrl+Shift".
- getKeys() -
Method in class java.util.ResourceBundle
- Return an enumeration of the keys.
- getKeys() -
Method in class java.util.PropertyResourceBundle
- Implementation of ResourceBundle.getKeys.
- getKeys() -
Method in class java.util.ListResourceBundle
- Implementation of ResourceBundle.getKeys.
- getKeys() -
Method in class javax.swing.AbstractAction
- Returns an array of
Object
s which are keys for
which values have been set for this AbstractAction
,
or null
if no keys have values set.
- getKeySelectionManager() -
Method in class javax.swing.JComboBox
- Returns the list's key-selection manager.
- getKeysize() -
Method in class java.security.spec.RSAKeyGenParameterSpec
- Returns the keysize.
- getKeySpec(Key, Class) -
Method in class java.security.KeyFactory
- Returns a specification (key material) of the given key object.
- getKeyStroke(char) -
Static method in class javax.swing.KeyStroke
- Return a shared instance of a key stroke that is
activated when the key is pressed (that is, a KeyStroke
for the KEY_TYPED event).
- getKeyStroke(Character, int) -
Static method in class javax.swing.KeyStroke
- Return a shared instance of a key stroke, given a character object
and a set of modifiers.
- getKeyStroke(char, boolean) -
Static method in class javax.swing.KeyStroke
- Deprecated. use getKeyStroke(char)
- getKeyStroke(int, int) -
Static method in class javax.swing.KeyStroke
- Return a shared instance of a key stroke given a char code and a set
of modifiers -- the key is activated when it is pressed.
- getKeyStroke(int, int, boolean) -
Static method in class javax.swing.KeyStroke
- Return a shared instance of a key stroke given a numeric keycode and a set
of modifiers, specifying whether the key is activated when it is pressed
or released.
- getKeyStroke(String) -
Static method in class javax.swing.KeyStroke
- Parse a string and return a KeyStroke.
- getKeyStrokeForEvent(KeyEvent) -
Static method in class javax.swing.KeyStroke
- Return a keystroke from an event.
- getKeyStrokesForAction(Action) -
Method in interface javax.swing.text.Keymap
- Fetches the keystrokes that will result in
the given action.
- getKeyText(int) -
Static method in class java.awt.event.KeyEvent
- Returns a String describing the keyCode, such as "HOME", "F1" or "A".
- getKeyUsage() -
Method in class java.security.cert.X509Certificate
- Gets a boolean array representing bits of
the
KeyUsage
extension, (OID = 2.5.29.15).
- getLabel() -
Method in class java.awt.MenuItem
- Gets the label for this menu item.
- getLabel() -
Method in class java.awt.Checkbox
- Gets the label of this check box.
- getLabel() -
Method in class java.awt.Button
- Gets the label of this button.
- getLabel() -
Method in class javax.swing.AbstractButton
- Deprecated. - Replaced by
getText
- getLabel() -
Method in class javax.swing.JPopupMenu
- Returns the popup menu's label
- getLabel() -
Method in class javax.swing.text.html.Option
- Fetch the label associated with the option.
- getLabelFor() -
Method in class javax.swing.JLabel
- Get the component this is labelling.
- getLabelTable() -
Method in class javax.swing.JSlider
- Returns the dictionary of what labels to draw at which values.
- getLanguage() -
Method in class java.util.Locale
- Returns the language code for this locale, which will either be the empty string
or a lowercase ISO 639 code.
- getLargeDisplayIcon() -
Method in class javax.swing.colorchooser.AbstractColorChooserPanel
- Returns the small display icon for the panel.
- getLast() -
Method in class java.util.LinkedList
- Returns the last element in this list.
- getLastChild() -
Method in class javax.swing.tree.DefaultMutableTreeNode
- Returns this node's last child.
- getLastChildPath(TreePath) -
Method in class javax.swing.plaf.basic.BasicTreeUI
- Returns a path to the last child of
parent
.
- getLastColumn() -
Method in interface javax.accessibility.AccessibleTableModelChange
- Returns the last column that changed.
- getLastColumn() -
Method in class javax.swing.JTable.AccessibleJTable.AccessibleJTableModelChange
-
- getLastComponent(Container) -
Method in class javax.swing.DefaultFocusManager
- Return the last component that should receive the focus
- getLastDividerLocation() -
Method in class javax.swing.JSplitPane
- Returns the last location the divider was at.
- getLastDragLocation() -
Method in class javax.swing.plaf.basic.BasicSplitPaneUI
- Returns the last drag location of the JSplitPane.
- getLastIndex() -
Method in class javax.swing.event.ListSelectionEvent
- Returns the index of the last row whose selection may have changed.
- getLastLeaf() -
Method in class javax.swing.tree.DefaultMutableTreeNode
- Finds and returns the last leaf that is a descendant of this node --
either this node or its last child's last leaf.
- getLastModified() -
Method in class java.net.URLConnection
- Returns the value of the
last-modified
header field.
- getLastPathComponent() -
Method in class javax.swing.tree.TreePath
- Returns the last component of this path.
- getLastRow() -
Method in interface javax.accessibility.AccessibleTableModelChange
- Returns the last row that changed.
- getLastRow() -
Method in class javax.swing.JTable.AccessibleJTable.AccessibleJTableModelChange
-
- getLastRow() -
Method in class javax.swing.event.TableModelEvent
- Returns the last row that changed.
- getLastSelectedPathComponent() -
Method in class javax.swing.JTree
- Returns the last path component in the first node of the current
selection.
- getLastVisibleIndex() -
Method in class javax.swing.JList
- Returns the index of the cell in the lower right corner of the
JList
or -1 if nothing is visible or the list is empty.
- getLatency() -
Method in interface javax.sound.midi.Synthesizer
- Obtains the processing latency incurred by this synthesizer, expressed in
microseconds.
- getLateReflectionDelay() -
Method in class javax.sound.sampled.ReverbType
- Returns the late reflection delay time in microseconds.
- getLateReflectionIntensity() -
Method in class javax.sound.sampled.ReverbType
- Returns the late reflection intensity in microseconds.
- getLayer() -
Method in class javax.swing.JInternalFrame
- Convenience method for getting the layer attribute of this component.
- getLayer(Component) -
Method in class javax.swing.JLayeredPane
- Returns the layer attribute for the specified Component.
- getLayer(JComponent) -
Static method in class javax.swing.JLayeredPane
- Gets the layer property for a JComponent, it
does not cause any side effects like setLayer().
- getLayeredPane() -
Method in class javax.swing.JWindow
- Returns the
layeredPane
object for this window.
- getLayeredPane() -
Method in class javax.swing.JApplet
- Returns the layeredPane object for this applet.
- getLayeredPane() -
Method in class javax.swing.JInternalFrame
- Returns the
layeredPane
object for this frame.
- getLayeredPane() -
Method in class javax.swing.JFrame
- Returns the
layeredPane
object for this frame.
- getLayeredPane() -
Method in interface javax.swing.RootPaneContainer
- Returns the layeredPane.
- getLayeredPane() -
Method in class javax.swing.JRootPane
- Get the layered pane used by the root pane.
- getLayeredPane() -
Method in class javax.swing.JDialog
- Returns the
layeredPane
object for this dialog.
- getLayeredPaneAbove(Component) -
Static method in class javax.swing.JLayeredPane
- Convenience method that returns the first JLayeredPane which
contains the specified component.
- getLayout() -
Method in class java.awt.Container
- Gets the layout manager for this container.
- getLayout(int, int) -
Method in class java.awt.font.TextMeasurer
- Returns a
TextLayout
on the given character range.
- getLayoutAlignmentX(Container) -
Method in interface java.awt.LayoutManager2
- Returns the alignment along the x axis.
- getLayoutAlignmentX(Container) -
Method in class java.awt.CardLayout
- 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.GridBagLayout
- Returns the alignment along the x axis.
- getLayoutAlignmentX(Container) -
Method in class javax.swing.BoxLayout
- Returns the alignment along the X axis for the container.
- getLayoutAlignmentX(Container) -
Method in class javax.swing.OverlayLayout
- Returns the alignment along the x axis for the container.
- getLayoutAlignmentX(Container) -
Method in class javax.swing.JRootPane.RootLayout
-
- getLayoutAlignmentX(Container) -
Method in class javax.swing.plaf.basic.BasicSplitPaneUI.BasicHorizontalLayoutManager
- Returns the alignment along the x axis.
- getLayoutAlignmentY(Container) -
Method in interface java.awt.LayoutManager2
- Returns the alignment along the y axis.
- getLayoutAlignmentY(Container) -
Method in class java.awt.CardLayout
- 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.GridBagLayout
- Returns the alignment along the y axis.
- getLayoutAlignmentY(Container) -
Method in class javax.swing.BoxLayout
- Returns the alignment along the Y axis for the container.
- getLayoutAlignmentY(Container) -
Method in class javax.swing.OverlayLayout
- Returns the alignment along the y axis for the container.
- getLayoutAlignmentY(Container) -
Method in class javax.swing.JRootPane.RootLayout
-
- getLayoutAlignmentY(Container) -
Method in class javax.swing.plaf.basic.BasicSplitPaneUI.BasicHorizontalLayoutManager
- Returns the alignment along the y axis.
- getLayoutDimensions() -
Method in class java.awt.GridBagLayout
- Determines column widths and row heights for the layout grid.
- GetLayoutInfo(Container, int) -
Method in class java.awt.GridBagLayout
- Print the layout constraints.
- getLayoutOrigin() -
Method in class java.awt.GridBagLayout
- Determines the origin of the layout grid.
- getLayoutQueue() -
Method in class javax.swing.text.AsyncBoxView
- Fetch the queue to use for layout.
- getLayoutView(int) -
Method in class javax.swing.text.ParagraphView
- The child views of the paragraph are rows which
have been used to arrange pieces of the Views that
represent the child elements.
- getLayoutViewCount() -
Method in class javax.swing.text.ParagraphView
- The child views of the paragraph are rows which
have been used to arrange pieces of the Views that
represent the child elements.
- getLayoutWeights() -
Method in class java.awt.GridBagLayout
- Determines the weights of the layout grid's columns and rows.
- getLeader() -
Method in class javax.swing.text.TabStop
-
- getLeading() -
Method in class java.awt.FontMetrics
- Determines the standard leading of the
Font
described by this FontMetrics
object.
- getLeading() -
Method in class java.awt.font.TextLayout
- Returns the leading of the
TextLayout
.
- getLeading() -
Method in class java.awt.font.LineMetrics
- Returns the leading of the text.
- getLeadSelectionIndex() -
Method in class javax.swing.DefaultListSelectionModel
-
- getLeadSelectionIndex() -
Method in class javax.swing.JList
- Returns the second index argument from the most recent
addSelectionInterval
or setSelectionInterval
call.
- getLeadSelectionIndex() -
Method in interface javax.swing.ListSelectionModel
- Return the second index argument from the most recent call to
setSelectionInterval(), addSelectionInterval() or removeSelectionInterval().
- getLeadSelectionPath() -
Method in class javax.swing.JTree
- Returns the path identified as the lead.
- getLeadSelectionPath() -
Method in class javax.swing.tree.DefaultTreeSelectionModel
- Returns the last path that was added.
- getLeadSelectionPath() -
Method in interface javax.swing.tree.TreeSelectionModel
- Returns the last path that was added.
- getLeadSelectionRow() -
Method in class javax.swing.JTree
- Returns the row index corresponding to the lead path.
- getLeadSelectionRow() -
Method in class javax.swing.tree.DefaultTreeSelectionModel
- Returns the lead selection index.
- getLeadSelectionRow() -
Method in interface javax.swing.tree.TreeSelectionModel
- Returns the lead selection index.
- getLeafCount() -
Method in class javax.swing.tree.DefaultMutableTreeNode
- Returns the total number of leaves that are descendants of this node.
- getLeafIcon() -
Method in class javax.swing.tree.DefaultTreeCellRenderer
- Returns the icon used to represent leaf nodes.
- getLeastMaximum(int) -
Method in class java.util.Calendar
- Gets the lowest maximum value for the given field if varies.
- getLeastMaximum(int) -
Method in class java.util.GregorianCalendar
- Returns lowest maximum value for the given field if varies.
- getLeftChildIndent() -
Method in class javax.swing.plaf.basic.BasicTreeUI
-
- getLeftComponent() -
Method in class javax.swing.JSplitPane
- Returns the component to the left (or above) the divider.
- getLeftIndent(AttributeSet) -
Static method in class javax.swing.text.StyleConstants
- Gets the left indent setting.
- getLeftInset() -
Method in class javax.swing.text.CompositeView
- Gets the left inset.
- getLeftInset() -
Method in class javax.swing.text.AsyncBoxView
- Get the left part of the margin around the view.
- 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 javax.sound.midi.MidiMessage
- Obtains the total length of the MIDI message in bytes.
- getLength() -
Method in interface javax.swing.event.DocumentEvent
- Returns the length of the change.
- getLength() -
Method in interface javax.swing.text.Document
- Returns number of characters of content currently
in the document.
- getLength() -
Method in class javax.swing.text.AbstractDocument
- Returns the length of the data.
- getLength() -
Method in class javax.swing.text.AbstractDocument.DefaultDocumentEvent
- Returns the length of the change.
- getLength() -
Method in class javax.swing.text.DefaultStyledDocument.ElementSpec
- Gets the length.
- getLength(Object) -
Static method in class java.lang.reflect.Array
- Returns the length of the specified array object, as an
int
.
- getLevel() -
Method in interface javax.sound.sampled.DataLine
- Obtains the current volume level for the line.
- getLevel() -
Method in class javax.swing.tree.DefaultMutableTreeNode
- Returns the number of levels above this node -- the distance from
the root to this node.
- getLimit() -
Method in class javax.swing.undo.UndoManager
- Returns the maximum number of edits this UndoManager will
hold.
- getLimits() -
Method in class java.text.ChoiceFormat
- Get the limits passed in the constructor.
- getLine() -
Method in class javax.sound.sampled.LineEvent
- Obtains the audio line that is the source of this event.
- getLine(Line.Info) -
Method in interface javax.sound.sampled.Mixer
- Obtains a line that is available for use and that matches the description
in the specified
Line.Info
object.
- getLine(Line.Info) -
Static method in class javax.sound.sampled.AudioSystem
- Obtains a line that matches the description in the specified
Line.Info
object.
- getLineBreakIndex(int, float) -
Method in class java.awt.font.TextMeasurer
- Returns the index of the first character which will not fit on
on a line which begins at
start
and may be up to
maxAdvance
in graphical width.
- getLineBuffer() -
Method in class javax.swing.text.PlainView
- Gives access to a buffer that can be used to fetch
text from the associated document.
- getLineBuffer() -
Method in class javax.swing.text.WrappedPlainView
- Gives access to a buffer that can be used to fetch
text from the associated document.
- getLineClass() -
Method in class javax.sound.sampled.Line.Info
- Obtains the class of the line that this Line.Info object describes.
- getLineColor() -
Method in class javax.swing.border.LineBorder
- Returns the color of the border.
- getLineCount() -
Method in class javax.swing.JTextArea
- Determines the number of lines contained in the area.
- getLineEndOffset(int) -
Method in class javax.swing.JTextArea
- Determines the offset of the end of the given line.
- getLineIncrement() -
Method in class java.awt.Scrollbar
- Deprecated. As of JDK version 1.1,
replaced by
getUnitIncrement()
.
- getLineInfo() -
Method in interface javax.sound.sampled.Line
- Obtains the
Line.Info
object describing this
line.
- 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.
- getLineLength() -
Method in class javax.swing.text.AbstractWriter
- Returns the maximum line length.
- getLineMetrics(char[], int, int, FontRenderContext) -
Method in class java.awt.Font
- Returns a
LineMetrics
object created with the
specified arguments.
- getLineMetrics(char[], int, int, Graphics) -
Method in class java.awt.FontMetrics
- Returns the
LineMetrics
object for the specified
character array in the specified Graphics
context.
- getLineMetrics(CharacterIterator, int, int, FontRenderContext) -
Method in class java.awt.Font
- Returns a
LineMetrics
object created with the
specified arguments.
- getLineMetrics(CharacterIterator, int, int, Graphics) -
Method in class java.awt.FontMetrics
- Returns the
LineMetrics
object for the specified
CharacterIterator
in the specified Graphics
context.
- getLineMetrics(String, FontRenderContext) -
Method in class java.awt.Font
- Returns a
LineMetrics
object created with the specified
String
and FontRenderContext
.
- getLineMetrics(String, Graphics) -
Method in class java.awt.FontMetrics
- Returns the
LineMetrics
object for the specified
String
in the specified Graphics
context.
- getLineMetrics(String, int, int, FontRenderContext) -
Method in class java.awt.Font
- Returns a
LineMetrics
object created with the
specified arguments.
- getLineMetrics(String, int, int, Graphics) -
Method in class java.awt.FontMetrics
- Returns the
LineMetrics
object for the specified
String
in the specified Graphics
context.
- getLineNumber() -
Method in class java.io.LineNumberReader
- Get the current line number.
- getLineNumber() -
Method in class java.io.LineNumberInputStream
- Deprecated. Returns the current line number.
- getLineOfOffset(int) -
Method in class javax.swing.JTextArea
- Translates an offset into the components text to a
line number.
- getLineSeparator() -
Method in class javax.swing.text.AbstractWriter
- Returns the string used to represent newlines.
- getLineSpacing(AttributeSet) -
Static method in class javax.swing.text.StyleConstants
- Gets the line spacing setting.
- getLineStartOffset(int) -
Method in class javax.swing.JTextArea
- Determines the offset of the start of the given line.
- getLineWidth() -
Method in class java.awt.BasicStroke
- Returns the line width.
- getLineWrap() -
Method in class javax.swing.JTextArea
- Gets the line-wrapping policy of the text area.
- getLink(int) -
Method in interface javax.accessibility.AccessibleHypertext
- Returns the nth Link of this Hypertext document.
- getLink(int) -
Method in class javax.swing.JEditorPane.JEditorPaneAccessibleHypertextSupport
- Returns the index into an array of hyperlinks that
index.
- getLinkCount() -
Method in interface javax.accessibility.AccessibleHypertext
- Returns the number of links within this hypertext document.
- getLinkCount() -
Method in class javax.swing.JEditorPane.JEditorPaneAccessibleHypertextSupport
- Returns the number of links within this hypertext doc.
- getLinkCursor() -
Method in class javax.swing.text.html.HTMLEditorKit
- Returns the cursor to use over hyper links.
- getLinkExplanation() -
Method in class javax.naming.LinkException
- Retrieves the explanation associated with the problem encounter
when resolving a link.
- getLinkIndex(int) -
Method in interface javax.accessibility.AccessibleHypertext
- Returns the index into an array of hyperlinks that
is associated with this character index, or -1 if there
is no hyperlink associated with this index.
- getLinkIndex(int) -
Method in class javax.swing.JEditorPane.JEditorPaneAccessibleHypertextSupport
- Returns the index into an array of hyperlinks that
is associated with this character index, or -1 if there
is no hyperlink associated with this index.
- getLinkName() -
Method in class javax.naming.LinkRef
- Retrieves the name of this link.
- getLinkRemainingName() -
Method in class javax.naming.LinkException
- Retrieves the remaining unresolved portion of the link name.
- getLinkResolvedName() -
Method in class javax.naming.LinkException
- Retrieves the leading portion of the link name that was resolved
successfully.
- getLinkResolvedObj() -
Method in class javax.naming.LinkException
- Retrieves the object to which resolution was successful.
- getLinkText(int) -
Method in class javax.swing.JEditorPane.JEditorPaneAccessibleHypertextSupport
- Returns the contiguous text within the document that
is associated with this hyperlink.
- getList() -
Method in class javax.swing.plaf.basic.BasicComboPopup
- Implementation of ComboPopup.getList().
- getList() -
Method in interface javax.swing.plaf.basic.ComboPopup
- Returns the list that is being used to draw the items in the JComboBox.
- getListCellRendererComponent(JList, Object, int, boolean, boolean) -
Method in class javax.swing.DefaultListCellRenderer
-
- getListCellRendererComponent(JList, Object, int, boolean, boolean) -
Method in interface javax.swing.ListCellRenderer
- Return a component that has been configured to display the specified
value.
- getListCellRendererComponent(JList, Object, int, boolean, boolean) -
Method in class javax.swing.plaf.basic.BasicComboBoxRenderer
-
- getListCellRendererComponent(JList, Object, int, boolean, boolean) -
Method in class javax.swing.plaf.metal.MetalFileChooserUI.FileRenderer
-
- getListCellRendererComponent(JList, Object, int, boolean, boolean) -
Method in class javax.swing.plaf.metal.MetalFileChooserUI.FilterComboBoxRenderer
-
- getListenerCount() -
Method in class javax.swing.event.EventListenerList
- Returns the total number of listeners for this listener list.
- getListenerCount(Class) -
Method in class javax.swing.event.EventListenerList
- Returns the total number of listeners of the supplied type
for this listener list.
- getListenerList() -
Method in class javax.swing.event.EventListenerList
- Passes back the event listener list as an array
of ListenerType-listener pairs.
- getListenerMethodDescriptors() -
Method in class java.beans.EventSetDescriptor
- Gets the
MethodDescriptor
s of the target listener interface.
- getListenerMethods() -
Method in class java.beans.EventSetDescriptor
- Gets the methods of the target listener interface.
- getListeners(Class) -
Method in class java.awt.Component
- Return an array of all the listeners that were added to the Component
with addXXXListener(), where XXX is the name of the
listenerType
argument.
- getListeners(Class) -
Method in class java.awt.Container
- Return an array of all the listeners that were added to the Container
with addXXXListener(), where XXX is the name of the
listenerType
argument.
- getListeners(Class) -
Method in class java.awt.Scrollbar
- Return an array of all the listeners that were added to the Scrollbar
with addXXXListener(), where XXX is the name of the
listenerType
argument.
- getListeners(Class) -
Method in class java.awt.MenuItem
- Return an array of all the listeners that were added to the MenuItem
with addXXXListener(), where XXX is the name of the
listenerType
argument.
- getListeners(Class) -
Method in class java.awt.Checkbox
- Return an array of all the listeners that were added to the Checkbox
with addXXXListener(), where XXX is the name of the
listenerType
argument.
- getListeners(Class) -
Method in class java.awt.Window
- Return an array of all the listeners that were added to the Window
with addXXXListener(), where XXX is the name of the
listenerType
argument.
- getListeners(Class) -
Method in class java.awt.List
- Return an array of all the listeners that were added to the List
with addXXXListener(), where XXX is the name of the
listenerType
argument.
- getListeners(Class) -
Method in class java.awt.TextComponent
- Return an array of all the listeners that were added to the TextComponent
with addXXXListener(), where XXX is the name of the
listenerType
argument.
- getListeners(Class) -
Method in class java.awt.Choice
- Return an array of all the listeners that were added to the Choice
with addXXXListener(), where XXX is the name of the
listenerType
argument.
- getListeners(Class) -
Method in class java.awt.TextField
- Return an array of all the listeners that were added to the TextField
with addXXXListener(), where XXX is the name of the
listenerType
argument.
- getListeners(Class) -
Method in class java.awt.Button
- Return an array of all the listeners that were added to the Button
with addXXXListener(), where XXX is the name of the
listenerType
argument.
- getListeners(Class) -
Method in class java.awt.CheckboxMenuItem
- Return an array of all the listeners that were added to the CheckboxMenuItem
with addXXXListener(), where XXX is the name of the
listenerType
argument.
- getListeners(Class) -
Method in class javax.swing.DefaultSingleSelectionModel
- Return an array of all the listeners of the given type that
were added to this model.
- getListeners(Class) -
Method in class javax.swing.JComponent
- Return an array of all the listeners that were added to this JComponent
with addXXXListener(), where XXX is the name of the
listenerType
argument.
- getListeners(Class) -
Method in class javax.swing.DefaultBoundedRangeModel
- Return an array of all the listeners of the given type that
were added to this model.
- getListeners(Class) -
Method in class javax.swing.AbstractListModel
- Return an array of all the listeners of the given type that
were added to this model.
- getListeners(Class) -
Method in class javax.swing.DefaultListSelectionModel
- Returns an array of all the listeners of the given type that
were added to this model.
- getListeners(Class) -
Method in class javax.swing.Timer
- Return an array of all the listeners of the given type that
were added to this timer.
- getListeners(Class) -
Method in class javax.swing.DefaultButtonModel
- Return an array of all the listeners of the given type that
were added to this model.
- getListeners(Class) -
Method in class javax.swing.event.EventListenerList
- Return an array of all the listeners of the given type.
- getListeners(Class) -
Method in class javax.swing.table.AbstractTableModel
- Returns an array of all the listeners of the given type that
were added to this model.
- getListeners(Class) -
Method in class javax.swing.table.DefaultTableColumnModel
- Returns an array of all the listeners of the given type that
were added to this model.
- getListeners(Class) -
Method in class javax.swing.text.StyleContext.NamedStyle
- Return an array of all the listeners of the given type that
were added to this model.
- getListeners(Class) -
Method in class javax.swing.text.AbstractDocument
- Return an array of all the listeners of the given type that
were added to this model.
- getListeners(Class) -
Method in class javax.swing.text.DefaultCaret
- Return an array of all the listeners of the given type that
were added to this model.
- getListeners(Class) -
Method in class javax.swing.tree.DefaultTreeSelectionModel
- Returns an array of all the listeners of the given type that
were added to this model.
- getListeners(Class) -
Method in class javax.swing.tree.DefaultTreeModel
- Return an array of all the listeners of the given type that
were added to this model.
- getListenerType() -
Method in class java.beans.EventSetDescriptor
- Gets the Class object for the target interface.
- getListPainter(AttributeSet) -
Method in class javax.swing.text.html.StyleSheet
- Fetches the list formatter to use for the given set
of CSS attributes.
- getLoadedInstruments() -
Method in interface javax.sound.midi.Synthesizer
- Obtains a list of the instruments that are currently loaded onto this
Synthesizer
.
- getLocalAddress() -
Method in class java.net.DatagramSocket
- Gets the local address to which the socket is bound.
- getLocalAddress() -
Method in class java.net.Socket
- Gets the local address to which the socket is bound.
- getLocalBounds(Component) -
Static method in class javax.swing.SwingUtilities
- Return the rectangle (0,0,bounds.width,bounds.height) for the component
aComponent
- getLocale() -
Method in class java.applet.Applet
- Gets the Locale for the applet, if it has been set.
- getLocale() -
Method in class java.awt.Component
- Gets the locale of this component.
- getLocale() -
Method in class java.awt.Component.AccessibleAWTComponent
- Return the locale of this object.
- getLocale() -
Method in class java.awt.MenuComponent.AccessibleAWTMenuComponent
- Return the locale of this object.
- 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.List.AccessibleAWTList.AccessibleAWTListChild
- Gets the locale of the component.
- getLocale() -
Method in class java.awt.im.InputContext
- Returns the current locale of the current input method.
- getLocale() -
Method in interface java.awt.im.spi.InputMethod
- Returns the current input locale.
- getLocale() -
Method in class java.beans.beancontext.BeanContextSupport
- Gets the locale for this BeanContext.
- getLocale() -
Method in class java.text.MessageFormat
- Gets the locale.
- getLocale() -
Method in class java.util.ResourceBundle
- Return the Locale for this ResourceBundle.
- getLocale() -
Method in class javax.accessibility.AccessibleContext
- Gets the locale of the component.
- getLocale() -
Method in class javax.swing.JList.AccessibleJList.AccessibleJListChild
-
- getLocale() -
Method in class javax.swing.JTree.AccessibleJTree.AccessibleJTreeNode
- Gets the locale of the component.
- getLocale() -
Method in class javax.swing.JTable.AccessibleJTable.AccessibleJTableCell
- Gets the locale of the component.
- getLocale() -
Method in class javax.swing.ImageIcon.AccessibleImageIcon
- Returns the locale of this object.
- getLocale() -
Method in class javax.swing.table.JTableHeader.AccessibleJTableHeader.AccessibleJTableHeaderEntry
-
- getLocalGraphicsEnvironment() -
Static method in class java.awt.GraphicsEnvironment
- Returns the local
GraphicsEnvironment
.
- getLocalHost() -
Static method in class java.net.InetAddress
- Returns the local host.
- getLocalizedInputStream(InputStream) -
Method in class java.lang.Runtime
- Deprecated. As of JDK 1.1, the preferred way translate a byte
stream in the local encoding into a character stream in Unicode is via
the
InputStreamReader
and BufferedReader
classes.
- getLocalizedMessage() -
Method in class java.lang.Throwable
- Creates a localized description of this
Throwable
.
- getLocalizedOutputStream(OutputStream) -
Method in class java.lang.Runtime
- Deprecated. As of JDK 1.1, the preferred way to translate a
Unicode character stream into a byte stream in the local encoding is via
the
OutputStreamWriter
, BufferedWriter
, and
PrintWriter
classes.
- getLocalPatternChars() -
Method in class java.text.DateFormatSymbols
- Gets localized date-time pattern characters.
- getLocalPort() -
Method in class java.net.DatagramSocket
- Returns the port number on the local host to which this socket is bound.
- getLocalPort() -
Method in class java.net.SocketImpl
- Returns the value of this socket's
localport
field.
- getLocalPort() -
Method in class java.net.Socket
- Returns the local port to which this socket is bound.
- getLocalPort() -
Method in class java.net.ServerSocket
- Returns the port on which this socket is listening.
- getLocalPort() -
Method in class java.net.DatagramSocketImpl
- Gets the local port.
- 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.Component.AccessibleAWTComponent
- 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.MenuComponent.AccessibleAWTMenuComponent
- 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.Point
- Returns the location of this point.
- getLocation() -
Method in class java.awt.List.AccessibleAWTList.AccessibleAWTListChild
- 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.Rectangle
- Returns the location of this
Rectangle
.
- getLocation() -
Method in class java.awt.dnd.DropTargetDropEvent
- This method returns a
Point
indicating the Cursor
's current
location in the Component
's coordinates.
- getLocation() -
Method in class java.awt.dnd.DropTargetDragEvent
- This method returns a
Point
indicating the Cursor
's current
location within the Component'
s
coordinates.
- getLocation() -
Method in class java.rmi.activation.ActivationGroupDesc
- Returns the group's code location.
- getLocation() -
Method in class java.rmi.activation.ActivationDesc
- Returns the code location for the object specified by
this descriptor.
- getLocation() -
Method in class java.security.CodeSource
- Returns the location associated with this CodeSource.
- getLocation() -
Method in interface javax.accessibility.AccessibleComponent
- Gets the location of the object relative to the parent in the form
of a point specifying the object's top-left corner in the screen's
coordinate space.
- getLocation() -
Method in class javax.swing.JList.AccessibleJList.AccessibleJListChild
-
- getLocation() -
Method in class javax.swing.JTree.AccessibleJTree.AccessibleJTreeNode
-
- getLocation() -
Method in class javax.swing.JTable.AccessibleJTable.AccessibleJTableCell
- Gets the location of the object relative to the parent in the form
of a point specifying the object's top-left corner in the screen's
coordinate space.
- getLocation() -
Method in class javax.swing.table.JTableHeader.AccessibleJTableHeader.AccessibleJTableHeaderEntry
-
- getLocation(Point) -
Method in class java.awt.Component
- Store the x,y origin of this component into "return value" rv
and return rv.
- getLocation(Point) -
Method in class javax.swing.JComponent
- Stores the x,y origin of this component into "return value" rv
and returns rv.
- getLocationInJTree() -
Method in class javax.swing.JTree.AccessibleJTree.AccessibleJTreeNode
-
- getLocationOffset(int, int) -
Method in interface java.awt.im.InputMethodRequests
- Gets the offset within the composed text for the specified absolute x
and y coordinates on the screen.
- getLocationOnScreen() -
Method in class java.awt.Component
- Gets the location of this component in the form of a point
specifying the component's top-left corner in the screen's
coordinate space.
- getLocationOnScreen() -
Method in class java.awt.Component.AccessibleAWTComponent
- Returns the location of the object on the screen.
- getLocationOnScreen() -
Method in class java.awt.MenuComponent.AccessibleAWTMenuComponent
- Returns the location of the object on the screen.
- getLocationOnScreen() -
Method in class java.awt.List.AccessibleAWTList.AccessibleAWTListChild
- Returns the location of the object on the screen.
- getLocationOnScreen() -
Method in interface javax.accessibility.AccessibleComponent
- Returns the location of the object on the screen.
- getLocationOnScreen() -
Method in class javax.swing.JList.AccessibleJList.AccessibleJListChild
-
- getLocationOnScreen() -
Method in class javax.swing.JTree.AccessibleJTree.AccessibleJTreeNode
-
- getLocationOnScreen() -
Method in class javax.swing.JTable.AccessibleJTable.AccessibleJTableCell
- Returns the location of the object on the screen.
- getLocationOnScreen() -
Method in class javax.swing.table.JTableHeader.AccessibleJTableHeader.AccessibleJTableHeaderEntry
-
- getLockingKeyState(int) -
Method in class java.awt.Toolkit
- Returns whether the given locking key on the keyboard is currently in
its "on" state.
- getLog() -
Static method in class java.rmi.server.RemoteServer
- Returns stream for the RMI call log.
- getLogicalBounds() -
Method in class java.awt.font.GlyphVector
- Returns the logical bounds of this
GlyphVector
.
- getLogicalHighlightShape(int, int) -
Method in class java.awt.font.TextLayout
- Returns a
Shape
enclosing the logical selection in the
specified range, extended to the natural bounds of this
TextLayout
.
- getLogicalHighlightShape(int, int, Rectangle2D) -
Method in class java.awt.font.TextLayout
- Returns a
Shape
enclosing the logical selection in the
specified range, extended to the specified bounds
.
- getLogicalRangesForVisualSelection(TextHitInfo, TextHitInfo) -
Method in class java.awt.font.TextLayout
- Returns the logical ranges of text corresponding to a visual selection.
- getLogicalStyle() -
Method in class javax.swing.JTextPane
- Fetches the logical style assigned to the paragraph
represented by the current position of the caret, or null.
- getLogicalStyle(int) -
Method in interface javax.swing.text.StyledDocument
- Gets a logical style for a given position in a paragraph.
- getLogicalStyle(int) -
Method in class javax.swing.text.DefaultStyledDocument
- Fetches the logical style assigned to the paragraph
represented by the given position.
- getLogicalView(FlowView) -
Method in class javax.swing.text.FlowView.FlowStrategy
- This method gives flow strategies access to the logical
view of the FlowView.
- getLoginTimeout() -
Static method in class java.sql.DriverManager
- Gets the maximum time in seconds that a driver can wait
when attempting to log in to a database.
- getLogStream() -
Static method in class java.sql.DriverManager
- Deprecated.
- getLogTimers() -
Static method in class javax.swing.Timer
- Returns true if logging is enabled.
- getLogWriter() -
Static method in class java.sql.DriverManager
- Gets the log writer.
- getLong(int) -
Method in interface java.sql.CallableStatement
- Gets the value of a JDBC
BIGINT
parameter as a long
in the Java programming language.
- getLong(int) -
Method in interface java.sql.ResultSet
- Gets the value of the designated column in the current row
of this
ResultSet
object as
a long
in the Java programming language.
- getLong(Object) -
Method in class java.lang.reflect.Field
- Gets the value of a field as a
long
on the specified object.
- getLong(Object, int) -
Static method in class java.lang.reflect.Array
- Returns the value of the indexed component in the specified
array object, as a
long
.
- getLong(String) -
Static method in class java.lang.Long
- Determines the
long
value of the system property
with the specified name.
- getLong(String) -
Method in interface java.sql.ResultSet
- Gets the value of the designated column in the current row
of this
ResultSet
object as
a long
in the Java programming language.
- getLong(String, long) -
Static method in class java.lang.Long
- Determines the
long
value of the system property
with the specified name.
- getLong(String, Long) -
Static method in class java.lang.Long
- Returns the long value of the system property with the specified
name.
- getLongParameter(int) -
Method in class java.awt.image.renderable.ParameterBlock
- A convenience method to return a parameter as a long.
- getLookAndFeel() -
Static method in class javax.swing.UIManager
- Returns The current default look and feel, or null.
- getLookAndFeelDefaults() -
Static method in class javax.swing.UIManager
- Returns the default values for this look and feel.
- getLoweredBevelBorderUIResource() -
Static method in class javax.swing.plaf.BorderUIResource
-
- getLowestSetBit() -
Method in class java.math.BigInteger
- Returns the index of the rightmost (lowest-order) one bit in this
BigInteger (the number of zero bits to the right of the rightmost
one bit).
- getLowestValueLabel() -
Method in class javax.swing.plaf.basic.BasicSliderUI
- Returns the label that corresponds to the highest slider value in the label table.
- getLSB() -
Method in class java.awt.font.GlyphMetrics
- Returns the left (top) side bearing of the glyph.
- getMagicCaretPosition() -
Method in class javax.swing.text.DefaultCaret
- Gets the saved caret position.
- getMagicCaretPosition() -
Method in interface javax.swing.text.Caret
- Gets the current caret visual location.
- getMainAttributes() -
Method in class java.net.JarURLConnection
- Returns the main Attributes for the JAR file for this
connection.
- getMainAttributes() -
Method in class java.util.jar.Manifest
- Returns the main Attributes for the Manifest.
- getMajorAxis() -
Method in class javax.swing.text.AsyncBoxView
- Fetch the major axis (the axis the children
are tiled along).
- getMajorOffset() -
Method in class javax.swing.text.AsyncBoxView.ChildState
- Get the offset along the major axis
- getMajorSpan() -
Method in class javax.swing.text.AsyncBoxView.ChildState
- What is the span along the major axis.
- getMajorTickSpacing() -
Method in class javax.swing.JSlider
- This method returns the major tick spacing.
- getMajorVersion() -
Method in class java.awt.color.ICC_Profile
- Returns profile major version.
- getMajorVersion() -
Method in interface java.sql.Driver
- Gets the driver's major version number.
- getManifest() -
Method in class java.net.JarURLConnection
- Returns the Manifest for this connection, or null if none.
- getManifest() -
Method in class java.util.jar.JarInputStream
- Returns the
Manifest
for this JAR file, or
null
if none.
- getManifest() -
Method in class java.util.jar.JarFile
- Returns the JAR file manifest, or
null
if none.
- getMapSize() -
Method in class java.awt.image.IndexColorModel
- Returns the size of the color/alpha component arrays in this
IndexColorModel
.
- getMargin() -
Method in class javax.swing.AbstractButton
- Returns the margin between the button's border and
the label.
- getMargin() -
Method in class javax.swing.JPopupMenu
- Returns the margin, in pixels, between the popup menu's border and
its containees.
- getMargin() -
Method in class javax.swing.JToolBar
- Returns the margin between the toolbar's border and
its buttons.
- getMargin() -
Method in class javax.swing.JMenuBar
- Returns the margin between the menubar's border and
its menus.
- getMargin() -
Method in class javax.swing.text.JTextComponent
- Returns the margin between the text component's border and
its text.
- getMark() -
Method in class javax.swing.event.CaretEvent
- Fetches the location of other end of a logical
selection.
- getMark() -
Method in class javax.swing.text.DefaultCaret
- Fetches the current position of the mark.
- getMark() -
Method in interface javax.swing.text.Caret
- Fetches the current position of the mark.
- getMask(int) -
Method in class java.awt.image.PackedColorModel
- Returns the mask indicating which bits in a pixel
contain the specified color/alpha sample.
- getMasks() -
Method in class java.awt.image.PackedColorModel
- Returns a mask array indicating which bits in a pixel
contain the color and alpha samples.
- getMasterSyncMode() -
Method in interface javax.sound.midi.Sequencer
- Obtains the current master synchronization mode for this sequencer.
- getMasterSyncModes() -
Method in interface javax.sound.midi.Sequencer
- Obtains the set of master synchronization modes supported by this
sequencer.
- getMatrix() -
Method in class java.awt.color.ICC_ProfileRGB
- Returns a 3x3 float matrix constructed from the X, Y, and Z
components of the redColorantTag, greenColorantTag, and
blueColorantTag in the ICC profile, as described above.
- getMatrix() -
Method in class java.awt.image.BandCombineOp
- Returns the matrix.
- getMatrix() -
Method in class java.awt.print.PageFormat
- Returns a transformation matrix that translates user
space rendering to the requested orientation
of the page.
- getMatrix(double[]) -
Method in class java.awt.geom.AffineTransform
- Retrieves the 6 specifiable values in the 3x3 affine transformation
matrix and places them into an array of double precisions values.
- getMatteColor() -
Method in class javax.swing.border.MatteBorder
- Returns the color used for tiling the border or null
if a tile icon is being used.
- getMaxAdvance() -
Method in class java.awt.FontMetrics
- Gets the maximum advance width of any character in this
Font
.
- getMaxAscent() -
Method in class java.awt.FontMetrics
- Determines the maximum ascent of the
Font
described by this FontMetrics
object.
- getMaxBinaryLiteralLength() -
Method in interface java.sql.DatabaseMetaData
- How many hex characters can you have in an inline binary literal?
- getMaxBufferSize() -
Method in class javax.sound.sampled.DataLine.Info
- Obtains the maximum buffer size supported by the data line.
- getMaxCatalogNameLength() -
Method in interface java.sql.DatabaseMetaData
- What's the maximum length of a catalog name?
- getMaxCharactersPerLineCount() -
Method in class javax.swing.JOptionPane
- Returns the maximum number of characters to place on a line in a
message.
- getMaxCharactersPerLineCount() -
Method in class javax.swing.plaf.basic.BasicOptionPaneUI
- Returns the maximum number of characters to place on a line.
- getMaxCharBounds(FontRenderContext) -
Method in class java.awt.Font
- Returns the bounds for the character with the maximum
bounds as defined in the specified
FontRenderContext
.
- getMaxCharBounds(Graphics) -
Method in class java.awt.FontMetrics
- Returns the bounds for the character with the maximum bounds
in the specified
Graphics
context.
- getMaxCharLiteralLength() -
Method in interface java.sql.DatabaseMetaData
- What's the max length for a character literal?
- getMaxColumnNameLength() -
Method in interface java.sql.DatabaseMetaData
- What's the limit on column name length?
- getMaxColumnsInGroupBy() -
Method in interface java.sql.DatabaseMetaData
- What's the maximum number of columns in a "GROUP BY" clause?
- getMaxColumnsInIndex() -
Method in interface java.sql.DatabaseMetaData
- What's the maximum number of columns allowed in an index?
- getMaxColumnsInOrderBy() -
Method in interface java.sql.DatabaseMetaData
- What's the maximum number of columns in an "ORDER BY" clause?
- getMaxColumnsInSelect() -
Method in interface java.sql.DatabaseMetaData
- What's the maximum number of columns in a "SELECT" list?
- getMaxColumnsInTable() -
Method in interface java.sql.DatabaseMetaData
- What's the maximum number of columns in a table?
- getMaxConnections() -
Method in interface java.sql.DatabaseMetaData
- How many active connections can we have at a time to this database?
- getMaxCursorNameLength() -
Method in interface java.sql.DatabaseMetaData
- What's the maximum cursor name length?
- getMaxDecent() -
Method in class java.awt.FontMetrics
- Deprecated. As of JDK version 1.1.1,
replaced by
getMaxDescent()
.
- getMaxDescent() -
Method in class java.awt.FontMetrics
- Determines the maximum descent of the
Font
described by this FontMetrics
object.
- getMaxExpansion(int) -
Method in class java.text.CollationElementIterator
- Return the maximum length of any expansion sequences that end
with the specified comparison order.
- getMaxFieldSize() -
Method in interface java.sql.Statement
- Returns the maximum number of bytes allowed
for any column value.
- getMaximum() -
Method in class java.awt.Scrollbar
- Gets the maximum value of this scroll bar.
- getMaximum() -
Method in interface java.awt.Adjustable
- Gets the maximum value of the adjustable object.
- getMaximum() -
Method in class javax.sound.sampled.FloatControl
- Obtains the maximum value permitted.
- getMaximum() -
Method in class javax.swing.DefaultBoundedRangeModel
- Return the model's maximum.
- getMaximum() -
Method in class javax.swing.ProgressMonitor
- Returns the maximum value -- the higher end of the progress value.
- getMaximum() -
Method in interface javax.swing.BoundedRangeModel
- Returns the model's maximum.
- getMaximum() -
Method in class javax.swing.JScrollBar
- The maximum value of the scrollbar is maximum - extent.
- getMaximum() -
Method in class javax.swing.JProgressBar
- Returns the model's maximum value.
- getMaximum() -
Method in class javax.swing.JSlider
- Returns the maximum value supported by the slider.
- getMaximum(int) -
Method in class java.util.Calendar
- Gets the maximum value for the given time field.
- getMaximum(int) -
Method in class java.util.GregorianCalendar
- Returns maximum value for the given field.
- getMaximumAccessibleValue() -
Method in class java.awt.Scrollbar.AccessibleAWTScrollBar
- Get the maximum accessible value of this object.
- getMaximumAccessibleValue() -
Method in class java.awt.MenuItem.AccessibleAWTMenuItem
- Get the maximum value of this object as a Number.
- getMaximumAccessibleValue() -
Method in class java.awt.Checkbox.AccessibleAWTCheckbox
- Get the maximum value of this object as a Number.
- getMaximumAccessibleValue() -
Method in class java.awt.Button.AccessibleAWTButton
- Get the maximum value of this object as a Number.
- getMaximumAccessibleValue() -
Method in class java.awt.CheckboxMenuItem.AccessibleAWTCheckboxMenuItem
- Get the maximum value of this object as a Number.
- getMaximumAccessibleValue() -
Method in interface javax.accessibility.AccessibleValue
- Get the maximum value of this object as a Number.
- getMaximumAccessibleValue() -
Method in class javax.swing.AbstractButton.AccessibleAbstractButton
- Get the maximum value of this object as a Number.
- getMaximumAccessibleValue() -
Method in class javax.swing.JInternalFrame.AccessibleJInternalFrame
- Get the maximum value of this object as a Number.
- getMaximumAccessibleValue() -
Method in class javax.swing.JInternalFrame.JDesktopIcon.AccessibleJDesktopIcon
- Get the maximum value of this object as a Number.
- getMaximumAccessibleValue() -
Method in class javax.swing.JSplitPane.AccessibleJSplitPane
- Gets the maximum accessible value of this object.
- getMaximumAccessibleValue() -
Method in class javax.swing.JScrollBar.AccessibleJScrollBar
- Get the maximum accessible value of this object.
- getMaximumAccessibleValue() -
Method in class javax.swing.JProgressBar.AccessibleJProgressBar
- Get the maximum accessible value of this object.
- getMaximumAccessibleValue() -
Method in class javax.swing.JSlider.AccessibleJSlider
- Get the maximum accessible value of this object.
- getMaximumCursorColors() -
Method in class java.awt.Toolkit
- Returns the maximum number of colors the Toolkit supports in a custom cursor
palette.
- getMaximumDividerLocation() -
Method in class javax.swing.JSplitPane
- Returns the maximum location of the divider from the look and feel
implementation.
- getMaximumDividerLocation(JSplitPane) -
Method in class javax.swing.plaf.SplitPaneUI
- Returns the maximum possible location of the divider.
- getMaximumDividerLocation(JSplitPane) -
Method in class javax.swing.plaf.basic.BasicSplitPaneUI
- Gets the maximum location of the divider.
- getMaximumDividerLocation(JSplitPane) -
Method in class javax.swing.plaf.multi.MultiSplitPaneUI
- Call getMaximumDividerLocation on each UI handled by this MultiUI.
- getMaximumFractionDigits() -
Method in class java.text.NumberFormat
- Returns the maximum number of digits allowed in the fraction portion of a
number.
- getMaximumIntegerDigits() -
Method in class java.text.NumberFormat
- Returns the maximum number of digits allowed in the integer portion of a
number.
- getMaximumRowCount() -
Method in class javax.swing.JComboBox
- Returns the maximum number of items the combo box can display
without a scrollbar
- getMaximumSize() -
Method in class java.awt.Component
- Gets the maximum size of this component.
- getMaximumSize() -
Method in class java.awt.Container
- Returns the maximum size of this container.
- getMaximumSize() -
Method in class javax.swing.JComponent
- If the maximum size has been set to a non-null value
just returns it.
- getMaximumSize() -
Method in class javax.swing.JToolBar.Separator
- Returns the maximum size for the separator.
- getMaximumSize() -
Method in class javax.swing.Box.Filler
- Returns the maximum size of the component.
- getMaximumSize() -
Method in class javax.swing.JScrollBar
- The scrollbar is flexible along it's scrolling axis and
rigid along the other axis.
- getMaximumSize() -
Method in class javax.swing.plaf.basic.BasicArrowButton
-
- getMaximumSize() -
Method in class javax.swing.plaf.metal.MetalScrollButton
-
- getMaximumSize(JComponent) -
Method in class javax.swing.plaf.ComponentUI
-
- getMaximumSize(JComponent) -
Method in class javax.swing.plaf.basic.BasicTextUI
- Gets the maximum size for the editor component.
- getMaximumSize(JComponent) -
Method in class javax.swing.plaf.basic.BasicSeparatorUI
-
- getMaximumSize(JComponent) -
Method in class javax.swing.plaf.basic.BasicMenuItemUI
-
- getMaximumSize(JComponent) -
Method in class javax.swing.plaf.basic.BasicButtonUI
-
- getMaximumSize(JComponent) -
Method in class javax.swing.plaf.basic.BasicToolBarSeparatorUI
-
- getMaximumSize(JComponent) -
Method in class javax.swing.plaf.basic.BasicMenuUI
-
- getMaximumSize(JComponent) -
Method in class javax.swing.plaf.basic.BasicProgressBarUI
-
- getMaximumSize(JComponent) -
Method in class javax.swing.plaf.basic.BasicOptionPaneUI
- Messages getPreferredSize.
- getMaximumSize(JComponent) -
Method in class javax.swing.plaf.basic.BasicTabbedPaneUI
-
- getMaximumSize(JComponent) -
Method in class javax.swing.plaf.basic.BasicPopupMenuUI
-
- getMaximumSize(JComponent) -
Method in class javax.swing.plaf.basic.BasicTableUI
- Return the maximum size of the table.
- getMaximumSize(JComponent) -
Method in class javax.swing.plaf.basic.BasicToolTipUI
-
- getMaximumSize(JComponent) -
Method in class javax.swing.plaf.basic.BasicScrollBarUI
-
- getMaximumSize(JComponent) -
Method in class javax.swing.plaf.basic.BasicToolBarUI
-
- getMaximumSize(JComponent) -
Method in class javax.swing.plaf.basic.BasicInternalFrameUI
-
- getMaximumSize(JComponent) -
Method in class javax.swing.plaf.basic.BasicDesktopPaneUI
-
- getMaximumSize(JComponent) -
Method in class javax.swing.plaf.basic.BasicListUI
-
- getMaximumSize(JComponent) -
Method in class javax.swing.plaf.basic.BasicLabelUI
-
- getMaximumSize(JComponent) -
Method in class javax.swing.plaf.basic.BasicComboBoxUI
-
- getMaximumSize(JComponent) -
Method in class javax.swing.plaf.basic.BasicTableHeaderUI
- Return the maximum size of the header.
- getMaximumSize(JComponent) -
Method in class javax.swing.plaf.basic.BasicMenuBarUI
-
- getMaximumSize(JComponent) -
Method in class javax.swing.plaf.basic.BasicTreeUI
- Returns the maximum size for this component, which will be the
preferred size if the instance is currently in a JTree, or 0, 0.
- getMaximumSize(JComponent) -
Method in class javax.swing.plaf.basic.BasicSplitPaneUI
- Returns the maximum size for the passed in component,
This is passed off to the current layoutmanager.
- getMaximumSize(JComponent) -
Method in class javax.swing.plaf.basic.BasicScrollPaneUI
-
- getMaximumSize(JComponent) -
Method in class javax.swing.plaf.basic.BasicDesktopIconUI
-
- getMaximumSize(JComponent) -
Method in class javax.swing.plaf.basic.BasicSliderUI
-
- getMaximumSize(JComponent) -
Method in class javax.swing.plaf.metal.MetalFileChooserUI
-
- getMaximumSize(JComponent) -
Method in class javax.swing.plaf.multi.MultiListUI
- Call getMaximumSize on each UI handled by this MultiUI.
- getMaximumSize(JComponent) -
Method in class javax.swing.plaf.multi.MultiSeparatorUI
- Call getMaximumSize on each UI handled by this MultiUI.
- getMaximumSize(JComponent) -
Method in class javax.swing.plaf.multi.MultiLabelUI
- Call getMaximumSize on each UI handled by this MultiUI.
- getMaximumSize(JComponent) -
Method in class javax.swing.plaf.multi.MultiPopupMenuUI
- Call getMaximumSize on each UI handled by this MultiUI.
- getMaximumSize(JComponent) -
Method in class javax.swing.plaf.multi.MultiPanelUI
- Call getMaximumSize on each UI handled by this MultiUI.
- getMaximumSize(JComponent) -
Method in class javax.swing.plaf.multi.MultiScrollBarUI
- Call getMaximumSize on each UI handled by this MultiUI.
- getMaximumSize(JComponent) -
Method in class javax.swing.plaf.multi.MultiTextUI
- Call getMaximumSize on each UI handled by this MultiUI.
- getMaximumSize(JComponent) -
Method in class javax.swing.plaf.multi.MultiComboBoxUI
- Call getMaximumSize on each UI handled by this MultiUI.
- getMaximumSize(JComponent) -
Method in class javax.swing.plaf.multi.MultiTableHeaderUI
- Call getMaximumSize on each UI handled by this MultiUI.
- getMaximumSize(JComponent) -
Method in class javax.swing.plaf.multi.MultiFileChooserUI
- Call getMaximumSize on each UI handled by this MultiUI.
- getMaximumSize(JComponent) -
Method in class javax.swing.plaf.multi.MultiColorChooserUI
- Call getMaximumSize on each UI handled by this MultiUI.
- getMaximumSize(JComponent) -
Method in class javax.swing.plaf.multi.MultiTreeUI
- Call getMaximumSize on each UI handled by this MultiUI.
- getMaximumSize(JComponent) -
Method in class javax.swing.plaf.multi.MultiViewportUI
- Call getMaximumSize on each UI handled by this MultiUI.
- getMaximumSize(JComponent) -
Method in class javax.swing.plaf.multi.MultiTabbedPaneUI
- Call getMaximumSize on each UI handled by this MultiUI.
- getMaximumSize(JComponent) -
Method in class javax.swing.plaf.multi.MultiProgressBarUI
- Call getMaximumSize on each UI handled by this MultiUI.
- getMaximumSize(JComponent) -
Method in class javax.swing.plaf.multi.MultiScrollPaneUI
- Call getMaximumSize on each UI handled by this MultiUI.
- getMaximumSize(JComponent) -
Method in class javax.swing.plaf.multi.MultiOptionPaneUI
- Call getMaximumSize on each UI handled by this MultiUI.
- getMaximumSize(JComponent) -
Method in class javax.swing.plaf.multi.MultiSplitPaneUI
- Call getMaximumSize on each UI handled by this MultiUI.
- getMaximumSize(JComponent) -
Method in class javax.swing.plaf.multi.MultiButtonUI
- Call getMaximumSize on each UI handled by this MultiUI.
- getMaximumSize(JComponent) -
Method in class javax.swing.plaf.multi.MultiToolBarUI
- Call getMaximumSize on each UI handled by this MultiUI.
- getMaximumSize(JComponent) -
Method in class javax.swing.plaf.multi.MultiSliderUI
- Call getMaximumSize on each UI handled by this MultiUI.
- getMaximumSize(JComponent) -
Method in class javax.swing.plaf.multi.MultiDesktopPaneUI
- Call getMaximumSize on each UI handled by this MultiUI.
- getMaximumSize(JComponent) -
Method in class javax.swing.plaf.multi.MultiTableUI
- Call getMaximumSize on each UI handled by this MultiUI.
- getMaximumSize(JComponent) -
Method in class javax.swing.plaf.multi.MultiDesktopIconUI
- Call getMaximumSize on each UI handled by this MultiUI.
- getMaximumSize(JComponent) -
Method in class javax.swing.plaf.multi.MultiMenuItemUI
- Call getMaximumSize on each UI handled by this MultiUI.
- getMaximumSize(JComponent) -
Method in class javax.swing.plaf.multi.MultiInternalFrameUI
- Call getMaximumSize on each UI handled by this MultiUI.
- getMaximumSize(JComponent) -
Method in class javax.swing.plaf.multi.MultiToolTipUI
- Call getMaximumSize on each UI handled by this MultiUI.
- getMaximumSize(JComponent) -
Method in class javax.swing.plaf.multi.MultiMenuBarUI
- Call getMaximumSize on each UI handled by this MultiUI.
- getMaximumSpan(int) -
Method in class javax.swing.text.View
- Determines the maximum span for this view along an
axis.
- getMaximumSpan(int) -
Method in class javax.swing.text.BoxView
- Determines the maximum span for this view along an
axis.
- getMaximumSpan(int) -
Method in class javax.swing.text.AsyncBoxView
- Determines the maximum span for this view along an
axis.
- getMaximumSpan(int) -
Method in class javax.swing.text.ComponentView
- Determines the maximum span for this view along an
axis.
- getMaximumSpan(int) -
Method in class javax.swing.text.WrappedPlainView
- Determines the maximum span for this view along an
axis.
- getMaximumSpan(int) -
Method in class javax.swing.text.html.ParagraphView
- Determines the maximum span for this view along an
axis.
- getMaximumThumbSize() -
Method in class javax.swing.plaf.basic.BasicScrollBarUI
- Return the largest acceptable size for the thumb.
- getMaximumZoneSize() -
Method in class javax.swing.text.ZoneView
- Get the current maximum zone size.
- getMaxIndexLength() -
Method in interface java.sql.DatabaseMetaData
- Retrieves the maximum number of bytes for an index, including all
of the parts of the index.
- getMaxLabel() -
Method in class javax.sound.sampled.FloatControl
- Obtains the label for the maximum value, such as "Right" or "Full."
- getMaxLines(Line.Info) -
Method in interface javax.sound.sampled.Mixer
- Obtains the maximum number of lines of the requested type that can be open simultaneously
on the mixer.
- getMaxPage() -
Method in class java.awt.JobAttributes
- Specifies the maximum value the user can specify as the last page to
be printed for jobs using these attributes.
- getMaxPolyphony() -
Method in interface javax.sound.midi.Synthesizer
- Obtains the maximum number of notes that this synthesizer can sound simultaneously.
- 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?
- getMaxReceivers() -
Method in interface javax.sound.midi.MidiDevice
- Obtains the maximum number of MIDI IN connections available on this
MIDI device for receiving MIDI data.
- getMaxRows() -
Method in interface java.sql.Statement
- Retrieves the maximum number of rows that a
ResultSet
object can contain.
- getMaxRowSize() -
Method in interface java.sql.DatabaseMetaData
- What's the maximum length of a single row?
- getMaxSchemaNameLength() -
Method in interface java.sql.DatabaseMetaData
- What's the maximum length allowed for a schema name?
- getMaxSelectionIndex() -
Method in class javax.swing.DefaultListSelectionModel
-
- getMaxSelectionIndex() -
Method in class javax.swing.JList
- Returns the largest selected cell index.
- getMaxSelectionIndex() -
Method in interface javax.swing.ListSelectionModel
- Returns the last selected index or -1 if the selection is empty.
- getMaxSelectionRow() -
Method in class javax.swing.JTree
- Returns the last selected row.
- getMaxSelectionRow() -
Method in class javax.swing.tree.DefaultTreeSelectionModel
- Returns the largest value obtained from the RowMapper for the
current set of selected TreePaths.
- getMaxSelectionRow() -
Method in interface javax.swing.tree.TreeSelectionModel
- Returns the largest value obtained from the RowMapper for the
current set of selected TreePaths.
- getMaxStatementLength() -
Method in interface java.sql.DatabaseMetaData
- What's the maximum length of an SQL statement?
- getMaxStatements() -
Method in interface java.sql.DatabaseMetaData
- How many active statements can we have open at one time to this
database?
- getMaxTableNameLength() -
Method in interface java.sql.DatabaseMetaData
- What's the maximum length of a table name?
- getMaxTablesInSelect() -
Method in interface java.sql.DatabaseMetaData
- What's the maximum number of tables in a SELECT statement?
- getMaxTransmitters() -
Method in interface javax.sound.midi.MidiDevice
- Obtains the maximum number of MIDI OUT connections available on this
MIDI device for transmitting MIDI data.
- getMaxUserNameLength() -
Method in interface java.sql.DatabaseMetaData
- What's the maximum length of a user name?
- getMaxWidth() -
Method in class javax.swing.table.TableColumn
- Returns the maximum width for the
TableColumn
.
- getMaxX() -
Method in class java.awt.geom.RectangularShape
- Returns the largest X coordinate of the framing
rectangle of the
Shape
in double
precision.
- getMaxY() -
Method in class java.awt.geom.RectangularShape
- Returns the largest Y coordinate of the framing
rectangle of the
Shape
in double
precision.
- getMaxZonesLoaded() -
Method in class javax.swing.text.ZoneView
- Get the current setting of the number of zones
allowed to be loaded at the same time.
- getMedia() -
Method in class java.awt.PageAttributes
- Returns the paper size for pages using these attributes.
- 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.
- getMemberControls() -
Method in class javax.sound.sampled.CompoundControl
- Returns the set of member controls that comprise the compound control.
- getMenu(int) -
Method in class java.awt.MenuBar
- Gets the specified menu.
- getMenu(int) -
Method in class javax.swing.JMenuBar
- Returns the menu at the specified position in the menu bar.
- getMenuArrowIcon() -
Static method in class javax.swing.plaf.basic.BasicIconFactory
-
- getMenuArrowIcon() -
Static method in class javax.swing.plaf.metal.MetalIconFactory
-
- getMenuBackground() -
Static method in class javax.swing.plaf.metal.MetalLookAndFeel
-
- getMenuBackground() -
Method in class javax.swing.plaf.metal.MetalTheme
-
- getMenuBar() -
Method in class java.awt.Frame
- Gets the menu bar for this frame.
- getMenuBar() -
Method in class javax.swing.JInternalFrame
- Deprecated. As of Swing version 1.0.3,
replaced by
getJMenuBar()
.
- getMenuBar() -
Method in class javax.swing.JRootPane
- Deprecated. As of Swing version 1.0.3
replaced by
getJMenubar()
.
- getMenuBarBorder() -
Static method in class javax.swing.plaf.basic.BasicBorders
-
- getMenuComponent(int) -
Method in class javax.swing.JMenu
- Returns the component at position
n
.
- getMenuComponentCount() -
Method in class javax.swing.JMenu
- Returns the number of components on the menu.
- getMenuComponents() -
Method in class javax.swing.JMenu
- Returns an array of
Component
s of the menu's
subcomponents.
- getMenuCount() -
Method in class java.awt.MenuBar
- Gets the number of menus on the menu bar.
- getMenuCount() -
Method in class javax.swing.JMenuBar
- Returns the number of items in the menu bar.
- getMenuDisabledForeground() -
Static method in class javax.swing.plaf.metal.MetalLookAndFeel
-
- getMenuDisabledForeground() -
Method in class javax.swing.plaf.metal.MetalTheme
-
- getMenuForeground() -
Static method in class javax.swing.plaf.metal.MetalLookAndFeel
-
- getMenuForeground() -
Method in class javax.swing.plaf.metal.MetalTheme
-
- getMenuItemArrowIcon() -
Static method in class javax.swing.plaf.basic.BasicIconFactory
-
- getMenuItemArrowIcon() -
Static method in class javax.swing.plaf.metal.MetalIconFactory
-
- getMenuItemCheckIcon() -
Static method in class javax.swing.plaf.basic.BasicIconFactory
-
- getMenuItemCheckIcon() -
Static method in class javax.swing.plaf.metal.MetalIconFactory
-
- getMenuSelectedBackground() -
Static method in class javax.swing.plaf.metal.MetalLookAndFeel
-
- getMenuSelectedBackground() -
Method in class javax.swing.plaf.metal.MetalTheme
-
- getMenuSelectedForeground() -
Static method in class javax.swing.plaf.metal.MetalLookAndFeel
-
- getMenuSelectedForeground() -
Method in class javax.swing.plaf.metal.MetalTheme
-
- getMenuSelectionManager() -
Method in class javax.swing.event.MenuKeyEvent
- Returns the current menu selection manager.
- getMenuSelectionManager() -
Method in class javax.swing.event.MenuDragMouseEvent
- Returns the current menu selection manager.
- getMenuShortcutKeyMask() -
Method in class java.awt.Toolkit
- Determines which modifier key is the appropriate accelerator
key for menu shortcuts.
- getMenuTextFont() -
Static method in class javax.swing.plaf.metal.MetalLookAndFeel
-
- getMenuTextFont() -
Method in class javax.swing.plaf.metal.MetalTheme
-
- getMenuTextFont() -
Method in class javax.swing.plaf.metal.DefaultMetalTheme
-
- getMessage() -
Method in class java.io.InvalidClassException
- Produce the message and include the classname, if present.
- getMessage() -
Method in class java.io.WriteAbortedException
- Produce the message and include the message from the nested
exception, if there is one.
- getMessage() -
Method in class java.lang.Throwable
- Returns the error message string of this throwable object.
- getMessage() -
Method in class java.rmi.RemoteException
- Returns the detail message, including the message from the nested
exception if there is one.
- getMessage() -
Method in class java.rmi.activation.ActivationException
- Produces the message, include the message from the nested
exception if there is one.
- getMessage() -
Method in class java.rmi.server.ServerCloneException
- Obtains the message, include the message from the nested
exception if there is one.
- getMessage() -
Method in class javax.sound.midi.MidiMessage
- Obtains the MIDI message data.
- getMessage() -
Method in class javax.sound.midi.MidiEvent
- Obtains the MIDI message contained in the event.
- getMessage() -
Method in class javax.swing.JOptionPane
- Returns the message-object this pane displays.
- getMessage() -
Method in class javax.swing.plaf.basic.BasicOptionPaneUI
- Returns the message to display from the JOptionPane the receiver is
providing the look and feel for.
- getMessageDigest() -
Method in class java.security.DigestOutputStream
- Returns the message digest associated with this stream.
- getMessageDigest() -
Method in class java.security.DigestInputStream
- Returns the message digest associated with this stream.
- getMessageType() -
Method in class javax.swing.JOptionPane
- Returns the message type.
- getMetaData() -
Method in interface java.sql.PreparedStatement
- Gets the number, types and properties of a
ResultSet
object's columns.
- getMetaData() -
Method in interface java.sql.Connection
- Gets the metadata regarding this connection's database.
- getMetaData() -
Method in interface java.sql.ResultSet
- Retrieves the number, types and properties of
this
ResultSet
object's columns.
- getMethod() -
Method in class java.beans.MethodDescriptor
- Gets the method that this MethodDescriptor encapsualtes.
- getMethod() -
Method in class java.util.zip.ZipEntry
- Returns the compression method of the entry, or -1 if not specified.
- getMethod(String, Class[]) -
Method in class java.lang.Class
- Returns a
Method
object that reflects the specified public
member method of the class or interface represented by this
Class
object.
- getMethodDescriptors() -
Method in interface java.beans.BeanInfo
- Gets the beans
MethodDescriptor
s.
- 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.
- getMicrosecondLength() -
Method in interface javax.sound.sampled.Clip
- Obtains the media duration in microseconds
- getMicrosecondLength() -
Method in class javax.sound.midi.Sequence
- Obtains the duration of this sequence, expressed in microseconds.
- getMicrosecondLength() -
Method in class javax.sound.midi.MidiFileFormat
- Obtains the length of the MIDI file, expressed in microseconds.
- getMicrosecondLength() -
Method in interface javax.sound.midi.Sequencer
- Obtains the length of the current sequence, expressed in microseconds.
- getMicrosecondPosition() -
Method in interface javax.sound.sampled.DataLine
- Obtains the current position in the audio data, in microseconds.
- getMicrosecondPosition() -
Method in interface javax.sound.midi.MidiDevice
- Obtains the current time-stamp of the device, in microseconds.
- getMicrosecondPosition() -
Method in interface javax.sound.midi.Sequencer
- Obtains the current position in the sequence, expressed in
microseconds.
- getMidiDevice(MidiDevice.Info) -
Static method in class javax.sound.midi.MidiSystem
- Obtains the requested MIDI device.
- getMidiDeviceInfo() -
Static method in class javax.sound.midi.MidiSystem
- Obtains an array of information objects representing
the set of all MIDI devices available on the system.
- getMidiFileFormat(File) -
Static method in class javax.sound.midi.MidiSystem
- Obtains the MIDI file format of the specified
File
.
- getMidiFileFormat(File) -
Method in class javax.sound.midi.spi.MidiFileReader
- Obtains the MIDI file format of the
File
provided.
- getMidiFileFormat(InputStream) -
Static method in class javax.sound.midi.MidiSystem
- Obtains the MIDI file format of the data in the specified input stream.
- getMidiFileFormat(InputStream) -
Method in class javax.sound.midi.spi.MidiFileReader
- Obtains the MIDI file format of the input stream provided.
- getMidiFileFormat(URL) -
Static method in class javax.sound.midi.MidiSystem
- Obtains the MIDI file format of the data in the specified URL.
- getMidiFileFormat(URL) -
Method in class javax.sound.midi.spi.MidiFileReader
- Obtains the MIDI file format of the URL provided.
- getMidiFileTypes() -
Static method in class javax.sound.midi.MidiSystem
- Obtains the set of MIDI file types for which file writing support is
provided by the system.
- getMidiFileTypes() -
Method in class javax.sound.midi.spi.MidiFileWriter
- Obtains the set of MIDI file types for which file writing support is
provided by this file writer.
- getMidiFileTypes(Sequence) -
Static method in class javax.sound.midi.MidiSystem
- Obtains the set of MIDI file types that the system can write from the
sequence specified.
- getMidiFileTypes(Sequence) -
Method in class javax.sound.midi.spi.MidiFileWriter
- Obtains the file types that this file writer can write from the
sequence specified.
- getMidLabel() -
Method in class javax.sound.sampled.FloatControl
- Obtains the label for the mid-point value, such as "Center" or "Default."
- getMillisToDecideToPopup() -
Method in class javax.swing.ProgressMonitor
- Returns the amount of time this object waits before deciding whether
or not to popup a progress monitor.
- getMillisToPopup() -
Method in class javax.swing.ProgressMonitor
- Returns the amount of time it will take for the popup to appear.
- getMimeType() -
Method in class java.awt.datatransfer.DataFlavor
- Returns the MIME type string for this DataFlavor
- getMinBufferSize() -
Method in class javax.sound.sampled.DataLine.Info
- Obtains the minimum buffer size supported by the data line.
- getMinimalDaysInFirstWeek() -
Method in class java.util.Calendar
- Gets what the minimal days required in the first week of the year are;
e.g., if the first week is defined as one that contains the first day
of the first month of a year, getMinimalDaysInFirstWeek returns 1.
- getMinimum() -
Method in class java.awt.Scrollbar
- Gets the minimum value of this scroll bar.
- getMinimum() -
Method in interface java.awt.Adjustable
- Gets the minimum value of the adjustable object.
- getMinimum() -
Method in class javax.sound.sampled.FloatControl
- Obtains the minimum value permitted.
- getMinimum() -
Method in class javax.swing.DefaultBoundedRangeModel
- Return the model's minimum.
- getMinimum() -
Method in class javax.swing.ProgressMonitor
- Returns the minimum value -- the lower end of the progress value.
- getMinimum() -
Method in interface javax.swing.BoundedRangeModel
- Returns the minimum acceptable value.
- getMinimum() -
Method in class javax.swing.JScrollBar
- Returns the minimum value supported by the scrollbar
(usually zero).
- getMinimum() -
Method in class javax.swing.JProgressBar
- Returns the model's minimum value.
- getMinimum() -
Method in class javax.swing.JSlider
- Returns the minimum value supported by the slider.
- getMinimum(int) -
Method in class java.util.Calendar
- Gets the minimum value for the given time field.
- getMinimum(int) -
Method in class java.util.GregorianCalendar
- Returns minimum value for the given field.
- getMinimumAccessibleValue() -
Method in class java.awt.Scrollbar.AccessibleAWTScrollBar
- Get the minimum accessible value of this object.
- getMinimumAccessibleValue() -
Method in class java.awt.MenuItem.AccessibleAWTMenuItem
- Get the minimum value of this object as a Number.
- getMinimumAccessibleValue() -
Method in class java.awt.Checkbox.AccessibleAWTCheckbox
- Get the minimum value of this object as a Number.
- getMinimumAccessibleValue() -
Method in class java.awt.Button.AccessibleAWTButton
- Get the minimum value of this object as a Number.
- getMinimumAccessibleValue() -
Method in class java.awt.CheckboxMenuItem.AccessibleAWTCheckboxMenuItem
- Get the minimum value of this object as a Number.
- getMinimumAccessibleValue() -
Method in interface javax.accessibility.AccessibleValue
- Get the minimum value of this object as a Number.
- getMinimumAccessibleValue() -
Method in class javax.swing.AbstractButton.AccessibleAbstractButton
- Get the minimum value of this object as a Number.
- getMinimumAccessibleValue() -
Method in class javax.swing.JInternalFrame.AccessibleJInternalFrame
- Get the minimum value of this object as a Number.
- getMinimumAccessibleValue() -
Method in class javax.swing.JInternalFrame.JDesktopIcon.AccessibleJDesktopIcon
- Get the minimum value of this object as a Number.
- getMinimumAccessibleValue() -
Method in class javax.swing.JSplitPane.AccessibleJSplitPane
- Gets the minimum accessible value of this object.
- getMinimumAccessibleValue() -
Method in class javax.swing.JScrollBar.AccessibleJScrollBar
- Get the minimum accessible value of this object.
- getMinimumAccessibleValue() -
Method in class javax.swing.JProgressBar.AccessibleJProgressBar
- Get the minimum accessible value of this object.
- getMinimumAccessibleValue() -
Method in class javax.swing.JSlider.AccessibleJSlider
- Get the minimum accessible value of this object.
- getMinimumDividerLocation() -
Method in class javax.swing.JSplitPane
- Returns the minimum location of the divider from the look and feel
implementation.
- getMinimumDividerLocation(JSplitPane) -
Method in class javax.swing.plaf.SplitPaneUI
- Returns the minimum possible location of the divider.
- getMinimumDividerLocation(JSplitPane) -
Method in class javax.swing.plaf.basic.BasicSplitPaneUI
- Gets the minimum location of the divider.
- getMinimumDividerLocation(JSplitPane) -
Method in class javax.swing.plaf.multi.MultiSplitPaneUI
- Call getMinimumDividerLocation on each UI handled by this MultiUI.
- getMinimumFractionDigits() -
Method in class java.text.NumberFormat
- Returns the minimum number of digits allowed in the fraction portion of a
number.
- getMinimumHorizontalSize() -
Method in class javax.swing.plaf.basic.BasicSliderUI
-
- getMinimumIntegerDigits() -
Method in class java.text.NumberFormat
- Returns the minimum number of digits allowed in the integer portion of a
number.
- getMinimumOptionPaneSize() -
Method in class javax.swing.plaf.basic.BasicOptionPaneUI
- Returns the minimum size the option pane should be.
- getMinimumSize() -
Method in class java.awt.Component
- Gets the mininimum size of this component.
- getMinimumSize() -
Method in class java.awt.Container
- Returns the minimum size of this container.
- getMinimumSize() -
Method in class java.awt.List
- Determines the minimum size of this scrolling list.
- getMinimumSize() -
Method in class java.awt.TextField
- Gets the minumum dimensions for this text field.
- getMinimumSize() -
Method in class java.awt.TextArea
- Determines the minimum size of this text area.
- getMinimumSize() -
Method in class javax.swing.JComponent
- If the minimum size has been set to a non-null value
just returns it.
- getMinimumSize() -
Method in class javax.swing.JToolBar.Separator
- Returns the minimum size for the separator.
- getMinimumSize() -
Method in class javax.swing.Box.Filler
- Returns the minimum size of the component.
- getMinimumSize() -
Method in class javax.swing.JScrollBar
- The scrollbar is flexible along it's scrolling axis and
rigid along the other axis.
- getMinimumSize() -
Method in class javax.swing.plaf.basic.BasicSplitPaneDivider
- Returns dividerSize x dividerSize
- getMinimumSize() -
Method in class javax.swing.plaf.basic.BasicArrowButton
-
- getMinimumSize() -
Method in class javax.swing.plaf.metal.MetalScrollButton
-
- getMinimumSize(Component) -
Method in class javax.swing.border.TitledBorder
- Returns the minimum dimensions this border requires
in order to fully display the border and title.
- getMinimumSize(int) -
Method in class java.awt.List
- Gets the minumum dimensions for a list with the specified
number of rows.
- getMinimumSize(int) -
Method in class java.awt.TextField
- Gets the minumum dimensions for a text field with
the specified number of columns.
- getMinimumSize(int, int) -
Method in class java.awt.TextArea
- Determines the minimum size of a text area with the specified
number of rows and columns.
- getMinimumSize(JComponent) -
Method in class javax.swing.plaf.ComponentUI
-
- getMinimumSize(JComponent) -
Method in class javax.swing.plaf.basic.BasicTextUI
- Gets the minimum size for the editor component.
- getMinimumSize(JComponent) -
Method in class javax.swing.plaf.basic.BasicSeparatorUI
-
- getMinimumSize(JComponent) -
Method in class javax.swing.plaf.basic.BasicMenuItemUI
-
- getMinimumSize(JComponent) -
Method in class javax.swing.plaf.basic.BasicButtonUI
-
- getMinimumSize(JComponent) -
Method in class javax.swing.plaf.basic.BasicToolBarSeparatorUI
-
- getMinimumSize(JComponent) -
Method in class javax.swing.plaf.basic.BasicProgressBarUI
- The Minimum size for this component is 10.
- getMinimumSize(JComponent) -
Method in class javax.swing.plaf.basic.BasicOptionPaneUI
- Messages getPreferredSize.
- getMinimumSize(JComponent) -
Method in class javax.swing.plaf.basic.BasicTabbedPaneUI
-
- getMinimumSize(JComponent) -
Method in class javax.swing.plaf.basic.BasicPopupMenuUI
-
- getMinimumSize(JComponent) -
Method in class javax.swing.plaf.basic.BasicTableUI
- Return the minimum size of the table.
- getMinimumSize(JComponent) -
Method in class javax.swing.plaf.basic.BasicToolTipUI
-
- getMinimumSize(JComponent) -
Method in class javax.swing.plaf.basic.BasicScrollBarUI
- A vertical scrollbars minimum width is the largest
minimum width of the (non null) increment/decrement buttons,
and the minimum width of the thumb.
- getMinimumSize(JComponent) -
Method in class javax.swing.plaf.basic.BasicToolBarUI
-
- getMinimumSize(JComponent) -
Method in class javax.swing.plaf.basic.BasicInternalFrameUI
-
- getMinimumSize(JComponent) -
Method in class javax.swing.plaf.basic.BasicDesktopPaneUI
-
- getMinimumSize(JComponent) -
Method in class javax.swing.plaf.basic.BasicListUI
-
- getMinimumSize(JComponent) -
Method in class javax.swing.plaf.basic.BasicLabelUI
-
- getMinimumSize(JComponent) -
Method in class javax.swing.plaf.basic.BasicComboBoxUI
-
- getMinimumSize(JComponent) -
Method in class javax.swing.plaf.basic.BasicTableHeaderUI
- Return the minimum size of the header.
- getMinimumSize(JComponent) -
Method in class javax.swing.plaf.basic.BasicMenuBarUI
-
- getMinimumSize(JComponent) -
Method in class javax.swing.plaf.basic.BasicTreeUI
- Returns the minimum size for this component.
- getMinimumSize(JComponent) -
Method in class javax.swing.plaf.basic.BasicSplitPaneUI
- Returns the minimum size for the passed in component,
This is passed off to the current layoutmanager.
- getMinimumSize(JComponent) -
Method in class javax.swing.plaf.basic.BasicScrollPaneUI
-
- getMinimumSize(JComponent) -
Method in class javax.swing.plaf.basic.BasicDesktopIconUI
-
- getMinimumSize(JComponent) -
Method in class javax.swing.plaf.basic.BasicSliderUI
-
- getMinimumSize(JComponent) -
Method in class javax.swing.plaf.metal.MetalFileChooserUI
-
- getMinimumSize(JComponent) -
Method in class javax.swing.plaf.metal.MetalComboBoxUI
-
- getMinimumSize(JComponent) -
Method in class javax.swing.plaf.multi.MultiListUI
- Call getMinimumSize on each UI handled by this MultiUI.
- getMinimumSize(JComponent) -
Method in class javax.swing.plaf.multi.MultiSeparatorUI
- Call getMinimumSize on each UI handled by this MultiUI.
- getMinimumSize(JComponent) -
Method in class javax.swing.plaf.multi.MultiLabelUI
- Call getMinimumSize on each UI handled by this MultiUI.
- getMinimumSize(JComponent) -
Method in class javax.swing.plaf.multi.MultiPopupMenuUI
- Call getMinimumSize on each UI handled by this MultiUI.
- getMinimumSize(JComponent) -
Method in class javax.swing.plaf.multi.MultiPanelUI
- Call getMinimumSize on each UI handled by this MultiUI.
- getMinimumSize(JComponent) -
Method in class javax.swing.plaf.multi.MultiScrollBarUI
- Call getMinimumSize on each UI handled by this MultiUI.
- getMinimumSize(JComponent) -
Method in class javax.swing.plaf.multi.MultiTextUI
- Call getMinimumSize on each UI handled by this MultiUI.
- getMinimumSize(JComponent) -
Method in class javax.swing.plaf.multi.MultiComboBoxUI
- Call getMinimumSize on each UI handled by this MultiUI.
- getMinimumSize(JComponent) -
Method in class javax.swing.plaf.multi.MultiTableHeaderUI
- Call getMinimumSize on each UI handled by this MultiUI.
- getMinimumSize(JComponent) -
Method in class javax.swing.plaf.multi.MultiFileChooserUI
- Call getMinimumSize on each UI handled by this MultiUI.
- getMinimumSize(JComponent) -
Method in class javax.swing.plaf.multi.MultiColorChooserUI
- Call getMinimumSize on each UI handled by this MultiUI.
- getMinimumSize(JComponent) -
Method in class javax.swing.plaf.multi.MultiTreeUI
- Call getMinimumSize on each UI handled by this MultiUI.
- getMinimumSize(JComponent) -
Method in class javax.swing.plaf.multi.MultiViewportUI
- Call getMinimumSize on each UI handled by this MultiUI.
- getMinimumSize(JComponent) -
Method in class javax.swing.plaf.multi.MultiTabbedPaneUI
- Call getMinimumSize on each UI handled by this MultiUI.
- getMinimumSize(JComponent) -
Method in class javax.swing.plaf.multi.MultiProgressBarUI
- Call getMinimumSize on each UI handled by this MultiUI.
- getMinimumSize(JComponent) -
Method in class javax.swing.plaf.multi.MultiScrollPaneUI
- Call getMinimumSize on each UI handled by this MultiUI.
- getMinimumSize(JComponent) -
Method in class javax.swing.plaf.multi.MultiOptionPaneUI
- Call getMinimumSize on each UI handled by this MultiUI.
- getMinimumSize(JComponent) -
Method in class javax.swing.plaf.multi.MultiSplitPaneUI
- Call getMinimumSize on each UI handled by this MultiUI.
- getMinimumSize(JComponent) -
Method in class javax.swing.plaf.multi.MultiButtonUI
- Call getMinimumSize on each UI handled by this MultiUI.
- getMinimumSize(JComponent) -
Method in class javax.swing.plaf.multi.MultiToolBarUI
- Call getMinimumSize on each UI handled by this MultiUI.
- getMinimumSize(JComponent) -
Method in class javax.swing.plaf.multi.MultiSliderUI
- Call getMinimumSize on each UI handled by this MultiUI.
- getMinimumSize(JComponent) -
Method in class javax.swing.plaf.multi.MultiDesktopPaneUI
- Call getMinimumSize on each UI handled by this MultiUI.
- getMinimumSize(JComponent) -
Method in class javax.swing.plaf.multi.MultiTableUI
- Call getMinimumSize on each UI handled by this MultiUI.
- getMinimumSize(JComponent) -
Method in class javax.swing.plaf.multi.MultiDesktopIconUI
- Call getMinimumSize on each UI handled by this MultiUI.
- getMinimumSize(JComponent) -
Method in class javax.swing.plaf.multi.MultiMenuItemUI
- Call getMinimumSize on each UI handled by this MultiUI.
- getMinimumSize(JComponent) -
Method in class javax.swing.plaf.multi.MultiInternalFrameUI
- Call getMinimumSize on each UI handled by this MultiUI.
- getMinimumSize(JComponent) -
Method in class javax.swing.plaf.multi.MultiToolTipUI
- Call getMinimumSize on each UI handled by this MultiUI.
- getMinimumSize(JComponent) -
Method in class javax.swing.plaf.multi.MultiMenuBarUI
- Call getMinimumSize on each UI handled by this MultiUI.
- getMinimumSpan(int) -
Method in class javax.swing.text.View
- Determines the minimum span for this view along an
axis.
- getMinimumSpan(int) -
Method in class javax.swing.text.BoxView
- Determines the minimum span for this view along an
axis.
- getMinimumSpan(int) -
Method in class javax.swing.text.AsyncBoxView
- Determines the minimum span for this view along an
axis.
- getMinimumSpan(int) -
Method in class javax.swing.text.ComponentView
- Determines the minimum span for this view along an
axis.
- getMinimumSpan(int) -
Method in class javax.swing.text.WrappedPlainView
- Determines the minimum span for this view along an
axis.
- getMinimumSpan(int) -
Method in class javax.swing.text.html.ParagraphView
- Determines the minimum span for this view along an
axis.
- getMinimumThumbSize() -
Method in class javax.swing.plaf.basic.BasicScrollBarUI
- Return the smallest acceptable size for the thumb.
- getMinimumThumbSize() -
Method in class javax.swing.plaf.metal.MetalScrollBarUI
-
- getMinimumVerticalSize() -
Method in class javax.swing.plaf.basic.BasicSliderUI
-
- getMinLabel() -
Method in class javax.sound.sampled.FloatControl
- Obtains the label for the minimum value, such as "Left" or "Off."
- getMinorAxis() -
Method in class javax.swing.text.AsyncBoxView
- Fetch the minor axis (the axis orthoginal
to the tiled axis).
- getMinorOffset() -
Method in class javax.swing.text.AsyncBoxView.ChildState
- What is the offset along the minor axis
- getMinorSpan() -
Method in class javax.swing.text.AsyncBoxView.ChildState
- What is the span along the minor axis.
- getMinorTickSpacing() -
Method in class javax.swing.JSlider
- This method returns the minor tick spacing.
- getMinorVersion() -
Method in class java.awt.color.ICC_Profile
- Returns profile minor version.
- getMinorVersion() -
Method in interface java.sql.Driver
- Gets the driver's minor version number.
- getMinPage() -
Method in class java.awt.JobAttributes
- Specifies the minimum value the user can specify as the first page to
be printed for jobs using these attributes.
- getMinSelectionIndex() -
Method in class javax.swing.DefaultListSelectionModel
-
- getMinSelectionIndex() -
Method in class javax.swing.JList
- Returns the smallest selected cell index.
- getMinSelectionIndex() -
Method in interface javax.swing.ListSelectionModel
- Returns the first selected index or -1 if the selection is empty.
- getMinSelectionRow() -
Method in class javax.swing.JTree
- Gets the first selected row.
- getMinSelectionRow() -
Method in class javax.swing.tree.DefaultTreeSelectionModel
- Returns the smallest value obtained from the RowMapper for the
current set of selected TreePaths.
- getMinSelectionRow() -
Method in interface javax.swing.tree.TreeSelectionModel
- Returns the smallest value obtained from the RowMapper for the
current set of selected TreePaths.
- GetMinSize(Container, GridBagLayoutInfo) -
Method in class java.awt.GridBagLayout
-
- getMinTileX() -
Method in interface java.awt.image.RenderedImage
- Returns the minimum tile index in the X direction.
- getMinTileX() -
Method in class java.awt.image.BufferedImage
- Returns the minimum tile index in the x direction.
- getMinTileY() -
Method in interface java.awt.image.RenderedImage
- Returns the minimum tile index in the Y direction.
- getMinTileY() -
Method in class java.awt.image.BufferedImage
- Returns the minimum tile index in the y direction.
- getMinusSign() -
Method in class java.text.DecimalFormatSymbols
- Gets the character used to represent minus sign.
- getMinutes() -
Method in class java.sql.Date
- Deprecated.
- getMinutes() -
Method in class java.util.Date
- Deprecated. As of JDK version 1.1,
replaced by
Calendar.get(Calendar.MINUTE)
.
- getMinWidth() -
Method in class javax.swing.table.TableColumn
- Returns the minimum width for the
TableColumn
.
- getMinX() -
Method in class java.awt.geom.RectangularShape
- Returns the smallest X coordinate of the framing
rectangle of the
Shape
in double
precision.
- getMinX() -
Method in interface java.awt.image.RenderedImage
- Returns the minimum X coordinate (inclusive) of the RenderedImage.
- getMinX() -
Method in class java.awt.image.BufferedImage
- Returns the minimum x coordinate of this
BufferedImage
.
- getMinX() -
Method in class java.awt.image.Raster
- Returns the minimum valid X coordinate of the Raster.
- getMinX() -
Method in class java.awt.image.renderable.RenderableImageOp
- Gets the minimum X coordinate of the rendering-independent image data.
- getMinX() -
Method in interface java.awt.image.renderable.RenderableImage
- Gets the minimum X coordinate of the rendering-independent image data.
- getMinY() -
Method in class java.awt.geom.RectangularShape
- Returns the smallest Y coordinate of the framing
rectangle of the
Shape
in double
precision.
- getMinY() -
Method in interface java.awt.image.RenderedImage
- Returns the minimum Y coordinate (inclusive) of the RenderedImage.
- getMinY() -
Method in class java.awt.image.BufferedImage
- Returns the minimum y coordinate of this
BufferedImage
.
- getMinY() -
Method in class java.awt.image.Raster
- Returns the minimum valid Y coordinate of the Raster.
- getMinY() -
Method in class java.awt.image.renderable.RenderableImageOp
- Gets the minimum Y coordinate of the rendering-independent image data.
- getMinY() -
Method in interface java.awt.image.renderable.RenderableImage
- Gets the minimum Y coordinate of the rendering-independent image data.
- getMissingGlyphCode() -
Method in class java.awt.Font
- Returns the glyphCode which is used when this
Font
does not have a glyph for a specified unicode.
- getMiterLimit() -
Method in class java.awt.BasicStroke
- Returns the limit of miter joins.
- getMixer(Mixer.Info) -
Static method in class javax.sound.sampled.AudioSystem
- Obtains the requested audio mixer.
- getMixer(Mixer.Info) -
Method in class javax.sound.sampled.spi.MixerProvider
- Obtains an instance of the mixer represented by the info object.
- getMixerInfo() -
Method in interface javax.sound.sampled.Mixer
- Obtains information about this mixer, including the product's name,
version, vendor, etc.
- getMixerInfo() -
Static method in class javax.sound.sampled.AudioSystem
- Obtains an array of mixer info objects that represents
the set of audio mixers that are currently installed on the system.
- getMixerInfo() -
Method in class javax.sound.sampled.spi.MixerProvider
- Obtains the set of info objects representing the mixer
or mixers provided by this MixerProvider.
- getMnemonic() -
Method in class javax.swing.AbstractButton
- Returns the keyboard mnemonic from the the current model.
- getMnemonic() -
Method in interface javax.swing.ButtonModel
- Gets the keyboard mnemonic for this model
- getMnemonic() -
Method in class javax.swing.DefaultButtonModel
- Gets the keyboard mnemonic for this model
- getMode() -
Method in class java.awt.FileDialog
- Indicates whether this file dialog box is for loading from a file
or for saving to a file.
- getModel() -
Method in class javax.swing.JTabbedPane
- Returns the model associated with this tabbedpane.
- getModel() -
Method in class javax.swing.AbstractButton
- Returns the model that this button represents.
- getModel() -
Method in class javax.swing.JComboBox
- Returns the data model currently used by the
JComboBox
.
- getModel() -
Method in class javax.swing.JList
- Returns the data model that holds the list of items displayed
by the
JList
component.
- getModel() -
Method in class javax.swing.JTree
- Returns the
TreeModel
that is providing the data.
- getModel() -
Method in class javax.swing.JTable
- Returns the
TableModel
that provides the data displayed by this
JTable
.
- getModel() -
Method in class javax.swing.JScrollBar
- Returns data model that handles the scrollbar's four
fundamental properties: minimum, maximum, value, extent.
- getModel() -
Method in class javax.swing.JProgressBar
- Returns the data model used by the JProgressBar.
- getModel() -
Method in class javax.swing.JSlider
- Returns data model that handles the sliders three
fundamental properties: minimum, maximum, value.
- getModel() -
Method in class javax.swing.tree.AbstractLayoutCache
- Returns the TreeModel that is providing the data.
- getModel() -
Method in class javax.swing.plaf.basic.BasicFileChooserUI
-
- getModel() -
Method in class javax.swing.plaf.basic.BasicTreeUI
-
- getModelIndex() -
Method in class javax.swing.table.TableColumn
- Returns the model index for this column.
- getModificationOp() -
Method in class javax.naming.directory.ModificationItem
- Retrieves the modification code of this modification item.
- getModifier() -
Method in class javax.swing.text.html.parser.AttributeList
-
- getModifiers() -
Method in class java.awt.event.ActionEvent
- Returns the modifier keys held down during this action event.
- getModifiers() -
Method in class java.awt.event.InputEvent
- Returns the modifiers flag for this event.
- getModifiers() -
Method in class java.lang.Class
- Returns the Java language modifiers for this class or interface, encoded
in an integer.
- getModifiers() -
Method in 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.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.Field
- Returns the Java language modifiers for the field represented
by this
Field
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 class javax.swing.KeyStroke
- Returns the modifier keys defined by this KeyStroke object.
- getModulus() -
Method in interface java.security.interfaces.RSAKey
- Returns the modulus.
- getModulus() -
Method in class java.security.spec.RSAPrivateKeySpec
- Returns the modulus.
- getModulus() -
Method in class java.security.spec.RSAPublicKeySpec
- Returns the modulus.
- getMonetaryDecimalSeparator() -
Method in class java.text.DecimalFormatSymbols
- Return the monetary decimal separator.
- getMono() -
Method in interface javax.sound.midi.MidiChannel
- Obtains the current mono/poly mode.
- getMonth() -
Method in class java.sql.Time
- Deprecated.
- getMonth() -
Method in class java.util.Date
- Deprecated. As of JDK version 1.1,
replaced by
Calendar.get(Calendar.MONTH)
.
- getMonths() -
Method in class java.text.DateFormatSymbols
- Gets month strings.
- getMoreResults() -
Method in interface java.sql.Statement
- Moves to a
Statement
object's next result.
- getMouseListener() -
Method in class javax.swing.plaf.basic.BasicComboPopup
- Implementation of ComboPopup.getMouseListener().
- getMouseListener() -
Method in interface javax.swing.plaf.basic.ComboPopup
- Returns a mouse listener that shows and hides the popup.
- getMouseMotionListener() -
Method in class javax.swing.plaf.basic.BasicComboPopup
- Implementation of ComboPopup.getMouseMotionListener().
- getMouseMotionListener() -
Method in interface javax.swing.plaf.basic.ComboPopup
- Returns a mouse motion listener that makes the popup act like a menu.
- getMultipleDocumentHandling() -
Method in class java.awt.JobAttributes
- Specifies the handling of multiple documents, including collation, for
jobs using these attributes.
- getMultiplier() -
Method in class java.text.DecimalFormat
- Get the multiplier for use in percent, permill, etc.
- getMute() -
Method in interface javax.sound.midi.MidiChannel
- Obtains the current mute state for this channel.
- getName() -
Method in class java.awt.Component
- Gets the name of the component.
- getName() -
Method in class java.awt.MenuComponent
- Gets the name of the menu component.
- getName() -
Method in class java.awt.Font
- Returns the logical name of this
Font
.
- getName() -
Method in class java.awt.Cursor
- Returns the name of this cursor.
- getName() -
Method in class java.awt.datatransfer.Clipboard
- Returns the name of this clipboard object.
- getName() -
Method in class java.beans.FeatureDescriptor
- Gets the programmatic name of this feature.
- getName() -
Method in class java.io.File
- Returns the name of the file or directory denoted by this abstract
pathname.
- getName() -
Method in class java.io.ObjectStreamClass
- The name of the class described by this descriptor.
- getName() -
Method in class java.io.ObjectStreamField
- Get the name of this field.
- getName() -
Method in class java.lang.ThreadGroup
- Returns the name of this thread group.
- getName() -
Method in class java.lang.Thread
- Returns this thread's name.
- getName() -
Method in class java.lang.Package
- Return the name of this package.
- getName() -
Method in class java.lang.Class
- Returns the fully-qualified name of the entity (class, interface, array
class, primitive type, or void) represented by this
Class
object, as a String
.
- getName() -
Method in interface java.lang.reflect.Member
- Returns the simple name of the underlying member or constructor
represented by this Member.
- 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.Field
- Returns the name of the field represented by this
Field
object.
- getName() -
Method in class java.lang.reflect.Constructor
- Returns the name of this constructor, as a string.
- getName() -
Method in class java.security.Permission
- Returns the name of this Permission.
- getName() -
Method in class java.security.Provider
- Returns the name of this provider.
- getName() -
Method in class java.security.Identity
- Deprecated. Returns this identity's name.
- getName() -
Method in interface java.security.Principal
- Returns the name of this principal.
- getName() -
Method in interface java.security.acl.Acl
- Returns the name of this ACL.
- getName() -
Method in class java.text.AttributedCharacterIterator.Attribute
- Returns the name of the attribute.
- getName() -
Method in class java.util.zip.ZipFile
- Returns the path name of the ZIP file.
- getName() -
Method in class java.util.zip.ZipEntry
- Returns the name of the entry.
- getName() -
Method in class javax.sound.sampled.Mixer.Info
- Obtains the name of the mixer.
- getName() -
Method in class javax.sound.sampled.Port.Info
- Obtains the name of the port.
- getName() -
Method in class javax.sound.midi.SoundbankResource
- Obtains the name of the resource.
- getName() -
Method in interface javax.sound.midi.Soundbank
- Obtains the name of the sound bank.
- getName() -
Method in class javax.sound.midi.MidiDevice.Info
- Obtains the name of the device.
- getName() -
Method in class javax.naming.NameClassPair
- Retrieves the name of this binding.
- getName() -
Method in class javax.swing.LookAndFeel
- Return a short string that identifies this look and feel, e.g.
- getName() -
Method in class javax.swing.UIManager.LookAndFeelInfo
- Returns the name of the look and feel in a form suitable
for a menu or other presentation
- getName() -
Method in interface javax.swing.text.Keymap
- Fetches the name of the set of key-bindings.
- getName() -
Method in interface javax.swing.text.Element
- Fetches the name of the element.
- getName() -
Method in interface javax.swing.text.Style
- Fetches the name of the style.
- getName() -
Method in class javax.swing.text.StyleContext.NamedStyle
- Fetches the name of the style.
- getName() -
Method in class javax.swing.text.AbstractDocument.AbstractElement
- Gets the name of the element.
- getName() -
Method in class javax.swing.text.AbstractDocument.BranchElement
- Gets the element name.
- getName() -
Method in class javax.swing.text.AbstractDocument.LeafElement
- Gets the element name.
- getName() -
Method in class javax.swing.text.DefaultStyledDocument.SectionElement
- Gets the name of the element.
- getName() -
Method in class javax.swing.text.html.HTMLDocument.RunElement
- Gets the name of the element.
- getName() -
Method in class javax.swing.text.html.HTMLDocument.BlockElement
- Gets the name of the element.
- getName() -
Method in class javax.swing.text.html.parser.AttributeList
-
- getName() -
Method in class javax.swing.text.html.parser.DTD
- Get the name of the DTD.
- getName() -
Method in class javax.swing.text.html.parser.Element
- Get the name of the element.
- getName() -
Method in class javax.swing.text.html.parser.Entity
- Get the name of the entity.
- getName() -
Method in class javax.swing.plaf.metal.MetalLookAndFeel
-
- getName() -
Method in class javax.swing.plaf.metal.MetalTheme
-
- getName() -
Method in class javax.swing.plaf.metal.DefaultMetalTheme
-
- getName() -
Method in class javax.swing.plaf.multi.MultiLookAndFeel
-
- getName(File) -
Method in class javax.swing.JFileChooser
- Returns the filename.
- getName(File) -
Method in class javax.swing.filechooser.FileView
- The name of the file.
- getName(File) -
Method in class javax.swing.plaf.basic.BasicFileChooserUI.BasicFileView
-
- getName(int) -
Method in class java.awt.color.ColorSpace
- Returns the name of the component given the component index
- getNameInNamespace() -
Method in class javax.naming.InitialContext
-
- getNameInNamespace() -
Method in interface javax.naming.Context
- Retrieves the full name of this context within its own namespace.
- getNameParser(Name) -
Method in class javax.naming.InitialContext
-
- getNameParser(Name) -
Method in interface javax.naming.Context
- Retrieves the parser associated with the named context.
- getNameParser(String) -
Method in class javax.naming.InitialContext
-
- getNameParser(String) -
Method in interface javax.naming.Context
- Retrieves the parser associated with the named context.
- getNaN() -
Method in class java.text.DecimalFormatSymbols
- Gets the character used to represent NaN.
- getNanos() -
Method in class java.sql.Timestamp
- Gets this
Timestamp
object's nanos
value.
- getNativeContainer(Component) -
Static method in class java.awt.Toolkit
- Give native peers the ability to query the native container
given a native component (eg the direct parent may be lightweight).
- getNativesForFlavors(DataFlavor[]) -
Method in class java.awt.datatransfer.SystemFlavorMap
- map flavors to native data types names
- getNativesForFlavors(DataFlavor[]) -
Method in interface java.awt.datatransfer.FlavorMap
- map flavors to native data types names
- getNeededLocation(int, int) -
Method in class javax.swing.plaf.basic.BasicSplitPaneDivider.DragController
- Returns the x argument, since this is used for horizontal
splits.
- getNeededLocation(int, int) -
Method in class javax.swing.plaf.basic.BasicSplitPaneDivider.VerticalDragController
- Returns the y argument, since this is used for vertical
splits.
- getNegativePrefix() -
Method in class java.text.DecimalFormat
- Get the negative prefix.
- getNegativeSuffix() -
Method in class java.text.DecimalFormat
- Get the negative suffix.
- getNewBinding() -
Method in class javax.naming.event.NamingEvent
- Retrieves the binding of the object after the change.
- getNewFolderAction() -
Method in class javax.swing.plaf.basic.BasicFileChooserUI
-
- getNewLeadSelectionPath() -
Method in class javax.swing.event.TreeSelectionEvent
- Returns the current lead path.
- getNewValue() -
Method in class java.beans.PropertyChangeEvent
- Sets the new value for the property, expressed as an Object.
- getNext() -
Method in class javax.swing.text.html.parser.AttributeList
-
- getNextEastWestVisualPositionFrom(int, Position.Bias, Shape, int, Position.Bias[]) -
Method in class javax.swing.text.CompositeView
- Returns the next visual position for the cursor, in either the
east or west direction.
- getNextEntry() -
Method in class java.util.jar.JarInputStream
- Reads the next ZIP file entry and positions stream at the beginning
of the entry data.
- getNextEntry() -
Method in class java.util.zip.ZipInputStream
- Reads the next ZIP file entry and positions stream at the beginning
of the entry data.
- getNextEvent() -
Method in class java.awt.EventQueue
- Remove an event from the EventQueue and return it.
- getNextException() -
Method in class java.sql.SQLException
- Retrieves the exception chained to this
SQLException
object.
- getNextFocusableComponent() -
Method in class javax.swing.JComponent
- Returns the next focusable component or null if the focus manager
should choose the next focusable component automatically.
- getNextJarEntry() -
Method in class java.util.jar.JarInputStream
- Reads the next JAR file entry and positions the stream at the
beginning of the entry data.
- getNextLeaf() -
Method in class javax.swing.tree.DefaultMutableTreeNode
- Returns the leaf after this node or null if this node is the
last leaf in the tree.
- getNextLeftHit(int) -
Method in class java.awt.font.TextLayout
- Returns the hit for the next caret to the left (top); if no
such hit, returns
null
.
- getNextLeftHit(int, TextLayout.CaretPolicy) -
Method in class java.awt.font.TextLayout
- Returns the hit for the next caret to the left (top); if no
such hit, returns
null
.
- getNextLeftHit(TextHitInfo) -
Method in class java.awt.font.TextLayout
- Returns the hit for the next caret to the left (top); if no such
hit, returns
null
.
- getNextNode() -
Method in class javax.swing.tree.DefaultMutableTreeNode
- Returns the node that follows this node in a preorder traversal of this
node's tree.
- getNextNorthSouthVisualPositionFrom(int, Position.Bias, Shape, int, Position.Bias[]) -
Method in class javax.swing.text.CompositeView
- Returns the next visual position for the cursor, in either the
east or west direction.
- getNextNorthSouthVisualPositionFrom(int, Position.Bias, Shape, int, Position.Bias[]) -
Method in class javax.swing.text.ParagraphView
- Overriden from CompositeView.
- getNextRightHit(int) -
Method in class java.awt.font.TextLayout
- Returns the hit for the next caret to the right (bottom); if no
such hit, returns
null
.
- getNextRightHit(int, TextLayout.CaretPolicy) -
Method in class java.awt.font.TextLayout
- Returns the hit for the next caret to the right (bottom); if no
such hit, returns
null
.
- getNextRightHit(TextHitInfo) -
Method in class java.awt.font.TextLayout
- Returns the hit for the next caret to the right (bottom); if there
is no such hit, returns
null
.
- getNextSibling() -
Method in class javax.swing.tree.DefaultMutableTreeNode
- Returns the next sibling of this node in the parent's children array.
- getNextTabIndex(int) -
Method in class javax.swing.plaf.basic.BasicTabbedPaneUI
-
- getNextUpdate() -
Method in class java.security.cert.X509CRL
- Gets the
nextUpdate
date from the CRL.
- getNextVisualPositionFrom(GlyphView, int, Position.Bias, Shape, int, Position.Bias[]) -
Method in class javax.swing.text.GlyphView.GlyphPainter
- Provides a way to determine the next visually represented model
location that one might place a caret.
- getNextVisualPositionFrom(int, Position.Bias, Shape, int, Position.Bias[]) -
Method in class javax.swing.text.View
- Provides a way to determine the next visually represented model
location that one might place a caret.
- getNextVisualPositionFrom(int, Position.Bias, Shape, int, Position.Bias[]) -
Method in class javax.swing.text.CompositeView
- Provides a way to determine the next visually represented model
location that one might place a caret.
- getNextVisualPositionFrom(int, Position.Bias, Shape, int, Position.Bias[]) -
Method in class javax.swing.text.GlyphView
- Provides a way to determine the next visually represented model
location that one might place a caret.
- getNextVisualPositionFrom(JTextComponent, int, Position.Bias, int, Position.Bias[]) -
Method in class javax.swing.plaf.TextUI
- Provides a way to determine the next visually represented model
location that one might place a caret.
- getNextVisualPositionFrom(JTextComponent, int, Position.Bias, int, Position.Bias[]) -
Method in class javax.swing.plaf.basic.BasicTextUI
- Provides a way to determine the next visually represented model
location that one might place a caret.
- getNextVisualPositionFrom(JTextComponent, int, Position.Bias, int, Position.Bias[]) -
Method in class javax.swing.plaf.multi.MultiTextUI
- Provides a way to determine the next visually represented model
location that one might place a caret.
- getNextWarning() -
Method in class java.sql.SQLWarning
- Retrieves the warning chained to this
SQLWarning
object.
- getNextWord(JTextComponent, int) -
Static method in class javax.swing.text.Utilities
- Determines the start of the next word for the given location.
- getNodeDimensions() -
Method in class javax.swing.tree.AbstractLayoutCache
- Returns the object that renders nodes in the tree, and which is
responsible for calculating the dimensions of individual nodes.
- getNodeDimensions(Object, int, int, boolean, Rectangle) -
Method in class javax.swing.tree.AbstractLayoutCache
- Returns, by reference in size, the size needed to reprensent
value.
- getNodeDimensions(Object, int, int, boolean, Rectangle) -
Method in class javax.swing.tree.AbstractLayoutCache.NodeDimensions
- Returns, by reference in bounds, the size and x origin to
place value at.
- getNodeDimensions(Object, int, int, boolean, Rectangle) -
Method in class javax.swing.plaf.basic.BasicTreeUI.NodeDimensionsHandler
- Responsible for getting the size of a particular node.
- getNonContinuousLayoutDivider() -
Method in class javax.swing.plaf.basic.BasicSplitPaneUI
- Returns the divider to use when the splitPane is configured to
not continuously layout.
- getNonCriticalExtensionOIDs() -
Method in interface java.security.cert.X509Extension
- Gets a Set of the OID strings for the extension(s) marked
NON-CRITICAL in the certificate/CRL managed by the object
implementing this interface.
- getNormalBounds() -
Method in class javax.swing.JInternalFrame
- If the JInternalFrame is not in maximized state, return
getBounds(); otherwise, return the bounds that the
JInternalFrame would be restored to.
- getNormalizedComponents(int[], int, float[], int) -
Method in class java.awt.image.ColorModel
- Returns an array of all of the color/alpha components in normalized
form, given an unnormalized component array.
- getNormalizingTransform() -
Method in class java.awt.GraphicsConfiguration
- Returns a
AffineTransform
that can be concatenated
with the default AffineTransform
of a GraphicsConfiguration
so that 72 units in user
space equals 1 inch in device space.
- getNorthPane() -
Method in class javax.swing.plaf.basic.BasicInternalFrameUI
-
- getNotAfter() -
Method in class java.security.cert.X509Certificate
- Gets the
notAfter
date from the validity period of
the certificate.
- getNotBefore() -
Method in class java.security.cert.X509Certificate
- Gets the
notBefore
date from the validity period of
the certificate.
- getNote() -
Method in class javax.swing.ProgressMonitor
- Specifies the additional note that is displayed along with the
progress message.
- getNotification() -
Method in class javax.naming.ldap.UnsolicitedNotificationEvent
- Returns the unsolicited notification.
- getNumBands() -
Method in class java.awt.image.SampleModel
- Returns the total number of bands of image data.
- getNumBands() -
Method in class java.awt.image.Raster
- Returns the number of bands (samples per pixel) in this Raster.
- getNumBanks() -
Method in class java.awt.image.DataBuffer
- Returns the number of banks in this DataBuffer.
- getNumberFormat() -
Method in class java.text.DateFormat
- Gets the number formatter which this date/time formatter uses to
format and parse a time.
- getNumberInstance() -
Static method in class java.text.NumberFormat
- Returns a general-purpose number format for the current default locale.
- getNumberInstance(Locale) -
Static method in class java.text.NumberFormat
- Returns a general-purpose number format for the specified locale.
- getNumberOfPages() -
Method in class java.awt.print.Book
- Returns the number of pages in this
Book
.
- getNumberOfPages() -
Method in interface java.awt.print.Pageable
- Returns the number of pages in the set.
- getNumChars() -
Method in class java.awt.font.LineMetrics
- Returns the number of characters in the text whose
metrics are encapsulated by this
LineMetrics
object.
- getNumColorComponents() -
Method in class java.awt.image.ColorModel
- Returns the number of color components in this
ColorModel
.
- getNumComponents() -
Method in class java.awt.color.ICC_Profile
- Returns the number of color components in the "input" color
space of this profile.
- getNumComponents() -
Method in class java.awt.color.ColorSpace
- Returns the number of components of this ColorSpace.
- getNumComponents() -
Method in class java.awt.image.LookupTable
- Returns the number of components in the lookup table.
- getNumComponents() -
Method in class java.awt.image.ColorModel
- Returns the number of components, including alpha, in this
ColorModel
.
- getNumDataElements() -
Method in class java.awt.image.SampleModel
- Returns the number of data elements needed to transfer a pixel
via the getDataElements and setDataElements methods.
- getNumDataElements() -
Method in class java.awt.image.ComponentSampleModel
- Returns the number of data elements needed to transfer a pixel
via the getDataElements and setDataElements methods.
- getNumDataElements() -
Method in class java.awt.image.Raster
- Returns the number of data elements needed to transfer one pixel
via the getDataElements and setDataElements methods.
- getNumDataElements() -
Method in class java.awt.image.MultiPixelPackedSampleModel
- Returns the number of data elements needed to transfer one pixel
via the
MultiPixelPackedSampleModel.getDataElements(int, int, java.lang.Object, java.awt.image.DataBuffer)
and MultiPixelPackedSampleModel.setDataElements(int, int, java.lang.Object, java.awt.image.DataBuffer)
methods.
- getNumDataElements() -
Method in class java.awt.image.SinglePixelPackedSampleModel
- Returns the number of data elements needed to transfer one pixel
via the getDataElements and setDataElements methods.
- getNumDesignAxes() -
Method in interface java.awt.font.MultipleMaster
- Returns the number of multiple master design controls.
- getNumericFunctions() -
Method in interface java.sql.DatabaseMetaData
- Gets a comma-separated list of math functions.
- getNumericValue(char) -
Static method in class java.lang.Character
- Returns the Unicode numeric value of the character as a
nonnegative integer.
- getNumFactors() -
Method in class java.awt.image.RescaleOp
- Returns the number of scaling factors and offsets used in this
RescaleOp.
- getNumGlyphs() -
Method in class java.awt.Font
- Returns the number of glyphs in this
Font
.
- getNumGlyphs() -
Method in class java.awt.font.GlyphVector
- Returns the number of glyphs in this
GlyphVector
.
- getNumParameters() -
Method in class java.awt.image.renderable.ParameterBlock
- Returns the number of parameters (not including source images).
- getNumSources() -
Method in class java.awt.image.renderable.ParameterBlock
- Returns the number of source images.
- getNumXTiles() -
Method in interface java.awt.image.RenderedImage
- Returns the number of tiles in the X direction.
- getNumXTiles() -
Method in class java.awt.image.BufferedImage
- Returns the number of tiles in the x direction.
- getNumYTiles() -
Method in interface java.awt.image.RenderedImage
- Returns the number of tiles in the Y direction.
- getNumYTiles() -
Method in class java.awt.image.BufferedImage
- Returns the number of tiles in the y direction.
- getObject() -
Method in class java.security.GuardedObject
- Retrieves the guarded object, or throws an exception if access
to the guarded object is denied by the guard.
- getObject() -
Method in class java.security.SignedObject
- Retrieves the encapsulated object.
- getObject() -
Method in class javax.naming.Binding
- Retrieves the object bound to the name of this binding.
- getObject() -
Method in class javax.naming.spi.DirStateFactory.Result
- Retrieves the object to be bound.
- getObject(int) -
Method in interface java.sql.CallableStatement
- Gets the value of a parameter as an
Object
in the Java
programming language.
- getObject(int) -
Method in interface java.sql.ResultSet
- Gets the value of the designated column in the current row
of this
ResultSet
object as
an Object
in the Java programming language.
- getObject(int, Map) -
Method in interface java.sql.CallableStatement
- Returns an object representing the value of OUT parameter
i
and uses map
for the custom
mapping of the parameter value.
- getObject(int, Map) -
Method in interface java.sql.ResultSet
- Returns the value of the designated column in the current row
of this
ResultSet
object as an Object
in the Java programming language.
- getObject(String) -
Method in interface java.sql.ResultSet
- Gets the value of the designated column in the current row
of this
ResultSet
object as
an Object
in the Java programming language.
- getObject(String) -
Method in class java.util.ResourceBundle
- Get an object from a ResourceBundle.
- getObject(String, Map) -
Method in interface java.sql.ResultSet
- Returns the value of the designated column in the current row
of this
ResultSet
object as an Object
in the Java programming language.
- getObjectForLayer(int) -
Method in class javax.swing.JLayeredPane
- Returns the Integer object associated with a specified layer.
- getObjectInstance(Object, Name, Context, Hashtable) -
Method in interface javax.naming.spi.ObjectFactory
- Creates an object using the location or reference information
specified.
- getObjectInstance(Object, Name, Context, Hashtable) -
Static method in class javax.naming.spi.NamingManager
- Creates an instance of an object for the specified object
and environment.
- getObjectInstance(Object, Name, Context, Hashtable, Attributes) -
Static method in class javax.naming.spi.DirectoryManager
- Creates an instance of an object for the specified object,
attributes, and environment.
- getObjectInstance(Object, Name, Context, Hashtable, Attributes) -
Method in interface javax.naming.spi.DirObjectFactory
- Creates an object using the location or reference information, and attributes
specified.
- getObjectParameter(int) -
Method in class java.awt.image.renderable.ParameterBlock
- Gets a parameter as an object.
- getObjectStreamClass() -
Method in class java.io.ObjectInputStream.GetField
- Get the ObjectStreamClass that describes the fields in the stream.
- getOffscreenBuffer(Component, int, int) -
Method in class javax.swing.RepaintManager
- Return the offscreen buffer that should be used as a double buffer with the component
c
By default there is a double buffer per RepaintManager.
- getOffset() -
Method in class java.awt.image.DataBuffer
- Returns the offset of the default bank in array elements.
- getOffset() -
Method in class java.awt.image.LookupTable
- Returns the offset.
- getOffset() -
Method in class java.io.ObjectStreamField
- Offset of field within instance data.
- getOffset() -
Method in class java.net.DatagramPacket
- Returns the offset of the data to be sent or the offset of the
data received.
- getOffset() -
Method in class java.text.CollationElementIterator
- Returns the character offset in the original text corresponding to the next
collation element.
- getOffset() -
Method in interface javax.swing.event.DocumentEvent
- Returns the offset within the document of the start
of the change.
- getOffset() -
Method in interface javax.swing.text.Position
- Fetches the current offset within the document.
- getOffset() -
Method in class javax.swing.text.AbstractDocument.DefaultDocumentEvent
- Returns the offset within the document of the start of the change.
- getOffset() -
Method in class javax.swing.text.DefaultStyledDocument.ElementSpec
- Gets the starting offset.
- getOffset() -
Method in class javax.swing.plaf.basic.BasicToolBarUI.DragWindow
-
- getOffset(int, int) -
Method in class java.awt.image.ComponentSampleModel
- Gets the offset for the first band of pixel (x,y).
- getOffset(int, int) -
Method in class java.awt.image.MultiPixelPackedSampleModel
- Returns the offset of pixel (x, y) in data array elements.
- getOffset(int, int) -
Method in class java.awt.image.SinglePixelPackedSampleModel
- Returns the offset (in data array elements) of pixel (x,y).
- getOffset(int, int) -
Method in class javax.swing.text.BoxView
- Fetch the offset of a particular childs current layout
- getOffset(int, int, int) -
Method in class java.awt.image.ComponentSampleModel
- Gets the offset for band b of pixel (x,y).
- getOffset(int, int, int, int, int, int) -
Method in class java.util.TimeZone
- Gets the time zone offset, for current date, modified in case of
daylight savings.
- getOffset(int, int, int, int, int, int) -
Method in class java.util.SimpleTimeZone
- Returns the difference in milliseconds between local time and
UTC, taking into account both the raw offset and the effect of
daylight savings, for the specified date and time.
- getOffsetHit(int) -
Method in class java.awt.font.TextHitInfo
- Creates a
TextHitInfo
whose character index is offset
by delta
from the charIndex
of this
TextHitInfo
.
- getOffsets() -
Method in class java.awt.image.DataBuffer
- Returns the offsets (in array elements) of all the banks.
- getOffsets(float[]) -
Method in class java.awt.image.RescaleOp
- Returns the offsets in the given array.
- getOldBinding() -
Method in class javax.naming.event.NamingEvent
- Retrieves the binding of the object before the change.
- getOldLeadSelectionPath() -
Method in class javax.swing.event.TreeSelectionEvent
- Returns the path that was previously the lead path.
- getOldValue() -
Method in class java.beans.PropertyChangeEvent
- Gets the old value for the property, expressed as an Object.
- getOmni() -
Method in interface javax.sound.midi.MidiChannel
- Obtains the current omni mode status.
- getOpenIcon() -
Method in class javax.swing.tree.DefaultTreeCellRenderer
- Returns the icon used to represent non-leaf nodes that are expanded.
- getOperation() -
Method in class java.rmi.server.Operation
- Deprecated. no replacement
- getOperations() -
Method in interface java.rmi.server.Skeleton
- Deprecated. no replacement
- getOption(int) -
Method in interface java.net.SocketOptions
- Fetch the value of an option.
- getOptions() -
Method in class javax.swing.JOptionPane
- Returns the choices the user can make.
- getOptionType() -
Method in class javax.swing.JOptionPane
- Returns the type of options that are displayed.
- getOrientation() -
Method in class java.awt.Scrollbar
- Determines the orientation of this scroll bar.
- getOrientation() -
Method in interface java.awt.Adjustable
- Gets the orientation of the adjustable object.
- getOrientation() -
Method in class java.awt.print.PageFormat
- Returns the orientation of this
PageFormat
.
- getOrientation() -
Method in class javax.swing.JSeparator
- Returns the orientation of this separator.
- getOrientation() -
Method in class javax.swing.JSplitPane
- Returns the orientation.
- getOrientation() -
Method in class javax.swing.JToolBar
- Returns the current orientation of the toolbar.
- getOrientation() -
Method in class javax.swing.JScrollBar
- Returns the component's orientation (horizontal or vertical).
- getOrientation() -
Method in class javax.swing.JProgressBar
- Returns
JProgressBar.VERTICAL
or
JProgressBar.HORIZONTAL
, depending on the orientation
of the progress bar.
- getOrientation() -
Method in class javax.swing.JSlider
- Return this slider's vertical or horizontal orientation.
- getOrientation() -
Method in class javax.swing.plaf.basic.BasicSplitPaneUI
- Returns the orientation for the JSplitPane.
- getOrientation(Locale) -
Static method in class java.awt.ComponentOrientation
- Return the orientation that is appropriate for the given locale
- getOrientation(ResourceBundle) -
Static method in class java.awt.ComponentOrientation
- Return the orientation appropriate for the given ResourceBundle's
localization.
- getOrientationRequested() -
Method in class java.awt.PageAttributes
- Returns the print orientation for pages using these attributes.
- getOrigin() -
Method in class java.awt.PageAttributes
- Returns whether drawing at (0, 0) to pages using these attributes
draws at the upper-left corner of the physical page, or at the
upper-left corner of the printable area.
- getOtherHit() -
Method in class java.awt.font.TextHitInfo
- Creates a
TextHitInfo
on the other side of the
insertion point.
- getOutline() -
Method in class java.awt.font.GlyphVector
- Returns a
Shape
whose interior corresponds to the
visual representation of this GlyphVector
.
- getOutline(AffineTransform) -
Method in class java.awt.font.TextLayout
- Returns a
Shape
representing the outline of this
TextLayout
.
- getOutline(float, float) -
Method in class java.awt.font.GlyphVector
- Returns a
Shape
whose interior corresponds to the
visual representation of this GlyphVector
, offset
to x, y.
- getOutputStream() -
Method in class java.lang.Process
- Gets the output stream of the subprocess.
- getOutputStream() -
Method in class java.net.URLConnection
- Returns an output stream that writes to this connection.
- getOutputStream() -
Method in class java.net.SocketImpl
- Returns an output stream for this socket.
- getOutputStream() -
Method in class java.net.Socket
- Returns an output stream for this socket.
- getOutputStream() -
Method in interface java.rmi.server.RemoteCall
- Deprecated. no replacement
- getOutputStream() -
Method in class java.rmi.server.LogStream
- Deprecated. no replacement
- getOutsideBorder() -
Method in class javax.swing.border.CompoundBorder
- Returns the outside border object.
- getOwnedWindows() -
Method in class java.awt.Window
- Return an array containing all the windows this
window currently owns.
- getOwner() -
Method in class java.awt.Window
- Returns the owner of this window.
- getP() -
Method in interface java.security.interfaces.DSAParams
- Returns the prime,
p
.
- getP() -
Method in class java.security.spec.DSAPrivateKeySpec
- Returns the prime
p
.
- getP() -
Method in class java.security.spec.DSAPublicKeySpec
- Returns the prime
p
.
- getP() -
Method in class java.security.spec.DSAParameterSpec
- Returns the prime
p
.
- getP1() -
Method in class java.awt.geom.Line2D
- Returns the starting
Point2D
of this
Line2D
.
- getP1() -
Method in class java.awt.geom.Line2D.Float
- Returns the start point.
- getP1() -
Method in class java.awt.geom.Line2D.Double
- Returns the starting
Point2D
of this
Line2D
.
- getP1() -
Method in class java.awt.geom.QuadCurve2D
- Returns the start point.
- getP1() -
Method in class java.awt.geom.QuadCurve2D.Float
- Returns the start point.
- getP1() -
Method in class java.awt.geom.QuadCurve2D.Double
- Returns the start point.
- getP1() -
Method in class java.awt.geom.CubicCurve2D
- Returns the start point.
- getP1() -
Method in class java.awt.geom.CubicCurve2D.Float
- Returns the start point.
- getP1() -
Method in class java.awt.geom.CubicCurve2D.Double
- Returns the start point.
- getP2() -
Method in class java.awt.geom.Line2D
- Returns the end
Point2D
of this Line2D
.
- getP2() -
Method in class java.awt.geom.Line2D.Float
- Returns the end point.
- getP2() -
Method in class java.awt.geom.Line2D.Double
- Returns the end
Point2D
of this
Line2D
.
- getP2() -
Method in class java.awt.geom.QuadCurve2D
- Returns the end point.
- getP2() -
Method in class java.awt.geom.QuadCurve2D.Float
- Returns the end point.
- getP2() -
Method in class java.awt.geom.QuadCurve2D.Double
- Returns the end point.
- getP2() -
Method in class java.awt.geom.CubicCurve2D
- Returns the end point.
- getP2() -
Method in class java.awt.geom.CubicCurve2D.Float
- Returns the end point.
- getP2() -
Method in class java.awt.geom.CubicCurve2D.Double
- Returns the end point.
- getPackage() -
Method in class java.lang.Class
- Gets the package for this class.
- getPackage(String) -
Static method in class java.lang.Package
- Find a package by name in the callers classloader.
- getPackage(String) -
Method in class java.lang.ClassLoader
- Returns a Package that has been defined by this class loader or any
of its ancestors.
- getPackages() -
Static method in class java.lang.Package
- Get all the packages currently known for the caller's class loader.
- getPackages() -
Method in class java.lang.ClassLoader
- Returns all of the Packages defined by this class loader and its
ancestors.
- getPadding() -
Method in class javax.swing.plaf.basic.BasicOptionPaneUI.ButtonAreaLayout
-
- getPage() -
Method in class javax.swing.JEditorPane
- Gets the current URL being displayed.
- getPageDimension() -
Method in class java.awt.PrintJob
- Returns the dimensions of the page in pixels.
- getPageFormat(int) -
Method in class java.awt.print.Book
- Returns the
PageFormat
of the page specified by
pageIndex
.
- getPageFormat(int) -
Method in interface java.awt.print.Pageable
- Returns the
PageFormat
of the page specified by
pageIndex
.
- getPageIncrement() -
Method in class java.awt.Scrollbar
- Deprecated. As of JDK version 1.1,
replaced by
getBlockIncrement()
.
- getPageRanges() -
Method in class java.awt.JobAttributes
- Specifies, for jobs using these attributes, the ranges of pages to be
printed, if a range of pages is to be printed.
- getPageResolution() -
Method in class java.awt.PrintJob
- Returns the resolution of the page in pixels per inch.
- getPaint() -
Method in class java.awt.Graphics2D
- Returns the current
Paint
of the
Graphics2D
context.
- getPainter() -
Method in interface javax.swing.text.Highlighter.Highlight
- Gets the painter for the highlighter.
- getPainter(GlyphView, int, int) -
Method in class javax.swing.text.GlyphView.GlyphPainter
- Create a painter to use for the given GlyphView.
- getPaintLabels() -
Method in class javax.swing.JSlider
- Tells if labels are to be painted.
- getPaintTicks() -
Method in class javax.swing.JSlider
- Tells if tick marks are to be painted.
- getPaintTrack() -
Method in class javax.swing.JSlider
- Tells if the track (area the slider slides in) is to be painted.
- getPaper() -
Method in class java.awt.print.PageFormat
- Returns a copy of the
Paper
object associated
with this PageFormat
.
- getParagraphAttributes() -
Method in class javax.swing.JTextPane
- Fetches the current paragraph attributes in effect
at the location of the caret, or null if none.
- getParagraphElement(int) -
Method in class javax.swing.text.AbstractDocument
- Get the paragraph element containing the given position.
- getParagraphElement(int) -
Method in interface javax.swing.text.StyledDocument
- Gets the element that represents the paragraph that
encloses the given offset within the document.
- getParagraphElement(int) -
Method in class javax.swing.text.PlainDocument
- Get the paragraph element containing the given position.
- getParagraphElement(int) -
Method in class javax.swing.text.DefaultStyledDocument
- Gets the paragraph element at the offset
pos
.
- getParagraphElement(JTextComponent, int) -
Static method in class javax.swing.text.Utilities
- Determines the element to use for a paragraph/line.
- getParamClasses() -
Method in class java.awt.image.renderable.ParameterBlock
- Returns an array of Class objects describing the types
of the parameters.
- getParameter() -
Method in class java.sql.DataTruncation
- Indicates whether the value truncated was a parameter value or
a column value.
- getParameter(String) -
Method in class java.applet.Applet
- Returns the value of the named parameter in the HTML tag.
- getParameter(String) -
Method in interface java.applet.AppletStub
- Returns the value of the named parameter in the HTML tag.
- getParameter(String) -
Method in class java.awt.datatransfer.DataFlavor
-
- getParameter(String) -
Method in class java.security.Signature
- Deprecated.
- getParameterBlock() -
Method in class java.awt.image.renderable.RenderableImageOp
- Returns a reference to the current parameter block.
- getParameterDescriptors() -
Method in class java.beans.MethodDescriptor
- Gets the ParameterDescriptor for each of this MethodDescriptor's
method's parameters.
- getParameterInfo() -
Method in class java.applet.Applet
- Returns information about the parameters than are understood by
this applet.
- getParameters() -
Method in class java.awt.image.renderable.ParameterBlock
- Returns the entire Vector of parameters.
- getParameterSpec(Class) -
Method in class java.security.AlgorithmParameters
- Returns a (transparent) specification of this parameter object.
- getParameterTypes() -
Method in class java.lang.reflect.Method
- Returns an array of
Class
objects that represent the formal
parameter types, in declaration order, of the method
represented by this Method
object.
- getParameterTypes() -
Method in class java.lang.reflect.Constructor
- Returns an array of
Class
objects that represent the formal
parameter types, in declaration order, of the constructor
represented by this Constructor
object.
- getParams() -
Method in interface java.security.interfaces.DSAKey
- Returns the DSA-specific key parameters.
- getParent() -
Method in class java.awt.Component
- Gets the parent of this component.
- getParent() -
Method in class java.awt.MenuComponent
- Returns the parent container for this menu component.
- getParent() -
Method in class java.awt.image.Raster
- Returns the parent Raster (if any) of this Raster, or else null.
- getParent() -
Method in class java.io.File
- Returns the pathname string of this abstract pathname's parent, or
null
if this pathname does not name a parent directory.
- getParent() -
Method in class java.lang.ThreadGroup
- Returns the parent of this thread group.
- getParent() -
Method in class java.lang.ClassLoader
- Returns the parent class loader for delegation.
- getParent() -
Method in class javax.swing.InputMap
- Gets this
InputMap
's parent.
- getParent() -
Method in class javax.swing.ActionMap
- Returns this
ActionMap
's parent.
- getParent() -
Method in class javax.swing.text.View
- Returns the parent of the view.
- getParent() -
Method in class javax.swing.text.AbstractDocument.AbstractElement
- Returns the parent
TreeNode
of the receiver.
- getParent() -
Method in class javax.swing.tree.DefaultMutableTreeNode
- Returns this node's parent or null if this node has no parent.
- getParent() -
Method in interface javax.swing.tree.TreeNode
- Returns the parent
TreeNode
of the receiver.
- getParentDirectory(File) -
Method in class javax.swing.filechooser.FileSystemView
- Returns the parent directory of dir.
- getParentElement() -
Method in interface javax.swing.text.Element
- Fetches the parent element.
- getParentElement() -
Method in class javax.swing.text.AbstractDocument.AbstractElement
- Gets the parent of the element.
- getParentFile() -
Method in class java.io.File
- Returns the abstract pathname of this abstract pathname's parent,
or
null
if this pathname does not name a parent
directory.
- getParentPath() -
Method in class javax.swing.tree.TreePath
- Returns a path containing all the elements of this object, except
the last path component.
- getParser() -
Method in class javax.swing.text.html.HTMLDocument
- Returns the parser that is used when inserting HTML into the existing
document.
- getParser() -
Method in class javax.swing.text.html.HTMLEditorKit
- Fetch the parser to use for reading HTML streams.
- getPartialSize(int, int) -
Method in class javax.swing.text.ParagraphView
- Returns the size used by the views between
startOffset
and endOffset
.
- getPartialSpan(int, int) -
Method in class javax.swing.text.GlyphView
- Determines the span along the same axis as tab
expansion for a portion of the view.
- getPartialSpan(int, int) -
Method in interface javax.swing.text.TabableView
- Determines the span along the same axis as tab
expansion for a portion of the view.
- getPassword() -
Method in class java.net.PasswordAuthentication
- Returns the user password.
- getPassword() -
Method in class javax.swing.JPasswordField
- Returns the text contained in this TextComponent.
- getPasswordAuthentication() -
Method in class java.net.Authenticator
- Called when password authorization is needed.
- getPatch() -
Method in class javax.sound.midi.Instrument
- Obtains the
Patch
object that indicates the bank and program
numbers where this instrument is to be stored in the synthesizer.
- getPatchList() -
Method in class javax.sound.midi.Sequence
- Obtains a list of patches referenced in this sequence.
- getPath() -
Method in class java.io.File
- Converts this abstract pathname into a pathname string.
- getPath() -
Method in class java.net.URL
- Returns the path part of this
URL
.
- getPath() -
Method in class javax.swing.event.MenuKeyEvent
- Returns the path to the menu item referenced by this event.
- getPath() -
Method in class javax.swing.event.TreeSelectionEvent
- Returns the first path element.
- getPath() -
Method in class javax.swing.event.MenuDragMouseEvent
- Returns the path to the selected menu item.
- getPath() -
Method in class javax.swing.event.TreeExpansionEvent
- Returns the path to the value that has been expanded/collapsed.
- getPath() -
Method in class javax.swing.event.TreeModelEvent
- Convenience method to get the array of objects from the TreePath
instance that this event wraps.
- getPath() -
Method in class javax.swing.tree.DefaultMutableTreeNode
- Returns the path from the root, to get to this node.
- getPath() -
Method in class javax.swing.tree.TreePath
- Returns an ordered array of Objects containing the components of this
TreePath.
- getPath() -
Method in class javax.swing.plaf.basic.BasicMenuItemUI
-
- getPathBetweenRows(int, int) -
Method in class javax.swing.JTree
- Returns
JTreePath
instances representing the path
between index0 and index1 (including index1).
- getPathBounds(JTree, TreePath) -
Method in class javax.swing.plaf.TreeUI
- Returns the Rectangle enclosing the label portion that the
last item in path will be drawn into.
- getPathBounds(JTree, TreePath) -
Method in class javax.swing.plaf.basic.BasicTreeUI
- Returns the Rectangle enclosing the label portion that the
last item in path will be drawn into.
- getPathBounds(JTree, TreePath) -
Method in class javax.swing.plaf.multi.MultiTreeUI
- Call getPathBounds on each UI handled by this MultiUI.
- getPathBounds(TreePath) -
Method in class javax.swing.JTree
- Returns the
Rectangle
that the specified node will be drawn
into.
- getPathClosestTo(int, int) -
Method in class javax.swing.tree.AbstractLayoutCache
- Returns the path to the node that is closest to x,y.
- getPathClosestTo(int, int) -
Method in class javax.swing.tree.VariableHeightLayoutCache
- Returns the path to the node that is closest to x,y.
- getPathClosestTo(int, int) -
Method in class javax.swing.tree.FixedHeightLayoutCache
- Returns the path to the node that is closest to x,y.
- getPathComponent(int) -
Method in class javax.swing.tree.TreePath
- Returns the path component at the specified index.
- getPathCount() -
Method in class javax.swing.tree.TreePath
- Returns the number of elements in the path.
- getPathForLocation(int, int) -
Method in class javax.swing.JTree
- Returns the path for the node at the specified location.
- getPathForRow(int) -
Method in class javax.swing.JTree
- Returns the path for the specified row.
- getPathForRow(int) -
Method in class javax.swing.tree.AbstractLayoutCache
- Returns the path for passed in row.
- getPathForRow(int) -
Method in class javax.swing.tree.VariableHeightLayoutCache
- Returns the path for passed in row.
- getPathForRow(int) -
Method in class javax.swing.tree.FixedHeightLayoutCache
- Returns the path for passed in row.
- getPathForRow(JTree, int) -
Method in class javax.swing.plaf.TreeUI
- Returns the path for passed in row.
- getPathForRow(JTree, int) -
Method in class javax.swing.plaf.basic.BasicTreeUI
- Returns the path for passed in row.
- getPathForRow(JTree, int) -
Method in class javax.swing.plaf.multi.MultiTreeUI
- Call getPathForRow on each UI handled by this MultiUI.
- getPathIterator(AffineTransform) -
Method in class java.awt.Polygon
- Returns an iterator object that iterates along the boundary of this
Polygon
and provides access to the geometry
of the outline of this Polygon
.
- getPathIterator(AffineTransform) -
Method in interface java.awt.Shape
- Returns an iterator object that iterates along the
Shape
boundary and provides access to the geometry of the
Shape
outline.
- getPathIterator(AffineTransform) -
Method in class java.awt.geom.Rectangle2D
- Returns an iteration object that defines the boundary of this
Rectangle2D
.
- getPathIterator(AffineTransform) -
Method in class java.awt.geom.RoundRectangle2D
- Returns an iteration object that defines the boundary of this
RoundRectangle2D
.
- getPathIterator(AffineTransform) -
Method in class java.awt.geom.Area
- Creates a
PathIterator
for the outline of this
Area
object.
- getPathIterator(AffineTransform) -
Method in class java.awt.geom.Line2D
- Returns an iteration object that defines the boundary of this
Line2D
.
- getPathIterator(AffineTransform) -
Method in class java.awt.geom.Arc2D
- Returns an iteration object that defines the boundary of the
arc.
- getPathIterator(AffineTransform) -
Method in class java.awt.geom.Ellipse2D
- Returns an iteration object that defines the boundary of this
Ellipse2D
.
- getPathIterator(AffineTransform) -
Method in class java.awt.geom.GeneralPath
- Returns a
PathIterator
object that iterates along the
boundary of this Shape
and provides access to the
geometry of the outline of this Shape
.
- getPathIterator(AffineTransform) -
Method in class java.awt.geom.QuadCurve2D
- Returns an iteration object that defines the boundary of the
shape of this
QuadCurve2D
.
- getPathIterator(AffineTransform) -
Method in class java.awt.geom.CubicCurve2D
- Returns an iteration object that defines the boundary of the
shape.
- getPathIterator(AffineTransform, double) -
Method in class java.awt.Polygon
- Returns an iterator object that iterates along the boundary of
the
Shape
and provides access to the geometry of the
outline of the Shape
.
- getPathIterator(AffineTransform, double) -
Method in interface java.awt.Shape
- Returns an iterator object that iterates along the
Shape
boundary and provides access to a flattened view of the
Shape
outline geometry.
- getPathIterator(AffineTransform, double) -
Method in class java.awt.geom.RectangularShape
- Returns an iterator object that iterates along the
Shape
object's boundary and provides access to a
flattened view of the outline of the Shape
object's geometry.
- getPathIterator(AffineTransform, double) -
Method in class java.awt.geom.Rectangle2D
- Returns an iteration object that defines the boundary of the
flattened
Rectangle2D
.
- getPathIterator(AffineTransform, double) -
Method in class java.awt.geom.Area
- Creates a
PathIterator
for the flattened outline of
this Area
object.
- getPathIterator(AffineTransform, double) -
Method in class java.awt.geom.Line2D
- Returns an iteration object that defines the boundary of this
flattened
Line2D
.
- getPathIterator(AffineTransform, double) -
Method in class java.awt.geom.GeneralPath
- Returns a
PathIterator
object that iterates along the
boundary of the flattened Shape
and provides access to the
geometry of the outline of the Shape
.
- getPathIterator(AffineTransform, double) -
Method in class java.awt.geom.QuadCurve2D
- Returns an iteration object that defines the boundary of the
flattened shape of this
QuadCurve2D
.
- getPathIterator(AffineTransform, double) -
Method in class java.awt.geom.CubicCurve2D
- Return an iteration object that defines the boundary of the
flattened shape.
- getPaths() -
Method in class javax.swing.event.TreeSelectionEvent
- Returns the paths that have been added or removed from the
selection.
- getPathToRoot(TreeNode) -
Method in class javax.swing.tree.DefaultTreeModel
- Builds the parents of node up to and including the root node,
where the original node is the last element in the returned array.
- getPathToRoot(TreeNode, int) -
Method in class javax.swing.tree.DefaultMutableTreeNode
- Builds the parents of node up to and including the root node,
where the original node is the last element in the returned array.
- getPathToRoot(TreeNode, int) -
Method in class javax.swing.tree.DefaultTreeModel
- Builds the parents of node up to and including the root node,
where the original node is the last element in the returned array.
- getPatternSeparator() -
Method in class java.text.DecimalFormatSymbols
- Gets the character used to separate positive and negative subpatterns
in a pattern.
- getPCSType() -
Method in class java.awt.color.ICC_Profile
- Returns the color space type of the Profile Connection Space (PCS).
- getPeer() -
Method in class java.awt.Component
- Deprecated. As of JDK version 1.1,
programs should not directly manipulate peers.
replaced by
boolean isDisplayable()
.
- getPeer() -
Method in class java.awt.MenuComponent
- Deprecated. As of JDK version 1.1,
programs should not directly manipulate peers.
- getPeer() -
Method in class java.awt.Font
- Deprecated. Font rendering is now platform independent.
- getPercent() -
Method in class java.text.DecimalFormatSymbols
- Gets the character used for percent sign.
- getPercentComplete() -
Method in class javax.swing.JProgressBar
- Returns the percentage/percent complete for the progress bar.
- getPercentInstance() -
Static method in class java.text.NumberFormat
- Returns a percentage format for the current default locale.
- getPercentInstance(Locale) -
Static method in class java.text.NumberFormat
- Returns a percentage format for the specified locale.
- getPerMill() -
Method in class java.text.DecimalFormatSymbols
- Gets the character used for mille percent sign.
- getPermission() -
Method in class java.net.URLConnection
- Returns a permission object representing the permission
necessary to make the connection represented by this
object.
- getPermission() -
Method in class java.net.HttpURLConnection
-
- getPermission() -
Method in class java.security.AccessControlException
- Gets the Permission object associated with this exeception, or
null if there was no corresponding Permission object.
- getPermissions() -
Method in class java.security.ProtectionDomain
- Returns the permissions of this domain.
- getPermissions(CodeSource) -
Method in class java.net.URLClassLoader
- Returns the permissions for the given codesource object.
- getPermissions(CodeSource) -
Method in class java.security.SecureClassLoader
- Returns the permissions for the given CodeSource object.
- getPermissions(CodeSource) -
Method in class java.security.Policy
- Evaluates the global policy and returns a
PermissionCollection object specifying the set of
permissions allowed for code from the specified
code source.
- getPermissions(Principal) -
Method in interface java.security.acl.Acl
- Returns an enumeration for the set of allowed permissions for the
specified principal (representing an entity such as an individual or
a group).
- getPitchBend() -
Method in interface javax.sound.midi.MidiChannel
- Obtains the upward of downward pitch offset for this channel.
- getPixel(int, int, double[]) -
Method in class java.awt.image.Raster
- Returns the samples in an array of double for the specified pixel.
- getPixel(int, int, double[], DataBuffer) -
Method in class java.awt.image.SampleModel
- Returns the samples for the specified pixel in an array of double.
- getPixel(int, int, float[]) -
Method in class java.awt.image.Raster
- Returns the samples in an array of float for the
specified pixel.
- getPixel(int, int, float[], DataBuffer) -
Method in class java.awt.image.SampleModel
- Returns the samples for the specified pixel in an array of float.
- getPixel(int, int, int[]) -
Method in class java.awt.image.Raster
- Returns the samples in an array of int for the specified pixel.
- getPixel(int, int, int[], DataBuffer) -
Method in class java.awt.image.SampleModel
- Returns the samples for a specified pixel in an int array,
one sample per array element.
- getPixel(int, int, int[], DataBuffer) -
Method in class java.awt.image.ComponentSampleModel
- Returns all samples for the specified pixel in an int array,
one sample per array element.
- getPixel(int, int, int[], DataBuffer) -
Method in class java.awt.image.BandedSampleModel
- Returns all samples for the specified pixel in an int array.
- getPixel(int, int, int[], DataBuffer) -
Method in class java.awt.image.MultiPixelPackedSampleModel
- Returns the specified single band pixel in the first element
of an
int
array.
- getPixel(int, int, int[], DataBuffer) -
Method in class java.awt.image.SinglePixelPackedSampleModel
- Returns all samples in for the specified pixel in an int array.
- getPixelBitStride() -
Method in class java.awt.image.MultiPixelPackedSampleModel
- Returns the pixel bit stride in bits.
- getPixelColor(int, int) -
Method in class java.awt.Robot
- Returns the color of a pixel at the given screen coordinates.
- getPixels() -
Method in class java.awt.image.PixelGrabber
- Get the pixel buffer.
- getPixels(int, int, int, int, double[]) -
Method in class java.awt.image.Raster
- Returns a double array containing all samples for a rectangle of pixels,
one sample per array element.
- getPixels(int, int, int, int, double[], DataBuffer) -
Method in class java.awt.image.SampleModel
- Returns all samples for a rectangle of pixels in a double
array, one sample per array element.
- getPixels(int, int, int, int, float[]) -
Method in class java.awt.image.Raster
- Returns a float array containing all samples for a rectangle of pixels,
one sample per array element.
- getPixels(int, int, int, int, float[], DataBuffer) -
Method in class java.awt.image.SampleModel
- Returns all samples for a rectangle of pixels in a float
array, one sample per array element.
- getPixels(int, int, int, int, int[]) -
Method in class java.awt.image.Raster
- Returns an int array containing all samples for a rectangle of pixels,
one sample per array element.
- getPixels(int, int, int, int, int[], DataBuffer) -
Method in class java.awt.image.SampleModel
- Returns all samples for a rectangle of pixels in an
int array, one sample per array element.
- getPixels(int, int, int, int, int[], DataBuffer) -
Method in class java.awt.image.ComponentSampleModel
- Returns all samples for the specified rectangle of pixels in
an int array, one sample per array element.
- getPixels(int, int, int, int, int[], DataBuffer) -
Method in class java.awt.image.BandedSampleModel
- Returns all samples for the specified rectangle of pixels in
an int array, one sample per data array element.
- getPixels(int, int, int, int, int[], DataBuffer) -
Method in class java.awt.image.SinglePixelPackedSampleModel
- Returns all samples for the specified rectangle of pixels in
an int array, one sample per array element.
- getPixelSize() -
Method in class java.awt.image.ColorModel
- Returns the number of bits per pixel described by this
ColorModel
.
- getPixelStride() -
Method in class java.awt.image.ComponentSampleModel
- Returns the pixel stride of this ComponentSampleModel.
- getPoint() -
Method in class java.awt.event.MouseEvent
- Returns the x,y position of the event relative to the source component.
- getPoint1() -
Method in class java.awt.GradientPaint
- Returns a copy of the point P1 that anchors the first color.
- getPoint2() -
Method in class java.awt.GradientPaint
- Returns a copy of the point P2 which anchors the second color.
- getPoint2D(Point2D, Point2D) -
Method in class java.awt.image.LookupOp
- Returns the location of the destination point given a
point in the source.
- getPoint2D(Point2D, Point2D) -
Method in interface java.awt.image.BufferedImageOp
- Returns the location of the destination point given a
point in the source image.
- getPoint2D(Point2D, Point2D) -
Method in class java.awt.image.ConvolveOp
- Returns the location of the destination point given a
point in the source.
- getPoint2D(Point2D, Point2D) -
Method in class java.awt.image.BandCombineOp
- Returns the location of the corresponding destination point given a
point in the source
Raster
.
- getPoint2D(Point2D, Point2D) -
Method in class java.awt.image.AffineTransformOp
- Returns the location of the corresponding destination point given a
point in the source.
- getPoint2D(Point2D, Point2D) -
Method in interface java.awt.image.RasterOp
- Returns the location of the destination point given a
point in the source Raster.
- getPoint2D(Point2D, Point2D) -
Method in class java.awt.image.ColorConvertOp
- Returns the location of the destination point given a
point in the source.
- getPoint2D(Point2D, Point2D) -
Method in class java.awt.image.RescaleOp
- Returns the location of the destination point given a
point in the source.
- getPointSize(int) -
Method in class javax.swing.text.html.StyleSheet
- Returns the point size, given a size index.
- getPointSize(String) -
Method in class javax.swing.text.html.StyleSheet
- Given a string such as "+2", "-2", or "2",
returns a point size value.
- getPolicy() -
Static method in class java.security.Policy
- Returns the installed Policy object.
- getPolyPressure(int) -
Method in interface javax.sound.midi.MidiChannel
- Obtains the pressure with which the specified key is being depressed.
- getPopupHeightForRowCount(int) -
Method in class javax.swing.plaf.basic.BasicComboPopup
-
- getPopupMenu() -
Method in class javax.swing.JMenu
- Returns the popupmenu associated with this menu.
- getPopupMenuOrigin() -
Method in class javax.swing.JMenu
- Computes the origin for the
JMenu
's popup menu.
- getPort() -
Method in class java.net.DatagramSocket
- Returns the port for this socket.
- getPort() -
Method in class java.net.SocketImpl
- Returns the value of this socket's
port
field.
- 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.DatagramPacket
- Returns the port number on the remote host to which this datagram is
being sent or from which the datagram was received.
- getPosition() -
Method in class java.awt.font.LineBreakMeasurer
- Returns the current position of this
LineBreakMeasurer
.
- getPosition() -
Method in class javax.swing.text.TabStop
-
- getPosition(Component) -
Method in class javax.swing.JLayeredPane
- Get the relative position of the component within its layer.
- getPosition(int) -
Method in class javax.swing.SizeSequence
- Returns the start position for the specified entry.
- getPositionAbove(JTextComponent, int, int) -
Static method in class javax.swing.text.Utilities
- Determines the position in the model that is closest to the given
view location in the row above.
- getPositionBelow(JTextComponent, int, int) -
Static method in class javax.swing.text.Utilities
- Determines the position in the model that is closest to the given
view location in the row below.
- getPositionsInRange(Vector, int, int) -
Method in class javax.swing.text.StringContent
- Returns a Vector containing instances of UndoPosRef for the
Positions in the range
offset
to offset
+ length
.
- getPositionsInRange(Vector, int, int) -
Method in class javax.swing.text.GapContent
- 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() -
Method in class javax.sound.sampled.FloatControl
- Obtains the resolution or granularity of the control, in the units
that the control measures.
- getPrecision(int) -
Method in interface java.sql.ResultSetMetaData
- Get the designated column's number of decimal digits.
- getPredefinedCursor(int) -
Static method in class java.awt.Cursor
- Returns a cursor object with the specified predefined type.
- getPreferredButtonSize(AbstractButton, int) -
Static method in class javax.swing.plaf.basic.BasicGraphicsUtils
-
- getPreferredHeight() -
Method in class javax.swing.tree.AbstractLayoutCache
- Returns the preferred height.
- getPreferredHeight() -
Method in class javax.swing.tree.VariableHeightLayoutCache
- Returns the preferred height.
- getPreferredHorizontalSize() -
Method in class javax.swing.plaf.basic.BasicSliderUI
-
- getPreferredInnerHorizontal() -
Method in class javax.swing.plaf.basic.BasicProgressBarUI
-
- getPreferredInnerVertical() -
Method in class javax.swing.plaf.basic.BasicProgressBarUI
-
- getPreferredMenuItemSize(JComponent, Icon, Icon, int) -
Method in class javax.swing.plaf.basic.BasicMenuItemUI
-
- getPreferredMinSize() -
Method in class javax.swing.plaf.basic.BasicTreeUI
- Returns the minimum preferred size.
- getPreferredScrollableViewportSize() -
Method in class javax.swing.JList
- Computes the size of the viewport needed to display
visibleRowCount
rows.
- getPreferredScrollableViewportSize() -
Method in class javax.swing.JTree
- Returns the preferred display size of a
JTree
.
- getPreferredScrollableViewportSize() -
Method in interface javax.swing.Scrollable
- Returns the preferred size of the viewport for a view component.
- getPreferredScrollableViewportSize() -
Method in class javax.swing.JTable
- Returns the preferred size of the viewport for this table.
- getPreferredScrollableViewportSize() -
Method in class javax.swing.JTextArea
- Returns the preferred size of the viewport if this component
is embedded in a JScrollPane.
- getPreferredScrollableViewportSize() -
Method in class javax.swing.text.JTextComponent
- Returns the preferred size of the viewport for a view component.
- getPreferredSize() -
Method in class java.awt.Component
- Gets the preferred size of this component.
- getPreferredSize() -
Method in class java.awt.Container
- Returns the preferred size of this container.
- getPreferredSize() -
Method in class java.awt.List
- Gets the preferred size of this scrolling list.
- getPreferredSize() -
Method in class java.awt.TextField
- Gets the preferred size of this text field.
- getPreferredSize() -
Method in class java.awt.TextArea
- Determines the preferred size of this text area.
- getPreferredSize() -
Method in class javax.swing.JComponent
- If the preferredSize has been set to a non-null value
just returns it.
- getPreferredSize() -
Method in class javax.swing.JEditorPane
- Returns the preferred size for the
JEditorPane
.
- getPreferredSize() -
Method in class javax.swing.JTextField
- Returns the preferred size Dimensions needed for this
TextField.
- getPreferredSize() -
Method in class javax.swing.JToolBar.Separator
- Returns the preferred size for the separator.
- getPreferredSize() -
Method in class javax.swing.JTextArea
- Returns the preferred size of the TextArea.
- getPreferredSize() -
Method in class javax.swing.Box.Filler
- Returns the preferred size of the component.
- getPreferredSize() -
Method in class javax.swing.tree.DefaultTreeCellRenderer
- Overrides
JComponent.getPreferredSize
to
return slightly wider preferred size value.
- getPreferredSize() -
Method in class javax.swing.tree.DefaultTreeCellEditor.DefaultTextField
- Overrides
JTextField.getPreferredSize
to
return the preferred size based on current font, if set,
or else use renderer's font.
- getPreferredSize() -
Method in class javax.swing.tree.DefaultTreeCellEditor.EditorContainer
- Returns the preferred size for the Container.
- getPreferredSize() -
Method in class javax.swing.plaf.basic.BasicComboBoxRenderer
-
- getPreferredSize() -
Method in class javax.swing.plaf.basic.BasicSplitPaneDivider
- Returns dividerSize x dividerSize
- getPreferredSize() -
Method in class javax.swing.plaf.basic.BasicArrowButton
-
- getPreferredSize() -
Method in class javax.swing.plaf.metal.MetalScrollButton
-
- getPreferredSize(int) -
Method in class java.awt.List
- Gets the preferred dimensions for a list with the specified
number of rows.
- getPreferredSize(int) -
Method in class java.awt.TextField
- Gets the preferred size of this text field
with the specified number of columns.
- getPreferredSize(int, int) -
Method in class java.awt.TextArea
- Determines the preferred size of a text area with the specified
number of rows and columns.
- getPreferredSize(JComponent) -
Method in class javax.swing.plaf.ComponentUI
-
- getPreferredSize(JComponent) -
Method in class javax.swing.plaf.basic.BasicTextUI
- Gets the preferred size for the editor component.
- getPreferredSize(JComponent) -
Method in class javax.swing.plaf.basic.BasicSeparatorUI
-
- getPreferredSize(JComponent) -
Method in class javax.swing.plaf.basic.BasicMenuItemUI
-
- getPreferredSize(JComponent) -
Method in class javax.swing.plaf.basic.BasicButtonUI
-
- getPreferredSize(JComponent) -
Method in class javax.swing.plaf.basic.BasicRadioButtonUI
- The preferred size of the radio button
- getPreferredSize(JComponent) -
Method in class javax.swing.plaf.basic.BasicToolBarSeparatorUI
-
- getPreferredSize(JComponent) -
Method in class javax.swing.plaf.basic.BasicProgressBarUI
-
- getPreferredSize(JComponent) -
Method in class javax.swing.plaf.basic.BasicOptionPaneUI
- If c is the JOptionPane the reciever is contained in, the preferred
size that is returned is the maximum of the preferred size of
the LayoutManager for the JOptionPane, and
getMinimumOptionPaneSize
.
- getPreferredSize(JComponent) -
Method in class javax.swing.plaf.basic.BasicTabbedPaneUI
-
- getPreferredSize(JComponent) -
Method in class javax.swing.plaf.basic.BasicPopupMenuUI
-
- getPreferredSize(JComponent) -
Method in class javax.swing.plaf.basic.BasicTableUI
- Return the preferred size of the table.
- getPreferredSize(JComponent) -
Method in class javax.swing.plaf.basic.BasicToolTipUI
-
- getPreferredSize(JComponent) -
Method in class javax.swing.plaf.basic.BasicScrollBarUI
- A vertical scrollbars preferred width is the maximum of
preferred widths of the (non null) increment/decrement buttons,
and the minimum width of the thumb.
- getPreferredSize(JComponent) -
Method in class javax.swing.plaf.basic.BasicToolBarUI
-
- getPreferredSize(JComponent) -
Method in class javax.swing.plaf.basic.BasicInternalFrameUI
-
- getPreferredSize(JComponent) -
Method in class javax.swing.plaf.basic.BasicDesktopPaneUI
-
- getPreferredSize(JComponent) -
Method in class javax.swing.plaf.basic.BasicListUI
- The preferredSize of a list is total height of the rows
and the maximum width of the cells.
- getPreferredSize(JComponent) -
Method in class javax.swing.plaf.basic.BasicLabelUI
-
- getPreferredSize(JComponent) -
Method in class javax.swing.plaf.basic.BasicComboBoxUI
-
- getPreferredSize(JComponent) -
Method in class javax.swing.plaf.basic.BasicTableHeaderUI
- Return the preferred size of the header.
- getPreferredSize(JComponent) -
Method in class javax.swing.plaf.basic.BasicMenuBarUI
-
- getPreferredSize(JComponent) -
Method in class javax.swing.plaf.basic.BasicPopupMenuSeparatorUI
-
- getPreferredSize(JComponent) -
Method in class javax.swing.plaf.basic.BasicTreeUI
- Returns the preferred size to properly display the tree,
this is a cover method for getPreferredSize(c, false).
- getPreferredSize(JComponent) -
Method in class javax.swing.plaf.basic.BasicSplitPaneUI
- Returns the preferred size for the passed in component,
This is passed off to the current layoutmanager.
- getPreferredSize(JComponent) -
Method in class javax.swing.plaf.basic.BasicScrollPaneUI
-
- getPreferredSize(JComponent) -
Method in class javax.swing.plaf.basic.BasicDesktopIconUI
-
- getPreferredSize(JComponent) -
Method in class javax.swing.plaf.basic.BasicSliderUI
-
- getPreferredSize(JComponent) -
Method in class javax.swing.plaf.metal.MetalSeparatorUI
-
- getPreferredSize(JComponent) -
Method in class javax.swing.plaf.metal.MetalPopupMenuSeparatorUI
-
- getPreferredSize(JComponent) -
Method in class javax.swing.plaf.metal.MetalFileChooserUI
-
- getPreferredSize(JComponent) -
Method in class javax.swing.plaf.metal.MetalScrollBarUI
-
- getPreferredSize(JComponent) -
Method in class javax.swing.plaf.metal.MetalDesktopIconUI
-
- getPreferredSize(JComponent) -
Method in class javax.swing.plaf.metal.MetalToolTipUI
-
- getPreferredSize(JComponent) -
Method in class javax.swing.plaf.multi.MultiListUI
- Call getPreferredSize on each UI handled by this MultiUI.
- getPreferredSize(JComponent) -
Method in class javax.swing.plaf.multi.MultiSeparatorUI
- Call getPreferredSize on each UI handled by this MultiUI.
- getPreferredSize(JComponent) -
Method in class javax.swing.plaf.multi.MultiLabelUI
- Call getPreferredSize on each UI handled by this MultiUI.
- getPreferredSize(JComponent) -
Method in class javax.swing.plaf.multi.MultiPopupMenuUI
- Call getPreferredSize on each UI handled by this MultiUI.
- getPreferredSize(JComponent) -
Method in class javax.swing.plaf.multi.MultiPanelUI
- Call getPreferredSize on each UI handled by this MultiUI.
- getPreferredSize(JComponent) -
Method in class javax.swing.plaf.multi.MultiScrollBarUI
- Call getPreferredSize on each UI handled by this MultiUI.
- getPreferredSize(JComponent) -
Method in class javax.swing.plaf.multi.MultiTextUI
- Call getPreferredSize on each UI handled by this MultiUI.
- getPreferredSize(JComponent) -
Method in class javax.swing.plaf.multi.MultiComboBoxUI
- Call getPreferredSize on each UI handled by this MultiUI.
- getPreferredSize(JComponent) -
Method in class javax.swing.plaf.multi.MultiTableHeaderUI
- Call getPreferredSize on each UI handled by this MultiUI.
- getPreferredSize(JComponent) -
Method in class javax.swing.plaf.multi.MultiFileChooserUI
- Call getPreferredSize on each UI handled by this MultiUI.
- getPreferredSize(JComponent) -
Method in class javax.swing.plaf.multi.MultiColorChooserUI
- Call getPreferredSize on each UI handled by this MultiUI.
- getPreferredSize(JComponent) -
Method in class javax.swing.plaf.multi.MultiTreeUI
- Call getPreferredSize on each UI handled by this MultiUI.
- getPreferredSize(JComponent) -
Method in class javax.swing.plaf.multi.MultiViewportUI
- Call getPreferredSize on each UI handled by this MultiUI.
- getPreferredSize(JComponent) -
Method in class javax.swing.plaf.multi.MultiTabbedPaneUI
- Call getPreferredSize on each UI handled by this MultiUI.
- getPreferredSize(JComponent) -
Method in class javax.swing.plaf.multi.MultiProgressBarUI
- Call getPreferredSize on each UI handled by this MultiUI.
- getPreferredSize(JComponent) -
Method in class javax.swing.plaf.multi.MultiScrollPaneUI
- Call getPreferredSize on each UI handled by this MultiUI.
- getPreferredSize(JComponent) -
Method in class javax.swing.plaf.multi.MultiOptionPaneUI
- Call getPreferredSize on each UI handled by this MultiUI.
- getPreferredSize(JComponent) -
Method in class javax.swing.plaf.multi.MultiSplitPaneUI
- Call getPreferredSize on each UI handled by this MultiUI.
- getPreferredSize(JComponent) -
Method in class javax.swing.plaf.multi.MultiButtonUI
- Call getPreferredSize on each UI handled by this MultiUI.
- getPreferredSize(JComponent) -
Method in class javax.swing.plaf.multi.MultiToolBarUI
- Call getPreferredSize on each UI handled by this MultiUI.
- getPreferredSize(JComponent) -
Method in class javax.swing.plaf.multi.MultiSliderUI
- Call getPreferredSize on each UI handled by this MultiUI.
- getPreferredSize(JComponent) -
Method in class javax.swing.plaf.multi.MultiDesktopPaneUI
- Call getPreferredSize on each UI handled by this MultiUI.
- getPreferredSize(JComponent) -
Method in class javax.swing.plaf.multi.MultiTableUI
- Call getPreferredSize on each UI handled by this MultiUI.
- getPreferredSize(JComponent) -
Method in class javax.swing.plaf.multi.MultiDesktopIconUI
- Call getPreferredSize on each UI handled by this MultiUI.
- getPreferredSize(JComponent) -
Method in class javax.swing.plaf.multi.MultiMenuItemUI
- Call getPreferredSize on each UI handled by this MultiUI.
- getPreferredSize(JComponent) -
Method in class javax.swing.plaf.multi.MultiInternalFrameUI
- Call getPreferredSize on each UI handled by this MultiUI.
- getPreferredSize(JComponent) -
Method in class javax.swing.plaf.multi.MultiToolTipUI
- Call getPreferredSize on each UI handled by this MultiUI.
- getPreferredSize(JComponent) -
Method in class javax.swing.plaf.multi.MultiMenuBarUI
- Call getPreferredSize on each UI handled by this MultiUI.
- getPreferredSize(JComponent, boolean) -
Method in class javax.swing.plaf.basic.BasicTreeUI
- Returns the preferred size to represent the tree in
c.
- getPreferredSizeOfComponent(Component) -
Method in class javax.swing.plaf.basic.BasicSplitPaneUI.BasicHorizontalLayoutManager
- Returns the width of the passed in Components preferred size.
- getPreferredSpan(int) -
Method in class javax.swing.text.View
- Determines the preferred span for this view along an
axis.
- getPreferredSpan(int) -
Method in class javax.swing.text.GlyphView
- Determines the preferred span for this view along an
axis.
- getPreferredSpan(int) -
Method in class javax.swing.text.BoxView
- Determines the preferred span for this view along an
axis.
- getPreferredSpan(int) -
Method in class javax.swing.text.PlainView
- Determines the preferred span for this view along an
axis.
- getPreferredSpan(int) -
Method in class javax.swing.text.FieldView
- Determines the preferred span for this view along an
axis.
- getPreferredSpan(int) -
Method in class javax.swing.text.AsyncBoxView
- Determines the preferred span for this view along an
axis.
- getPreferredSpan(int) -
Method in class javax.swing.text.ComponentView
- Determines the preferred span for this view along an
axis.
- getPreferredSpan(int) -
Method in class javax.swing.text.IconView
- Determines the preferred span for this view along an
axis.
- getPreferredSpan(int) -
Method in class javax.swing.text.WrappedPlainView
- Determines the preferred span for this view along an
axis.
- getPreferredSpan(int) -
Method in class javax.swing.text.html.ParagraphView
- Determines the preferred span for this view.
- getPreferredVerticalSize() -
Method in class javax.swing.plaf.basic.BasicSliderUI
-
- getPreferredWidth() -
Method in class javax.swing.table.TableColumn
- Returns the preferred width of the
TableColumn
.
- getPreferredWidth(Rectangle) -
Method in class javax.swing.tree.AbstractLayoutCache
- Returns the preferred width for the passed in region.
- getPreferredWidth(Rectangle) -
Method in class javax.swing.tree.VariableHeightLayoutCache
- Returns the preferred width and height for the region in
visibleRegion
.
- getPrefix(int) -
Method in interface javax.naming.Name
- Creates a name whose components consist of a prefix of the
components of this name.
- getPrefix(int) -
Method in class javax.naming.CompoundName
- Creates a compound name whose components consist of a prefix of the
components in this compound name.
- getPrefix(int) -
Method in class javax.naming.CompositeName
- Creates a composite name whose components consist of a prefix of the
components in this composite name.
- getPresentationName() -
Method in class javax.swing.text.AbstractDocument.DefaultDocumentEvent
- Provides a localized, human readable description of this edit
suitable for use in, say, a change log.
- getPresentationName() -
Method in class javax.swing.undo.AbstractUndoableEdit
- This default implementation returns "".
- getPresentationName() -
Method in class javax.swing.undo.CompoundEdit
- Returns getPresentationName from the last UndoableEdit added to
edits.
- getPresentationName() -
Method in class javax.swing.undo.StateEdit
- Gets the presentation name for this edit
- getPresentationName() -
Method in interface javax.swing.undo.UndoableEdit
- Provide a localized, human readable description of this edit
suitable for use in, say, a change log.
- getPreservesUnknownTags() -
Method in class javax.swing.text.html.HTMLDocument
-
- getPressedIcon() -
Method in class javax.swing.AbstractButton
- Returns the pressed icon for the button.
- getPreviewPanel() -
Method in class javax.swing.JColorChooser
- Returns the preview panel that shows a chosen color.
- getPreviewPanel() -
Static method in class javax.swing.colorchooser.ColorChooserComponentFactory
-
- getPreviousBounds(JInternalFrame) -
Method in class javax.swing.DefaultDesktopManager
-
- getPreviousLeaf() -
Method in class javax.swing.tree.DefaultMutableTreeNode
- Returns the leaf before this node or null if this node is the
first leaf in the tree.
- getPreviousNode() -
Method in class javax.swing.tree.DefaultMutableTreeNode
- Returns the node that precedes this node in a preorder traversal of
this node's tree.
- getPreviousSibling() -
Method in class javax.swing.tree.DefaultMutableTreeNode
- Returns the previous sibling of this node in the parent's children
array.
- getPreviousTabIndex(int) -
Method in class javax.swing.plaf.basic.BasicTabbedPaneUI
-
- getPreviousWord(JTextComponent, int) -
Static method in class javax.swing.text.Utilities
- Determine the start of the prev word for the given location.
- getPrimary1() -
Method in class javax.swing.plaf.metal.MetalTheme
-
- getPrimary1() -
Method in class javax.swing.plaf.metal.DefaultMetalTheme
-
- getPrimary2() -
Method in class javax.swing.plaf.metal.MetalTheme
-
- getPrimary2() -
Method in class javax.swing.plaf.metal.DefaultMetalTheme
-
- getPrimary3() -
Method in class javax.swing.plaf.metal.MetalTheme
-
- getPrimary3() -
Method in class javax.swing.plaf.metal.DefaultMetalTheme
-
- getPrimaryControl() -
Static method in class javax.swing.plaf.metal.MetalLookAndFeel
-
- getPrimaryControl() -
Method in class javax.swing.plaf.metal.MetalTheme
-
- getPrimaryControlDarkShadow() -
Static method in class javax.swing.plaf.metal.MetalLookAndFeel
-
- getPrimaryControlDarkShadow() -
Method in class javax.swing.plaf.metal.MetalTheme
-
- getPrimaryControlHighlight() -
Static method in class javax.swing.plaf.metal.MetalLookAndFeel
-
- getPrimaryControlHighlight() -
Method in class javax.swing.plaf.metal.MetalTheme
-
- getPrimaryControlInfo() -
Static method in class javax.swing.plaf.metal.MetalLookAndFeel
-
- getPrimaryControlInfo() -
Method in class javax.swing.plaf.metal.MetalTheme
-
- getPrimaryControlShadow() -
Static method in class javax.swing.plaf.metal.MetalLookAndFeel
-
- getPrimaryControlShadow() -
Method in class javax.swing.plaf.metal.MetalTheme
-
- getPrimaryKeys(String, String, String) -
Method in interface java.sql.DatabaseMetaData
- Gets a description of a table's primary key columns.
- getPrimaryType() -
Method in class java.awt.datatransfer.DataFlavor
-
- getPrimeExponentP() -
Method in interface java.security.interfaces.RSAPrivateCrtKey
- Returns the primeExponentP.
- getPrimeExponentP() -
Method in class java.security.spec.RSAPrivateCrtKeySpec
- Returns the primeExponentP.
- getPrimeExponentQ() -
Method in interface java.security.interfaces.RSAPrivateCrtKey
- Returns the primeExponentQ.
- getPrimeExponentQ() -
Method in class java.security.spec.RSAPrivateCrtKeySpec
- Returns the primeExponentQ.
- getPrimeP() -
Method in interface java.security.interfaces.RSAPrivateCrtKey
- Returns the primeP.
- getPrimeP() -
Method in class java.security.spec.RSAPrivateCrtKeySpec
- Returns the primeP.
- getPrimeQ() -
Method in interface java.security.interfaces.RSAPrivateCrtKey
- Returns the primeQ.
- getPrimeQ() -
Method in class java.security.spec.RSAPrivateCrtKeySpec
- Returns the primeQ.
- getPrincipal() -
Method in interface java.security.Certificate
- Deprecated. Returns the principal of the principal-key pair being guaranteed by
the guarantor.
- getPrincipal() -
Method in interface java.security.acl.AclEntry
- Returns the principal for which permissions are granted or denied by
this ACL entry.
- getPrintable(int) -
Method in class java.awt.print.Book
- Returns the
Printable
instance responsible for rendering
the page specified by pageIndex
.
- getPrintable(int) -
Method in interface java.awt.print.Pageable
- Returns the
Printable
instance responsible for
rendering the page specified by pageIndex
.
- getPrinter() -
Method in class java.awt.JobAttributes
- Returns the destination printer for jobs using these attributes.
- getPrinterJob() -
Method in interface java.awt.print.PrinterGraphics
- Returns the
PrinterJob
that is controlling the
current rendering request.
- getPrinterJob() -
Static method in class java.awt.print.PrinterJob
- Creates and returns a
PrinterJob
.
- getPrinterResolution() -
Method in class java.awt.PageAttributes
- Returns the print resolution for pages using these attributes.
- getPrintJob() -
Method in interface java.awt.PrintGraphics
- Returns the PrintJob object from which this PrintGraphics
object originated.
- getPrintJob(Frame, String, JobAttributes, PageAttributes) -
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(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.
- getPrintQuality() -
Method in class java.awt.PageAttributes
- Returns the print quality for pages using these attributes.
- getPriority() -
Method in class java.lang.Thread
- Returns this thread's priority.
- getPrivate() -
Method in class java.security.KeyPair
- Returns a reference to the private key component of this key pair.
- getPrivateExponent() -
Method in interface java.security.interfaces.RSAPrivateKey
- Returns the private exponent.
- getPrivateExponent() -
Method in class java.security.spec.RSAPrivateKeySpec
- Returns the private exponent.
- getPrivateKey() -
Method in class java.security.Signer
- Deprecated. Returns this signer's private key.
- getProcedureColumns(String, String, String, String) -
Method in interface java.sql.DatabaseMetaData
- Gets a description of a catalog's stored procedure parameters
and result columns.
- getProcedures(String, String, String) -
Method in interface java.sql.DatabaseMetaData
- Gets a description of the stored procedures available in a
catalog.
- getProcedureTerm() -
Method in interface java.sql.DatabaseMetaData
- What's the database vendor's preferred term for "procedure"?
- getProfile() -
Method in class java.awt.color.ICC_ColorSpace
- Returns the ICC_Profile for this ICC_ColorSpace.
- getProfileClass() -
Method in class java.awt.color.ICC_Profile
- Returns the profile class.
- getProgram() -
Method in class javax.sound.midi.Patch
- Returns the index, within
a bank, of the instrument whose location this
Patch
specifies.
- getProgram() -
Method in interface javax.sound.midi.MidiChannel
- Obtains the current program number for this channel.
- getProgressBarBorder() -
Static method in class javax.swing.plaf.basic.BasicBorders
-
- getProgressMonitor() -
Method in class javax.swing.ProgressMonitorInputStream
- Get the ProgressMonitor object being used by this stream.
- getPropagatedFrom() -
Method in class java.beans.beancontext.BeanContextEvent
- Gets the
BeanContext
from which this event was propagated.
- getPropagationId() -
Method in class java.beans.PropertyChangeEvent
- The "propagationId" field is reserved for future use.
- getProperties() -
Static method in class java.lang.System
- Determines the current system properties.
- getProperty(Object) -
Method in interface javax.swing.text.Document
- Gets properties associated with the document.
- getProperty(Object) -
Method in class javax.swing.text.AbstractDocument
- A convenience method for looking up a property value.
- 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 interface java.awt.image.RenderedImage
- Gets a property from the property set of this image.
- getProperty(String) -
Method in class java.awt.image.BufferedImage
- Returns a property of the image by name.
- getProperty(String) -
Method in class java.awt.image.renderable.RenderableImageOp
- Gets a property from the property set of this image.
- getProperty(String) -
Method in interface java.awt.image.renderable.RenderableImage
- Gets a property from the property set of this image.
- getProperty(String) -
Static method in class java.lang.System
- Gets the system property indicated by the specified key.
- getProperty(String) -
Static method in class java.security.Security
- Gets a security property value.
- getProperty(String) -
Method in class java.util.Properties
- Searches for the property with the specified key in this property list.
- getProperty(String, ImageObserver) -
Method in class java.awt.Image
- Gets a property of this image by name.
- getProperty(String, ImageObserver) -
Method in class java.awt.image.BufferedImage
- Returns a property of the image by name.
- getProperty(String, String) -
Static method in class java.awt.Toolkit
- Gets a property with the specified key and default.
- getProperty(String, String) -
Static method in class java.lang.System
- Gets the system property indicated by the specified key.
- getProperty(String, String) -
Method in class java.util.Properties
- Searches for the property with the specified key in this property list.
- getPropertyChangeEvent() -
Method in class java.beans.PropertyVetoException
- Gets the vetoed
PropertyChangeEvent
.
- getPropertyDescriptors() -
Method in interface java.beans.BeanInfo
- Gets the beans
PropertyDescriptor
s.
- getPropertyDescriptors() -
Method in class java.beans.SimpleBeanInfo
- Deny knowledge of properties.
- getPropertyEditorClass() -
Method in class java.beans.PropertyDescriptor
- Gets any explicit PropertyEditor Class that has been registered
for this property.
- getPropertyInfo(String, Properties) -
Method in interface java.sql.Driver
- Gets information about the possible properties for this driver.
- getPropertyName() -
Method in class java.beans.PropertyChangeEvent
- Gets the programmatic name of the property that was changed.
- getPropertyNames() -
Method in interface java.awt.image.RenderedImage
- Returns an array of names recognized by
getProperty(String)
or null
, if no property names are recognized.
- getPropertyNames() -
Method in class java.awt.image.BufferedImage
- Returns an array of names recognized by
getProperty(String)
or null
, if no property names are recognized.
- getPropertyNames() -
Method in interface java.awt.image.renderable.ContextualRenderedImageFactory
- Returns a list of names recognized by getProperty.
- getPropertyNames() -
Method in class java.awt.image.renderable.RenderableImageOp
- Return a list of names recognized by getProperty.
- getPropertyNames() -
Method in interface java.awt.image.renderable.RenderableImage
- Returns a list of names recognized by getProperty.
- getPropertyOverrides() -
Method in class java.rmi.activation.ActivationGroupDesc
- Returns the group's property-override list.
- getPropertyPrefix() -
Method in class javax.swing.plaf.basic.BasicTextUI
- Gets the name used as a key to look up properties through the
UIManager.
- getPropertyPrefix() -
Method in class javax.swing.plaf.basic.BasicEditorPaneUI
- Fetches the name used as a key to lookup properties through the
UIManager.
- getPropertyPrefix() -
Method in class javax.swing.plaf.basic.BasicTextPaneUI
- Fetches the name used as a key to lookup properties through the
UIManager.
- getPropertyPrefix() -
Method in class javax.swing.plaf.basic.BasicMenuItemUI
-
- getPropertyPrefix() -
Method in class javax.swing.plaf.basic.BasicRadioButtonMenuItemUI
-
- getPropertyPrefix() -
Method in class javax.swing.plaf.basic.BasicButtonUI
-
- getPropertyPrefix() -
Method in class javax.swing.plaf.basic.BasicToggleButtonUI
-
- getPropertyPrefix() -
Method in class javax.swing.plaf.basic.BasicRadioButtonUI
-
- getPropertyPrefix() -
Method in class javax.swing.plaf.basic.BasicMenuUI
-
- getPropertyPrefix() -
Method in class javax.swing.plaf.basic.BasicCheckBoxMenuItemUI
-
- getPropertyPrefix() -
Method in class javax.swing.plaf.basic.BasicTextFieldUI
- Fetches the name used as a key to lookup properties through the
UIManager.
- getPropertyPrefix() -
Method in class javax.swing.plaf.basic.BasicPasswordFieldUI
- Fetches the name used as a key to look up properties through the
UIManager.
- getPropertyPrefix() -
Method in class javax.swing.plaf.basic.BasicCheckBoxUI
-
- getPropertyPrefix() -
Method in class javax.swing.plaf.basic.BasicTextAreaUI
- Fetches the name used as a key to look up properties through the
UIManager.
- getPropertyPrefix() -
Method in class javax.swing.plaf.metal.MetalCheckBoxUI
-
- getPropertyType() -
Method in class java.beans.PropertyDescriptor
- Gets the Class object for the property.
- getProtectionDomain() -
Method in class java.lang.Class
- Returns the
ProtectionDomain
of this class.
- getProtocol() -
Method in class java.net.URL
- Returns the protocol name of this
URL
.
- getPrototypeCellValue() -
Method in class javax.swing.JList
- Returns the cell width of the "prototypical cell" -- a cell used
for the calculation of cell widths, because it has the same value
as all other list items.
- getProvider() -
Method in class java.security.KeyFactory
- Returns the provider of this key factory object.
- getProvider() -
Method in class java.security.KeyPairGenerator
- Returns the provider of this key pair generator object.
- getProvider() -
Method in class java.security.SecureRandom
- Returns the provider of this SecureRandom object.
- getProvider() -
Method in class java.security.AlgorithmParameters
- Returns the provider of this parameter object.
- getProvider() -
Method in class java.security.AlgorithmParameterGenerator
- Returns the provider of this algorithm parameter generator object.
- getProvider() -
Method in class java.security.KeyStore
- Returns the provider of this keystore.
- getProvider() -
Method in class java.security.MessageDigest
- Returns the provider of this message digest object.
- getProvider() -
Method in class java.security.Signature
- Returns the provider of this signature object.
- getProvider() -
Method in class java.security.cert.CertificateFactory
- Returns the provider of this certificate factory.
- getProvider(String) -
Static method in class java.security.Security
- Returns the provider installed with the specified name, if
any.
- getProviders() -
Static method in class java.security.Security
- Returns an array containing all the installed providers.
- getProviders(Map) -
Static method in class java.security.Security
- Returns an array containing all installed providers that satisfy the specified
selection criteria, or null if no such providers have been installed.
- getProviders(String) -
Static method in class java.security.Security
- Returns an array containing all installed providers that satisfy the
specified selection criterion, or null if no such providers have been
installed.
- getProxyClass(ClassLoader, Class[]) -
Static method in class java.lang.reflect.Proxy
- Returns the
java.lang.Class
object for a proxy class
given a class loader and an array of interfaces.
- getPSName() -
Method in class java.awt.Font
- Returns the postscript name of this
Font
.
- getPublic() -
Method in class java.security.KeyPair
- Returns a reference to the public key component of this key pair.
- getPublicExponent() -
Method in interface java.security.interfaces.RSAPublicKey
- Returns the public exponent.
- getPublicExponent() -
Method in interface java.security.interfaces.RSAPrivateCrtKey
- Returns the public exponent.
- getPublicExponent() -
Method in class java.security.spec.RSAPrivateCrtKeySpec
- Returns the public exponent.
- getPublicExponent() -
Method in class java.security.spec.RSAKeyGenParameterSpec
- Returns the public-exponent value.
- getPublicExponent() -
Method in class java.security.spec.RSAPublicKeySpec
- Returns the public exponent.
- getPublicKey() -
Method in class java.security.Identity
- Deprecated. Returns this identity's public key.
- getPublicKey() -
Method in interface java.security.Certificate
- Deprecated. Returns the key of the principal-key pair being guaranteed by
the guarantor.
- getPublicKey() -
Method in class java.security.cert.Certificate
- Gets the public key from this certificate.
- getQ() -
Method in interface java.security.interfaces.DSAParams
- Returns the subprime,
q
.
- getQ() -
Method in class java.security.spec.DSAPrivateKeySpec
- 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.DSAParameterSpec
- Returns the sub-prime
q
.
- getQuery() -
Method in class java.net.URL
- Returns the query part of this
URL
.
- getQueryTimeout() -
Method in interface java.sql.Statement
- Retrieves the number of seconds the driver will
wait for a
Statement
object to execute.
- getRadioButtonBorder() -
Static method in class javax.swing.plaf.basic.BasicBorders
-
- getRadioButtonIcon() -
Static method in class javax.swing.plaf.basic.BasicIconFactory
-
- getRadioButtonIcon() -
Static method in class javax.swing.plaf.metal.MetalIconFactory
-
- getRadioButtonMenuItemIcon() -
Static method in class javax.swing.plaf.basic.BasicIconFactory
-
- getRadioButtonMenuItemIcon() -
Static method in class javax.swing.plaf.metal.MetalIconFactory
-
- getRaisedBevelBorderUIResource() -
Static method in class javax.swing.plaf.BorderUIResource
-
- getRaster() -
Method in class java.awt.image.BufferedImage
- Returns the
WritableRaster
.
- getRaster(int, int, int, int) -
Method in interface java.awt.PaintContext
- Returns a
Raster
containing the colors generated for
the graphics operation.
- getRawOffset() -
Method in class java.util.TimeZone
- Gets unmodified offset, NOT modified in case of daylight savings.
- getRawOffset() -
Method in class java.util.SimpleTimeZone
- Overrides TimeZone
Gets the GMT offset for this time zone.
- getRead() -
Method in class java.sql.DataTruncation
- Indicates whether or not the value was truncated on a read.
- getReader(int) -
Method in class javax.swing.text.html.HTMLDocument
- Fetches the reader for the parser to use to load the document
with HTML.
- getReader(int, int, int, HTML.Tag) -
Method in class javax.swing.text.html.HTMLDocument
- Fetches the reader for the parser to use to load the document
with HTML.
- getReaderForText(Transferable) -
Method in class java.awt.datatransfer.DataFlavor
- Gets a reader for an input stream, decoded for the expected
charset (encoding).
- getReadMethod() -
Method in class java.beans.PropertyDescriptor
- Gets the method that should be used to read the property value.
- getReceiveBufferSize() -
Method in class java.net.DatagramSocket
- Get value of the SO_RCVBUF option for this DatagramSocket, that is the
buffer size used by the platform for input on this DatagramSocket.
- getReceiveBufferSize() -
Method in class java.net.Socket
- Gets the value of the SO_RCVBUF option for this Socket,
that is the buffer size used by the platform for
input on this Socket.
- getReceiver() -
Static method in class javax.sound.midi.MidiSystem
- Obtains a MIDI receiver from an external MIDI port
or other default source.
- getReceiver() -
Method in interface javax.sound.midi.Transmitter
- Obtains the current receiver to which this transmitter will deliver MIDI messages.
- getReceiver() -
Method in interface javax.sound.midi.MidiDevice
- Obtains a MIDI IN receiver through which the MIDI device may receive
MIDI data.
- getRecursionLimit() -
Method in class java.awt.geom.FlatteningPathIterator
- Returns the recursion limit of this iterator.
- getRed() -
Method in class java.awt.Color
- Returns the red component in the range 0-255 in the default sRGB
space.
- getRed(int) -
Method in class java.awt.image.ColorModel
- Returns the red color component for the specified pixel, scaled
from 0 to 255 in the default RGB ColorSpace, sRGB.
- getRed(int) -
Method in class java.awt.image.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.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.IndexColorModel
- Returns the red color component for the specified pixel, scaled
from 0 to 255 in the default RGB ColorSpace, sRGB.
- getRed(Object) -
Method in class java.awt.image.ColorModel
- Returns the red color component for the specified pixel, scaled
from 0 to 255 in the default RGB
ColorSpace
, sRGB.
- getRed(Object) -
Method in class java.awt.image.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.DirectColorModel
- Returns the red color component for the specified pixel, scaled
from 0 to 255 in the default RGB
ColorSpace
, sRGB.
- getRedMask() -
Method in class java.awt.image.DirectColorModel
- Returns the mask indicating which bits in an
int
pixel
representation contain the red color component.
- getRedoPresentationName() -
Method in class javax.swing.text.AbstractDocument.DefaultDocumentEvent
- Provides a localized, human readable description of the redoable
form of this edit, e.g.
- getRedoPresentationName() -
Method in class javax.swing.undo.AbstractUndoableEdit
- If getPresentationName() returns "", returns
AbstractUndoableEdit.RedoName.
- getRedoPresentationName() -
Method in class javax.swing.undo.CompoundEdit
- Returns getRedoPresentationName from the last UndoableEdit
added to edits.
- getRedoPresentationName() -
Method in class javax.swing.undo.UndoManager
- If inProgress, returns getRedoPresentationName of the
significant edit that will be redone when redo() is invoked.
- getRedoPresentationName() -
Method in interface javax.swing.undo.UndoableEdit
- 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 specified 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.CallableStatement
- Gets the value of a JDBC
REF(<structured-type>)
parameter as a Ref
object in the Java programming language.
- getRef(int) -
Method in interface java.sql.ResultSet
- Returns the value of the designated column in the current row
of this
ResultSet
object as a Ref
object
in the Java programming language.
- getRef(String) -
Method in interface java.sql.ResultSet
- Returns the value of the designated column in the current row
of this
ResultSet
object as a Ref
object
in the Java programming language.
- getRefClass(ObjectOutput) -
Method in interface java.rmi.server.RemoteRef
- Returns the class name of the ref type to be serialized onto
the stream 'out'.
- getReference() -
Method in interface javax.naming.Referenceable
- Retrieves the Reference of this object.
- getReferralContext() -
Method in class javax.naming.ReferralException
- Retrieves the context at which to continue the method.
- getReferralContext() -
Method in class javax.naming.ldap.LdapReferralException
- Retrieves the context at which to continue the method using the
context's environment and no controls.
- getReferralContext(Hashtable) -
Method in class javax.naming.ReferralException
- Retrieves the context at which to continue the method using
environment properties.
- getReferralContext(Hashtable) -
Method in class javax.naming.ldap.LdapReferralException
- Retrieves the context at which to continue the method using
environment properties and no controls.
- getReferralContext(Hashtable, Control[]) -
Method in class javax.naming.ldap.LdapReferralException
- Retrieves the context at which to continue the method using
request controls and environment properties.
- getReferralInfo() -
Method in class javax.naming.ReferralException
- Retrieves information (such as URLs) related to this referral.
- getReferrals() -
Method in interface javax.naming.ldap.UnsolicitedNotification
- Retrieves the referral(s) sent by the server.
- getRegisteredKeyStrokes() -
Method in class javax.swing.JComponent
- Returns the KeyStrokes that will initiate registered actions.
- getRegistry() -
Static method in class java.rmi.registry.LocateRegistry
- Returns a reference to the the remote object
Registry
for
the local host on the default registry port of 1099.
- getRegistry(int) -
Static method in class java.rmi.registry.LocateRegistry
- Returns a reference to the the remote object
Registry
for
the local host on the specified port
.
- getRegistry(String) -
Static method in class java.rmi.registry.LocateRegistry
- Returns a reference to the remote object
Registry
on the
specified host
on the default registry port of 1099.
- getRegistry(String, int) -
Static method in class java.rmi.registry.LocateRegistry
- Returns a reference to the remote object
Registry
on the
specified host
and port
.
- getRegistry(String, int, RMIClientSocketFactory) -
Static method in class java.rmi.registry.LocateRegistry
- Returns a locally created remote reference to the remote object
Registry
on the specified host
and
port
.
- getRemaining() -
Method in class java.util.zip.Inflater
- Returns the total number of bytes remaining in the input buffer.
- getRemainingName() -
Method in class javax.naming.NamingException
- Retrieves the remaining unresolved portion of the name.
- getRemainingName() -
Method in class javax.naming.spi.ResolveResult
- Retrieves the remaining unresolved portion of the name.
- getRemainingNewName() -
Method in class javax.naming.CannotProceedException
- Retrieves the "remaining new name" field of this exception, which is
used when this exception is thrown during a rename() operation.
- getRemoveListenerMethod() -
Method in class java.beans.EventSetDescriptor
- Gets the method used to remove event listeners.
- getRenderableSource(int) -
Method in class java.awt.image.renderable.ParameterBlock
- A convenience method to return a source as a RenderableImage.
- getRenderedSource(int) -
Method in class java.awt.image.renderable.ParameterBlock
- A convenience method to return a source as a RenderedImage.
- getRenderer() -
Method in class javax.swing.JComboBox
- Returns the renderer used to display the selected item in the
JComboBox
field.
- getRenderingHint(RenderingHints.Key) -
Method in class java.awt.Graphics2D
- Returns the value of a single preference for the rendering algorithms.
- getRenderingHints() -
Method in class java.awt.Graphics2D
- Gets the preferences for the rendering algorithms.
- getRenderingHints() -
Method in class java.awt.image.LookupOp
- Returns the rendering hints for this op.
- getRenderingHints() -
Method in interface java.awt.image.BufferedImageOp
- Returns the rendering hints for this BufferedImageOp.
- getRenderingHints() -
Method in class java.awt.image.ConvolveOp
- Returns the rendering hints for this op.
- getRenderingHints() -
Method in class java.awt.image.BandCombineOp
- Returns the rendering hints for this operation.
- getRenderingHints() -
Method in class java.awt.image.AffineTransformOp
- Returns the rendering hints used by this transform operation.
- getRenderingHints() -
Method in interface java.awt.image.RasterOp
- Returns the rendering hints for this RasterOp.
- getRenderingHints() -
Method in class java.awt.image.ColorConvertOp
- Returns the rendering hints used by this op.
- getRenderingHints() -
Method in class java.awt.image.RescaleOp
- Returns the rendering hints for this op.
- getRenderingHints() -
Method in class java.awt.image.renderable.RenderContext
- Gets the rendering hints of this
RenderContext
.
- getReorderingAllowed() -
Method in class javax.swing.table.JTableHeader
- Returns true if the user is allowed 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.
- getRequestControls() -
Method in class javax.naming.ldap.InitialLdapContext
-
- getRequestControls() -
Method in interface javax.naming.ldap.LdapContext
- Retrieves the request controls in effect for this context.
- getRequestingPort() -
Method in class java.net.Authenticator
- Gets the port number for the requested connection.
- getRequestingPrompt() -
Method in class java.net.Authenticator
- Gets the prompt string given by the requestor.
- getRequestingProtocol() -
Method in class java.net.Authenticator
- Give the protocol that's requesting the connection.
- getRequestingScheme() -
Method in class java.net.Authenticator
- Gets the scheme of the requestor (the HTTP scheme
for an HTTP firewall, for example).
- getRequestingSite() -
Method in class java.net.Authenticator
- Gets the
InetAddress
of the
site requesting authorization, or null
if not available.
- getRequestMethod() -
Method in class java.net.HttpURLConnection
- Get the request method.
- getRequestProperty(String) -
Method in class java.net.URLConnection
- Returns the value of the named general request property for this
connection.
- getReshowDelay() -
Method in class javax.swing.ToolTipManager
- Returns the reshow delay value.
- getResizable() -
Method in class javax.swing.table.TableColumn
- Returns true if the user is allowed to resize the
TableColumn
's
width, false otherwise.
- getResizeWeight() -
Method in class javax.swing.JSplitPane
- Returns the number that determines how extra space is distributed.
- getResizeWeight(int) -
Method in class javax.swing.text.View
- Determines the resizability of the view along the
given axis.
- getResizeWeight(int) -
Method in class javax.swing.text.BoxView
- Gets the resize weight.
- getResizeWeight(int) -
Method in class javax.swing.text.FieldView
- Determines the resizability of the view along the
given axis.
- getResizeWeight(int) -
Method in class javax.swing.text.TableView.TableRow
- Determines the resizability of the view along the
given axis.
- getResizeWeight(int) -
Method in class javax.swing.text.html.BlockView
- Gets the resize weight.
- getResizingAllowed() -
Method in class javax.swing.table.JTableHeader
- Returns true if the user is allowed to resize columns by dragging
between their headers, false otherwise.
- getResizingColumn() -
Method in class javax.swing.table.JTableHeader
- Returns the resizing column.
- getResolution() -
Method in class javax.sound.midi.Sequence
- Obtains the timing resolution for this sequence.
- getResolution() -
Method in class javax.sound.midi.MidiFileFormat
- Obtains the timing resolution for the MIDI file.
- getResolvedName() -
Method in class javax.naming.NamingException
- Retrieves the leading portion of the name that was resolved
successfully.
- getResolvedObj() -
Method in class javax.naming.NamingException
- Retrieves the object to which resolution was successful.
- getResolvedObj() -
Method in class javax.naming.spi.ResolveResult
- Retrieves the Object to which resolution was successful.
- getResolveParent() -
Method in interface javax.swing.text.Keymap
- Fetches the parent keymap used to resolve key-bindings.
- getResolveParent() -
Method in class javax.swing.text.SimpleAttributeSet
- Gets the resolving parent.
- getResolveParent() -
Method in class javax.swing.text.StyleContext.SmallAttributeSet
- If not overriden, the resolving parent defaults to
the parent element.
- getResolveParent() -
Method in class javax.swing.text.StyleContext.NamedStyle
- Gets attributes from the parent.
- getResolveParent() -
Method in class javax.swing.text.AbstractDocument.AbstractElement
- Gets the resolving parent.
- getResolveParent() -
Method in interface javax.swing.text.AttributeSet
- Gets the resolving parent.
- getResolveParent() -
Method in class javax.swing.text.html.HTMLDocument.RunElement
- Gets the resolving parent.
- getResolveParent() -
Method in class javax.swing.text.html.HTMLDocument.BlockElement
- Gets the resolving parent.
- getResource(String) -
Method in class java.lang.ClassLoader
- Finds the resource with the given name.
- getResource(String) -
Method in class java.lang.Class
- Finds a resource with a given name.
- getResource(String, BeanContextChild) -
Method in class java.beans.beancontext.BeanContextSupport
-
- getResource(String, BeanContextChild) -
Method in interface java.beans.beancontext.BeanContext
- Analagous to
java.lang.ClassLoader.getResource()
, this
method allows a BeanContext
implementation to interpose
behavior between the child Component
and underlying ClassLoader
.
- getResourceAsStream(String) -
Method in class java.lang.ClassLoader
- Returns an input stream for reading the specified resource.
- getResourceAsStream(String) -
Method in class java.lang.Class
- Finds a resource with a given name.
- getResourceAsStream(String, BeanContextChild) -
Method in class java.beans.beancontext.BeanContextSupport
-
- getResourceAsStream(String, BeanContextChild) -
Method in interface java.beans.beancontext.BeanContext
- Analagous to
java.lang.ClassLoader.getResourceAsStream()
,
this method allows a BeanContext
implementation
to interpose behavior between the child Component
and underlying ClassLoader
.
- getResources() -
Method in interface javax.sound.midi.Soundbank
- Extracts a list of non-Instrument resources contained in the sound bank.
- 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 from responses like:
- getResponseControls() -
Method in class javax.naming.ldap.InitialLdapContext
-
- getResponseControls() -
Method in interface javax.naming.ldap.LdapContext
- Retrieves the response controls produced as a result of the last
method invoked on this context.
- 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.Statement
- Returns the current result as a
ResultSet
object.
- getResultSet() -
Method in interface java.sql.Array
- Returns a result set that contains the elements of the SQL
ARRAY
value
designated by this Array
object.
- getResultSet(long, int) -
Method in interface java.sql.Array
- Returns a result set holding the elements of the subarray that
starts at index
index
and contains up to
count
successive elements.
- getResultSet(long, int, Map) -
Method in interface java.sql.Array
- Returns a result set holding the elements of the subarray that
starts at index
index
and contains up to
count
successive elements.
- getResultSet(Map) -
Method in interface java.sql.Array
- Returns a result set that contains the elements of the SQL
ARRAY
value
designated by this Array
object.
- getResultSetConcurrency() -
Method in interface java.sql.Statement
- Retrieves the result set concurrency for
ResultSet
objects
generated by this Statement
object.
- getResultSetType() -
Method in interface java.sql.Statement
- Retrieves the result set type for
ResultSet
objects
generated by this Statement
object.
- getResultStream(boolean) -
Method in interface java.rmi.server.RemoteCall
- Deprecated. no replacement
- getReturningAttributes() -
Method in class javax.naming.directory.SearchControls
- Retrieves the attributes that will be returned as part of the search.
- getReturningObjFlag() -
Method in class javax.naming.directory.SearchControls
- Determines whether objects will be returned as part of the result.
- getReturnType() -
Method in class java.lang.reflect.Method
- Returns a
Class
object that represents the formal return type
of the method represented by this Method
object.
- getRevocationDate() -
Method in class java.security.cert.X509CRLEntry
- Gets the revocation date from this X509CRLEntry,
the revocationDate.
- getRevokedCertificate(BigInteger) -
Method in class java.security.cert.X509CRL
- Gets the CRL entry, if any, with the given certificate serialNumber.
- getRevokedCertificates() -
Method in class java.security.cert.X509CRL
- Gets all the entries from this CRL.
- getRGB() -
Method in class java.awt.Color
- Returns the RGB value representing the color in the default sRGB
ColorModel
.
- getRGB() -
Method in class java.awt.SystemColor
- Gets the "current" RGB value representing the symbolic color.
- getRGB(int) -
Method in class java.awt.image.ColorModel
- Returns the color/alpha components of the pixel in the default
RGB color model format.
- getRGB(int) -
Method in class java.awt.image.ComponentColorModel
- Returns the color/alpha components of the pixel in the default
RGB color model format.
- getRGB(int) -
Method in class java.awt.image.DirectColorModel
- Returns the color/alpha components of the pixel in the default
RGB color model format.
- getRGB(int) -
Method in class java.awt.image.IndexColorModel
- Returns the color/alpha components of the pixel in the default
RGB color model format.
- getRGB(int, int) -
Method in class java.awt.image.BufferedImage
- Returns an integer pixel in the default RGB color model
(TYPE_INT_ARGB) and default sRGB colorspace.
- getRGB(int, int, int, int, int[], int, int) -
Method in class java.awt.image.BufferedImage
- Returns an array of integer pixels in the default RGB color model
(TYPE_INT_ARGB) and default sRGB color space,
from a portion of the image data.
- getRGB(Object) -
Method in class java.awt.image.ColorModel
- Returns the color/alpha components for the specified pixel in the
default RGB color model format.
- getRGB(Object) -
Method in class java.awt.image.ComponentColorModel
- Returns the color/alpha components for the specified pixel in the
default RGB color model format.
- getRGB(Object) -
Method in class java.awt.image.DirectColorModel
- Returns the color/alpha components for the specified pixel in the
default RGB color model format.
- getRGBColorComponents(float[]) -
Method in class java.awt.Color
- Returns a
float
array containing only the color
components of the Color
, in the default sRGB color
space.
- getRGBComponents(float[]) -
Method in class java.awt.Color
- Returns a
float
array containing the color and alpha
components of the Color
, as represented in the default
sRGB color space.
- getRGBdefault() -
Static method in class java.awt.image.ColorModel
- Returns a
DirectColorModel
that describes the default
format for integer RGB values used in many of the methods in the
AWT image interfaces for the convenience of the programmer.
- getRGBs(int[]) -
Method in class java.awt.image.IndexColorModel
- Converts data for each index from the color and alpha component
arrays to an int in the default RGB ColorModel format and copies
the resulting 32-bit ARGB values into the specified array.
- getRightChildIndent() -
Method in class javax.swing.plaf.basic.BasicTreeUI
-
- getRightComponent() -
Method in class javax.swing.JSplitPane
- Returns the component to the right (or below) the divider.
- getRightIndent(AttributeSet) -
Static method in class javax.swing.text.StyleConstants
- Gets the right indent setting.
- getRightInset() -
Method in class javax.swing.text.CompositeView
- Gets the right inset.
- getRightInset() -
Method in class javax.swing.text.AsyncBoxView
- Get the right part of the margin around the view.
- getRMIRepositoryID(Class) -
Method in interface javax.rmi.CORBA.ValueHandler
- Returns the CORBA RepositoryId for the given Java class.
- getRolloverIcon() -
Method in class javax.swing.AbstractButton
- Returns the rollover icon for the button.
- getRolloverSelectedIcon() -
Method in class javax.swing.AbstractButton
- Returns the rollover selection icon for the button.
- getRoot() -
Method in class javax.swing.tree.DefaultMutableTreeNode
- Returns the root of the tree that contains this node.
- getRoot() -
Method in interface javax.swing.tree.TreeModel
- Returns the root of the tree.
- getRoot() -
Method in class javax.swing.tree.DefaultTreeModel
- Returns the root of the tree.
- getRoot(Component) -
Static method in class javax.swing.SwingUtilities
- Returns the root component for the current component tree.
- getRootCause() -
Method in class javax.naming.NamingException
- Retrieves the root cause of this NamingException, if any.
- getRootElement() -
Method in class javax.swing.text.DefaultStyledDocument.ElementBuffer
- Gets the root element.
- getRootElements() -
Method in interface javax.swing.text.Document
- Returns all of the root elements that are defined.
- getRootElements() -
Method in class javax.swing.text.AbstractDocument
- Gets all root elements defined.
- getRootFrame() -
Static method in class javax.swing.JOptionPane
- Returns the
Frame
to use for the class methods in
which a frame is not provided.
- getRootPane() -
Method in class javax.swing.JComponent
- Returns the JRootPane ancestor for a component
- getRootPane() -
Method in class javax.swing.JWindow
- Returns the
rootPane
object for this window.
- getRootPane() -
Method in class javax.swing.JApplet
- Returns the rootPane object for this applet.
- getRootPane() -
Method in class javax.swing.JInternalFrame
- Returns the
rootPane
object for this frame.
- getRootPane() -
Method in class javax.swing.JFrame
- Returns the
rootPane
object for this frame.
- getRootPane() -
Method in interface javax.swing.RootPaneContainer
- Return this component's single JRootPane child.
- getRootPane() -
Method in class javax.swing.JDialog
- Returns the
rootPane
object for this dialog.
- getRootPane(Component) -
Static method in class javax.swing.SwingUtilities
- If c is a JRootPane descendant return its JRootPane ancestor.
- getRoots() -
Method in class javax.swing.filechooser.FileSystemView
- Returns all root partitians on this system.
- getRootView(JTextComponent) -
Method in class javax.swing.plaf.TextUI
- Fetches a View with the allocation of the associated
text component (i.e.
- getRootView(JTextComponent) -
Method in class javax.swing.plaf.basic.BasicTextUI
- Fetches a View with the allocation of the associated
text component (i.e.
- getRootView(JTextComponent) -
Method in class javax.swing.plaf.multi.MultiTextUI
- Call getRootView on each UI handled by this MultiUI.
- getRotateInstance(double) -
Static method in class java.awt.geom.AffineTransform
- Returns a transform representing a rotation transformation.
- getRotateInstance(double, double, double) -
Static method in class java.awt.geom.AffineTransform
- Returns a transform that rotates coordinates around an anchor point.
- getRoundedCorners() -
Method in class javax.swing.border.LineBorder
- Returns whether this border will be drawn with rounded corners.
- getRow() -
Method in interface java.sql.ResultSet
- Retrieves the current row number.
- getRowBounds(int) -
Method in class javax.swing.JTree
- Returns the
Rectangle
that the node at the specified row is
drawn in.
- getRowCount() -
Method in class javax.swing.JTree
- Returns the number of rows that are currently being displayed.
- getRowCount() -
Method in class javax.swing.JTable
- Returns the number of rows in this table's model.
- getRowCount() -
Method in class javax.swing.table.DefaultTableModel
- Returns the number of rows in this data table.
- getRowCount() -
Method in interface javax.swing.table.TableModel
- Returns the number of rows in the model.
- getRowCount() -
Method in class javax.swing.text.TableView.TableCell
- Deprecated. Gets the number of rows this cell spans (that is, the
grid height).
- getRowCount() -
Method in class javax.swing.tree.AbstractLayoutCache
- Number of rows being displayed.
- getRowCount() -
Method in class javax.swing.tree.VariableHeightLayoutCache
- Returns the number of visible rows.
- getRowCount() -
Method in class javax.swing.tree.FixedHeightLayoutCache
- Returns the number of visible rows.
- getRowCount(JTree) -
Method in class javax.swing.plaf.TreeUI
- Returns the number of rows that are being displayed.
- getRowCount(JTree) -
Method in class javax.swing.plaf.basic.BasicTreeUI
- Returns the number of rows that are being displayed.
- getRowCount(JTree) -
Method in class javax.swing.plaf.multi.MultiTreeUI
- Call getRowCount on each UI handled by this MultiUI.
- getRowEnd(JTextComponent, int) -
Static method in class javax.swing.text.Utilities
- Determines the ending row model position of the row that contains
the specified model position.
- getRowForLocation(int, int) -
Method in class javax.swing.JTree
- Returns the row for the specified location.
- getRowForPath(JTree, TreePath) -
Method in class javax.swing.plaf.TreeUI
- Returns the row that the last item identified in path is visible
at.
- getRowForPath(JTree, TreePath) -
Method in class javax.swing.plaf.basic.BasicTreeUI
- Returns the row that the last item identified in path is visible
at.
- getRowForPath(JTree, TreePath) -
Method in class javax.swing.plaf.multi.MultiTreeUI
- Call getRowForPath on each UI handled by this MultiUI.
- getRowForPath(TreePath) -
Method in class javax.swing.JTree
- Returns the row that displays the node identified by the specified
path.
- getRowForPath(TreePath) -
Method in class javax.swing.tree.AbstractLayoutCache
- Returns the row that the last item identified in path is visible
at.
- getRowForPath(TreePath) -
Method in class javax.swing.tree.VariableHeightLayoutCache
- Returns the row that the last item identified in path is visible
at.
- getRowForPath(TreePath) -
Method in class javax.swing.tree.FixedHeightLayoutCache
- Returns the row that the last item identified in path is visible
at.
- getRowHeader() -
Method in class javax.swing.ScrollPaneLayout
- Returns the JViewport object that is the row header.
- getRowHeader() -
Method in class javax.swing.JScrollPane
- Returns the row header.
- getRowHeight() -
Method in class javax.swing.JTree
- Returns the height of each row.
- getRowHeight() -
Method in class javax.swing.JTable
- Returns the height of a table row, in pixels.
- getRowHeight() -
Method in class javax.swing.JTextArea
- Defines the meaning of the height of a row.
- getRowHeight() -
Method in class javax.swing.tree.AbstractLayoutCache
- Returns the height of each row.
- getRowHeight() -
Method in class javax.swing.plaf.basic.BasicTreeUI
-
- getRowHeight(int) -
Method in class javax.swing.JTable
- Returns the height, in pixels, of the cells in
row
.
- getRowHeight(int) -
Method in class javax.swing.plaf.basic.BasicListUI
- Returns the height of the specified row based on the current layout.
- getRowMapper() -
Method in class javax.swing.tree.DefaultTreeSelectionModel
- Returns the RowMapper instance that is able to map a TreePath to a
row.
- getRowMapper() -
Method in interface javax.swing.tree.TreeSelectionModel
- Returns the RowMapper instance that is able to map a TreePath to a
row.
- getRowMargin() -
Method in class javax.swing.JTable
- Gets the amount of empty space, in pixels, between cells.
- getRows() -
Method in class java.awt.GridLayout
- Gets the number of rows in this layout.
- getRows() -
Method in class java.awt.List
- Get the number of visible lines in this list.
- getRows() -
Method in class java.awt.TextArea
- Gets the number of rows in the text area.
- getRows() -
Method in class javax.swing.JTextArea
- Returns the number of rows in the TextArea.
- getRowSelectionAllowed() -
Method in class javax.swing.JTable
- Returns true if rows can be selected.
- getRowsForPaths(TreePath[]) -
Method in class javax.swing.tree.AbstractLayoutCache
- Returns the rows that the TreePath instances in
path
are being displayed at.
- getRowsForPaths(TreePath[]) -
Method in interface javax.swing.tree.RowMapper
- Returns the rows that the TreePath instances in
path
are being displayed at.
- getRowStart(JTextComponent, int) -
Static method in class javax.swing.text.Utilities
- Determines the starting row model position of the row that contains
the specified model position.
- getRowX(int, int) -
Method in class javax.swing.plaf.basic.BasicTreeUI.NodeDimensionsHandler
-
- getRSB() -
Method in class java.awt.font.GlyphMetrics
- Returns the right (bottom) side bearing of the glyph.
- getRule() -
Method in class java.awt.AlphaComposite
- Returns the compositing rule of this
AlphaComposite
.
- getRule(HTML.Tag, Element) -
Method in class javax.swing.text.html.StyleSheet
- Fetches the style to use to render the given type
of HTML tag.
- getRule(String) -
Method in class javax.swing.text.html.StyleSheet
- Fetches the rule that best matches the selector given
in string form.
- getRules() -
Method in class java.text.RuleBasedCollator
- Gets the table-based rules for the collation object.
- getRunForTab(int, int) -
Method in class javax.swing.plaf.basic.BasicTabbedPaneUI
-
- getRunLimit() -
Method in interface java.text.AttributedCharacterIterator
- Returns the index of the first character following the run
with respect to all attributes containing the current character.
- getRunLimit(AttributedCharacterIterator.Attribute) -
Method in interface java.text.AttributedCharacterIterator
- Returns the index of the first character following the run
with respect to the given attribute containing the current character.
- getRunLimit(Set) -
Method in interface java.text.AttributedCharacterIterator
- Returns the index of the first character following the run
with respect to the given attributes containing the current character.
- getRunStart() -
Method in interface java.text.AttributedCharacterIterator
- Returns the index of the first character of the run
with respect to all attributes containing the current character.
- getRunStart(AttributedCharacterIterator.Attribute) -
Method in interface java.text.AttributedCharacterIterator
- Returns the index of the first character of the run
with respect to the given attribute containing the current character.
- getRunStart(Set) -
Method in interface java.text.AttributedCharacterIterator
- Returns the index of the first character of the run
with respect to the given attributes containing the current character.
- getRuntime() -
Static method in class java.lang.Runtime
- Returns the runtime object associated with the current Java application.
- getRunTimeCodeBase() -
Method in interface javax.rmi.CORBA.ValueHandler
- Returns the CodeBase for this ValueHandler.
- getSample(int, int, int) -
Method in class java.awt.image.Raster
- Returns the sample in a specified band for the pixel located
at (x,y) as an int.
- getSample(int, int, int, DataBuffer) -
Method in class java.awt.image.SampleModel
- Returns the sample in a specified band for the pixel located
at (x,y) as an int.
- getSample(int, int, int, DataBuffer) -
Method in class java.awt.image.ComponentSampleModel
- Returns as int the sample in a specified band for the pixel
located at (x,y).
- getSample(int, int, int, DataBuffer) -
Method in class java.awt.image.BandedSampleModel
- Returns as int the sample in a specified band for the pixel
located at (x,y).
- getSample(int, int, int, DataBuffer) -
Method in class java.awt.image.MultiPixelPackedSampleModel
- Returns as
int
the sample in a specified band for the
pixel located at (x, y).
- getSample(int, int, int, DataBuffer) -
Method in class java.awt.image.SinglePixelPackedSampleModel
- Returns as int the sample in a specified band for the pixel
located at (x,y).
- getSampleDouble(int, int, int) -
Method in class java.awt.image.Raster
- Returns the sample in a specified band
for a pixel located at (x,y) as a double.
- getSampleDouble(int, int, int, DataBuffer) -
Method in class java.awt.image.SampleModel
- Returns the sample in a specified band
for a pixel located at (x,y) as a double.
- getSampleDouble(int, int, int, DataBuffer) -
Method in class java.awt.image.ComponentSampleModel
- Returns the sample in a specified band
for a pixel located at (x,y) as a double.
- getSampleDouble(int, int, int, DataBuffer) -
Method in class java.awt.image.BandedSampleModel
- Returns the sample in a specified band
for a pixel located at (x,y) as a double.
- getSampleFloat(int, int, int) -
Method in class java.awt.image.Raster
- Returns the sample in a specified band
for the pixel located at (x,y) as a float.
- getSampleFloat(int, int, int, DataBuffer) -
Method in class java.awt.image.SampleModel
- Returns the sample in a specified band
for the pixel located at (x,y) as a float.
- getSampleFloat(int, int, int, DataBuffer) -
Method in class java.awt.image.ComponentSampleModel
- Returns the sample in a specified band
for the pixel located at (x,y) as a float.
- getSampleFloat(int, int, int, DataBuffer) -
Method in class java.awt.image.BandedSampleModel
- Returns the sample in a specified band
for the pixel located at (x,y) as a float.
- getSampleModel() -
Method in interface java.awt.image.RenderedImage
- Returns the SampleModel associated with this image.
- getSampleModel() -
Method in class java.awt.image.BufferedImage
- Returns the
SampleModel
associated with this
BufferedImage
.
- getSampleModel() -
Method in class java.awt.image.Raster
- Returns the SampleModel that describes the layout of the image data.
- getSampleModelTranslateX() -
Method in class java.awt.image.Raster
- Returns the X translation from the coordinate system of the
SampleModel to that of the Raster.
- getSampleModelTranslateY() -
Method in class java.awt.image.Raster
- Returns the Y translation from the coordinate system of the
SampleModel to that of the Raster.
- getSampleRate() -
Method in class javax.sound.sampled.AudioFormat
- Obtains the sample rate.
- getSamples(int, int, int, int, int, double[]) -
Method in class java.awt.image.Raster
- Returns the samples for a specified band for a specified rectangle
of pixels in a double array, one sample per array element.
- getSamples(int, int, int, int, int, double[], DataBuffer) -
Method in class java.awt.image.SampleModel
- Returns the samples for a specified band for a specified rectangle
of pixels in a double array, one sample per array element.
- getSamples(int, int, int, int, int, float[]) -
Method in class java.awt.image.Raster
- Returns the samples for a specified band for the specified rectangle
of pixels in a float array, one sample per array element.
- getSamples(int, int, int, int, int, float[], DataBuffer) -
Method in class java.awt.image.SampleModel
- Returns the samples for a specified band for the specified rectangle
of pixels in a float array, one sample per array element.
- getSamples(int, int, int, int, int, int[]) -
Method in class java.awt.image.Raster
- Returns the samples for a specified band for the specified rectangle
of pixels in an int array, one sample per array element.
- getSamples(int, int, int, int, int, int[], DataBuffer) -
Method in class java.awt.image.SampleModel
- Returns the samples for a specified band for the specified rectangle
of pixels in an int array, one sample per array element.
- getSamples(int, int, int, int, int, int[], DataBuffer) -
Method in class java.awt.image.ComponentSampleModel
- Returns the samples in a specified band for the specified rectangle
of pixels in an int array, one sample per data array element.
- getSamples(int, int, int, int, int, int[], DataBuffer) -
Method in class java.awt.image.BandedSampleModel
- Returns the samples in a specified band for the specified rectangle
of pixels in an int array, one sample per data array element.
- getSamples(int, int, int, int, int, int[], DataBuffer) -
Method in class java.awt.image.SinglePixelPackedSampleModel
- Returns the samples for a specified band for the specified rectangle
of pixels in an int array, one sample per array element.
- getSampleSize() -
Method in class java.awt.image.SampleModel
- Returns the size in bits of samples for all bands.
- getSampleSize() -
Method in class java.awt.image.ComponentSampleModel
- Returns the number of bits per sample for all bands.
- getSampleSize() -
Method in class java.awt.image.MultiPixelPackedSampleModel
- Returns the number of bits per sample for all bands.
- getSampleSize() -
Method in class java.awt.image.SinglePixelPackedSampleModel
- Returns the number of bits per sample for all bands.
- getSampleSize(int) -
Method in class java.awt.image.SampleModel
- Returns the size in bits of samples for the specified band.
- getSampleSize(int) -
Method in class java.awt.image.ComponentSampleModel
- Returns the number of bits per sample for the specified band.
- getSampleSize(int) -
Method in class java.awt.image.MultiPixelPackedSampleModel
- Returns the number of bits per sample for the specified band.
- getSampleSize(int) -
Method in class java.awt.image.SinglePixelPackedSampleModel
- Returns the number of bits per sample for the specified band.
- getSampleSizeInBits() -
Method in class javax.sound.sampled.AudioFormat
- Obtains the size of a sample.
- getScale(int) -
Method in interface java.sql.ResultSetMetaData
- Gets the designated column's number of digits to right of the decimal point.
- getScaledInstance(int, int, int) -
Method in class java.awt.Image
- Creates a scaled version of this image.
- getScaleFactors(float[]) -
Method in class java.awt.image.RescaleOp
- Returns the scale factors in the given array.
- getScaleInstance(double, double) -
Static method in class java.awt.geom.AffineTransform
- Returns a transform representing a scaling transformation.
- getScaleX() -
Method in class java.awt.geom.AffineTransform
- Returns the X coordinate scaling element (m00) of the 3x3
affine transformation matrix.
- getScaleY() -
Method in class java.awt.geom.AffineTransform
- Returns the Y coordinate scaling element (m11) of the 3x3
affine transformation matrix.
- getScanlineStride() -
Method in class java.awt.image.ComponentSampleModel
- Returns the scanline stride of this ComponentSampleModel.
- getScanlineStride() -
Method in class java.awt.image.MultiPixelPackedSampleModel
- Returns the scanline stride.
- getScanlineStride() -
Method in class java.awt.image.SinglePixelPackedSampleModel
- Returns the scanline stride of this SinglePixelPackedSampleModel.
- getSchema(Name) -
Method in interface javax.naming.directory.DirContext
- Retrieves the schema associated with the named object.
- getSchema(Name) -
Method in class javax.naming.directory.InitialDirContext
-
- getSchema(String) -
Method in interface javax.naming.directory.DirContext
- Retrieves the schema associated with the named object.
- getSchema(String) -
Method in class javax.naming.directory.InitialDirContext
-
- getSchemaClassDefinition(Name) -
Method in interface javax.naming.directory.DirContext
- Retrieves a context containing the schema objects of the
named object's class definitions.
- getSchemaClassDefinition(Name) -
Method in class javax.naming.directory.InitialDirContext
-
- getSchemaClassDefinition(String) -
Method in interface javax.naming.directory.DirContext
- Retrieves a context containing the schema objects of the
named object's class definitions.
- getSchemaClassDefinition(String) -
Method in class javax.naming.directory.InitialDirContext
-
- getSchemaName(int) -
Method in interface java.sql.ResultSetMetaData
- Get the designated column's table's schema.
- getSchemas() -
Method in interface java.sql.DatabaseMetaData
- Gets the schema names available in this database.
- getSchemaTerm() -
Method in interface java.sql.DatabaseMetaData
- What's the database vendor's preferred term for "schema"?
- getScope() -
Method in class java.security.Identity
- Deprecated. Returns this identity's scope.
- getScreenDevices() -
Method in class java.awt.GraphicsEnvironment
- Returns an array of all of the screen
GraphicsDevice
objects.
- getScreenResolution() -
Method in class java.awt.Toolkit
- Returns the screen resolution in dots-per-inch.
- getScreenSize() -
Method in class java.awt.Toolkit
- Gets the size of the screen.
- getScrollableBlockIncrement(Rectangle, int, int) -
Method in class javax.swing.JList
- Returns the block increment amount.
- getScrollableBlockIncrement(Rectangle, int, int) -
Method in class javax.swing.JTree
- Returns the amount for a block increment, which is the height or
width of
visibleRect
, based on orientation
.
- getScrollableBlockIncrement(Rectangle, int, int) -
Method in interface javax.swing.Scrollable
- Components that display logical rows or columns should compute
the scroll increment that will completely expose one block
of rows or columns, depending on the value of orientation.
- getScrollableBlockIncrement(Rectangle, int, int) -
Method in class javax.swing.JTable
- Returns
visibleRect.height
or
visibleRect.width
,
depending on this table's orientation.
- getScrollableBlockIncrement(Rectangle, int, int) -
Method in class javax.swing.text.JTextComponent
- Components that display logical rows or columns should compute
the scroll increment that will completely expose one block
of rows or columns, depending on the value of orientation.
- getScrollableTracksViewportHeight() -
Method in class javax.swing.JEditorPane
- Returns true if a viewport should always force the height of this
Scrollable
to match the height of the viewport.
- getScrollableTracksViewportHeight() -
Method in class javax.swing.JList
- Returns true if this
JList
is displayed in a
JViewport
and the viewport is taller than
JList
's preferred height; otherwise returns false.
- getScrollableTracksViewportHeight() -
Method in class javax.swing.JTree
- Returns false to indicate that the height of the viewport does not
determine the height of the table, unless the preferred height
of the tree is smaller than the viewports height.
- getScrollableTracksViewportHeight() -
Method in interface javax.swing.Scrollable
- Return true if a viewport should always force the height of this
Scrollable to match the height of the viewport.
- getScrollableTracksViewportHeight() -
Method in class javax.swing.JTable
- Returns false to indicate that the height of the viewport does not
determine the height of the table.
- getScrollableTracksViewportHeight() -
Method in class javax.swing.text.JTextComponent
- Return true if a viewport should always force the height of this
Scrollable to match the height of the viewport.
- getScrollableTracksViewportWidth() -
Method in class javax.swing.JEditorPane
- Returns true if a viewport should always force the width of this
Scrollable
to match the width of the viewport.
- getScrollableTracksViewportWidth() -
Method in class javax.swing.JList
- Returns true if this
JList
is displayed in a
JViewport
and the viewport is wider than
JList
's preferred width; otherwise returns false.
- getScrollableTracksViewportWidth() -
Method in class javax.swing.JTree
- Returns false to indicate that the width of the viewport does not
determine the width of the table, unless the preferred width of
the tree is smaller than the viewports width.
- getScrollableTracksViewportWidth() -
Method in interface javax.swing.Scrollable
- Return true if a viewport should always force the width of this
Scrollable to match the width of the viewport.
- getScrollableTracksViewportWidth() -
Method in class javax.swing.JTable
- Returns false to indicate that the width of the viewport does not
determine the width of the table.
- getScrollableTracksViewportWidth() -
Method in class javax.swing.JTextArea
- Returns true if a viewport should always force the width of this
Scrollable to match the width of the viewport.
- getScrollableTracksViewportWidth() -
Method in class javax.swing.text.JTextComponent
- Return true if a viewport should always force the width of this
Scrollable to match the width of the viewport.
- getScrollableUnitIncrement(Rectangle, int, int) -
Method in class javax.swing.JList
- Returns the distance to scroll to expose the next or previous
row (for vertical scrolling) or character (for horizontal scrolling).
- getScrollableUnitIncrement(Rectangle, int, int) -
Method in class javax.swing.JTree
- Returns the amount to increment when scrolling.
- getScrollableUnitIncrement(Rectangle, int, int) -
Method in interface javax.swing.Scrollable
- Components that display logical rows or columns should compute
the scroll increment that will completely expose one new row
or column, depending on the value of orientation.
- getScrollableUnitIncrement(Rectangle, int, int) -
Method in class javax.swing.JTable
- Returns the scroll increment (in pixels) that completely exposes one new
row or column (depending on the orientation).
- getScrollableUnitIncrement(Rectangle, int, int) -
Method in class javax.swing.JTextArea
- Components that display logical rows or columns should compute
the scroll increment that will completely expose one new row
or column, depending on the value of orientation.
- getScrollableUnitIncrement(Rectangle, int, int) -
Method in class javax.swing.text.JTextComponent
- Components that display logical rows or columns should compute
the scroll increment that will completely expose one new row
or column, depending on the value of orientation.
- getScrollbarDisplayPolicy() -
Method in class java.awt.ScrollPane
- Returns the display policy for the scrollbars.
- getScrollbarVisibility() -
Method in class java.awt.TextArea
- Gets an enumerated value that indicates which scroll bars
the text area uses.
- getScrollMode() -
Method in class javax.swing.JViewport
- Returns the current scrolling mode.
- getScrollOffset() -
Method in class javax.swing.JTextField
- Gets the scroll offset.
- getScrollPane() -
Method in class javax.swing.plaf.basic.BasicTreeUI.ComponentHandler
- Returns the JScrollPane housing the JTree, or null if one isn't
found.
- getScrollPosition() -
Method in class java.awt.ScrollPane
- Returns the current x,y position within the child which is displayed
at the 0,0 location of the scrolled panel's view port.
- getScrollsOnExpand() -
Method in class javax.swing.JTree
- Returns true if the tree scrolls to show previously hidden children.
- getSearchScope() -
Method in class javax.naming.directory.SearchControls
- Retrieves the search scope of these SearchControls.
- getSearchStringEscape() -
Method in interface java.sql.DatabaseMetaData
- Gets the string that can be used to escape wildcard characters.
- getSecondary1() -
Method in class javax.swing.plaf.metal.MetalTheme
-
- getSecondary1() -
Method in class javax.swing.plaf.metal.DefaultMetalTheme
-
- getSecondary2() -
Method in class javax.swing.plaf.metal.MetalTheme
-
- getSecondary2() -
Method in class javax.swing.plaf.metal.DefaultMetalTheme
-
- getSecondary3() -
Method in class javax.swing.plaf.metal.MetalTheme
-
- getSecondary3() -
Method in class javax.swing.plaf.metal.DefaultMetalTheme
-
- getSeconds() -
Method in class java.sql.Date
- Deprecated.
- getSeconds() -
Method in class java.util.Date
- Deprecated. As of JDK version 1.1,
replaced by
Calendar.get(Calendar.SECOND)
.
- getSecurityContext() -
Method in class java.lang.SecurityManager
- Creates an object that encapsulates the current execution
environment.
- getSecurityContext(ClassLoader) -
Static method in class java.rmi.server.RMIClassLoader
- Deprecated. no replacement. As of the Java 2 platform v1.2, RMI no
longer uses this method to obtain a class loader's security context.
- getSecurityContext(ClassLoader) -
Method in interface java.rmi.server.LoaderHandler
- Deprecated. no replacement
- getSecurityManager() -
Static method in class java.lang.System
- Gets the system security interface.
- getSeed(int) -
Static method in class java.security.SecureRandom
- Returns the given number of seed bytes, computed using the seed
generation algorithm that this class uses to seed itself.
- getSelectColor() -
Method in class javax.swing.plaf.metal.MetalToggleButtonUI
-
- getSelectColor() -
Method in class javax.swing.plaf.metal.MetalRadioButtonUI
-
- getSelectColor() -
Method in class javax.swing.plaf.metal.MetalButtonUI
-
- getSelectedAccessibleColumns() -
Method in interface javax.accessibility.AccessibleTable
- Returns the selected columns in a table.
- getSelectedAccessibleColumns() -
Method in class javax.swing.JTable.AccessibleJTable
- Returns the selected columns in a table.
- getSelectedAccessibleRows() -
Method in interface javax.accessibility.AccessibleTable
- Returns the selected rows in a table.
- getSelectedAccessibleRows() -
Method in class javax.swing.JTable.AccessibleJTable
- Returns the selected rows in a table.
- getSelectedCheckbox() -
Method in class java.awt.CheckboxGroup
- Gets the current choice from this check box group.
- getSelectedColor() -
Method in class javax.swing.colorchooser.DefaultColorSelectionModel
-
- getSelectedColor() -
Method in interface javax.swing.colorchooser.ColorSelectionModel
-
- getSelectedColumn() -
Method in class javax.swing.JTable
- Returns the index of the first selected column,
-1 if no column is selected.
- getSelectedColumnCount() -
Method in class javax.swing.JTable
- Returns the number of selected columns.
- getSelectedColumnCount() -
Method in class javax.swing.table.DefaultTableColumnModel
- Returns the number of columns selected.
- getSelectedColumnCount() -
Method in interface javax.swing.table.TableColumnModel
- Returns the number of selected columns.
- getSelectedColumns() -
Method in class javax.swing.JTable
- Returns the indices of all selected columns.
- getSelectedColumns() -
Method in class javax.swing.table.DefaultTableColumnModel
- Returns an array of selected columns.
- getSelectedColumns() -
Method in interface javax.swing.table.TableColumnModel
- Returns an array of indicies of all selected columns.
- getSelectedComponent() -
Method in class javax.swing.JTabbedPane
- Returns the currently selected component for this tabbedpane.
- getSelectedFile() -
Method in class javax.swing.JFileChooser
- Returns the selected file.
- getSelectedFiles() -
Method in class javax.swing.JFileChooser
- Returns a list of selected files if the file chooser is
set to allow multiple selection.
- getSelectedFrame() -
Method in class javax.swing.JDesktopPane
- return the currently active JInternalFrame in this JDesktopPane, or
null if no JInternalFrame is currently active.
- getSelectedIcon() -
Method in class javax.swing.AbstractButton
- Returns the selected icon for the button.
- getSelectedIndex() -
Method in class java.awt.List
- Gets the index of the selected item on the list,
- getSelectedIndex() -
Method in class java.awt.Choice
- Returns the index of the currently selected item.
- getSelectedIndex() -
Method in class javax.swing.DefaultSingleSelectionModel
-
- getSelectedIndex() -
Method in class javax.swing.JTabbedPane
- Returns the currently selected index for this tabbedpane.
- getSelectedIndex() -
Method in interface javax.swing.SingleSelectionModel
- Returns the model's selection.
- getSelectedIndex() -
Method in class javax.swing.JComboBox
- Returns the first item in the list that matches the given item.
- getSelectedIndex() -
Method in class javax.swing.JList
- Returns the first selected index; returns -1 if there is no
selected item.
- getSelectedIndexes() -
Method in class java.awt.List
- Gets the selected indexes on the list.
- getSelectedIndices() -
Method in class javax.swing.JList
- Returns an array of all of the selected indices in increasing
order.
- getSelectedItem() -
Method in class java.awt.List
- Get the selected item on this scrolling list.
- getSelectedItem() -
Method in class java.awt.Choice
- Gets a representation of the current choice as a string.
- getSelectedItem() -
Method in class javax.swing.DefaultComboBoxModel
-
- getSelectedItem() -
Method in class javax.swing.JComboBox
- Returns the currently selected item.
- getSelectedItem() -
Method in interface javax.swing.ComboBoxModel
- Return the selected item
- getSelectedItem() -
Method in class javax.swing.plaf.metal.MetalFileChooserUI.DirectoryComboBoxModel
-
- getSelectedItem() -
Method in class javax.swing.plaf.metal.MetalFileChooserUI.FilterComboBoxModel
-
- getSelectedItems() -
Method in class java.awt.List
- Get the selected items on this scrolling list.
- getSelectedObjects() -
Method in class java.awt.Checkbox
- Returns an array (length 1) containing the checkbox
label or null if the checkbox is not selected.
- getSelectedObjects() -
Method in class java.awt.List
- Returns the selected items on the list in an array of Objects.
- getSelectedObjects() -
Method in class java.awt.Choice
- Returns an array (length 1) containing the currently selected
item.
- getSelectedObjects() -
Method in interface java.awt.ItemSelectable
- Returns the selected items or null if no items are selected.
- 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 javax.swing.AbstractButton
- Returns an array (length 1) containing the label or
null
if the button is not selected.
- getSelectedObjects() -
Method in class javax.swing.JCheckBoxMenuItem
- Returns an array (length 1) containing the check box menu item
label or null if the check box is not selected.
- getSelectedObjects() -
Method in class javax.swing.JComboBox
- Returns an array containing the selected item.
- getSelectedObjects() -
Method in class javax.swing.DefaultButtonModel
- Overriden to return null
- getSelectedPath() -
Method in class javax.swing.MenuSelectionManager
- Returns the path to the currently selected menu item
- getSelectedRow() -
Method in class javax.swing.JTable
- Returns the index of the first selected row, -1 if no row is selected.
- getSelectedRowCount() -
Method in class javax.swing.JTable
- Returns the number of selected rows.
- getSelectedRows() -
Method in class javax.swing.JTable
- Returns the indices of all selected rows.
- getSelectedTabPadInsets(int) -
Method in class javax.swing.plaf.basic.BasicTabbedPaneUI
-
- getSelectedText() -
Method in class java.awt.TextComponent
- Gets the selected text from the text that is
presented by this text component.
- getSelectedText() -
Method in class java.awt.TextComponent.AccessibleAWTTextComponent
- Returns the portion of the text that is selected.
- getSelectedText() -
Method in interface javax.accessibility.AccessibleText
- Returns the portion of the text that is selected.
- getSelectedText() -
Method in class javax.swing.AbstractButton.AccessibleAbstractButton
- Returns the portion of the text that is selected.
- getSelectedText() -
Method in class javax.swing.JLabel.AccessibleJLabel
- Returns the portion of the text that is selected.
- getSelectedText() -
Method in class javax.swing.text.JTextComponent
- Returns the selected text contained in this TextComponent.
- getSelectedText() -
Method in class javax.swing.text.JTextComponent.AccessibleJTextComponent
- Returns the portion of the text that is selected.
- getSelectedText(AttributedCharacterIterator.Attribute[]) -
Method in interface java.awt.im.InputMethodRequests
- Gets the currently selected text from the text editing component.
- getSelectedTextColor() -
Method in class javax.swing.text.JTextComponent
- Fetches the current color used to render the
selected text.
- getSelectedValue() -
Method in class javax.swing.JList
- Returns the first selected value, or
null
if the
selection is empty.
- getSelectedValues() -
Method in class javax.swing.JList
- Returns an array of the values for the selected cells.
- getSelection() -
Method in class javax.swing.ButtonGroup
- Return the selected button model.
- getSelectionBackground() -
Method in class javax.swing.JList
- Returns the background color for selected cells.
- getSelectionBackground() -
Method in class javax.swing.JTable
- Returns the background color for selected cells.
- getSelectionBackground() -
Method in class javax.swing.plaf.basic.BasicProgressBarUI
- The "selectionBackground" is the color of the text when it is drawn
over an unfilled area of the progress bar.
- getSelectionColor() -
Method in class javax.swing.text.JTextComponent
- Fetches the current color used to render the
selection.
- getSelectionCount() -
Method in class javax.swing.JTree
- Returns the number of nodes selected.
- getSelectionCount() -
Method in class javax.swing.tree.DefaultTreeSelectionModel
- Returns the number of paths that are selected.
- getSelectionCount() -
Method in interface javax.swing.tree.TreeSelectionModel
- Returns the number of paths that are selected.
- getSelectionEnd() -
Method in class java.awt.TextComponent
- Gets the end position of the selected text in
this text component.
- getSelectionEnd() -
Method in class java.awt.TextComponent.AccessibleAWTTextComponent
- Returns the end offset within the selected text.
- getSelectionEnd() -
Method in interface javax.accessibility.AccessibleText
- Returns the end offset within the selected text.
- getSelectionEnd() -
Method in class javax.swing.AbstractButton.AccessibleAbstractButton
- Returns the end offset within the selected text.
- getSelectionEnd() -
Method in class javax.swing.JLabel.AccessibleJLabel
- Returns the end offset within the selected text.
- getSelectionEnd() -
Method in class javax.swing.text.JTextComponent
- Returns the selected text's end position.
- getSelectionEnd() -
Method in class javax.swing.text.JTextComponent.AccessibleJTextComponent
- Returns the end offset within the selected text.
- getSelectionForeground() -
Method in class javax.swing.JList
- Returns the selection foreground color.
- getSelectionForeground() -
Method in class javax.swing.JTable
- Returns the foreground color for selected cells.
- getSelectionForeground() -
Method in class javax.swing.plaf.basic.BasicProgressBarUI
- The "selectionForeground" is the color of the text when it is drawn
over a filled area of the progress bar.
- getSelectionMode() -
Method in class javax.swing.DefaultListSelectionModel
- Returns the selection mode.
- getSelectionMode() -
Method in class javax.swing.JList
- Returns whether single-item or multiple-item selections are allowed.
- getSelectionMode() -
Method in interface javax.swing.ListSelectionModel
- Returns the current selection mode.
- getSelectionMode() -
Method in class javax.swing.tree.DefaultTreeSelectionModel
- Returns the selection mode, one of
SINGLE_TREE_SELECTION
,
DISCONTIGUOUS_TREE_SELECTION
or
CONTIGUOUS_TREE_SELECTION
.
- getSelectionMode() -
Method in interface javax.swing.tree.TreeSelectionModel
- Returns the current selection mode, one of
SINGLE_TREE_SELECTION
,
CONTIGUOUS_TREE_SELECTION
or
DISCONTIGUOUS_TREE_SELECTION
.
- getSelectionModel() -
Method in class javax.swing.JColorChooser
- Returns the data model that handles color selections.
- getSelectionModel() -
Method in class javax.swing.JPopupMenu
- Returns the model object that handles single selections.
- getSelectionModel() -
Method in class javax.swing.JList
- Returns the value of the current selection model.
- getSelectionModel() -
Method in class javax.swing.JTree
- Returns the model for selections.
- getSelectionModel() -
Method in class javax.swing.JTable
- Returns the
ListSelectionModel
that is used to maintain row
selection state.
- getSelectionModel() -
Method in class javax.swing.JMenuBar
- Returns the model object that handles single selections.
- getSelectionModel() -
Method in class javax.swing.table.DefaultTableColumnModel
- Returns the
ListSelectionModel
that is used to
maintain column selection state.
- getSelectionModel() -
Method in interface javax.swing.table.TableColumnModel
- Returns the current selection model.
- getSelectionModel() -
Method in class javax.swing.tree.AbstractLayoutCache
- Returns the model used to maintain the selection.
- getSelectionModel() -
Method in class javax.swing.plaf.basic.BasicTreeUI
-
- getSelectionPainter() -
Method in class javax.swing.text.DefaultCaret
- Gets the painter for the Highlighter.
- getSelectionPath() -
Method in class javax.swing.JTree
- Returns the path to the first selected node.
- getSelectionPath() -
Method in class javax.swing.tree.DefaultTreeSelectionModel
- Returns the first path in the selection.
- getSelectionPath() -
Method in interface javax.swing.tree.TreeSelectionModel
- Returns the first path in the selection.
- getSelectionPaths() -
Method in class javax.swing.JTree
- Returns the paths of all selected values.
- getSelectionPaths() -
Method in class javax.swing.tree.DefaultTreeSelectionModel
- Returns the paths in the selection.
- getSelectionPaths() -
Method in interface javax.swing.tree.TreeSelectionModel
- Returns the paths in the selection.
- getSelectionRows() -
Method in class javax.swing.JTree
- Returns all of the currently selected rows.
- getSelectionRows() -
Method in class javax.swing.tree.DefaultTreeSelectionModel
- Returns all of the currently selected rows.
- getSelectionRows() -
Method in interface javax.swing.tree.TreeSelectionModel
- Returns all of the currently selected rows.
- getSelectionStart() -
Method in class java.awt.TextComponent
- Gets the start position of the selected text in
this text component.
- getSelectionStart() -
Method in class java.awt.TextComponent.AccessibleAWTTextComponent
- Returns the start offset within the selected text.
- getSelectionStart() -
Method in interface javax.accessibility.AccessibleText
- Returns the start offset within the selected text.
- getSelectionStart() -
Method in class javax.swing.AbstractButton.AccessibleAbstractButton
- Returns the start offset within the selected text.
- getSelectionStart() -
Method in class javax.swing.JLabel.AccessibleJLabel
- Returns the start offset within the selected text.
- getSelectionStart() -
Method in class javax.swing.text.JTextComponent
- Returns the selected text's start position.
- getSelectionStart() -
Method in class javax.swing.text.JTextComponent.AccessibleJTextComponent
- Returns the start offset within the selected text.
- getSelectionValues() -
Method in class javax.swing.JOptionPane
- Returns the selection values.
- getSendBufferSize() -
Method in class java.net.DatagramSocket
- Get value of the SO_SNDBUF option for this DatagramSocket, that is the
buffer size used by the platform for output on this DatagramSocket.
- getSendBufferSize() -
Method in class java.net.Socket
- Get value of the SO_SNDBUF option for this Socket,
that is the buffer size used by the platform
for output on this Socket.
- getSentenceInstance() -
Static method in class java.text.BreakIterator
- Create BreakIterator for sentence-breaks using default locale
Returns an instance of a BreakIterator implementing sentence breaks.
- getSentenceInstance(Locale) -
Static method in class java.text.BreakIterator
- Create BreakIterator for sentence-breaks using specified locale
Returns an instance of a BreakIterator implementing sentence breaks.
- getSeparatorBackground() -
Static method in class javax.swing.plaf.metal.MetalLookAndFeel
-
- getSeparatorBackground() -
Method in class javax.swing.plaf.metal.MetalTheme
-
- getSeparatorForeground() -
Static method in class javax.swing.plaf.metal.MetalLookAndFeel
-
- getSeparatorForeground() -
Method in class javax.swing.plaf.metal.MetalTheme
-
- getSeparatorSize() -
Method in class javax.swing.JToolBar.Separator
- Returns the size of the separator
- getSequence() -
Method in interface javax.sound.midi.Sequencer
- Obtains the sequence on which the Sequencer is currently operating.
- getSequence(File) -
Static method in class javax.sound.midi.MidiSystem
- Obtains a MIDI sequence from the specified
File
.
- getSequence(File) -
Method in class javax.sound.midi.spi.MidiFileReader
- Obtains a MIDI sequence from the
File
provided.
- getSequence(InputStream) -
Static method in class javax.sound.midi.MidiSystem
- Obtains a MIDI sequence from the specified input stream.
- getSequence(InputStream) -
Method in class javax.sound.midi.spi.MidiFileReader
- Obtains a MIDI sequence from the input stream provided.
- getSequence(URL) -
Static method in class javax.sound.midi.MidiSystem
- Obtains a MIDI sequence from the specified URL.
- getSequence(URL) -
Method in class javax.sound.midi.spi.MidiFileReader
- Obtains a MIDI sequence from the URL provided.
- getSequencer() -
Static method in class javax.sound.midi.MidiSystem
- Obtains the default sequencer.
- getSerialNumber() -
Method in class java.security.cert.X509Certificate
- Gets the
serialNumber
value from the certificate.
- getSerialNumber() -
Method in class java.security.cert.X509CRLEntry
- Gets the serial number from this X509CRLEntry,
the userCertificate.
- getSerialVersionUID() -
Method in class java.io.ObjectStreamClass
- Return the serialVersionUID for this class.
- getService(BeanContextChild, Object, Class, Object, BeanContextServiceRevokedListener) -
Method in class java.beans.beancontext.BeanContextServicesSupport
- obtain a service which may be delegated
- getService(BeanContextChild, Object, Class, Object, BeanContextServiceRevokedListener) -
Method in interface java.beans.beancontext.BeanContextServices
- A
BeanContextChild
, or any arbitrary object
associated with a BeanContextChild
, may obtain
a reference to a currently registered service from its
nesting BeanContextServices
via invocation of this method.
- getService(BeanContextServices, Object, Class, Object) -
Method in class java.beans.beancontext.BeanContextServicesSupport.BCSSProxyServiceProvider
-
- getService(BeanContextServices, Object, Class, Object) -
Method in interface java.beans.beancontext.BeanContextServiceProvider
- Invoked by
BeanContextServices
, this method
requests an instance of a
service from this BeanContextServiceProvider
.
- getServiceClass() -
Method in class java.beans.beancontext.BeanContextServiceAvailableEvent
- Gets the service class that is the subject of this notification.
- getServiceClass() -
Method in class java.beans.beancontext.BeanContextServiceRevokedEvent
- Gets the service class that is the subject of this notification
- getServiceProvider() -
Method in class java.beans.beancontext.BeanContextServicesSupport.BCSSServiceProvider
-
- getServicesBeanInfo() -
Method in interface java.beans.beancontext.BeanContextServiceProviderBeanInfo
- Gets a
BeanInfo
array, one for each
service class or interface statically available
from this ServiceProvider.
- getShadowColor() -
Method in class javax.swing.border.EtchedBorder
- Returns the shadow color of the etched border.
- getShadowColor() -
Method in class javax.swing.plaf.basic.BasicSliderUI
-
- getShadowColor(Component) -
Method in class javax.swing.border.EtchedBorder
- Returns the shadow color of the etched border
when rendered on the specified component.
- getShadowInnerColor() -
Method in class javax.swing.border.BevelBorder
- Returns the inner shadow color of the bevel border.
- getShadowInnerColor(Component) -
Method in class javax.swing.border.BevelBorder
- Returns the inner shadow color of the bevel border
when rendered on the specified component.
- getShadowOuterColor() -
Method in class javax.swing.border.BevelBorder
- Returns the outer shadow color of the bevel border.
- getShadowOuterColor(Component) -
Method in class javax.swing.border.BevelBorder
- Returns the outer shadow color of the bevel border
when rendered on the specified component.
- getSharedAncestor(DefaultMutableTreeNode) -
Method in class javax.swing.tree.DefaultMutableTreeNode
- Returns the nearest common ancestor to this node and
aNode
.
- getShearInstance(double, double) -
Static method in class java.awt.geom.AffineTransform
- Returns a transform representing a shearing transformation.
- getShearX() -
Method in class java.awt.geom.AffineTransform
- Returns the X coordinate shearing element (m01) of the 3x3
affine transformation matrix.
- getShearY() -
Method in class java.awt.geom.AffineTransform
- Returns the Y coordinate shearing element (m10) of the 3x3
affine transformation matrix.
- getShift() -
Method in class javax.swing.plaf.metal.MetalIconFactory.FolderIcon16
-
- getShift() -
Method in class javax.swing.plaf.metal.MetalIconFactory.TreeFolderIcon
-
- getShift() -
Method in class javax.swing.plaf.metal.MetalIconFactory.FileIcon16
-
- getShift() -
Method in class javax.swing.plaf.metal.MetalIconFactory.TreeLeafIcon
-
- getShort(int) -
Method in interface java.sql.CallableStatement
- Gets the value of a JDBC
SMALLINT
parameter as a short
in the Java programming language.
- getShort(int) -
Method in interface java.sql.ResultSet
- Gets the value of the designated column in the current row
of this
ResultSet
object as
a short
in the Java programming language.
- getShort(Object) -
Method in class java.lang.reflect.Field
- Gets the value of a field as a
short
on the specified object.
- getShort(Object, int) -
Static method in class java.lang.reflect.Array
- Returns the value of the indexed component in the specified
array object, as a
short
.
- getShort(String) -
Method in interface java.sql.ResultSet
- Gets the value of the designated column in the current row
of this
ResultSet
object as
a short
in the Java programming language.
- getShortcut() -
Method in class java.awt.MenuItem
- Get the
MenuShortcut
object associated with this
menu item,
- getShortcutMenuItem(MenuShortcut) -
Method in class java.awt.MenuBar
- Gets the instance of
MenuItem
associated
with the specified MenuShortcut
object,
or null
if none of the menu items being managed
by this menu bar is associated with the specified menu
shortcut.
- getShortDescription() -
Method in class java.beans.FeatureDescriptor
- Gets the short description of this feature.
- getShortMonths() -
Method in class java.text.DateFormatSymbols
- Gets short month strings.
- getShortParameter(int) -
Method in class java.awt.image.renderable.ParameterBlock
- A convenience method to return a parameter as a short.
- getShortWeekdays() -
Method in class java.text.DateFormatSymbols
- Gets short weekday strings.
- getShowHorizontalLines() -
Method in class javax.swing.JTable
- Returns true if the table draws horizontal lines between cells, false if it
doesn't.
- getShowsRootHandles() -
Method in class javax.swing.JTree
- Returns true if handles for the root nodes are displayed.
- getShowsRootHandles() -
Method in class javax.swing.plaf.basic.BasicTreeUI
-
- getShowVerticalLines() -
Method in class javax.swing.JTable
- Returns true if the table draws vertical lines between cells, false if it
doesn't.
- getSiblingCount() -
Method in class javax.swing.tree.DefaultMutableTreeNode
- Returns the number of siblings of this node.
- getSides() -
Method in class java.awt.JobAttributes
- Returns how consecutive pages should be imposed upon the sides of the
print medium for jobs using these attributes.
- getSigAlgName() -
Method in class java.security.cert.X509Certificate
- Gets the signature algorithm name for the certificate
signature algorithm.
- getSigAlgName() -
Method in class java.security.cert.X509CRL
- Gets the signature algorithm name for the CRL
signature algorithm.
- getSigAlgOID() -
Method in class java.security.cert.X509Certificate
- Gets the signature algorithm OID string from the certificate.
- getSigAlgOID() -
Method in class java.security.cert.X509CRL
- Gets the signature algorithm OID string from the CRL.
- getSigAlgParams() -
Method in class java.security.cert.X509Certificate
- Gets the DER-encoded signature algorithm parameters from this
certificate's signature algorithm.
- getSigAlgParams() -
Method in class java.security.cert.X509CRL
- Gets the DER-encoded signature algorithm parameters from this
CRL's signature algorithm.
- getSignature() -
Method in class java.security.SignedObject
- Retrieves the signature on the signed object, in the form of a
byte array.
- getSignature() -
Method in class java.security.cert.X509Certificate
- Gets the
signature
value (the raw signature bits) from
the certificate.
- getSignature() -
Method in class java.security.cert.X509CRL
- Gets the
signature
value (the raw signature bits) from
the CRL.
- getSigners() -
Method in class java.lang.Class
- Gets the signers of this class.
- getSize() -
Method in class java.awt.Component
- Returns the size of this component in the form of a
Dimension
object.
- getSize() -
Method in class java.awt.Component.AccessibleAWTComponent
- Returns the size of this object in the form of a Dimension object.
- getSize() -
Method in class java.awt.MenuComponent.AccessibleAWTMenuComponent
- Returns the size of this object in the form of a Dimension object.
- getSize() -
Method in class java.awt.Font
- Returns the point size of this
Font
, rounded to
an integer.
- getSize() -
Method in class java.awt.List.AccessibleAWTList.AccessibleAWTListChild
- Returns the size of this object in the form of a Dimension
object.
- getSize() -
Method in class java.awt.Dimension
- Gets the size of this
Dimension
object.
- getSize() -
Method in class java.awt.Rectangle
- Gets the size of this
Rectangle
, represented by
the returned Dimension
.
- getSize() -
Method in class java.awt.image.DataBuffer
- Returns the size (in array elements) of all banks.
- getSize() -
Method in class java.util.zip.ZipEntry
- Returns the uncompressed size of the entry data, or -1 if not known.
- getSize() -
Method in interface javax.accessibility.AccessibleComponent
- Returns the size of this object in the form of a Dimension object.
- getSize() -
Method in interface javax.swing.ListModel
- Returns the length of the list.
- getSize() -
Method in class javax.swing.DefaultComboBoxModel
-
- getSize() -
Method in class javax.swing.JList.AccessibleJList.AccessibleJListChild
-
- getSize() -
Method in class javax.swing.JTree.AccessibleJTree.AccessibleJTreeNode
-
- getSize() -
Method in class javax.swing.JTable.AccessibleJTable.AccessibleJTableCell
-
- getSize() -
Method in class javax.swing.DefaultListModel
- Returns the number of components in this list.
- getSize() -
Method in class javax.swing.table.JTableHeader.AccessibleJTableHeader.AccessibleJTableHeaderEntry
-
- getSize() -
Method in class javax.swing.plaf.basic.BasicDirectoryModel
-
- getSize() -
Method in class javax.swing.plaf.metal.MetalFileChooserUI.DirectoryComboBoxModel
-
- getSize() -
Method in class javax.swing.plaf.metal.MetalFileChooserUI.FilterComboBoxModel
-
- getSize(Dimension) -
Method in class java.awt.Component
- Store the width/height of this component into "return value" rv
and return rv.
- getSize(Dimension) -
Method in class javax.swing.JComponent
- Stores the width/height of this component into "return value" rv
and returns rv.
- getSize(int) -
Method in class javax.swing.SizeSequence
- Returns the size of the specified entry.
- getSize2D() -
Method in class java.awt.Font
- Returns the point size of this
Font
in
float
value.
- getSizeButtonsToSameWidth() -
Method in class javax.swing.plaf.basic.BasicOptionPaneUI
- Returns true, basic L&F wants all the buttons to have the same
width.
- getSizeOfComponent(Component) -
Method in class javax.swing.plaf.basic.BasicSplitPaneUI.BasicHorizontalLayoutManager
- Returns the width of the passed in component.
- getSizes() -
Method in class javax.swing.SizeSequence
- Returns the size of all entries.
- getSizes() -
Method in class javax.swing.plaf.basic.BasicSplitPaneUI.BasicHorizontalLayoutManager
- Returns the sizes of the components.
- getSlaveSyncMode() -
Method in interface javax.sound.midi.Sequencer
- Obtains the current slave synchronization mode for this sequencer.
- getSlaveSyncModes() -
Method in interface javax.sound.midi.Sequencer
- Obtains the set of slave synchronization modes supported by the sequencer.
- getSmallDisplayIcon() -
Method in class javax.swing.colorchooser.AbstractColorChooserPanel
- Returns the large display icon for the panel.
- getSnapToTicks() -
Method in class javax.swing.JSlider
- Returns true if the knob (and the data value it represents)
resolve to the closest tick mark next to where the user
positioned the knob.
- getSocketFactory() -
Static method in class java.rmi.server.RMISocketFactory
- Returns the socket factory set by the
setSocketFactory
method.
- getSoLinger() -
Method in class java.net.Socket
- Returns setting for SO_LINGER.
- getSolo() -
Method in interface javax.sound.midi.MidiChannel
- Obtains the current solo state for this channel.
- 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.
- getSoundbank() -
Method in class javax.sound.midi.SoundbankResource
- Obtains the sound bank that contains this
SoundbankResource
.
- getSoundbank(File) -
Static method in class javax.sound.midi.MidiSystem
- Constructs a
Soundbank
by reading it from the specified
File
.
- getSoundbank(File) -
Method in class javax.sound.midi.spi.SoundbankReader
- Obtains a soundbank object from the
File
provided.
- getSoundbank(InputStream) -
Static method in class javax.sound.midi.MidiSystem
- Constructs a MIDI sound bank by reading it from the specified stream.
- getSoundbank(InputStream) -
Method in class javax.sound.midi.spi.SoundbankReader
- Obtains a soundbank object from the
InputStream
provided.
- getSoundbank(URL) -
Static method in class javax.sound.midi.MidiSystem
- Constructs a
Soundbank
by reading it from the specified URL.
- getSoundbank(URL) -
Method in class javax.sound.midi.spi.SoundbankReader
- Obtains a soundbank object from the URL provided.
- getSource() -
Method in class java.awt.Image
- Gets the object that produces the pixels for the image.
- getSource() -
Method in class java.awt.image.BufferedImage
- Returns the object that produces the pixels for the image.
- getSource() -
Method in class java.util.EventObject
- The object on which the Event initially occurred.
- getSource(int) -
Method in class java.awt.image.renderable.ParameterBlock
- Returns a source as a general Object.
- getSourceActions() -
Method in class java.awt.dnd.DragGestureRecognizer
- This method returns an int representing the
type of action(s) this Drag and Drop
operation will support.
- getSourceActions() -
Method in class java.awt.dnd.DropTargetDropEvent
- This method returns an
int
representing the
action(s) supported by the source.
- getSourceActions() -
Method in class java.awt.dnd.DragSourceContext
- This method returns an
int
representing the current action(s)
associated with this DragSourceContext.
- getSourceActions() -
Method in class java.awt.dnd.DropTargetDragEvent
- This method returns an
int
representing
set of actions supported by the source.
- getSourceAsBeanContextServices() -
Method in class java.beans.beancontext.BeanContextServiceAvailableEvent
- Gets the source as a reference of type
BeanContextServices
.
- getSourceAsBeanContextServices() -
Method in class java.beans.beancontext.BeanContextServiceRevokedEvent
- Gets the source as a reference of type
BeanContextServices
- getSourceAsDragGestureRecognizer() -
Method in class java.awt.dnd.DragGestureEvent
- This method returns the source as a
DragGestureRecognizer
.
- getSourceElement() -
Method in class javax.swing.text.html.HTMLFrameHyperlinkEvent
- returns the element that corresponds to the source of the
event.
- getSourceEncodings() -
Method in class javax.sound.sampled.spi.FormatConversionProvider
- Obtains the set of source format encodings from which format
conversion services are provided by this provider.
- getSourceLineInfo() -
Method in interface javax.sound.sampled.Mixer
- Obtains information about the set of source lines supported
by this mixer.
- getSourceLineInfo(Line.Info) -
Method in interface javax.sound.sampled.Mixer
- Obtains information about source lines of a particular type supported
by the mixer.
- getSourceLineInfo(Line.Info) -
Static method in class javax.sound.sampled.AudioSystem
- Obtains information about source lines of a particular type that are supported
by any installed mixer.
- getSourceLines() -
Method in interface javax.sound.sampled.Mixer
- Obtains the set of all source lines currently open to this mixer.
- getSources() -
Method in interface java.awt.image.RenderedImage
- Returns a vector of RenderedImages that are the immediate sources of
image data for this RenderedImage.
- getSources() -
Method in class java.awt.image.BufferedImage
- Returns a
Vector
of RenderedImage
objects that are
the immediate sources, not the sources of these immediate sources,
of image data for this BufferedImage
.
- getSources() -
Method in 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.
- getSources() -
Method in class java.awt.image.renderable.ParameterBlock
- Returns the entire Vector of sources.
- getSourceString() -
Method in class java.text.CollationKey
- Returns the String that this CollationKey represents.
- getSouthPane() -
Method in class javax.swing.plaf.basic.BasicInternalFrameUI
-
- getSpaceAbove(AttributeSet) -
Static method in class javax.swing.text.StyleConstants
- Gets the space above setting.
- getSpaceBelow(AttributeSet) -
Static method in class javax.swing.text.StyleConstants
- Gets the space below setting.
- getSpan(GlyphView, int, int, TabExpander, float) -
Method in class javax.swing.text.GlyphView.GlyphPainter
- Determine the span the glyphs given a start location
(for tab expansion).
- getSpan(int, int) -
Method in class javax.swing.text.BoxView
- Fetch the span of a particular childs current layout
- getSpecificationTitle() -
Method in class java.lang.Package
- Return the title of the specification that this package implements.
- getSpecificationVendor() -
Method in class java.lang.Package
- Return the name of the organization, vendor,
or company that owns and maintains the specification
of the classes that implement this package.
- getSpecificationVersion() -
Method in class java.lang.Package
- Returns the version number of the specification
that this package implements.
- getSplitPane() -
Method in class javax.swing.plaf.basic.BasicSplitPaneUI
- Returns the splitpane this instance is currently contained
in.
- getSplitPaneBorder() -
Static method in class javax.swing.plaf.basic.BasicBorders
-
- getSplitPaneDividerBorder() -
Static method in class javax.swing.plaf.basic.BasicBorders
- Returns a border instance for a JSplitPane divider
- getSQLKeywords() -
Method in interface java.sql.DatabaseMetaData
- Gets a comma-separated list of all a database's SQL keywords
that are NOT also SQL92 keywords.
- getSQLState() -
Method in class java.sql.SQLException
- Retrieves the SQLState for this
SQLException
object.
- getSQLTypeName() -
Method in interface java.sql.SQLData
- Returns the fully-qualified
name of the SQL user-defined type that this object represents.
- getSQLTypeName() -
Method in interface java.sql.Struct
- Retrieves the SQL type name of the SQL structured type
that this
Struct
object represents.
- getStartIndex() -
Method in class javax.accessibility.AccessibleHyperlink
- Gets the index with the hypertext document at which this
link begins
- getStartIndex() -
Method in class javax.swing.JEditorPane.JEditorPaneAccessibleHypertextSupport.HTMLLink
- Get the index with the hypertext document at which this
link begins
- getStartOffset() -
Method in class javax.swing.text.View
- Fetches the portion of the model that this view is
responsible for.
- getStartOffset() -
Method in interface javax.swing.text.Element
- Fetches the offset from the beginning of the document
that this element begins at.
- getStartOffset() -
Method in class javax.swing.text.GlyphView
- Fetches the portion of the model that this view is responsible for.
- getStartOffset() -
Method in interface javax.swing.text.Highlighter.Highlight
- Gets the starting model offset for the highlight.
- getStartOffset() -
Method in class javax.swing.text.AbstractWriter
- Returns the first offset to be output.
- getStartOffset() -
Method in class javax.swing.text.AbstractDocument.AbstractElement
- Gets the starting offset in the model for the element.
- getStartOffset() -
Method in class javax.swing.text.AbstractDocument.BranchElement
- Gets the starting offset in the model for the element.
- getStartOffset() -
Method in class javax.swing.text.AbstractDocument.LeafElement
- Gets the starting offset in the model for the element.
- getStartOffset() -
Method in class javax.swing.text.html.HTMLDocument.Iterator
- Start of the range for which the current occurence of
the tag is defined and has the same attributes.
- getStartPoint() -
Method in class java.awt.geom.Arc2D
- Returns the starting point of the arc.
- getStartPosition() -
Method in interface javax.swing.text.Document
- Returns a position that represents the start of the document.
- getStartPosition() -
Method in class javax.swing.text.AbstractDocument
- 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.Frame
- Gets the state of this frame.
- 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 javax.swing.JCheckBoxMenuItem
- Returns the selected-state of the item.
- getStateChange() -
Method in class java.awt.event.ItemEvent
- Returns the type of state change (selected or deselected).
- getStateLabel(boolean) -
Method in class javax.sound.sampled.BooleanControl
- Obtains the label for the specified state.
- getStatement() -
Method in interface java.sql.ResultSet
- Returns the
Statement
object that produced this
ResultSet
object.
- getStateToBind(Object, Name, Context, Hashtable) -
Method in interface javax.naming.spi.StateFactory
- Retrieves the state of an object for binding.
- getStateToBind(Object, Name, Context, Hashtable) -
Static method in class javax.naming.spi.NamingManager
- Retrieves the state of an object for binding.
- getStateToBind(Object, Name, Context, Hashtable, Attributes) -
Static method in class javax.naming.spi.DirectoryManager
- Retrieves the state of an object for binding when given the original
object and its attributes.
- getStateToBind(Object, Name, Context, Hashtable, Attributes) -
Method in interface javax.naming.spi.DirStateFactory
- Retrieves the state of an object for binding given the object and attributes
to be transformed.
- getStaticAttribute(Object) -
Static method in class javax.swing.text.StyleContext
- Returns the object previously registered with
registerStaticAttributeKey
.
- getStaticAttributeKey(Object) -
Static method in class javax.swing.text.StyleContext
- Returns the String that
key
will be registered with
- getStatus() -
Method in class java.awt.image.PixelGrabber
- Return the status of the pixels.
- getStatus() -
Method in class javax.sound.midi.MidiMessage
- Obtains the status byte for the MIDI message.
- getStream(URL) -
Method in class javax.swing.JEditorPane
- Fetches a stream for the given URL, which is about to
be loaded by the
setPage
method.
- getStrength() -
Method in class java.text.Collator
- Returns this Collator's strength property.
- getStrikethroughOffset() -
Method in class java.awt.font.LineMetrics
- Returns the position of the strike-through line
relative to the baseline.
- getStrikethroughThickness() -
Method in class java.awt.font.LineMetrics
- Returns the thickness of the strike-through line.
- getString() -
Method in class javax.swing.JProgressBar
- Returns the current value of the Progress String.
- getString() -
Method in class javax.swing.text.html.parser.Entity
- Return the data as a string.
- getString(int) -
Method in interface java.sql.CallableStatement
- Retrieves the value of a JDBC
CHAR
, VARCHAR
,
or LONGVARCHAR
parameter as a String
in
the Java programming language.
- getString(int) -
Method in interface java.sql.ResultSet
- Gets the value of the designated column in the current row
of this
ResultSet
object as
a String
in the Java programming language.
- getString(int, int) -
Method in interface javax.swing.text.AbstractDocument.Content
- Fetches a string of characters contained in the sequence.
- getString(int, int) -
Method in class javax.swing.text.StringContent
- Retrieves a portion of the content.
- getString(int, int) -
Method in class javax.swing.text.GapContent
- Retrieves a portion of the content.
- getString(Object) -
Method in class javax.swing.UIDefaults
- If the value of
key
is a String
return it,
otherwise return null
.
- getString(Object) -
Static method in class javax.swing.UIManager
- Returns a string from the defaults table.
- getString(String) -
Method in interface java.sql.ResultSet
- Gets the value of the designated column in the current row
of this
ResultSet
object as
a String
in the Java programming language.
- getString(String) -
Method in class java.util.ResourceBundle
- Get an object from a ResourceBundle.
- getStringArray(String) -
Method in class java.util.ResourceBundle
- Get an object from a ResourceBundle.
- getStringBounds(char[], int, int, FontRenderContext) -
Method in class java.awt.Font
- Returns the bounds of the specified array of characters
in the specified
FontRenderContext
.
- getStringBounds(char[], int, int, Graphics) -
Method in class java.awt.FontMetrics
- Returns the bounds of the specified array of characters
in the specified
Graphics
context.
- getStringBounds(CharacterIterator, int, int, FontRenderContext) -
Method in class java.awt.Font
- Returns the bounds of the characters indexed in the specified
CharacterIterator
in the
specified FontRenderContext
.
- getStringBounds(CharacterIterator, int, int, Graphics) -
Method in class java.awt.FontMetrics
- Returns the bounds of the characters indexed in the specified
CharacterIterator
in the
specified Graphics
context.
- getStringBounds(String, FontRenderContext) -
Method in class java.awt.Font
- Returns the bounds of the specified
String
in the
specified FontRenderContext
.
- getStringBounds(String, Graphics) -
Method in class java.awt.FontMetrics
- Returns the bounds of the specified
String
in the
specified Graphics
context.
- getStringBounds(String, int, int, FontRenderContext) -
Method in class java.awt.Font
- Returns the bounds of the specified
String
in the
specified FontRenderContext
.
- getStringBounds(String, int, int, Graphics) -
Method in class java.awt.FontMetrics
- Returns the bounds of the specified
String
in the
specified Graphics
context.
- getStringFunctions() -
Method in interface java.sql.DatabaseMetaData
- Gets a comma-separated list of string functions.
- getStringPlacement(Graphics, String, int, int, int, int) -
Method in class javax.swing.plaf.basic.BasicProgressBarUI
- Designate the place where the progress string will be drawn.
- getStroke() -
Method in class java.awt.Graphics2D
- Returns the current
Stroke
in the
Graphics2D
context.
- getStrongCaret(TextHitInfo, TextHitInfo, TextLayout) -
Method in class java.awt.font.TextLayout.CaretPolicy
- Chooses one of the specified
TextHitInfo
instances as
a strong caret in the specified TextLayout
.
- getStyle() -
Method in class java.awt.Font
- Returns the style of this
Font
.
- getStyle() -
Method in class java.awt.im.InputMethodHighlight
- Returns the rendering style attributes for the text range, or null.
- getStyle(String) -
Method in class javax.swing.JTextPane
- Fetches a named non-null style previously added.
- getStyle(String) -
Method in class javax.swing.text.StyleContext
- Fetches a named style previously added to the document
- getStyle(String) -
Method in interface javax.swing.text.StyledDocument
- Fetches a named style previously added.
- getStyle(String) -
Method in class javax.swing.text.DefaultStyledDocument
- Fetches a named style previously added.
- getStyledDocument() -
Method in class javax.swing.JTextPane
- Fetches the model associated with the editor.
- getStyledDocument(JEditorPane) -
Method in class javax.swing.text.StyledEditorKit.StyledTextAction
- Gets the document associated with an editor pane.
- getStyledEditorKit() -
Method in class javax.swing.JTextPane
- Gets the editor kit.
- getStyledEditorKit(JEditorPane) -
Method in class javax.swing.text.StyledEditorKit.StyledTextAction
- Gets the editor kit associated with an editor pane.
- getStyleNames() -
Method in class javax.swing.text.StyleContext
- Fetches the names of the styles defined.
- getStyleNames() -
Method in class javax.swing.text.DefaultStyledDocument
- Fetches the list of of style names.
- getStyleSheet() -
Method in class javax.swing.text.html.ParagraphView
-
- getStyleSheet() -
Method in class javax.swing.text.html.BlockView
-
- getStyleSheet() -
Method in class javax.swing.text.html.InlineView
-
- getStyleSheet() -
Method in class javax.swing.text.html.HTMLDocument
- Fetches the StyleSheet with the document-specific display
rules (CSS) that were specified in the HTML document itself.
- getStyleSheet() -
Method in class javax.swing.text.html.HTMLEditorKit
- Get the set of styles currently being used to render the
HTML elements.
- getStyleSheets() -
Method in class javax.swing.text.html.StyleSheet
- Returns an array of the linked StyleSheets.
- getSubElements() -
Method in class javax.swing.JMenuItem
- This method returns an array containing the sub-menu components for this menu component.
- getSubElements() -
Method in class javax.swing.JMenu
- Returns an array of
MenuElement
s containing the submenu
for this menu component.
- getSubElements() -
Method in class javax.swing.JPopupMenu
- Returns an array of
MenuElement
s containing the submenu
for this menu component.
- getSubElements() -
Method in class javax.swing.JMenuBar
- Implemented to be a
MenuElement
-- returns the
menus in this menu bar.
- getSubElements() -
Method in interface javax.swing.MenuElement
- This method should return an array containing the sub-elements for the receiving menu element
- getSubimage(int, int, int, int) -
Method in class java.awt.image.BufferedImage
- Returns a subimage defined by a specified rectangular region.
- getSubjectDN() -
Method in class java.security.cert.X509Certificate
- Gets the
subject
(subject distinguished name) value
from the certificate.
- getSubjectUniqueID() -
Method in class java.security.cert.X509Certificate
- Gets the
subjectUniqueID
value from the certificate.
- getSubString(long, int) -
Method in interface java.sql.Clob
- Returns a copy of the specified substring
in the
CLOB
value
designated by this Clob
object.
- getSubTextFont() -
Static method in class javax.swing.plaf.metal.MetalLookAndFeel
-
- getSubTextFont() -
Method in class javax.swing.plaf.metal.MetalTheme
-
- getSubTextFont() -
Method in class javax.swing.plaf.metal.DefaultMetalTheme
-
- getSubType() -
Method in class java.awt.datatransfer.DataFlavor
-
- getSuffix(int) -
Method in interface javax.naming.Name
- Creates a name whose components consist of a suffix of the
components in this name.
- getSuffix(int) -
Method in class javax.naming.CompoundName
- Creates a compound name whose components consist of a suffix of the
components in this compound name.
- getSuffix(int) -
Method in class javax.naming.CompositeName
- Creates a composite name whose components consist of a suffix of the
components in this composite name.
- getSuperclass() -
Method in class java.lang.Class
- Returns the
Class
representing the superclass of the entity
(class, interface, primitive type or void) represented by this
Class
.
- getSyncAllWidths() -
Method in class javax.swing.plaf.basic.BasicOptionPaneUI.ButtonAreaLayout
-
- getSynthesizer() -
Static method in class javax.sound.midi.MidiSystem
- Obtains the default synthesizer.
- getSystem() -
Method in class java.rmi.activation.ActivationGroupID
- Returns the group's activation system.
- getSystem() -
Static method in class java.rmi.activation.ActivationGroup
- Returns the activation system for the VM.
- getSystemClassLoader() -
Static method in class java.lang.ClassLoader
- Returns the system class loader for delegation.
- getSystemClipboard() -
Method in class java.awt.Toolkit
- Gets the singleton instance of the system Clipboard which interfaces
with clipboard facilities provided by the native platform.
- getSystemCustomCursor(String) -
Static method in class java.awt.Cursor
-
- getSystemEventQueue() -
Method in class java.awt.Toolkit
- Get the application's or applet's EventQueue instance.
- getSystemEventQueueImpl() -
Method in class java.awt.Toolkit
-
- getSystemFunctions() -
Method in interface java.sql.DatabaseMetaData
- Gets a comma-separated list of system functions.
- getSystemLookAndFeelClassName() -
Static method in class javax.swing.UIManager
- Returns the name of the LookAndFeel class that implements
the native systems look and feel if there is one,
otherwise the name of the default cross platform LookAndFeel
class.
- getSystemResource(String) -
Static method in class java.lang.ClassLoader
- Find a resource of the specified name from the search path used to load
classes.
- getSystemResourceAsStream(String) -
Static method in class java.lang.ClassLoader
- Open for reading, a resource of the specified name from the search path
used to load classes.
- getSystemResources(String) -
Static method in class java.lang.ClassLoader
- Finds all resources of the specified name from the search path used to
load classes.
- getSystemScope() -
Static method in class java.security.IdentityScope
- Deprecated. Returns the system's identity scope.
- getSystemTextColor() -
Static method in class javax.swing.plaf.metal.MetalLookAndFeel
-
- getSystemTextColor() -
Method in class javax.swing.plaf.metal.MetalTheme
-
- getSystemTextFont() -
Static method in class javax.swing.plaf.metal.MetalLookAndFeel
-
- getSystemTextFont() -
Method in class javax.swing.plaf.metal.MetalTheme
-
- getSystemTextFont() -
Method in class javax.swing.plaf.metal.DefaultMetalTheme
-
- getTab(int) -
Method in class javax.swing.text.TabSet
- Returns the TabStop at index
index
.
- getTabAfter(float) -
Method in class javax.swing.text.TabSet
- Returns the Tab instance after
location
.
- getTabAreaInsets(int) -
Method in class javax.swing.plaf.basic.BasicTabbedPaneUI
-
- getTabBase() -
Method in class javax.swing.text.ParagraphView
-
- getTabbedSpan(float, TabExpander) -
Method in class javax.swing.text.GlyphView
- Determines the desired span when using the given
tab expansion implementation.
- getTabbedSpan(float, TabExpander) -
Method in interface javax.swing.text.TabableView
- Determines the desired span when using the given
tab expansion implementation.
- getTabbedTextOffset(Segment, FontMetrics, int, int, TabExpander, int) -
Static method in class javax.swing.text.Utilities
- Determines the relative offset into the given text that
best represents the given span in the view coordinate
system.
- getTabbedTextOffset(Segment, FontMetrics, int, int, TabExpander, int, boolean) -
Static method in class javax.swing.text.Utilities
-
- getTabbedTextWidth(Segment, FontMetrics, int, TabExpander, int) -
Static method in class javax.swing.text.Utilities
- Determines the width of the given segment of text taking tabs
into consideration.
- getTabBounds(JTabbedPane, int) -
Method in class javax.swing.plaf.TabbedPaneUI
-
- getTabBounds(JTabbedPane, int) -
Method in class javax.swing.plaf.basic.BasicTabbedPaneUI
-
- getTabBounds(JTabbedPane, int) -
Method in class javax.swing.plaf.multi.MultiTabbedPaneUI
- Call getTabBounds on each UI handled by this MultiUI.
- getTabCount() -
Method in class javax.swing.JTabbedPane
- Returns the number of tabs in this
tabbedpane
.
- getTabCount() -
Method in class javax.swing.text.TabSet
- Returns the number of Tab instances the receiver contains.
- getTabExpander() -
Method in class javax.swing.text.GlyphView
- Fetch the TabExpander to use if tabs are present in this view.
- getTabIndex(TabStop) -
Method in class javax.swing.text.TabSet
-
- getTabIndexAfter(float) -
Method in class javax.swing.text.TabSet
- Returns the index of the Tab to be used after
location
.
- getTabInsets(int, int) -
Method in class javax.swing.plaf.basic.BasicTabbedPaneUI
-
- getTabLabelShiftX(int, int, boolean) -
Method in class javax.swing.plaf.basic.BasicTabbedPaneUI
-
- getTabLabelShiftX(int, int, boolean) -
Method in class javax.swing.plaf.metal.MetalTabbedPaneUI
- Overidden to do nothing for the Java L&F.
- getTabLabelShiftY(int, int, boolean) -
Method in class javax.swing.plaf.basic.BasicTabbedPaneUI
-
- getTabLabelShiftY(int, int, boolean) -
Method in class javax.swing.plaf.metal.MetalTabbedPaneUI
- Overidden to do nothing for the Java L&F.
- getTable() -
Method in class java.awt.image.ByteLookupTable
- Returns the lookup table data by reference.
- getTable() -
Method in class java.awt.image.LookupOp
- Returns the LookupTable.
- getTable() -
Method in class java.awt.image.ShortLookupTable
- Returns the lookup table data by reference.
- getTable() -
Method in class javax.swing.table.JTableHeader
- Returns the table associated with this header.
- getTableCellEditorComponent(JTable, Object, boolean, int, int) -
Method in class javax.swing.DefaultCellEditor
-
- getTableCellEditorComponent(JTable, Object, boolean, int, int) -
Method in interface javax.swing.table.TableCellEditor
- Sets an initial
value
for the editor.
- getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) -
Method in interface javax.swing.table.TableCellRenderer
- Returns the component used for drawing the cell.
- getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) -
Method in class javax.swing.table.DefaultTableCellRenderer
- Returns the default table cell renderer.
- getTableHeader() -
Method in class javax.swing.JTable
- Returns the
tableHeader
used by this JTable
.
- getTableName(int) -
Method in interface java.sql.ResultSetMetaData
- Gets the designated column's table name.
- getTablePrivileges(String, String, String) -
Method in interface java.sql.DatabaseMetaData
- Gets a description of the access rights for each table available
in a catalog.
- getTables(String, String, String, String[]) -
Method in interface java.sql.DatabaseMetaData
- Gets a description of tables available in a catalog.
- getTableTypes() -
Method in interface java.sql.DatabaseMetaData
- Gets the table types available in this database.
- getTabPlacement() -
Method in class javax.swing.JTabbedPane
- Returns the placement of the tabs for this tabbedpane.
- getTabRunCount() -
Method in class javax.swing.JTabbedPane
- Returns the number of tab runs currently used to display
the tabs.
- getTabRunCount(JTabbedPane) -
Method in class javax.swing.plaf.TabbedPaneUI
-
- getTabRunCount(JTabbedPane) -
Method in class javax.swing.plaf.basic.BasicTabbedPaneUI
-
- getTabRunCount(JTabbedPane) -
Method in class javax.swing.plaf.multi.MultiTabbedPaneUI
- Call getTabRunCount on each UI handled by this MultiUI.
- getTabRunIndent(int, int) -
Method in class javax.swing.plaf.basic.BasicTabbedPaneUI
-
- getTabRunOffset(int, int, int, boolean) -
Method in class javax.swing.plaf.basic.BasicTabbedPaneUI
-
- getTabRunOverlay(int) -
Method in class javax.swing.plaf.basic.BasicTabbedPaneUI
-
- getTabRunOverlay(int) -
Method in class javax.swing.plaf.metal.MetalTabbedPaneUI
-
- getTabSet() -
Method in class javax.swing.text.ParagraphView
- Gets the Tabset to be used in calculating tabs.
- getTabSet(AttributeSet) -
Static method in class javax.swing.text.StyleConstants
- Gets the TabSet.
- getTabSize() -
Method in class javax.swing.JTextArea
- Gets the number of characters used to expand tabs.
- getTabSize() -
Method in class javax.swing.text.PlainView
- Returns the tab size set for the document, defaulting to 8.
- getTabSize() -
Method in class javax.swing.text.WrappedPlainView
- Returns the tab size set for the document, defaulting to 8.
- getTag() -
Method in class javax.swing.text.html.HTMLDocument.Iterator
- Type of tag this iterator represents.
- getTag(String) -
Static method in class javax.swing.text.html.HTML
- Fetch a tag constant for a well-known tag name (i.e.
- getTags() -
Method in 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.
- 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.
- getTarget() -
Method in class javax.accessibility.AccessibleRelation
- Returns the target objects for this relation
- getTarget() -
Method in interface javax.rmi.CORBA.Tie
- Returns the target for this tie.
- getTarget() -
Method in class javax.swing.text.html.HTMLFrameHyperlinkEvent
- returns the target for the link.
- getTargetActions() -
Method in class java.awt.dnd.DropTargetContext
- This method returns an
int
representing the
current actions this DropTarget
will accept.
- getTargetActions() -
Method in class java.awt.dnd.DragSourceDragEvent
- This method returns the logical intersection of the current target,
source, and user actions.
- getTargetEncodings() -
Method in class javax.sound.sampled.spi.FormatConversionProvider
- Obtains the set of target format encodings to which format
conversion services are provided by this provider.
- getTargetEncodings(AudioFormat.Encoding) -
Static method in class javax.sound.sampled.AudioSystem
- Obtains the encodings that the system can obtain from an
audio input stream with the specified encoding using the set
of installed format converters.
- getTargetEncodings(AudioFormat) -
Static method in class javax.sound.sampled.AudioSystem
- Obtains the encodings that the system can obtain from an
audio input stream with the specified format using the set
of installed format converters.
- getTargetEncodings(AudioFormat) -
Method in class javax.sound.sampled.spi.FormatConversionProvider
- Obtains the set of target format encodings supported by the format converter
given a particular source format.
- getTargetException() -
Method in class java.lang.reflect.InvocationTargetException
- Get the thrown target exception.
- getTargetFormats(AudioFormat.Encoding, AudioFormat) -
Static method in class javax.sound.sampled.AudioSystem
- Obtains the formats that have a particular encoding and that the system can
obtain from a stream of the specified format using the set of
installed format converters.
- getTargetFormats(AudioFormat.Encoding, AudioFormat) -
Method in class javax.sound.sampled.spi.FormatConversionProvider
- Obtains the set of target formats with the encoding specified
supported by the format converter
If no target formats with the specified encoding are supported
for this source format, an array of length 0 is returned.
- getTargetLineInfo() -
Method in interface javax.sound.sampled.Mixer
- Obtains information about the set of target lines supported
by this mixer.
- getTargetLineInfo(Line.Info) -
Method in interface javax.sound.sampled.Mixer
- Obtains information about target lines of a particular type supported
by the mixer.
- getTargetLineInfo(Line.Info) -
Static method in class javax.sound.sampled.AudioSystem
- Obtains information about target lines of a particular type that are supported
by any installed mixer.
- getTargetLines() -
Method in interface javax.sound.sampled.Mixer
- Obtains the set of all target lines currently open from this mixer.
- getTBSCertificate() -
Method in class java.security.cert.X509Certificate
- Gets the DER-encoded certificate information, the
tbsCertificate
from this certificate.
- getTBSCertList() -
Method in class java.security.cert.X509CRL
- Gets the DER-encoded CRL information, the
tbsCertList
from this CRL.
- getTcpNoDelay() -
Method in class java.net.Socket
- Tests if TCP_NODELAY is enabled.
- getTempoFactor() -
Method in interface javax.sound.midi.Sequencer
- Returns the current tempo factor for the sequencer.
- getTempoInBPM() -
Method in interface javax.sound.midi.Sequencer
- Obtains the current tempo, expressed in beats per minute.
- getTempoInMPQ() -
Method in interface javax.sound.midi.Sequencer
- Obtains the current tempo, expressed in microseconds per quarter
note.
- getText() -
Method in class java.awt.TextComponent
- Gets the text that is presented by this text component.
- getText() -
Method in class java.awt.Label
- Gets the text of this label.
- getText() -
Method in class java.awt.event.InputMethodEvent
- Gets the combined committed and composed text.
- getText() -
Method in class java.text.BreakIterator
- Get the text being scanned
- getText() -
Method in class javax.swing.JEditorPane
- Returns the text contained in this
TextComponent
in terms of the
content type of this editor.
- getText() -
Method in class javax.swing.AbstractButton
- Returns the button's text.
- getText() -
Method in class javax.swing.JPasswordField
- Deprecated. As of Java 2 platform v1.2,
replaced by
getPassword()
.
- getText() -
Method in class javax.swing.JLabel
- Returns the text string that the label displays.
- getText() -
Method in class javax.swing.text.JTextComponent
- Returns the text contained in this TextComponent.
- getText(Element) -
Method in class javax.swing.text.AbstractWriter
- Returns the text associated with the element.
- getText(int, int) -
Method in class javax.swing.JPasswordField
- Deprecated. As of Java 2 platform v1.2,
replaced by
getPassword()
.
- getText(int, int) -
Method in class javax.swing.text.JTextComponent
- Fetches a portion of the text represented by the
component.
- getText(int, int) -
Method in interface javax.swing.text.Document
- Fetches the text contained within the given portion
of the document.
- getText(int, int) -
Method in class javax.swing.text.GlyphView
- Fetch a reference to the text that occupies
the given range.
- getText(int, int) -
Method in class javax.swing.text.AbstractDocument
- Gets a sequence of text from the document.
- getText(int, int, Segment) -
Method in interface javax.swing.text.Document
- Fetches the text contained within the given portion
of the document.
- getText(int, int, Segment) -
Method in class javax.swing.text.AbstractDocument
- Gets some text from the document potentially without
making a copy.
- getTextBorder() -
Static method in class javax.swing.plaf.metal.MetalBorders
- Returns a border instance for a text component
- getTextComponent(ActionEvent) -
Method in class javax.swing.text.TextAction
- Determines the component to use for the action.
- getTextFieldBorder() -
Static method in class javax.swing.plaf.basic.BasicBorders
-
- getTextFieldBorder() -
Static method in class javax.swing.plaf.metal.MetalBorders
- Returns a border instance for a JTextField
- getTextHighlightColor() -
Static method in class javax.swing.plaf.metal.MetalLookAndFeel
-
- getTextHighlightColor() -
Method in class javax.swing.plaf.metal.MetalTheme
-
- getTextLocation(TextHitInfo) -
Method in interface java.awt.im.InputMethodRequests
- Gets the location of a specified offset in the current composed text,
or of the selection in committed text.
- getTextNonSelectionColor() -
Method in class javax.swing.tree.DefaultTreeCellRenderer
- Returns the color the text is drawn with when the node isn't selected.
- getTextPlainUnicodeFlavor() -
Static method in class java.awt.datatransfer.DataFlavor
-
- getTextSelectionColor() -
Method in class javax.swing.tree.DefaultTreeCellRenderer
- Returns the color the text is drawn with when the node is selected.
- getTextShiftOffset() -
Method in class javax.swing.plaf.basic.BasicButtonUI
-
- getThickness() -
Method in class javax.swing.border.LineBorder
- Returns the thickness of the border.
- getThisUpdate() -
Method in class java.security.cert.X509CRL
- Gets the
thisUpdate
date from the CRL.
- getThreadGroup() -
Method in class java.lang.Thread
- Returns the thread group to which this thread belongs.
- getThreadGroup() -
Method in class java.lang.SecurityManager
- Returns the thread group into which to instantiate any new
thread being created at the time this is being called.
- getThumbBounds() -
Method in class javax.swing.plaf.basic.BasicScrollBarUI
- Return the current size/location of the thumb.
- getThumbOverhang() -
Method in class javax.swing.plaf.metal.MetalSliderUI
- Returns the amount that the thumb goes past the slide bar.
- getThumbSize() -
Method in class javax.swing.plaf.basic.BasicSliderUI
-
- getThumbSize() -
Method in class javax.swing.plaf.metal.MetalSliderUI
-
- getTick() -
Method in class javax.sound.midi.MidiEvent
- Obtains the time-stamp for the event, in MIDI ticks
- getTickLength() -
Method in class javax.sound.midi.Sequence
- Obtains the duration of this sequence, expressed in MIDI ticks.
- getTickLength() -
Method in interface javax.sound.midi.Sequencer
- Obtains the length of the current sequence, expressed in MIDI ticks.
- getTickLength() -
Method in class javax.swing.plaf.basic.BasicSliderUI
- Gets the height of the tick area for horizontal sliders and the width of the
tick area for vertical sliders.
- getTickLength() -
Method in class javax.swing.plaf.metal.MetalSliderUI
- Gets the height of the tick area for horizontal sliders and the width of the
tick area for vertical sliders.
- getTickPosition() -
Method in interface javax.sound.midi.Sequencer
- Obtains the current position in the sequence, expressed in MIDI
ticks.
- getTie(Remote) -
Static method in class javax.rmi.CORBA.Util
- Returns the tie (if any) for a given target object.
- getTie(Remote) -
Method in interface javax.rmi.CORBA.UtilDelegate
- Delegation call for
Util.getTie(java.rmi.Remote)
.
- getTile(int, int) -
Method in interface java.awt.image.RenderedImage
- Returns tile (tileX, tileY).
- getTile(int, int) -
Method in class java.awt.image.BufferedImage
- Returns tile (
tileX
, tileY
).
- getTiledSizeRequirements(SizeRequirements[]) -
Static method in class javax.swing.SizeRequirements
- Determines the total space necessary to
place a set of components end-to-end.
- getTileGridXOffset() -
Method in interface java.awt.image.RenderedImage
- Returns the X offset of the tile grid relative to the origin,
i.e., the X coordinate of the upper-left pixel of tile (0, 0).
- getTileGridXOffset() -
Method in class java.awt.image.BufferedImage
- Returns the x offset of the tile grid relative to the origin,
For example, the x coordinate of the location of tile
(0, 0).
- getTileGridYOffset() -
Method in interface java.awt.image.RenderedImage
- Returns the Y offset of the tile grid relative to the origin,
i.e., the Y coordinate of the upper-left pixel of tile (0, 0).
- getTileGridYOffset() -
Method in class java.awt.image.BufferedImage
- Returns the y offset of the tile grid relative to the origin,
For example, the y coordinate of the location of tile
(0, 0).
- getTileHeight() -
Method in interface java.awt.image.RenderedImage
- Returns the tile height in pixels.
- getTileHeight() -
Method in class java.awt.image.BufferedImage
- Returns the tile height in pixels.
- getTileIcon() -
Method in class javax.swing.border.MatteBorder
- Returns the icon used for tiling the border or null
if a solid color is being used.
- getTileWidth() -
Method in interface java.awt.image.RenderedImage
- Returns the tile width in pixels.
- getTileWidth() -
Method in class java.awt.image.BufferedImage
- Returns the tile width in pixels.
- getTime() -
Method in class java.util.Date
- Returns the number of milliseconds since January 1, 1970, 00:00:00 GMT
represented by this Date object.
- getTime() -
Method in class java.util.Calendar
- Gets this Calendar's current time.
- getTime() -
Method in class java.util.zip.ZipEntry
- Returns the modification time of the entry, or -1 if not specified.
- getTime(int) -
Method in interface java.sql.CallableStatement
- Get the value of a JDBC
TIME
parameter as a
java.sql.Time
object.
- getTime(int) -
Method in interface java.sql.ResultSet
- Gets the value of the designated column in the current row
of this
ResultSet
object as
a java.sql.Time
object in the Java programming language.
- getTime(int, Calendar) -
Method in interface java.sql.CallableStatement
- Gets the value of a JDBC
TIME
parameter as a
java.sql.Time
object, using
the given Calendar
object
to construct the time.
- getTime(int, Calendar) -
Method in interface java.sql.ResultSet
- Returns the value of the designated column in the current row
of this
ResultSet
object as a java.sql.Time
object
in the Java programming language.
- getTime(String) -
Method in interface java.sql.ResultSet
- Gets the value of the designated column in the current row
of this
ResultSet
object as
a java.sql.Time
object in the Java programming language.
- getTime(String, Calendar) -
Method in interface java.sql.ResultSet
- Returns the value of the designated column in the current row
of this
ResultSet
object as a java.sql.Time
object
in the Java programming language.
- getTimeDateFunctions() -
Method in interface java.sql.DatabaseMetaData
- Gets a comma-separated list of time and date functions.
- getTimeInMillis() -
Method in class java.util.Calendar
- Gets this Calendar's current time as a long.
- getTimeInstance() -
Static method in class java.text.DateFormat
- Gets the time formatter with the default formatting style
for the default locale.
- getTimeInstance(int) -
Static method in class java.text.DateFormat
- Gets the time formatter with the given formatting style
for the default locale.
- getTimeInstance(int, Locale) -
Static method in class java.text.DateFormat
- Gets the time formatter with the given formatting style
for the given locale.
- getTimeLimit() -
Method in class javax.naming.directory.SearchControls
- Retrieves the time limit of these SearchControls in milliseconds.
- getTimestamp(int) -
Method in interface java.sql.CallableStatement
- Gets the value of a JDBC
TIMESTAMP
parameter as a
java.sql.Timestamp
object.
- getTimestamp(int) -
Method in interface java.sql.ResultSet
- Gets the value of the designated column in the current row
of this
ResultSet
object as
a java.sql.Timestamp
object in the Java programming language.
- getTimestamp(int, Calendar) -
Method in interface java.sql.CallableStatement
- Gets the value of a JDBC
TIMESTAMP
parameter as a
java.sql.Timestamp
object, using
the given Calendar
object to construct
the Timestamp
object.
- getTimestamp(int, Calendar) -
Method in interface java.sql.ResultSet
- Returns the value of the designated column in the current row
of this
ResultSet
object as a java.sql.Timestamp
object
in the Java programming language.
- getTimestamp(String) -
Method in interface java.sql.ResultSet
- Gets the value of the designated column in the current row
of this
ResultSet
object as
a java.sql.Timestamp
object.
- getTimestamp(String, Calendar) -
Method in interface java.sql.ResultSet
- Returns the value of the designated column in the current row
of this
ResultSet
object as a java.sql.Timestamp
object
in the Java programming language.
- getTimeToLive() -
Method in class java.net.MulticastSocket
- Get the default time-to-live for multicast packets sent out on
the socket.
- getTimeToLive() -
Method in class java.net.DatagramSocketImpl
- Retrieve the TTL (time-to-live) option.
- getTimeZone() -
Method in class java.text.DateFormat
- Gets the time zone.
- getTimeZone() -
Method in class java.util.Calendar
- Gets the time zone.
- getTimeZone(String) -
Static method in class java.util.TimeZone
- Gets the
TimeZone
for the given ID.
- getTimezoneOffset() -
Method in class java.util.Date
- Deprecated. As of JDK version 1.1,
replaced by
Calendar.get(Calendar.ZONE_OFFSET) +
Calendar.get(Calendar.DST_OFFSET)
.
- getTipText() -
Method in class javax.swing.JToolTip
- Returns the text that is shown when the tool tip is displayed.
- getTitle() -
Method in class java.awt.Dialog
- Gets the title of the dialog.
- getTitle() -
Method in class java.awt.Frame
- Gets the title of the frame.
- getTitle() -
Method in class javax.swing.JInternalFrame
- Returns the title of the
JInternalFrame
.
- getTitle() -
Method in class javax.swing.border.TitledBorder
- Returns the title of the titled border.
- getTitleAt(int) -
Method in class javax.swing.JTabbedPane
- Returns the tab title at
index
.
- getTitleColor() -
Method in class javax.swing.border.TitledBorder
- Returns the title-color of the titled border.
- getTitleFont() -
Method in class javax.swing.border.TitledBorder
- Returns the title-font of the titled border.
- getTitleJustification() -
Method in class javax.swing.border.TitledBorder
- Returns the title-justification of the titled border.
- getTitlePosition() -
Method in class javax.swing.border.TitledBorder
- Returns the title-position of the titled border.
- getToggleButtonBorder() -
Static method in class javax.swing.plaf.basic.BasicBorders
-
- getToggleButtonBorder() -
Static method in class javax.swing.plaf.metal.MetalBorders
- Returns a border instance for a JToggleButton
- getToggleClickCount() -
Method in class javax.swing.JTree
- Returns the number of mouse clicks needed to expand or close a node.
- getToIndex() -
Method in class javax.swing.event.TableColumnModelEvent
- Returns the toIndex.
- getTokenThreshold() -
Method in class javax.swing.text.html.HTMLDocument
- Gets the number of tokens to buffer before trying to update
the documents element structure.
- getToolkit() -
Method in class java.awt.Component
- Gets the toolkit of this component.
- getToolkit() -
Method in class java.awt.Window
- Returns the toolkit of this frame.
- getToolTipLocation(MouseEvent) -
Method in class javax.swing.JComponent
- Returns the tooltip location in this component's coordinate system.
- getToolTipText() -
Method in class javax.swing.JComponent
- Returns the tooltip string that has been set with setToolTipText().
- getToolTipText(MouseEvent) -
Method in class javax.swing.JComponent
- Returns the string to be used as the tooltip for event.
- getToolTipText(MouseEvent) -
Method in class javax.swing.JTabbedPane
- Returns the tooltip text for the component determined by the
mouse event location.
- getToolTipText(MouseEvent) -
Method in class javax.swing.JTree
- Overrides
JComponent
's getToolTipText
method in order to allow
renderer's tips to be used if it has text set.
- getToolTipText(MouseEvent) -
Method in class javax.swing.JTable
- Overrides
JComponent
's getToolTipText
method in order to allow the renderer's tips to be used
if it has text set.
- getToolTipText(MouseEvent) -
Method in class javax.swing.table.JTableHeader
- Allows the renderer's tips to be used if there is text set.
- getToolTipTextAt(int) -
Method in class javax.swing.JTabbedPane
- Returns the tab tooltip text at
index
.
- getToPage() -
Method in class java.awt.JobAttributes
- Returns, for jobs using these attributes, the last page (inclusive)
to be printed, if a range of pages is to be printed.
- getTopComponent() -
Method in class javax.swing.JSplitPane
- Returns the component above, or to the left of the divider.
- getTopInset() -
Method in class javax.swing.text.CompositeView
- Gets the top inset.
- getTopInset() -
Method in class javax.swing.text.AsyncBoxView
- Get the top part of the margin around the view.
- getTopLevelAncestor() -
Method in class javax.swing.JComponent
- Returns the top-level ancestor of this component (either the
containing Window or Applet), or null if this component has not
been added to any container.
- getTotalColumnWidth() -
Method in class javax.swing.table.DefaultTableColumnModel
- Returns the total combined width of all columns.
- getTotalColumnWidth() -
Method in interface javax.swing.table.TableColumnModel
- Returns the total width of all the columns.
- getTotalIn() -
Method in class java.util.zip.Deflater
- Returns the total number of bytes input so far.
- getTotalIn() -
Method in class java.util.zip.Inflater
- Returns the total number of bytes input so far.
- getTotalOut() -
Method in class java.util.zip.Deflater
- Returns the total number of bytes output so far.
- getTotalOut() -
Method in class java.util.zip.Inflater
- Returns the total number of bytes output so far.
- getTrackBounds() -
Method in class javax.swing.plaf.basic.BasicScrollBarUI
- Return the current bounds of the track, i.e.
- getTrackLength() -
Method in class javax.swing.plaf.metal.MetalSliderUI
- Returns the longer dimension of the slide bar.
- getTrackMute(int) -
Method in interface javax.sound.midi.Sequencer
- Obtains the current mute state for a track.
- getTracks() -
Method in class javax.sound.midi.Sequence
- Obtains an array containing all the tracks in this sequence.
- getTrackSolo(int) -
Method in interface javax.sound.midi.Sequencer
- Obtains the current solo state for a track.
- getTrackWidth() -
Method in class javax.swing.plaf.metal.MetalSliderUI
- Returns the shorter dimension of the track.
- getTransactionIsolation() -
Method in interface java.sql.Connection
- Gets this Connection's current transaction isolation level.
- getTransferable() -
Method in class java.awt.dnd.DropTargetContext
- get the Transferable (proxy) operand of this operation
- getTransferable() -
Method in class java.awt.dnd.DropTargetDropEvent
- This method returns the
Transferable
object
associated with the drop.
- getTransferable() -
Method in class java.awt.dnd.DragSourceContext
- This method returns the
Transferable
associated with this DragSourceContext.
- 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.datatransfer.StringSelection
- Returns the Transferable's data in the requested DataFlavor if
possible.
- getTransferData(DataFlavor) -
Method in class java.awt.dnd.DropTargetContext.TransferableProxy
- get the transfer 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.datatransfer.StringSelection
- Returns an array of flavors in which this Transferable can provide
the data.
- getTransferDataFlavors() -
Method in class java.awt.dnd.DropTargetContext.TransferableProxy
- get the flavors
- getTransferSize() -
Method in class java.sql.DataTruncation
- Gets the number of bytes of data actually transferred.
- getTransferType() -
Method in class java.awt.image.SampleModel
- Returns the TransferType used to transfer pixels via the
getDataElements and setDataElements methods.
- getTransferType() -
Method in class java.awt.image.Raster
- Returns the TransferType used to transfer pixels via the
getDataElements and setDataElements methods.
- getTransferType() -
Method in class java.awt.image.ColorModel
- Returns the transfer type of this
ColorModel
.
- getTransferType() -
Method in class java.awt.image.MultiPixelPackedSampleModel
- Returns the TransferType used to transfer pixels by way of the
getDataElements
and setDataElements
methods.
- getTransform() -
Method in class java.awt.Graphics2D
- Returns a copy of the current
Transform
in the
Graphics2D
context.
- getTransform() -
Method in class java.awt.Font
- Returns a copy of the transform associated with this
Font
.
- getTransform() -
Method in class java.awt.font.TransformAttribute
- Returns a copy of the wrapped transform.
- getTransform() -
Method in class java.awt.font.FontRenderContext
- Gets the transform that is used to scale typographical points
to pixels in this
FontRenderContext
.
- getTransform() -
Method in class java.awt.image.AffineTransformOp
- Returns the affine transform used by this transform operation.
- getTransform() -
Method in class java.awt.image.renderable.RenderContext
- Gets the current user-to-device AffineTransform.
- getTranslateInstance(double, double) -
Static method in class java.awt.geom.AffineTransform
- Returns a transform representing a translation transformation.
- getTranslateX() -
Method in class java.awt.geom.AffineTransform
- Returns the X coordinate of the translation element (m02) of the
3x3 affine transformation matrix.
- getTranslateY() -
Method in class java.awt.geom.AffineTransform
- Returns the Y coordinate of the translation element (m12) of the
3x3 affine transformation matrix.
- getTransmitter() -
Static method in class javax.sound.midi.MidiSystem
- Obtains a MIDI transmitter from an external MIDI port
or other default source.
- getTransmitter() -
Method in interface javax.sound.midi.MidiDevice
- Obtains a MIDI OUT connection from which the MIDI device will transmit
MIDI data The returned transmitter must be closed when the application
has finished using it.
- getTransparency() -
Method in class java.awt.TexturePaint
- Returns the transparency mode for this
TexturePaint
.
- getTransparency() -
Method in interface java.awt.Transparency
- Returns the type of this
Transparency
.
- getTransparency() -
Method in class java.awt.GradientPaint
- Returns the transparency mode for this
GradientPaint
.
- getTransparency() -
Method in class java.awt.Color
- Returns the transparency mode for this
Color
.
- getTransparency() -
Method in class java.awt.image.ColorModel
- Returns the transparency.
- getTransparency() -
Method in class java.awt.image.IndexColorModel
- Returns the transparency.
- getTransparentPixel() -
Method in class java.awt.image.IndexColorModel
- Returns the index of the transparent pixel in this
IndexColorModel
or -1 if there is no transparent pixel.
- getTRC() -
Method in class java.awt.color.ICC_ProfileGray
- Returns the TRC as an array of shorts.
- getTRC(int) -
Method in class java.awt.color.ICC_ProfileRGB
- Returns the TRC for a particular component as an array of
shorts.
- getTreeCellEditorComponent(JTree, Object, boolean, boolean, boolean, int) -
Method in class javax.swing.DefaultCellEditor
-
- getTreeCellEditorComponent(JTree, Object, boolean, boolean, boolean, int) -
Method in interface javax.swing.tree.TreeCellEditor
- Sets an initial value for the editor.
- getTreeCellEditorComponent(JTree, Object, boolean, boolean, boolean, int) -
Method in class javax.swing.tree.DefaultTreeCellEditor
- Configures the editor.
- getTreeCellRendererComponent(JTree, Object, boolean, boolean, boolean, int, boolean) -
Method in class javax.swing.tree.DefaultTreeCellRenderer
- Configures the renderer based on the passed in components.
- getTreeCellRendererComponent(JTree, Object, boolean, boolean, boolean, int, boolean) -
Method in interface javax.swing.tree.TreeCellRenderer
- Sets the value of the current tree cell to
value
.
- getTreeComputerIcon() -
Static method in class javax.swing.plaf.metal.MetalIconFactory
-
- getTreeControlIcon(boolean) -
Static method in class javax.swing.plaf.metal.MetalIconFactory
-
- getTreeFloppyDriveIcon() -
Static method in class javax.swing.plaf.metal.MetalIconFactory
-
- getTreeFolderIcon() -
Static method in class javax.swing.plaf.metal.MetalIconFactory
-
- getTreeHardDriveIcon() -
Static method in class javax.swing.plaf.metal.MetalIconFactory
-
- getTreeLeafIcon() -
Static method in class javax.swing.plaf.metal.MetalIconFactory
-
- getTreeLock() -
Method in class java.awt.Component
- Gets the locking object for AWT component-tree and layout
Gets this component's locking object (the object that owns the thread
sychronization monitor) for AWT component-tree and layout
operations.
- getTreeLock() -
Method in class java.awt.MenuComponent
- Gets this component's locking object (the object that owns the thread
sychronization monitor) for AWT component-tree and layout
operations.
- getTreePath() -
Method in class javax.swing.event.TreeModelEvent
- For all events, except treeStructureChanged,
returns the parent of the changed nodes.
- getTrigger() -
Method in class java.awt.dnd.DragSourceContext
- This method returns the
DragGestureEvent
that initially triggered the drag.
- getTriggerEvent() -
Method in class java.awt.dnd.DragGestureRecognizer
- This method returns the first event in the
series of events that initiated
the Drag and Drop operation.
- getTriggerEvent() -
Method in class java.awt.dnd.DragGestureEvent
- This method returns the initial event that triggered the gesture.
- getTTL() -
Method in class java.net.MulticastSocket
- Deprecated. use the getTimeToLive method instead, which returns
an int instead of a byte.
- getTTL() -
Method in class java.net.DatagramSocketImpl
- Deprecated. use getTimeToLive instead.
- getType() -
Method in class java.awt.GraphicsDevice
- Returns the type of this
GraphicsDevice
.
- getType() -
Method in class java.awt.Cursor
- Returns the type for this cursor.
- getType() -
Method in class java.awt.color.ColorSpace
- Returns the color space type of this ColorSpace (for example
TYPE_RGB, TYPE_XYZ, ...).
- getType() -
Method in class java.awt.font.GlyphMetrics
- Returns the raw glyph type code.
- getType() -
Method in class java.awt.geom.AffineTransform
- Retrieves the flag bits describing the conversion properties of
this transform.
- getType() -
Method in class java.awt.image.BufferedImage
- Returns the image type.
- getType() -
Method in class java.io.ObjectStreamField
- Get the type of the field.
- getType() -
Method in class java.lang.reflect.Field
- Returns a
Class
object that identifies the declared type for
the field represented by this Field
object.
- getType() -
Method in class java.security.KeyStore
- Returns the type of this keystore.
- getType() -
Method in class java.security.cert.CertificateFactory
- Returns the name of the certificate type associated with this
certificate factory.
- getType() -
Method in class java.security.cert.Certificate
- Returns the type of this certificate.
- getType() -
Method in class java.security.cert.CRL
- Returns the type of this CRL.
- getType() -
Method in interface java.sql.ResultSet
- Returns the type of this
ResultSet
object.
- getType() -
Method in interface javax.accessibility.AccessibleTableModelChange
- Returns the type of event
- getType() -
Method in class javax.sound.sampled.Control
- Obtains the control's type.
- getType() -
Method in class javax.sound.sampled.AudioFileFormat
- Obtains the audio file type, such as
WAVE
or AU
.
- getType() -
Method in class javax.sound.sampled.LineEvent
- Obtains the event's type.
- getType() -
Method in class javax.sound.midi.MetaMessage
- Obtains the type of the
MetaMessage.
- getType() -
Method in class javax.sound.midi.MidiFileFormat
- Obtains the MIDI file type.
- getType() -
Method in class javax.naming.RefAddr
- Retrieves the address type of this address.
- getType() -
Method in class javax.naming.event.NamingEvent
- Returns the type of this event.
- getType() -
Method in class javax.swing.JTable.AccessibleJTable.AccessibleJTableModelChange
-
- getType() -
Method in interface javax.swing.event.DocumentEvent
- Gets the type of event.
- getType() -
Method in class javax.swing.event.TableModelEvent
- Returns the type of event - one of: INSERT, UPDATE and DELETE.
- getType() -
Method in class javax.swing.event.ListDataEvent
- Returns the event type.
- getType() -
Method in class javax.swing.text.AbstractDocument.DefaultDocumentEvent
- Returns the type of event.
- getType() -
Method in class javax.swing.text.DefaultStyledDocument.ElementSpec
- Gets the element type.
- getType() -
Method in class javax.swing.text.html.parser.AttributeList
-
- getType() -
Method in class javax.swing.text.html.parser.Element
- Get type.
- getType() -
Method in class javax.swing.text.html.parser.Entity
- Get the type of the entity.
- getType(char) -
Static method in class java.lang.Character
- Returns a value indicating a character category.
- getTypeCode() -
Method in class java.io.ObjectStreamField
- Returns character encoding of field type.
- getTypeDescription(File) -
Method in class javax.swing.JFileChooser
- Returns the file type.
- getTypeDescription(File) -
Method in class javax.swing.filechooser.FileView
- A human readable description of the type of the file.
- getTypeDescription(File) -
Method in class javax.swing.plaf.basic.BasicFileChooserUI.BasicFileView
-
- getTypeInfo() -
Method in interface java.sql.DatabaseMetaData
- Gets a description of all the standard SQL types supported by
this database.
- getTypeMap() -
Method in interface java.sql.Connection
- Gets the type map object associated with this connection.
- getTypeString() -
Method in class java.io.ObjectStreamField
- Return the JVM type signature.
- getUDTs(String, String, String, int[]) -
Method in interface java.sql.DatabaseMetaData
- Gets a description of the user-defined types defined in a particular
schema.
- getUI() -
Method in class javax.swing.JViewport
- Returns the L&F object that renders this component.
- getUI() -
Method in class javax.swing.JTabbedPane
- Returns the UI object which implements the L&F for this component.
- getUI() -
Method in class javax.swing.AbstractButton
- Returns the L&F object that renders this component.
- getUI() -
Method in class javax.swing.JOptionPane
- Returns the UI object which implements the L&F for this component.
- getUI() -
Method in class javax.swing.JColorChooser
- Returns the L&F object that renders this component.
- getUI() -
Method in class javax.swing.JPopupMenu
- Returns the look and feel (L&F) object that renders this component.
- getUI() -
Method in class javax.swing.JSeparator
- Returns the L&F object that renders this component.
- getUI() -
Method in class javax.swing.JComboBox
- Returns the L&F object that renders this component.
- getUI() -
Method in class javax.swing.JList
- Returns the look and feel (L&F) object that renders this component.
- getUI() -
Method in class javax.swing.JToolTip
- Returns the L&F object that renders this component.
- getUI() -
Method in class javax.swing.JInternalFrame
- Returns the L&F object that renders this component.
- getUI() -
Method in class javax.swing.JInternalFrame.JDesktopIcon
- Returns the L&F object that renders this component.
- getUI() -
Method in class javax.swing.JSplitPane
- Returns the
SplitPaneUI
that is providing the
current look and feel.
- getUI() -
Method in class javax.swing.JTree
- Returns the L&F object that renders this component.
- getUI() -
Method in class javax.swing.JTable
- Returns the L&F object that renders this component.
- getUI() -
Method in class javax.swing.JLabel
- Returns the L&F object that renders this component.
- getUI() -
Method in class javax.swing.JFileChooser
- Gets the UI object which implements the L&F for this component.
- getUI() -
Method in class javax.swing.JDesktopPane
- Returns the L&F object that renders this component.
- getUI() -
Method in class javax.swing.JToolBar
- Returns the toolbar's current UI.
- getUI() -
Method in class javax.swing.JMenuBar
- Returns the menubar's current UI.
- getUI() -
Method in class javax.swing.JScrollPane
- Returns the look and feel (L&F) object that renders this component.
- getUI() -
Method in class javax.swing.JScrollBar
- Returns the delegate that implements the look and feel for
this component.
- getUI() -
Method in class javax.swing.JProgressBar
- Returns the L&F object that renders this component.
- getUI() -
Method in class javax.swing.JRootPane
- Returns the L&F object that renders this component.
- getUI() -
Method in class javax.swing.JSlider
- Gets the UI object which implements the L&F for this component.
- getUI() -
Method in class javax.swing.table.JTableHeader
- Returns the look and feel (L&F) object that renders this component.
- getUI() -
Method in class javax.swing.text.JTextComponent
- Fetches the user-interface factory for this text-oriented editor.
- getUI(JComponent) -
Method in class javax.swing.UIDefaults
- Creates an
ComponentUI
implementation for the
specified component.
- getUI(JComponent) -
Static method in class javax.swing.UIManager
- Returns the L&F object that renders the target component.
- getUIActionMap(JComponent) -
Static method in class javax.swing.SwingUtilities
- Returns the ActionMap provided by the UI
in component
component
.
- getUIClass(String) -
Method in class javax.swing.UIDefaults
- Returns the L&F class that renders this component.
- getUIClass(String, ClassLoader) -
Method in class javax.swing.UIDefaults
- The value of
get(uidClassID)
must be the
String
name of a
class that implements the corresponding ComponentUI
class.
- getUIClassID() -
Method in class javax.swing.JComponent
- Returns the UIDefaults key used to look up the name of the
swing.plaf.ComponentUI class that defines the look and feel
for this component.
- getUIClassID() -
Method in class javax.swing.JEditorPane
- Gets the class ID for the UI.
- getUIClassID() -
Method in class javax.swing.JTextPane
- Returns the class ID for the UI.
- getUIClassID() -
Method in class javax.swing.JViewport
- Returns a string that specifies the name of the L&F class
that renders this component.
- getUIClassID() -
Method in class javax.swing.JTabbedPane
- Returns the name of the UI class that implements the
L&F for this component.
- getUIClassID() -
Method in class javax.swing.JMenuItem
- Returns the name of the L&F class that renders this component.
- getUIClassID() -
Method in class javax.swing.JCheckBoxMenuItem
- Returns the name of the L&F class
that renders this component.
- getUIClassID() -
Method in class javax.swing.JToggleButton
- Returns a string that specifies the name of the l&f class
that renders this component.
- getUIClassID() -
Method in class javax.swing.JCheckBox
- Returns a string that specifies the name of the L&F class
that renders this component.
- getUIClassID() -
Method in class javax.swing.JTextField
- Gets the class ID for a UI.
- getUIClassID() -
Method in class javax.swing.JPasswordField
- Returns the name of the L&F class that renders this component.
- getUIClassID() -
Method in class javax.swing.JOptionPane
- Returns the name of the UI class that implements the
L&F for this component.
- getUIClassID() -
Method in class javax.swing.JMenu
- Returns the name of the L&F class that renders this component.
- getUIClassID() -
Method in class javax.swing.JColorChooser
- Returns the name of the L&F class that renders this component.
- getUIClassID() -
Method in class javax.swing.JButton
- Returns a string that specifies the name of the L&F class
that renders this component.
- getUIClassID() -
Method in class javax.swing.JPopupMenu
- Returns the name of the L&F class that renders this component.
- getUIClassID() -
Method in class javax.swing.JSeparator
- Returns the name of the L&F class that renders this component.
- getUIClassID() -
Method in class javax.swing.JPopupMenu.Separator
- Returns the name of the L&F class that renders this component.
- getUIClassID() -
Method in class javax.swing.JComboBox
- Returns the name of the L&F class that renders this component.
- getUIClassID() -
Method in class javax.swing.JList
- Returns the suffix used to construct the name of the look and feel
(L&F) class used to render this component.
- getUIClassID() -
Method in class javax.swing.JToolTip
- Returns the name of the L&F class that renders this component.
- getUIClassID() -
Method in class javax.swing.JInternalFrame
- Returns the name of the L&F class which renders this component.
- getUIClassID() -
Method in class javax.swing.JInternalFrame.JDesktopIcon
- Returns the name of the L&F class that renders this component.
- getUIClassID() -
Method in class javax.swing.JPanel
- Returns a string that specifies the name of the L&F class
that renders this component.
- getUIClassID() -
Method in class javax.swing.JSplitPane
- Returns the name of the L&F class that renders this component.
- getUIClassID() -
Method in class javax.swing.JTree
- Returns the name of the L&F class that renders this component.
- getUIClassID() -
Method in class javax.swing.JTable
- Returns the suffix used to construct the name of the L&F class used to
render this component.
- getUIClassID() -
Method in class javax.swing.JLabel
- Returns a string that specifies the name of the l&f class
that renders this component.
- getUIClassID() -
Method in class javax.swing.JFileChooser
- Returns a string that specifies the name of the L&F class
that renders this component.
- getUIClassID() -
Method in class javax.swing.JDesktopPane
- Returns the name of the L&F class that renders this component.
- getUIClassID() -
Method in class javax.swing.JRadioButton
- Returns the name of the L&F class
that renders this component.
- getUIClassID() -
Method in class javax.swing.JToolBar
- Returns the name of the L&F class that renders this component.
- getUIClassID() -
Method in class javax.swing.JToolBar.Separator
- Returns the name of the L&F class that renders this component.
- getUIClassID() -
Method in class javax.swing.JMenuBar
- Returns the name of the L&F class that renders this component.
- getUIClassID() -
Method in class javax.swing.JRadioButtonMenuItem
- Returns the name of the L&F class that renders this component.
- getUIClassID() -
Method in class javax.swing.JTextArea
- Returns the class ID for the UI.
- getUIClassID() -
Method in class javax.swing.JScrollPane
- Returns the suffix used to construct the name of the L&F class used to
render this component.
- getUIClassID() -
Method in class javax.swing.JScrollBar
- Returns the name of the LookAndFeel class for this component.
- getUIClassID() -
Method in class javax.swing.JProgressBar
- Returns the name of the L&F class that renders this component.
- getUIClassID() -
Method in class javax.swing.JRootPane
- Returns a string that specifies the name of the l&f class
that renders this component.
- getUIClassID() -
Method in class javax.swing.JSlider
- Returns the name of the L&F class that renders this component.
- getUIClassID() -
Method in class javax.swing.table.JTableHeader
- Returns the suffix used to construct the name of the look and feel
(L&F) class used to render this component.
- getUIError(String) -
Method in class javax.swing.UIDefaults
- If
getUI()
fails for any reason,
it calls this method before returning null
.
- getUIInputMap(JComponent, int) -
Static method in class javax.swing.SwingUtilities
- Returns the InputMap provided by the UI for condition
condition
in component component
.
- getUIs() -
Method in class javax.swing.plaf.multi.MultiListUI
- Return the list of UI's associated with this multiplexing UI.
- getUIs() -
Method in class javax.swing.plaf.multi.MultiSeparatorUI
- Return the list of UI's associated with this multiplexing UI.
- getUIs() -
Method in class javax.swing.plaf.multi.MultiLabelUI
- Return the list of UI's associated with this multiplexing UI.
- getUIs() -
Method in class javax.swing.plaf.multi.MultiPopupMenuUI
- Return the list of UI's associated with this multiplexing UI.
- getUIs() -
Method in class javax.swing.plaf.multi.MultiPanelUI
- Return the list of UI's associated with this multiplexing UI.
- getUIs() -
Method in class javax.swing.plaf.multi.MultiScrollBarUI
- Return the list of UI's associated with this multiplexing UI.
- getUIs() -
Method in class javax.swing.plaf.multi.MultiTextUI
- Return the list of UI's associated with this multiplexing UI.
- getUIs() -
Method in class javax.swing.plaf.multi.MultiComboBoxUI
- Return the list of UI's associated with this multiplexing UI.
- getUIs() -
Method in class javax.swing.plaf.multi.MultiTableHeaderUI
- Return the list of UI's associated with this multiplexing UI.
- getUIs() -
Method in class javax.swing.plaf.multi.MultiFileChooserUI
- Return the list of UI's associated with this multiplexing UI.
- getUIs() -
Method in class javax.swing.plaf.multi.MultiColorChooserUI
- Return the list of UI's associated with this multiplexing UI.
- getUIs() -
Method in class javax.swing.plaf.multi.MultiTreeUI
- Return the list of UI's associated with this multiplexing UI.
- getUIs() -
Method in class javax.swing.plaf.multi.MultiViewportUI
- Return the list of UI's associated with this multiplexing UI.
- getUIs() -
Method in class javax.swing.plaf.multi.MultiTabbedPaneUI
- Return the list of UI's associated with this multiplexing UI.
- getUIs() -
Method in class javax.swing.plaf.multi.MultiProgressBarUI
- Return the list of UI's associated with this multiplexing UI.
- getUIs() -
Method in class javax.swing.plaf.multi.MultiScrollPaneUI
- Return the list of UI's associated with this multiplexing UI.
- getUIs() -
Method in class javax.swing.plaf.multi.MultiOptionPaneUI
- Return the list of UI's associated with this multiplexing UI.
- getUIs() -
Method in class javax.swing.plaf.multi.MultiSplitPaneUI
- Return the list of UI's associated with this multiplexing UI.
- getUIs() -
Method in class javax.swing.plaf.multi.MultiButtonUI
- Return the list of UI's associated with this multiplexing UI.
- getUIs() -
Method in class javax.swing.plaf.multi.MultiToolBarUI
- Return the list of UI's associated with this multiplexing UI.
- getUIs() -
Method in class javax.swing.plaf.multi.MultiSliderUI
- Return the list of UI's associated with this multiplexing UI.
- getUIs() -
Method in class javax.swing.plaf.multi.MultiDesktopPaneUI
- Return the list of UI's associated with this multiplexing UI.
- getUIs() -
Method in class javax.swing.plaf.multi.MultiTableUI
- Return the list of UI's associated with this multiplexing UI.
- getUIs() -
Method in class javax.swing.plaf.multi.MultiDesktopIconUI
- Return the list of UI's associated with this multiplexing UI.
- getUIs() -
Method in class javax.swing.plaf.multi.MultiMenuItemUI
- Return the list of UI's associated with this multiplexing UI.
- getUIs() -
Method in class javax.swing.plaf.multi.MultiInternalFrameUI
- Return the list of UI's associated with this multiplexing UI.
- getUIs() -
Method in class javax.swing.plaf.multi.MultiToolTipUI
- Return the list of UI's associated with this multiplexing UI.
- getUIs() -
Method in class javax.swing.plaf.multi.MultiMenuBarUI
- Return the list of UI's associated with this multiplexing UI.
- getUndeclaredThrowable() -
Method in class java.lang.reflect.UndeclaredThrowableException
- Returns the
Throwable
instance wrapped in this
UndeclaredThrowableException
.
- getUnderlineOffset() -
Method in class java.awt.font.LineMetrics
- Returns the position of the underline relative to
the baseline.
- getUnderlineThickness() -
Method in class java.awt.font.LineMetrics
- Returns the thickness of the underline.
- getUndoOrRedoPresentationName() -
Method in class javax.swing.undo.UndoManager
- Return the appropriate name for a command that toggles between
undo and redo.
- getUndoPresentationName() -
Method in class javax.swing.text.AbstractDocument.DefaultDocumentEvent
- Provides a localized, human readable description of the undoable
form of this edit, e.g.
- getUndoPresentationName() -
Method in class javax.swing.undo.AbstractUndoableEdit
- If getPresentationName() returns "", returns
AbstractUndoableEdit.UndoName.
- getUndoPresentationName() -
Method in class javax.swing.undo.CompoundEdit
- Returns getUndoPresentationName from the last UndoableEdit
added to edits.
- getUndoPresentationName() -
Method in class javax.swing.undo.UndoManager
- If inProgress, returns getUndoPresentationName of the
significant edit that will be undone when undo() is invoked.
- getUndoPresentationName() -
Method in interface javax.swing.undo.UndoableEdit
- Provide a localized, human readable description of the undoable
form of this edit, e.g.
- getUnexecutedModifications() -
Method in class javax.naming.directory.AttributeModificationException
- Retrieves the unexecuted modification list.
- getUnicodeStream(int) -
Method in interface java.sql.ResultSet
- Deprecated. use
getCharacterStream
in place of
getUnicodeStream
- getUnicodeStream(String) -
Method in interface java.sql.ResultSet
- Deprecated.
- getUnitIncrement() -
Method in class java.awt.Scrollbar
- Gets the unit increment for this scrollbar.
- getUnitIncrement() -
Method in interface java.awt.Adjustable
- Gets the unit value increment for the adjustable object.
- getUnitIncrement() -
Method in class javax.swing.JScrollBar
- For backwards compatibility with java.awt.Scrollbar.
- getUnitIncrement(int) -
Method in class javax.swing.JScrollBar
- Returns the amount to change the scrollbar's value by,
given a unit up/down request.
- getUnitIncrement(int) -
Method in class javax.swing.JScrollPane.ScrollBar
- Computes the unit increment for scrolling if the viewport's
view is a
Scrollable
object.
- getUnits() -
Method in class javax.sound.sampled.FloatControl
- Obtains the label for the units in which the control's values are expressed,
such as "dB" or "frames per second."
- getUnnormalizedComponents(float[], int, int[], int) -
Method in class java.awt.image.ColorModel
- Returns an array of all of the color/alpha components in unnormalized
form, given a normalized component array.
- getUpdateAction() -
Method in class javax.swing.plaf.basic.BasicFileChooserUI
-
- getUpdateCount() -
Method in interface java.sql.Statement
- Returns the current result as an update count;
if the result is a
ResultSet
object or there are no more results, -1
is returned.
- getUpdateCounts() -
Method in class java.sql.BatchUpdateException
- Retrieves the update count for each update statement in the batch
update that executed successfully before this exception occurred.
- getUpdateLevel() -
Method in class javax.swing.undo.UndoableEditSupport
- Returns the update level value.
- getUpdatePeriod() -
Method in class javax.sound.sampled.FloatControl
- Obtains the smallest time interval, in microseconds, over which the control's value can
change during a shift.
- getUpdateRect() -
Method in class java.awt.event.PaintEvent
- Returns the rectangle representing the area which needs to be
repainted in response to this event.
- getUpdateTableInRealTime() -
Method in class javax.swing.table.JTableHeader
- Obsolete as of Java 2 platform v1.3.
- getURL() -
Method in class java.net.URLConnection
- Returns the value of this
URLConnection
's URL
field.
- getURL() -
Method in interface java.sql.DatabaseMetaData
- What's the url for this database?
- getURL() -
Method in class javax.swing.event.HyperlinkEvent
- Gets the URL that the link refers to.
- getURLContext(String, Hashtable) -
Static method in class javax.naming.spi.NamingManager
- Creates a context for the given URL scheme id.
- getURLOrDefaultInitCtx(Name) -
Method in class javax.naming.InitialContext
- Retrieves a context for resolving
name
.
- getURLOrDefaultInitCtx(String) -
Method in class javax.naming.InitialContext
- Retrieves a context for resolving the string name
name
.
- getURLs() -
Method in class java.net.URLClassLoader
- Returns the search path of URLs for loading classes and resources.
- getUseCaches() -
Method in class java.net.URLConnection
- Returns the value of this
URLConnection
's
useCaches
field.
- getUserAction() -
Method in class java.awt.dnd.DragSourceDragEvent
- This method returns an
int
representing
the user's currently selected drop action.
- getUserInfo() -
Method in class java.net.URL
- Returns the userInfo part of this
URL
.
- getUserName() -
Method in class java.awt.print.PrinterJob
- Gets the name of the printing user.
- getUserName() -
Method in class java.net.PasswordAuthentication
- Returns the user name.
- getUserName() -
Method in interface java.sql.DatabaseMetaData
- What's our user name as known to the database?
- getUserObject() -
Method in class javax.swing.tree.DefaultMutableTreeNode
- Returns this node's user object.
- getUserObjectPath() -
Method in class javax.swing.tree.DefaultMutableTreeNode
- Returns the user object path, from the root, to get to this node.
- getUserTextColor() -
Static method in class javax.swing.plaf.metal.MetalLookAndFeel
-
- getUserTextColor() -
Method in class javax.swing.plaf.metal.MetalTheme
-
- getUserTextFont() -
Static method in class javax.swing.plaf.metal.MetalLookAndFeel
-
- getUserTextFont() -
Method in class javax.swing.plaf.metal.MetalTheme
-
- getUserTextFont() -
Method in class javax.swing.plaf.metal.DefaultMetalTheme
-
- getVAdjustable() -
Method in class java.awt.ScrollPane
- Returns the Adjustable object which represents the state of
the vertical scrollbar.
- getValidPixels() -
Method in class java.awt.image.IndexColorModel
- Returns a
BigInteger
that indicates the valid/invalid
pixels in the colormap.
- getValue() -
Method in class java.awt.Scrollbar
- Gets the current value of this scroll bar.
- getValue() -
Method in interface java.awt.Adjustable
- Gets the current value of the adjustable object.
- getValue() -
Method in class java.awt.event.AdjustmentEvent
- Returns the current value in the adjustment event.
- getValue() -
Method in interface java.beans.PropertyEditor
- Gets the property value.
- getValue() -
Method in class java.beans.PropertyEditorSupport
- Gets the value of the property.
- getValue() -
Method in class java.rmi.dgc.Lease
- Returns the lease duration.
- getValue() -
Method in class java.text.Annotation
- Returns the value of the attribute, which may be null.
- getValue() -
Method in interface java.util.Map.Entry
- Returns the value corresponding to this entry.
- getValue() -
Method in class java.util.zip.Adler32
- Returns checksum value.
- getValue() -
Method in interface java.util.zip.Checksum
- Returns the current checksum value.
- getValue() -
Method in class java.util.zip.CRC32
- Returns CRC-32 value.
- getValue() -
Method in class javax.sound.sampled.EnumControl
- Obtains this control's current value.
- getValue() -
Method in class javax.sound.sampled.FloatControl
- Obtains this control's current value.
- getValue() -
Method in class javax.sound.sampled.BooleanControl
- Obtains this control's current value.
- getValue() -
Method in class javax.swing.DefaultBoundedRangeModel
- Return the model's current value.
- getValue() -
Method in class javax.swing.JOptionPane
- Returns the value the user has selected.
- getValue() -
Method in interface javax.swing.BoundedRangeModel
- Returns the model's current value.
- getValue() -
Method in class javax.swing.JScrollBar
- Returns the scrollbar's value.
- getValue() -
Method in class javax.swing.JProgressBar
- Returns the model's current value.
- getValue() -
Method in class javax.swing.JSlider
- Returns the sliders value.
- getValue() -
Method in class javax.swing.text.html.Option
- Convenience method to return the string associated
with the
value
attribute.
- getValue() -
Method in class javax.swing.text.html.parser.AttributeList
-
- getValue(Attributes.Name) -
Method in class java.util.jar.Attributes
- Returns the value of the specified Attributes.Name, or null if the
attribute was not found.
- getValue(String) -
Method in class java.beans.FeatureDescriptor
- Retrieve a named attribute with this feature.
- getValue(String) -
Method in class java.util.jar.Attributes
- Returns the value of the specified attribute name, specified as
a string, or null if the attribute was not found.
- getValue(String) -
Method in interface javax.swing.Action
- Gets one of this object's properties
using the associated key.
- getValue(String) -
Method in class javax.swing.AbstractAction
- Gets the
Object
associated with the specified key.
- getValueAt(int, int) -
Method in class javax.swing.JTable
- Returns the cell value at
row
and column
.
- getValueAt(int, int) -
Method in class javax.swing.table.DefaultTableModel
- Returns an attribute value for the cell at
row
and column
.
- getValueAt(int, int) -
Method in interface javax.swing.table.TableModel
- Returns the value for the cell at
columnIndex
and
rowIndex
.
- getValueIsAdjusting() -
Method in class javax.swing.DefaultBoundedRangeModel
- Returns true if the value is in the process of changing
as a result of actions being taken by the user.
- getValueIsAdjusting() -
Method in class javax.swing.DefaultListSelectionModel
-
- getValueIsAdjusting() -
Method in class javax.swing.JList
- Returns the value of the data model's
isAdjusting
property.
- getValueIsAdjusting() -
Method in interface javax.swing.ListSelectionModel
- Returns true if the value is undergoing a series of changes.
- getValueIsAdjusting() -
Method in interface javax.swing.BoundedRangeModel
- Returns true if the current changes to the value property are part
of a series of changes.
- getValueIsAdjusting() -
Method in class javax.swing.JScrollBar
- True if the scrollbar knob is being dragged.
- getValueIsAdjusting() -
Method in class javax.swing.JSlider
- True if the slider knob is being dragged.
- getValueIsAdjusting() -
Method in class javax.swing.event.ListSelectionEvent
- Returns true if this is one of multiple change events.
- getValues() -
Method in class javax.sound.sampled.EnumControl
- Returns the set of possible values for this control.
- getValues() -
Method in class javax.swing.text.html.parser.AttributeList
-
- getVariant() -
Method in class java.util.Locale
- Returns the variant code for this locale.
- getVariation() -
Method in class java.awt.im.InputMethodHighlight
- Returns the variation of the text range.
- getVendor() -
Method in class javax.sound.sampled.Mixer.Info
- Obtains the vendor of the mixer.
- getVendor() -
Method in interface javax.sound.midi.Soundbank
- Obtains a
string
naming the company that provides the
sound bank
- getVendor() -
Method in class javax.sound.midi.MidiDevice.Info
- Obtains the name of the company who supplies the device.
- getVerifyInputWhenFocusTarget() -
Method in class javax.swing.JComponent
- Get the value that indicates whether the input verifier for the
current focus owner will be called before this component requests
focus.
- 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.sound.sampled.Mixer.Info
- Obtains the version of the mixer.
- getVersion() -
Method in interface javax.sound.midi.Soundbank
- Obtains the version string for the sound bank.
- getVersion() -
Method in class javax.sound.midi.MidiDevice.Info
- Obtains the version of the device.
- getVersionColumns(String, String, String) -
Method in interface java.sql.DatabaseMetaData
- Gets a description of a table's columns that are automatically
updated when any value in a row is updated.
- getVerticalAlignment() -
Method in class javax.swing.AbstractButton
- Returns the vertical alignment of the text and icon.
- getVerticalAlignment() -
Method in class javax.swing.JLabel
- Returns the alignment of the label's contents along the Y axis.
- getVerticalLegBuffer() -
Method in class javax.swing.plaf.basic.BasicTreeUI
- The vertical element of legs between nodes starts at the bottom of the
parent node by default.
- getVerticalScrollBar() -
Method in class javax.swing.ScrollPaneLayout
- Returns the JScrollBar object that handles vertical scrolling.
- getVerticalScrollBar() -
Method in class javax.swing.JScrollPane
- Returns the vertical scroll bar that controls the viewports
vertical view position.
- getVerticalScrollBarPolicy() -
Method in class javax.swing.ScrollPaneLayout
- Returns the vertical scrollbar-display policy.
- getVerticalScrollBarPolicy() -
Method in class javax.swing.JScrollPane
- Returns the vertical scroll bar policy value.
- getVerticalSliderThumbIcon() -
Static method in class javax.swing.plaf.metal.MetalIconFactory
-
- getVerticalTextPosition() -
Method in class javax.swing.AbstractButton
- Returns the vertical position of the text relative to the icon.
- getVerticalTextPosition() -
Method in class javax.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.BorderLayout
- Returns the vertical gap between components.
- getVgap() -
Method in class java.awt.FlowLayout
- Gets the vertical gap between components.
- getView() -
Method in class javax.swing.JViewport
- Returns the
JViewport
s one child or null
.
- getView(int) -
Method in class javax.swing.text.View
- Gets the nth child view.
- getView(int) -
Method in class javax.swing.text.CompositeView
- Gets the n-th view in this container.
- getView(int) -
Method in class javax.swing.text.AsyncBoxView
- Gets the nth child view.
- getViewAtPoint(int, int, Rectangle) -
Method in class javax.swing.text.CompositeView
- Fetches the child view at the given point.
- getViewAtPoint(int, int, Rectangle) -
Method in class javax.swing.text.BoxView
- Fetches the child view at the given point.
- getViewAtPosition(int, Rectangle) -
Method in class javax.swing.text.CompositeView
- Fetches the child view that represents the given position in
the model.
- getViewAtPosition(int, Rectangle) -
Method in class javax.swing.text.TableView
- Fetches the child view that represents the given position in
the model.
- getViewAtPosition(int, Rectangle) -
Method in class javax.swing.text.TableView.TableRow
- Fetches the child view that represents the given position in
the model.
- getViewAttributes(View) -
Method in class javax.swing.text.html.StyleSheet
- Fetches a set of attributes to use in the view for
displaying.
- getViewCount() -
Method in class javax.swing.text.View
- Returns the number of views in this view.
- getViewCount() -
Method in class javax.swing.text.CompositeView
- Returns the number of child views of this view.
- getViewCount() -
Method in class javax.swing.text.AsyncBoxView
- Returns the number of views in this view.
- getViewFactory() -
Method in class javax.swing.text.View
- Fetches the ViewFactory implementation that is feeding
the view hierarchy.
- getViewFactory() -
Method in class javax.swing.text.EditorKit
- Fetches a factory that is suitable for producing
views of any models that are produced by this
kit.
- getViewFactory() -
Method in class javax.swing.text.DefaultEditorKit
- Fetches a factory that is suitable for producing
views of any models that are produced by this
kit.
- getViewFactory() -
Method in class javax.swing.text.StyledEditorKit
- Fetches a factory that is suitable for producing
views of any models that are produced by this
kit.
- getViewFactory() -
Method in class javax.swing.text.html.HTMLEditorKit
- Fetch a factory that is suitable for producing
views of any models that are produced by this
kit.
- getViewIndex(int, Position.Bias) -
Method in class javax.swing.text.View
- Returns the child view index representing the given position in
the model.
- getViewIndex(int, Position.Bias) -
Method in class javax.swing.text.CompositeView
- Returns the child view index representing the given position in
the model.
- getViewIndex(int, Position.Bias) -
Method in class javax.swing.text.AsyncBoxView
- Returns the child view index representing the given position in
the model.
- getViewIndexAtPoint(float, float, Shape) -
Method in class javax.swing.text.AsyncBoxView.ChildLocator
- Fetches the child view index at the given point.
- getViewIndexAtPosition(int) -
Method in class javax.swing.text.CompositeView
- Fetches the child view index representing the given position in
the model.
- getViewIndexAtPosition(int) -
Method in class javax.swing.text.FlowView
- Fetches the child view index representing the given position in
the model.
- getViewIndexAtPosition(int) -
Method in class javax.swing.text.ZoneView
- Fetches the child view index representing the given position in
the model.
- getViewIndexAtPosition(int, Position.Bias) -
Method in class javax.swing.text.AsyncBoxView
- Fetches the child view index representing the given position in
the model.
- getViewIndexAtVisualOffset(float) -
Method in class javax.swing.text.AsyncBoxView.ChildLocator
- Locate the view responsible for an offset into the box
along the major axis.
- getViewport() -
Method in class javax.swing.ScrollPaneLayout
- Returns the JViewport object that displays the scrollable contents.
- getViewport() -
Method in class javax.swing.JScrollPane
- Returns the current
JViewport
.
- getViewportBorder() -
Method in class javax.swing.JScrollPane
- Returns the
Border
object that surrounds the viewport.
- getViewportBorderBounds() -
Method in class javax.swing.JScrollPane
- Returns the bounds of the viewport's border.
- getViewportBorderBounds(JScrollPane) -
Method in class javax.swing.ScrollPaneLayout
- Deprecated. As of JDK version Swing1.1
replaced by
JScrollPane.getViewportBorderBounds()
.
- getViewportSize() -
Method in class java.awt.ScrollPane
- Returns the current size of the scroll pane's view port.
- getViewPosition() -
Method in class javax.swing.JViewport
- Returns the view coordinates that appear in the upper left
hand corner of the viewport, or 0,0 if there's no view.
- getViewRect() -
Method in class javax.swing.JViewport
- Returns a rectangle whose origin is
getViewPosition
and size is getExtentSize
.
- getViewSize() -
Method in class javax.swing.JViewport
- If the view's size hasn't been explicitly set, return the
preferred size, otherwise return the view's current size.
- getVisible() -
Method in class java.awt.Scrollbar
- Deprecated. As of JDK version 1.1,
replaced by
getVisibleAmount()
.
- getVisibleAdvance() -
Method in class java.awt.font.TextLayout
- Returns the advance of this
TextLayout
, minus trailing
whitespace.
- getVisibleAmount() -
Method in class java.awt.Scrollbar
- Gets the visible amount of this scroll bar.
- getVisibleAmount() -
Method in interface java.awt.Adjustable
- Gets the length of the propertional indicator.
- getVisibleAmount() -
Method in class javax.swing.JScrollBar
- Returns the scrollbar's extent, aka its "visibleAmount".
- getVisibleChildCount(TreePath) -
Method in class javax.swing.tree.AbstractLayoutCache
- Returns the number of visible children for row.
- getVisibleChildCount(TreePath) -
Method in class javax.swing.tree.VariableHeightLayoutCache
- Returns the number of visible children for row.
- getVisibleChildCount(TreePath) -
Method in class javax.swing.tree.FixedHeightLayoutCache
- Returns the number of visible children for row.
- getVisibleComponent() -
Method in class javax.swing.plaf.basic.BasicTabbedPaneUI
-
- getVisibleEditorRect() -
Method in class javax.swing.plaf.basic.BasicTextUI
- Gets the allocation to give the root View.
- getVisibleIndex() -
Method in class java.awt.List
- Gets the index of the item that was last made visible by
the method
makeVisible
.
- getVisiblePathsFrom(TreePath) -
Method in class javax.swing.tree.AbstractLayoutCache
- Returns an Enumerator that increments over the visible paths
starting at the passed in location.
- getVisiblePathsFrom(TreePath) -
Method in class javax.swing.tree.VariableHeightLayoutCache
- Returns an Enumerator that increments over the visible paths
starting at the passed in location.
- getVisiblePathsFrom(TreePath) -
Method in class javax.swing.tree.FixedHeightLayoutCache
- Returns an Enumerator that increments over the visible paths
starting at the passed in location.
- getVisiblePosition() -
Method in class java.awt.event.InputMethodEvent
- Gets the position that's most important to be visible.
- getVisibleRect() -
Method in class javax.swing.JComponent
- Returns the Component's "visible rectangle" - the
intersection of this component's visible rectangle:
- getVisibleRowCount() -
Method in class javax.swing.JList
- Returns the preferred number of visible rows.
- getVisibleRowCount() -
Method in class javax.swing.JTree
- Returns the number of rows that are displayed in the display area.
- getVisualBounds() -
Method in class java.awt.font.GlyphVector
- Returns the visual bounds of this
GlyphVector
The visual bounds is the tightest rectangle enclosing all
non-background pixels in the rendered representation of this
GlyphVector
.
- getVisualHighlightShape(TextHitInfo, TextHitInfo) -
Method in class java.awt.font.TextLayout
- Returns a
Shape
enclosing the visual selection in the
specified range, extended to the bounds.
- getVisualHighlightShape(TextHitInfo, TextHitInfo, Rectangle2D) -
Method in class java.awt.font.TextLayout
- Returns a path enclosing the visual selection in the specified range,
extended to
bounds
.
- getVisualOtherHit(TextHitInfo) -
Method in class java.awt.font.TextLayout
- Returns the hit on the opposite side of the specified hit's caret.
- getVMID() -
Method in class java.rmi.dgc.Lease
- Returns the client VMID associated with the lease.
- getVoiceStatus() -
Method in interface javax.sound.midi.Synthesizer
- Obtains the current status of the voices produced by this synthesizer.
- getVScrollbarWidth() -
Method in class java.awt.ScrollPane
- Returns the width that would be occupied by a vertical
scrollbar, which is independent of whether it is currently
displayed by the scroll pane or not.
- getWantsInput() -
Method in class javax.swing.JOptionPane
- Returns true if a
parentComponent
will be provided
for the user to input.
- getWarnings() -
Method in interface java.sql.Statement
- Retrieves the first warning reported by calls on this
Statement
object.
- getWarnings() -
Method in interface java.sql.Connection
- Returns the first warning reported by calls on this Connection.
- getWarnings() -
Method in interface java.sql.ResultSet
- Returns the first warning reported by calls on this
ResultSet
object.
- getWarningString() -
Method in class java.awt.Window
- Gets the warning string that is displayed with this window.
- getWarningString() -
Method in class javax.swing.JInternalFrame
- Gets the warning string that is displayed with this window.
- getWeekdays() -
Method in class java.text.DateFormatSymbols
- Gets weekday strings.
- getWestPane() -
Method in class javax.swing.plaf.basic.BasicInternalFrameUI
-
- getWhen() -
Method in class java.awt.event.InputEvent
- Returns the timestamp of when this event occurred.
- getWhite() -
Static method in class javax.swing.plaf.metal.MetalLookAndFeel
-
- getWhite() -
Method in class javax.swing.plaf.metal.MetalTheme
-
- getWidth() -
Method in class java.awt.Component
- Return the current width of this component.
- getWidth() -
Method in class java.awt.Dimension
- Returns the width of this dimension in double precision.
- getWidth() -
Method in class java.awt.Rectangle
- Returns the width of the bounding
Rectangle
in
double
precision.
- getWidth() -
Method in class java.awt.geom.Dimension2D
- Returns the width of this
Dimension
in double
precision.
- getWidth() -
Method in class java.awt.geom.RectangularShape
- Returns the width of the framing rectangle in
double
precision.
- getWidth() -
Method in class java.awt.geom.RoundRectangle2D.Float
- Returns the width of this
RoundRectangle2D
in double
precision.
- getWidth() -
Method in class java.awt.geom.RoundRectangle2D.Double
- Returns the width of this
RoundRectangle2D
in double
precision.
- getWidth() -
Method in class java.awt.geom.Rectangle2D.Float
- Returns the width of this
Rectangle2D
in double precision.
- getWidth() -
Method in class java.awt.geom.Rectangle2D.Double
- Returns the width of this
Rectangle2D
in
double precision.
- getWidth() -
Method in class java.awt.geom.Arc2D.Float
- Returns the width of the ellipse of which this arc is
a partial section
- getWidth() -
Method in class java.awt.geom.Arc2D.Double
- Returns the width of the ellipse of which this arc is
a partial section
- getWidth() -
Method in class java.awt.geom.Ellipse2D.Float
- Returns the overall width of this
Ellipse2D
in
double
precision.
- getWidth() -
Method in class java.awt.geom.Ellipse2D.Double
- Returns the overall width of this
Ellipse2D
in double
precision.
- getWidth() -
Method in class java.awt.image.SampleModel
- Returns the width in pixels.
- getWidth() -
Method in class java.awt.image.Kernel
- Returns the width of this
Kernel
.
- getWidth() -
Method in class java.awt.image.PixelGrabber
- Get the width of the pixel buffer (after adjusting for image width).
- getWidth() -
Method in interface java.awt.image.RenderedImage
- Returns the width of the RenderedImage.
- getWidth() -
Method in class java.awt.image.BufferedImage
- Returns the width of the
BufferedImage
.
- getWidth() -
Method in class java.awt.image.Raster
- Returns the width in pixels of the Raster.
- getWidth() -
Method in class java.awt.image.renderable.RenderableImageOp
- Gets the width in user coordinate space.
- getWidth() -
Method in interface java.awt.image.renderable.RenderableImage
- Gets the width in user coordinate space.
- getWidth() -
Method in class java.awt.print.Paper
- Returns the width of the page in 1/72nds
of an inch.
- getWidth() -
Method in class java.awt.print.PageFormat
- Returns the width, in 1/72nds of an inch, of the page.
- getWidth() -
Method in class javax.swing.JComponent
- Returns the current width of this component.
- getWidth() -
Method in class javax.swing.table.TableColumn
- Returns the width of the
TableColumn
.
- getWidth() -
Method in class javax.swing.text.BoxView
- The current width of the box.
- getWidth(ImageObserver) -
Method in class java.awt.Image
- Determines the width of the image.
- getWidth(ImageObserver) -
Method in class java.awt.image.BufferedImage
- Returns the actual width of the image.
- getWidthOfHighValueLabel() -
Method in class javax.swing.plaf.basic.BasicSliderUI
-
- getWidthOfLowValueLabel() -
Method in class javax.swing.plaf.basic.BasicSliderUI
-
- getWidthOfWidestLabel() -
Method in class javax.swing.plaf.basic.BasicSliderUI
-
- getWidths() -
Method in class java.awt.FontMetrics
- Gets the advance widths of the first 256 characters in the
Font
.
- getWindingRule() -
Method in interface java.awt.geom.PathIterator
- Returns the winding rule for determining the interior of the
path.
- getWindingRule() -
Method in class java.awt.geom.GeneralPath
- Returns the fill style winding rule.
- getWindingRule() -
Method in class java.awt.geom.FlatteningPathIterator
- Returns the winding rule for determining the interior of the
path.
- getWindow() -
Method in class java.awt.event.WindowEvent
- Returns the originator of the event.
- getWindowAncestor(Component) -
Static method in class javax.swing.SwingUtilities
-
- getWindowBackground() -
Static method in class javax.swing.plaf.metal.MetalLookAndFeel
-
- getWindowBackground() -
Method in class javax.swing.plaf.metal.MetalTheme
-
- getWindowTitleBackground() -
Static method in class javax.swing.plaf.metal.MetalLookAndFeel
-
- getWindowTitleBackground() -
Method in class javax.swing.plaf.metal.MetalTheme
-
- getWindowTitleFont() -
Static method in class javax.swing.plaf.metal.MetalLookAndFeel
-
- getWindowTitleFont() -
Method in class javax.swing.plaf.metal.MetalTheme
-
- getWindowTitleFont() -
Method in class javax.swing.plaf.metal.DefaultMetalTheme
-
- getWindowTitleForeground() -
Static method in class javax.swing.plaf.metal.MetalLookAndFeel
-
- getWindowTitleForeground() -
Method in class javax.swing.plaf.metal.MetalTheme
-
- getWindowTitleInactiveBackground() -
Static method in class javax.swing.plaf.metal.MetalLookAndFeel
-
- getWindowTitleInactiveBackground() -
Method in class javax.swing.plaf.metal.MetalTheme
-
- getWindowTitleInactiveForeground() -
Static method in class javax.swing.plaf.metal.MetalLookAndFeel
-
- getWindowTitleInactiveForeground() -
Method in class javax.swing.plaf.metal.MetalTheme
-
- getWordEnd(JTextComponent, int) -
Static method in class javax.swing.text.Utilities
- Determines the end of a word for the given location.
- getWordInstance() -
Static method in class java.text.BreakIterator
- Create BreakIterator for word-breaks using default locale.
- getWordInstance(Locale) -
Static method in class java.text.BreakIterator
- Create BreakIterator for word-breaks using specified locale.
- getWordStart(JTextComponent, int) -
Static method in class javax.swing.text.Utilities
- Determines the start of a word for the given model location.
- getWrapStyleWord() -
Method in class javax.swing.JTextArea
- Get the style of wrapping used if the text area is wrapping
lines.
- getWritableParent() -
Method in class java.awt.image.WritableRaster
- Returns the parent WritableRaster (if any) of this WritableRaster,
or else null.
- getWritableTile(int, int) -
Method in class java.awt.image.BufferedImage
- Checks out a tile for writing.
- getWritableTile(int, int) -
Method in interface java.awt.image.WritableRenderedImage
- Checks out a tile for writing.
- getWritableTileIndices() -
Method in class java.awt.image.BufferedImage
- Returns an array of
Point
objects indicating which tiles
are checked out for writing.
- getWritableTileIndices() -
Method in interface java.awt.image.WritableRenderedImage
- Returns an array of Point objects indicating which tiles
are checked out for writing.
- getWriteMethod() -
Method in class java.beans.PropertyDescriptor
- Gets the method that should be used to write the property value.
- getWriter() -
Method in class javax.swing.text.AbstractWriter
- Returns the Writer that is used to output the content.
- getX() -
Method in class java.awt.Component
- Return the current x coordinate of the components origin.
- getX() -
Method in class java.awt.Point
- Returns the X coordinate of the point in double precision.
- getX() -
Method in class java.awt.Rectangle
- Returns the X coordinate of the bounding
Rectangle
in
double
precision.
- getX() -
Method in class java.awt.event.MouseEvent
- Returns the horizontal x position of the event relative to the
source component.
- getX() -
Method in class java.awt.geom.Point2D
- Returns the X coordinate of this
Point2D
in
double
precision.
- getX() -
Method in class java.awt.geom.RectangularShape
- Returns the X coordinate of the upper left corner of
the framing rectangle in
double
precision.
- getX() -
Method in class java.awt.geom.RoundRectangle2D.Float
- Returns the X coordinate of this
RoundRectangle2D
in double
precision.
- getX() -
Method in class java.awt.geom.RoundRectangle2D.Double
- Returns the X coordinate of this
RoundRectangle2D
in double
precision.
- getX() -
Method in class java.awt.geom.Rectangle2D.Float
- Returns the X coordinate of this
Rectangle2D
in double precision.
- getX() -
Method in class java.awt.geom.Rectangle2D.Double
- Returns the X coordinate of this
Rectangle2D
in
double precision.
- getX() -
Method in class java.awt.geom.Point2D.Float
- Returns the X coordinate of this
Point2D
in
double
precision.
- getX() -
Method in class java.awt.geom.Point2D.Double
- Returns the X coordinate of this
Point2D
in double
precision.
- getX() -
Method in class java.awt.geom.Arc2D.Float
- Returns the x coordinate of the upper left corner of the arc.
- getX() -
Method in class java.awt.geom.Arc2D.Double
- Returns the x coordinate of the upper left corner of the arc.
- getX() -
Method in class java.awt.geom.Ellipse2D.Float
- Returns the X coordinate of the upper left corner of this
Ellipse2D
in double
precision.
- getX() -
Method in class java.awt.geom.Ellipse2D.Double
- Returns the X coordinate of the upper left corner of this
Ellipse2D
in double
precision.
- getX() -
Method in interface java.security.interfaces.DSAPrivateKey
- Returns the value of the private key,
x
.
- getX() -
Method in class java.security.spec.DSAPrivateKeySpec
- Returns the private key
x
.
- getX() -
Method in class javax.swing.JComponent
- Returns the current x coordinate of the component's origin.
- getX1() -
Method in class java.awt.geom.Line2D
- Returns the X coordinate of the start point in double precision.
- getX1() -
Method in class java.awt.geom.Line2D.Float
- Returns the X coordinate of the start point in double precision.
- getX1() -
Method in class java.awt.geom.Line2D.Double
- Returns the X coordinate of the start point in double precision.
- getX1() -
Method in class java.awt.geom.QuadCurve2D
- Returns the x coordinate of the start point in
double
in precision.
- getX1() -
Method in class java.awt.geom.QuadCurve2D.Float
- Returns the x coordinate of the start point in
double
precision.
- getX1() -
Method in class java.awt.geom.QuadCurve2D.Double
- Returns the x coordinate of the start point in
double
precision.
- 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.
- 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.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.
- 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.
- getXOrigin() -
Method in class java.awt.image.Kernel
- Returns the X origin of this
Kernel
.
- getY() -
Method in class java.awt.Component
- Return the current y coordinate of the components origin.
- getY() -
Method in class java.awt.Point
- Returns the Y coordinate of the point in double precision.
- getY() -
Method in class java.awt.Rectangle
- Returns the Y coordinate of the bounding
Rectangle
in
double
precision.
- getY() -
Method in class java.awt.event.MouseEvent
- Returns the vertical y position of the event relative to the
source component.
- getY() -
Method in class java.awt.geom.Point2D
- Returns the Y coordinate of this
Point2D
in
double
precision.
- getY() -
Method in class java.awt.geom.RectangularShape
- Returns the Y coordinate of the upper left corner of
the framing rectangle in
double
precision.
- getY() -
Method in class java.awt.geom.RoundRectangle2D.Float
- Returns the Y coordinate of this
RoundRectangle2D
in double
precision.
- getY() -
Method in class java.awt.geom.RoundRectangle2D.Double
- Returns the Y coordinate of this
RoundRectangle2D
in double
precision.
- getY() -
Method in class java.awt.geom.Rectangle2D.Float
- Returns the Y coordinate of this
Rectangle2D
in double precision.
- getY() -
Method in class java.awt.geom.Rectangle2D.Double
- Returns the Y coordinate of this
Rectangle2D
in
double precision.
- getY() -
Method in class java.awt.geom.Point2D.Float
- Returns the Y coordinate of this
Point2D
in
double
precision.
- getY() -
Method in class java.awt.geom.Point2D.Double
- Returns the Y coordinate of this
Point2D
in
double
precision.
- getY() -
Method in class java.awt.geom.Arc2D.Float
- Returns the y coordinate of the upper left corner of the arc.
- getY() -
Method in class java.awt.geom.Arc2D.Double
- Returns the y coordinate of the upper left corner of the arc.
- getY() -
Method in class java.awt.geom.Ellipse2D.Float
- Returns the Y coordinate of the upper left corner of this
Ellipse2D
in double
precision.
- getY() -
Method in class java.awt.geom.Ellipse2D.Double
- Returns the Y coordinate of the upper left corner of this
Ellipse2D
in double
precision.
- getY() -
Method in interface java.security.interfaces.DSAPublicKey
- Returns the value of the public key,
y
.
- getY() -
Method in class java.security.spec.DSAPublicKeySpec
- Returns the public key
y
.
- getY() -
Method in class javax.swing.JComponent
- Returns the current y coordinate of the component's origin.
- getY1() -
Method in class java.awt.geom.Line2D
- Returns the Y coordinate of the start point in double precision.
- getY1() -
Method in class java.awt.geom.Line2D.Float
- Returns the Y coordinate of the start point in double precision.
- getY1() -
Method in class java.awt.geom.Line2D.Double
- Returns the Y coordinate of the start point in double precision.
- getY1() -
Method in class java.awt.geom.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.
- 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.
- 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.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.
- 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.
- getYear() -
Method in class java.sql.Time
- Deprecated.
- getYear() -
Method in class java.util.Date
- Deprecated. As of JDK version 1.1,
replaced by
Calendar.get(Calendar.YEAR) - 1900
.
- getYOrigin() -
Method in class java.awt.image.Kernel
- Returns the Y origin of this
Kernel
.
- getZeroDigit() -
Method in class java.text.DecimalFormatSymbols
- Gets the character used for zero.
- getZoneStrings() -
Method in class java.text.DateFormatSymbols
- Gets timezone strings.
- GLASS_PANE -
Static variable in class javax.accessibility.AccessibleRole
- A pane that is guaranteed to be painted on top
of all panes beneath it.
- GLASS_PANE_PROPERTY -
Static variable in class javax.swing.JInternalFrame
- Bound property name.
- glassPane -
Variable in class javax.swing.JRootPane
- The glass pane that overlays the menu bar and content pane,
so it can intercept mouse movements and such.
- glassPaneDispatcher -
Variable in class javax.swing.plaf.basic.BasicInternalFrameUI
-
- globalHierarchyLock -
Static variable in interface java.beans.beancontext.BeanContext
- This global lock is used by both
BeanContext
and BeanContextServices
implementors
to serialize changes in a BeanContext
hierarchy and any service requests etc.
- GlyphJustificationInfo - class java.awt.font.GlyphJustificationInfo.
- The
GlyphJustificationInfo
class represents information
about the justification properties of a glyph. - GlyphJustificationInfo(float, boolean, int, float, float, boolean, int, float, float) -
Constructor for class java.awt.font.GlyphJustificationInfo
- Constructs information about the justification properties of a
glyph.
- GlyphMetrics - class java.awt.font.GlyphMetrics.
- The
GlyphMetrics
class represents infomation for a
single glyph. - GlyphMetrics(float, Rectangle2D, byte) -
Constructor for class java.awt.font.GlyphMetrics
- Constructs a
GlyphMetrics
object.
- GlyphVector - class java.awt.font.GlyphVector.
- A
GlyphVector
object is a collection of glyphs
containing geometric information for the placement of each glyph
in a transformed coordinate space which corresponds to the
device on which the GlyphVector
is ultimately
displayed. - GlyphVector() -
Constructor for class java.awt.font.GlyphVector
-
- GlyphView - class javax.swing.text.GlyphView.
- A GlyphView is a styled chunk of text that represents a view
mapped over an element in the text model.
- GlyphView.GlyphPainter - class javax.swing.text.GlyphView.GlyphPainter.
- A class to perform rendering of the glyphs.
- GlyphView.GlyphPainter() -
Constructor for class javax.swing.text.GlyphView.GlyphPainter
-
- GlyphView(Element) -
Constructor for class javax.swing.text.GlyphView
- Constructs a new view wrapped on an element.
- GoodBreakWeight -
Static variable in class javax.swing.text.View
- The weight to indicate a view supports breaking,
but better opportunities probably exist.
- GOT_FOCUS -
Static variable in class java.awt.Event
- A component gained the focus.
- gotDefault -
Variable in class javax.naming.InitialContext
- Field indicating whether the initial context has been obtained
by calling NamingManager.getInitialContext().
- gotFocus(Event, Object) -
Method in class java.awt.Component
- Deprecated. As of JDK version 1.1,
replaced by processFocusEvent(FocusEvent).
- grabFocus() -
Method in class javax.swing.JComponent
- Sets the focus on the receiving component if it doesn't already
have it.
- grabPixels() -
Method in class java.awt.image.PixelGrabber
- Request the Image or ImageProducer to start delivering pixels and
wait for all of the pixels in the rectangle of interest to be
delivered.
- grabPixels(long) -
Method in class java.awt.image.PixelGrabber
- Request the Image or ImageProducer to start delivering pixels and
wait for all of the pixels in the rectangle of interest to be
delivered or until the specified timeout has elapsed.
- GradientPaint - class java.awt.GradientPaint.
- The
GradientPaint
class provides a way to fill
a Shape
with a linear color gradient pattern. - GradientPaint(float, float, Color, float, float, Color) -
Constructor for class java.awt.GradientPaint
- Constructs a simple acyclic
GradientPaint
object.
- GradientPaint(float, float, Color, float, float, Color, boolean) -
Constructor for class java.awt.GradientPaint
- Constructs either a cyclic or acyclic
GradientPaint
object depending on the boolean
parameter.
- GradientPaint(Point2D, Color, Point2D, Color) -
Constructor for class java.awt.GradientPaint
- Constructs a simple acyclic
GradientPaint
object.
- GradientPaint(Point2D, Color, Point2D, Color, boolean) -
Constructor for class java.awt.GradientPaint
- Constructs either a cyclic or acyclic
GradientPaint
object depending on the boolean
parameter.
- GraphicAttribute - class java.awt.font.GraphicAttribute.
- This class is used with the CHAR_REPLACEMENT attribute.
- GraphicAttribute(int) -
Constructor for class java.awt.font.GraphicAttribute
- Constructs a
GraphicAttribute
.
- Graphics - class java.awt.Graphics.
- The
Graphics
class is the abstract base class for
all graphics contexts that allow an application to draw onto
components that are realized on various devices, as well as
onto off-screen images. - Graphics() -
Constructor for class java.awt.Graphics
- Constructs a new
Graphics
object.
- Graphics2D - class java.awt.Graphics2D.
- This
Graphics2D
class extends the
Graphics
class to provide more sophisticated
control over geometry, coordinate transformations, color management,
and text layout. - Graphics2D() -
Constructor for class java.awt.Graphics2D
- Constructs a new
Graphics2D
object.
- GraphicsConfigTemplate - class java.awt.GraphicsConfigTemplate.
- The
GraphicsConfigTemplate
class is used to obtain a valid
GraphicsConfiguration
. - GraphicsConfigTemplate() -
Constructor for class java.awt.GraphicsConfigTemplate
- This class is an abstract class so only subclasses can be
instantiated.
- GraphicsConfiguration - class java.awt.GraphicsConfiguration.
- The
GraphicsConfiguration
class describes the
characteristics of a graphics destination such as a printer or monitor. - GraphicsConfiguration() -
Constructor for class java.awt.GraphicsConfiguration
- This is an abstract class that cannot be instantiated directly.
- GraphicsDevice - class java.awt.GraphicsDevice.
- The
GraphicsDevice
class describes the graphics devices
that might be available in a particular graphics environment. - GraphicsDevice() -
Constructor for class java.awt.GraphicsDevice
- This is an abstract class that cannot be instantiated directly.
- GraphicsEnvironment - class java.awt.GraphicsEnvironment.
- The
GraphicsEnvironment
class describes the collection
of GraphicsDevice
objects and Font
objects
available to a Java(tm) application on a particular platform. - GraphicsEnvironment() -
Constructor for class java.awt.GraphicsEnvironment
- This is an abstract class and cannot be instantiated directly.
- gray -
Static variable in class java.awt.Color
- The color gray.
- GrayFilter - class javax.swing.GrayFilter.
- An image filter that "disables" an image by turning
it into a grayscale image, and brightening the pixels
in the image.
- GrayFilter(boolean, int) -
Constructor for class javax.swing.GrayFilter
- Constructs a GrayFilter object that filters a color image to a
grayscale image.
- GREEK -
Static variable in class java.lang.Character.UnicodeBlock
- Constant for the Unicode character block of the same name.
- GREEK_EXTENDED -
Static variable in class java.lang.Character.UnicodeBlock
- Constant for the Unicode character block of the same name.
- green -
Static variable in class java.awt.Color
- The color green.
- GREENCOMPONENT -
Static variable in class java.awt.color.ICC_ProfileRGB
- To request a gamma value or TRC for the green component.
- GregorianCalendar - class java.util.GregorianCalendar.
GregorianCalendar
is a concrete subclass of
Calendar
and provides the standard calendar used by most of the world.- GregorianCalendar() -
Constructor for class java.util.GregorianCalendar
- Constructs a default GregorianCalendar using the current time
in the default time zone with the default locale.
- GregorianCalendar(int, int, int) -
Constructor for class java.util.GregorianCalendar
- Constructs a GregorianCalendar with the given date set
in the default time zone with the default locale.
- GregorianCalendar(int, int, int, int, int) -
Constructor for class java.util.GregorianCalendar
- Constructs a GregorianCalendar with the given date
and time set for the default time zone with the default locale.
- GregorianCalendar(int, int, int, int, int, int) -
Constructor for class java.util.GregorianCalendar
- Constructs a GregorianCalendar with the given date
and time set for the default time zone with the default locale.
- GregorianCalendar(Locale) -
Constructor for class java.util.GregorianCalendar
- Constructs a GregorianCalendar based on the current time
in the default time zone with the given locale.
- GregorianCalendar(TimeZone) -
Constructor for class java.util.GregorianCalendar
- Constructs a GregorianCalendar based on the current time
in the given time zone with the default locale.
- GregorianCalendar(TimeZone, Locale) -
Constructor for class java.util.GregorianCalendar
- Constructs a GregorianCalendar based on the current time
in the given time zone with the given locale.
- GridBagConstraints - class java.awt.GridBagConstraints.
- The
GridBagConstraints
class specifies constraints
for components that are laid out using the
GridBagLayout
class. - GridBagConstraints() -
Constructor for class java.awt.GridBagConstraints
- Creates a
GridBagConstraint
object with
all of its fields set to their default value.
- GridBagConstraints(int, int, int, int, double, double, int, int, Insets, int, int) -
Constructor for class java.awt.GridBagConstraints
- Creates a
GridBagConstraints
object with
all of its fields set to the passed-in arguments.
- GridBagLayout - class java.awt.GridBagLayout.
- The
GridBagLayout
class is a flexible layout
manager that aligns components vertically and horizontally,
without requiring that the components be of the same size. - GridBagLayout() -
Constructor for class java.awt.GridBagLayout
- Creates a grid bag layout manager.
- gridColor -
Variable in class javax.swing.JTable
- The color of the grid.
- gridheight -
Variable in class java.awt.GridBagConstraints
- Specifies the number of cells in a column for the component's
display area.
- GridLayout - class java.awt.GridLayout.
- The
GridLayout
class is a layout manager that
lays out a container's components in a rectangular grid. - GridLayout() -
Constructor for class java.awt.GridLayout
- Creates a grid layout with a default of one column per component,
in a single row.
- GridLayout(int, int) -
Constructor for class java.awt.GridLayout
- Creates a grid layout with the specified number of rows and
columns.
- GridLayout(int, int, int, int) -
Constructor for class java.awt.GridLayout
- Creates a grid layout with the specified number of rows and
columns.
- gridwidth -
Variable in class java.awt.GridBagConstraints
- Specifies the number of cells in a row for the component's
display area.
- gridx -
Variable in class java.awt.GridBagConstraints
- Specifies the cell at the left of the component's display area,
where the leftmost cell has
gridx=0
.
- gridy -
Variable in class java.awt.GridBagConstraints
- Specifies the cell at the top of the component's display area,
where the topmost cell has
gridy=0
.
- group -
Variable in class javax.swing.DefaultButtonModel
-
- Group - interface java.security.acl.Group.
- This interface is used to represent a group of principals.
- grow(int, int) -
Method in class java.awt.Rectangle
- Resizes the
Rectangle
both horizontally and vertically.
- growAbsorb -
Variable in class java.awt.font.GlyphJustificationInfo
- If
true
, this glyph absorbs all extra
space at this and lower priority levels when it grows.
- growLeftLimit -
Variable in class java.awt.font.GlyphJustificationInfo
- The maximum amount by which the left side of this glyph can grow.
- growPriority -
Variable in class java.awt.font.GlyphJustificationInfo
- The priority level of this glyph as it is growing.
- growRightLimit -
Variable in class java.awt.font.GlyphJustificationInfo
- The maximum amount by which the right side of this glyph can grow.
- Guard - interface java.security.Guard.
- This interface represents a guard, which is an object that is used
to protect access to another object.
- GuardedObject - class java.security.GuardedObject.
- A GuardedObject is an object that is used to protect access to
another object.
- GuardedObject(Object, Guard) -
Constructor for class java.security.GuardedObject
- Constructs a GuardedObject using the specified object and guard.
- guessContentTypeFromName(String) -
Static method in class java.net.URLConnection
- Tries to determine the content type of an object, based
on the specified "file" component of a URL.
- guessContentTypeFromStream(InputStream) -
Static method in class java.net.URLConnection
- Tries to determine the type of an input stream based on the
characters at the beginning of the input stream.
- GUJARATI -
Static variable in class java.lang.Character.UnicodeBlock
- Constant for the Unicode character block of the same name.
- GURMUKHI -
Static variable in class java.lang.Character.UnicodeBlock
- Constant for the Unicode character block of the same name.
- GZIP_MAGIC -
Static variable in class java.util.zip.GZIPInputStream
- GZIP header magic number.
- GZIPInputStream - class java.util.zip.GZIPInputStream.
- This class implements a stream filter for reading compressed data in
the GZIP format.
- GZIPInputStream(InputStream) -
Constructor for class java.util.zip.GZIPInputStream
- Creates a new input stream with a default buffer size.
- GZIPInputStream(InputStream, int) -
Constructor for class java.util.zip.GZIPInputStream
- Creates a new input stream with the specified buffer size.
- GZIPOutputStream - class java.util.zip.GZIPOutputStream.
- This class implements a stream filter for writing compressed data in
the GZIP file format.
- GZIPOutputStream(OutputStream) -
Constructor for class java.util.zip.GZIPOutputStream
- Creates a new output stream with a default buffer size.
- GZIPOutputStream(OutputStream, int) -
Constructor for class java.util.zip.GZIPOutputStream
- Creates a new output stream with the specified buffer size.
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _
Submit a bug or feature
For further API reference and developer documentation, see Java 2 SDK SE Developer Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples. Java, Java 2D, and JDBC are trademarks or registered trademarks of Sun Microsystems, Inc. in the US and other countries.
Copyright 1993-2001 Sun Microsystems, Inc. 901 San Antonio Road
Palo Alto, California, 94303, U.S.A. All Rights Reserved.