|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
int
value representing the abstract
modifier.
KeyStroke
to be used as the
accelerator for the action.
ActionEvent
that will be created when an
Action
is going to be notified as the result of
residing in a Keymap
associated with a
JComponent
.
int
representing a "copy" action.
int
representing a "copy" or
"move" action.
int
representing a "link" action.
int
representing a "move" action.
int
representing no action.
int
representing a "reference"
action (synonym for ACTION_LINK).
ObjID
of the activator.
activeCaption
system color.
activeCaptionBorder
system color.
activeCaptionText
system color.
ERA
field indicating
the common era (Anno Domini), also known as CE.
DefaultSelectionType
instance to use for
specifying that all pages of the job should be printed.
AM_PM
field indicating the
period of the day from midnight to just before noon.
get
and set
indicating
whether the HOUR
is before or after noon.
MONTH
field indicating the
fourth month of the year.
formatToCharacterIterator
.
ARRAY
.
Attr
.
MONTH
field indicating the
eighth month of the year.
AWTError
with the specified
detail message.
EventListenerProxy
, specifically
for adding an AWTEventListener
for a specific event mask.
AWTException
with the
specified detail message.
AWTKeyStroke
represents a key action on the
keyboard, or equivalent input device. AWTKeyStroke
with default values.
AWTKeyStroke
with the specified
values.
AWTPermission
with the specified name.
AWTPermission
object with the specified name.
Action
interface. Action
object with a default
description string and default icon.
Action
object with the specified
description string and a default icon.
Action
object with the specified
description string and a the specified icon.
AbstractButton
class. ChangeListener
to be serializable.
AbstractDocument
, wrapped around some
specified content storage mechanism.
AbstractDocument
, wrapped around some
specified content storage mechanism.
AbstractLayoutCache
to determine the size
and x origin of a particular node.List
with its contents.
AbstractMethodError
with no detail message.
AbstractMethodError
with the specified
detail message.
Preferences
class, greatly easing the task of implementing it.
TableModel
interface. UndoableEdit
,
implementing simple responses to all boolean methods in
that interface.AbstractUndoableEdit
which defaults
alive
to true
.
AccessException
is thrown by certain methods of the
java.rmi.Naming
class (specifically bind
,
rebind
, and unbind
) and methods of the
java.rmi.activation.ActivationSystem
interface to
indicate that the caller does not have permission to perform the action
requested by the method call. AccessException
with the specified
detail message.
AccessException
with the specified
detail message and nested exception.
element
with
the specified parent.
Segment
was asked for.Action
interface provides a useful extension to the
ActionListener
interface in cases where the same functionality may be accessed by
several controls.
ActionEvent
object.
ActionEvent
object with modifier keys.
ActionEvent
object with the specified
modifier keys and timestamp.
ActionMap
provides mappings from
Object
s
(called keys or Action
names)
to Action
s.
ActionMap
with no parent and no mappings.
Activatable
class provides support for remote
objects that require persistent access over time and that
can be activated by the system.ActivateFailedException
with the specified
detail message.
ActivateFailedException
with the specified
detail message and nested exception.
className
, that can be loaded from the
code location
and whose initialization
information is data
.
className
, that can be loaded from the
code location
and whose initialization
information is data
.
className
that can be loaded from the
code location
and whose initialization
information is data
.
className
that can be loaded from the
code location
and whose initialization
information is data
.
ActivationException
with no specified
detail message.
ActivationException
with detail
message, s
.
ActivationException
with detail message,
s
, and detail exception ex
.
ActivationGroup
is responsible for creating new
instances of "activatable" objects in its group, informing its
ActivationMonitor
when either: its object's become
active or inactive, or the group as a whole becomes inactive. ActivationID
takes a single
argument, activator, that specifies a remote reference to the
activator responsible for activating the object associated with
this identifier.
ActivationInstantiator
is responsible for creating
instances of "activatable" objects. ActivationMonitor
is specific to an
ActivationGroup
and is obtained when a group is
reported active via a call to
ActivationSystem.activeGroup
(this is done
internally). ActivationSystem
provides a means for registering
groups and "activatable" objects to be activated within those groups.
Activator
facilitates remote object activation. adjustForGravity
instead.
AdjustmentEvent
object with the
specified Adjustable
source, event type,
adjustment type, and value.
AdjustmentEvent
object with the
specified Adjustable source, event type, adjustment type, and value.
AffineTransform
class represents a 2D affine transform
that performs a linear mapping from 2D coordinates to other 2D
coordinates that preserves the "straightness" and
"parallelness" of lines. AffineTransform
representing the
Identity transformation.
AffineTransform
that is a copy of
the specified AffineTransform
object.
AffineTransform
from 6 floating point
values representing the 6 specifiable entries of the 3x3
transformation matrix.
AffineTransform
from an array of
floating point values representing either the 4 non-translation
enries or the 6 specifiable entries of the 3x3 transformation
matrix.
AffineTransform
from 6 double
precision values representing the 6 specifiable entries of the 3x3
transformation matrix.
AffineTransform
from an array of
double precision values representing either the 4 non-translation
entries or the 6 specifiable entries of the 3x3 transformation
matrix.
Raster
to 2D coordinates
in the destination image or Raster
.
AffineTransformOp
given an affine transform.
AffineTransformOp
given an affine transform
and the interpolation type.
AlphaComposite
class implements the basic alpha
compositing rules for combining source and destination pixels to achieve
blending and transparency effects with graphics and images.
AlreadyBoundException
is thrown if an attempt
is made to bind an object in the registry to a name that already
has an associated binding.AlreadyBoundException
with no
specified detail message.
AlreadyBoundException
with the specified
detail message.
SocketChannel
that is already connected.Arc2D
is the abstract superclass for all objects that
store a 2D arc defined by a bounding rectangle,
start angle, angular extent (length of the arc), and a closure type
(OPEN
, CHORD
, or PIE
).
Area
class is a device-independent specification of an
arbitrarily-shaped area. Area
class creates an area geometry from the
specified Shape
object.
ArithmeticException
with no detail
message.
ArithmeticException
with the specified
detail message.
arrangeGrid
instead.
Array
class provides static methods to dynamically create and
access Java arrays.
ARRAY
.
ArrayIndexOutOfBoundsException
with no
detail message.
ArrayIndexOutOfBoundsException
class with an argument indicating the illegal index.
ArrayIndexOutOfBoundsException
class
with the specified detail message.
ArrayStoreException
with no detail message.
ArrayStoreException
with the specified
detail message.
boolean
, which is converted to
a string as defined in The Java Language Specification,
Second Edition, Section 15.18.1.1.
char
, which is converted to a
string as defined in The Java Language Specification, Second
Edition, Section 15.18.1.1.
int
, which is converted to a
string as defined in The Java Language Specification, Second
Edition, Section 15.18.1.1.
long
, which is converted to a
string as defined in The Java Language Specification, Second
Edition, Section 15.18.1.1.
float
, which is converted to a
string as defined in The Java Language Specification, Second
Edition, Section 15.18.1.1.
double
, which is converted to a
string as defined in The Java Language Specification, Second
Edition, Section 15.18.1.1.
int
value.
long
value.
float
value.
double
value.
int
value..
long
value.
float
value.
double
value.
ResultSet
object.
Preferences.absolutePath()
.
Component
is an acceptable choice as the new focus owner.
DTMIterator
.
DTMIterator
.
AccessibleContext
associated with this
JComponent
.
ActionListener
.
getNextIndex
to determine the next index
to select.
id
.
true
if the DropTarget is accepting Drag & Drop operations.
activeObject
method is called when an
object is exported (either by Activatable
object
construction or an explicit call to
Activatable.exportObject
.
activeObject
callback to the group's
monitor.
Choice
menu.
newx
and newy
, to this Rectangle
.
Point
to this
Rectangle
.
Rectangle
to this Rectangle
.
RenderingHints
object to this
RenderingHints
object.
Area
to the
shape of this Area
.
newx
and newy
, to this
Rectangle2D
.
Point2D
object pt
to this
Rectangle2D
.
Rectangle2D
object to this
Rectangle2D
.
Action
object and appends it to the end of this menu.
Action
object.
component
with a tab title defaulting to
the name of the component which is the result of calling
component.getName
.
component
with the specified tab title.
component
at the specified tab index with a tab
title defaulting to the name of the component.
component
to the tabbed pane.
component
at the specified tab index.
JButton
which dispatches the action.
newChild
from its parent and makes it a child of
this node by adding it to the end of this node's child array.
eventMask
.
Accessible
child of the object
to the object's selection.
i
th menu in the menu.
Accessible
child of the
object to the object's selection.
ActionListener
to the button.
ActionListener
to the button.
ActionListener
.
ActionListener
to the file chooser.
Timer
.
ScrollPaneAdjustable
.
AdjustmentEvent
from this scroll bar.
listener
so that it will receive
AncestorEvents
when it or any of its ancestors
move or are made visible or invisible.
LookAndFeel
to the list of auxiliary look and feels.
PreparedStatement
object's batch of commands.
Statement
object.
buttons
and adds it to container
.
rules
.
CellEditorListener
to the listener list.
CellEditorListener
.
ChangeListener
to the button.
ChangeListener
.
ChangeListener
to the button.
ChangeListener
to the button.
ChangeListener
to the progress bar.
ChangeListener
to this tabbedpane.
ChangeListener
to the list that is
notified each time the view's
size, position, or the viewport's extent size has changed.
ChangeListener
to the model's listener list.
listener
as a listener to changes in the model.
ChangeListener
to the model.
aColumn
to the end of the array of columns held by
this JTable
's column model.
aColumn
to the end of the
tableColumns
array.
aColumn
to the end of the
tableColumns
array.
index0
to index1
,
inclusive, to the current selection.
PooledConnection
object.
ImageConsumer
with the
ImageProducer
for access to the image data
during a later reconstruction of the Image
.
DragGestureListener
.
DragSourceListener
to this
DragSource
to receive drag source events during drag
operations intiated with this DragSource
.
DragSourceListener
to this
DragSourceContext
if one has not already been added.
DragSourceMotionListener
to this
DragSource
to receive drag motion events during drag
operations intiated with this DragSource
.
DropTargetListener
(UNICAST SOURCE).
inProgress
,
accepts anEdit
and returns true.
UndoableEdit
should absorb anEdit
if it can.
s
as one of the AttributeSets to look up
attributes in.
comment
to the set of comments
maintained outside of the scope of elements.
String
native to a single
DataFlavor
.
getIcon
to top
.
contentPane
instead.
JButton
is being added, it is initially
set to be disabled.
JViewport
's one lightweight child,
which can be null
.
contentPane
instead.
key
with value
value
placing the result in att
.
add(String)
.
add(String, int)
.
Choice
menu.
ItemListener
to the checkbox
.
ItemListener
to the button.
ItemListener
.
Choice
,
but does not invalidate the Choice
.
addLayoutComponent(Component, Object)
.
addLayoutComponent(Component, Object)
.
constraints
object.
comp
to the layout,
associating it
with the string specified by name
.
LayoutManager
method does nothing.
constraints
is an instance of
SpringLayout.Constraints
,
associates the constraints with the specified component.
MenuDragMouseListener
to the menu item.
JMenuItem
s to the passed in menu.
MenuKeyListener
to the menu item.
msg
and
places it into container
.
Choice
's peer.
Component
displayable by connecting it to a
native screen resource.
Scrollbar
's peer.
TextArea
's peer.
DropTargetContextPeer
.
JComponent.addNotify
to register this
menu bar with the current keyboard manager.
SystemEventQueueUtils
as a new
root pane.
configureEnclosingScrollPane
method.
Polygon
.
PopupMenu
listener which will listen to notification
messages from the popup portion of the combo box.
PopupMenu
listener.
PropertyChangeListener
to the listener list.
PropertyChange
listener.
PropertyChangeListener
to the listener list.
PropertyChangeListener
for a specific property.
PropertyChangeListener
to the listener list.
PropertyChangeListener
to the listener list.
PropertyChangeListener
to the listener list.
PropertyChangeListener
to the listener list.
index0
to index1
, inclusive, to
the current selection.
RowSet
object.
TreePath
to the current selection.
null
implementation that adds nothing.
mapping
to elements
.
style
to the style mapping.
ss
to those of
the receiver.
component
and tip
represented by a title
and/or icon
,
either of which can be null
.
component
represented by a title
and/or icon
, either of which can be null
.
component
represented by a title
and no icon.
TreeExpansion
events.
TreeModelEvent
posted after the tree changes.
TreeSelection
events.
TreeWillExpand
events.
UndoableEditListener
.
DataFlavor
(and all
DataFlavor
s equal to the specified DataFlavor
)
to the specified String
native.
VetoableChangeListener
to the listener list.
amount
, starting at index
.
insertTag
is non null.
Rectangle
available
based on if
the horizontal scrollbar is needed (wantsHSB
).
Rectangle
available
based on if
the vertical scrollbar is needed (wantsVSB
).
a
based on the visible region and returns it.
a
.
amount
.
index
index is the index of the child
to start adjusting from, which is not necessarily the model
index.
index
.
adjustmentType
describes how the adjustable
object value has changed.
Timestamp
object is
later than the given Timestamp
object.
ResultSet
object, just after the
last row.
TextHitInfo
at the specified offset,
associated with the character after the offset.
align
is the property that determines
how each row distributes empty space.
die
; defaults
to true
.
ActionMap
and
its parent.
KeyStroke
s defined in this
InputMap
and its parent.
getProcedures
.
getTables
in a SELECT
statement.
ThreadGroup.suspend()
,
which is deprecated. Further, the behavior of this call
was never specified.
true
, this URL
is being examined in
a context in which it makes sense to allow user interactions such
as popping up an authentication dialog.
isMultipleMode()
.
Menu
s, by definition,
should always be on top of all other windows.
WHEN_ANCESTOR_OF_FOCUSED_COMPONENT
bindings.
BitSet
whose corresponding
bit is set in the specified BitSet
.
AppContext
of the component.
AppContext
of the MenuComponent
.
Shape
object to the
path, possibly connecting the new geometry to the existing path
segments with a line segment.
PathIterator
object
to the path, possibly connecting the new geometry to the existing
path segments with a line segment.
Book
.
numPages
pages to the end of this
Book
.
Object
argument to this string buffer.
char
array
argument to this string buffer.
char
array argument to this string buffer.
boolean
argument to the string buffer.
char
argument to this string buffer.
int
argument to this string buffer.
long
argument to this string buffer.
float
argument to this string buffer.
double
argument to this string buffer.
string
to result
.
iterator
to the StringBuffer result
.
formatting
at
index
to buff
.
append
on the mask characters in
mask
.
append(String)
.
ComponentOrientation
property of this component
and all components contained within it.
ComponentOrientation
property of this container
and all components contained within it.
ComponentOrientation
property of this menu
and all components contained within it.
Component.applyComponentOrientation
.
Component.applyComponentOrientation
.
fields[]
are in sync with the currently set time.
ContentHandler
interface into this serializer.
ContentHandler
interface into this serializer.
DOMSerializer
interface into this serializer.
DOMSerializer
interface into this serializer.
isLeaf
method figures
out if a node is a leaf node.
x
, y
)
to polar (r, theta).
x
, y
)
to polar (r, theta).
NULL
values might not be allowed.
NULL
values are definitely allowed.
NULL
values are allowed is not
known.
AttributeSet
s that make up the resulting
AttributeSet
.
TableModel
to build the default
set of columns if this is true.
Component
to autoscroll
BACKGROUND
, the
contents of the back buffer are cleared with the background color after
flipping.
ERA
field indicating
the period before the common era (before Christ), also known as BCE.
BIGINT
.
BINARY
.
BIT
.
graphics.copyArea
to implement scrolling.
BLOB
.
BOOLEAN
.
Component
below the other
Component
.
getAlignmentY
.
Frame
.
MouseEvent.getButton()
.
MouseEvent.getButton()
.
MouseEvent.getButton()
.
Raster
, using a specified matrix.
BandCombineOp
with the specified matrix.
ComboBoxModel
.
ComboPopup
interface.
dragEnabled
property. JFormattedTextField
.JOptionPane
.
ButtonAreaLayout
behaves in a similar manner to
FlowLayout
. ScrollPane
.BasicSplitPaneDivider
.
BasicStroke
class defines a basic set of rendering
attributes for the outlines of graphics primitives, which are rendered
with a Graphics2D
object that has its Stroke attribute set to
this BasicStroke
.
BasicStroke
with the specified
attributes.
BasicStroke
with the specified
attributes.
BasicStroke
with the specified
attributes.
BasicStroke
with the specified
line width and with default values for the cap and join
styles.
BasicStroke
with defaults for all
attributes.
removeEditor
on the table.selectAll
on the table.TreeTraverseAction
is the action used for left/right keys.
BatchUpdateException
object,
initializing it with the given values.
BatchUpdateException
initialized with
the given arguments (reason
,
SQLState
, and updateCounts
) and 0 for the vendor
code.
BatchUpdateException
initialized with
reason
, updateCounts
and null
for the SQLState and 0 for the vendorCode.
BatchUpdateException
initialized to
null
for the reason and SQLState and 0 for the
vendor code.
BatchUpdateException
object
with the reason, SQLState, and update count initialized to
null
and the vendor code initialized to 0.
double
into a BigDecimal.
int
scale into a BigDecimal.
0
through
nbits-1
.
BLOB
value. Book
class provides a representation of a document in
which pages may have different page formats and page painters. Book
.
boolean
in an object. Boolean
object representing the
value
argument.
Boolean
object representing the value
true
if the string argument is not null
and is equal, ignoring case, to the string "true"
.
Border
objects. Box
that displays its components
along the the specified axis.
Box
class.Box.Filler
class.BoxView
.
BreakIterator
class implements methods for finding
the location of boundaries in text. BufferStrategy
class represents the mechanism with which
to organize complex memory on a particular Canvas
or
Window
. BufferedImage
subclass describes an Image
with an accessible buffer of image data.
BufferedImage
of one of the predefined
image types.
BufferedImage
of one of the predefined
image types:
TYPE_BYTE_BINARY or TYPE_BYTE_INDEXED.
BufferedImage
with a specified
ColorModel
and Raster
.
BufferedImageFilter
class subclasses an
ImageFilter
to provide a simple means of
using a single-source/single-destination image operator
(BufferedImageOp
) to filter a BufferedImage
in the Image Producer/Consumer/Observer
paradigm. BufferedImageFilter
with the
specified single-source/single-destination operator.
BufferedImage
objects.
BufferedInputStream
adds
functionality to another input stream-namely,
the ability to buffer the input and to
support the mark
and reset
methods. BufferedInputStream
and saves its argument, the input stream
in
, for later use.
BufferedInputStream
with the specified buffer size,
and saves its argument, the input stream
in
, for later use.
Button
class. ButtonGroup
.
Byte
class wraps a value of primitive type
byte
in an object. Byte
object that
represents the specified byte
value.
Byte
object that
represents the byte
value indicated by the
String
parameter.
ByteArrayInputStream
contains
an internal buffer that contains bytes that
may be read from the stream. ByteArrayInputStream
so that it uses buf
as its
buffer array.
ByteArrayInputStream
that uses buf
as its
buffer array.
BoxView
given the targetSpan
,
which is the width (or height) of the region we have to
work with.
BoxView
by examining the size of each child view.
Timestamp
object is
earlier than the given Timestamp
object.
ResultSet
object, just before the
first row.
TextHitInfo
at the specified offset,
associated with the character before the offset.
Action
for moving the caret
to the beginning of the document.
Action
for moving the caret
to the beginning of a line.
Action
for moving the caret
to the beginning of a paragraph.
Action
for moving the caret
to the beginning of a word.
ServerSocket
to a specific address
(IP address and port number).
ServerSocket
to a specific address
(IP address and port number).
name
to a remote object.
name
in
this registry.
ox
, oy
.
configureBlocking
and register
methods synchronize.
getBounds()
.
true
if this tag causes a
line break to the flow of data, otherwise returns
false
.
Color
that is a brighter version of this
Color
.
BufferStrategy
object
used to manipulate the buffers on this component.
d
.
Byte
as a
byte
.
Double
as a byte
(by
casting to a byte
).
Float
as a
byte
(by casting to a byte
).
Integer
as a
byte
.
Long
as a
byte
.
byte
.
Short
as a
byte
.
Font
.
String
objects as by
compareToIgnoreCase
.
CDATASection
.
cellEditor
.
cellRenderer
.
getAlignmentY
and
getAlignmentX
.
int
used by updateCurrentCursor()
indicating that the user operation has changed.
CHAR
.
Name
object for Class-Path
manifest attribute.
CLOB
.
CANCEL_OPTION
or NO_OPTION
.
ResultSet
objects that
have previously been kept open should be closed when calling
getMoreResults
.
ResultSet
object
should be closed when calling getMoreResults
.
ResultSet
objects should be
closed when the method Connection.commit
is called.
Comment
.
commitEdit
should be invoked.
commitEdit
should be invoked.
DialogType
instance to use for
specifying the cross-platform, pure Java print dialog.
ResultSet
object that may NOT be updated.
ResultSet
object that may be updated.
Name
object for Content-Type
manifest attribute.
control
system color.
controlDkShadow
system color.
controlHighlight
system color.
controlLtHighlight
system color.
controlShadow
system color.
controlText
system color.
COPIED
, the
contents of the back buffer are copied to the front buffer when
flipping.
int
representing a "copy" transfer action.
int
representing a source action capability of either
"copy" or "move".
Cursor.CROSSHAIR_CURSOR
.
JFileChooser
supports a
developer-specified file operation.
Calendar
is an abstract base class for converting between
a Date
object and a set of integer fields such as
YEAR
, MONTH
, DAY
, HOUR
,
and so on. redo()
and can't.
undo()
and can't.
Canvas
component represents a blank rectangular
area of the screen onto which the application can draw or from
which the application can trap input events from the user.
Canvas
class. CardLayout
object is a layout manager for a
container. CellRendererPane
class.Character
class wraps a value of the primitive
type char
in an object. Character
object that
represents the specified char
value.
Subset
instance.
AttributedCharacterIterator
. true
) or "off" (false
) state.
Checkbox
class. CheckboxGroup
class is used to group together
a set of Checkbox
buttons.
CheckboxGroup
.
Choice
class presents a pop-up menu of choices.
Choice
class. ChoiceFormat
allows you to attach a format to a range of numbers.
ChunkedIntArray
is an extensible array of blocks of integers.
Class
represent classes and interfaces
in a running Java application. ClassCastException
with no detail message.
ClassCastException
with the specified
detail message.
ClassCircularityError
with no detail message.
ClassCircularityError
with the
specified detail message.
ClassFormatError
with no detail message.
ClassFormatError
with the specified
detail message.
getSystemClassLoader()
as the parent class loader.
forName
method in class Class
.
ClassNotFoundException
with no detail message.
ClassNotFoundException
with the
specified detail message.
ClassNotFoundException
with the
specified detail message and optional exception that was
raised while loading the class.
AlphaComposite
object that implements the opaque CLEAR rule
with an alpha of 1.0f.
CLOB
type.
clone
method in class
Object
has been called to clone an object, but that
the object's class does not implement the Cloneable
interface.
CloneNotSupportedException
with no
detail message.
CloneNotSupportedException
with the
specified detail message.
Cloneable
interface to
indicate to the Object.clone()
method that it
is legal for that method to make a
field-for-field copy of instances of that class.
decodeLoop
method of
a CharsetDecoder
, or the encodeLoop
method of a CharsetEncoder
, throws an unexpected
exception.CollationElementIterator
class is used as an iterator
to walk through each character of an international string. CollationKey
represents a String
under the
rules of a specific Collator
object. Collator
class performs locale-sensitive
String
comparison. Color
class is used encapsulate colors in the default
sRGB color space or colors in arbitrary color spaces identified by a
ColorSpace
. ColorSpace
with the color components specified in the float
array and the specified alpha.
ColorModel
abstract class encapsulates the
methods for translating a pixel value to color components
(for example, red, green, and blue) and an alpha component.
ColorModel
that translates pixels of the
specified number of bits to color/alpha components.
ColorModel
that translates pixel values
to color/alpha components.
Color
.Compiler
class is provided to support
Java-to-native-code compilers and related services. ColorModel
class that works with pixel values that
represent color and alpha information as separate samples and that
store each sample in a separate data element. ComponentColorModel
from the specified
parameters.
ComponentColorModel
from the specified
parameters.
ComponentEvent
object.
ComponentInputMap
is an InputMap
associated with a particular JComponent
.
ComponentInputMap
associated with the
specified component.
Composite
interface, along with
CompositeContext
, defines the methods to compose a draw
primitive with the underlying graphics area.
CompositeContext
interface defines the encapsulated
and optimized environment for a compositing operation.
CompositeView
is an abstract View
implementation which manages one or more child views.
CompositeView
for the given element.
ConnectException
is thrown if a connection is refused
to the remote host for a remote method call.ConnectException
with the specified
detail message.
ConnectException
with the specified
detail message and nested exception.
ConnectIOException
is thrown if an
IOException
occurs while making a connection
to the remote host for a remote method call.ConnectIOException
with the specified
detail message.
ConnectIOException
with the specified
detail message and nested exception.
Event
object that provides information about the
source of a connection-related event. ConnectionEvent
object initialized with
the given PooledConnection
object.
ConnectionEvent
object initialized with
the given PooledConnection
object and
SQLException
object.
PooledConnection
object.
SocketChannel
for which a non-blocking connection operation is already in
progress.PooledConnection
objects. Constructor
provides information about, and access to, a single
constructor for a class.
PropertyChange
listener, if one is registered,
when children are added or removed.ContainerEvent
object.
ContentHandler
is the superclass
of all classes that read an Object
from a
URLConnection
.
IncrementalSAXSource
.CubicCurve2D
class defines a cubic parametric curve
segment in (x, y) coordinate space.
CubicCurve2D
from
the specified coordinates.
CubicCurve2D
from
the specified coordinates.
Currency
instance.
x
,
y
, or -1 if the position doesn't match a corner.
r
and returns r
.
axis
.
spot
in width
.
DateFormat
uses to produce the time field
values needed to implement date and time formatting.
ExtensionHandlerJavaClass.
- callFunction(String, Vector, Object, ExpressionContext) -
Method in class org.apache.xalan.extensions.ExtensionHandlerJavaPackage
- Process a call to a function in the package java namespace.
- callPredicateVisitors(XPathVisitor) -
Method in class org.apache.xpath.axes.FilterExprIterator
- This will traverse the heararchy, calling the visitor for
each member.
- callPredicateVisitors(XPathVisitor) -
Method in class org.apache.xpath.axes.FilterExprIteratorSimple
- This will traverse the heararchy, calling the visitor for
each member.
- callPredicateVisitors(XPathVisitor) -
Method in class org.apache.xpath.axes.FilterExprWalker
- This will traverse the heararchy, calling the visitor for
each member.
- callPredicateVisitors(XPathVisitor) -
Method in class org.apache.xpath.axes.PredicatedNodeTest
- This will traverse the heararchy, calling the visitor for
each member.
- callSubtreeVisitors(XPathVisitor) -
Method in class org.apache.xpath.patterns.FunctionPattern
- Call the visitor for the function.
- callSubtreeVisitors(XPathVisitor) -
Method in class org.apache.xpath.patterns.StepPattern
- Call the visitors on the subtree.
- callVisitors(XSLTVisitor) -
Method in class org.apache.xalan.templates.AVT
-
- callVisitors(XSLTVisitor) -
Method in class org.apache.xalan.templates.AVTPartSimple
-
- callVisitors(XSLTVisitor) -
Method in class org.apache.xalan.templates.AVTPartXPath
-
- callVisitors(XSLTVisitor) -
Method in class org.apache.xalan.templates.ElemTemplateElement
-
- callVisitors(XSLTVisitor) -
Method in interface org.apache.xalan.templates.XSLTVisitable
- This will traverse the heararchy, calling the visitor for
each member.
- callVisitors(ExpressionOwner, XPathVisitor) -
Method in class org.apache.xpath.XPath
- This will traverse the heararchy, calling the visitor for
each member.
- callVisitors(ExpressionOwner, XPathVisitor) -
Method in interface org.apache.xpath.XPathVisitable
- This will traverse the heararchy, calling the visitor for
each member.
- callVisitors(ExpressionOwner, XPathVisitor) -
Method in class org.apache.xpath.axes.AxesWalker
- This will traverse the heararchy, calling the visitor for
each member.
- callVisitors(ExpressionOwner, XPathVisitor) -
Method in class org.apache.xpath.axes.LocPathIterator
-
- callVisitors(ExpressionOwner, XPathVisitor) -
Method in class org.apache.xpath.axes.UnionPathIterator
-
- callVisitors(ExpressionOwner, XPathVisitor) -
Method in class org.apache.xpath.axes.WalkingIterator
-
- callVisitors(ExpressionOwner, XPathVisitor) -
Method in class org.apache.xpath.functions.Function
-
- callVisitors(ExpressionOwner, XPathVisitor) -
Method in class org.apache.xpath.objects.XNumber
-
- callVisitors(ExpressionOwner, XPathVisitor) -
Method in class org.apache.xpath.objects.XObject
-
- callVisitors(ExpressionOwner, XPathVisitor) -
Method in class org.apache.xpath.objects.XString
-
- callVisitors(ExpressionOwner, XPathVisitor) -
Method in class org.apache.xpath.operations.Operation
-
- callVisitors(ExpressionOwner, XPathVisitor) -
Method in class org.apache.xpath.operations.UnaryOperation
-
- callVisitors(ExpressionOwner, XPathVisitor) -
Method in class org.apache.xpath.operations.Variable
-
- callVisitors(ExpressionOwner, XPathVisitor) -
Method in class org.apache.xpath.patterns.NodeTest
-
- callVisitors(ExpressionOwner, XPathVisitor) -
Method in class org.apache.xpath.patterns.StepPattern
-
- callVisitors(ExpressionOwner, XPathVisitor) -
Method in class org.apache.xpath.patterns.UnionPattern
-
- callback -
Variable in class javax.swing.text.html.CSSParser
- Notified of state.
- callback -
Variable in class javax.swing.text.html.parser.DocumentParser
-
- calls -
Variable in class java.awt.Toolkit.SelectiveAWTEventListener
-
- calls -
Variable in class java.awt.Toolkit
-
- canAcceptVariables() -
Method in class org.apache.xalan.templates.ElemChoose
- Tell if this element can accept variable declarations.
- canAcceptVariables() -
Method in class org.apache.xalan.templates.ElemTemplateElement
- Tell if this element can accept variable declarations.
- canAccessClipboard -
Variable in class java.awt.TextComponent
- True if this
TextComponent
has access
to the System clipboard.
- canAccessEventQueue -
Static variable in class javax.swing.SwingUtilities
-
- canAccessSystemClipboard -
Variable in class javax.swing.TransferHandler.TransferAction
- Indicates if it is safe to access the system clipboard.
- canAccessSystemClipboard() -
Method in class javax.swing.TransferHandler.TransferAction
- Returns true if it is safe to access the system Clipboard.
- canBeValid -
Variable in class javax.swing.text.html.AccessibleHTML.ElementInfo
- Indicates if the ElementInfo can become valid.
- canBeWalkedInNaturalDocOrderStatic() -
Method in class org.apache.xpath.axes.WalkingIteratorSorted
- Tell if the nodeset can be walked in doc order, via static analysis.
- canConvert(char) -
Method in class org.apache.xalan.serialize.SerializerToXML
- Tell if this character can be written without escaping.
- canCreate -
Static variable in class java.rmi.activation.ActivationGroup
- used to control a group being created only once
- canCrissCross(int) -
Static method in class org.apache.xpath.axes.WalkerFactory
-
- canDetermineObscurity() -
Method in interface java.awt.peer.ComponentPeer
-
- canDisplay(char) -
Method in class java.awt.Font
- Checks if this
Font
has a glyph for the specified
character.
- canDisplayUpTo(String) -
Method in class java.awt.Font
- Indicates whether or not this
Font
can display a
specified String
.
- canDisplayUpTo(char[], int, int) -
Method in class java.awt.Font
- Indicates whether or not this
Font
can display
the characters in the specified text
starting at start
and ending at
limit
.
- canDisplayUpTo(CharacterIterator, int, int) -
Method in class java.awt.Font
- Indicates whether or not this
Font
can display
the specified String
.
- canDock(Component, Point) -
Method in class javax.swing.plaf.basic.BasicToolBarUI
-
- canEdit -
Variable in class javax.swing.tree.DefaultTreeCellEditor
- As of Java 2 platform v1.4 this field should no longer be used.
- canEditImmediately(EventObject) -
Method in class javax.swing.tree.DefaultTreeCellEditor
- Returns true if
event
is null
,
or it is a MouseEvent
with a click count > 2
and inHitRegion
returns true.
- canEncode() -
Method in class java.nio.charset.Charset
- Tells whether or not this charset supports encoding.
- canEncode(CharBuffer) -
Method in class java.nio.charset.CharsetEncoder
-
- canEncode(char) -
Method in class java.nio.charset.CharsetEncoder
- Tells whether or not this encoder can encode the given character.
- canEncode(CharSequence) -
Method in class java.nio.charset.CharsetEncoder
- Tells whether or not this encoder can encode the given character
sequence.
- canFilterIndexColorModel -
Variable in class java.awt.image.RGBImageFilter
- This boolean indicates whether or not it is acceptable to apply
the color filtering of the filterRGB method to the color table
entries of an IndexColorModel object in lieu of pixel by pixel
filtering.
- canImport -
Variable in class javax.swing.TransferHandler.DropHandler
-
- canImport(JComponent, DataFlavor[]) -
Method in class javax.swing.TransferHandler
- Indicates whether a component would accept an import of the given
set of data flavors prior to actually attempting to import it.
- canImport -
Variable in class javax.swing.plaf.basic.BasicDropTargetListener
-
- canImport(JComponent, DataFlavor[]) -
Method in class javax.swing.plaf.basic.BasicTextUI.TextTransferHandler
- This method indicates if a component would accept an import of the given
set of data flavors prior to actually attempting to import it.
- canImport(JComponent, DataFlavor[]) -
Method in class javax.swing.text.JTextComponent.DefaultTransferHandler
-
- canIncrement(Object, int) -
Method in class javax.swing.text.InternationalFormatter
- Returns true if
field
is non-null.
- canInsertTag(HTML.Tag, AttributeSet, boolean) -
Method in class javax.swing.text.html.HTMLDocument.HTMLReader
- Returns true if can insert starting at
t
.
- canJoin(Element, Element) -
Method in class javax.swing.text.DefaultStyledDocument.ElementBuffer
- Can the two given elements be coelesced together
into one element?
- canPathsBeAdded(TreePath[]) -
Method in class javax.swing.tree.DefaultTreeSelectionModel
- Used to test if a particular set of
TreePath
s can
be added.
- canPathsBeRemoved(TreePath[]) -
Method in class javax.swing.tree.DefaultTreeSelectionModel
- Returns true if the paths can be removed without breaking the
continuity of the model.
- canRead() -
Method in class java.io.File
- Tests whether the application can read the file denoted by this
abstract pathname.
- canRedo() -
Method in class javax.swing.undo.AbstractUndoableEdit
- Returns
true
if this edit is alive
and hasBeenDone
is false
.
- canRedo() -
Method in class javax.swing.undo.CompoundEdit
- Returns false if
isInProgress
or if super
returns false.
- canRedo() -
Method in class javax.swing.undo.UndoManager
- Overridden to preserve usual semantics: returns true if a redo
operation would be successful now, false otherwise
- canRedo() -
Method in interface javax.swing.undo.UndoableEdit
- True if it is still possible to redo this operation.
- canReplace(DefaultFormatter.ReplaceHolder) -
Method in class javax.swing.text.DefaultFormatter
- Returns true if the edit described by
rh
will result
in a legal value.
- canReplace(DefaultFormatter.ReplaceHolder) -
Method in class javax.swing.text.InternationalFormatter
- Overriden in an attempt to honor the literals.
- canReplace(DefaultFormatter.ReplaceHolder) -
Method in class javax.swing.text.MaskFormatter
- This method does the following (assuming !
- canResize(TableColumn) -
Method in class javax.swing.plaf.basic.BasicTableHeaderUI.MouseInputHandler
-
- canRotate -
Variable in class java.awt.Font
-
- canSkipSubtrees(int) -
Static method in class org.apache.xpath.axes.WalkerFactory
-
- canStripWhiteSpace() -
Method in class org.apache.xalan.templates.ElemTemplateElement
- Get information about whether or not whitespace can be stripped.
- canStripWhiteSpace() -
Method in class org.apache.xalan.templates.StylesheetRoot
- Get information about whether or not whitespace can be stripped.
- canStripWhiteSpace() -
Method in interface org.apache.xpath.WhitespaceStrippingElementMatcher
- Get information about whether or not whitespace can be stripped.
- canTraverseOutsideSubtree() -
Method in class org.apache.xalan.templates.AVT
- Tell if this expression or it's subexpressions can traverse outside
the current subtree.
- canTraverseOutsideSubtree() -
Method in class org.apache.xalan.templates.AVTPart
- Tell if this expression or it's subexpressions can traverse outside
the current subtree.
- canTraverseOutsideSubtree() -
Method in class org.apache.xalan.templates.AVTPartXPath
- Tell if this expression or it's subexpressions can traverse outside
the current subtree.
- canTraverseOutsideSubtree() -
Method in class org.apache.xpath.Expression
- Tell if this expression or it's subexpressions can traverse outside
the current subtree.
- canTraverseOutsideSubtree() -
Method in class org.apache.xpath.axes.PredicatedNodeTest
- Tell if this expression or it's subexpressions can traverse outside
the current subtree.
- canTraverseOutsideSubtree() -
Method in class org.apache.xpath.functions.Function2Args
- Tell if this expression or it's subexpressions can traverse outside
the current subtree.
- canTraverseOutsideSubtree() -
Method in class org.apache.xpath.functions.Function3Args
- Tell if this expression or it's subexpressions can traverse outside
the current subtree.
- canTraverseOutsideSubtree() -
Method in class org.apache.xpath.functions.FunctionDef1Arg
- Tell if this expression or it's subexpressions can traverse outside
the current subtree.
- canTraverseOutsideSubtree() -
Method in class org.apache.xpath.functions.FunctionMultiArgs
- Tell if this expression or it's subexpressions can traverse outside
the current subtree.
- canTraverseOutsideSubtree() -
Method in class org.apache.xpath.functions.FunctionOneArg
- Tell if this expression or it's subexpressions can traverse outside
the current subtree.
- canTraverseOutsideSubtree() -
Method in class org.apache.xpath.operations.Operation
- Tell if this expression or it's subexpressions can traverse outside
the current subtree.
- canTraverseOutsideSubtree() -
Method in class org.apache.xpath.operations.UnaryOperation
- Tell if this expression or it's subexpressions can traverse outside
the current subtree.
- canTraverseOutsideSubtree() -
Method in class org.apache.xpath.patterns.StepPattern
- Tell if this expression or it's subexpressions can traverse outside
the current subtree.
- canTraverseOutsideSubtree() -
Method in class org.apache.xpath.patterns.UnionPattern
- Tell if this expression or it's subexpressions can traverse outside
the current subtree.
- canUndo() -
Method in class javax.swing.undo.AbstractUndoableEdit
- Returns true if this edit is
alive
and hasBeenDone
is true
.
- canUndo() -
Method in class javax.swing.undo.CompoundEdit
- Returns false if
isInProgress
or if super
returns false.
- canUndo() -
Method in class javax.swing.undo.UndoManager
- Overridden to preserve usual semantics: returns true if an undo
operation would be successful now, false otherwise
- canUndo() -
Method in interface javax.swing.undo.UndoableEdit
- True if it is still possible to undo this operation.
- canUndoOrRedo() -
Method in class javax.swing.undo.UndoManager
- Return true if calling undoOrRedo will undo or redo.
- canUseLookup(Raster, Raster) -
Method in class java.awt.image.RescaleOp
- Determines if the rescale can be performed as a lookup.
- canUseWindowBlitter() -
Method in class javax.swing.JViewport
- Returns true if the viewport is not obscured by one of its ancestors,
or its ancestors children and if the viewport is showing.
- canWrapLines -
Variable in class javax.swing.text.AbstractWriter
- True indicates that when writing, the line can be split, false
indicates that even if the line is > than max line length it should
not be split.
- canWrite() -
Method in class java.io.File
- Tests whether the application can modify to the file denoted by this
abstract pathname.
- cancel() -
Method in class java.awt.MediaEntry
-
- cancel() -
Method in class java.awt.print.PrinterJob
- Cancels a print job that is in progress.
- cancel() -
Method in class java.nio.channels.SelectionKey
- Requests that the registration of this key's channel with its selector
be cancelled.
- cancel() -
Method in class java.nio.channels.spi.AbstractSelectionKey
- Cancels this key.
- cancel(SelectionKey) -
Method in class java.nio.channels.spi.AbstractSelector
-
- cancel() -
Method in interface java.sql.Statement
- Cancels this
Statement
object if both the DBMS and
driver support aborting an SQL statement.
- cancel() -
Method in class java.util.Timer
- Terminates this timer, discarding any currently scheduled tasks.
- cancel() -
Method in class java.util.TimerTask
- Cancels this timer task.
- cancel() -
Method in class javax.swing.JEditorPane.PageStream
- Cancel the loading of the stream by throwing
an IOException on the next request.
- cancel() -
Method in class javax.swing.plaf.basic.BasicDirectoryModel.DoChangeContents
-
- cancelButton -
Variable in class javax.swing.plaf.metal.MetalFileChooserUI
-
- cancelButtonMnemonic -
Variable in class javax.swing.plaf.basic.BasicFileChooserUI
-
- cancelButtonText -
Variable in class javax.swing.plaf.basic.BasicFileChooserUI
-
- cancelButtonToolTipText -
Variable in class javax.swing.plaf.basic.BasicFileChooserUI
-
- cancelCellEditing() -
Method in class javax.swing.AbstractCellEditor
- Calls
fireEditingCanceled
.
- cancelCellEditing() -
Method in interface javax.swing.CellEditor
- Tells the editor to cancel editing and not accept any partially
edited value.
- cancelCellEditing() -
Method in class javax.swing.DefaultCellEditor.EditorDelegate
- Cancels editing.
- cancelCellEditing() -
Method in class javax.swing.DefaultCellEditor
- Forwards the message from the
CellEditor
to
the delegate
.
- cancelCellEditing() -
Method in class javax.swing.tree.DefaultTreeCellEditor
- Messages
cancelCellEditing
to the
realEditor
and removes it from this instance.
- cancelCurrentSound(Clip) -
Method in class javax.swing.plaf.basic.BasicLookAndFeel.AudioAction
- If the parameter is null, or equal to the currently
playing sound, then cancel the currently playing sound.
- cancelEdit() -
Method in class javax.swing.plaf.metal.MetalFileChooserUI
-
- cancelEditing() -
Method in class javax.swing.JTree
- Cancels the current editing session.
- cancelEditing(JTree) -
Method in class javax.swing.plaf.TreeUI
- Cancels the current editing session.
- cancelEditing(JTree) -
Method in class javax.swing.plaf.basic.BasicTreeUI
- Cancels the current editing session.
- cancelEditing(JTree) -
Method in class javax.swing.plaf.multi.MultiTreeUI
- Invokes the
cancelEditing
method on each UI handled by this object.
- cancelEvent() -
Method in class javax.swing.Timer
- Resets the internal state to indicate this Timer shouldn't notify
any of its listeners.
- cancelLatestCommittedText(AttributedCharacterIterator.Attribute[]) -
Method in interface java.awt.im.InputMethodRequests
- Gets the latest committed text from the text editing component and
removes it from the component's text body.
- cancelLatestCommittedText(AttributedCharacterIterator.Attribute[]) -
Method in class javax.swing.text.JTextComponent.InputMethodRequestsHandler
-
- cancelOption -
Variable in class javax.swing.ProgressMonitor
-
- cancelPopupMenu() -
Method in class javax.swing.plaf.basic.BasicPopupMenuUI.MouseGrabber
-
- cancelRowUpdates() -
Method in interface java.sql.ResultSet
- Cancels the updates made to the current row in this
ResultSet
object.
- cancelRunnables(Vector) -
Method in class javax.swing.plaf.basic.BasicDirectoryModel.LoadFilesThread
-
- cancelSelection() -
Method in class javax.swing.JFileChooser
- Called by the UI when the user chooses the Cancel button.
- cancelSelectionAction -
Variable in class javax.swing.plaf.basic.BasicFileChooserUI
-
- canceled -
Variable in class javax.swing.JEditorPane.PageStream
-
- cancelled -
Variable in class java.awt.MediaEntry
-
- cancelledKeys -
Variable in class java.nio.channels.spi.AbstractSelector
-
- cancelledKeys() -
Method in class java.nio.channels.spi.AbstractSelector
- Retrieves this selector's cancelled-key set.
- canonicalHostName -
Variable in class java.net.InetAddress
-
- canonicalize(String) -
Method in class java.io.FileSystem
-
- canonicalize(String) -
Method in class java.io.Win32FileSystem
-
- canonicalize(String[]) -
Method in class org.apache.crimson.util.MessageCatalog
-
- canonicalize0(String) -
Method in class java.io.Win32FileSystem
-
- canonicalize0(String) -
Method in class java.io.WinNTFileSystem
-
- canonicalizeWithPrefix(String, String) -
Method in class java.io.Win32FileSystem
-
- canonicalizeWithPrefix0(String, String) -
Method in class java.io.Win32FileSystem
-
- canonicalizeWithPrefix0(String, String) -
Method in class java.io.WinNTFileSystem
-
- cantLoadCompiler -
Static variable in class org.apache.xml.utils.synthetic.JavaUtils
-
- cap -
Variable in class java.awt.BasicStroke
-
- capacity() -
Method in class java.lang.StringBuffer
- Returns the current capacity of the String buffer.
- capacity -
Variable in class java.nio.Buffer
-
- capacity() -
Method in class java.nio.Buffer
- Returns this buffer's capacity.
- capacity -
Variable in class java.nio.DirectByteBuffer.Deallocator
-
- capacity() -
Method in class java.util.HashMap
-
- capacity(int) -
Method in class java.util.IdentityHashMap
- Returns the appropriate capacity for the specified expected maximum
size.
- capacity() -
Method in class java.util.Vector
- Returns the current capacity of this vector.
- capacity() -
Method in class javax.swing.DefaultListModel
- Returns the current capacity of this list.
- capacity -
Variable in class javax.swing.JComponent.IntVector
-
- capacityIncrement -
Variable in class java.util.Vector
- The amount by which the capacity of the vector is automatically
incremented when its size becomes greater than its capacity.
- caps -
Variable in class java.awt.Component.BltBufferStrategy
- The buffering capabilities
- caps -
Variable in class java.awt.Component.FlipBufferStrategy
- The buffering capabilities
- caps -
Variable in class java.awt.Component.SingleBufferStrategy
-
- caption -
Variable in class javax.swing.JTable.AccessibleJTable
-
- caption -
Variable in class javax.swing.text.html.AccessibleHTML.TableElementInfo
-
- captionIndex -
Variable in class javax.swing.text.html.TableView
- The index of the caption view if there is a caption.
- cardinality() -
Method in class java.util.BitSet
- Returns the number of bits set to true in this
BitSet
.
- caret -
Variable in class java.awt.event.InputMethodEvent
-
- caret -
Variable in class javax.swing.text.JTextComponent
- The caret used to display the insert position
and navigate throughout the document.
- caretAtOffsetIsValid(int) -
Method in class java.awt.font.TextLine
-
- caretBoundingShape(int, int, Rectangle2D) -
Method in class java.awt.font.TextLayout
-
- caretColor -
Variable in class javax.swing.text.JTextComponent
-
- caretEvent -
Variable in class javax.swing.text.JTextComponent
-
- caretIsValid(int) -
Method in class java.awt.font.TextLayout
-
- caretPos -
Variable in class javax.swing.text.JTextComponent.AccessibleJTextComponent
-
- caretPositionChanged(InputMethodEvent) -
Method in class java.awt.AWTEventMulticaster
- Handles the caretPositionChanged event by invoking the
caretPositionChanged methods on listener-a and listener-b.
- caretPositionChanged(InputMethodEvent) -
Method in interface java.awt.event.InputMethodListener
- Invoked when the caret within composed text has changed.
- caretToHit(int) -
Method in class java.awt.font.TextLayout
- Given a caret index, return a hit whose caret is at the index.
- caretToPointDistance(float[], float, float) -
Method in class java.awt.font.TextLayout
- Returns the distance from the point (x, y) to the caret along
the line direction defined in
caretInfo
.
- caretUpdate(CaretEvent) -
Method in interface javax.swing.event.CaretListener
- Called when the caret position is updated.
- caretUpdate(CaretEvent) -
Method in class javax.swing.text.JTextComponent.AccessibleJTextComponent
- Handles caret updates (fire appropriate property change event,
which are AccessibleContext.ACCESSIBLE_CARET_PROPERTY and
AccessibleContext.ACCESSIBLE_SELECTION_PROPERTY).
- caretUpdate(CaretEvent) -
Method in class javax.swing.text.StyledEditorKit.AttributeTracker
-
- caretUpdate(CaretEvent) -
Method in class javax.swing.text.html.HTMLEditorKit.NavigateLinkAction
- Called when the caret position is updated.
- caretsInLigaturesAreAllowed -
Variable in class java.awt.font.TextLayout
-
- caseDiff -
Static variable in class java.net.URLEncoder
-
- castToType(int, XPathContext) -
Method in class org.apache.xpath.objects.XObject
- Cast object to type t.
- catalog -
Variable in class java.util.logging.Logger
-
- catalog -
Static variable in class org.apache.crimson.tree.XmlDocument
-
- catalogLocale -
Variable in class java.util.logging.Logger
-
- catalogName -
Variable in class java.util.logging.Logger
-
- catchExceptions -
Variable in class java.awt.event.InvocationEvent
- Set to true if dispatch() catches Exception and stores it in the
exception instance variable.
- categories -
Variable in class java.text.RuleBasedBreakIterator.Builder
- A temporary holding place used for calculating the character categories.
- categories -
Static variable in class java.util.regex.Pattern
-
- categoryFlags -
Variable in class java.text.DictionaryBasedBreakIterator
- a list of flags indicating which character categories are contained in
the dictionary file (this is used to determine which ranges of characters
to apply the dictionary to)
- categoryMap -
Static variable in class java.text.CharSet
- Table used with charSetFromCategory.
- categoryNames -
Static variable in class java.util.regex.Pattern
-
- categoryNodes -
Static variable in class java.util.regex.Pattern
-
- cause -
Variable in class java.lang.Throwable
- The throwable that caused this throwable to get thrown, or null if this
throwable was not caused by another throwable, or if the causative
throwable is unknown.
- cb -
Variable in class java.io.BufferedReader
-
- cb -
Variable in class java.io.BufferedWriter
-
- cbuf -
Variable in class java.io.ObjectInputStream.BlockDataInputStream
- char buffer for fast string reads
- cbuf -
Variable in class java.io.ObjectOutputStream.BlockDataOutputStream
- char buffer for fast string writes
- cd -
Variable in class java.lang.StringCoding.CharsetSD
-
- cdata(char[], int, int) -
Method in class org.apache.xalan.serialize.SerializerToHTML
- Receive notification of cdata.
- cdata(char[], int, int) -
Method in class org.apache.xalan.serialize.SerializerToText
- Receive notification of cdata.
- cdata(char[], int, int) -
Method in class org.apache.xalan.serialize.SerializerToXML
- Receive notification of cdata.
- cdata(char[], int, int) -
Method in class org.apache.xml.utils.DOMBuilder
- Receive notification of cdata.
- ce -
Variable in class java.lang.StringCoding.CharsetSE
-
- ceil(double) -
Static method in class java.lang.Math
- Returns the smallest (closest to negative infinity)
double
value that is not less than the argument and is
equal to a mathematical integer.
- ceil(double) -
Static method in class java.lang.StrictMath
- Returns the smallest (closest to negative infinity)
double
value that is not less than the argument and is
equal to a mathematical integer.
- cellEditor -
Variable in class javax.swing.JTable
- The object that overwrites the screen real estate occupied by the
current cell and allows the user to change its contents.
- cellEditor -
Variable in class javax.swing.JTree
- Editor for the entries.
- cellEditor -
Variable in class javax.swing.plaf.basic.BasicTreeUI
- Editor for the tree.
- cellEditor -
Variable in class javax.swing.table.TableColumn
- The editor used to edit the data cells of the column.
- cellEditorListener -
Variable in class javax.swing.plaf.basic.BasicTreeUI
- Listens for CellEditor events.
- cellHeight -
Variable in class javax.swing.plaf.basic.BasicListUI
-
- cellHeights -
Variable in class javax.swing.plaf.basic.BasicListUI
-
- cellIsPopulated(int, int) -
Method in class java.text.BreakDictionary
- Given (logical) row and column numbers, returns true if the
cell in that position is populated
- cellLength -
Variable in class javax.swing.plaf.basic.BasicProgressBarUI
-
- cellRenderer -
Variable in class javax.swing.JList.AccessibleJList.AccessibleJListChild
-
- cellRenderer -
Variable in class javax.swing.JList
-
- cellRenderer -
Variable in class javax.swing.JTree
- The cell used to draw nodes.
- cellRenderer -
Variable in class javax.swing.table.TableColumn
- The renderer used to draw the data cells of the column.
- cellRendererChanged -
Static variable in class javax.swing.plaf.basic.BasicListUI
-
- cellSelectionEnabled -
Variable in class javax.swing.JTable
- Obsolete as of Java 2 platform v1.3.
- cellSpacing -
Variable in class javax.swing.plaf.basic.BasicProgressBarUI
-
- cellSpacing -
Variable in class javax.swing.text.html.TableView
-
- cellWidth -
Variable in class javax.swing.plaf.basic.BasicListUI
-
- center -
Variable in class java.awt.BorderLayout
- Constant to specify components location to be the
center portion of the border layout.
- centerPanel -
Variable in class javax.swing.plaf.metal.MetalFileChooserUI
-
- centersChildren -
Variable in class javax.swing.plaf.basic.BasicOptionPaneUI.ButtonAreaLayout
- If true, children are lumped together in parent.
- certCache -
Variable in class java.util.jar.JarVerifier
-
- certs -
Variable in class java.util.jar.JarEntry
-
- ch -
Variable in class java.util.regex.Pattern.NotSingle
-
- ch -
Variable in class java.util.regex.Pattern.NotSingleA
-
- ch -
Variable in class java.util.regex.Pattern.NotSingleU
-
- ch -
Variable in class java.util.regex.Pattern.Single
-
- ch -
Variable in class java.util.regex.Pattern.SingleA
-
- ch -
Variable in class java.util.regex.Pattern.SingleU
-
- ch -
Variable in class javax.swing.text.html.parser.Parser
-
- change -
Variable in class javax.swing.plaf.basic.BasicDirectoryModel.DoChangeContents
-
- change(int, int, AbstractDocument.DefaultDocumentEvent) -
Method in class javax.swing.text.DefaultStyledDocument.ElementBuffer
- Changes content.
- changeAnchor -
Variable in class javax.swing.plaf.basic.BasicTreeUI.TreeAddSelectionAction
-
- changeCaretPosition(int, Position.Bias) -
Method in class javax.swing.text.DefaultCaret
- Sets the caret position (dot) to a new location.
- changeEvent -
Variable in class javax.swing.AbstractButton
- Only one
ChangeEvent
is needed per button
instance since the
event's only state is the source property.
- changeEvent -
Variable in class javax.swing.AbstractCellEditor
-
- changeEvent -
Variable in class javax.swing.AbstractSpinnerModel
- Only one ChangeEvent is needed per model instance since the
event's only (read-only) state is the source property.
- changeEvent -
Variable in class javax.swing.DefaultBoundedRangeModel
- Only one
ChangeEvent
is needed per model instance since the
event's only (read-only) state is the source property.
- changeEvent -
Variable in class javax.swing.DefaultButtonModel
- Only one
ChangeEvent
is needed per button model
instance since the
event's only state is the source property.
- changeEvent -
Variable in class javax.swing.DefaultSingleSelectionModel
-
- changeEvent -
Variable in class javax.swing.JProgressBar
- Only one
ChangeEvent
is needed per instance since the
event's only interesting property is the immutable source, which
is the progress bar.
- changeEvent -
Variable in class javax.swing.JSlider
- Only one
ChangeEvent
is needed per slider instance since the
event's only (read-only) state is the source property.
- changeEvent -
Variable in class javax.swing.JSpinner
-
- changeEvent -
Variable in class javax.swing.JTabbedPane
- Only one
ChangeEvent
is needed per TabPane
instance since the
event's only (read-only) state is the source property.
- changeEvent -
Variable in class javax.swing.JViewport
-
- changeEvent -
Variable in class javax.swing.MenuSelectionManager
- Only one ChangeEvent is needed per button model instance since the
event's only state is the source property.
- changeEvent -
Variable in class javax.swing.colorchooser.DefaultColorSelectionModel
- Only one
ChangeEvent
is needed per model instance
since the event's only (read-only) state is the source property.
- changeEvent -
Variable in class javax.swing.table.DefaultTableColumnModel
- Change event (only one needed)
- changeEvent -
Variable in class javax.swing.text.DefaultCaret
- The change event for the model.
- changeEvent -
Variable in class javax.swing.text.StyleContext.NamedStyle
- Only one ChangeEvent is needed per model instance since the
event's only (read-only) state is the source property.
- changeFlags -
Variable in class java.awt.event.HierarchyEvent
-
- changeHighlight(Object, int, int) -
Method in class javax.swing.text.DefaultHighlighter
- Changes a highlight.
- changeHighlight(Object, int, int) -
Method in interface javax.swing.text.Highlighter
- Changes the given highlight to span a different portion of
the document.
- changeListener -
Variable in class javax.swing.AbstractButton
- The button model's
changeListener
.
- changeListener -
Variable in class javax.swing.JProgressBar
- Listens for change events sent by the progress bar's model,
redispatching them
to change-event listeners registered upon
this progress bar.
- changeListener -
Variable in class javax.swing.JSlider
- The changeListener (no suffix) is the listener we add to the
Sliders model.
- changeListener -
Variable in class javax.swing.JTabbedPane
- The
changeListener
is the listener we add to the
model.
- changeListener -
Variable in class javax.swing.plaf.basic.BasicMenuBarUI
-
- changeListener -
Variable in class javax.swing.plaf.basic.BasicMenuUI
-
- changeListener -
Variable in class javax.swing.plaf.basic.BasicProgressBarUI
-
- changeListener -
Variable in class javax.swing.plaf.basic.BasicSliderUI
-
- changeLookup -
Variable in class javax.swing.text.AbstractDocument.DefaultDocumentEvent
-
- changeNodeOwner(Node) -
Method in interface org.apache.crimson.tree.DocumentEx
- Changes the "owner document" of the given node, and all child
and associated attribute nodes, to be this document.
- changeNodeOwner(Node) -
Method in class org.apache.crimson.tree.XmlDocument
- Changes the "owner document" of the given node, and all child
and associated attribute nodes, to be this document.
- changePartToRef(QName, WalkingIterator, int, boolean) -
Method in class org.apache.xalan.templates.RedundentExprEliminator
- Change a given number of steps to a single variable reference.
- changeSelection(int, int, int, int, boolean) -
Method in class javax.swing.DefaultListSelectionModel
-
- changeSelection(int, int, int, int) -
Method in class javax.swing.DefaultListSelectionModel
- Change the selection with the effect of first clearing the values
in the inclusive range [clearMin, clearMax] then setting the values
in the inclusive range [setMin, setMax].
- changeSelection(int, int, boolean, boolean) -
Method in class javax.swing.JTable
- Updates the selection models of the table, depending on the state of the
two flags:
toggle
and extend
.
- changeSelection -
Variable in class javax.swing.plaf.basic.BasicTreeUI.TreeHomeAction
-
- changeSelection -
Variable in class javax.swing.plaf.basic.BasicTreeUI.TreeIncrementAction
-
- changeSelection -
Variable in class javax.swing.plaf.basic.BasicTreeUI.TreePageAction
-
- changeSelection -
Variable in class javax.swing.plaf.basic.BasicTreeUI.TreeScrollLRAction
-
- changeSelection -
Variable in class javax.swing.plaf.basic.BasicTreeUI.TreeTraverseAction
- True if the selection is reset, false means only the lead path
changes.
- changeSelection(int, int, int, int, boolean) -
Method in class javax.swing.text.html.OptionListModel
-
- changeSelection(int, int, int, int) -
Method in class javax.swing.text.html.OptionListModel
-
- changeSelectionModel(ListSelectionModel, int, boolean, boolean, boolean) -
Method in class javax.swing.JTable
-
- changeShape(Dimension, Dimension, Dimension) -
Method in class javax.swing.Box.Filler
- Change the size requests for this shape.
- changeSize(int, int, int, int) -
Method in class javax.swing.SizeSequence
-
- changeSupport -
Variable in class java.awt.Component
- If any
PropertyChangeListeners
have been registered,
the changeSupport
field describes them.
- changeSupport -
Variable in class java.awt.KeyboardFocusManager
- A description of any PropertyChangeListeners which have been registered.
- changeSupport -
Variable in class javax.swing.AbstractAction
- If any
PropertyChangeListeners
have been registered, the
changeSupport
field describes them.
- changeSupport -
Variable in class javax.swing.JComponent
-
- changeSupport -
Variable in class javax.swing.UIDefaults
-
- changeSupport -
Variable in class javax.swing.UIManager.LAFState
-
- changeSupport -
Variable in class javax.swing.table.TableColumn
- If any
PropertyChangeListeners
have been registered, the
changeSupport
field describes them.
- changeSupport -
Variable in class javax.swing.tree.DefaultTreeSelectionModel
- Used to messaged registered listeners.
- changeToParentDirectory() -
Method in class javax.swing.JFileChooser
- Changes the directory to be set to the parent of the
current directory.
- changeToParentDirectoryAction -
Variable in class javax.swing.plaf.basic.BasicFileChooserUI
-
- changeToVarRef(QName, ExpressionOwner, Vector, ElemTemplateElement) -
Method in class org.apache.xalan.templates.RedundentExprEliminator
- Change the expression owned by the owner argument to a variable reference
of the given name.
- changeUpdate() -
Method in class javax.swing.text.DefaultStyledDocument.ElementBuffer
- Updates the element structure in response to a change in the
document.
- changed -
Variable in class java.awt.event.HierarchyEvent
-
- changed -
Variable in class java.util.Observable
-
- changedParent -
Variable in class java.awt.event.HierarchyEvent
-
- changedUpdate(DocumentEvent) -
Method in class javax.swing.JFormattedTextField.DocumentHandler
-
- changedUpdate(DocumentEvent) -
Method in interface javax.swing.event.DocumentListener
- Gives notification that an attribute or set of attributes changed.
- changedUpdate(DocumentEvent, Shape, ViewFactory) -
Method in class javax.swing.plaf.basic.BasicTextUI.RootView
- Gives notification from the document that attributes were changed
in a location that this view is responsible for.
- changedUpdate(DocumentEvent) -
Method in class javax.swing.plaf.basic.BasicTextUI.UpdateHandler
- The change notification.
- changedUpdate(DocumentEvent) -
Method in class javax.swing.text.DefaultCaret.UpdateHandler
- Gives notification that an attribute or set of attributes changed.
- changedUpdate(FlowView, DocumentEvent, Rectangle) -
Method in class javax.swing.text.FlowView.FlowStrategy
- Gives notification from the document that attributes were changed
in a location that this view is responsible for.
- changedUpdate(DocumentEvent, Shape, ViewFactory) -
Method in class javax.swing.text.FlowView
- Gives notification from the document that attributes were changed
in a location that this view is responsible for.
- changedUpdate(DocumentEvent, Shape, ViewFactory) -
Method in class javax.swing.text.GlyphView
- Gives notification from the document that attributes were changed
in a location that this view is responsible for.
- changedUpdate(DocumentEvent) -
Method in class javax.swing.text.JTextComponent.AccessibleJTextComponent
- Handles document remove (fire appropriate property change event,
which is AccessibleContext.ACCESSIBLE_TEXT_PROPERTY).
- changedUpdate(DocumentEvent) -
Method in class javax.swing.text.JTextComponent.InputMethodRequestsHandler
-
- changedUpdate(DocumentEvent, Shape, ViewFactory) -
Method in class javax.swing.text.LabelView
- Gives notification from the document that attributes were changed
in a location that this view is responsible for.
- changedUpdate(DocumentEvent, Shape, ViewFactory) -
Method in class javax.swing.text.ParagraphView
- Gives notification from the document that attributes were changed
in a location that this view is responsible for.
- changedUpdate(DocumentEvent, Shape, ViewFactory) -
Method in class javax.swing.text.PlainView
- Gives notification from the document that attributes were changed
in a location that this view is responsible for.
- changedUpdate(FlowView, DocumentEvent, Rectangle) -
Method in class javax.swing.text.TextLayoutStrategy
- Gives notification from the document that attributes were changed
in a location that this view is responsible for.
- changedUpdate(DocumentEvent, Shape, ViewFactory) -
Method in class javax.swing.text.View
- Gives notification from the document that attributes were changed
in a location that this view is responsible for.
- changedUpdate(DocumentEvent, Shape, ViewFactory) -
Method in class javax.swing.text.WrappedPlainView
- Gives notification from the document that attributes were changed
in a location that this view is responsible for.
- changedUpdate(DocumentEvent, Shape, ViewFactory) -
Method in class javax.swing.text.ZoneView.Zone
- Gives notification from the document that attributes were changed
in a location that this view is responsible for.
- changedUpdate(DocumentEvent) -
Method in class javax.swing.text.html.AccessibleHTML.DocumentHandler
-
- changedUpdate(DocumentEvent, Shape, ViewFactory) -
Method in class javax.swing.text.html.BlockView
-
- changedUpdate(DocumentEvent, Shape, ViewFactory) -
Method in class javax.swing.text.html.FrameView
- Gives notification from the document that attributes were changed
in a location that this view is responsible for.
- changedUpdate(DocumentEvent, Shape, ViewFactory) -
Method in class javax.swing.text.html.HRuleView
-
- changedUpdate(DocumentEvent) -
Method in class javax.swing.text.html.HiddenTagView
-
- changedUpdate(DocumentEvent, Shape, ViewFactory) -
Method in class javax.swing.text.html.HiddenTagView
-
- changedUpdate(DocumentEvent, Shape, ViewFactory) -
Method in class javax.swing.text.html.ImageView
- Invoked when the Elements attributes have changed.
- changedUpdate(DocumentEvent, Shape, ViewFactory) -
Method in class javax.swing.text.html.InlineView
- Gives notification from the document that attributes were changed
in a location that this view is responsible for.
- changedUpdate(DocumentEvent, Shape, ViewFactory) -
Method in class javax.swing.text.html.TableView.RowView
-
- changedUpdate(DocumentEvent, Shape, ViewFactory) -
Method in class javax.swing.text.html.TableView
- Gives notification from the document that attributes were changed
in a location that this view is responsible for.
- changes -
Variable in class java.util.logging.LogManager
-
- changes -
Variable in class javax.swing.text.DefaultStyledDocument.ElementBuffer
-
- changing -
Variable in class javax.swing.text.AsyncBoxView
- Child that is actively changing size.
- channel -
Variable in class java.io.FileInputStream
-
- channel -
Variable in class java.io.FileOutputStream
-
- channel -
Variable in class java.io.RandomAccessFile
-
- channel -
Variable in class java.nio.channels.FileLock
-
- channel() -
Method in class java.nio.channels.FileLock
- Returns the file channel upon whose file this lock is held.
- channel() -
Method in class java.nio.channels.SelectionKey
- Returns the channel for which this key was created.
- char0(char) -
Static method in class java.nio.Bits
-
- char1(char) -
Static method in class java.nio.Bits
-
- charAt(int) -
Method in interface java.lang.CharSequence
- Returns the character at the specified index.
- charAt(int) -
Method in class java.lang.String
- Returns the character at the specified index.
- charAt(int) -
Method in class java.lang.StringBuffer
- The specified character of the sequence currently represented by
the string buffer, as indicated by the
index
argument,
is returned.
- charAt(int) -
Method in class java.net.URI.Parser
-
- charAt(int) -
Method in class java.nio.CharBuffer
- Reads the character at the given index relative to the current
position.
- charAt(int) -
Method in class java.text.AttributedString
-
- charAt(int) -
Method in class java.util.regex.Matcher
- Returns this Matcher's input character at index i.
- charAt(int) -
Method in class org.apache.xml.utils.FastStringBuffer
- Get a single character from the string buffer.
- charAt(int) -
Method in interface org.apache.xml.utils.XMLString
- Returns the character at the specified index.
- charAt(int) -
Method in class org.apache.xpath.objects.XString
- Returns the character at the specified index.
- charAt(int) -
Method in class org.apache.xpath.objects.XStringForChars
- Returns the character at the specified index.
- charAt(int) -
Method in class org.apache.xpath.objects.XStringForFSB
- Returns the character at the specified index.
- charAttr -
Variable in class javax.swing.text.html.HTMLDocument.HTMLReader
-
- charAttrStack -
Variable in class javax.swing.text.html.HTMLDocument.HTMLReader
-
- charCategoryTable -
Variable in class java.text.RuleBasedBreakIterator
- A table that indexes from character values to character category numbers
- charIndex -
Variable in class java.awt.font.TextHitInfo
-
- charIter -
Variable in class java.awt.font.LineBreakMeasurer
-
- charIter -
Variable in class java.awt.font.TextMeasurer
-
- charMap -
Static variable in class java.lang.CharacterData
-
- charMapping -
Static variable in class javax.swing.text.html.CSSParser
-
- charOut -
Variable in class java.io.PrintStream
-
- charSetForCategory(String) -
Static method in class java.text.CharSet
- Creates a CharSet containing all the characters in a particular
Unicode category.
- charSetKey -
Variable in class javax.swing.text.ChangedCharSetException
-
- charSetSpec -
Variable in class javax.swing.text.ChangedCharSetException
-
- charTmp -
Variable in class org.apache.crimson.parser.Parser2
-
- charValue() -
Method in class java.lang.Character
- Returns the value of this
Character
object.
- charWidth(int) -
Method in class java.awt.FontMetrics
- Returns the advance width of the specified character in this
Font
.
- charWidth(char) -
Method in class java.awt.FontMetrics
- Returns the advance width of the specified character in this
Font
.
- character -
Variable in class javax.swing.text.rtf.RTFGenerator.CharacterKeywordPair
-
- characterAttributes -
Variable in class javax.swing.text.rtf.RTFReader.AttributeTrackingDestination
- This is the "chr" element of parserState, cached for
more efficient use
- characterCount -
Variable in class java.awt.font.TextLayout
-
- characterCount() -
Method in class java.awt.font.TextLine
-
- characterSets -
Static variable in class javax.swing.text.rtf.RTFReader
-
- characterStyle -
Variable in class javax.swing.text.rtf.RTFReader.StylesheetDestination.StyleDefiningDestination
-
- characterStyles -
Variable in class javax.swing.text.rtf.RTFReader
- This array maps character style numbers to Style objects.
- characters(char[], int, int) -
Method in class org.apache.crimson.tree.XmlDocumentBuilder
- Receive notification of character data.
- characters(Node) -
Method in interface org.apache.xalan.lib.sql.DTMDocument.CharacterNodeHandler
-
- characters(StylesheetHandler, char[], int, int) -
Method in class org.apache.xalan.processor.ProcessorCharacters
- Receive notification of character data inside an element.
- characters(char[], int, int) -
Method in class org.apache.xalan.processor.StylesheetHandler
- Receive notification of character data inside an element.
- characters(StylesheetHandler, char[], int, int) -
Method in class org.apache.xalan.processor.XSLTElementProcessor
- Receive notification of character data inside an element.
- characters(char[], int, int) -
Method in class org.apache.xalan.serialize.SerializerToHTML
- Receive notification of character data.
- characters(char[], int, int) -
Method in class org.apache.xalan.serialize.SerializerToText
- Receive notification of character data.
- characters(char[], int, int) -
Method in class org.apache.xalan.serialize.SerializerToXML
- Receive notification of character data.
- characters(char[], int, int) -
Method in class org.apache.xalan.transformer.ResultTreeHandler
- Bottleneck the characters event.
- characters(Node) -
Method in class org.apache.xalan.transformer.ResultTreeHandler
-
- characters(char[], int, int) -
Method in class org.apache.xalan.transformer.TransformerHandlerImpl
- Filter a character data event.
- characters(char[], int, int) -
Method in class org.apache.xalan.transformer.TransformerIdentityImpl
- Receive notification of character data inside an element.
- characters(char[], int, int) -
Method in class org.apache.xml.dtm.ref.DTMDocumentImpl
-
- characters(char[], int, int) -
Method in class org.apache.xml.dtm.ref.IncrementalSAXSource_Filter
-
- characters(Node) -
Method in interface org.apache.xml.dtm.ref.dom2dtm.DOM2DTM.CharacterNodeHandler
-
- characters(char[], int, int) -
Method in class org.apache.xml.dtm.ref.sax2dtm.SAX2DTM
- Receive notification of character data inside an element.
- characters(char[], int, int) -
Method in class org.apache.xml.utils.DOMBuilder
- Receive notification of character data.
- charactersFlush() -
Method in class org.apache.xml.dtm.ref.sax2dtm.SAX2DTM
- Check whether accumulated text should be stripped; if not,
append the appropriate flavor of text/cdata node.
- charactersRaw(char[], int, int) -
Method in class org.apache.xalan.serialize.SerializerToText
- If available, when the disable-output-escaping attribute is used,
output raw text without escaping.
- charactersRaw(char[], int, int) -
Method in class org.apache.xalan.serialize.SerializerToXML
- If available, when the disable-output-escaping attribute is used,
output raw text without escaping.
- charactersRaw(char[], int, int) -
Method in class org.apache.xml.utils.DOMBuilder
- If available, when the disable-output-escaping attribute is used,
output raw text without escaping.
- charactersRaw(char[], int, int) -
Method in interface org.apache.xml.utils.RawCharacterHandler
- Serialize the characters without escaping.
- chars -
Variable in class java.awt.font.CharArrayIterator
-
- chars -
Variable in class java.awt.font.TextLayout.OptInfo
-
- chars -
Variable in class java.text.CharSet.Enumeration
-
- chars -
Variable in class java.text.CharSet
- The structure containing the set information.
- chars -
Variable in class java.text.PatternEntry
-
- chars -
Variable in class org.apache.crimson.parser.Parser2.NameCacheEntry
-
- charsWidth(char[], int, int) -
Method in class java.awt.FontMetrics
- Returns the total advance width for showing the specified array
of characters in this
Font
.
- charset -
Variable in class java.nio.charset.CharsetDecoder
-
- charset() -
Method in class java.nio.charset.CharsetDecoder
- Returns the charset that created this decoder.
- charset -
Variable in class java.nio.charset.CharsetEncoder
-
- charset() -
Method in class java.nio.charset.CharsetEncoder
- Returns the charset that created this encoder.
- charsetForName(String) -
Method in class java.nio.charset.spi.CharsetProvider
- Retrieves a charset for the given charset name.
- charsetName() -
Method in class java.lang.StringCoding.CharsetSD
-
- charsetName() -
Method in class java.lang.StringCoding.CharsetSE
-
- charsetName() -
Method in class java.lang.StringCoding.ConverterSD
-
- charsetName() -
Method in class java.lang.StringCoding.ConverterSE
-
- charsetName() -
Method in class java.lang.StringCoding.StringDecoder
-
- charsetName() -
Method in class java.lang.StringCoding.StringEncoder
-
- charsetName -
Variable in class java.nio.charset.IllegalCharsetNameException
-
- charsetName -
Variable in class java.nio.charset.UnsupportedCharsetException
-
- charsets() -
Method in class java.nio.charset.spi.CharsetProvider
- Creates an iterator that iterates over the charsets supported by this
provider.
- charsets -
Static variable in class org.apache.crimson.parser.XmlReader
-
- check() -
Method in class java.lang.ClassLoader
-
- check(Matcher, int, CharSequence) -
Method in class java.util.regex.Pattern.Bound
-
- check(LocPathIterator) -
Static method in class org.apache.xpath.axes.HasPositionalPredChecker
- Process the LocPathIterator to see if it contains variables
or functions that may make it context dependent.
- checkAbsolute(LocPathIterator) -
Method in class org.apache.xalan.templates.AbsPathChecker
- Process the LocPathIterator to see if it contains variables
or functions that may make it context dependent.
- checkAccept(String, int) -
Method in class java.lang.SecurityManager
- Throws a
SecurityException
if the
calling thread is not permitted to accept a socket connection from
the specified host and port number.
- checkAccess(File, boolean) -
Method in class java.io.FileSystem
- Check whether the file or directory denoted by the given abstract
pathname may be accessed by this process.
- checkAccess(File, boolean) -
Method in class java.io.Win32FileSystem
-
- checkAccess(File, boolean) -
Method in class java.io.WinNTFileSystem
-
- checkAccess(Thread) -
Method in class java.lang.SecurityManager
- Throws a
SecurityException
if the
calling thread is not allowed to modify the thread argument.
- checkAccess(ThreadGroup) -
Method in class java.lang.SecurityManager
- Throws a
SecurityException
if the
calling thread is not allowed to modify the thread group argument.
- checkAccess() -
Method in class java.lang.Thread
- Determines if the currently running thread has permission to
modify this thread.
- checkAccess() -
Method in class java.lang.ThreadGroup
- Determines if the currently running thread has permission to
modify this thread group.
- checkAccess() -
Method in class java.util.logging.Handler
-
- checkAccess() -
Method in class java.util.logging.LogManager
- Check that the current context is trusted to modify the logging
configuration.
- checkAll() -
Method in class java.awt.MediaTracker
- Checks to see if all images being tracked by this media tracker
have finished loading.
- checkAll(boolean) -
Method in class java.awt.MediaTracker
- Checks to see if all images being tracked by this media tracker
have finished loading.
- checkAll(boolean, boolean) -
Method in class java.awt.MediaTracker
-
- checkAndCreate(String, SecurityManager) -
Static method in class java.io.File
-
- checkAntVersion(Hashtable) -
Method in class org.apache.xalan.xslt.EnvironmentCheck
- Report product version information from Ant.
- checkArguments(String, String) -
Static method in class org.apache.crimson.tree.AttributeNode
- Package private method to check arguments for constructor
- checkArguments(String, String) -
Static method in class org.apache.crimson.tree.ElementNode2
-
- checkAwtEventQueueAccess() -
Method in class java.lang.SecurityManager
- Throws a
SecurityException
if the
calling thread is not allowed to access the AWT event queue.
- checkBounds(byte[], int, int) -
Static method in class java.lang.String
-
- checkBounds(int, int, int) -
Static method in class java.nio.Buffer
-
- checkBoxIcon -
Static variable in class javax.swing.plaf.basic.BasicIconFactory
-
- checkBoxIcon -
Static variable in class javax.swing.plaf.metal.MetalIconFactory
-
- checkBoxMenuItemIcon -
Static variable in class javax.swing.plaf.basic.BasicIconFactory
-
- checkBoxMenuItemIcon -
Static variable in class javax.swing.plaf.metal.MetalIconFactory
-
- checkButtonsArgument(int) -
Method in class java.awt.Robot
-
- checkCanceled() -
Method in class javax.swing.JEditorPane.PageStream
-
- checkCerts(String, CodeSource) -
Method in class java.lang.ClassLoader
-
- checkChar(int, long, long, String) -
Method in class java.net.URI.Parser
-
- checkChars(int, int, long, long, String) -
Method in class java.net.URI.Parser
-
- checkChildType(int) -
Method in class org.apache.crimson.tree.AttributeNode
-
- checkChildType(int) -
Method in class org.apache.crimson.tree.ElementNode2
-
- checkChildType(int) -
Method in class org.apache.crimson.tree.ParentNode
-
- checkChildType(int) -
Method in class org.apache.crimson.tree.XmlDocument.DocFragNode
-
- checkChildType(int) -
Method in class org.apache.crimson.tree.XmlDocument.EntityRefNode
-
- checkChildType(int) -
Method in class org.apache.crimson.tree.XmlDocument
-
- checkConflicts(TemplateSubPatternAssociation, XPathContext, int, QName) -
Method in class org.apache.xalan.templates.TemplateList
- Check for match conflicts, and warn the stylesheet author.
- checkConnect(String, int) -
Method in class java.lang.SecurityManager
- Throws a
SecurityException
if the
calling thread is not allowed to open a socket connection to the
specified host and port number.
- checkConnect(String, int, Object) -
Method in class java.lang.SecurityManager
- Throws a
SecurityException
if the
specified security context is not allowed to open a socket
connection to the specified host and port number.
- checkContainer(Container) -
Method in class javax.swing.BoxLayout
-
- checkContainer(Container) -
Method in class javax.swing.OverlayLayout
-
- checkControlWord(MutableAttributeSet, AttributeSet, RTFAttribute) -
Method in class javax.swing.text.rtf.RTFGenerator
-
- checkControlWords(MutableAttributeSet, AttributeSet, RTFAttribute[], int) -
Method in class javax.swing.text.rtf.RTFGenerator
-
- checkCreateClassLoader() -
Method in class java.lang.SecurityManager
- Throws a
SecurityException
if the
calling thread is not allowed to create a new class loader.
- checkCtorArgs() -
Method in class java.awt.font.TextLine
-
- checkDOMVersion(Hashtable) -
Method in class org.apache.xalan.xslt.EnvironmentCheck
- Report version info from DOM interfaces.
- checkDefaultSerialize() -
Method in class java.io.ObjectStreamClass
- Throws an InvalidClassException if objects whose class is represented by
this descriptor should not be permitted to use default serialization
(e.g., if the class declares serializable fields that do not correspond
to actual fields, and hence must use the GetField API).
- checkDelayArgument(int) -
Method in class java.awt.Robot
-
- checkDelete(String) -
Method in class java.lang.SecurityManager
- Throws a
SecurityException
if the
calling thread is not allowed to delete the specified file.
- checkDeserialize() -
Method in class java.io.ObjectStreamClass
- Throws an InvalidClassException if object instances referencing this
class descriptor should not be allowed to deserialize.
- checkDocument(Node) -
Method in class org.apache.crimson.tree.ParentNode
-
- checkDuplicates(OutputProperties) -
Method in class org.apache.xalan.templates.OutputProperties
- Check to see if a set of properties is at the same import level as the
last set of properties set that was passed as an argument to this method.
- checkEnvironment(ExpressionContext) -
Static method in class org.apache.xalan.lib.Extensions
- Return a Node of basic debugging information from the
EnvironmentCheck utility about the Java environment.
- checkEnvironment(PrintWriter) -
Method in class org.apache.xalan.xslt.EnvironmentCheck
- Programmatic entrypoint: Report on basic Java environment
and CLASSPATH settings that affect Xalan.
- checkEnvironmentUsingWhich(ExpressionContext, Document) -
Static method in class org.apache.xalan.lib.Extensions
- Private worker method to attempt to use org.apache.env.Which.
- checkError() -
Method in class java.io.PrintStream
- Flush the stream and check its error state.
- checkError() -
Method in class java.io.PrintWriter
- Flush the stream if it's not closed and check its error state.
- checkExec(String) -
Method in class java.lang.SecurityManager
- Throws a
SecurityException
if the
calling thread is not allowed to create a subprocess.
- checkExit(int) -
Method in class java.lang.SecurityManager
- Throws a
SecurityException
if the
calling thread is not allowed to cause the Java Virtual Machine to
halt with the specified status code.
- checkForClickInExpandControl(TreePath, int, int) -
Method in class javax.swing.plaf.basic.BasicTreeUI
- If the
mouseX
and mouseY
are in the
expand/collapse region of the row
, this will toggle
the row.
- checkForComodification() -
Method in class java.util.AbstractList.Itr
-
- checkForComodification() -
Method in class java.util.LinkedList.ListItr
-
- checkForComodification() -
Method in class java.util.SubList
-
- checkForEnableIM -
Variable in class java.awt.TextComponent
-
- checkForFragmentID(Attributes) -
Method in class org.apache.xalan.processor.StylesheetHandler
- Check to see if an ID attribute matched the #id, called
from startElement.
- checkForIllegalCast() -
Method in class javax.swing.text.AbstractDocument.AbstractElement
-
- checkForInfinateLoop() -
Method in class org.apache.xalan.transformer.StackGuard
- Check if we are in an infinite loop
- checkForSerializerSwitch(String, String) -
Method in class org.apache.xalan.transformer.ResultTreeHandler
- Check to see if we should switch serializers based on the
first output element being an HTML element.
- checkForTipChange(MouseEvent) -
Method in class javax.swing.ToolTipManager
- Checks to see if the tooltip needs to be changed in response to
the MouseMoved event
event
.
- checkGD(String) -
Method in class java.awt.Component
- Checks that this component's
GraphicsDevice
idString
matches the string argument.
- checkGD(String) -
Method in class java.awt.Container
- Checks that all Components that this Container contains are on
the same GraphicsDevice as this Container.
- checkHeadless() -
Static method in class java.awt.GraphicsEnvironment
- Check for headless state and throw HeadlessException if headless
- checkHorizontalKey(int, String) -
Method in class javax.swing.AbstractButton
- Verify that key is a legal value for the
horizontalAlignment
properties.
- checkHorizontalKey(int, String) -
Method in class javax.swing.JLabel
- Verify that key is a legal value for the horizontalAlignment properties.
- checkID(int) -
Method in class java.awt.MediaTracker
- Checks to see if all images tracked by this media tracker that
are tagged with the specified identifier have finished loading.
- checkID(int, boolean) -
Method in class java.awt.MediaTracker
- Checks to see if all images tracked by this media tracker that
are tagged with the specified identifier have finished loading.
- checkID(int, boolean, boolean) -
Method in class java.awt.MediaTracker
-
- checkIO() -
Static method in class java.lang.System
-
- checkIcon -
Variable in class javax.swing.plaf.basic.BasicMenuItemUI
-
- checkIconRect -
Static variable in class javax.swing.plaf.basic.BasicMenuItemUI
-
- checkIfChildObscuredBySibling() -
Method in class javax.swing.JComponent
- Returns true, which implies that before checking if a child should
be painted it is first check that the child is not obscured by another
sibling.
- checkImage(Image, ImageObserver) -
Method in class java.awt.Component
- Returns the status of the construction of a screen representation
of the specified image.
- checkImage(Image, int, int, ImageObserver) -
Method in class java.awt.Component
- Returns the status of the construction of a screen representation
of the specified image.
- checkImage(Image, int, int, ImageObserver) -
Method in class java.awt.Toolkit
- Indicates the construction status of a specified image that is
being prepared for display.
- checkImage(Image, int, int, ImageObserver) -
Method in interface java.awt.peer.ComponentPeer
-
- checkIndex(int) -
Method in class java.nio.Buffer
- Checks the given index against the limit, throwing an
IndexOutOfBoundsException
if it is not smaller than the limit
or is smaller than zero.
- checkIndex(int, int) -
Method in class java.nio.Buffer
-
- checkIndex(int) -
Method in class javax.swing.JTabbedPane
-
- checkInitted() -
Static method in class java.lang.Class
-
- checkInvokerEqual(MenuElement, MenuElement) -
Static method in class javax.swing.plaf.basic.BasicPopupMenuUI
-
- checkIsScreenDevice(GraphicsDevice) -
Method in class java.awt.Robot
-
- checkJAXPVersion(Hashtable) -
Method in class org.apache.xalan.xslt.EnvironmentCheck
- Report version information about JAXP interfaces.
- checkKeycodeArgument(int) -
Method in class java.awt.Robot
-
- checkLayout(Container) -
Method in class java.awt.CardLayout
- Make sure that the Container really has a CardLayout installed.
- checkLink(String) -
Method in class java.lang.SecurityManager
- Throws a
SecurityException
if the
calling thread is not allowed to dynamic link the library code
specified by the string argument file.
- checkListen(int) -
Method in class java.lang.SecurityManager
- Throws a
SecurityException
if the
calling thread is not allowed to wait for a connection request on
the specified local port number.
- checkLookupTable(String) -
Static method in class java.net.InetAddress
-
- checkMapped() -
Method in class java.nio.MappedByteBuffer
-
- checkMemberAccess(int, ClassLoader) -
Method in class java.lang.Class
-
- checkMemberAccess(Class, int) -
Method in class java.lang.SecurityManager
- Throws a
SecurityException
if the
calling thread is not allowed to access members.
- checkMultiColumnCell(int, int, int, View) -
Method in class javax.swing.text.TableView
- check the requirements of a table cell that spans multiple
columns.
- checkMultiColumnCell(int, int, int, View) -
Method in class javax.swing.text.html.TableView
- check the requirements of a table cell that spans multiple
columns.
- checkMulticast(InetAddress) -
Method in class java.lang.SecurityManager
- Throws a
SecurityException
if the
calling thread is not allowed to use
(join/leave/send/receive) IP multicast.
- checkMulticast(InetAddress, byte) -
Method in class java.lang.SecurityManager
- Deprecated. Use #checkPermission(java.security.Permission) instead
- checkMutableComboBoxModel() -
Method in class javax.swing.JComboBox
- Checks that the
dataModel
is an instance of
MutableComboBoxModel
.
- checkName(String) -
Static method in class java.nio.charset.Charset
- Checks that the given string is a legal charset name.
- checkNode(Node) -
Method in class org.apache.xpath.DOM2Helper
- Deprecated.
Check node to see if it was created by a DOM implementation
that this helper is intended to support.
- checkNotAncestor(Node) -
Method in class org.apache.crimson.tree.ParentNode
-
- checkNotDispatchThread() -
Method in class java.awt.Robot
-
- checkNotParsing(String, String) -
Method in class org.apache.crimson.parser.XMLReaderImpl
- Throw an exception if we are parsing.
- checkNumberArgs(int) -
Method in class org.apache.xalan.templates.FuncDocument
- Overide the superclass method to allow one or two arguments.
- checkNumberArgs(int) -
Method in class org.apache.xalan.templates.FuncFormatNumb
- Overide the superclass method to allow one or two arguments.
- checkNumberArgs(int) -
Method in class org.apache.xpath.functions.FuncConcat
- Check that the number of arguments passed to this function is correct.
- checkNumberArgs(int) -
Method in class org.apache.xpath.functions.FuncExtFunction
- Check that the number of arguments passed to this function is correct.
- checkNumberArgs(int) -
Method in class org.apache.xpath.functions.FuncSubstring
- Check that the number of arguments passed to this function is correct.
- checkNumberArgs(int) -
Method in class org.apache.xpath.functions.Function
- Check that the number of arguments passed to this function is correct.
- checkNumberArgs(int) -
Method in class org.apache.xpath.functions.Function2Args
- Check that the number of arguments passed to this function is correct.
- checkNumberArgs(int) -
Method in class org.apache.xpath.functions.Function3Args
- Check that the number of arguments passed to this function is correct.
- checkNumberArgs(int) -
Method in class org.apache.xpath.functions.FunctionDef1Arg
- Check that the number of arguments passed to this function is correct.
- checkNumberArgs(int) -
Method in class org.apache.xpath.functions.FunctionMultiArgs
- Check that the number of arguments passed to this function is correct.
- checkNumberArgs(int) -
Method in class org.apache.xpath.functions.FunctionOneArg
- Check that the number of arguments passed to this function is correct.
- checkNumericControlWord(MutableAttributeSet, AttributeSet, Object, String, float, float) -
Method in class javax.swing.text.rtf.RTFGenerator
-
- checkOffset(int, CharacterIterator) -
Static method in class java.text.RuleBasedBreakIterator
- Throw IllegalArgumentException unless begin <= offset < end.
- checkOldImpl() -
Method in class java.net.DatagramSocket
-
- checkOldImpl() -
Method in class java.net.ServerSocket
-
- checkOldImpl() -
Method in class java.net.Socket
-
- checkOpacity(AbstractButton) -
Method in class javax.swing.plaf.basic.BasicButtonListener
-
- checkOrientation(int) -
Method in class javax.swing.JScrollBar
-
- checkOrientation(int) -
Method in class javax.swing.JSeparator
-
- checkOrientation(int) -
Method in class javax.swing.JSlider
-
- checkOrientation(int) -
Method in class javax.swing.JToolBar
-
- checkPackageAccess(Class, ProtectionDomain) -
Method in class java.lang.ClassLoader
-
- checkPackageAccess(String) -
Method in class java.lang.SecurityManager
- Throws a
SecurityException
if the
calling thread is not allowed to access the package specified by
the argument.
- checkPackageDefinition(String) -
Method in class java.lang.SecurityManager
- Throws a
SecurityException
if the
calling thread is not allowed to define classes in the package
specified by the argument.
- checkPainter() -
Method in class javax.swing.text.GlyphView
- Check to see that a glyph painter exists.
- checkParserVersion(Hashtable) -
Method in class org.apache.xalan.xslt.EnvironmentCheck
- Report product version information from common parsers.
- checkPath(String, String, String) -
Static method in class java.net.URI
-
- checkPathForJars(String, String[]) -
Method in class org.apache.xalan.xslt.EnvironmentCheck
- Cheap-o listing of specified .jars found in the classpath.
- checkPermission(Permission) -
Method in class java.lang.SecurityManager
- Throws a
SecurityException
if the requested
access, specified by the given permission, is not permitted based
on the security policy currently in effect.
- checkPermission(Permission, Object) -
Method in class java.lang.SecurityManager
- Throws a
SecurityException
if the
specified security context is denied access to the resource
specified by the given permission.
- checkPrintJobAccess() -
Method in class java.lang.SecurityManager
- Throws a
SecurityException
if the
calling thread is not allowed to initiate a print job request.
- checkProcessorVersion(Hashtable) -
Method in class org.apache.xalan.xslt.EnvironmentCheck
- Report product version information from Xalan-J.
- checkPropertiesAccess() -
Method in class java.lang.SecurityManager
- Throws a
SecurityException
if the
calling thread is not allowed to access or modify the system
properties.
- checkProperty(Properties, String) -
Static method in class javax.swing.UIManager
-
- checkPropertyAccess(String) -
Method in class java.lang.SecurityManager
- Throws a
SecurityException
if the
calling thread is not allowed to access the system property with
the specified key
name.
- checkProps() -
Method in class java.net.SocksSocketImplFactory
-
- checkProximityPosition(XPathContext, int, DTM, int, int) -
Method in class org.apache.xpath.patterns.StepPattern
- New Method to check whether the current node satisfies a position predicate
- checkRead(FileDescriptor) -
Method in class java.lang.SecurityManager
- Throws a
SecurityException
if the
calling thread is not allowed to read from the specified file
descriptor.
- checkRead(String) -
Method in class java.lang.SecurityManager
- Throws a
SecurityException
if the
calling thread is not allowed to read the file specified by the
string argument.
- checkRead(String, Object) -
Method in class java.lang.SecurityManager
- Throws a
SecurityException
if the
specified security context is not allowed to read the file
specified by the string argument.
- checkRecursion(InputEntity) -
Method in class org.apache.crimson.parser.InputEntity
-
- checkRequests() -
Method in class javax.swing.BoxLayout
-
- checkRequests() -
Method in class javax.swing.OverlayLayout
-
- checkRequests(int) -
Method in class javax.swing.text.BoxView
- Checks the request cache and update if needed.
- checkResolve(Object) -
Method in class java.io.ObjectInputStream
- If resolveObject has been enabled and given object does not have an
exception associated with it, calls resolveObject to determine
replacement for object, and updates handle table accordingly.
- checkRobotAllowed() -
Method in class java.awt.Robot
-
- checkSAXVersion(Hashtable) -
Method in class org.apache.xalan.xslt.EnvironmentCheck
- Report version info from SAX interfaces.
- checkScreenCaptureAllowed() -
Static method in class java.awt.Robot
-
- checkScrollableParameters(Rectangle, int) -
Method in class javax.swing.JList
- --- The Scrollable Implementation ---
- checkSecurityAccess(String) -
Method in class java.lang.SecurityManager
- Determines whether the permission with the specified permission target
name should be granted or denied.
- checkSerialize() -
Method in class java.io.ObjectStreamClass
- Throws an InvalidClassException if objects whose class is represented by
this descriptor should not be allowed to serialize.
- checkSetFactory() -
Method in class java.lang.SecurityManager
- Throws a
SecurityException
if the
calling thread is not allowed to set the socket factory used by
ServerSocket
or Socket
, or the stream
handler factory used by URL
.
- checkSingleColumnCell(int, int, View) -
Method in class javax.swing.text.TableView
- check the requirements of a table cell that spans a single column.
- checkSingleColumnCell(int, int, View) -
Method in class javax.swing.text.html.TableView
- check the requirements of a table cell that spans a single column.
- checkSocks() -
Static method in class java.net.Socket
-
- checkSpecifyHandler(SecurityManager) -
Method in class java.net.URL
-
- checkSurrogatePair(int) -
Method in class org.apache.crimson.parser.InputEntity
-
- checkSystemClipboardAccess() -
Method in class java.awt.TextComponent
- Assigns a valid value to the canAccessClipboard instance variable.
- checkSystemClipboardAccess() -
Method in class java.lang.SecurityManager
- Throws a
SecurityException
if the
calling thread is not allowed to access the system clipboard.
- checkSystemProperties(Hashtable) -
Method in class org.apache.xalan.xslt.EnvironmentCheck
- Fillin hash with info about SystemProperties.
- checkTextHit(TextHitInfo) -
Method in class java.awt.font.TextLayout
-
- checkTopLevelWindow(Object) -
Method in class java.lang.SecurityManager
- Returns
false
if the calling
thread is not trusted to bring up the top-level window indicated
by the window
argument.
- checkValidRect(Rectangle) -
Static method in class java.awt.Robot
-
- checkVerticalKey(int, String) -
Method in class javax.swing.AbstractButton
- Ensures that the key is a valid.
- checkVerticalKey(int, String) -
Method in class javax.swing.JLabel
- Verify that key is a legal value for the
verticalAlignment or verticalTextPosition properties.
- checkWindowClosingException() -
Method in class java.awt.Component
-
- checkWrite(FileDescriptor) -
Method in class java.lang.SecurityManager
- Throws a
SecurityException
if the
calling thread is not allowed to write to the specified file
descriptor.
- checkWrite(String) -
Method in class java.lang.SecurityManager
- Throws a
SecurityException
if the
calling thread is not allowed to write to the file specified by
the string argument.
- checkboxMenuItemSerializedDataVersion -
Variable in class java.awt.CheckboxMenuItem
-
- checkboxSerializedDataVersion -
Variable in class java.awt.Checkbox
-
- checkboxUI -
Static variable in class javax.swing.plaf.basic.BasicCheckBoxUI
-
- checkboxUI -
Static variable in class javax.swing.plaf.metal.MetalCheckBoxUI
-
- checkedForStart -
Variable in class javax.swing.text.html.StyleSheet.ListPainter
-
- checkedInputOverride -
Variable in class javax.swing.text.JTextComponent
- Set to true after the check for the override of processInputMethodEvent
has been checked.
- checkedMotionThreshold -
Static variable in class javax.swing.plaf.basic.BasicDragGestureRecognizer
-
- checkedPriviledged -
Variable in class javax.swing.plaf.metal.DefaultMetalTheme.WindowsFontDelegate
-
- checkedSuppressDropSupport -
Static variable in class javax.swing.JComponent
- Indiciates if we've checked the system property for suppressing
drop support.
- checkedSystemFontSettings -
Static variable in class javax.swing.plaf.metal.MetalLookAndFeel
- Set to true first time we've checked swing.useSystemFontSettings.
- checkedWindows -
Static variable in class javax.swing.plaf.metal.MetalLookAndFeel
- True if checked for windows yet.
- checkfpx(InputStream) -
Static method in class java.net.URLConnection
- Check for FlashPix image data in InputStream is.
- child -
Variable in class java.awt.event.ContainerEvent
- The non-null component that is being added or
removed from the Container.
- child -
Variable in class java.util.prefs.NodeChangeEvent
- The node that was added or removed.
- child -
Variable in class javax.swing.text.AsyncBoxView.ChildState
-
- child -
Variable in class org.apache.xml.utils.Context2
-
- childAdded(NodeChangeEvent) -
Method in interface java.util.prefs.NodeChangeListener
- This method gets called when a child node is added.
- childAlloc -
Variable in class javax.swing.text.AsyncBoxView.ChildLocator
- A shape to use for the child allocation to avoid
creating a lot of garbage.
- childAlloc -
Variable in class javax.swing.text.CompositeView
-
- childAllocation(int, Rectangle) -
Method in class javax.swing.JEditorPane.PlainEditorKit.PlainParagraph.LogicalView
-
- childAllocation(int, Rectangle) -
Method in class javax.swing.plaf.basic.BasicTextAreaUI.PlainParagraph.LogicalView
-
- childAllocation(int, Rectangle) -
Method in class javax.swing.text.BoxView
- Allocates a region for a child view.
- childAllocation(int, Rectangle) -
Method in class javax.swing.text.CompositeView
- Returns the allocation for a given child.
- childAllocation(int, Rectangle) -
Method in class javax.swing.text.FlowView.LogicalView
- Returns the allocation for a given child.
- childChanged(AsyncBoxView.ChildState) -
Method in class javax.swing.text.AsyncBoxView.ChildLocator
- Notification that a child changed.
- childCount -
Variable in class javax.swing.tree.FixedHeightLayoutCache.FHTreeStateNode
- Child count of the receiver.
- childCount -
Variable in class javax.swing.tree.FixedHeightLayoutCache.VisibleFHTreeStateNodeEnumeration
- Number of children in parent.
- childCount -
Variable in class javax.swing.tree.VariableHeightLayoutCache.VisibleTreeStateNodeEnumeration
- Number of children in parent.
- childIndex -
Variable in class javax.swing.text.ElementIterator.StackItem
-
- childIndex -
Variable in class javax.swing.tree.FixedHeightLayoutCache.FHTreeStateNode
- Index of this node from the model.
- childIndex -
Variable in class javax.swing.tree.FixedHeightLayoutCache.SearchInfo
-
- childIndices -
Variable in class javax.swing.event.TreeModelEvent
- Indices identifying the position of where the children were.
- childInsertedAtModelIndex(int, boolean) -
Method in class javax.swing.tree.FixedHeightLayoutCache.FHTreeStateNode
- Messaged when a child has been inserted at index.
- childNodes -
Static variable in class org.apache.crimson.tree.DataNode
-
- childNodesWereAdded() -
Method in class org.apache.xalan.serialize.SerializerToXML
- Tell if child nodes have been added to the current
element.
- childRemoved(NodeChangeEvent) -
Method in interface java.util.prefs.NodeChangeListener
- This method gets called when a child node is removed.
- childResized(int, int) -
Method in interface java.awt.peer.ScrollPanePeer
-
- childSizeValid -
Variable in class javax.swing.text.AsyncBoxView.ChildState
-
- childSpi(String) -
Method in class java.util.prefs.AbstractPreferences
- Returns the named child of this preference node, creating it if it does
not already exist.
- childSpi(String) -
Method in class java.util.prefs.WindowsPreferences
- Implements AbstractPreferences childSpi() method.
- childValue(Object) -
Method in class java.lang.InheritableThreadLocal
- Computes the child's initial value for this inheritable thread-local
variable as a function of the parent's value at the time the child
thread is created.
- childValue(Object) -
Method in class java.lang.ThreadLocal
- Method childValue is visibly defined in subclass
InheritableThreadLocal, but is internally defined here for the
sake of providing createInheritedMap factory method without
needing to subclass the map class in InheritableThreadLocal.
- childValue -
Variable in class javax.swing.JTree.DynamicUtilTreeNode
- Value to create children with.
- children -
Variable in class java.util.logging.LogManager.LogNode
-
- children() -
Method in class javax.swing.JTree.DynamicUtilTreeNode
- Subclassed to load the children, if necessary.
- children -
Variable in class javax.swing.event.SwingPropertyChangeSupport
-
- children -
Variable in class javax.swing.event.TreeModelEvent
- Children that have been removed.
- children() -
Method in class javax.swing.text.AbstractDocument.AbstractElement
- Returns the children of the receiver as an
Enumeration
.
- children -
Variable in class javax.swing.text.AbstractDocument.BranchElement
-
- children() -
Method in class javax.swing.text.AbstractDocument.BranchElement
- Returns the children of the receiver as an
Enumeration
.
- children() -
Method in class javax.swing.text.AbstractDocument.LeafElement
- Returns the children of the receiver as an
Enumeration
.
- children -
Variable in class javax.swing.text.CompositeView
-
- children -
Variable in class javax.swing.text.html.AccessibleHTML.ElementInfo
- The children of this ElementInfo.
- children -
Variable in class javax.swing.text.html.FrameSetView
-
- children -
Variable in class javax.swing.text.html.StyleSheet.SelectorMapping
- Any sub selectors.
- children -
Variable in class javax.swing.tree.DefaultMutableTreeNode.PostorderEnumeration
-
- children -
Variable in class javax.swing.tree.DefaultMutableTreeNode
- array of children, may be null if this node has no children
- children() -
Method in class javax.swing.tree.DefaultMutableTreeNode
- Creates and returns a forward-order enumeration of this node's
children.
- children() -
Method in interface javax.swing.tree.TreeNode
- Returns the children of the receiver as an
Enumeration
.
- children() -
Method in class javax.swing.tree.VariableHeightLayoutCache.TreeStateNode
- Returns the children of the receiver.
- children -
Variable in class org.apache.crimson.tree.ParentNode
-
- childrenNames() -
Method in class java.util.prefs.AbstractPreferences
- Implements the children method as per the specification in
Preferences.childrenNames()
.
- childrenNames() -
Method in class java.util.prefs.Preferences
- Returns the names of the children of this preference node, relative to
this node.
- childrenNamesSpi() -
Method in class java.util.prefs.AbstractPreferences
- Returns the names of the children of this preference node.
- childrenNamesSpi() -
Method in class java.util.prefs.WindowsPreferences
- Implements AbstractPreferences childrenNamesSpi() method.
- choiceFormats -
Variable in class java.text.ChoiceFormat
- A list of choice strings.
- choiceLimits -
Variable in class java.text.ChoiceFormat
- A list of lower bounds for the choices.
- choiceSerializedDataVersion -
Variable in class java.awt.Choice
-
- choices -
Variable in class java.sql.DriverPropertyInfo
- An array of possible values if the value for the field
DriverPropertyInfo.value
may be selected
from a particular set of values; otherwise null.
- chooseLocale(String[]) -
Method in class org.apache.crimson.parser.Parser2
- Chooses a client locale to use for diagnostics, using the first
language specified in the list that is supported by this parser.
- chooseLocale(String[]) -
Method in interface org.apache.crimson.tree.DocumentEx
- Chooses a client locale to use for diagnostics, using the first
language specified in the list that is supported by this DOM
implementation.
- chooseLocale(String[]) -
Method in class org.apache.crimson.tree.XmlDocument
- Chooses a client locale to use for diagnostics, using the first
language specified in the list that is supported by this DOM
implementation.
- chooseLocale(String[]) -
Method in class org.apache.crimson.tree.XmlDocumentBuilder
- Chooses a client locale to use for diagnostics, using the first
language specified in the list that is supported by this builder.
- chooseLocale(String[]) -
Method in class org.apache.crimson.util.MessageCatalog
- Chooses a client locale to use, using the first language specified in
the list that is supported by this catalog.
- chooser -
Variable in class javax.swing.ColorTracker
-
- chooser -
Variable in class javax.swing.colorchooser.AbstractColorChooserPanel
-
- chooser -
Variable in class javax.swing.plaf.basic.BasicColorChooserUI
-
- chooser -
Variable in class javax.swing.plaf.metal.MetalFileChooserUI.DetailsTableCellRenderer
-
- chooser -
Variable in class javax.swing.plaf.metal.MetalFileChooserUI.DetailsTableModel
-
- chooser -
Variable in class javax.swing.plaf.metal.MetalFileChooserUI.DirectoryComboBoxModel
-
- chooserPane -
Variable in class javax.swing.ColorChooserDialog
-
- chooserPanels -
Variable in class javax.swing.JColorChooser
-
- choseong -
Static variable in class java.text.CharacterBreakData
-
- chunkalloc -
Static variable in class org.apache.xml.dtm.ref.ChunkedIntArray
-
- chunks -
Variable in class org.apache.xml.dtm.ref.ChunkedIntArray
-
- circleD -
Static variable in class javax.swing.text.html.HiddenTagView
-
- circleR -
Static variable in class javax.swing.text.html.HiddenTagView
-
- cjk -
Static variable in class java.text.SentenceBreakData
-
- cksum -
Variable in class java.util.zip.CheckedInputStream
-
- cksum -
Variable in class java.util.zip.CheckedOutputStream
-
- cl -
Variable in class java.io.ObjectStreamClass.FieldReflectorKey
-
- cl -
Variable in class java.io.ObjectStreamClass
- class associated with this descriptor (if any)
- classAssertionStatus -
Variable in class java.lang.ClassLoader
-
- classDepth(String) -
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.
- classEnabled -
Variable in class java.lang.AssertionStatusDirectives
- A parallel array to classes, indicating whether each class
is to have assertions enabled or disabled.
- classForName(String) -
Static method in class org.apache.xalan.xslt.EnvironmentCheck
- Worker method to load a class.
- classLoader -
Variable in class java.awt.EventQueue
-
- classLoaderDepth() -
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.
- classLoaderDepth0() -
Method in class java.lang.SecurityManager
-
- classLock -
Static variable in class javax.swing.JPopupMenu
-
- classLock -
Static variable in class javax.swing.SystemEventQueueUtilities
-
- classLock -
Static variable in class javax.swing.TimerQueue
-
- classLock -
Static variable in class javax.swing.UIManager
-
- className -
Variable in class java.rmi.activation.ActivationDesc
-
- className -
Variable in class java.rmi.activation.ActivationGroupDesc
-
- className -
Variable in class java.util.MissingResourceException
- The class name of the resource bundle requested by the user.
- className -
Variable in class javax.swing.UIDefaults.ProxyLazyValue
-
- className -
Variable in class javax.swing.UIManager.LookAndFeelInfo
-
- className -
Variable in class javax.swing.plaf.metal.MetalLookAndFeel.MetalLazyValue
- Name of the class to create.
- classNamesEqual(String, String) -
Static method in class java.io.ObjectStreamClass
- Compares class names for equality, ignoring package names.
- classes -
Variable in class java.lang.AssertionStatusDirectives
- The classes for which assertions are to be enabled or disabled.
- classes -
Variable in class java.lang.ClassLoader
-
- classify(double, double, double, double) -
Method in class java.awt.geom.RoundRectangle2D
-
- classname -
Variable in class java.io.InvalidClassException
- Name of the invalid class.
- clazz -
Variable in class java.lang.reflect.Constructor
-
- clazz -
Variable in class java.lang.reflect.Field
-
- clazz -
Variable in class java.lang.reflect.Method
-
- clazz(boolean) -
Method in class java.util.regex.Pattern
- Parse a character class, and return the node that matches it.
- clean(ObjID[], long, VMID, boolean) -
Method in interface java.rmi.dgc.DGC
- The clean call removes the 'vmid' from the reference list of
each remote object indicated in 'id's.
- cleanSelectorString(String) -
Method in class javax.swing.text.html.StyleSheet
- Returns a string that only has one space between simple selectors,
which may be the passed in String.
- cleanUpConstructionList() -
Static method in class java.util.ResourceBundle
- Remove any entries this thread may have in the construction list.
- cleanUpIndeterminateValues() -
Method in class javax.swing.plaf.basic.BasicProgressBarUI
- Invoked by PropertyChangeHandler after stopAnimationTimer().
- cleaner -
Variable in class java.nio.DirectByteBuffer
-
- cleaner() -
Method in class java.nio.DirectByteBuffer
-
- cleaner() -
Method in class java.nio.DirectCharBufferS
-
- cleaner() -
Method in class java.nio.DirectCharBufferU
-
- cleaner() -
Method in class java.nio.DirectDoubleBufferS
-
- cleaner() -
Method in class java.nio.DirectDoubleBufferU
-
- cleaner() -
Method in class java.nio.DirectFloatBufferS
-
- cleaner() -
Method in class java.nio.DirectFloatBufferU
-
- cleaner() -
Method in class java.nio.DirectIntBufferS
-
- cleaner() -
Method in class java.nio.DirectIntBufferU
-
- cleaner() -
Method in class java.nio.DirectLongBufferS
-
- cleaner() -
Method in class java.nio.DirectLongBufferU
-
- cleaner() -
Method in class java.nio.DirectShortBufferS
-
- cleaner() -
Method in class java.nio.DirectShortBufferU
-
- cleanup() -
Method in class java.io.ExpiringCache
-
- cleanup() -
Method in class javax.swing.plaf.basic.BasicDropTargetListener
- Cleans up internal state after the drop has finished (either succeeded
or failed).
- cleanupAfterEditing() -
Method in class javax.swing.tree.DefaultTreeCellEditor
- Cleans up any state after editing has completed.
- cleanupPalettesIfNecessary() -
Method in class javax.swing.colorchooser.DefaultHSBChooserPanel
-
- clear() -
Method in class java.awt.List
- Deprecated. As of JDK version 1.1,
replaced by
removeAll()
.
- clear() -
Method in class java.awt.RenderingHints
- Clears this
RenderingHints
object of all key/value
pairs.
- clear() -
Method in interface java.awt.peer.ListPeer
- DEPRECATED: Replaced by removeAll().
- clear() -
Method in class java.io.ExpiringCache
-
- clear() -
Method in class java.io.ObjectInputStream.HandleTable
- Resets table to its initial state.
- clear() -
Method in class java.io.ObjectInputStream.ValidationList
- Resets the callback list to its initial (empty) state.
- clear() -
Method in class java.io.ObjectInputStream
- Clears internal data structures.
- clear() -
Method in class java.io.ObjectOutputStream.HandleTable
- Resets table to its initial (empty) state.
- clear() -
Method in class java.io.ObjectOutputStream.ReplaceTable
- Resets table to its initial (empty) state.
- clear() -
Method in class java.io.ObjectOutputStream
- Clears internal data structures.
- clear() -
Method in class java.lang.ref.Reference
- Clears this reference object.
- clear() -
Method in class java.math.MutableBigInteger
- Clear out a MutableBigInteger for reuse.
- clear() -
Method in class java.nio.Buffer
- Clears this buffer.
- clear() -
Method in class java.text.DigitList
- Clears out the digits.
- clear() -
Method in class java.util.AbstractCollection
- Removes all of the elements from this collection (optional operation).
- clear() -
Method in class java.util.AbstractList
- Removes all of the elements from this collection (optional operation).
- clear() -
Method in class java.util.AbstractMap
- Removes all mappings from this map (optional operation).
- clear() -
Method in class java.util.ArrayList
- Removes all of the elements from this list.
- clear(int) -
Method in class java.util.BitSet
- Sets the bit specified by the index to
false
.
- clear(int, int) -
Method in class java.util.BitSet
- Sets the bits from the specified fromIndex(inclusive) to the
specified toIndex(exclusive) to
false
.
- clear() -
Method in class java.util.BitSet
- Sets all of the bits in this BitSet to
false
.
- clear() -
Method in class java.util.Calendar
- Clears the values of all the time fields.
- clear(int) -
Method in class java.util.Calendar
- Clears the value in the given time field.
- clear() -
Method in interface java.util.Collection
- Removes all of the elements from this collection (optional operation).
- clear() -
Method in class java.util.Collections.SynchronizedCollection
-
- clear() -
Method in class java.util.Collections.SynchronizedMap
-
- clear() -
Method in class java.util.Collections.UnmodifiableCollection
-
- clear() -
Method in class java.util.Collections.UnmodifiableMap
-
- clear() -
Method in class java.util.HashMap.EntrySet
-
- clear() -
Method in class java.util.HashMap.KeySet
-
- clear() -
Method in class java.util.HashMap.Values
-
- clear() -
Method in class java.util.HashMap
- Removes all mappings from this map.
- clear() -
Method in class java.util.HashSet
- Removes all of the elements from this set.
- clear() -
Method in class java.util.Hashtable.EntrySet
-
- clear() -
Method in class java.util.Hashtable.KeySet
-
- clear() -
Method in class java.util.Hashtable.ValueCollection
-
- clear() -
Method in class java.util.Hashtable
- Clears this hashtable so that it contains no keys.
- clear() -
Method in class java.util.IdentityHashMap.EntrySet
-
- clear() -
Method in class java.util.IdentityHashMap.KeySet
-
- clear() -
Method in class java.util.IdentityHashMap.Values
-
- clear() -
Method in class java.util.IdentityHashMap
- Removes all mappings from this map.
- clear() -
Method in class java.util.LinkedHashMap
- Removes all mappings from this map.
- clear() -
Method in class java.util.LinkedList
- Removes all of the elements from this list.
- clear() -
Method in interface java.util.List
- Removes all of the elements from this list (optional operation).
- clear() -
Method in interface java.util.Map
- Removes all mappings from this map (optional operation).
- clear() -
Method in class java.util.ResourceBundle.ResourceCacheKey
-
- clear() -
Method in interface java.util.Set
- Removes all of the elements from this set (optional operation).
- clear() -
Method in class java.util.TaskQueue
- Removes all elements from the priority queue.
- clear() -
Method in class java.util.TreeMap
- Removes all mappings from this TreeMap.
- clear() -
Method in class java.util.TreeSet
- Removes all of the elements from this set.
- clear() -
Method in class java.util.Vector
- Removes all of the elements from this Vector.
- clear() -
Method in class java.util.WeakHashMap.EntrySet
-
- clear() -
Method in class java.util.WeakHashMap.KeySet
-
- clear() -
Method in class java.util.WeakHashMap.Values
-
- clear() -
Method in class java.util.WeakHashMap
- Removes all mappings from this map.
- clear() -
Method in class java.util.jar.Attributes
- Removes all attributes from this Map.
- clear() -
Method in class java.util.jar.Manifest
- Clears the main Attributes as well as the entries in this Manifest.
- clear() -
Method in class java.util.prefs.AbstractPreferences
- Implements the clear method as per the specification in
Preferences.clear()
.
- clear() -
Method in class java.util.prefs.Preferences
- Removes all of the preferences (key-value associations) in this
preference node.
- clear() -
Method in class javax.swing.AbstractAction.ArrayTable
- Removes all the mappings.
- clear() -
Method in class javax.swing.ActionMap
- Removes all the mappings from this
ActionMap
.
- clear() -
Method in class javax.swing.ComponentInputMap
- Removes all the mappings from this object.
- clear() -
Method in class javax.swing.DefaultListModel
- Removes all of the elements from this list.
- clear(int) -
Method in class javax.swing.DefaultListSelectionModel
-
- clear() -
Method in class javax.swing.InputMap
- Removes all the mappings from this
InputMap
.
- clear() -
Method in class javax.swing.MultiUIDefaults
-
- clear() -
Method in class javax.swing.Spring.AbstractSpring
-
- clear() -
Method in class javax.swing.Spring.CompoundSpring
-
- clear(int) -
Method in class javax.swing.text.html.OptionListModel
-
- clear() -
Method in class org.apache.crimson.parser.AttributesExImpl
- Clears the attribute list so it has no members
- clear() -
Method in class org.apache.crimson.parser.SimpleHashtable
-
- clearAccessibleSelection() -
Method in class java.awt.List.AccessibleAWTList
- Clears the selection in the object, so that nothing in the
object is selected.
- clearAccessibleSelection() -
Method in class java.awt.MenuComponent.AccessibleAWTMenuComponent
- Clears the selection in the object, so that no children in the
object are selected.
- clearAccessibleSelection() -
Method in class javax.swing.JComboBox.AccessibleJComboBox
- Clears the selection in the object, so that no children in the
object are selected.
- clearAccessibleSelection() -
Method in class javax.swing.JList.AccessibleJList
- Clears the selection in the object, so that nothing in the
object is selected.
- clearAccessibleSelection() -
Method in class javax.swing.JMenu.AccessibleJMenu
- Clears the selection in the object, so that nothing in the
object is selected.
- clearAccessibleSelection() -
Method in class javax.swing.JMenuBar.AccessibleJMenuBar
- Clears the selection in the object, so that nothing in the
object is selected.
- clearAccessibleSelection() -
Method in class javax.swing.JTabbedPane.AccessibleJTabbedPane
-
- clearAccessibleSelection() -
Method in class javax.swing.JTable.AccessibleJTable
- Clears the selection in the object, so that no children in the
object are selected.
- clearAccessibleSelection() -
Method in class javax.swing.JTree.AccessibleJTree.AccessibleJTreeNode
- Clears the selection in the object, so that nothing in the
object is selected.
- clearAccessibleSelection() -
Method in class javax.swing.JTree.AccessibleJTree
- Clears the selection in the object, so that nothing in the
object is selected.
- clearAssertionStatus() -
Method in class java.lang.ClassLoader
- Sets the default assertion status for this class loader to
false and discards any package defaults or class assertion
status settings associated with the class loader.
- clearAutoscroll() -
Method in class java.awt.dnd.DropTarget
- clear autoscrolling
- clearBatch() -
Method in interface java.sql.Statement
- Empties this
Statement
object's current list of
SQL commands.
- clearBit(int) -
Method in class java.math.BigInteger
- Returns a BigInteger whose value is equivalent to this BigInteger
with the designated bit cleared.
- clearChanged() -
Method in class java.util.Observable
- Indicates that this object has no longer changed, or that it has
already notified all of its observers of its most recent change,
so that the hasChanged method will now return false.
- clearCoRoutine() -
Method in class org.apache.xalan.transformer.TransformerHandlerImpl
- Do what needs to be done to shut down the CoRoutine management.
- clearCoRoutine(SAXException) -
Method in class org.apache.xalan.transformer.TransformerHandlerImpl
- Do what needs to be done to shut down the CoRoutine management.
- clearCoRoutine() -
Method in class org.apache.xml.dtm.ref.sax2dtm.SAX2DTM
- Ask the CoRoutine parser to doTerminate and clear the reference.
- clearCoRoutine(boolean) -
Method in class org.apache.xml.dtm.ref.sax2dtm.SAX2DTM
- Ask the CoRoutine parser to doTerminate and clear the reference.
- clearComposeState() -
Method in class org.apache.xalan.templates.StylesheetRoot
- Clear the compose state.
- clearCurrentFocusCycleRootOnHide() -
Method in class java.awt.Component
-
- clearCurrentFocusCycleRootOnHide() -
Method in class java.awt.Container
-
- clearElements() -
Method in class org.apache.xalan.processor.WhitespaceInfoPaths
-
- clearFilledColumns() -
Method in class javax.swing.text.TableView.TableRow
-
- clearFilledColumns() -
Method in class javax.swing.text.html.TableView.RowView
-
- clearFocusRequestList() -
Static method in class java.awt.KeyboardFocusManager
-
- clearGlobalFocusOwner() -
Method in class java.awt.KeyboardFocusManager
- Clears the global focus owner at both the Java and native levels.
- clearGlobalFocusOwner() -
Method in class javax.swing.DelegatingDefaultFocusManager
-
- clearIconCache() -
Method in class javax.swing.plaf.basic.BasicFileChooserUI.BasicFileView
-
- clearIconCache() -
Method in class javax.swing.plaf.basic.BasicFileChooserUI
-
- clearLocalSlots(int, int) -
Method in class org.apache.xpath.VariableStack
- Use this to clear the variables in a section of the stack.
- clearLoopingStates -
Variable in class java.text.RuleBasedBreakIterator.Builder
- A flag that is used to indicate when the list of looping states can
be reset.
- clearMostRecentFocusOwner(Component) -
Static method in class java.awt.KeyboardFocusManager
-
- clearMostRecentFocusOwnerOnHide() -
Method in class java.awt.Component
-
- clearMostRecentFocusOwnerOnHide() -
Method in class java.awt.Container
-
- clearMostRecentFocusOwnerOnHide() -
Method in class java.awt.Window
-
- clearParameters() -
Method in interface java.sql.PreparedStatement
- Clears the current parameter values immediately.
- clearParameters() -
Method in interface javax.sql.RowSet
- Clears the parameters set for this
RowSet
object's command.
- clearParameters() -
Method in class org.apache.xalan.lib.sql.XConnection
-
- clearParameters() -
Method in class org.apache.xalan.transformer.TransformerIdentityImpl
- Clear all parameters set with setParameter.
- clearParameters() -
Method in class org.apache.xalan.transformer.TransformerImpl
- Reset the parameters to a null list.
- clearRect(int, int, int, int) -
Method in class java.awt.Graphics
- Clears the specified rectangle by filling it with the background
color of the current drawing surface.
- clearRect(int, int, int, int) -
Method in class javax.swing.DebugGraphics
- Overrides
Graphics.clearRect
.
- clearRect(int, int, int, int) -
Method in class javax.swing.SwingGraphics
-
- clearRect(int, int, int, int) -
Method in class javax.swing.SystemEventQueueUtilities.RunnableCanvasGraphics
-
- clearSelectedPath() -
Method in class javax.swing.MenuSelectionManager
- Tell the menu selection to close and unselect all the menu components.
- clearSelection() -
Method in class javax.swing.DefaultListSelectionModel
-
- clearSelection() -
Method in class javax.swing.DefaultSingleSelectionModel
-
- clearSelection() -
Method in class javax.swing.JList
- Clears the selection - after calling this method
isSelectionEmpty
will return true.
- clearSelection() -
Method in class javax.swing.JTable
- Deselects all selected columns and rows.
- clearSelection() -
Method in class javax.swing.JTree
- Clears the selection.
- clearSelection() -
Method in interface javax.swing.ListSelectionModel
- Change the selection to the empty set.
- clearSelection() -
Method in interface javax.swing.SingleSelectionModel
- Clears the selection (to -1).
- clearSelection() -
Method in class javax.swing.text.html.OptionListModel
-
- clearSelection() -
Method in class javax.swing.tree.DefaultTreeSelectionModel
- Empties the current selection.
- clearSelection() -
Method in interface javax.swing.tree.TreeSelectionModel
- Empties the current selection.
- clearTextShiftOffset() -
Method in class javax.swing.plaf.basic.BasicButtonUI
-
- clearToggledPaths() -
Method in class javax.swing.JTree
- Clears the cache of toggled tree paths.
- clearWarnings() -
Method in interface java.sql.Connection
- Clears all warnings reported for this
Connection
object.
- clearWarnings() -
Method in interface java.sql.ResultSet
- Clears all warnings reported on this
ResultSet
object.
- clearWarnings() -
Method in interface java.sql.Statement
- Clears all the warnings reported on this
Statement
object.
- clearingCurrentLightweightRequests -
Static variable in class java.awt.KeyboardFocusManager
-
- clickCount -
Variable in class java.awt.Event
- For
MOUSE_DOWN
events, this field indicates the
number of consecutive clicks.
- clickCount -
Variable in class java.awt.event.MouseEvent
- Indicates the number of quick consecutive clicks of
a mouse button.
- clickCountToStart -
Variable in class javax.swing.DefaultCellEditor
- An integer specifying the number of clicks needed to start editing.
- clientContentHandler -
Variable in class org.apache.xml.dtm.ref.IncrementalSAXSource_Filter
-
- clientDTDHandler -
Variable in class org.apache.xml.dtm.ref.IncrementalSAXSource_Filter
-
- clientErrorHandler -
Variable in class org.apache.xml.dtm.ref.IncrementalSAXSource_Filter
-
- clientLexicalHandler -
Variable in class org.apache.xml.dtm.ref.IncrementalSAXSource_Filter
-
- clientProperties -
Variable in class javax.swing.JComponent
-
- clip(Shape) -
Method in class java.awt.Graphics2D
- Intersects the current
Clip
with the interior of the
specified Shape
and sets the Clip
to the
resulting intersection.
- clipFillRaster(int[], int, int, int, int, double, double, double) -
Method in class java.awt.GradientPaintContext
-
- clipPlaying -
Variable in class javax.swing.plaf.basic.BasicLookAndFeel
- The Clip that is currently playing (set in AudioAction).
- clipRect(int, int, int, int) -
Method in class java.awt.Graphics
- Intersects the current clip with the specified rectangle.
- clipRect(int, int, int, int) -
Method in class javax.swing.DebugGraphics
- Overrides
Graphics.clipRect
.
- clipRect -
Variable in class javax.swing.SwingGraphics
-
- clipRect(int, int, int, int) -
Method in class javax.swing.SwingGraphics
-
- clipRect(int, int, int, int) -
Method in class javax.swing.SystemEventQueueUtilities.RunnableCanvasGraphics
-
- clipToRange(int, int, int) -
Method in class javax.swing.plaf.basic.BasicTableUI.NavigationalAction
-
- clipboardOwner -
Variable in class javax.swing.text.DefaultCaret
-
- clippedText(String, FontMetrics, int) -
Method in class javax.swing.plaf.metal.MetalTitlePane
- Convenience method to clip the passed in text to the specified
size.
- clock -
Static variable in class java.lang.ref.SoftReference
-
- clone() -
Method in class java.awt.BufferCapabilities
-
- clone() -
Method in class java.awt.GridBagConstraints
- Creates a copy of this grid bag constraint.
- clone() -
Method in class java.awt.ImageCapabilities
-
- clone() -
Method in class java.awt.Insets
- Create a copy of this object.
- clone() -
Method in class java.awt.JobAttributes
- Creates and returns a copy of this
JobAttributes
.
- clone() -
Method in class java.awt.PageAttributes
- Creates and returns a copy of this PageAttributes.
- clone() -
Method in class java.awt.RenderingHints
- Creates a clone of this
RenderingHints
object
that has the same contents as this RenderingHints
object.
- clone() -
Method in class java.awt.datatransfer.DataFlavor
- Returns a clone of this
DataFlavor
.
- clone() -
Method in class java.awt.datatransfer.MimeType
- Returns a clone of this object.
- clone() -
Method in class java.awt.datatransfer.MimeTypeParameterList
-
- clone() -
Method in class java.awt.font.CharArrayIterator
- Create a copy of this iterator
- clone() -
Method in class java.awt.font.TextLayout
- Creates a copy of this
TextLayout
.
- clone() -
Method in class java.awt.font.TextMeasurer
-
- clone() -
Method in class java.awt.geom.AffineTransform
- Returns a copy of this
AffineTransform
object.
- clone() -
Method in class java.awt.geom.Area
- Returns an exact copy of this
Area
object.
- clone() -
Method in class java.awt.geom.CubicCurve2D
- Creates a new object of the same class as this object.
- clone() -
Method in class java.awt.geom.Dimension2D
- Creates a new object of the same class as this object.
- clone() -
Method in class java.awt.geom.GeneralPath
- Creates a new object of the same class as this object.
- clone() -
Method in class java.awt.geom.Line2D
- Creates a new object of the same class as this object.
- clone() -
Method in class java.awt.geom.Point2D
- Creates a new object of the same class and with the
same contents as this object.
- clone() -
Method in class java.awt.geom.QuadCurve2D
- Creates a new object of the same class and with the same contents
as this object.
- clone() -
Method in class java.awt.geom.RectangularShape
- Creates a new object of the same class and with the same
contents as this object.
- clone() -
Method in class java.awt.image.ImageFilter
- Clones this object.
- clone() -
Method in class java.awt.image.Kernel
- Clones this object.
- clone() -
Method in class java.awt.image.renderable.ParameterBlock
- Creates a copy of a
ParameterBlock
.
- clone() -
Method in class java.awt.image.renderable.RenderContext
- Makes a copy of a RenderContext.
- clone() -
Method in class java.awt.print.PageFormat
- Makes a copy of this
PageFormat
with the same
contents as this PageFormat
.
- clone() -
Method in class java.awt.print.Paper
- Creates a copy of this
Paper
with the same contents
as this Paper
.
- clone() -
Method in class java.lang.Object
- Creates and returns a copy of this object.
- clone() -
Method in class java.rmi.server.UnicastRemoteObject
- Returns a clone of the remote object that is distinct from
the original.
- clone() -
Method in class java.text.AttributedString.AttributedStringIterator
-
- clone() -
Method in class java.text.BreakIterator
- Create a copy of this iterator
- clone() -
Method in class java.text.CharSet
- Creates a new CharSet that is equal to this one
- clone() -
Method in interface java.text.CharacterIterator
- Create a copy of this iterator
- clone() -
Method in class java.text.ChoiceFormat
- Overrides Cloneable
- clone() -
Method in class java.text.Collator
- Overrides Cloneable
- clone() -
Method in class java.text.DateFormat
- Overrides Cloneable
- clone() -
Method in class java.text.DateFormatSymbols
- Overrides Cloneable
- clone() -
Method in class java.text.DecimalFormat
- Standard override; no change in semantics.
- clone() -
Method in class java.text.DecimalFormatSymbols
- Standard override.
- clone() -
Method in class java.text.DigitList
- Creates a copy of this object.
- clone() -
Method in class java.text.Format
- Creates and returns a copy of this object.
- clone() -
Method in class java.text.MessageFormat
- Creates and returns a copy of this object.
- clone() -
Method in class java.text.NumberFormat
- Overrides Cloneable
- clone() -
Method in class java.text.RuleBasedBreakIterator.SafeCharIterator
-
- clone() -
Method in class java.text.RuleBasedBreakIterator
- Clones this iterator.
- clone() -
Method in class java.text.RuleBasedCollator
- Standard override; no change in semantics.
- clone() -
Method in class java.text.SimpleDateFormat
- Creates a copy of this
SimpleDateFormat
.
- clone() -
Method in class java.text.SimpleTextBoundary
- Overrides Cloneable
- clone() -
Method in class java.text.StringCharacterIterator
- Creates a copy of this iterator.
- clone() -
Method in class java.util.AbstractMap
- Returns a shallow copy of this AbstractMap instance: the keys
and values themselves are not cloned.
- clone() -
Method in class java.util.ArrayList
- Returns a shallow copy of this ArrayList instance.
- clone() -
Method in class java.util.BitSet
- Cloning this
BitSet
produces a new BitSet
that is equal to it.
- clone() -
Method in class java.util.Calendar
- Overrides Cloneable
- clone() -
Method in class java.util.Date
- Return a copy of this object.
- clone() -
Method in class java.util.HashMap
- Returns a shallow copy of this HashMap instance: the keys and
values themselves are not cloned.
- clone() -
Method in class java.util.HashSet
- Returns a shallow copy of this HashSet instance: the elements
themselves are not cloned.
- clone() -
Method in class java.util.Hashtable.Entry
-
- clone() -
Method in class java.util.Hashtable
- Creates a shallow copy of this hashtable.
- clone() -
Method in class java.util.IdentityHashMap
- Returns a shallow copy of this identity hash map: the keys and values
themselves are not cloned.
- clone() -
Method in class java.util.LinkedList
- Returns a shallow copy of this LinkedList.
- clone() -
Method in class java.util.Locale
- Overrides Cloneable
- clone() -
Method in class java.util.ResourceBundle.ResourceCacheKey
-
- clone() -
Method in class java.util.SimpleTimeZone
- Returns a clone of this
SimpleTimeZone
instance.
- clone() -
Method in class java.util.TimeZone
- Creates a copy of this
TimeZone
.
- clone() -
Method in class java.util.TreeMap
- Returns a shallow copy of this TreeMap instance.
- clone() -
Method in class java.util.TreeSet
- Returns a shallow copy of this TreeSet instance.
- clone() -
Method in class java.util.Vector
- Returns a clone of this vector.
- clone() -
Method in class java.util.jar.Attributes
- Returns a copy of the Attributes, implemented as follows:
public Object clone() { return new Attributes(this); }
Since the attribute names and values are themselves immutable,
the Attributes returned can be safely modified without affecting
the original.
- clone() -
Method in class java.util.jar.Manifest
- Returns a shallow copy of this Manifest.
- clone() -
Method in class java.util.zip.ZipEntry
- Returns a copy of this entry.
- clone() -
Method in class javax.swing.AbstractAction.ArrayTable
-
- clone() -
Method in class javax.swing.AbstractAction
- Clones the abstract action.
- clone() -
Method in class javax.swing.DefaultListSelectionModel
- Returns a clone of this selection model with the same selection.
- clone() -
Method in class javax.swing.JFormattedTextField.AbstractFormatter
- Clones the
AbstractFormatter
.
- clone() -
Method in class javax.swing.text.DefaultFormatter
- Creates a copy of the DefaultFormatter.
- clone(Element, Element) -
Method in class javax.swing.text.DefaultStyledDocument.ElementBuffer
- Creates a copy of this element, with a different
parent.
- clone() -
Method in class javax.swing.text.EditorKit
- Creates a copy of the editor kit.
- clone() -
Method in class javax.swing.text.ElementIterator.StackItem
-
- clone() -
Method in class javax.swing.text.ElementIterator
- Clones the ElementIterator.
- clone() -
Method in class javax.swing.text.GlyphView
- Creates a shallow copy.
- clone() -
Method in class javax.swing.text.InternationalFormatter
- Creates a copy of the DefaultFormatter.
- clone() -
Method in class javax.swing.text.Segment
- Creates a shallow copy.
- clone() -
Method in class javax.swing.text.SimpleAttributeSet
- Clones a set of attributes.
- clone() -
Method in class javax.swing.text.StyleContext.SmallAttributeSet
- Clones a set of attributes.
- clone() -
Method in class javax.swing.text.StyledEditorKit
- Creates a copy of the editor kit.
- clone() -
Method in class javax.swing.text.html.HTMLEditorKit
- Creates a copy of the editor kit.
- clone() -
Method in class javax.swing.text.html.OptionListModel
- Returns a clone of the receiver with the same selection.
- clone() -
Method in class javax.swing.tree.DefaultMutableTreeNode
- Overridden to make clone public.
- clone() -
Method in class javax.swing.tree.DefaultTreeSelectionModel
- Returns a clone of this object with the same selection.
- clone() -
Method in class org.apache.xalan.templates.OutputProperties
- Clone this OutputProperties, including a clone of the wrapped Properties
reference.
- clone() -
Method in class org.apache.xalan.templates.RedundentExprEliminator.MultistepExprHolder
- Clone this object.
- clone() -
Method in class org.apache.xalan.templates.TemplateSubPatternAssociation
- Clone this object.
- clone() -
Method in interface org.apache.xml.dtm.DTMIterator
- Get a clone of this iterator, but don't reset the iteration in the
process, so that it may be used from the current position.
- clone() -
Method in class org.apache.xml.utils.BoolStack
-
- clone() -
Method in class org.apache.xml.utils.IntStack
- Returns clone of current IntStack
- clone() -
Method in class org.apache.xml.utils.IntVector
- Returns clone of current IntVector
- clone() -
Method in class org.apache.xml.utils.NodeVector
- Get a cloned LocPathIterator.
- clone() -
Method in class org.apache.xml.utils.ObjectStack
- Returns clone of current ObjectStack
- clone() -
Method in class org.apache.xml.utils.ObjectVector
- Returns clone of current ObjectVector
- clone() -
Method in class org.apache.xpath.NodeSet
- Get a cloned LocPathIterator.
- clone() -
Method in class org.apache.xpath.NodeSetDTM
- Clone this NodeSetDTM.
- clone() -
Method in class org.apache.xpath.VariableStack
- Returns a clone of this variable stack.
- clone() -
Method in class org.apache.xpath.axes.AxesWalker
- Get a cloned AxesWalker.
- clone() -
Method in interface org.apache.xpath.axes.ContextNodeList
- Get a clone of this iterator.
- clone() -
Method in class org.apache.xpath.axes.FilterExprWalker
- Get a cloned FilterExprWalker.
- clone() -
Method in class org.apache.xpath.axes.NodeSequence
- Get a clone of this iterator, but don't reset the iteration in the
process, so that it may be used from the current position.
- clone() -
Method in class org.apache.xpath.axes.OneStepIterator
- Get a cloned iterator.
- clone() -
Method in class org.apache.xpath.axes.PredicatedNodeTest
- Get a cloned PrdicatedNodeTest.
- clone() -
Method in class org.apache.xpath.axes.UnionPathIterator
- Get a cloned LocPathIterator that holds the same
position as this iterator.
- clone() -
Method in class org.apache.xpath.axes.WalkingIterator
- Get a cloned WalkingIterator that holds the same
position as this iterator.
- cloneAsNecessary(Element, Element, int, int) -
Method in class javax.swing.text.DefaultStyledDocument.ElementBuffer
- Creates a copy of this element, with a different
parent.
- cloneAttributeFromNode(int, int) -
Method in class org.apache.xalan.lib.sql.DTMDocument
- Allow two nodes to share the same set of attributes.
- cloneAttributeNode(boolean) -
Method in class org.apache.crimson.tree.AttributeNode
- Clone this AttributeNode and possibly its children (which cannot be
AttributeNodes themselves).
- cloneDeep(WalkingIterator, Vector) -
Method in class org.apache.xpath.axes.AxesWalker
- Do a deep clone of this walker, including next and previous walkers.
- cloneIterator() -
Method in interface org.apache.xml.dtm.DTMAxisIterator
-
- cloneIterator() -
Method in class org.apache.xml.dtm.ref.DTMAxisIteratorBase
- Returns a deep copy of this iterator.
- cloneIterator() -
Method in class org.apache.xml.dtm.ref.DTMDefaultBaseIterators.AncestorIterator
- Returns a deep copy of this iterator.
- cloneIterator() -
Method in class org.apache.xml.dtm.ref.DTMDefaultBaseIterators.PrecedingIterator
- Returns a deep copy of this iterator.
- cloneNode(boolean) -
Method in class org.apache.crimson.tree.AttributeNode
- DOM: returns a copy of this node which is not owned by an Element
- cloneNode(boolean) -
Method in class org.apache.crimson.tree.CDataNode
- Returns a new CDATA section with the same content as this.
- cloneNode(boolean) -
Method in class org.apache.crimson.tree.CommentNode
- Returns a new comment with the same content as this.
- cloneNode(boolean) -
Method in class org.apache.crimson.tree.Doctype.EntityNode
-
- cloneNode(boolean) -
Method in class org.apache.crimson.tree.Doctype.NotationNode
-
- cloneNode(boolean) -
Method in class org.apache.crimson.tree.Doctype
- Only implement shallow clone for now, which is allowed in DOM Level 2.
- cloneNode(boolean) -
Method in class org.apache.crimson.tree.ElementNode2
- Creates a new unparented node whose attributes are the same as
this node's attributes; if deep is true, the children
of this node are cloned as children of the new node.
- cloneNode(boolean) -
Method in class org.apache.crimson.tree.PINode
- Returns a new processing instruction with the same content as this.
- cloneNode(boolean) -
Method in class org.apache.crimson.tree.TextNode
- DOM: returns a new text node with the same contents as this one.
- cloneNode(boolean) -
Method in class org.apache.crimson.tree.XmlDocument.DocFragNode
-
- cloneNode(boolean) -
Method in class org.apache.crimson.tree.XmlDocument.EntityRefNode
-
- cloneNode(boolean) -
Method in class org.apache.crimson.tree.XmlDocument
- DOM: Returns a copy of this document.
- cloneNode(boolean) -
Method in class org.apache.xml.dtm.ref.DTMNodeProxy
-
- cloneNode(boolean) -
Method in class org.apache.xml.dtm.ref.dom2dtm.DOM2DTMdefaultNamespaceDeclarationNode
-
- cloneNode(boolean) -
Method in class org.apache.xml.utils.UnImplNode
- Unimplemented.
- cloneNode(boolean) -
Method in class org.apache.xpath.domapi.XPathNamespaceImpl
-
- cloneSubarray(Object[], int, int) -
Static method in class java.util.Arrays
- Clones an array within the specified bounds.
- cloneToResultTree(int, int, DTM, ResultTreeHandler, boolean) -
Static method in class org.apache.xalan.transformer.ClonerToResultTree
- Clone an element with or without children.
- cloneWithReset() -
Method in interface org.apache.xml.dtm.DTMIterator
- Get a cloned Iterator that is reset to the start of the iteration.
- cloneWithReset() -
Method in class org.apache.xpath.NodeSet
- Get a cloned Iterator, and reset its state to the beginning of the
iteration.
- cloneWithReset() -
Method in class org.apache.xpath.NodeSetDTM
- Get a cloned Iterator, and reset its state to the beginning of the
iteration.
- cloneWithReset() -
Method in class org.apache.xpath.axes.BasicTestIterator
- Get a cloned Iterator that is reset to the beginning
of the query.
- cloneWithReset() -
Method in class org.apache.xpath.axes.ChildTestIterator
- Get a cloned Iterator that is reset to the beginning
of the query.
- cloneWithReset() -
Method in interface org.apache.xpath.axes.ContextNodeList
- Get a cloned Iterator that is reset to the start of the iteration.
- cloneWithReset() -
Method in class org.apache.xpath.axes.DescendantIterator
- Get a cloned Iterator that is reset to the beginning
of the query.
- cloneWithReset() -
Method in class org.apache.xpath.axes.LocPathIterator
- Get a cloned Iterator that is reset to the beginning
of the query.
- cloneWithReset() -
Method in class org.apache.xpath.axes.NodeSequence
- Note: Not a deep clone.
- cloneWithReset() -
Method in class org.apache.xpath.axes.OneStepIterator
- Get a cloned Iterator that is reset to the beginning
of the query.
- cloneWithSource(Object) -
Method in class javax.swing.event.TreeSelectionEvent
- Returns a copy of the receiver, but with the source being newSource.
- closable -
Variable in class javax.swing.JInternalFrame
- The frame can be closed.
- close() -
Method in class java.io.BufferedInputStream
- Closes this input stream and releases any system resources
associated with the stream.
- close() -
Method in class java.io.BufferedReader
- Close the stream.
- close() -
Method in class java.io.BufferedWriter
- Close the stream.
- close() -
Method in class java.io.ByteArrayInputStream
- Closing a ByteArrayInputStream has no effect.
- close() -
Method in class java.io.ByteArrayOutputStream
- Closing a ByteArrayOutputStream has no effect.
- close() -
Method in class java.io.CharArrayReader
- Close the stream.
- close() -
Method in class java.io.CharArrayWriter
- Close the stream.
- close() -
Method in class java.io.FileInputStream
- Closes this file input stream and releases any system resources
associated with the stream.
- close() -
Method in class java.io.FileOutputStream
- Closes this file output stream and releases any system resources
associated with this stream.
- close() -
Method in class java.io.FilterInputStream
- Closes this input stream and releases any system resources
associated with the stream.
- close() -
Method in class java.io.FilterOutputStream
- Closes this output stream and releases any system resources
associated with the stream.
- close() -
Method in class java.io.FilterReader
- Close the stream.
- close() -
Method in class java.io.FilterWriter
- Close the stream.
- close() -
Method in class java.io.InputStream
- Closes this input stream and releases any system resources associated
with the stream.
- close() -
Method in class java.io.InputStreamReader
- Close the stream.
- close() -
Method in interface java.io.ObjectInput
- Closes the input stream.
- close() -
Method in class java.io.ObjectInputStream.BlockDataInputStream
-
- close() -
Method in class java.io.ObjectInputStream.PeekInputStream
-
- close() -
Method in class java.io.ObjectInputStream
- Closes the input stream.
- close() -
Method in interface java.io.ObjectOutput
- Closes the stream.
- close() -
Method in class java.io.ObjectOutputStream.BlockDataOutputStream
-
- close() -
Method in class java.io.ObjectOutputStream
- Closes the stream.
- close() -
Method in class java.io.OutputStream
- Closes this output stream and releases any system resources
associated with this stream.
- close() -
Method in class java.io.OutputStreamWriter
- Close the stream.
- close() -
Method in class java.io.PipedInputStream
- Closes this piped input stream and releases any system resources
associated with the stream.
- close() -
Method in class java.io.PipedOutputStream
- Closes this piped output stream and releases any system resources
associated with this stream.
- close() -
Method in class java.io.PipedReader
- Closes this piped stream and releases any system resources
associated with the stream.
- close() -
Method in class java.io.PipedWriter
- Closes this piped output stream and releases any system resources
associated with this stream.
- close() -
Method in class java.io.PrintStream
- Close the stream.
- close() -
Method in class java.io.PrintWriter
- Close the stream.
- close() -
Method in class java.io.PushbackInputStream
- Closes this input stream and releases any system resources
associated with the stream.
- close() -
Method in class java.io.PushbackReader
- Close the stream.
- close() -
Method in class java.io.RandomAccessFile
- Closes this random access file stream and releases any system
resources associated with the stream.
- close() -
Method in class java.io.Reader
- Close the stream.
- close() -
Method in class java.io.SequenceInputStream
- Closes this input stream and releases any system resources
associated with the stream.
- close() -
Method in class java.io.StringReader
- Close the stream.
- close() -
Method in class java.io.StringWriter
- Closing a StringWriter has no effect.
- close() -
Method in class java.io.Writer
- Close the stream, flushing it first.
- close() -
Method in class java.lang.Win32Process
-
- close() -
Method in class java.net.DatagramSocket
- Closes this datagram socket.
- close() -
Method in class java.net.DatagramSocketImpl
- Close the socket.
- close() -
Method in class java.net.PlainDatagramSocketImpl
- Close the socket.
- close() -
Method in class java.net.PlainSocketImpl
- Closes the socket.
- close() -
Method in class java.net.ServerSocket
- Closes this socket.
- close() -
Method in class java.net.Socket
- Closes this socket.
- close() -
Method in class java.net.SocketImpl
- Closes this socket.
- close() -
Method in class java.net.SocketInputStream
-
- close() -
Method in class java.net.SocketOutputStream
-
- close() -
Method in class java.net.SocksSocketImpl
-
- close() -
Method in interface java.nio.channels.Channel
- Closes this channel.
- close() -
Method in interface java.nio.channels.InterruptibleChannel
- Closes this channel.
- close() -
Method in class java.nio.channels.Selector
- Closes this selector.
- close() -
Method in class java.nio.channels.spi.AbstractInterruptibleChannel
- Closes this channel.
- close() -
Method in class java.nio.channels.spi.AbstractSelector
- Closes this selector.
- close() -
Method in interface java.sql.Connection
- Releases this
Connection
object's database and JDBC resources
immediately instead of waiting for them to be automatically released.
- close() -
Method in interface java.sql.ResultSet
- Releases this
ResultSet
object's database and
JDBC resources immediately instead of waiting for
this to happen when it is automatically closed.
- close() -
Method in interface java.sql.Statement
- Releases this
Statement
object's database
and JDBC resources immediately instead of waiting for
this to happen when it is automatically closed.
- close() -
Method in class java.util.jar.JarVerifier.VerifierStream
-
- close() -
Method in class java.util.jar.Manifest.FastInputStream
-
- close() -
Method in class java.util.logging.ConsoleHandler
- Override StreamHandler.close to do a flush but not
to close the output stream.
- close() -
Method in class java.util.logging.FileHandler.MeteredStream
-
- close() -
Method in class java.util.logging.FileHandler
- Close all the files.
- close() -
Method in class java.util.logging.Handler
- Close the Handler and free all associated resources.
- close() -
Method in class java.util.logging.MemoryHandler
- Close the Handler and free all associated resources.
- close() -
Method in class java.util.logging.SocketHandler
- Close this output stream.
- close() -
Method in class java.util.logging.StreamHandler
- Close the current output stream.
- close() -
Method in class java.util.zip.DeflaterOutputStream
- Writes remaining compressed data to the output stream and closes the
underlying stream.
- close() -
Method in class java.util.zip.GZIPInputStream
- Closes the input stream.
- close() -
Method in class java.util.zip.InflaterInputStream
- Closes the input stream.
- close() -
Method in class java.util.zip.ZipFile.ZipFileInputStream
-
- close() -
Method in class java.util.zip.ZipFile
- Closes the ZIP file.
- close(long) -
Static method in class java.util.zip.ZipFile
-
- close() -
Method in class java.util.zip.ZipInputStream
- Closes the ZIP input stream.
- close() -
Method in class java.util.zip.ZipOutputStream
- Closes the ZIP output stream as well as the stream being filtered.
- close() -
Method in interface javax.sql.PooledConnection
- Closes the physical connection that this
PooledConnection
object represents.
- close() -
Method in class javax.swing.ProgressMonitor
- Indicate that the operation is complete.
- close() -
Method in class javax.swing.ProgressMonitorInputStream
- Overrides
FilterInputStream.close
to close the progress monitor as well as the stream.
- close() -
Method in class javax.swing.plaf.metal.MetalTitlePane
- Closes the Window.
- close(int, int) -
Method in class javax.swing.text.GapVector
- Delete nItems at position.
- close() -
Method in class javax.swing.text.rtf.RTFParser
- Closes the parser.
- close() -
Method in class javax.swing.text.rtf.RTFReader.AttributeTrackingDestination
-
- close() -
Method in class javax.swing.text.rtf.RTFReader.ColortblDestination
-
- close() -
Method in interface javax.swing.text.rtf.RTFReader.Destination
-
- close() -
Method in class javax.swing.text.rtf.RTFReader.DiscardingDestination
-
- close() -
Method in class javax.swing.text.rtf.RTFReader.FonttblDestination
-
- close() -
Method in class javax.swing.text.rtf.RTFReader.StylesheetDestination.StyleDefiningDestination
-
- close() -
Method in class javax.swing.text.rtf.RTFReader.StylesheetDestination
-
- close() -
Method in class javax.swing.text.rtf.RTFReader.TextHandlingDestination
-
- close() -
Method in class javax.swing.text.rtf.RTFReader
- Called by the user when there is no more input (i.e.
- close() -
Method in class org.apache.crimson.parser.InputEntity
-
- close() -
Method in class org.apache.crimson.parser.XmlReader.BaseReader
-
- close() -
Method in class org.apache.crimson.parser.XmlReader
- Closes the reader.
- close(XSLProcessorContext, ElemExtensionCall) -
Method in class org.apache.xalan.lib.Redirect
- Close the given file and remove it from the formatter listener's table.
- close() -
Method in class org.apache.xalan.lib.sql.PooledConnection
- Close the real JDBC Connection
- close() -
Method in class org.apache.xalan.lib.sql.SQLDocument
- Clean up our ties to the database but this does not necessarly
clean up the document.
- close() -
Method in class org.apache.xalan.lib.sql.XConnection
- Close the connection to the data source.
- close(SQLDocument) -
Method in class org.apache.xalan.lib.sql.XConnection
- Close the connection to the data source.
- close() -
Method in class org.apache.xalan.serialize.WriterToASCI
- Close the stream, flushing it first.
- close() -
Method in class org.apache.xalan.serialize.WriterToUTF8
- Close the stream, flushing it first.
- close() -
Method in class org.apache.xalan.serialize.WriterToUTF8Buffered
- Close the stream, flushing it first.
- close0() -
Method in class java.io.FileInputStream
-
- close0() -
Method in class java.io.FileOutputStream
-
- close0() -
Method in class java.io.RandomAccessFile
-
- closeAction -
Variable in class javax.swing.plaf.basic.BasicInternalFrameTitlePane
-
- closeAction -
Variable in class javax.swing.plaf.metal.MetalTitlePane
- Action used to close the Window.
- closeBracket -
Static variable in class java.text.SentenceBreakData
-
- closeButton -
Variable in class javax.swing.plaf.basic.BasicInternalFrameTitlePane
-
- closeButton -
Variable in class javax.swing.plaf.metal.MetalTitlePane
- Button used to maximize or restore the Frame.
- closeButtonToolTip -
Variable in class javax.swing.plaf.basic.BasicInternalFrameTitlePane
-
- closeConnection() -
Method in interface ISSearch.ISDBinterface
- Closes the open database connection.
- closeDB() -
Method in class ISSearch.ISDBCrawler
- Closes the database connection of the built-in database interface.
- closeDB() -
Method in interface ISSearch.ISDBCrawlerInterface
- Closes the database connection of the built-in database interface.
- closeDeletion(int) -
Method in class java.util.IdentityHashMap
- Rehash all possibly-colliding entries following a
deletion.
- closeEntry() -
Method in class java.util.zip.ZipInputStream
- Closes the current ZIP entry and positions the stream for reading the
next entry.
- closeEntry() -
Method in class java.util.zip.ZipOutputStream
- Closes the current ZIP entry and positions the stream for writing
the next entry.
- closeFrame(JInternalFrame) -
Method in class javax.swing.DefaultDesktopManager
- Removes the frame, and, if necessary, the
desktopIcon
, from its parent.
- closeFrame(JInternalFrame) -
Method in interface javax.swing.DesktopManager
- Generally, this call should remove the frame from it's parent.
- closeFrame(JInternalFrame) -
Method in class javax.swing.plaf.basic.BasicInternalFrameUI
- This method is called when the user wants to close the frame.
- closeIcon -
Variable in class javax.swing.plaf.basic.BasicInternalFrameTitlePane
-
- closeKey(int) -
Method in class java.util.prefs.WindowsPreferences
- Closes Windows registry key.
- closeKey -
Variable in class javax.swing.plaf.basic.BasicDesktopPaneUI
- Deprecated. As of 1.3.
- closeLock -
Variable in class java.net.DatagramSocket
-
- closeLock -
Variable in class java.net.ServerSocket
-
- closeLock -
Variable in class java.net.Socket
-
- closeLock -
Variable in class java.nio.channels.spi.AbstractInterruptibleChannel
-
- closeOnError() -
Method in class org.apache.xalan.lib.sql.SQLDocument
- When an error occurs, the XConnection will call this method
do that we can deal with the Connection properly
- closeOutUnwantedEmbeddedTags(AttributeSet) -
Method in class javax.swing.text.html.HTMLWriter
- Searches the attribute set and for each tag
that is stored in the tag vector.
- closePath() -
Method in class java.awt.geom.GeneralPath
- Closes the current subpath by drawing a straight line back to
the coordinates of the last
moveTo
.
- closePending -
Variable in class java.net.PlainSocketImpl
-
- closed -
Variable in class java.awt.BasicStroke.FillAdapter
-
- closed -
Variable in class java.io.ObjectInputStream
- whether stream is closed
- closed -
Variable in class java.io.PipedWriter
-
- closed -
Variable in class java.net.DatagramSocket
-
- closed -
Variable in class java.net.ServerSocket
-
- closed -
Variable in class java.net.Socket
-
- closed -
Variable in class java.util.zip.DeflaterOutputStream
- Indicates that the stream has been closed.
- closed -
Variable in class java.util.zip.GZIPInputStream
-
- closed -
Variable in class java.util.zip.InflaterInputStream
-
- closed -
Variable in class java.util.zip.ZipInputStream
-
- closed -
Variable in class java.util.zip.ZipOutputStream
-
- closed -
Variable in class org.apache.crimson.parser.XmlReader
-
- closedByReader -
Variable in class java.io.PipedInputStream
-
- closedByReader -
Variable in class java.io.PipedReader
-
- closedByWriter -
Variable in class java.io.PipedInputStream
-
- closedByWriter -
Variable in class java.io.PipedReader
-
- closedIcon -
Variable in class javax.swing.tree.DefaultTreeCellRenderer
- Icon used to show non-leaf nodes that aren't expanded.
- closedSubpath() -
Method in class java.awt.BasicStroke.FillAdapter
-
- closing -
Variable in class java.io.PrintStream
-
- closing -
Variable in class java.net.SocketInputStream
- Closes the stream.
- closing -
Variable in class java.net.SocketOutputStream
- Closes the stream.
- closure(Pattern.Node) -
Method in class java.util.regex.Pattern
- Processes repetition.
- closure(ExpressionContext, NodeList, String) -
Static method in class org.apache.xalan.lib.ExsltDynamic
- The dyn:closure function creates a node set resulting from transitive closure of
evaluating the expression passed as the second argument on each of the nodes passed
as the first argument, then on the node set resulting from that and so on until no
more nodes are found.
- cm -
Static variable in class javax.swing.colorchooser.SyntheticImage
-
- cmax -
Variable in class java.util.regex.Pattern.Curly
-
- cmax -
Variable in class java.util.regex.Pattern.GroupCurly
-
- cmax -
Variable in class java.util.regex.Pattern.Loop
-
- cmdIn -
Variable in class java.net.SocksSocketImpl
-
- cmdOut -
Variable in class java.net.SocksSocketImpl
-
- cmdsock -
Variable in class java.net.SocksSocketImpl
-
- cmin -
Variable in class java.util.regex.Pattern.Curly
-
- cmin -
Variable in class java.util.regex.Pattern.GroupCurly
-
- cmin -
Variable in class java.util.regex.Pattern.Loop
-
- cmp(FDBigInt) -
Method in class java.lang.FDBigInt
-
- cname -
Variable in class java.net.SocketPermission
-
- co_entry_pause(int) -
Method in class org.apache.xml.dtm.ref.CoroutineManager
- In the standard coroutine architecture, coroutines are
identified by their method names and are launched and run up to
their first yield by simply resuming them; its's presumed that
this recognizes the not-already-running case and does the right
thing.
- co_entry_pause() -
Method in class org.apache.xml.dtm.ref.IncrementalSAXSource_Filter
- co_entry_pause is called in startDocument() before anything else
happens.
- co_exit(int) -
Method in class org.apache.xml.dtm.ref.CoroutineManager
- Terminate this entire set of coroutines.
- co_exit_to(Object, int, int) -
Method in class org.apache.xml.dtm.ref.CoroutineManager
- Make the ID available for reuse and terminate this coroutine,
transferring control to the specified coroutine.
- co_joinCoroutineSet(int) -
Method in class org.apache.xml.dtm.ref.CoroutineManager
- Each coroutine in the set managed by a single
CoroutineManager is identified by a small positive integer.
- co_resume(Object, int, int) -
Method in class org.apache.xml.dtm.ref.CoroutineManager
- Transfer control to another coroutine which has already been started and
is waiting on this CoroutineManager.
- co_yield(boolean) -
Method in class org.apache.xml.dtm.ref.IncrementalSAXSource_Filter
- Co_Yield handles coroutine interactions while a parse is in progress.
- coalesce -
Variable in class javax.swing.Timer
-
- coalesceEvents(AWTEvent, AWTEvent) -
Method in class java.awt.Component
- Potentially coalesce an event being posted with an existing
event.
- coalescePaintEvent(PaintEvent) -
Method in interface java.awt.peer.ComponentPeer
-
- code -
Variable in class org.apache.xml.utils.synthetic.SynthesisException
- Field code.
- codebase -
Variable in class javax.rmi.CORBA.ClassDesc
-
- coerceData(boolean) -
Method in class java.awt.image.BufferedImage
- Forces the data to match the state specified in the
isAlphaPremultiplied
variable.
- coerceData(WritableRaster, boolean) -
Method in class java.awt.image.ColorModel
- Forces the raster data to match the state specified in the
isAlphaPremultiplied
variable, assuming the data is
currently correctly described by this ColorModel
.
- coerceData(WritableRaster, boolean) -
Method in class java.awt.image.ComponentColorModel
- Forces the raster data to match the state specified in the
isAlphaPremultiplied
variable, assuming the data
is currently correctly described by this ColorModel
.
- coerceData(WritableRaster, boolean) -
Method in class java.awt.image.DirectColorModel
- Forces the raster data to match the state specified in the
isAlphaPremultiplied
variable, assuming the data is
currently correctly described by this ColorModel
.
- col -
Variable in class javax.swing.text.TableView.TableCell
- Deprecated.
- col -
Variable in class javax.swing.text.html.TableView.ColumnIterator
- Current column index
- colHead -
Variable in class javax.swing.ScrollPaneLayout
- The column header child.
- colIterator -
Variable in class javax.swing.text.html.TableView
-
- colincx -
Variable in class java.awt.TexturePaintContext
-
- colincxerr -
Variable in class java.awt.TexturePaintContext
-
- colincy -
Variable in class java.awt.TexturePaintContext
-
- colincyerr -
Variable in class java.awt.TexturePaintContext
-
- collapse(boolean) -
Method in class javax.swing.tree.FixedHeightLayoutCache.FHTreeStateNode
- Collapses the receiver.
- collapse() -
Method in class javax.swing.tree.VariableHeightLayoutCache.TreeStateNode
- Collapses the receiver.
- collapse(boolean) -
Method in class javax.swing.tree.VariableHeightLayoutCache.TreeStateNode
- Collapses this node in the tree.
- collapsePath(TreePath) -
Method in class javax.swing.JTree
- Ensures that the node identified by the specified path is
collapsed and viewable.
- collapseRow(int) -
Method in class javax.swing.JTree
- Ensures that the node in the specified row is collapsed.
- collapsedIcon -
Variable in class javax.swing.plaf.basic.BasicTreeUI
-
- collectDirtyComponents(Hashtable, JComponent, Vector) -
Method in class javax.swing.RepaintManager
-
- collectStats -
Variable in class java.awt.font.TextMeasurer
-
- color -
Variable in class java.awt.ColorPaintContext
-
- color -
Variable in class java.awt.PageAttributes
-
- color -
Variable in class java.util.TreeMap.Entry
-
- color -
Variable in class javax.swing.ColorTracker
-
- color -
Variable in class javax.swing.DebugGraphicsFilter
-
- color -
Variable in class javax.swing.border.MatteBorder
-
- color -
Variable in class javax.swing.text.DefaultHighlighter.DefaultHighlightPainter
-
- color1 -
Variable in class java.awt.GradientPaint
-
- color2 -
Variable in class java.awt.GradientPaint
-
- colorCount -
Variable in class javax.swing.text.rtf.RTFGenerator
-
- colorListener -
Variable in class javax.swing.colorchooser.AbstractColorChooserPanel
-
- colorModel -
Variable in class java.awt.TexturePaintContext
-
- colorModel -
Variable in class java.awt.image.BufferedImage
-
- colorOf(TreeMap.Entry) -
Static method in class java.util.TreeMap
- Balancing operations.
- colorSpace -
Variable in class java.awt.image.ColorModel
-
- colorSpaceType -
Variable in class java.awt.image.ColorModel
-
- colorTable -
Variable in class javax.swing.text.rtf.RTFGenerator
-
- colorTable -
Variable in class javax.swing.text.rtf.RTFReader
- This array maps color indices to Color objects.
- colorToHex(Color) -
Static method in class javax.swing.text.html.CSS
- Converts a type Color to a hex string
in the format "#RRGGBB"
- colors -
Variable in class javax.swing.colorchooser.SwatchPanel
-
- cols -
Variable in class java.awt.GridLayout
- This is the number of columns specified for the grid.
- cols -
Variable in class java.text.WordBreakTable
-
- cols -
Variable in class javax.swing.plaf.basic.BasicTableUI.TableDropTargetListener
-
- column -
Variable in class javax.swing.JTable.AccessibleJTable.AccessibleJTableCell
-
- column -
Variable in class javax.swing.event.TableModelEvent
-
- column -
Variable in class javax.swing.table.JTableHeader.AccessibleJTableHeader.AccessibleJTableHeaderEntry
-
- columnAdded(TableColumnModelEvent) -
Method in class javax.swing.JTable.AccessibleJTable
- Track changes to the table contents (column insertions)
- columnAdded(TableColumnModelEvent) -
Method in class javax.swing.JTable
- Invoked when a column is added to the table column model.
- columnAdded(TableColumnModelEvent) -
Method in interface javax.swing.event.TableColumnModelListener
- Tells listeners that a column was added to the model.
- columnAdded(TableColumnModelEvent) -
Method in class javax.swing.table.JTableHeader
- Invoked when a column is added to the table column model.
- columnAtPoint(Point) -
Method in class javax.swing.JTable
- Returns the index of the column that
point
lies in,
or -1 if the result is not in the range
[0, getColumnCount()
-1].
- columnAtPoint(Point) -
Method in class javax.swing.table.JTableHeader
- Returns the index of the column that
point
lies in, or -1 if it
lies out of bounds.
- columnCount -
Variable in class javax.swing.plaf.basic.BasicListUI
- Number of columns to create.
- columnCount -
Variable in class javax.swing.text.html.AccessibleHTML.TableElementInfo.TableAccessibleContext.AccessibleHeadersTable
-
- columnDescription -
Variable in class javax.swing.JTable.AccessibleJTable
-
- columnHeader -
Variable in class javax.swing.JScrollPane
- The column header child.
- columnIdentifiers -
Variable in class javax.swing.table.DefaultTableModel
- The
Vector
of column identifiers.
- columnMap -
Variable in class java.text.BreakDictionary
- Maps from characters to column numbers.
- columnMargin -
Variable in class javax.swing.table.DefaultTableColumnModel
- Width margin between each column
- columnMarginChanged(ChangeEvent) -
Method in class javax.swing.JTable.AccessibleJTable
- Track changes of a column moving due to margin changes.
- columnMarginChanged(ChangeEvent) -
Method in class javax.swing.JTable
- Invoked when a column is moved due to a margin change.
- columnMarginChanged(ChangeEvent) -
Method in interface javax.swing.event.TableColumnModelListener
- Tells listeners that a column was moved due to a margin change.
- columnMarginChanged(ChangeEvent) -
Method in class javax.swing.table.JTableHeader
- Invoked when a column is moved due to a margin change.
- columnModel -
Variable in class javax.swing.JTable
- The
TableColumnModel
of the table.
- columnModel -
Variable in class javax.swing.table.JTableHeader
- The
TableColumnModel
of the table header.
- columnMoved(TableColumnModelEvent) -
Method in class javax.swing.JTable.AccessibleJTable
- Track changes of a column repositioning.
- columnMoved(TableColumnModelEvent) -
Method in class javax.swing.JTable
- Invoked when a column is repositioned.
- columnMoved(TableColumnModelEvent) -
Method in interface javax.swing.event.TableColumnModelListener
- Tells listeners that a column was repositioned.
- columnMoved(TableColumnModelEvent) -
Method in class javax.swing.table.JTableHeader
- Invoked when a column is repositioned.
- columnNames -
Variable in class javax.swing.plaf.metal.MetalFileChooserUI.DetailsTableModel
-
- columnNoNulls -
Static variable in interface java.sql.DatabaseMetaData
- Indicates that the column might not allow
NULL
values.
- columnNoNulls -
Static variable in interface java.sql.ResultSetMetaData
- The constant indicating that a
column does not allow
NULL
values.
- columnNullable -
Static variable in interface java.sql.DatabaseMetaData
- Indicates that the column definitely allows
NULL
values.
- columnNullable -
Static variable in interface java.sql.ResultSetMetaData
- The constant indicating that a
column allows
NULL
values.
- columnNullableUnknown -
Static variable in interface java.sql.DatabaseMetaData
- Indicates that the nullability of columns is unknown.
- columnNullableUnknown -
Static variable in interface java.sql.ResultSetMetaData
- The constant indicating that the
nullability of a column's values is unknown.
- columnNumber(ExpressionContext) -
Static method in class org.apache.xalan.lib.NodeInfo
columnNumber
returns the column number of the
current context node.
- columnNumber(NodeList) -
Static method in class org.apache.xalan.lib.NodeInfo
columnNumber
returns the column number of the node
passed as argument.
- columnNumber -
Variable in class org.apache.xml.utils.SerializableLocatorImpl
- The column number.
- columnOffsets -
Variable in class javax.swing.text.TableView
-
- columnOffsets -
Variable in class javax.swing.text.html.TableView
-
- columnRemoved(TableColumnModelEvent) -
Method in class javax.swing.JTable.AccessibleJTable
- Track changes to the table contents (column deletions)
- columnRemoved(TableColumnModelEvent) -
Method in class javax.swing.JTable
- Invoked when a column is removed from the table column model.
- columnRemoved(TableColumnModelEvent) -
Method in interface javax.swing.event.TableColumnModelListener
- Tells listeners that a column was removed from the model.
- columnRemoved(TableColumnModelEvent) -
Method in class javax.swing.table.JTableHeader
- Invoked when a column is removed from the table column model.
- columnRequirements -
Variable in class javax.swing.text.TableView
-
- columnRequirements -
Variable in class javax.swing.text.html.TableView
-
- columnSelectionAdjusting -
Variable in class javax.swing.JTable
- The last value of getValueIsAdjusting from the column selection models
columnSelectionChanged notification.
- columnSelectionAllowed -
Variable in class javax.swing.table.DefaultTableColumnModel
- Column selection allowed in this column model
- columnSelectionChanged(ListSelectionEvent) -
Method in class javax.swing.JTable.AccessibleJTable
- Track that the selection model of the TableColumnModel changed.
- columnSelectionChanged(ListSelectionEvent) -
Method in class javax.swing.JTable
- Invoked when the selection model of the
TableColumnModel
is changed.
- columnSelectionChanged(ListSelectionEvent) -
Method in interface javax.swing.event.TableColumnModelListener
- Tells listeners that the selection model of the
TableColumnModel changed.
- columnSelectionChanged(ListSelectionEvent) -
Method in class javax.swing.table.JTableHeader
- Invoked when the selection model of the
TableColumnModel
is changed.
- columnSpans -
Variable in class javax.swing.text.TableView
-
- columnSpans -
Variable in class javax.swing.text.html.TableView
-
- columnWeights -
Variable in class java.awt.GridBagLayout
- This field holds the overrides to the column weights.
- columnWidth -
Variable in class javax.swing.JTextArea
-
- columnWidth -
Variable in class javax.swing.JTextField
-
- columnWidths -
Variable in class java.awt.GridBagLayout
- This field holds the overrides to the column minimum
width.
- columns -
Variable in class java.awt.TextArea
- The number of columns in the
TextArea
.
- columns -
Variable in class java.awt.TextField
- The number of columns in the text field.
- columns -
Variable in class javax.swing.JTextArea
-
- columns -
Variable in class javax.swing.JTextField
-
- columns -
Variable in class javax.swing.colorchooser.SmartGridLayout
-
- comboBox -
Variable in class javax.swing.plaf.basic.BasicComboBoxUI
-
- comboBox -
Variable in class javax.swing.plaf.basic.BasicComboPopup
-
- comboBox -
Variable in class javax.swing.plaf.metal.MetalComboBoxButton
-
- comboIcon -
Variable in class javax.swing.plaf.metal.MetalComboBoxButton
-
- command(Object) -
Static method in class java.lang.Compiler
- Examines the argument type and its fields and perform some documented
operation.
- command -
Variable in class java.rmi.activation.ActivationGroupDesc.CommandEnvironment
-
- command -
Variable in class javax.swing.JComponent.ActionStandin
-
- command -
Variable in class javax.swing.JTextField
-
- command -
Variable in class javax.swing.plaf.basic.BasicDesktopPaneUI.MoveResizeAction
-
- comment -
Variable in class java.util.zip.ZipEntry
-
- comment -
Variable in class java.util.zip.ZipOutputStream
-
- comment(Element) -
Method in class javax.swing.text.html.HTMLWriter
- Writes out comments.
- comment(char[], int, int) -
Method in class org.apache.crimson.parser.Parser2.NullHandler
-
- comment(char[], int, int) -
Method in class org.apache.crimson.tree.XmlDocumentBuilder
- Report an XML comment anywhere in the document.
- comment(String) -
Method in class org.apache.xalan.serialize.SerializerToText
- Called when a Comment is to be constructed.
- comment(char[], int, int) -
Method in class org.apache.xalan.serialize.SerializerToText
- Report an XML comment anywhere in the document.
- comment(char[], int, int) -
Method in class org.apache.xalan.serialize.SerializerToXML
- Report an XML comment anywhere in the document.
- comment(String) -
Method in class org.apache.xalan.transformer.ResultTreeHandler
- Bottleneck the comment event.
- comment(char[], int, int) -
Method in class org.apache.xalan.transformer.ResultTreeHandler
- Bottleneck the comment event.
- comment(char[], int, int) -
Method in class org.apache.xalan.transformer.TransformerHandlerImpl
- Report an XML comment anywhere in the document.
- comment(char[], int, int) -
Method in class org.apache.xalan.transformer.TransformerIdentityImpl
- Report an XML comment anywhere in the document.
- comment(char[], int, int) -
Method in class org.apache.xml.dtm.ref.DTMDocumentImpl
-
- comment(char[], int, int) -
Method in class org.apache.xml.dtm.ref.IncrementalSAXSource_Filter
-
- comment(char[], int, int) -
Method in class org.apache.xml.dtm.ref.sax2dtm.SAX2DTM
- Report an XML comment anywhere in the document.
- comment(char[], int, int) -
Method in class org.apache.xml.utils.DOMBuilder
- Report an XML comment anywhere in the document.
- commentChar(int) -
Method in class java.io.StreamTokenizer
- Specified that the character argument starts a single-line
comment.
- commentPadding -
Static variable in class javax.swing.text.html.CommentView
-
- commentPaddingD -
Static variable in class javax.swing.text.html.CommentView
-
- commit() -
Method in interface java.sql.Connection
- Makes all changes made since the previous
commit/rollback permanent and releases any database locks
currently held by this
Connection
object.
- commit() -
Method in class java.text.RBTableBuilder
- Look up for unmapped values in the expanded character table.
- commitEdit() -
Method in class javax.swing.JFormattedTextField
- Forces the current value to be taken from the
AbstractFormatter
and set as the current value.
- commitEdit() -
Method in class javax.swing.JSpinner.DefaultEditor
- Pushes the currently edited value to the
SpinnerModel
.
- commitEdit() -
Method in class javax.swing.JSpinner
- Commits the currently edited value to the
SpinnerModel
.
- commitEdit() -
Method in class javax.swing.text.DefaultFormatter
- Invokes
commitEdit
on the JFormattedTextField.
- commitOnEdit -
Variable in class javax.swing.text.DefaultFormatter
- If true, any time a valid edit happens commitEdit is invoked.
- committedCharacterCount -
Variable in class java.awt.event.InputMethodEvent
-
- comp -
Variable in class java.awt.CardLayout.Card
-
- compOffset -
Variable in class java.awt.image.ComponentColorModel
-
- compScale -
Variable in class java.awt.image.ComponentColorModel
-
- compWriteObjectNotify() -
Method in class javax.swing.JComponent
-
- compWriteObjectNotify() -
Method in class javax.swing.JInternalFrame
-
- compWriteObjectNotify() -
Method in class javax.swing.JTabbedPane
-
- compWriteObjectNotify() -
Method in class javax.swing.JTable
-
- compact() -
Method in class java.nio.ByteBuffer
- Compacts this buffer (optional operation).
- compact() -
Method in class java.nio.ByteBufferAsCharBufferB
-
- compact() -
Method in class java.nio.ByteBufferAsCharBufferL
-
- compact() -
Method in class java.nio.ByteBufferAsCharBufferRB
-
- compact() -
Method in class java.nio.ByteBufferAsCharBufferRL
-
- compact() -
Method in class java.nio.ByteBufferAsDoubleBufferB
-
- compact() -
Method in class java.nio.ByteBufferAsDoubleBufferL
-
- compact() -
Method in class java.nio.ByteBufferAsDoubleBufferRB
-
- compact() -
Method in class java.nio.ByteBufferAsDoubleBufferRL
-
- compact() -
Method in class java.nio.ByteBufferAsFloatBufferB
-
- compact() -
Method in class java.nio.ByteBufferAsFloatBufferL
-
- compact() -
Method in class java.nio.ByteBufferAsFloatBufferRB
-
- compact() -
Method in class java.nio.ByteBufferAsFloatBufferRL
-
- compact() -
Method in class java.nio.ByteBufferAsIntBufferB
-
- compact() -
Method in class java.nio.ByteBufferAsIntBufferL
-
- compact() -
Method in class java.nio.ByteBufferAsIntBufferRB
-
- compact() -
Method in class java.nio.ByteBufferAsIntBufferRL
-
- compact() -
Method in class java.nio.ByteBufferAsLongBufferB
-
- compact() -
Method in class java.nio.ByteBufferAsLongBufferL
-
- compact() -
Method in class java.nio.ByteBufferAsLongBufferRB
-
- compact() -
Method in class java.nio.ByteBufferAsLongBufferRL
-
- compact() -
Method in class java.nio.ByteBufferAsShortBufferB
-
- compact() -
Method in class java.nio.ByteBufferAsShortBufferL
-
- compact() -
Method in class java.nio.ByteBufferAsShortBufferRB
-
- compact() -
Method in class java.nio.ByteBufferAsShortBufferRL
-
- compact() -
Method in class java.nio.CharBuffer
- Compacts this buffer (optional operation).
- compact() -
Method in class java.nio.DirectByteBuffer
-
- compact() -
Method in class java.nio.DirectByteBufferR
-
- compact() -
Method in class java.nio.DirectCharBufferRS
-
- compact() -
Method in class java.nio.DirectCharBufferRU
-
- compact() -
Method in class java.nio.DirectCharBufferS
-
- compact() -
Method in class java.nio.DirectCharBufferU
-
- compact() -
Method in class java.nio.DirectDoubleBufferRS
-
- compact() -
Method in class java.nio.DirectDoubleBufferRU
-
- compact() -
Method in class java.nio.DirectDoubleBufferS
-
- compact() -
Method in class java.nio.DirectDoubleBufferU
-
- compact() -
Method in class java.nio.DirectFloatBufferRS
-
- compact() -
Method in class java.nio.DirectFloatBufferRU
-
- compact() -
Method in class java.nio.DirectFloatBufferS
-
- compact() -
Method in class java.nio.DirectFloatBufferU
-
- compact() -
Method in class java.nio.DirectIntBufferRS
-
- compact() -
Method in class java.nio.DirectIntBufferRU
-
- compact() -
Method in class java.nio.DirectIntBufferS
-
- compact() -
Method in class java.nio.DirectIntBufferU
-
- compact() -
Method in class java.nio.DirectLongBufferRS
-
- compact() -
Method in class java.nio.DirectLongBufferRU
-
- compact() -
Method in class java.nio.DirectLongBufferS
-
- compact() -
Method in class java.nio.DirectLongBufferU
-
- compact() -
Method in class java.nio.DirectShortBufferRS
-
- compact() -
Method in class java.nio.DirectShortBufferRU
-
- compact() -
Method in class java.nio.DirectShortBufferS
-
- compact() -
Method in class java.nio.DirectShortBufferU
-
- compact() -
Method in class java.nio.DoubleBuffer
- Compacts this buffer (optional operation).
- compact() -
Method in class java.nio.FloatBuffer
- Compacts this buffer (optional operation).
- compact() -
Method in class java.nio.HeapByteBuffer
-
- compact() -
Method in class java.nio.HeapByteBufferR
-
- compact() -
Method in class java.nio.HeapCharBuffer
-
- compact() -
Method in class java.nio.HeapCharBufferR
-
- compact() -
Method in class java.nio.HeapDoubleBuffer
-
- compact() -
Method in class java.nio.HeapDoubleBufferR
-
- compact() -
Method in class java.nio.HeapFloatBuffer
-
- compact() -
Method in class java.nio.HeapFloatBufferR
-
- compact() -
Method in class java.nio.HeapIntBuffer
-
- compact() -
Method in class java.nio.HeapIntBufferR
-
- compact() -
Method in class java.nio.HeapLongBuffer
-
- compact() -
Method in class java.nio.HeapLongBufferR
-
- compact() -
Method in class java.nio.HeapShortBuffer
-
- compact() -
Method in class java.nio.HeapShortBufferR
-
- compact() -
Method in class java.nio.IntBuffer
- Compacts this buffer (optional operation).
- compact() -
Method in class java.nio.LongBuffer
- Compacts this buffer (optional operation).
- compact() -
Method in class java.nio.ShortBuffer
- Compacts this buffer (optional operation).
- compact() -
Method in class java.nio.StringCharBuffer
-
- compactAndTrim() -
Method in class java.lang.Class.MethodArray
-
- comparator() -
Method in class java.util.Collections.SynchronizedSortedMap
-
- comparator() -
Method in class java.util.Collections.SynchronizedSortedSet
-
- comparator() -
Method in class java.util.Collections.UnmodifiableSortedMap
-
- comparator() -
Method in class java.util.Collections.UnmodifiableSortedSet
-
- comparator() -
Method in interface java.util.SortedMap
- Returns the comparator associated with this sorted map, or
null if it uses its keys' natural ordering.
- comparator() -
Method in interface java.util.SortedSet
- Returns the comparator associated with this sorted set, or
null if it uses its elements' natural ordering.
- comparator() -
Method in class java.util.TreeMap.SubMap
-
- comparator -
Variable in class java.util.TreeMap
- The Comparator used to maintain order in this TreeMap, or
null if this TreeMap uses its elements natural ordering.
- comparator() -
Method in class java.util.TreeMap
- Returns the comparator used to order this map, or null if this
map uses its keys' natural order.
- comparator() -
Method in class java.util.TreeSet
- Returns the comparator used to order this sorted set, or null
if this tree set uses its elements natural ordering.
- comparator -
Variable in class javax.swing.DefaultFocusManager
-
- comparator -
Variable in class javax.swing.SortingFocusTraversalPolicy
-
- compare(Object, Object) -
Method in class java.awt.datatransfer.DataFlavor.TextFlavorComparator
- Compares two
DataFlavor
objects.
- compare(File, File) -
Method in class java.io.FileSystem
- Compare two abstract pathnames lexicographically.
- compare(File, File) -
Method in class java.io.Win32FileSystem
-
- compare(double, double) -
Static method in class java.lang.Double
- Compares the two specified
double
values.
- compare(float, float) -
Static method in class java.lang.Float
- Compares the two specified
float
values.
- compare(Object, Object) -
Method in class java.lang.String.CaseInsensitiveComparator
-
- compare(MutableBigInteger) -
Method in class java.math.MutableBigInteger
- Compare the magnitude of two MutableBigIntegers.
- compare(String, String) -
Static method in class java.net.URI
-
- compare(String, String) -
Method in class java.text.Collator
- Compares the source string to the target string according to the
collation rules for this Collator.
- compare(Object, Object) -
Method in class java.text.Collator
- Compares its two arguments for order.
- compare(String, String) -
Method in class java.text.RuleBasedCollator
- Compares the character data stored in two different strings based on the
collation rules.
- compare(Object, Object) -
Method in class java.util.Collections.ReverseComparator
-
- compare(Object, Object) -
Method in interface java.util.Comparator
- Compares its two arguments for order.
- compare(Object, Object) -
Method in class java.util.TreeMap
- Compares two keys using the correct comparison method for this TreeMap.
- compare(Object, Object) -
Method in class javax.swing.CompareTabOrderComparator
-
- compare(Object, Object) -
Method in class javax.swing.LayoutComparator
-
- compare(int, ListSelectionModel) -
Method in class javax.swing.plaf.basic.BasicTableUI.NavigationalAction
-
- compare(int, int, int) -
Method in class javax.swing.plaf.basic.BasicTableUI.NavigationalAction
-
- compare(Object, Object) -
Method in class javax.swing.plaf.basic.BasicTreeUI.TreeTransferHandler
-
- compare(GapContent.MarkData, GapContent.MarkData) -
Method in class javax.swing.text.GapContent
- Compares two marks.
- compare(NodeSorter.NodeCompareElem, NodeSorter.NodeCompareElem, int, XPathContext) -
Method in class org.apache.xalan.transformer.NodeSorter
- Return the results of a compare of two nodes.
- compare(XObject, Comparator) -
Method in class org.apache.xpath.objects.XNodeSet
- Tell if one object is less than the other.
- compareCerts(Certificate[], Certificate[]) -
Method in class java.lang.ClassLoader
- check to make sure the certs for the new class (certs) are the same as
the certs for the first class inserted in the package (pcerts)
- compareIgnoringCase(String, String) -
Static method in class java.net.URI
-
- compareNumbers(double, double) -
Method in class org.apache.xpath.objects.Comparator
- Compare two numbers
- compareNumbers(double, double) -
Method in class org.apache.xpath.objects.EqualComparator
- Compare two numbers for equality.
- compareNumbers(double, double) -
Method in class org.apache.xpath.objects.GreaterThanComparator
- Compare two numbers for greater than.
- compareNumbers(double, double) -
Method in class org.apache.xpath.objects.GreaterThanOrEqualComparator
- Compare two numbers for greater than or equal.
- compareNumbers(double, double) -
Method in class org.apache.xpath.objects.LessThanComparator
- Compare two numbers for less than.
- compareNumbers(double, double) -
Method in class org.apache.xpath.objects.LessThanOrEqualComparator
- Compare two numbers for less than or equal.
- compareNumbers(double, double) -
Method in class org.apache.xpath.objects.NotEqualComparator
- Compare two numbers for non-equality.
- compareStrings(XMLString, XMLString) -
Method in class org.apache.xpath.objects.Comparator
- Compare two strings
- compareStrings(XMLString, XMLString) -
Method in class org.apache.xpath.objects.EqualComparator
- Compare two strings for equality.
- compareStrings(XMLString, XMLString) -
Method in class org.apache.xpath.objects.GreaterThanComparator
- Compare two strings for greater than.
- compareStrings(XMLString, XMLString) -
Method in class org.apache.xpath.objects.GreaterThanOrEqualComparator
- Compare two strings for greater than or equal.
- compareStrings(XMLString, XMLString) -
Method in class org.apache.xpath.objects.LessThanComparator
- Compare two strings for less than.
- compareStrings(XMLString, XMLString) -
Method in class org.apache.xpath.objects.LessThanOrEqualComparator
- Compare two strings for less than or equal.
- compareStrings(XMLString, XMLString) -
Method in class org.apache.xpath.objects.NotEqualComparator
- Compare two strings for non-equality.
- compareTabOrder(Component, Component) -
Method in class javax.swing.DefaultFocusManager
-
- compareTo(Object) -
Method in class ISSearch.ISPeerResult
- This function is required for the interface Comparable that is implemented by this object.
- compareTo(File) -
Method in class java.io.File
- Compares two abstract pathnames lexicographically.
- compareTo(Object) -
Method in class java.io.File
- Compares this abstract pathname to another object.
- compareTo(Object) -
Method in class java.io.ObjectStreamField
- Compare this field with another
ObjectStreamField
.
- compareTo(Byte) -
Method in class java.lang.Byte
- Compares two
Byte
objects numerically.
- compareTo(Object) -
Method in class java.lang.Byte
- Compares this
Byte
object to another object.
- compareTo(Character) -
Method in class java.lang.Character
- Compares two
Character
objects numerically.
- compareTo(Object) -
Method in class java.lang.Character
- Compares this
Character
object to another object.
- compareTo(Object) -
Method in interface java.lang.Comparable
- Compares this object with the specified object for order.
- compareTo(Double) -
Method in class java.lang.Double
- Compares two
Double
objects numerically.
- compareTo(Object) -
Method in class java.lang.Double
- Compares this
Double
object to another object.
- compareTo(Float) -
Method in class java.lang.Float
- Compares two
Float
objects numerically.
- compareTo(Object) -
Method in class java.lang.Float
- Compares this
Float
object to another object.
- compareTo(Integer) -
Method in class java.lang.Integer
- Compares two
Integer
objects numerically.
- compareTo(Object) -
Method in class java.lang.Integer
- Compares this
Integer
object to another object.
- compareTo(Long) -
Method in class java.lang.Long
- Compares two
Long
objects numerically.
- compareTo(Object) -
Method in class java.lang.Long
- Compares this
Long
object to another object.
- compareTo(Short) -
Method in class java.lang.Short
- Compares two
Short
objects numerically.
- compareTo(Object) -
Method in class java.lang.Short
- Compares this
Short
object to another object.
- compareTo(String) -
Method in class java.lang.String
- Compares two strings lexicographically.
- compareTo(Object) -
Method in class java.lang.String
- Compares this String to another Object.
- compareTo(BigDecimal) -
Method in class java.math.BigDecimal
- Compares this BigDecimal with the specified BigDecimal.
- compareTo(Object) -
Method in class java.math.BigDecimal
- Compares this BigDecimal with the specified Object.
- compareTo(BigInteger) -
Method in class java.math.BigInteger
- Compares this BigInteger with the specified BigInteger.
- compareTo(Object) -
Method in class java.math.BigInteger
- Compares this BigInteger with the specified Object.
- compareTo(Object) -
Method in class java.net.URI
- Compares this URI to another object, which must be a URI.
- compareTo(Object) -
Method in class java.nio.ByteBuffer
- Compares this buffer to another object.
- compareTo(Object) -
Method in class java.nio.CharBuffer
- Compares this buffer to another object.
- compareTo(Object) -
Method in class java.nio.DoubleBuffer
- Compares this buffer to another object.
- compareTo(Object) -
Method in class java.nio.FloatBuffer
- Compares this buffer to another object.
- compareTo(Object) -
Method in class java.nio.IntBuffer
- Compares this buffer to another object.
- compareTo(Object) -
Method in class java.nio.LongBuffer
- Compares this buffer to another object.
- compareTo(Object) -
Method in class java.nio.ShortBuffer
- Compares this buffer to another object.
- compareTo(Object) -
Method in class java.nio.charset.Charset
- Compares this charset to another object.
- compareTo(Timestamp) -
Method in class java.sql.Timestamp
- Compares this
Timestamp
object to the given
Timestamp
object.
- compareTo(Object) -
Method in class java.sql.Timestamp
- Compares this
Timestamp
object to the given
Object
, which must be a Timestamp
object.
- compareTo(CollationKey) -
Method in class java.text.CollationKey
- Compare this CollationKey to the target CollationKey.
- compareTo(Object) -
Method in class java.text.CollationKey
- Compares this CollationKey with the specified Object for order.
- compareTo(Date) -
Method in class java.util.Date
- Compares two Dates for ordering.
- compareTo(Object) -
Method in class java.util.Date
- Compares this Date to another Object.
- compareTo(Object) -
Method in class org.apache.xalan.templates.ElemTemplateElement
- Compares this object with the specified object for precedence order.
- compareTo(XMLString) -
Method in interface org.apache.xml.utils.XMLString
- Compares two strings lexicographically.
- compareTo(XMLString) -
Method in class org.apache.xpath.objects.XString
- Compares two strings lexicographically.
- compareTo(XMLString) -
Method in class org.apache.xpath.objects.XStringForFSB
- Compares two strings lexicographically.
- compareToIgnoreCase(String) -
Method in class java.lang.String
- Compares two strings lexicographically, ignoring case
differences.
- compareToIgnoreCase(XMLString) -
Method in interface org.apache.xml.utils.XMLString
- Compares two strings lexicographically, ignoring case considerations.
- compareToIgnoreCase(XMLString) -
Method in class org.apache.xpath.objects.XString
- Compares two strings lexicographically, ignoring case considerations.
- compareToIgnoreCase(XMLString) -
Method in class org.apache.xpath.objects.XStringForFSB
- Compares two strings lexicographically, ignoring case considerations.
- compareToRule(int, int, int, int, int, int, int, int, int, int, int, int) -
Static method in class java.util.SimpleTimeZone
- Compares the given date in the year to the given rule and returns 1, 0,
or -1, depending on whether the date is after, equal to, or before the
rule date.
- compile(String) -
Method in class java.text.SimpleDateFormat
- Returns the compiled form of the given pattern.
- compile(String) -
Static method in class java.util.regex.Pattern
- Compiles the given regular expression into a pattern.
- compile(String, int) -
Static method in class java.util.regex.Pattern
- Compiles the given regular expression into a pattern with the given
flags.
- compile() -
Method in class java.util.regex.Pattern
- Copies regular expression to a char array and inovkes the parsing
of the expression which will create the object tree.
- compile(int) -
Method in class org.apache.xpath.compiler.Compiler
-
Execute the XPath object from a given opcode position.
- compileClass(Class) -
Static method in class java.lang.Compiler
- Compiles the specified class.
- compileClasses(String) -
Static method in class java.lang.Compiler
- Compiles all classes whose name matches the specified string.
- compileExtension(int) -
Method in class org.apache.xpath.compiler.Compiler
- Compile an extension function.
- compileFunction(int) -
Method in class org.apache.xpath.compiler.Compiler
- Compile a built-in XPath function.
- compileOperation(Operation, int) -
Method in class org.apache.xpath.compiler.Compiler
- Bottle-neck compilation of an operation with left and right operands.
- compilePredicates(int, Expression[]) -
Method in class org.apache.xpath.compiler.Compiler
- Compiles predicates in the step.
- compileUnary(UnaryOperation, int) -
Method in class org.apache.xpath.compiler.Compiler
- Bottle-neck compilation of a unary operation.
- compiledPattern -
Variable in class java.text.SimpleDateFormat
- The compiled pattern.
- complement() -
Method in class java.text.CharSet
- Returns a CharSet containing all the characters which are not
in "this"
- complementMe -
Variable in class java.util.regex.Pattern.BitClass
-
- complete() -
Method in class java.util.Calendar
- Fills in any unset fields in the time field list.
- completeDoc -
Variable in class javax.swing.text.html.HTMLWriter
-
- completeDrag(int, int) -
Method in class javax.swing.plaf.basic.BasicSplitPaneDivider.DragController
-
- completeDrag(MouseEvent) -
Method in class javax.swing.plaf.basic.BasicSplitPaneDivider.DragController
- Messages finishDraggingTo with the new location for the mouse
event.
- completeEditing() -
Method in class javax.swing.plaf.basic.BasicTreeUI
- Messages to stop the editing session.
- completeEditing(boolean, boolean, boolean) -
Method in class javax.swing.plaf.basic.BasicTreeUI
- Stops the editing session.
- completeUIInstall() -
Method in class javax.swing.plaf.basic.BasicTreeUI
- Invoked from installUI after all the defaults/listeners have been
installed.
- completeUIUninstall() -
Method in class javax.swing.plaf.basic.BasicTreeUI
-
- component -
Variable in class java.awt.Container
- The components in this container.
- component -
Variable in class java.awt.KeyboardFocusManager.LightweightFocusRequest
-
- component -
Variable in class java.awt.dnd.DragGestureEvent
- The Component associated with this DragGestureEvent.
- component -
Variable in class java.awt.dnd.DragGestureRecognizer
- The
Component
associated with this DragGestureRecognizer
.
- component -
Variable in class java.awt.dnd.DropTarget.DropTargetAutoScroller
-
- component -
Variable in class java.awt.dnd.DropTarget
- The Component associated with this DropTarget.
- component -
Variable in class javax.swing.Autoscroller
-
- component -
Variable in class javax.swing.ComponentInputMap
- Component binding is created for.
- component -
Static variable in class javax.swing.ImageIcon
-
- component -
Variable in class javax.swing.JList.AccessibleJList.AccessibleJListChild
-
- component -
Variable in class javax.swing.JTabbedPane.Page
-
- component -
Variable in class javax.swing.JToolTip
-
- component -
Variable in class javax.swing.KeyboardManager.ComponentKeyStrokePair
-
- component -
Variable in class javax.swing.Popup
- The Component representing the Popup.
- component -
Variable in class javax.swing.SystemEventQueueUtilities.ComponentWorkRequest
-
- component -
Variable in class javax.swing.TransferHandler.PropertyTransferable
-
- component -
Variable in class javax.swing.plaf.basic.BasicDropTargetListener
- The current component.
- component -
Variable in class javax.swing.plaf.basic.BasicTreeUI.ScrollAction
-
- component -
Variable in class javax.swing.text.DefaultCaret
-
- component -
Variable in class javax.swing.text.DefaultHighlighter
-
- componentAdded(ContainerEvent) -
Method in class java.awt.AWTEventMulticaster
- Handles the componentAdded container event by invoking the
componentAdded methods on listener-a and listener-b.
- componentAdded(ContainerEvent) -
Method in class java.awt.Component.NativeInLightFixer
- Invoked when a component has been added to a lightweight
parent.
- componentAdded(ContainerEvent) -
Method in class java.awt.Container.AccessibleAWTContainer.AccessibleContainerHandler
-
- componentAdded(ContainerEvent) -
Method in class java.awt.event.ContainerAdapter
- Invoked when a component has been added to the container.
- componentAdded(ContainerEvent) -
Method in interface java.awt.event.ContainerListener
- Invoked when a component has been added to the container.
- componentAdded(ContainerEvent) -
Method in class javax.swing.JComponent.AccessibleJComponent.AccessibleContainerHandler
-
- componentAdded(ContainerEvent) -
Method in class javax.swing.plaf.basic.BasicMenuBarUI.ContainerHandler
-
- componentAdded(ContainerEvent) -
Method in class javax.swing.plaf.basic.BasicTabbedPaneUI.ContainerHandler
-
- componentAdded(ContainerEvent) -
Method in class javax.swing.plaf.basic.BasicToolBarUI.ToolBarContListener
-
- componentChanged(JComponent) -
Method in class javax.swing.plaf.basic.BasicToolTipUI
- Invoked when the
JCompoment
associated with the
JToolTip
has changed, or at initialization time.
- componentConstraints -
Variable in class javax.swing.SpringLayout
-
- componentCount -
Variable in class javax.swing.colorchooser.SmartGridLayout
-
- componentForPoint(Component, Point) -
Method in class javax.swing.MenuSelectionManager
- Returns the component in the currently selected path
which contains sourcePoint.
- componentHidden(ComponentEvent) -
Method in class java.awt.AWTEventMulticaster
- Handles the componentHidden event by invoking the
componentHidden methods on listener-a and listener-b.
- componentHidden(ComponentEvent) -
Method in class java.awt.Component.AccessibleAWTComponent.AccessibleAWTComponentHandler
-
- componentHidden(ComponentEvent) -
Method in class java.awt.Component.NativeInLightFixer
- Invoked when component has been hidden.
- componentHidden(ComponentEvent) -
Method in class java.awt.event.ComponentAdapter
- Invoked when the component has been made invisible.
- componentHidden(ComponentEvent) -
Method in interface java.awt.event.ComponentListener
- Invoked when the component has been made invisible.
- componentHidden(ComponentEvent) -
Method in class javax.swing.AncestorNotifier
-
- componentHidden(ComponentEvent) -
Method in class javax.swing.ColorChooserDialog.DisposeOnClose
-
- componentHidden(ComponentEvent) -
Method in class javax.swing.plaf.basic.BasicInternalFrameUI.ComponentHandler
-
- componentHidden(ComponentEvent) -
Method in class javax.swing.plaf.basic.BasicPopupMenuUI.MouseGrabber
-
- componentHidden(ComponentEvent) -
Method in class javax.swing.text.html.HTMLEditorKit.HTMLFactory.BodyBlockView
-
- componentInnards -
Variable in class javax.swing.plaf.basic.BasicProgressBarUI
- The component's painting area, not including the border.
- componentInputMapChanged(ComponentInputMap) -
Method in class javax.swing.JComponent
- Invoked from
ComponentInputMap
when its bindings change.
- componentKeyStrokeMap -
Variable in class javax.swing.KeyboardManager
- Maps component/keystroke pairs to a topLevel container
This is mainly used for fast unregister operations
- componentListener -
Variable in class java.awt.Component
-
- componentListener -
Variable in class javax.swing.plaf.basic.BasicInternalFrameUI
-
- componentListener -
Variable in class javax.swing.plaf.basic.BasicSliderUI
-
- componentListener -
Variable in class javax.swing.plaf.basic.BasicTreeUI
- Used for large models, listens for moved/resized events and
updates the validCachedPreferredSize bit accordingly.
- componentListenerAdded -
Variable in class javax.swing.plaf.basic.BasicInternalFrameUI
-
- componentListenerK -
Static variable in class java.awt.Component
-
- componentMoved(ComponentEvent) -
Method in class java.awt.AWTEventMulticaster
- Handles the componentMoved event by invoking the
componentMoved methods on listener-a and listener-b.
- componentMoved(ComponentEvent) -
Method in class java.awt.Component.AccessibleAWTComponent.AccessibleAWTComponentHandler
-
- componentMoved(ComponentEvent) -
Method in class java.awt.Component.NativeInLightFixer
- Invoked when one of the lightweight parents has been moved.
- componentMoved(ComponentEvent) -
Method in class java.awt.event.ComponentAdapter
- Invoked when the component's position changes.
- componentMoved(ComponentEvent) -
Method in interface java.awt.event.ComponentListener
- Invoked when the component's position changes.
- componentMoved(ComponentEvent) -
Method in class javax.swing.AncestorNotifier
-
- componentMoved(ComponentEvent) -
Method in class javax.swing.plaf.basic.BasicInternalFrameUI.ComponentHandler
-
- componentMoved(ComponentEvent) -
Method in class javax.swing.plaf.basic.BasicPopupMenuUI.MouseGrabber
-
- componentMoved(ComponentEvent) -
Method in class javax.swing.plaf.basic.BasicTreeUI.ComponentHandler
-
- componentMoved(ComponentEvent) -
Method in class javax.swing.text.html.HTMLEditorKit.HTMLFactory.BodyBlockView
-
- componentOrientation -
Variable in class java.awt.Component
- The orientation for this component.
- componentOrientationChanged -
Static variable in class javax.swing.plaf.basic.BasicListUI
-
- componentPeer -
Variable in class java.awt.dnd.DropTarget
-
- componentRemoved(ContainerEvent) -
Method in class java.awt.AWTEventMulticaster
- Handles the componentRemoved container event by invoking the
componentRemoved methods on listener-a and listener-b.
- componentRemoved(ContainerEvent) -
Method in class java.awt.Component.NativeInLightFixer
- Invoked when a lightweight parent has been removed.
- componentRemoved(ContainerEvent) -
Method in class java.awt.Container.AccessibleAWTContainer.AccessibleContainerHandler
-
- componentRemoved(ContainerEvent) -
Method in class java.awt.event.ContainerAdapter
- Invoked when a component has been removed from the container.
- componentRemoved(ContainerEvent) -
Method in interface java.awt.event.ContainerListener
- Invoked when a component has been removed from the container.
- componentRemoved(ContainerEvent) -
Method in class javax.swing.JComponent.AccessibleJComponent.AccessibleContainerHandler
-
- componentRemoved(ContainerEvent) -
Method in class javax.swing.plaf.basic.BasicMenuBarUI.ContainerHandler
-
- componentRemoved(ContainerEvent) -
Method in class javax.swing.plaf.basic.BasicTabbedPaneUI.ContainerHandler
-
- componentRemoved(ContainerEvent) -
Method in class javax.swing.plaf.basic.BasicToolBarUI.ToolBarContListener
-
- componentResized(ComponentEvent) -
Method in class java.awt.AWTEventMulticaster
- Handles the componentResized event by invoking the
componentResized methods on listener-a and listener-b.
- componentResized(ComponentEvent) -
Method in class java.awt.Component.AccessibleAWTComponent.AccessibleAWTComponentHandler
-
- componentResized(ComponentEvent) -
Method in class java.awt.Component.NativeInLightFixer
- Invoked when one of the lightweight parents has been resized.
- componentResized(ComponentEvent) -
Method in class java.awt.event.ComponentAdapter
- Invoked when the component's size changes.
- componentResized(ComponentEvent) -
Method in interface java.awt.event.ComponentListener
- Invoked when the component's size changes.
- componentResized(ComponentEvent) -
Method in class javax.swing.AncestorNotifier
-
- componentResized(ComponentEvent) -
Method in class javax.swing.JViewport.ViewListener
-
- componentResized(ComponentEvent) -
Method in class javax.swing.plaf.basic.BasicInternalFrameUI.ComponentHandler
- Invoked when a JInternalFrame's parent's size changes.
- componentResized(ComponentEvent) -
Method in class javax.swing.plaf.basic.BasicPopupMenuUI.MouseGrabber
-
- componentResized(ComponentEvent) -
Method in class javax.swing.plaf.basic.BasicSliderUI.ComponentHandler
-
- componentResized(ComponentEvent) -
Method in class javax.swing.text.html.HTMLEditorKit.HTMLFactory.BodyBlockView
-
- componentSerializedDataVersion -
Variable in class java.awt.Component
- Component Serialized Data Version.
- componentShown(ComponentEvent) -
Method in class java.awt.AWTEventMulticaster
- Handles the componentShown event by invoking the
componentShown methods on listener-a and listener-b.
- componentShown(ComponentEvent) -
Method in class java.awt.Component.AccessibleAWTComponent.AccessibleAWTComponentHandler
-
- componentShown(ComponentEvent) -
Method in class java.awt.Component.NativeInLightFixer
- Invoked when a lightweight parent component has been
shown.
- componentShown(ComponentEvent) -
Method in class java.awt.event.ComponentAdapter
- Invoked when the component has been made visible.
- componentShown(ComponentEvent) -
Method in interface java.awt.event.ComponentListener
- Invoked when the component has been made visible.
- componentShown(ComponentEvent) -
Method in class javax.swing.AncestorNotifier
-
- componentShown(ComponentEvent) -
Method in class javax.swing.plaf.basic.BasicInternalFrameUI.ComponentHandler
-
- componentShown(ComponentEvent) -
Method in class javax.swing.plaf.basic.BasicPopupMenuUI.MouseGrabber
-
- componentShown(ComponentEvent) -
Method in class javax.swing.text.html.HTMLEditorKit.HTMLFactory.BodyBlockView
-
- componentToDebug -
Variable in class javax.swing.DebugGraphicsInfo
-
- componentToLayer -
Variable in class javax.swing.JLayeredPane
-
- componentVisibleWidth -
Variable in class javax.swing.text.html.HTMLEditorKit.HTMLFactory.BodyBlockView
-
- components -
Variable in class javax.swing.plaf.basic.BasicSplitPaneUI.BasicHorizontalLayoutManager
-
- compose(Raster, Raster, WritableRaster) -
Method in interface java.awt.CompositeContext
- Composes the two source
Raster
objects and
places the result in the destination
WritableRaster
.
- compose(StylesheetRoot) -
Method in class org.apache.xalan.templates.ElemApplyTemplates
- This function is called after everything else has been
recomposed, and allows the template to set remaining
values that may be based on some other property that
depends on recomposition.
- compose(StylesheetRoot) -
Method in class org.apache.xalan.templates.ElemCallTemplate
- This function is called after everything else has been
recomposed, and allows the template to set remaining
values that may be based on some other property that
depends on recomposition.
- compose(StylesheetRoot) -
Method in class org.apache.xalan.templates.ElemCopyOf
- This function is called after everything else has been
recomposed, and allows the template to set remaining
values that may be based on some other property that
depends on recomposition.
- compose(StylesheetRoot) -
Method in class org.apache.xalan.templates.ElemElement
- This function is called after everything else has been
recomposed, and allows the template to set remaining
values that may be based on some other property that
depends on recomposition.
- compose(StylesheetRoot) -
Method in class org.apache.xalan.templates.ElemExsltFunction
- Called after everything else has been
recomposed, and allows the function to set remaining
values that may be based on some other property that
depends on recomposition.
- compose(StylesheetRoot) -
Method in class org.apache.xalan.templates.ElemExtensionCall
- This function is called after everything else has been
recomposed, and allows the template to set remaining
values that may be based on some other property that
depends on recomposition.
- compose(StylesheetRoot) -
Method in class org.apache.xalan.templates.ElemExtensionDecl
-
- compose(StylesheetRoot) -
Method in class org.apache.xalan.templates.ElemForEach
- This function is called after everything else has been
recomposed, and allows the template to set remaining
values that may be based on some other property that
depends on recomposition.
- compose(StylesheetRoot) -
Method in class org.apache.xalan.templates.ElemIf
- This function is called after everything else has been
recomposed, and allows the template to set remaining
values that may be based on some other property that
depends on recomposition.
- compose(StylesheetRoot) -
Method in class org.apache.xalan.templates.ElemLiteralResult
- This function is called after everything else has been
recomposed, and allows the template to set remaining
values that may be based on some other property that
depends on recomposition.
- compose(StylesheetRoot) -
Method in class org.apache.xalan.templates.ElemNumber
- This function is called after everything else has been
recomposed, and allows the template to set remaining
values that may be based on some other property that
depends on recomposition.
- compose(StylesheetRoot) -
Method in class org.apache.xalan.templates.ElemPI
- This function is called after everything else has been
recomposed, and allows the template to set remaining
values that may be based on some other property that
depends on recomposition.
- compose(StylesheetRoot) -
Method in class org.apache.xalan.templates.ElemParam
- This function is called after everything else has been
recomposed, and allows the template to set remaining
values that may be based on some other property that
depends on recomposition.
- compose(StylesheetRoot) -
Method in class org.apache.xalan.templates.ElemSort
- This function is called after everything else has been
recomposed, and allows the template to set remaining
values that may be based on some other property that
depends on recomposition.
- compose(StylesheetRoot) -
Method in class org.apache.xalan.templates.ElemTemplate
- This function is called after everything else has been
recomposed, and allows the template to set remaining
values that may be based on some other property that
depends on recomposition.
- compose(StylesheetRoot) -
Method in class org.apache.xalan.templates.ElemTemplateElement
- This function is called after everything else has been
recomposed, and allows the template to set remaining
values that may be based on some other property that
depends on recomposition.
- compose(StylesheetRoot) -
Method in class org.apache.xalan.templates.ElemValueOf
- This function is called after everything else has been
recomposed, and allows the template to set remaining
values that may be based on some other property that
depends on recomposition.
- compose(StylesheetRoot) -
Method in class org.apache.xalan.templates.ElemVariable
- This function is called after everything else has been
recomposed, and allows the template to set remaining
values that may be based on some other property that
depends on recomposition.
- compose(StylesheetRoot) -
Method in class org.apache.xalan.templates.ElemWhen
- This function is called after everything else has been
recomposed, and allows the template to set remaining
values that may be based on some other property that
depends on recomposition.
- compose(StylesheetRoot) -
Method in class org.apache.xalan.templates.ElemWithParam
- This function is called after everything else has been
recomposed, and allows the template to set remaining
values that may be based on some other property that
depends on recomposition.
- compose(StylesheetRoot) -
Method in class org.apache.xalan.templates.KeyDeclaration
- This function is called after everything else has been
recomposed, and allows the template to set remaining
values that may be based on some other property that
depends on recomposition.
- compose(StylesheetRoot) -
Method in class org.apache.xalan.templates.OutputProperties
- This function is called after everything else has been
recomposed, and allows the template to set remaining
values that may be based on some other property that
depends on recomposition.
- compose(StylesheetRoot) -
Method in class org.apache.xalan.templates.TemplateList
- After all templates have been added, this function
should be called.
- composeList(MessageFormat, String[]) -
Static method in class java.util.Locale
- Given a list of strings, return a list shortened to three elements.
- composeOneStep(String) -
Method in class java.util.regex.Pattern
- Attempts to compose input by combining the first character
with the first combining mark following it.
- composeTemplates(ElemTemplateElement) -
Method in class org.apache.xalan.templates.StylesheetRoot
- Call the compose function for each ElemTemplateElement.
- composedText -
Variable in class javax.swing.text.JTextComponent
-
- composedTextCaret -
Variable in class javax.swing.text.JTextComponent
-
- composedTextContent -
Variable in class javax.swing.text.JTextComponent
-
- composedTextExists -
Variable in class javax.swing.JFormattedTextField
- Indicates the input method composed text is in the document
- composedTextExists() -
Method in class javax.swing.text.JTextComponent
-
- composedTextStart -
Variable in class javax.swing.text.JTextComponent
-
- compositeRequestFocus(Component) -
Static method in class javax.swing.plaf.basic.BasicLookAndFeel
-
- compoundEdit -
Variable in class javax.swing.undo.UndoableEditSupport
-
- compressedIsoCountries -
Static variable in class java.util.Locale
-
- compressedIsoLanguages -
Static variable in class java.util.Locale
-
- compressedTile(int, long, long, long, SizeRequirements[], int[], int[], boolean) -
Static method in class javax.swing.SizeRequirements
-
- comptable -
Variable in class java.awt.GridBagLayout
- This hashtable maintains the association between
a component and its gridbag constraints.
- computeAddressHash() -
Static method in class java.rmi.dgc.VMID
- Compute the hash an IP address.
- computeBlit(int, int, Point, Point, Dimension, Rectangle) -
Method in class javax.swing.JViewport
- Computes the parameters for a blit where the backing store image
currently contains
oldLoc
in the upper left hand corner
and we're scrolling to newLoc
.
- computeColumnWidth(int) -
Method in class javax.swing.colorchooser.SmartGridLayout
-
- computeComponentOrder(TextLineComponent[], int[]) -
Static method in class java.awt.font.TextLine
- Compute the components order from the given components array and
logical-to-visual character mapping.
- computeDefaultSUID(Class) -
Static method in class java.io.ObjectStreamClass
- Computes the default serial version UID value for the given class.
- computeDifference(Rectangle, Rectangle) -
Static method in class javax.swing.SwingUtilities
- Convenience returning an array of rect representing the regions within
rectA
that do not overlap with rectB
.
- computeFieldOffsets() -
Method in class java.io.ObjectStreamClass
- Calculates and sets serializable field offsets, as well as primitive
data size and object field count totals.
- computeFields() -
Method in class java.util.Calendar
- Converts
the current millisecond time value
time
to field values in fields[]
.
- computeFields() -
Method in class java.util.GregorianCalendar
- Converts UTC as milliseconds to time field values.
- computeFieldsImpl() -
Method in class java.util.GregorianCalendar
- This computeFieldsImpl implements the conversion from UTC (a
millisecond offset from 1970-01-01T00:00:00.000Z) to calendar
field values.
- computeFunction(TextLine, int, int) -
Method in class java.awt.font.TextLine.Function
-
- computeHeight() -
Method in class javax.swing.plaf.metal.MetalTitlePane.TitlePaneLayout
-
- computeInsets(Insets) -
Method in class javax.swing.border.MatteBorder
-
- computeIntersection(int, int, int, int, Rectangle) -
Static method in class javax.swing.SwingUtilities
- Convenience to calculate the intersection of two rectangles
without allocating a new rectangle.
- computeIntersection(Rectangle, int, int, int, int) -
Static method in class javax.swing.border.TitledBorder
-
- computeJulianDay(boolean, int, int[]) -
Method in class java.util.GregorianCalendar
- Compute the Julian day number under either the Gregorian or the
Julian calendar, using the given year and the remaining fields.
- computePopupBounds(int, int, int, int) -
Method in class javax.swing.plaf.basic.BasicComboPopup
- Calculate the placement and size of the popup portion of the combo box based
on the combo box location and the enclosing screen bounds.
- computeRedLevel(int) -
Static method in class java.util.TreeMap
- Find the level down to which to assign all nodes BLACK.
- computeRow(int, int[]) -
Method in class javax.swing.colorchooser.DefaultHSBChooserPanel.HSBImage
- Overriden method from SyntheticImage
- computeRow(int, int[]) -
Method in class javax.swing.colorchooser.SyntheticImage
-
- computeRowHeight(int) -
Method in class javax.swing.colorchooser.SmartGridLayout
-
- computeStringWidth(FontMetrics, String) -
Static method in class javax.swing.SwingUtilities
- Compute the width of the string using a font with the specified
"metrics" (sizes).
- computeTime() -
Method in class java.util.Calendar
- Converts the current field values in
fields[]
to the millisecond time value
time
.
- computeTime() -
Method in class java.util.GregorianCalendar
- Overrides Calendar
Converts time field values to UTC as milliseconds.
- computeUnion(int, int, int, int, Rectangle) -
Static method in class javax.swing.SwingUtilities
- Convenience method that calculates the union of two rectangles
without allocating a new rectangle.
- computeVisibleRect(Component, Rectangle) -
Static method in class javax.swing.JComponent
- Returns the
Component
's "visible rect rectangle" - the
intersection of the visible rectangles for the component c
and all of its ancestors.
- computeVisibleRect(Rectangle) -
Method in class javax.swing.JComponent
- Returns the
Component
's "visible rect rectangle" - the
intersection of the visible rectangles for this component
and all of its ancestors.
- computedHasClassPathAttribute -
Variable in class java.util.jar.JarFile
-
- computerIcon -
Variable in class javax.swing.plaf.basic.BasicFileChooserUI
-
- concat(String) -
Method in class java.lang.String
- Concatenates the specified string to the end of this string.
- concat(NodeList) -
Static method in class org.apache.xalan.lib.ExsltStrings
- The str:concat function takes a node set and returns the concatenation of the
string values of the nodes in that node set.
- concat(String) -
Method in interface org.apache.xml.utils.XMLString
- Concatenates the specified string to the end of this string.
- concat(String) -
Method in class org.apache.xpath.objects.XString
- Concatenates the specified string to the end of this string.
- concat(String) -
Method in class org.apache.xpath.objects.XStringForFSB
- Concatenates the specified string to the end of this string.
- concatenate(AffineTransform) -
Method in class java.awt.geom.AffineTransform
- Concatenates an
AffineTransform
Tx
to
this AffineTransform
Cx in the most commonly useful
way to provide a new user space
that is mapped to the former user space by Tx
.
- concatenateTransform(AffineTransform) -
Method in class java.awt.image.renderable.RenderContext
- Modifies the current user-to-device transform by appending another
transform.
- concetenateTransform(AffineTransform) -
Method in class java.awt.image.renderable.RenderContext
- Deprecated. replaced by
concatenateTransform(AffineTransform)
.
- cond -
Variable in class java.util.regex.Pattern.Behind
-
- cond -
Variable in class java.util.regex.Pattern.Conditional
-
- cond -
Variable in class java.util.regex.Pattern.Neg
-
- cond -
Variable in class java.util.regex.Pattern.NotBehind
-
- cond -
Variable in class java.util.regex.Pattern.Pos
-
- conditionalShow() -
Method in class java.awt.Dialog
-
- config(String) -
Method in class java.util.logging.Logger
- Log a CONFIG message.
- configure() -
Method in class java.util.logging.ConsoleHandler
-
- configure() -
Method in class java.util.logging.FileHandler
-
- configure() -
Method in class java.util.logging.MemoryHandler
-
- configure() -
Method in class java.util.logging.SocketHandler
-
- configure() -
Method in class java.util.logging.StreamHandler
-
- configureArrowButton() -
Method in class javax.swing.plaf.basic.BasicComboBoxUI
- This public method is implementation specific and should be private.
- configureBlocking(boolean) -
Method in class java.nio.channels.SelectableChannel
- Adjusts this channel's blocking mode.
- configureBlocking(boolean) -
Method in class java.nio.channels.spi.AbstractSelectableChannel
- Adjusts this channel's blocking mode.
- configureButton(JButton) -
Method in class javax.swing.plaf.basic.BasicOptionPaneUI
- Configures any necessary colors/fonts for the specified button
used representing the button portion of the optionpane.
- configureEditor(ComboBoxEditor, Object) -
Method in class javax.swing.JComboBox
- Initializes the editor with the specified item.
- configureEditor() -
Method in class javax.swing.plaf.basic.BasicComboBoxUI
- This protected method is implementation specific and should be private.
- configureEditor() -
Method in class javax.swing.plaf.metal.MetalComboBoxUI
-
- configureEnclosingScrollPane() -
Method in class javax.swing.JTable
- If this
JTable
is the viewportView
of an enclosing JScrollPane
(the usual situation), configure this ScrollPane
by, amongst other things,
installing the table's tableHeader
as the columnHeaderView
of the scroll pane.
- configureLayoutCache() -
Method in class javax.swing.plaf.basic.BasicTreeUI
- Resets the TreeState instance based on the tree we're providing the
look and feel for.
- configureList() -
Method in class javax.swing.plaf.basic.BasicComboPopup
- Configures the list which is used to hold the combo box items in the
popup.
- configureMessageLabel(JLabel) -
Method in class javax.swing.plaf.basic.BasicOptionPaneUI
- Configures any necessary colors/fonts for the specified label
used representing the message.
- configurePopup() -
Method in class javax.swing.plaf.basic.BasicComboPopup
- Configures the popup portion of the combo box.
- configurePropertiesFromAction(Action) -
Method in class javax.swing.AbstractButton
- Factory method which sets the
ActionEvent
source's properties according to values from the
Action
instance.
- configurePropertiesFromAction(Action, String[]) -
Method in class javax.swing.AbstractButton
- Configures the AbstractButton's properties according to values
from the
Action
instance.
- configurePropertiesFromAction(Action) -
Method in class javax.swing.JButton
- Factory method which sets the
AbstractButton
's properties
according to values from the Action
instance.
- configurePropertiesFromAction(Action) -
Method in class javax.swing.JCheckBox
- Factory method which sets the
ActionEvent
source's
properties according to values from the Action instance.
- configurePropertiesFromAction(Action) -
Method in class javax.swing.JComboBox
- Factory method which sets the
ActionEvent
source's
properties according to values from the Action
instance.
- configurePropertiesFromAction(Action) -
Method in class javax.swing.JMenu
- Factory method which sets the
ActionEvent
source's properties according to values from the
Action
instance.
- configurePropertiesFromAction(Action) -
Method in class javax.swing.JMenuItem
- Factory method which sets the
ActionEvent
source's
properties according to values from the Action
instance.
- configurePropertiesFromAction(Action) -
Method in class javax.swing.JRadioButton
- Factory method which sets the
ActionEvent
source's
properties according to values from the Action instance.
- configurePropertiesFromAction(Action) -
Method in class javax.swing.JTextField
- Factory method which sets the
ActionEvent
source's properties according to values from the
Action
instance.
- configureScrollBarColors() -
Method in class javax.swing.plaf.basic.BasicScrollBarUI
-
- configureScrollBarColors() -
Method in class javax.swing.plaf.metal.MetalScrollBarUI
-
- configureScroller() -
Method in class javax.swing.plaf.basic.BasicComboPopup
- Configures the scrollable portion which holds the list within
the combo box popup.
- configureValue(Object) -
Method in class javax.swing.plaf.metal.MetalFontDesktopProperty
- Overriden to create a Font with the size coming from the desktop
and the style and name coming from DefaultMetalTheme.
- connect(PipedOutputStream) -
Method in class java.io.PipedInputStream
- Causes this piped input stream to be connected
to the piped output stream
src
.
- connect(PipedInputStream) -
Method in class java.io.PipedOutputStream
- Connects this piped output stream to a receiver.
- connect(PipedWriter) -
Method in class java.io.PipedReader
- Causes this piped reader to be connected
to the piped writer
src
.
- connect(PipedReader) -
Method in class java.io.PipedWriter
- Connects this piped writer to a receiver.
- connect(InetAddress, int) -
Method in class java.net.DatagramSocket
- Connects the socket to a remote address for this socket.
- connect(SocketAddress) -
Method in class java.net.DatagramSocket
- Connects this socket to a remote socket address (IP address + port number).
- connect(InetAddress, int) -
Method in class java.net.DatagramSocketImpl
- Connects a datagram socket to a remote destination.
- connect(InetAddress, int) -
Method in class java.net.PlainDatagramSocketImpl
- Connects a datagram socket to a remote destination.
- connect(String, int) -
Method in class java.net.PlainSocketImpl
- Creates a socket and connects it to the specified port on
the specified host.
- connect(InetAddress, int) -
Method in class java.net.PlainSocketImpl
- Creates a socket and connects it to the specified address on
the specified port.
- connect(SocketAddress, int) -
Method in class java.net.PlainSocketImpl
- Creates a socket and connects it to the specified address on
the specified port.
- connect(SocketAddress) -
Method in class java.net.Socket
- Connects this socket to the server.
- connect(SocketAddress, int) -
Method in class java.net.Socket
- Connects this socket to the server with a specified timeout value.
- connect(String, int) -
Method in class java.net.SocketImpl
- Connects this socket to the specified port on the named host.
- connect(InetAddress, int) -
Method in class java.net.SocketImpl
- Connects this socket to the specified port number on the specified host.
- connect(SocketAddress, int) -
Method in class java.net.SocketImpl
- Connects this socket to the specified port number on the specified host.
- connect(SocketAddress, int) -
Method in class java.net.SocksSocketImpl
- Connects the Socks Socket to the specified endpoint.
- connect() -
Method in class java.net.URLConnection
- Opens a communications link to the resource referenced by this
URL, if such a connection has not already been established.
- connect(SocketAddress) -
Method in class java.nio.channels.DatagramChannel
- Connects this channel's socket.
- connect(SocketAddress) -
Method in class java.nio.channels.SocketChannel
- Connects this channel's socket.
- connect(String, Properties) -
Method in interface java.sql.Driver
- Attempts to make a database connection to the given URL.
- connect() -
Method in class java.util.logging.SocketHandler
-
- connect(Remote, Remote) -
Method in interface javax.rmi.CORBA.PortableRemoteObjectDelegate
- Delegation call for
PortableRemoteObject.connect(java.rmi.Remote, java.rmi.Remote)
.
- connect(ORB) -
Method in class javax.rmi.CORBA.Stub
- Connects this stub to an ORB.
- connect(Stub, ORB) -
Method in interface javax.rmi.CORBA.StubDelegate
- Delegation call for
Stub.connect(org.omg.CORBA.ORB)
.
- connect(Remote, Remote) -
Static method in class javax.rmi.PortableRemoteObject
- Makes a Remote object ready for remote communication.
- connect(ExpressionContext, String) -
Method in class org.apache.xalan.lib.sql.XConnection
- Create an XConnection using the name of an existing Connection Pool
- connect(ExpressionContext, String, String) -
Method in class org.apache.xalan.lib.sql.XConnection
- Create an XConnection object with just a driver and database URL.
- connect(ExpressionContext, Element) -
Method in class org.apache.xalan.lib.sql.XConnection
-
- connect(ExpressionContext, NodeList) -
Method in class org.apache.xalan.lib.sql.XConnection
-
- connect(ExpressionContext, String, String, String, String) -
Method in class org.apache.xalan.lib.sql.XConnection
- Create an XConnection object with user ID and password.
- connect(ExpressionContext, String, String, Element) -
Method in class org.apache.xalan.lib.sql.XConnection
- Create an XConnection object with a connection protocol
- connect0(InetAddress, int) -
Method in class java.net.PlainDatagramSocketImpl
-
- connectInternal(InetAddress, int) -
Method in class java.net.DatagramSocket
- Connects this socket to a remote socket address (IP address + port number).
- connectOwnedWindow(Window) -
Method in class java.awt.Window
-
- connectState -
Variable in class java.net.DatagramSocket
-
- connectToAddress(InetAddress, int, int) -
Method in class java.net.PlainSocketImpl
-
- connectV4(InputStream, OutputStream, InetSocketAddress) -
Method in class java.net.SocksSocketImpl
-
- connected -
Variable in class java.io.PipedInputStream
-
- connected -
Variable in class java.io.PipedReader
-
- connected -
Variable in class java.net.PlainDatagramSocketImpl
-
- connected -
Variable in class java.net.Socket
-
- connected -
Variable in class java.net.URLConnection
- If
false
, this connection object has not created a
communications link to the specified URL.
- connectedAddress -
Variable in class java.net.DatagramSocket
-
- connectedAddress -
Variable in class java.net.PlainDatagramSocketImpl
-
- connectedPort -
Variable in class java.net.DatagramSocket
-
- connectedPort -
Variable in class java.net.PlainDatagramSocketImpl
-
- connection -
Variable in class org.apache.xalan.lib.sql.PooledConnection
-
- connectionClosed(ConnectionEvent) -
Method in interface javax.sql.ConnectionEventListener
- Notifies this
ConnectionEventListener
that
the application has called the method close
on its
representation of a pooled connection.
- connectionErrorOccurred(ConnectionEvent) -
Method in interface javax.sql.ConnectionEventListener
- Notifies this
ConnectionEventListener
that
a fatal error has occurred and the pooled connection can
no longer be used.
- cons -
Variable in class java.io.ObjectStreamClass
- serialization-appropriate constructor, or null if none
- constant(int) -
Static method in class javax.swing.Spring
- Returns a strut -- a spring whose minimum, preferred, and
maximum values each have the value
pref
.
- constant(int, int, int) -
Static method in class javax.swing.Spring
- Returns a spring whose minimum, preferred, and
maximum values have the values:
min
, pref
,
and max
respectively.
- constant(String, double) -
Static method in class org.apache.xalan.lib.ExsltMath
- The math:constant function returns the specified constant to a set precision.
- constrainOffset(JTextComponent, int) -
Method in class javax.swing.text.DefaultEditorKit.VerticalPageAction
- Ensures that
offset
is a valid offset into the
model for text
.
- constrainSize(int, SizeRequirements, SizeRequirements) -
Method in class javax.swing.text.html.BlockView
- Constrains
want
to fit in the minimum size specified
by min
.
- constrainY(JTextComponent, int, int) -
Method in class javax.swing.text.DefaultEditorKit.VerticalPageAction
- Makes sure
y
is a valid location in
target
.
- constraintBeforeFloating -
Variable in class javax.swing.plaf.basic.BasicToolBarUI
-
- constraints -
Variable in class javax.swing.plaf.basic.BasicTextUI.UpdateHandler
- The "layout constraints" for the LayoutManager2 implementation.
- constructComponentName() -
Method in class java.awt.Button
- Construct a name for this component.
- constructComponentName() -
Method in class java.awt.Canvas
- Construct a name for this component.
- constructComponentName() -
Method in class java.awt.Checkbox
- Constructs a name for this component.
- constructComponentName() -
Method in class java.awt.CheckboxMenuItem
- Construct a name for this MenuComponent.
- constructComponentName() -
Method in class java.awt.Choice
- Constructs a name for this component.
- constructComponentName() -
Method in class java.awt.Component
- Constructs a name for this component.
- constructComponentName() -
Method in class java.awt.Dialog
- Construct a name for this component.
- constructComponentName() -
Method in class java.awt.FileDialog
- Constructs a name for this component.
- constructComponentName() -
Method in class java.awt.Frame
- Construct a name for this component.
- constructComponentName() -
Method in class java.awt.Label
- Construct a name for this component.
- constructComponentName() -
Method in class java.awt.List
- Construct a name for this component.
- constructComponentName() -
Method in class java.awt.Menu
- Construct a name for this MenuComponent.
- constructComponentName() -
Method in class java.awt.MenuBar
- Construct a name for this MenuComponent.
- constructComponentName() -
Method in class java.awt.MenuComponent
- Constructs a name for this
MenuComponent
.
- constructComponentName() -
Method in class java.awt.MenuItem
- Construct a name for this MenuComponent.
- constructComponentName() -
Method in class java.awt.Panel
- Construct a name for this component.
- constructComponentName() -
Method in class java.awt.PopupMenu
- Constructs a name for this
MenuComponent
.
- constructComponentName() -
Method in class java.awt.ScrollPane
- Construct a name for this component.
- constructComponentName() -
Method in class java.awt.Scrollbar
- Constructs a name for this component.
- constructComponentName() -
Method in class java.awt.TextArea
- Construct a name for this component.
- constructComponentName() -
Method in class java.awt.TextField
- Construct a name for this component.
- constructComponentName() -
Method in class java.awt.Window
- Construct a name for this component.
- constructNode(String, String, String, TransformerImpl) -
Method in class org.apache.xalan.templates.ElemAttribute
- Construct a node in the result tree.
- constructNode(String, String, String, TransformerImpl) -
Method in class org.apache.xalan.templates.ElemElement
- Construct a node in the result tree.
- constructPow52(int, int) -
Static method in class java.lang.FloatingDecimal
-
- constructor -
Variable in class javax.swing.JTable.GenericEditor
-
- constructorAccessor -
Variable in class java.lang.reflect.Constructor
-
- constructorParams -
Static variable in class java.lang.reflect.Proxy
- parameter types of a proxy class constructor
- consume() -
Method in class java.awt.AWTEvent
- Consumes this event, if this event can be consumed.
- consume() -
Method in class java.awt.Event
- NOTE: The
Event
class is obsolete and is
available only for backwards compatilibility.
- consume() -
Method in class java.awt.event.InputEvent
- Consumes this event so that it will not be processed
in the default manner by the source which originated it.
- consume() -
Method in class java.awt.event.InputMethodEvent
- Consumes this event so that it will not be processed
in the default manner by the source which originated it.
- consume(String) -
Method in class org.apache.crimson.parser.ElementValidator
- Consumes an element of the given type
- consume(String) -
Method in class org.apache.crimson.parser.ValidatingParser.ChildrenValidator
-
- consume(String) -
Method in class org.apache.crimson.parser.ValidatingParser.EmptyValidator
-
- consume(String) -
Method in class org.apache.crimson.parser.ValidatingParser.MixedValidator
-
- consumeExpected(String) -
Method in class org.apache.xpath.compiler.XPathParser
- Consume an expected token, throwing an exception if it
isn't there.
- consumeExpected(char) -
Method in class org.apache.xpath.compiler.XPathParser
- Consume an expected token, throwing an exception if it
isn't there.
- consumeFragment(Node, Node) -
Method in class org.apache.crimson.tree.ParentNode
-
- consumeNextKeyTyped -
Variable in class java.awt.DefaultKeyboardFocusManager
-
- consumed -
Variable in class java.awt.AWTEvent
- Controls whether or not the event is sent back down to the peer once the
source has processed it - false means it's sent to the peer; true means
it's not.
- consumed -
Variable in class java.awt.Event
- This field controls whether or not the event is sent back
down to the peer once the target has processed it -
false means it's sent to the peer, true means it's not.
- consumer -
Variable in class java.awt.image.ImageFilter
- The consumer of the particular image data stream for which this
instance of the ImageFilter is filtering data.
- contListener -
Variable in class javax.swing.plaf.metal.MetalToolBarUI
- This protected field is implemenation specific.
- containedException -
Variable in class org.apache.xml.dtm.DTMException
- Field containedException specifies a wrapped exception.
- container -
Variable in class javax.swing.text.html.ImageView
-
- containerListener -
Variable in class java.awt.Container
-
- containerListener -
Variable in class javax.swing.plaf.basic.BasicMenuBarUI
-
- containerListener -
Variable in class javax.swing.plaf.basic.BasicTabbedPaneUI
-
- containerListenerK -
Static variable in class java.awt.Component
-
- containerMap -
Variable in class javax.swing.KeyboardManager
- maps top-level containers to a sub-hashtable full of keystrokes
- containerSerializedDataVersion -
Variable in class java.awt.Container
- Container Serial Data Version.
- contains(Point) -
Method in class java.awt.Component.AccessibleAWTComponent
- Checks whether the specified point is within this object's bounds,
where the point's x and y coordinates are defined to be relative to
the coordinate system of the object.
- contains(int, int) -
Method in class java.awt.Component
- Checks whether this component "contains" the specified point,
where
x
and y
are defined to be
relative to the coordinate system of this component.
- contains(Point) -
Method in class java.awt.Component
- Checks whether this component "contains" the specified point,
where the point's x and y coordinates are defined
to be relative to the coordinate system of this component.
- contains(Point) -
Method in class java.awt.List.AccessibleAWTList.AccessibleAWTListChild
- Checks whether the specified point is within this object's
bounds, where the point's x and y coordinates are defined to
be relative to the coordinate system of the object.
- contains(Point) -
Method in class java.awt.MenuComponent.AccessibleAWTMenuComponent
- Checks whether the specified point is within this object's bounds,
where the point's x and y coordinates are defined to be relative to
the coordinate system of the object.
- contains(Point) -
Method in class java.awt.Polygon
- Determines whether the specified
Point
is inside this
Polygon
.
- contains(int, int) -
Method in class java.awt.Polygon
- Determines whether the specified coordinates are inside this
Polygon
.
- contains(double, double) -
Method in class java.awt.Polygon
- Determines if the specified coordinates are inside this
Polygon
.
- contains(Point2D) -
Method in class java.awt.Polygon
- Tests if a specified
Point2D
is inside the boundary of this
Polygon
.
- contains(double, double, double, double) -
Method in class java.awt.Polygon
- Tests if the interior of this
Polygon
entirely
contains the specified set of rectangular coordinates.
- contains(Rectangle2D) -
Method in class java.awt.Polygon
- Tests if the interior of this
Polygon
entirely
contains the specified Rectangle2D
.
- contains(Point) -
Method in class java.awt.Rectangle
- Checks whether or not this
Rectangle
contains the
specified Point
.
- contains(int, int) -
Method in class java.awt.Rectangle
- Checks whether or not this
Rectangle
contains the
point at the specified location
(x, y).
- contains(Rectangle) -
Method in class java.awt.Rectangle
- Checks whether or not this
Rectangle
entirely contains
the specified Rectangle
.
- contains(int, int, int, int) -
Method in class java.awt.Rectangle
- Checks whether this
Rectangle
entirely contains
the Rectangle
at the specified location (X, Y) with the
specified dimensions (W, H).
- contains(double, double) -
Method in interface java.awt.Shape
- Tests if the specified coordinates are inside the boundary of the
Shape
.
- contains(Point2D) -
Method in interface java.awt.Shape
- Tests if a specified
Point2D
is inside the boundary
of the Shape
.
- contains(double, double, double, double) -
Method in interface java.awt.Shape
- Tests if the interior of the
Shape
entirely contains
the specified rectangular area.
- contains(Rectangle2D) -
Method in interface java.awt.Shape
- Tests if the interior of the
Shape
entirely contains the
specified Rectangle2D
.
- contains(double, double) -
Method in class java.awt.geom.Arc2D
- Determines whether or not the specified point is inside the boundary
of the arc.
- contains(double, double, double, double) -
Method in class java.awt.geom.Arc2D
- Determine whether or not the interior of the arc entirely contains
the specified rectangle.
- contains(Rectangle2D) -
Method in class java.awt.geom.Arc2D
- Determine whether or not the interior of the arc entirely contains
the specified rectangle.
- contains(double, double, double, double, Rectangle2D) -
Method in class java.awt.geom.Arc2D
-
- contains(double, double) -
Method in class java.awt.geom.Area
- Tests if a specifed point lies inside the boundary of
this
Area
object.
- contains(Point2D) -
Method in class java.awt.geom.Area
- Tests if a specified
Point2D
lies inside the boundary of the
this Area
object.
- contains(double, double, double, double) -
Method in class java.awt.geom.Area
- Tests whether or not the interior of this
Area
object
completely contains the specified rectangular area.
- contains(Rectangle2D) -
Method in class java.awt.geom.Area
- Tests whether or not the interior of this
Area
object
completely contains the specified Rectangle2D
.
- contains(double, double) -
Method in class java.awt.geom.CubicCurve2D
- Tests if a specified coordinate is inside the boundary of the shape.
- contains(Point2D) -
Method in class java.awt.geom.CubicCurve2D
- Tests if a specified
Point2D
is inside the boundary of
the shape.
- contains(double, double, double, double) -
Method in class java.awt.geom.CubicCurve2D
- Tests if the interior of the shape entirely contains the specified
set of rectangular coordinates.
- contains(Rectangle2D) -
Method in class java.awt.geom.CubicCurve2D
- Tests if the interior of the shape entirely contains the specified
Rectangle2D
.
- contains(double, double) -
Method in class java.awt.geom.Ellipse2D
- Tests if a specified point is inside the boundary of this
Ellipse2D
.
- contains(double, double, double, double) -
Method in class java.awt.geom.Ellipse2D
- Tests if the interior of this
Ellipse2D
entirely
contains the specified rectangular area.
- contains(double, double) -
Method in class java.awt.geom.GeneralPath
- Tests if the specified coordinates are inside the boundary of
this
Shape
.
- contains(Point2D) -
Method in class java.awt.geom.GeneralPath
- Tests if the specified
Point2D
is inside the boundary
of this Shape
.
- contains(double, double, double, double) -
Method in class java.awt.geom.GeneralPath
- Tests if the specified rectangular area is inside the boundary of
this
Shape
.
- contains(Rectangle2D) -
Method in class java.awt.geom.GeneralPath
- Tests if the specified
Rectangle2D
is inside the boundary of this Shape
.
- contains(double, double) -
Method in class java.awt.geom.Line2D
- Tests if a specified coordinate is inside the boundary of this
Line2D
.
- contains(Point2D) -
Method in class java.awt.geom.Line2D
- Tests if a given
Point2D
is inside the boundary of
this Line2D
.
- contains(double, double, double, double) -
Method in class java.awt.geom.Line2D
- Tests if the interior of this
Line2D
entirely contains
the specified set of rectangular coordinates.
- contains(Rectangle2D) -
Method in class java.awt.geom.Line2D
- Tests if the interior of this
Line2D
entirely contains
the specified Rectangle2D
.
- contains(double, double) -
Method in class java.awt.geom.QuadCurve2D
- Tests if a specified coordinate is inside the boundary of the
shape of this
QuadCurve2D
.
- contains(Point2D) -
Method in class java.awt.geom.QuadCurve2D
- Tests if a specified
Point2D
is inside the boundary of
the shape of this QuadCurve2D
.
- contains(double, double, double, double) -
Method in class java.awt.geom.QuadCurve2D
- Tests if the interior of the shape of this
QuadCurve2D
entirely contains the specified
set of rectangular coordinates.
- contains(Rectangle2D) -
Method in class java.awt.geom.QuadCurve2D
- Tests if the interior of the shape of this
QuadCurve2D
entirely contains the specified
Rectangle2D
.
- contains(double, double) -
Method in class java.awt.geom.Rectangle2D
- Tests if a specified coordinate is inside the boundary of this
Rectangle2D
.
- contains(double, double, double, double) -
Method in class java.awt.geom.Rectangle2D
- Tests if the interior of this
Rectangle2D
entirely
contains the specified set of rectangular coordinates.
- contains(Point2D) -
Method in class java.awt.geom.RectangularShape
- Tests if a specified
Point2D
is inside the boundary
of the Shape
.
- contains(Rectangle2D) -
Method in class java.awt.geom.RectangularShape
- Tests if the interior of the
Shape
entirely contains the
specified Rectangle2D
.
- contains(double, double) -
Method in class java.awt.geom.RoundRectangle2D
- Tests if the specified coordinates are inside the boundary of
this
RoundRectangle2D
.
- contains(double, double, double, double) -
Method in class java.awt.geom.RoundRectangle2D
- Tests if the interior of this
RoundRectangle2D
entirely contains the specified set of rectangular coordinates.
- contains(Charset) -
Method in class java.nio.charset.Charset
- Tells whether or not this charset contains the given charset.
- contains(char) -
Method in class java.text.CharSet
- Returns true if this CharSet contains the specified character
- contains(Object) -
Method in class java.util.AbstractCollection
- Returns true if this collection contains the specified
element.
- contains(Object) -
Method in class java.util.ArrayList
- Returns true if this list contains the specified element.
- contains(Object) -
Method in class java.util.Arrays.ArrayList
-
- contains(Object) -
Method in interface java.util.Collection
- Returns true if this collection contains the specified
element.
- contains(Object) -
Method in class java.util.Collections.CopiesList
-
- contains(Object) -
Method in class java.util.Collections.EmptyList
-
- contains(Object) -
Method in class java.util.Collections.EmptySet
-
- contains(Object) -
Method in class java.util.Collections.SingletonList
-
- contains(Object) -
Method in class java.util.Collections.SingletonSet
-
- contains(Object) -
Method in class java.util.Collections.SynchronizedCollection
-
- contains(Object) -
Method in class java.util.Collections.UnmodifiableCollection
-
- contains(Object) -
Method in class java.util.Collections.UnmodifiableMap.UnmodifiableEntrySet
- This method is overridden to protect the backing set against
an object with a nefarious equals function that senses
that the equality-candidate is Map.Entry and calls its
setValue method.
- contains(Object) -
Method in class java.util.HashMap.EntrySet
-
- contains(Object) -
Method in class java.util.HashMap.KeySet
-
- contains(Object) -
Method in class java.util.HashMap.Values
-
- contains(Object) -
Method in class java.util.HashSet
- Returns true if this set contains the specified element.
- contains(Object) -
Method in class java.util.Hashtable.EntrySet
-
- contains(Object) -
Method in class java.util.Hashtable.KeySet
-
- contains(Object) -
Method in class java.util.Hashtable.ValueCollection
-
- contains(Object) -
Method in class java.util.Hashtable
- Tests if some key maps into the specified value in this hashtable.
- contains(Object) -
Method in class java.util.IdentityHashMap.EntrySet
-
- contains(Object) -
Method in class java.util.IdentityHashMap.KeySet
-
- contains(Object) -
Method in class java.util.IdentityHashMap.Values
-
- contains(Object) -
Method in class java.util.LinkedList
- Returns true if this list contains the specified element.
- contains(Object) -
Method in interface java.util.List
- Returns true if this list contains the specified element.
- contains(Object) -
Method in interface java.util.Set
- Returns true if this set contains the specified element.
- contains(Object) -
Method in class java.util.TreeMap.SubMap.EntrySetView
-
- contains(Object) -
Method in class java.util.TreeSet
- Returns true if this set contains the specified element.
- contains(Object) -
Method in class java.util.Vector
- Tests if the specified object is a component in this vector.
- contains(Object) -
Method in class java.util.WeakHashMap.EntrySet
-
- contains(Object) -
Method in class java.util.WeakHashMap.KeySet
-
- contains(Object) -
Method in class java.util.WeakHashMap.Values
-
- contains(Object) -
Method in class javax.swing.DefaultListModel
- Tests whether the specified object is a component in this list.
- contains(int, int, int) -
Method in class javax.swing.DefaultListSelectionModel
-
- contains(int, int) -
Method in class javax.swing.JComponent
- Gives the UI delegate an opportunity to define the precise
shape of this component for the sake of mouse processing.
- contains(Point) -
Method in class javax.swing.JList.AccessibleJList.AccessibleJListChild
-
- contains(Point) -
Method in class javax.swing.JTabbedPane.Page
-
- contains(Point) -
Method in class javax.swing.JTable.AccessibleJTable.AccessibleJTableCell
- Checks whether the specified point is within this
object's bounds, where the point's x and y coordinates
are defined to be relative to the coordinate system of
the object.
- contains(Point) -
Method in class javax.swing.JTree.AccessibleJTree.AccessibleJTreeNode
-
- contains(JComponent, int, int) -
Method in class javax.swing.plaf.ComponentUI
- Returns
true
if the specified x,y location is
contained within the look and feel's defined shape of the specified
component.
- contains(Object) -
Method in class javax.swing.plaf.basic.BasicDirectoryModel
-
- contains(JComponent, int, int) -
Method in class javax.swing.plaf.multi.MultiButtonUI
- Invokes the
contains
method on each UI handled by this object.
- contains(JComponent, int, int) -
Method in class javax.swing.plaf.multi.MultiColorChooserUI
- Invokes the
contains
method on each UI handled by this object.
- contains(JComponent, int, int) -
Method in class javax.swing.plaf.multi.MultiComboBoxUI
- Invokes the
contains
method on each UI handled by this object.
- contains(JComponent, int, int) -
Method in class javax.swing.plaf.multi.MultiDesktopIconUI
- Invokes the
contains
method on each UI handled by this object.
- contains(JComponent, int, int) -
Method in class javax.swing.plaf.multi.MultiDesktopPaneUI
- Invokes the
contains
method on each UI handled by this object.
- contains(JComponent, int, int) -
Method in class javax.swing.plaf.multi.MultiFileChooserUI
- Invokes the
contains
method on each UI handled by this object.
- contains(JComponent, int, int) -
Method in class javax.swing.plaf.multi.MultiInternalFrameUI
- Invokes the
contains
method on each UI handled by this object.
- contains(JComponent, int, int) -
Method in class javax.swing.plaf.multi.MultiLabelUI
- Invokes the
contains
method on each UI handled by this object.
- contains(JComponent, int, int) -
Method in class javax.swing.plaf.multi.MultiListUI
- Invokes the
contains
method on each UI handled by this object.
- contains(JComponent, int, int) -
Method in class javax.swing.plaf.multi.MultiMenuBarUI
- Invokes the
contains
method on each UI handled by this object.
- contains(JComponent, int, int) -
Method in class javax.swing.plaf.multi.MultiMenuItemUI
- Invokes the
contains
method on each UI handled by this object.
- contains(JComponent, int, int) -
Method in class javax.swing.plaf.multi.MultiOptionPaneUI
- Invokes the
contains
method on each UI handled by this object.
- contains(JComponent, int, int) -
Method in class javax.swing.plaf.multi.MultiPanelUI
- Invokes the
contains
method on each UI handled by this object.
- contains(JComponent, int, int) -
Method in class javax.swing.plaf.multi.MultiPopupMenuUI
- Invokes the
contains
method on each UI handled by this object.
- contains(JComponent, int, int) -
Method in class javax.swing.plaf.multi.MultiProgressBarUI
- Invokes the
contains
method on each UI handled by this object.
- contains(JComponent, int, int) -
Method in class javax.swing.plaf.multi.MultiRootPaneUI
- Invokes the
contains
method on each UI handled by this object.
- contains(JComponent, int, int) -
Method in class javax.swing.plaf.multi.MultiScrollBarUI
- Invokes the
contains
method on each UI handled by this object.
- contains(JComponent, int, int) -
Method in class javax.swing.plaf.multi.MultiScrollPaneUI
- Invokes the
contains
method on each UI handled by this object.
- contains(JComponent, int, int) -
Method in class javax.swing.plaf.multi.MultiSeparatorUI
- Invokes the
contains
method on each UI handled by this object.
- contains(JComponent, int, int) -
Method in class javax.swing.plaf.multi.MultiSliderUI
- Invokes the
contains
method on each UI handled by this object.
- contains(JComponent, int, int) -
Method in class javax.swing.plaf.multi.MultiSpinnerUI
- Invokes the
contains
method on each UI handled by this object.
- contains(JComponent, int, int) -
Method in class javax.swing.plaf.multi.MultiSplitPaneUI
- Invokes the
contains
method on each UI handled by this object.
- contains(JComponent, int, int) -
Method in class javax.swing.plaf.multi.MultiTabbedPaneUI
- Invokes the
contains
method on each UI handled by this object.
- contains(JComponent, int, int) -
Method in class javax.swing.plaf.multi.MultiTableHeaderUI
- Invokes the
contains
method on each UI handled by this object.
- contains(JComponent, int, int) -
Method in class javax.swing.plaf.multi.MultiTableUI
- Invokes the
contains
method on each UI handled by this object.
- contains(JComponent, int, int) -
Method in class javax.swing.plaf.multi.MultiTextUI
- Invokes the
contains
method on each UI handled by this object.
- contains(JComponent, int, int) -
Method in class javax.swing.plaf.multi.MultiToolBarUI
- Invokes the
contains
method on each UI handled by this object.
- contains(JComponent, int, int) -
Method in class javax.swing.plaf.multi.MultiToolTipUI
- Invokes the
contains
method on each UI handled by this object.
- contains(JComponent, int, int) -
Method in class javax.swing.plaf.multi.MultiTreeUI
- Invokes the
contains
method on each UI handled by this object.
- contains(JComponent, int, int) -
Method in class javax.swing.plaf.multi.MultiViewportUI
- Invokes the
contains
method on each UI handled by this object.
- contains(Point) -
Method in class javax.swing.table.JTableHeader.AccessibleJTableHeader.AccessibleJTableHeaderEntry
-
- contains(View, View) -
Method in class javax.swing.text.FlowView.FlowStrategy
-
- contains(Point) -
Method in class javax.swing.text.html.AccessibleHTML.HTMLAccessibleContext
- Checks whether the specified point is within this object's bounds,
where the point's x and y coordinates are defined to be relative
to the coordinate system of the object.
- contains(int, int, int, int) -
Method in class javax.swing.text.html.Map.CircleRegionContainment
-
- contains(int, int, int, int) -
Method in class javax.swing.text.html.Map.DefaultRegionContainment
-
- contains(int, int, int, int) -
Method in class javax.swing.text.html.Map.PolygonRegionContainment
-
- contains(int, int, int, int) -
Method in class javax.swing.text.html.Map.RectangleRegionContainment
-
- contains(int, int) -
Method in class javax.swing.text.html.Map.RectangleRegionContainment
-
- contains(int, int, int, int) -
Method in interface javax.swing.text.html.Map.RegionContainment
- Returns true if the location
x
, y
falls inside the region defined in the receiver.
- contains(int, int, int) -
Method in class javax.swing.text.html.OptionListModel
-
- contains(int) -
Method in class org.apache.xml.utils.IntVector
- Tell if the table contains the given node.
- contains(String) -
Method in class org.apache.xml.utils.MutableAttrListImpl
- Return true if list contains the given (raw) attribute name.
- contains(int) -
Method in class org.apache.xml.utils.NodeVector
- Tell if the table contains the given node.
- contains(Object) -
Method in class org.apache.xml.utils.ObjectVector
- Tell if the table contains the given Object.
- contains(String) -
Method in class org.apache.xml.utils.StringToIntTable
- Tell if the table contains the given string.
- contains(String) -
Method in class org.apache.xml.utils.StringToStringTable
- Tell if the table contains the given string.
- contains(StringToStringTable) -
Method in class org.apache.xml.utils.StringToStringTableVector
- Tell if the table contains the given StringToStringTable.
- contains(String) -
Method in class org.apache.xml.utils.StringVector
- Tell if the table contains the given string.
- contains(byte) -
Method in class org.apache.xml.utils.SuballocatedByteVector
- Tell if the table contains the given node.
- contains(int) -
Method in class org.apache.xml.utils.SuballocatedIntVector
- Tell if the table contains the given node.
- contains(Node) -
Method in class org.apache.xpath.NodeSet
- Tell if the table contains the given node.
- contains(int) -
Method in class org.apache.xpath.NodeSetDTM
- Tell if the table contains the given node.
- containsAll(Collection) -
Method in class java.util.AbstractCollection
- Returns true if this collection contains all of the elements
in the specified collection.
- containsAll(Collection) -
Method in interface java.util.Collection
- Returns true if this collection contains all of the elements
in the specified collection.
- containsAll(Collection) -
Method in class java.util.Collections.SynchronizedCollection
-
- containsAll(Collection) -
Method in class java.util.Collections.UnmodifiableCollection
-
- containsAll(Collection) -
Method in class java.util.Collections.UnmodifiableMap.UnmodifiableEntrySet
- The next two methods are overridden to protect against
an unscrupulous List whose contains(Object o) method senses
when o is a Map.Entry, and calls o.setValue.
- containsAll(Collection) -
Method in interface java.util.List
- Returns true if this list contains all of the elements of the
specified collection.
- containsAll(Collection) -
Method in interface java.util.Set
- Returns true if this set contains all of the elements of the
specified collection.
- containsAll(Collection) -
Method in class java.util.Vector
- Returns true if this Vector contains all of the elements in the
specified Collection.
- containsAngle(double) -
Method in class java.awt.geom.Arc2D
- Determines whether or not the specified angle is within the
angular extents of the arc.
- containsAttribute(Object, Object) -
Method in class javax.swing.text.AbstractDocument.AbstractElement
- Checks whether a given attribute name/value is defined.
- containsAttribute(Object, Object) -
Method in interface javax.swing.text.AttributeSet
- Returns true if this set contains this attribute with an equal value.
- containsAttribute(Object, Object) -
Method in class javax.swing.text.SimpleAttributeSet.EmptyAttributeSet
-
- containsAttribute(Object, Object) -
Method in class javax.swing.text.SimpleAttributeSet
- Checks whether the attribute list contains a
specified attribute name/value pair.
- containsAttribute(Object, Object) -
Method in class javax.swing.text.StyleContext.NamedStyle
- Checks whether a given attribute name/value is defined.
- containsAttribute(Object, Object) -
Method in class javax.swing.text.StyleContext.SmallAttributeSet
- Checks whether a given attribute name/value is defined.
- containsAttribute(Object, Object) -
Method in class javax.swing.text.html.MuxingAttributeSet
- Checks whether a given attribute name/value is defined.
- containsAttribute(Object, Object) -
Method in class javax.swing.text.rtf.MockAttributeSet
-
- containsAttributes(AttributeSet) -
Method in class javax.swing.text.AbstractDocument.AbstractElement
- Checks whether the element contains all the attributes.
- containsAttributes(AttributeSet) -
Method in interface javax.swing.text.AttributeSet
- Returns true if this set contains all the attributes with equal values.
- containsAttributes(AttributeSet) -
Method in class javax.swing.text.SimpleAttributeSet.EmptyAttributeSet
-
- containsAttributes(AttributeSet) -
Method in class javax.swing.text.SimpleAttributeSet
- Checks whether the attribute list contains all the
specified name/value pairs.
- containsAttributes(AttributeSet) -
Method in class javax.swing.text.StyleContext.NamedStyle
- Checks whether the element contains all the attributes.
- containsAttributes(AttributeSet) -
Method in class javax.swing.text.StyleContext.SmallAttributeSet
- Checks whether the attribute set contains all of
the given attributes.
- containsAttributes(AttributeSet) -
Method in class javax.swing.text.html.MuxingAttributeSet
- Checks whether the attribute set contains all of
the given attributes.
- containsAttributes(AttributeSet) -
Method in class javax.swing.text.rtf.MockAttributeSet
-
- containsCustomComponents(JOptionPane) -
Method in class javax.swing.plaf.OptionPaneUI
- Returns true if the user has supplied instances of Component for
either the options or message.
- containsCustomComponents(JOptionPane) -
Method in class javax.swing.plaf.basic.BasicOptionPaneUI
- Returns true if in the last call to validateComponent the message
or buttons contained a subclass of Component.
- containsCustomComponents(JOptionPane) -
Method in class javax.swing.plaf.multi.MultiOptionPaneUI
- Invokes the
containsCustomComponents
method on each UI handled by this object.
- containsExcludeResultPrefix(String, String) -
Method in class org.apache.xalan.templates.ElemLiteralResult
- Get whether or not the passed URL is flagged by
the "extension-element-prefixes" or "exclude-result-prefixes"
properties.
- containsExcludeResultPrefix(String, String) -
Method in class org.apache.xalan.templates.ElemTemplateElement
- Get whether or not the passed URL is contained flagged by
the "extension-element-prefixes" property.
- containsExcludeResultPrefix(String, String) -
Method in class org.apache.xalan.templates.Stylesheet
- Get whether or not the passed prefix is contained flagged by
the "exclude-result-prefixes" property.
- containsExtensionElementURI(String) -
Method in class org.apache.xalan.templates.ElemLiteralResult
- Find out if the given "extension-element-prefix" property is defined.
- containsExtensionElementURI(String) -
Method in class org.apache.xalan.templates.Stylesheet
- Find out if this contains a given "extension-element-prefix" property.
- containsFocus() -
Method in class java.awt.Component
-
- containsFocus() -
Method in class java.awt.Container
-
- containsIgnoreCase(String) -
Method in class org.apache.xml.utils.StringVector
- Tell if the table contains the given string.
- containsKey(Object) -
Method in class java.awt.RenderingHints
- Returns
true
if this RenderingHints
contains a mapping for the specified key.
- containsKey(Object) -
Method in class java.util.AbstractMap
- Returns true if this map contains a mapping for the specified
key.
- containsKey(Object) -
Method in class java.util.Collections.EmptyMap
-
- containsKey(Object) -
Method in class java.util.Collections.SingletonMap
-
- containsKey(Object) -
Method in class java.util.Collections.SynchronizedMap
-
- containsKey(Object) -
Method in class java.util.Collections.UnmodifiableMap
-
- containsKey(Object) -
Method in class java.util.HashMap
- Returns true if this map contains a mapping for the
specified key.
- containsKey(Object) -
Method in class java.util.Hashtable
- Tests if the specified object is a key in this hashtable.
- containsKey(Object) -
Method in class java.util.IdentityHashMap
- Tests whether the specified object reference is a key in this identity
hash map.
- containsKey(Object) -
Method in interface java.util.Map
- Returns true if this map contains a mapping for the specified
key.
- containsKey(Object) -
Method in class java.util.TreeMap.SubMap
-
- containsKey(Object) -
Method in class java.util.TreeMap
- Returns true if this map contains a mapping for the specified
key.
- containsKey(Object) -
Method in class java.util.WeakHashMap
- Returns true if this map contains a mapping for the
specified key.
- containsKey(Object) -
Method in class java.util.jar.Attributes
- Returns true if this Map contains the specified attribute name (key).
- containsKey(Object) -
Method in class javax.swing.AbstractAction.ArrayTable
-
- containsKey(String) -
Method in class org.apache.xml.utils.StringToStringTableVector
- Given a string, find out if there is a value in this table
that matches the key.
- containsLiteralChars -
Variable in class javax.swing.text.MaskFormatter
- Indicates if the value contains the literal characters.
- containsMapping(Object, Object) -
Method in class java.util.IdentityHashMap
- Tests if the specified key-value mapping is in the map.
- containsNullValue() -
Method in class java.util.HashMap
- Special-case code for containsValue with null argument
- containsNullValue() -
Method in class java.util.WeakHashMap
- Special-case code for containsValue with null argument
- containsTimer(Timer) -
Method in class javax.swing.TimerQueue
-
- containsValue(Object) -
Method in class java.awt.RenderingHints
- Returns true if this RenderingHints maps one or more keys to the
specified value.
- containsValue(Object) -
Method in class java.util.AbstractMap
- Returns true if this map maps one or more keys to this value.
- containsValue(Object) -
Method in class java.util.Collections.EmptyMap
-
- containsValue(Object) -
Method in class java.util.Collections.SingletonMap
-
- containsValue(Object) -
Method in class java.util.Collections.SynchronizedMap
-
- containsValue(Object) -
Method in class java.util.Collections.UnmodifiableMap
-
- containsValue(Object) -
Method in class java.util.HashMap
- Returns true if this map maps one or more keys to the
specified value.
- containsValue(Object) -
Method in class java.util.Hashtable
- Returns true if this Hashtable maps one or more keys to this value.
- containsValue(Object) -
Method in class java.util.IdentityHashMap
- Tests whether the specified object reference is a value in this identity
hash map.
- containsValue(Object) -
Method in class java.util.LinkedHashMap
- Returns true if this map maps one or more keys to the
specified value.
- containsValue(Object) -
Method in interface java.util.Map
- Returns true if this map maps one or more keys to the
specified value.
- containsValue(Object) -
Method in class java.util.TreeMap
- Returns true if this map maps one or more keys to the
specified value.
- containsValue(Object) -
Method in class java.util.WeakHashMap
- Returns true if this map maps one or more keys to the
specified value.
- containsValue(Object) -
Method in class java.util.jar.Attributes
- Returns true if this Map maps one or more attribute names (keys)
to the specified value.
- containsValue(String) -
Method in class org.apache.xml.utils.StringToStringTable
- Tell if the table contains the given string.
- content -
Variable in class javax.swing.text.html.parser.ContentModel
- The content.
- content -
Variable in class javax.swing.text.html.parser.Element
-
- content -
Variable in class org.apache.crimson.parser.ContentModel
- The content.
- content(ElementDecl, boolean, ElementValidator) -
Method in class org.apache.crimson.parser.Parser2
-
- contentAreaFilled -
Variable in class javax.swing.AbstractButton
-
- contentAttributeSet -
Static variable in class javax.swing.text.html.HTMLDocument
- Used for inserts when a null AttributeSet is supplied.
- contentBorderInsets -
Variable in class javax.swing.plaf.basic.BasicTabbedPaneUI
-
- contentClassPrefix -
Static variable in class java.net.URLConnection
-
- contentEquals(StringBuffer) -
Method in class java.lang.String
- Returns true if and only if this String represents
the same sequence of characters as the specified StringBuffer.
- contentHandler -
Variable in class org.apache.crimson.parser.Parser2
-
- contentHandler -
Variable in class org.apache.crimson.parser.XMLReaderImpl
-
- contentModel() -
Method in class javax.swing.text.html.parser.TagStack
- Return the ContentModel that must be satisfied by
what comes next in the input stream.
- contentPane -
Variable in class javax.swing.JRootPane
- The content pane.
- contentPathProp -
Static variable in class java.net.URLConnection
-
- contentRect -
Variable in class javax.swing.plaf.basic.BasicSliderUI
-
- contentType -
Variable in class org.apache.crimson.parser.ElementDecl
- The compressed content model for the element
- contentTypes -
Static variable in class javax.swing.text.html.parser.Element
-
- contents -
Variable in class java.awt.datatransfer.Clipboard
-
- contents -
Static variable in class org.apache.xalan.res.XSLTErrorResources
- The lookup table for error messages.
- contents -
Static variable in class org.apache.xalan.res.XSLTErrorResources_de
- The lookup table for error messages.
- contents -
Static variable in class org.apache.xalan.res.XSLTErrorResources_es
- The lookup table for error messages.
- contents -
Static variable in class org.apache.xalan.res.XSLTErrorResources_fr
- The lookup table for error messages.
- contents -
Static variable in class org.apache.xalan.res.XSLTErrorResources_it
- The lookup table for error messages.
- contents -
Static variable in class org.apache.xalan.res.XSLTErrorResources_ja
- The lookup table for error messages.
- contents -
Static variable in class org.apache.xalan.res.XSLTErrorResources_ko
-
- contents -
Static variable in class org.apache.xalan.res.XSLTErrorResources_sv
- The lookup table for error messages.
- contents -
Static variable in class org.apache.xalan.res.XSLTErrorResources_zh_CN
- The lookup table for error messages.
- contents -
Static variable in class org.apache.xalan.res.XSLTErrorResources_zh_TW
- The lookup table for error messages.
- contents -
Static variable in class org.apache.xml.utils.res.XResourceBundle
- The association list.
- contents -
Static variable in class org.apache.xml.utils.res.XResources_cy
- The association list.
- contents -
Static variable in class org.apache.xml.utils.res.XResources_de
- The association list.
- contents -
Static variable in class org.apache.xml.utils.res.XResources_el
- The association list.
- contents -
Static variable in class org.apache.xml.utils.res.XResources_en
- The association list.
- contents -
Static variable in class org.apache.xml.utils.res.XResources_es
- The association list.
- contents -
Static variable in class org.apache.xml.utils.res.XResources_fr
- The association list.
- contents -
Static variable in class org.apache.xml.utils.res.XResources_he
- The association list.
- contents -
Static variable in class org.apache.xml.utils.res.XResources_hy
- The association list.
- contents -
Static variable in class org.apache.xml.utils.res.XResources_it
- The association list.
- contents -
Static variable in class org.apache.xml.utils.res.XResources_ja_JP_A
- The association list.
- contents -
Static variable in class org.apache.xml.utils.res.XResources_ja_JP_HA
- The association list.
- contents -
Static variable in class org.apache.xml.utils.res.XResources_ja_JP_HI
- The association table for this resource.
- contents -
Static variable in class org.apache.xml.utils.res.XResources_ja_JP_I
- The association table for this resource.
- contents -
Static variable in class org.apache.xml.utils.res.XResources_ka
- The association list.
- contents -
Static variable in class org.apache.xml.utils.res.XResources_ko
- The association list.
- contents -
Static variable in class org.apache.xml.utils.res.XResources_sv
- The association list.
- contents -
Static variable in class org.apache.xml.utils.res.XResources_zh_CN
- The association list.
- contents -
Static variable in class org.apache.xml.utils.res.XResources_zh_TW
- The association list.
- contents -
Static variable in class org.apache.xpath.res.XPATHErrorResourceBundle
- The association list.
- contents -
Static variable in class org.apache.xpath.res.XPATHErrorResources
-
- contents -
Static variable in class org.apache.xpath.res.XPATHErrorResources_de
-
- contents -
Static variable in class org.apache.xpath.res.XPATHErrorResources_es
-
- contents -
Static variable in class org.apache.xpath.res.XPATHErrorResources_fr
-
- contents -
Static variable in class org.apache.xpath.res.XPATHErrorResources_it
-
- contents -
Static variable in class org.apache.xpath.res.XPATHErrorResources_ja
-
- contents -
Static variable in class org.apache.xpath.res.XPATHErrorResources_ko
-
- contents -
Static variable in class org.apache.xpath.res.XPATHErrorResources_sv
-
- contents -
Static variable in class org.apache.xpath.res.XPATHErrorResources_zh_CN
-
- contents -
Static variable in class org.apache.xpath.res.XPATHErrorResources_zh_TW
-
- contentsChanged(ListDataEvent) -
Method in class javax.swing.JComboBox
- This method is public as an implementation side effect.
- contentsChanged(ListDataEvent) -
Method in class javax.swing.JList.AccessibleJList
- List Data Listener contents changed method.
- contentsChanged(ListDataEvent) -
Method in interface javax.swing.event.ListDataListener
- Sent when the contents of the list has changed in a way
that's too complex to characterize with the previous
methods.
- contentsChanged(ListDataEvent) -
Method in class javax.swing.plaf.basic.BasicComboBoxUI.ListDataHandler
-
- contentsChanged(ListDataEvent) -
Method in class javax.swing.plaf.basic.BasicComboPopup.ListDataHandler
-
- contentsChanged(ListDataEvent) -
Method in class javax.swing.plaf.basic.BasicListUI.ListDataHandler
-
- contentsChanged(ListDataEvent) -
Method in class javax.swing.plaf.metal.MetalFileChooserUI.DetailsTableModel
-
- contentsLost() -
Method in class java.awt.Component.BltBufferStrategy
-
- contentsLost() -
Method in class java.awt.Component.FlipBufferStrategy
-
- contentsLost() -
Method in class java.awt.Component.SingleBufferStrategy
-
- contentsLost() -
Method in class java.awt.image.BufferStrategy
- Returns whether the drawing buffer was lost since the last call to
getDrawGraphics
.
- contentsLost() -
Method in class java.awt.image.VolatileImage
- Returns
true
if rendering data was lost since last
validate
call.
- contentsRestored() -
Method in class java.awt.Component.BltBufferStrategy
-
- contentsRestored() -
Method in class java.awt.Component.FlipBufferStrategy
-
- contentsRestored() -
Method in class java.awt.Component.SingleBufferStrategy
-
- contentsRestored() -
Method in class java.awt.image.BufferStrategy
- Returns whether the drawing buffer was recently restored from a lost
state and reinitialized to the default background color (white).
- context -
Variable in class java.awt.dnd.DropTargetEvent
- The
DropTargetContext
associated with this
DropTargetEvent
.
- context -
Variable in class javax.swing.text.AbstractDocument
- Factory for the attributes.
- contextClassLoader -
Variable in class java.lang.Thread
-
- contexts -
Static variable in class java.awt.font.NumericShaper
-
- continueDrag(int, int) -
Method in class javax.swing.plaf.basic.BasicSplitPaneDivider.DragController
-
- continueDrag(MouseEvent) -
Method in class javax.swing.plaf.basic.BasicSplitPaneDivider.DragController
- Messages dragDividerTo with the new location for the mouse
event.
- continueLine(String) -
Method in class java.awt.datatransfer.SystemFlavorMap
- Copied from java.util.Properties.
- continueLine(String) -
Method in class java.util.Properties
-
- continuousLayout -
Variable in class javax.swing.JSplitPane
- Whether or not the views are continuously redisplayed while
resizing.
- continuousLayout -
Variable in class javax.swing.plaf.basic.BasicSplitPaneUI
-
- contractFlags -
Variable in class java.text.RBCollationTables
-
- contractFlags -
Variable in class java.text.RBTableBuilder
-
- contractTable -
Variable in class java.text.RBCollationTables
-
- contractTable -
Variable in class java.text.RBTableBuilder
-
- control -
Static variable in class java.awt.SystemColor
- The color rendered for the background of control panels and control objects,
such as pushbuttons.
- controlBumps -
Static variable in class javax.swing.plaf.metal.MetalIconFactory.HorizontalSliderThumbIcon
-
- controlBumps -
Static variable in class javax.swing.plaf.metal.MetalIconFactory.VerticalSliderThumbIcon
-
- controlColor -
Variable in class javax.swing.plaf.metal.MetalSplitPaneDivider
-
- controlDkShadow -
Static variable in class java.awt.SystemColor
- The color rendered for dark shadow areas on 3D control objects, such as pushbuttons.
- controlDown() -
Method in class java.awt.Event
- NOTE: The
Event
class is obsolete and is
available only for backwards compatilibility.
- controlHighlight -
Static variable in class java.awt.SystemColor
- The color rendered for light areas of 3D control objects, such as pushbuttons.
- controlHighlight -
Static variable in class javax.swing.plaf.metal.MetalHighContrastTheme
-
- controlLtHighlight -
Static variable in class java.awt.SystemColor
- The color rendered for highlight areas of 3D control objects, such as pushbuttons.
- controlShadow -
Static variable in class java.awt.SystemColor
- The color rendered for shadow areas of 3D control objects, such as pushbuttons.
- controlText -
Static variable in class java.awt.SystemColor
- The color rendered for the text of control panels and control objects,
such as pushbuttons.
- controlsShown -
Variable in class javax.swing.JFileChooser
-
- convAttr -
Variable in class javax.swing.text.html.HTMLWriter
- Buffer for the purpose of attribute conversion
- convert(Object, Class) -
Static method in class org.apache.xalan.extensions.MethodResolver
- Convert the given XSLT object to an object of
the given class.
- convertAttributeSet(AttributeSet) -
Method in class javax.swing.text.html.StyleSheet
- Converts a set of attributes (if necessary) so that
any attributes that were specified as StyleConstants
attributes and have a CSS mapping, will be converted
to CSS attributes.
- convertCharacter(int[], char) -
Static method in class javax.swing.text.rtf.RTFGenerator
- Takes a char and a conversion table (an int[] in the current
implementation, but conversion tables should be treated as an opaque
type) and returns the
corresponding byte value (as an int, since bytes are signed).
- convertColumnIndexToModel(int) -
Method in class javax.swing.JTable
- Maps the index of the column in the view at
viewColumnIndex
to the index of the column
in the table model.
- convertColumnIndexToView(int) -
Method in class javax.swing.JTable
- Maps the index of the column in the table model at
modelColumnIndex
to the index of the column
in the view.
- convertDoubleToNumber(double, Class) -
Static method in class org.apache.xalan.extensions.MethodResolver
- Do a standard conversion of a double to the specified type.
- convertFromIPv4MappedAddress(byte[]) -
Static method in class java.net.Inet6Address
-
- convertJava2MimeEncoding(String) -
Static method in class org.apache.xalan.serialize.Encodings
- Try the best we can to convert a Java encoding to a XML-style encoding.
- convertLocationToColumn(int, int) -
Method in class javax.swing.plaf.basic.BasicListUI
- Returns the closest column to the passed in location.
- convertLocationToModel(int, int) -
Method in class javax.swing.plaf.basic.BasicListUI
- Returns the closest location to the model index of the passed in
location.
- convertLocationToRow(int, int, boolean) -
Method in class javax.swing.plaf.basic.BasicListUI
- Returns the row at location x/y.
- convertLocationToRowInColumn(int, int) -
Method in class javax.swing.plaf.basic.BasicListUI
- Returns the closest row that starts at the specified y-location
in the passed in column.
- convertMime2JavaEncoding(String) -
Static method in class org.apache.xalan.serialize.Encodings
- Try the best we can to convert a Java encoding to a XML-style encoding.
- convertModelToColumn(int) -
Method in class javax.swing.plaf.basic.BasicListUI
- Returns the column that the model index
index
will be
displayed in.
- convertModelToRow(int) -
Method in class javax.swing.plaf.basic.BasicListUI
- Returns the row that the model index
index
will be
displayed in..
- convertMouseEvent(Component, MouseEvent, Component) -
Static method in class javax.swing.SwingUtilities
- Returns a MouseEvent similar to
sourceEvent
except that its x
and y members have been converted to destination
's coordinate
system.
- convertMouseEvent(MouseEvent) -
Method in class javax.swing.plaf.basic.BasicComboPopup
-
- convertOldISOCodes(String) -
Method in class java.util.Locale
-
- convertParams(Object[], Object[][], Class[], ExpressionContext) -
Static method in class org.apache.xalan.extensions.MethodResolver
- Convert a set of parameters based on a set of paramTypes.
- convertPoint(Component, Point, Component) -
Static method in class javax.swing.SwingUtilities
- Convert a
aPoint
in source
coordinate system to
destination
coordinate system.
- convertPoint(Component, int, int, Component) -
Static method in class javax.swing.SwingUtilities
- Convert the point
(x,y)
in source
coordinate system to
destination
coordinate system.
- convertPointFromScreen(Point, Component) -
Static method in class javax.swing.SwingUtilities
- Convert a point from a screen coordinates to a component's
coordinate system
- convertPointToScreen(Point, Component) -
Static method in class javax.swing.SwingUtilities
- Convert a point from a component's coordinate system to
screen coordinates.
- convertRectangle(Component, Rectangle, Component) -
Static method in class javax.swing.SwingUtilities
- Convert the rectangle
aRectangle
in source
coordinate system to
destination
coordinate system.
- convertRowToY(int) -
Method in class javax.swing.plaf.basic.BasicListUI
- Return the JList relative Y coordinate of the origin of the specified
row or -1 if row isn't valid.
- convertScreenLocationToParent(Container, int, int) -
Static method in class javax.swing.SwingUtilities
- Converts the location
x
y
to the
parents coordinate system, returning the location.
- convertToFileURL(String) -
Static method in class org.apache.crimson.parser.InputEntity
-
- convertToHTML(AttributeSet, MutableAttributeSet) -
Method in class javax.swing.text.html.HTMLWriter
- Convert the give set of attributes to be html for
the purpose of writing them out.
- convertToHTML32(AttributeSet, MutableAttributeSet) -
Static method in class javax.swing.text.html.HTMLWriter
- Create an older style of HTML attributes.
- convertToHTML40(AttributeSet, MutableAttributeSet) -
Static method in class javax.swing.text.html.HTMLWriter
- Copies the given AttributeSet to a new set, converting
any CSS attributes found to arguments of an HTML style
attribute.
- convertToIntDiscrete(Raster, boolean) -
Method in class java.awt.image.IndexColorModel
- Returns a new
BufferedImage
of TYPE_INT_ARGB or
TYPE_INT_RGB that has a Raster
with pixel data
computed by expanding the indices in the source Raster
using the color/alpha component arrays of this ColorModel
.
- convertToNodeset() -
Method in class org.apache.xpath.objects.XRTreeFrag
- Cast result object to a nodelist.
- convertToOld() -
Method in class java.awt.AWTEvent
- Converts a new event to an old one (used for compatibility).
- convertToRGB() -
Method in class java.awt.image.BufferedImageFilter
-
- convertToRGB() -
Method in class java.awt.image.PixelGrabber
-
- convertToVector(Object[]) -
Static method in class javax.swing.table.DefaultTableModel
- Returns a vector that contains the same objects as the array.
- convertToVector(Object[][]) -
Static method in class javax.swing.table.DefaultTableModel
- Returns a vector of vectors that contains the same objects as the array.
- convertValueToText(Object, boolean, boolean, boolean, int, boolean) -
Method in class javax.swing.JTree
- Called by the renderers to convert the specified value to
text.
- convertValueToValueClass(Object, Class) -
Method in class javax.swing.text.NumberFormatter
- Converts the passed in value to the passed in class.
- convertYToRow(int) -
Method in class javax.swing.plaf.basic.BasicListUI
- Convert the JList relative coordinate to the row that contains it,
based on the current layout.
- copies -
Variable in class java.awt.JobAttributes
-
- copy(AWTKeyStroke) -
Method in class java.awt.AWTKeyStroke
-
- copy() -
Method in class java.lang.StringBuffer
- Copies the buffer value.
- copy() -
Method in class java.lang.reflect.Constructor
- Package-private routine (exposed to java.lang.Class via
ReflectAccess) which returns a copy of this Constructor.
- copy() -
Method in class java.lang.reflect.Field
- Package-private routine (exposed to java.lang.Class via
ReflectAccess) which returns a copy of this Field.
- copy() -
Method in class java.lang.reflect.Method
- Package-private routine (exposed to java.lang.Class via
ReflectAccess) which returns a copy of this Method.
- copy(Class[]) -
Static method in class java.lang.reflect.Method
-
- copy(List, List) -
Static method in class java.util.Collections
- Copies all of the elements from one list into another.
- copy() -
Method in class javax.swing.JPasswordField
- Invokes
provideErrorFeedback
on the current
look and feel, which typically initiates an error beep.
- copy -
Variable in class javax.swing.text.DefaultStyledDocument.AttributeUndoableEdit
-
- copy() -
Method in class javax.swing.text.JTextComponent
- Transfers the currently selected range in the associated
text model to the system clipboard, leaving the contents
in the text model.
- copyAction -
Static variable in class javax.swing.TransferHandler
-
- copyAction -
Static variable in class javax.swing.text.DefaultEditorKit
- Name of the action to copy the selected region
and place the contents into the system clipboard.
- copyAndFixQuotes(String, int, int, StringBuffer) -
Static method in class java.text.MessageFormat
-
- copyArea(int, int, int, int, int, int) -
Method in class java.awt.Graphics
- Copies an area of the component by a distance specified by
dx
and dy
.
- copyArea(int, int, int, int, int, int) -
Method in class javax.swing.DebugGraphics
- Overrides
Graphics.copyArea
.
- copyArea(int, int, int, int, int, int) -
Method in class javax.swing.SwingGraphics
-
- copyArea(int, int, int, int, int, int) -
Method in class javax.swing.SystemEventQueueUtilities.RunnableCanvasGraphics
-
- copyAttributes() -
Method in class javax.swing.text.AbstractDocument.AbstractElement
- Copies a set of attributes.
- copyAttributes() -
Method in interface javax.swing.text.AttributeSet
- Returns an attribute set that is guaranteed not
to change over time.
- copyAttributes() -
Method in class javax.swing.text.SimpleAttributeSet.EmptyAttributeSet
-
- copyAttributes() -
Method in class javax.swing.text.SimpleAttributeSet
- Makes a copy of the attributes.
- copyAttributes() -
Method in class javax.swing.text.StyleContext.NamedStyle
- Copies a set of attributes.
- copyAttributes() -
Method in class javax.swing.text.StyleContext.SmallAttributeSet
- Copies a set of attributes.
- copyAttributes() -
Method in class javax.swing.text.html.MuxingAttributeSet
- Copies a set of attributes.
- copyAttributes() -
Method in class javax.swing.text.rtf.MockAttributeSet
-
- copyConstructor(Constructor) -
Method in class java.lang.reflect.ReflectAccess
-
- copyConstructors(Constructor[]) -
Static method in class java.lang.Class
-
- copyData(WritableRaster) -
Method in class java.awt.image.BufferedImage
- Computes an arbitrary rectangular region of the
BufferedImage
and copies it into a specified
WritableRaster
.
- copyData(WritableRaster) -
Method in interface java.awt.image.RenderedImage
- Computes an arbitrary rectangular region of the RenderedImage
and copies it into a caller-supplied WritableRaster.
- copyEntityIntoBuf(String, int) -
Method in class org.apache.xalan.serialize.SerializerToHTML
- Copy an entity into the accumulation buffer.
- copyField(Field) -
Method in class java.lang.reflect.ReflectAccess
-
- copyFields(Field[]) -
Static method in class java.lang.Class
-
- copyFrom(Properties) -
Method in class org.apache.xalan.templates.OutputProperties
- Copy the keys and values from the source to this object.
- copyFrom(Properties, boolean) -
Method in class org.apache.xalan.templates.OutputProperties
- Copy the keys and values from the source to this object.
- copyFrom(OutputProperties) -
Method in class org.apache.xalan.templates.OutputProperties
- Copy the keys and values from the source to this object.
- copyFromByteArray(Object, long, long, long) -
Static method in class java.nio.Bits
-
- copyFromCharArray(Object, long, long, long) -
Static method in class java.nio.Bits
-
- copyFromIntArray(Object, long, long, long) -
Static method in class java.nio.Bits
-
- copyFromLongArray(Object, long, long, long) -
Static method in class java.nio.Bits
-
- copyFromShortArray(Object, long, long, long) -
Static method in class java.nio.Bits
-
- copyInto(Object[]) -
Method in class java.util.Vector
- Copies the components of this vector into the specified array.
- copyInto(Object[]) -
Method in class javax.swing.DefaultListModel
- Copies the components of this list into the specified array.
- copyMembers(DateFormatSymbols, DateFormatSymbols) -
Method in class java.text.DateFormatSymbols
- Clones all the data members from the source DateFormatSymbols to
the target DateFormatSymbols.
- copyMethod(Method) -
Method in class java.lang.reflect.ReflectAccess
-
- copyMethods(Method[]) -
Static method in class java.lang.Class
-
- copyObject(Object, ORB) -
Static method in class javax.rmi.CORBA.Util
- Copies or connects an object.
- copyObject(Object, ORB) -
Method in interface javax.rmi.CORBA.UtilDelegate
- Delegation call for
Util.copyObject(java.lang.Object, org.omg.CORBA.ORB)
.
- copyObjects(Object[], ORB) -
Static method in class javax.rmi.CORBA.Util
- Copies or connects an array of objects.
- copyObjects(Object[], ORB) -
Method in interface javax.rmi.CORBA.UtilDelegate
- Delegation call for
Util.copyObjects(java.lang.Object[], org.omg.CORBA.ORB)
.
- copyPrivateDataInto(AWTEvent) -
Method in class java.awt.AWTEvent
- Copies all private data from this event into that.
- copyTables() -
Method in class org.apache.xml.utils.Context2
- Copy on write for the internal tables in this context.
- copyToByteArray(long, Object, long, long) -
Static method in class java.nio.Bits
-
- copyToCharArray(long, Object, long, long) -
Static method in class java.nio.Bits
-
- copyToIntArray(long, Object, long, long) -
Static method in class java.nio.Bits
-
- copyToLongArray(long, Object, long, long) -
Static method in class java.nio.Bits
-
- copyToShortArray(long, Object, long, long) -
Static method in class java.nio.Bits
-
- copyValue(MutableBigInteger) -
Method in class java.math.MutableBigInteger
- Sets this MutableBigInteger's value array to a copy of the specified
array.
- copyValue(int[]) -
Method in class java.math.MutableBigInteger
- Sets this MutableBigInteger's value array to a copy of the specified
array.
- copyValueOf(char[], int, int) -
Static method in class java.lang.String
- Returns a String that represents the character sequence in the
array specified.
- copyValueOf(char[]) -
Static method in class java.lang.String
- Returns a String that represents the character sequence in the
array specified.
- corner -
Static variable in class javax.swing.plaf.metal.MetalBorders.DialogBorder
-
- corner -
Static variable in class javax.swing.plaf.metal.MetalBorders.FrameBorder
-
- corner -
Static variable in class javax.swing.plaf.metal.MetalBorders.InternalFrameBorder
-
- cos(double) -
Static method in class java.lang.Math
- Returns the trigonometric cosine of an angle.
- cos(double) -
Static method in class java.lang.StrictMath
- Returns the trigonometric cosine of an angle.
- cos(double) -
Static method in class org.apache.xalan.lib.ExsltMath
- The math:cos function returns cosine of the passed argument.
- count -
Variable in class java.io.BufferedInputStream
- The index one greater than the index of the last valid byte in
the buffer.
- count -
Variable in class java.io.BufferedOutputStream
- The number of valid bytes in the buffer.
- count -
Variable in class java.io.ByteArrayInputStream
- The index one greater than the last valid character in the input
stream buffer.
- count -
Variable in class java.io.ByteArrayOutputStream
- The number of valid bytes in the buffer.
- count -
Variable in class java.io.CharArrayReader
- The index of the end of this buffer.
- count -
Variable in class java.io.CharArrayWriter
- The number of chars in the buffer.
- count -
Variable in class java.io.StringBufferInputStream
- Deprecated. The number of valid characters in the input stream buffer.
- count -
Variable in class java.lang.String
- The count is the number of characters in the String.
- count -
Variable in class java.lang.StringBuffer
- The count is the number of characters in the buffer.
- count -
Variable in class java.rmi.server.UID
- 16-bit number to distinguish
UID
instances created
in the same VM with the same time value
- count -
Variable in class java.text.DigitList
-
- count -
Variable in class java.util.Hashtable
- The total number of entries in the hash table.
- count -
Variable in class java.util.jar.Manifest.FastInputStream
-
- count -
Variable in class java.util.logging.FileHandler
-
- count -
Variable in class java.util.logging.MemoryHandler
-
- count -
Variable in class javax.swing.JComponent.IntVector
-
- count -
Variable in class javax.swing.text.Segment
- This is the number of array elements that
make up the text of interest.
- count -
Variable in class javax.swing.text.StringContent
-
- count -
Variable in class org.apache.crimson.parser.SimpleHashtable
-
- count -
Variable in class org.apache.xalan.serialize.WriterToUTF8Buffered
- The number of valid bytes in the buffer.
- countAWTEventListeners(long) -
Method in class java.awt.Toolkit
-
- countAncestors(ElemTemplateElement) -
Method in class org.apache.xalan.templates.RedundentExprEliminator
- Count the number of ancestors that a ElemTemplateElement has.
- countBits(int) -
Static method in class java.awt.image.PackedColorModel
-
- countBits(long) -
Static method in class java.lang.FloatingDecimal
-
- countComponents() -
Method in class java.awt.Container
- Deprecated. As of JDK version 1.1,
replaced by getComponentCount().
- countHierarchyMembers() -
Method in class java.awt.Component
-
- countHierarchyMembers() -
Method in class java.awt.Container
-
- countIndex -
Variable in class java.util.regex.Pattern.Loop
-
- countItems() -
Method in class java.awt.Choice
- Deprecated. As of JDK version 1.1,
replaced by
getItemCount()
.
- countItems() -
Method in class java.awt.List
- Deprecated. As of JDK version 1.1,
replaced by
getItemCount()
.
- countItems() -
Method in class java.awt.Menu
- Deprecated. As of JDK version 1.1,
replaced by
getItemCount()
.
- countItemsImpl() -
Method in class java.awt.Menu
-
- countLikeTemplates(ElemTemplate, int) -
Method in class org.apache.xalan.transformer.StackGuard
- Overide equal method for StackGuard objects
- countMenus() -
Method in class java.awt.MenuBar
- Deprecated. As of JDK version 1.1,
replaced by
getMenuCount()
.
- countNode(XPathContext, ElemNumber, int) -
Method in class org.apache.xalan.transformer.CountersTable
- Count forward until the given node is found, or until
we have looked to the given amount.
- countObservers() -
Method in class java.util.Observable
- Returns the number of observers of this Observable object.
- countPredicates(int) -
Method in class org.apache.xpath.compiler.Compiler
- Count the number of predicates in the step.
- countProximityPosition(int) -
Method in class org.apache.xpath.axes.OneStepIterator
- Count backwards one proximity position.
- countProximityPosition(int) -
Method in class org.apache.xpath.axes.PredicatedNodeTest
- Count forward one proximity position.
- countProximityPosition(int) -
Method in class org.apache.xpath.axes.ReverseAxesWalker
- Count backwards one proximity position.
- countStackFrames() -
Method in class java.lang.Thread
- Deprecated. The definition of this call depends on
Thread.suspend()
,
which is deprecated. Further, the results of this call
were never well-defined.
- countSteps(LocPathIterator) -
Method in class org.apache.xalan.templates.RedundentExprEliminator
- Count the steps in a given location path.
- countTokens() -
Method in class java.util.StringTokenizer
- Calculates the number of times that this tokenizer's
nextToken
method can be called before it generates an
exception.
- countTokens() -
Method in class org.apache.xalan.templates.ElemNumber.NumberFormatStringTokenizer
- Calculates the number of times that this tokenizer's
nextToken
method can be called before it generates an
exception.
- countTokens() -
Method in class org.apache.xalan.transformer.NumeratorFormatter.NumberFormatStringTokenizer
- Calculates the number of times that this tokenizer's
nextToken
method can be called before it generates an
exception.
- count_and_yield(boolean) -
Method in class org.apache.xml.dtm.ref.IncrementalSAXSource_Filter
- In the SAX delegation code, I've inlined the count-down in
the hope of encouraging compilers to deliver better
performance.
- counter -
Static variable in class java.io.File
-
- country -
Variable in class java.util.Locale
-
- cpath -
Variable in class java.io.FilePermission
-
- cr -
Static variable in class java.text.LineBreakData
-
- cr -
Static variable in class java.text.WordBreakData
-
- crCount -
Variable in class javax.swing.text.html.parser.Parser
- Number of \r's encountered.
- crc -
Variable in class java.util.zip.CRC32
-
- crc -
Variable in class java.util.zip.GZIPInputStream
- CRC-32 for uncompressed data.
- crc -
Variable in class java.util.zip.GZIPOutputStream
- CRC-32 of uncompressed data.
- crc -
Variable in class java.util.zip.ZipEntry
-
- crc -
Variable in class java.util.zip.ZipInputStream
-
- crc -
Variable in class java.util.zip.ZipOutputStream
-
- create() -
Method in class java.awt.Graphics
- Creates a new
Graphics
object that is
a copy of this Graphics
object.
- create(int, int, int, int) -
Method in class java.awt.Graphics
- Creates a new
Graphics
object based on this
Graphics
object, but with a new translation and clip area.
- create(FontRenderContext, char[], Font, LineMetrics, Map) -
Static method in class java.awt.font.TextLayout.OptInfo
-
- create(RenderContext, ParameterBlock) -
Method in interface java.awt.image.renderable.ContextualRenderedImageFactory
- Creates a rendering, given a RenderContext and a ParameterBlock
containing the operation's sources and parameters.
- create(ParameterBlock, RenderingHints) -
Method in interface java.awt.image.renderable.RenderedImageFactory
- Creates a RenderedImage representing the results of an imaging
operation (or chain of operations) for a given ParameterBlock and
RenderingHints.
- create(String, String, String, FileDescriptor, FileDescriptor, FileDescriptor) -
Method in class java.lang.Win32Process
-
- create() -
Method in class java.net.DatagramSocketImpl
- Creates a datagram socket.
- create() -
Static method in class java.net.InetAddressImplFactory
-
- create() -
Method in class java.net.PlainDatagramSocketImpl
- Creates a datagram socket
- create(boolean) -
Method in class java.net.PlainSocketImpl
- Creates a socket with a boolean that specifies whether this
is a stream socket (true) or an unconnected UDP socket (false).
- create(boolean) -
Method in class java.net.SocketImpl
- Creates either a stream or a datagram socket.
- create(String) -
Static method in class java.net.URI
- Creates a URI by parsing the given string.
- create(int) -
Method in class java.nio.charset.CoderResult.Cache
-
- create() -
Method in class javax.swing.DebugGraphics
- Overrides
Graphics.create
to return a DebugGraphics object.
- create(int, int, int, int) -
Method in class javax.swing.DebugGraphics
- Overrides
Graphics.create
to return a DebugGraphics object.
- create(Element) -
Method in class javax.swing.JEditorPane.PlainEditorKit
- Creates a view from the given structural element of a
document.
- create() -
Method in class javax.swing.SwingGraphics
-
- create(int, int, int, int) -
Method in class javax.swing.SwingGraphics
-
- create() -
Method in class javax.swing.SystemEventQueueUtilities.RunnableCanvasGraphics
-
- create(Element) -
Method in class javax.swing.plaf.basic.BasicHTML.BasicHTMLViewFactory
-
- create(Element) -
Method in class javax.swing.plaf.basic.BasicPasswordFieldUI
- Creates a view (PasswordView) for an element.
- create(Element) -
Method in class javax.swing.plaf.basic.BasicTextAreaUI
- Creates the view for an element.
- create(Element) -
Method in class javax.swing.plaf.basic.BasicTextFieldUI
- Creates a view (FieldView) based on an element.
- create(Element) -
Method in class javax.swing.plaf.basic.BasicTextUI
- Creates a view for an element.
- create(Element, int, int) -
Method in class javax.swing.plaf.basic.BasicTextUI
- Creates a view for an element.
- create(int, DefaultStyledDocument.ElementSpec[], AbstractDocument.DefaultDocumentEvent) -
Method in class javax.swing.text.DefaultStyledDocument.ElementBuffer
-
- create(DefaultStyledDocument.ElementSpec[]) -
Method in class javax.swing.text.DefaultStyledDocument
- Initialize the document to reflect the given element
structure (i.e. the structure reported by the
getDefaultRootElement
method.
- create(Element) -
Method in class javax.swing.text.StyledEditorKit.StyledViewFactory
-
- create(Element) -
Method in interface javax.swing.text.ViewFactory
- Creates a view from the given structural element of a
document.
- create(DefaultStyledDocument.ElementSpec[]) -
Method in class javax.swing.text.html.HTMLDocument
- Replaces the contents of the document with the given
element specifications.
- create(Element) -
Method in class javax.swing.text.html.HTMLEditorKit.HTMLFactory
- Creates a view from an element.
- create(Element) -
Method in class javax.swing.text.html.TableView
- The table itself acts as a factory for the various
views that actually represent pieces of the table.
- create(String, SourceLocator, PrefixResolver, int) -
Method in interface org.apache.xpath.XPathFactory
- Create an XPath.
- create(Object) -
Static method in class org.apache.xpath.objects.XObject
- Create the right XObject based on the type of the object passed.
- create(Object, XPathContext) -
Static method in class org.apache.xpath.objects.XObject
- Create the right XObject based on the type of the object passed.
- create(Object) -
Static method in class org.apache.xpath.objects.XObjectFactory
- Create the right XObject based on the type of the object passed.
- create(Object, XPathContext) -
Static method in class org.apache.xpath.objects.XObjectFactory
- Create the right XObject based on the type of the object passed.
- createActionChangeListener(JMenuItem) -
Method in class javax.swing.JMenu
- Returns a properly configured
PropertyChangeListener
which updates the control as changes to the Action
occur.
- createActionChangeListener(JMenuItem) -
Method in class javax.swing.JPopupMenu
- Returns a properly configured
PropertyChangeListener
which updates the control as changes to the Action
occur.
- createActionChangeListener(JButton) -
Method in class javax.swing.JToolBar
- Returns a properly configured
PropertyChangeListener
which updates the control as changes to the Action
occur,
or null
if the default
property change listener for the control is desired.
- createActionComponent(Action) -
Method in class javax.swing.JMenu
- Factory method which creates the
JMenuItem
for
Action
s added to the JMenu
.
- createActionComponent(Action) -
Method in class javax.swing.JPopupMenu
- Factory method which creates the
JMenuItem
for
Actions
added to the JPopupMenu
.
- createActionComponent(Action) -
Method in class javax.swing.JToolBar
- Factory method which creates the
JButton
for
Action
s added to the JToolBar
.
- createActionListener() -
Method in class javax.swing.AbstractButton
-
- createActionMap(AbstractButton) -
Method in class javax.swing.plaf.basic.BasicButtonListener
- Creates and returns the ActionMap to use for the button.
- createActionMap() -
Method in class javax.swing.plaf.basic.BasicComboBoxUI
-
- createActionMap() -
Method in class javax.swing.plaf.basic.BasicDesktopPaneUI
-
- createActionMap() -
Method in class javax.swing.plaf.basic.BasicFileChooserUI
-
- createActionMap() -
Method in class javax.swing.plaf.basic.BasicInternalFrameTitlePane
-
- createActionMap() -
Method in class javax.swing.plaf.basic.BasicInternalFrameUI
-
- createActionMap() -
Method in class javax.swing.plaf.basic.BasicLabelUI
-
- createActionMap() -
Method in class javax.swing.plaf.basic.BasicListUI
-
- createActionMap() -
Method in class javax.swing.plaf.basic.BasicMenuBarUI
-
- createActionMap() -
Method in class javax.swing.plaf.basic.BasicMenuItemUI
-
- createActionMap() -
Method in class javax.swing.plaf.basic.BasicMenuUI
- Invoked to create the ActionMap.
- createActionMap() -
Method in class javax.swing.plaf.basic.BasicOptionPaneUI
-
- createActionMap() -
Static method in class javax.swing.plaf.basic.BasicPopupMenuUI
-
- createActionMap(JComponent) -
Method in class javax.swing.plaf.basic.BasicRootPaneUI
-
- createActionMap() -
Method in class javax.swing.plaf.basic.BasicScrollBarUI
-
- createActionMap() -
Method in class javax.swing.plaf.basic.BasicScrollPaneUI
-
- createActionMap() -
Method in class javax.swing.plaf.basic.BasicSliderUI
-
- createActionMap() -
Method in class javax.swing.plaf.basic.BasicSpinnerUI
-
- createActionMap() -
Method in class javax.swing.plaf.basic.BasicSplitPaneUI
-
- createActionMap() -
Method in class javax.swing.plaf.basic.BasicTabbedPaneUI
-
- createActionMap() -
Method in class javax.swing.plaf.basic.BasicTableUI
-
- createActionMap() -
Method in class javax.swing.plaf.basic.BasicTextUI
- Create a default action map.
- createActionMap() -
Method in class javax.swing.plaf.basic.BasicToolBarUI
-
- createActionMap() -
Method in class javax.swing.plaf.basic.BasicTreeUI
-
- createActionMap() -
Method in class javax.swing.plaf.metal.MetalFileChooserUI
-
- createActionPropertyChangeListener(Action) -
Method in class javax.swing.AbstractButton
- Factory method which creates the
PropertyChangeListener
used to update the ActionEvent
source as properties
change on its Action
instance.
- createActionPropertyChangeListener(Action) -
Method in class javax.swing.JCheckBox
- Factory method which creates the PropertyChangeListener
used to update the ActionEvent source as properties change on
its Action instance.
- createActionPropertyChangeListener(Action) -
Method in class javax.swing.JComboBox
- Factory method which creates the
PropertyChangeListener
used to update the ActionEvent
source as properties change
on its Action
instance.
- createActionPropertyChangeListener(Action) -
Method in class javax.swing.JMenuItem
- Factory method which creates the
PropertyChangeListener
used to update the ActionEvent
source as properties
change on its Action
instance.
- createActionPropertyChangeListener(Action) -
Method in class javax.swing.JRadioButton
- Factory method which creates the PropertyChangeListener
used to update the ActionEvent source as properties change on
its Action instance.
- createActionPropertyChangeListener(Action) -
Method in class javax.swing.JTextField
- Factory method which creates the
PropertyChangeListener
used to update the ActionEvent
source as
properties change on its Action
instance.
- createActions() -
Method in class javax.swing.plaf.basic.BasicInternalFrameTitlePane
-
- createActions() -
Method in class javax.swing.plaf.metal.MetalTitlePane
- Create the
Action
s that get associated with the
buttons and menu items.
- createArrowButton() -
Method in class javax.swing.plaf.basic.BasicComboBoxUI
- Creates an button which will be used as the control to show or hide
the popup portion of the combo box.
- createArrowButton(int, BasicSpinnerUI.ArrowButtonHandler) -
Method in class javax.swing.plaf.basic.BasicSpinnerUI
-
- createArrowButton() -
Method in class javax.swing.plaf.metal.MetalComboBoxUI
-
- createArrowButtonListener() -
Method in class javax.swing.plaf.basic.BasicScrollBarUI
-
- createAttribute(String) -
Method in class org.apache.crimson.tree.XmlDocument
- DOM: Returns a valueless attribute node with no default value.
- createAttribute(String) -
Method in class org.apache.xml.dtm.ref.DTMNodeProxy
-
- createAttribute(String) -
Method in class org.apache.xml.utils.UnImplNode
- Unimplemented.
- createAttributeNS(String, String) -
Method in class org.apache.crimson.tree.XmlDocument
- DOM2:
- createAttributeNS(String, String) -
Method in class org.apache.xml.dtm.ref.DTMNodeProxy
-
- createAttributeNS(String, String) -
Method in class org.apache.xml.utils.UnImplNode
- Unimplemented.
- createAttributeSet1(Attributes) -
Static method in class org.apache.crimson.tree.AttributeSet
- Create a DOM NamedNodeMap consisting of DOM Level 1 Attr nodes from
a SAX2 Attributes object
- createAttributeSet2(Attributes) -
Static method in class org.apache.crimson.tree.AttributeSet
- Create a DOM NamedNodeMap consisting of DOM Level 2 Attr nodes from
a SAX2 Attributes object
- createAttributedCharacterIterator(String) -
Method in class java.text.Format
- Creates an
AttributedCharacterIterator
for the String
s
.
- createAttributedCharacterIterator(AttributedCharacterIterator[]) -
Method in class java.text.Format
- Creates an
AttributedCharacterIterator
containg the
concatenated contents of the passed in
AttributedCharacterIterator
s.
- createAttributedCharacterIterator(String, AttributedCharacterIterator.Attribute, Object) -
Method in class java.text.Format
- Returns an AttributedCharacterIterator with the String
string
and additional key/value pair key
,
value
.
- createAttributedCharacterIterator(AttributedCharacterIterator, AttributedCharacterIterator.Attribute, Object) -
Method in class java.text.Format
- Creates an AttributedCharacterIterator with the contents of
iterator
and the additional attribute key
value
.
- createAudioAction(Object) -
Method in class javax.swing.plaf.basic.BasicLookAndFeel
- Returns an
Action
.
- createBackBuffers(int) -
Method in class java.awt.Component.BltBufferStrategy
- Creates the back buffers
- createBandedRaster(int, int, int, int, Point) -
Static method in class java.awt.image.Raster
- Creates a Raster based on a BandedSampleModel with the
specified data type, width, height, and number of bands.
- createBandedRaster(int, int, int, int, int[], int[], Point) -
Static method in class java.awt.image.Raster
- Creates a Raster based on a BandedSampleModel with the
specified data type, width, height, scanline stride, bank
indices and band offsets.
- createBandedRaster(DataBuffer, int, int, int, int[], int[], Point) -
Static method in class java.awt.image.Raster
- Creates a Raster based on a BandedSampleModel with the
specified DataBuffer, width, height, scanline stride, bank
indices, and band offsets.
- createBevelBorder(int) -
Static method in class javax.swing.BorderFactory
- Creates a beveled border of the specified type, using
brighter shades of the component's current background color
for highlighting, and darker shading for shadows.
- createBevelBorder(int, Color, Color) -
Static method in class javax.swing.BorderFactory
- Creates a beveled border of the specified type, using
the specified highlighting and shadowing.
- createBevelBorder(int, Color, Color, Color, Color) -
Static method in class javax.swing.BorderFactory
- Creates a beveled border of the specified type, using
the specified colors for the inner and outer highlight
and shadow areas.
- createBitsArray(int[], int) -
Static method in class java.awt.image.PackedColorModel
-
- createBitsArray(int, int, int, int) -
Static method in class java.awt.image.PackedColorModel
-
- createBlackLineBorder() -
Static method in class javax.swing.border.LineBorder
- Convenience method for getting the Color.black LineBorder of thickness 1.
- createBorderListener(JInternalFrame) -
Method in class javax.swing.plaf.basic.BasicInternalFrameUI
-
- createBranchElement(Element, AttributeSet) -
Method in class javax.swing.text.AbstractDocument
- Creates a document branch element, that can contain other elements.
- createBranchElement(Element, AttributeSet) -
Method in class javax.swing.text.html.HTMLDocument
- Creates a document branch element, that can contain other elements.
- createBreakInstance() -
Method in class java.text.BreakIterator.BreakIteratorCache
-
- createBreakInstance(Locale, int, String, String) -
Static method in class java.text.BreakIterator
-
- createBufferStrategy(int) -
Method in class java.awt.Canvas
- Creates a new strategy for multi-buffering on this component.
- createBufferStrategy(int, BufferCapabilities) -
Method in class java.awt.Canvas
- Creates a new strategy for multi-buffering on this component with the
required buffer capabilities.
- createBufferStrategy(int) -
Method in class java.awt.Component
- Creates a new strategy for multi-buffering on this component.
- createBufferStrategy(int, BufferCapabilities) -
Method in class java.awt.Component
- Creates a new strategy for multi-buffering on this component with the
required buffer capabilities.
- createBufferStrategy(int) -
Method in class java.awt.Window
- Creates a new strategy for multi-buffering on this component.
- createBufferStrategy(int, BufferCapabilities) -
Method in class java.awt.Window
- Creates a new strategy for multi-buffering on this component with the
required buffer capabilities.
- createBuffers(int, BufferCapabilities) -
Method in class java.awt.Component.FlipBufferStrategy
- Creates one or more complex, flipping buffers with the given
capabilities.
- createBuffers(int, BufferCapabilities) -
Method in interface java.awt.peer.ComponentPeer
-
- createButton(Button) -
Method in class java.awt.Toolkit
- Creates this toolkit's implementation of
Button
using
the specified peer interface.
- createButtonActionListener(int) -
Method in class javax.swing.plaf.basic.BasicOptionPaneUI
-
- createButtonArea() -
Method in class javax.swing.plaf.basic.BasicOptionPaneUI
- Creates and returns a Container containing the buttons.
- createButtonListener(AbstractButton) -
Method in class javax.swing.plaf.basic.BasicButtonUI
-
- createButtonListener(AbstractButton) -
Method in class javax.swing.plaf.metal.MetalButtonUI
-
- createButtons() -
Method in class javax.swing.plaf.basic.BasicInternalFrameTitlePane
-
- createButtons() -
Method in class javax.swing.plaf.metal.MetalInternalFrameTitlePane
-
- createButtons() -
Method in class javax.swing.plaf.metal.MetalTitlePane
- Creates the Buttons that will be placed on the TitlePane.
- createByteLut(float[], float[], int, int) -
Method in class java.awt.image.RescaleOp
- Creates a ByteLookupTable to implement the rescale.
- createCDATASection(String) -
Method in class org.apache.crimson.tree.XmlDocument
- DOM: Returns a CDATA section initialized with the given text.
- createCDATASection(String) -
Method in class org.apache.xml.dtm.ref.DTMNodeProxy
-
- createCDATASection(String) -
Method in class org.apache.xml.utils.UnImplNode
- Unimplemented.
- createCalendar(TimeZone, Locale) -
Static method in class java.util.Calendar
-
- createCanvas(Canvas) -
Method in class java.awt.Toolkit
- Creates this toolkit's implementation of
Canvas
using
the specified peer interface.
- createCaret() -
Method in class javax.swing.plaf.basic.BasicTextUI
- Creates the object to use for a caret.
- createCaret() -
Method in class javax.swing.text.DefaultEditorKit
- Fetches a caret that can navigate through views
produced by the associated ViewFactory.
- createCaret() -
Method in class javax.swing.text.EditorKit
- Fetches a caret that can navigate through views
produced by the associated ViewFactory.
- createCellEditorListener() -
Method in class javax.swing.plaf.basic.BasicTreeUI
- Creates a listener to handle events from the current editor.
- createCellRendererPane() -
Method in class javax.swing.plaf.basic.BasicTreeUI
- Returns the renderer pane that renderer components are placed in.
- createChangeListener() -
Method in class javax.swing.AbstractButton
- Subclasses that want to handle
ChangeEvents
differently
can override this to return another ChangeListener
implementation.
- createChangeListener() -
Method in class javax.swing.JProgressBar
- Subclasses that want to handle change events
from the model differently
can override this to return
an instance of a custom
ChangeListener
implementation.
- createChangeListener() -
Method in class javax.swing.JSlider
- Subclasses that want to handle model ChangeEvents differently
can override this method to return their own ChangeListener
implementation.
- createChangeListener() -
Method in class javax.swing.JTabbedPane
- Subclasses that want to handle
ChangeEvents
differently
can override this to return a subclass of ModelListener
or
another ChangeListener
implementation.
- createChangeListener() -
Method in class javax.swing.plaf.basic.BasicMenuBarUI
-
- createChangeListener(JComponent) -
Method in class javax.swing.plaf.basic.BasicMenuUI
-
- createChangeListener(JSlider) -
Method in class javax.swing.plaf.basic.BasicSliderUI
-
- createChangeListener() -
Method in class javax.swing.plaf.basic.BasicTabbedPaneUI
-
- createCheckbox(Checkbox) -
Method in class java.awt.Toolkit
- Creates this toolkit's implementation of
Checkbox
using
the specified peer interface.
- createCheckboxMenuItem(CheckboxMenuItem) -
Method in class java.awt.Toolkit
- Creates this toolkit's implementation of
CheckboxMenuItem
using
the specified peer interface.
- createChild(int, int, int, int, int, int, int[]) -
Method in class java.awt.image.Raster
- Returns a new Raster which shares all or part of this Raster's
DataBuffer.
- createChildFor(Object) -
Method in class javax.swing.tree.FixedHeightLayoutCache.FHTreeStateNode
- Creates a new node to represent
userObject
.
- createChildHierarchyEvents(int, long, boolean) -
Method in class java.awt.Component
-
- createChildHierarchyEvents(int, long, boolean) -
Method in class java.awt.Container
-
- createChildSelectorMapping(int) -
Method in class javax.swing.text.html.StyleSheet.SelectorMapping
- Creates a child
SelectorMapping
with the specified
specificity
.
- createChildState(View) -
Method in class javax.swing.text.AsyncBoxView
- New ChildState records are created through
this method to allow subclasses the extend
the ChildState records to do/hold more
- createChildren(DefaultMutableTreeNode, Object) -
Static method in class javax.swing.JTree.DynamicUtilTreeNode
- Adds to parent all the children in
children
.
- createChoice(Choice) -
Method in class java.awt.Toolkit
- Creates this toolkit's implementation of
Choice
using
the specified peer interface.
- createComment(String) -
Method in class org.apache.crimson.tree.XmlDocument
- DOM: creates a comment node.
- createComment(String) -
Method in class org.apache.xml.dtm.ref.DTMNodeProxy
-
- createComment(String) -
Method in class org.apache.xml.utils.UnImplNode
- Unimplemented.
- createCompatibleDestImage(BufferedImage, ColorModel) -
Method in class java.awt.image.AffineTransformOp
- Creates a zeroed destination image with the correct size and number of
bands.
- createCompatibleDestImage(BufferedImage, ColorModel) -
Method in interface java.awt.image.BufferedImageOp
- Creates a zeroed destination image with the correct size and number of
bands.
- createCompatibleDestImage(BufferedImage, ColorModel) -
Method in class java.awt.image.ColorConvertOp
- Creates a zeroed destination image with the correct size and number of
bands, given this source.
- createCompatibleDestImage(BufferedImage, ColorModel, ColorSpace) -
Method in class java.awt.image.ColorConvertOp
-
- createCompatibleDestImage(BufferedImage, ColorModel) -
Method in class java.awt.image.ConvolveOp
- Creates a zeroed destination image with the correct size and number
of bands.
- createCompatibleDestImage(BufferedImage, ColorModel) -
Method in class java.awt.image.LookupOp
- Creates a zeroed destination image with the correct size and number of
bands.
- createCompatibleDestImage(BufferedImage, ColorModel) -
Method in class java.awt.image.RescaleOp
- Creates a zeroed destination image with the correct size and number of
bands.
- createCompatibleDestRaster(Raster) -
Method in class java.awt.image.AffineTransformOp
- Creates a zeroed destination
Raster
with the correct size
and number of bands.
- createCompatibleDestRaster(Raster) -
Method in class java.awt.image.BandCombineOp
- Creates a zeroed destination
Raster
with the correct size
and number of bands.
- createCompatibleDestRaster(Raster) -
Method in class java.awt.image.ColorConvertOp
- Creates a zeroed destination Raster with the correct size and number of
bands, given this source.
- createCompatibleDestRaster(Raster) -
Method in class java.awt.image.ConvolveOp
- Creates a zeroed destination Raster with the correct size and number
of bands, given this source.
- createCompatibleDestRaster(Raster) -
Method in class java.awt.image.LookupOp
- Creates a zeroed-destination
Raster
with the
correct size and number of bands, given this source.
- createCompatibleDestRaster(Raster) -
Method in interface java.awt.image.RasterOp
- Creates a zeroed destination Raster with the correct size and number of
bands.
- createCompatibleDestRaster(Raster) -
Method in class java.awt.image.RescaleOp
- Creates a zeroed-destination
Raster
with the correct
size and number of bands, given this source.
- createCompatibleImage(int, int) -
Method in class java.awt.GraphicsConfiguration
- Returns a
BufferedImage
with a data layout and color model
compatible with this GraphicsConfiguration
.
- createCompatibleImage(int, int, int) -
Method in class java.awt.GraphicsConfiguration
- Returns a
BufferedImage
that supports the specified
transparency and has a data layout and color model
compatible with this GraphicsConfiguration
.
- createCompatibleSampleModel(int, int) -
Method in class java.awt.image.BandedSampleModel
- Creates a new BandedSampleModel with the specified
width and height.
- createCompatibleSampleModel(int, int) -
Method in class java.awt.image.ColorModel
- Creates a
SampleModel
with the specified width and
height that has a data layout compatible with this
ColorModel
.
- createCompatibleSampleModel(int, int) -
Method in class java.awt.image.ComponentColorModel
- Creates a
SampleModel
with the specified width and height,
that has a data layout compatible with this ColorModel
.
- createCompatibleSampleModel(int, int) -
Method in class java.awt.image.ComponentSampleModel
- Creates a new
ComponentSampleModel
with the specified
width and height.
- createCompatibleSampleModel(int, int) -
Method in class java.awt.image.IndexColorModel
- Creates a
SampleModel
with the specified
width and height that has a data layout compatible with
this ColorModel
.
- createCompatibleSampleModel(int, int) -
Method in class java.awt.image.MultiPixelPackedSampleModel
- Creates a new
MultiPixelPackedSampleModel
with the
specified width and height.
- createCompatibleSampleModel(int, int) -
Method in class java.awt.image.PackedColorModel
- Creates a
SampleModel
with the specified width and
height that has a data layout compatible with this
ColorModel
.
- createCompatibleSampleModel(int, int) -
Method in class java.awt.image.PixelInterleavedSampleModel
- Creates a new PixelInterleavedSampleModel with the specified
width and height.
- createCompatibleSampleModel(int, int) -
Method in class java.awt.image.SampleModel
- Creates a SampleModel which describes data in this SampleModel's
format, but with a different width and height.
- createCompatibleSampleModel(int, int) -
Method in class java.awt.image.SinglePixelPackedSampleModel
- Creates a new SinglePixelPackedSampleModel with the specified
width and height.
- createCompatibleVolatileImage(int, int) -
Method in class java.awt.GraphicsConfiguration
- Returns a
VolatileImage
with a data layout and color model
compatible with this GraphicsConfiguration
.
- createCompatibleVolatileImage(int, int, ImageCapabilities) -
Method in class java.awt.GraphicsConfiguration
- Returns a
VolatileImage
with a data layout and color model
compatible with this GraphicsConfiguration
, using
the specified image capabilities.
- createCompatibleWritableRaster(int, int) -
Method in class java.awt.image.ColorModel
- Creates a
WritableRaster
with the specified width and
height that has a data layout (SampleModel
) compatible
with this ColorModel
.
- createCompatibleWritableRaster(int, int) -
Method in class java.awt.image.ComponentColorModel
- Creates a
WritableRaster
with the specified width and height,
that has a data layout (SampleModel
) compatible with
this ColorModel
.
- createCompatibleWritableRaster(int, int) -
Method in class java.awt.image.DirectColorModel
- Creates a
WritableRaster
with the specified width and
height that has a data layout (SampleModel
) compatible
with this ColorModel
.
- createCompatibleWritableRaster(int, int) -
Method in class java.awt.image.IndexColorModel
- Creates a
WritableRaster
with the specified width
and height that has a data layout (SampleModel
)
compatible with this ColorModel
.
- createCompatibleWritableRaster() -
Method in class java.awt.image.Raster
- Create a compatible WritableRaster the same size as this Raster with
the same SampleModel and a new initialized DataBuffer.
- createCompatibleWritableRaster(int, int) -
Method in class java.awt.image.Raster
- Create a compatible WritableRaster with the specified size, a new
SampleModel, and a new initialized DataBuffer.
- createCompatibleWritableRaster(Rectangle) -
Method in class java.awt.image.Raster
- Create a compatible WritableRaster with location (minX, minY)
and size (width, height) specified by rect, a
new SampleModel, and a new initialized DataBuffer.
- createCompatibleWritableRaster(int, int, int, int) -
Method in class java.awt.image.Raster
- Create a compatible WritableRaster with the specified
location (minX, minY) and size (width, height), a
new SampleModel, and a new initialized DataBuffer.
- createComponent(Component) -
Method in class java.awt.Toolkit
- Creates a peer for a component or container.
- createComponent(Component) -
Method in class javax.swing.Popup
- Creates the Component to use as the parent of the
Popup
.
- createComponent(Component) -
Method in class javax.swing.PopupFactory.HeadlessPopup
-
- createComponent(Component) -
Method in class javax.swing.PopupFactory.LightWeightPopup
-
- createComponent(Component) -
Method in class javax.swing.PopupFactory.MediumWeightPopup
-
- createComponent() -
Method in class javax.swing.text.ComponentView
- Create the component that is associated with
this view.
- createComponent() -
Method in class javax.swing.text.html.CommentView
-
- createComponent() -
Method in class javax.swing.text.html.FormView
- Create the component.
- createComponent() -
Method in class javax.swing.text.html.FrameView
-
- createComponent() -
Method in class javax.swing.text.html.HiddenTagView
-
- createComponent() -
Method in class javax.swing.text.html.IsindexView
- Creates the components necessary to to implement
this view.
- createComponent() -
Method in class javax.swing.text.html.ObjectView
- Create the component.
- createComponentListener() -
Method in class javax.swing.plaf.basic.BasicInternalFrameUI
-
- createComponentListener(JSlider) -
Method in class javax.swing.plaf.basic.BasicSliderUI
-
- createComponentListener() -
Method in class javax.swing.plaf.basic.BasicTreeUI
- Creates and returns a new ComponentHandler.
- createComponentsOnRun(int, int, char[], int[], byte[], TextLabelFactory, Font, LineMetrics, FontRenderContext, Decoration, TextLineComponent[], int) -
Static method in class java.awt.font.TextLine
- Returns an array in logical order of the TextLineComponents on
the text in the given range, with the given attributes.
- createComposedString(int, AttributedCharacterIterator) -
Method in class javax.swing.text.JTextComponent
-
- createCompoundBorder() -
Static method in class javax.swing.BorderFactory
- Creates a compound border with a
null
inside edge and a
null
outside edge.
- createCompoundBorder(Border, Border) -
Static method in class javax.swing.BorderFactory
- Creates a compound border specifying the border objects to use
for the outside and inside edges.
- createCompoundEdit() -
Method in class javax.swing.undo.UndoableEditSupport
- Called only from
beginUpdate
.
- createConnection() -
Method in class org.apache.xalan.lib.sql.DefaultConnectionPool
-
- createConstant(Class, String) -
Static method in class java.awt.datatransfer.DataFlavor
-
- createConstant(String, String) -
Static method in class java.awt.datatransfer.DataFlavor
-
- createContainer() -
Method in class javax.swing.tree.DefaultTreeCellEditor
- Creates the container to manage placement of
editingComponent
.
- createContainerListener() -
Method in class javax.swing.plaf.basic.BasicMenuBarUI
-
- createContainerListener() -
Method in class javax.swing.plaf.metal.MetalToolBarUI
- Creates a container listener that will be added to the JToolBar.
- createContentHandler(String) -
Method in interface java.net.ContentHandlerFactory
- Creates a new
ContentHandler
to read an object from
a URLStreamHandler
.
- createContentPane() -
Method in class javax.swing.JRootPane
- Called by the constructor methods to create the default
contentPane
.
- createContext(ColorModel, ColorModel, RenderingHints) -
Method in class java.awt.AlphaComposite
- Creates a context for the compositing operation.
- createContext(ColorModel, Rectangle, Rectangle2D, AffineTransform, RenderingHints) -
Method in class java.awt.Color
- Creates and returns a
PaintContext
used to generate a solid
color pattern.
- createContext(ColorModel, ColorModel, RenderingHints) -
Method in interface java.awt.Composite
- Creates a context containing state that is used to perform
the compositing operation.
- createContext(ColorModel, Rectangle, Rectangle2D, AffineTransform, RenderingHints) -
Method in class java.awt.GradientPaint
- Creates and returns a context used to generate the color pattern.
- createContext(ColorModel, Rectangle, Rectangle2D, AffineTransform, RenderingHints) -
Method in interface java.awt.Paint
- Creates and returns a
PaintContext
used to
generate the color pattern.
- createContext(ColorModel, Rectangle, Rectangle2D, AffineTransform, RenderingHints) -
Method in class java.awt.SystemColor
- Creates and returns a
PaintContext
used to generate
a solid color pattern.
- createContext(ColorModel, Rectangle, Rectangle2D, AffineTransform, RenderingHints) -
Method in class java.awt.TexturePaint
- Creates and returns a context used to generate the color pattern.
- createCopyForImportNode(boolean) -
Method in class org.apache.crimson.tree.ElementNode2
-
- createCroppedTabClip(int, Rectangle, int) -
Method in class javax.swing.plaf.basic.BasicTabbedPaneUI
-
- createCustomCursor(Image, Point, String) -
Method in class java.awt.Toolkit
- Creates a new custom cursor object.
- createDCMraster() -
Method in class java.awt.image.BufferedImageFilter
-
- createDTD(DTD, String) -
Static method in class javax.swing.text.html.parser.ParserDelegator
-
- createDTMIterator(Object, int) -
Method in class org.apache.xml.dtm.DTMManager
- Create a new
DTMIterator
based on an XPath
UnionExpr.
- createDTMIterator(String, PrefixResolver) -
Method in class org.apache.xml.dtm.DTMManager
- Create a new
DTMIterator
based on an XPath
UnionExpr.
- createDTMIterator(int, DTMFilter, boolean) -
Method in class org.apache.xml.dtm.DTMManager
- Create a new
DTMIterator
based only on a whatToShow
and a DTMFilter.
- createDTMIterator(int) -
Method in class org.apache.xml.dtm.DTMManager
- Create a new
DTMIterator
that holds exactly one node.
- createDTMIterator(int, DTMFilter, boolean) -
Method in class org.apache.xml.dtm.ref.DTMManagerDefault
- NEEDSDOC Method createDTMIterator
NEEDSDOC @param whatToShow
NEEDSDOC @param filter
NEEDSDOC @param entityReferenceExpansion
NEEDSDOC (createDTMIterator) @return
- createDTMIterator(String, PrefixResolver) -
Method in class org.apache.xml.dtm.ref.DTMManagerDefault
- NEEDSDOC Method createDTMIterator
NEEDSDOC @param xpathString
NEEDSDOC @param presolver
NEEDSDOC (createDTMIterator) @return
- createDTMIterator(int) -
Method in class org.apache.xml.dtm.ref.DTMManagerDefault
- NEEDSDOC Method createDTMIterator
NEEDSDOC @param node
NEEDSDOC (createDTMIterator) @return
- createDTMIterator(Object, int) -
Method in class org.apache.xml.dtm.ref.DTMManagerDefault
- NEEDSDOC Method createDTMIterator
NEEDSDOC @param xpathCompiler
NEEDSDOC @param pos
NEEDSDOC (createDTMIterator) @return
- createDTMIterator(Object, int) -
Method in class org.apache.xpath.XPathContext
- Create a new
DTMIterator
based on an XPath
UnionExpr.
- createDTMIterator(String, PrefixResolver) -
Method in class org.apache.xpath.XPathContext
- Create a new
DTMIterator
based on an XPath
UnionExpr.
- createDTMIterator(int, DTMFilter, boolean) -
Method in class org.apache.xpath.XPathContext
- Create a new
DTMIterator
based only on a whatToShow and
a DTMFilter.
- createDTMIterator(int) -
Method in class org.apache.xpath.XPathContext
- Create a new
DTMIterator
that holds exactly one node.
- createDTMIterator(Compiler, int) -
Method in class org.apache.xpath.axes.UnionPathIterator
- Create a new location path iterator.
- createDataBuffer() -
Method in class java.awt.image.BandedSampleModel
- Creates a DataBuffer that corresponds to this BandedSampleModel,
The DataBuffer's data type, number of banks, and size
will be consistent with this BandedSampleModel.
- createDataBuffer() -
Method in class java.awt.image.ComponentSampleModel
- Creates a
DataBuffer
that corresponds to this
ComponentSampleModel
.
- createDataBuffer() -
Method in class java.awt.image.MultiPixelPackedSampleModel
- Creates a
DataBuffer
that corresponds to this
MultiPixelPackedSampleModel
.
- createDataBuffer() -
Method in class java.awt.image.SampleModel
- Creates a DataBuffer that corresponds to this SampleModel.
- createDataBuffer() -
Method in class java.awt.image.SinglePixelPackedSampleModel
- Creates a DataBuffer that corresponds to this
SinglePixelPackedSampleModel.
- createDatagramSocketImpl() -
Method in interface java.net.DatagramSocketImplFactory
- Creates a new
DatagramSocketImpl
instance.
- createDecreaseButton(int) -
Method in class javax.swing.plaf.basic.BasicScrollBarUI
-
- createDecreaseButton(int) -
Method in class javax.swing.plaf.metal.MetalScrollBarUI
- Returns the view that represents the decrease view.
- createDefaultCellEditor() -
Method in class javax.swing.plaf.basic.BasicTreeUI
- Creates a default cell editor.
- createDefaultCellRenderer() -
Method in class javax.swing.plaf.basic.BasicTreeUI
- Returns the default cell renderer that is used to do the
stamping of each node.
- createDefaultChoosers() -
Method in class javax.swing.plaf.basic.BasicColorChooserUI
-
- createDefaultColumnModel() -
Method in class javax.swing.JTable
- Returns the default column model object, which is
a
DefaultTableColumnModel
.
- createDefaultColumnModel() -
Method in class javax.swing.table.JTableHeader
- Returns the default column model object which is
a
DefaultTableColumnModel
.
- createDefaultColumnsFromModel() -
Method in class javax.swing.JTable
- Creates default columns for the table from
the data model using the
getColumnCount
method
defined in the TableModel
interface.
- createDefaultDataModel() -
Method in class javax.swing.JTable
- Returns the default table model object, which is
a
DefaultTableModel
.
- createDefaultDivider() -
Method in class javax.swing.plaf.basic.BasicSplitPaneUI
- Creates the default divider.
- createDefaultDivider() -
Method in class javax.swing.plaf.metal.MetalSplitPaneUI
- Creates the default divider.
- createDefaultDocument(Font, Color) -
Method in class javax.swing.plaf.basic.BasicHTML.BasicEditorKit
- Sets the async policy to flush everything in one chunk, and
to not display unknown tags.
- createDefaultDocument() -
Method in class javax.swing.text.DefaultEditorKit
- Creates an uninitialized text storage model (PlainDocument)
that is appropriate for this type of editor.
- createDefaultDocument() -
Method in class javax.swing.text.EditorKit
- Creates an uninitialized text storage model
that is appropriate for this type of editor.
- createDefaultDocument() -
Method in class javax.swing.text.StyledEditorKit
- Creates an uninitialized text storage model
that is appropriate for this type of editor.
- createDefaultDocument() -
Method in class javax.swing.text.html.HTMLEditorKit
- Create an uninitialized text storage model
that is appropriate for this type of editor.
- createDefaultDragGestureRecognizer(Component, int, DragGestureListener) -
Method in class java.awt.dnd.DragSource
- Creates a new
DragGestureRecognizer
that implements the default
abstract subclass of DragGestureRecognizer
for this DragSource
,
and sets the specified Component
and DragGestureListener
on the
newly created object.
- createDefaultEditorKit() -
Method in class javax.swing.JEditorPane
- Creates the default editor kit (
PlainEditorKit
) for when
the component is first created.
- createDefaultEditorKit() -
Method in class javax.swing.JTextPane
- Creates the
EditorKit
to use by default.
- createDefaultEditors() -
Method in class javax.swing.JTable
- Creates default cell editors for objects, numbers, and boolean values.
- createDefaultHeaderRenderer() -
Method in class javax.swing.table.TableColumn
- As of Java 2 platform v1.3, this method is not called by the
TableColumn
constructor.
- createDefaultKeySelectionManager() -
Method in class javax.swing.JComboBox
- Returns an instance of the default key-selection manager.
- createDefaultModel() -
Method in class javax.swing.JTextArea
- Creates the default implementation of the model
to be used at construction if one isn't explicitly
given.
- createDefaultModel() -
Method in class javax.swing.JTextField
- Creates the default implementation of the model
to be used at construction if one isn't explicitly
given.
- createDefaultNonContinuousLayoutDivider() -
Method in class javax.swing.plaf.basic.BasicSplitPaneUI
- Returns the default non continuous layout divider, which is an
instanceof Canvas that fills the background in dark gray.
- createDefaultRenderer() -
Method in class javax.swing.table.JTableHeader
- Returns a default renderer to be used when no header renderer
is defined by a
TableColumn
.
- createDefaultRenderers() -
Method in class javax.swing.JTable
- Creates default cell renderers for objects, numbers, doubles, dates,
booleans, and icons.
- createDefaultRendering() -
Method in interface java.awt.image.renderable.RenderableImage
- Returnd a RenderedImage instance of this image with a default
width and height in pixels.
- createDefaultRendering() -
Method in class java.awt.image.renderable.RenderableImageOp
- Gets a RenderedImage instance of this image with a default
width and height in pixels.
- createDefaultRoot() -
Method in class javax.swing.text.DefaultStyledDocument
- Creates the root element to be used to represent the
default document structure.
- createDefaultRoot() -
Method in class javax.swing.text.PlainDocument
- Creates the root element to be used to represent the
default document structure.
- createDefaultRoot() -
Method in class javax.swing.text.html.HTMLDocument
- Creates the root element to be used to represent the
default document structure.
- createDefaultSelectionModel() -
Method in class javax.swing.JTable
- Returns the default selection model object, which is
a
DefaultListSelectionModel
.
- createDefaultStepPattern(Compiler, int, MatchPatternIterator, int, StepPattern, StepPattern) -
Static method in class org.apache.xpath.axes.WalkerFactory
- Create a StepPattern that is contained within a LocationPath.
- createDefaultTableHeader() -
Method in class javax.swing.JTable
- Returns the default table header object, which is
a
JTableHeader
.
- createDefaultTheme() -
Method in class javax.swing.plaf.metal.MetalLookAndFeel
-
- createDefaultWalker(Compiler, int, WalkingIterator, int) -
Static method in class org.apache.xpath.axes.WalkerFactory
- Create the proper Walker from the axes type.
- createDelegateIfSpecified(String, String) -
Static method in class javax.rmi.CORBA.Stub
-
- createDelegateIfSpecified(String, String) -
Static method in class javax.rmi.CORBA.Util
-
- createDelegateIfSpecified(String) -
Static method in class javax.rmi.PortableRemoteObject
-
- createDesktopManager() -
Method in class javax.swing.plaf.basic.BasicInternalFrameUI
-
- createDetailsView(JFileChooser) -
Method in class javax.swing.plaf.metal.MetalFileChooserUI
-
- createDialog(Dialog) -
Method in class java.awt.Toolkit
- Creates this toolkit's implementation of
Dialog
using
the specified peer interface.
- createDialog(Component, String, boolean, JColorChooser, ActionListener, ActionListener) -
Static method in class javax.swing.JColorChooser
- Creates and returns a new dialog containing the specified
ColorChooser
pane along with "OK", "Cancel", and "Reset"
buttons.
- createDialog(Component) -
Method in class javax.swing.JFileChooser
- Creates and returns a new
JDialog
wrapping
this
centered on the parent
in the parent
's frame.
- createDialog(Component, String) -
Method in class javax.swing.JOptionPane
- Creates and returns a new
JDialog
wrapping
this
centered on the parentComponent
in the parentComponent
's frame.
- createDialog(Component, String, int) -
Method in class javax.swing.JOptionPane
-
- createDialog(Component, String) -
Method in class javax.swing.ProgressMonitor.ProgressOptionPane
-
- createDirectory(File) -
Method in class java.io.FileSystem
- Create a new directory denoted by the given abstract pathname,
returning
true
if and only if the operation succeeds.
- createDirectory(File) -
Method in class java.io.Win32FileSystem
-
- createDirectory(File) -
Method in class java.io.WinNTFileSystem
-
- createDirectoryComboBoxModel(JFileChooser) -
Method in class javax.swing.plaf.metal.MetalFileChooserUI
-
- createDirectoryComboBoxRenderer(JFileChooser) -
Method in class javax.swing.plaf.metal.MetalFileChooserUI
-
- createDisabledImage(Image) -
Static method in class javax.swing.GrayFilter
- Creates a disabled image
- createDockingListener() -
Method in class javax.swing.plaf.basic.BasicToolBarUI
-
- createDockingListener() -
Method in class javax.swing.plaf.metal.MetalToolBarUI
-
- createDocument(String, String, DocumentType) -
Method in class org.apache.crimson.tree.DOMImplementationImpl
- Creates an XML
Document
object of the specified type with
its document element.
- createDocument() -
Method in class org.apache.crimson.tree.XmlDocumentBuilder
- This is a factory method, used to create an XmlDocument.
- createDocument(String, String, DocumentType) -
Method in class org.apache.xml.dtm.ref.DTMNodeProxy.DTMNodeProxyImplementation
-
- createDocument() -
Static method in class org.apache.xpath.DOMHelper
- Deprecated. DOM Level 1 did not have a standard mechanism for creating a new
Document object.
- createDocumentFragment() -
Method in class org.apache.crimson.tree.XmlDocument
- DOM: Creates a new document fragment.
- createDocumentFragment() -
Method in class org.apache.xml.dtm.DTMManager
- Creates a DTM representing an empty
DocumentFragment
object.
- createDocumentFragment() -
Method in class org.apache.xml.dtm.ref.DTMManagerDefault
- Method createDocumentFragment
NEEDSDOC (createDocumentFragment) @return
- createDocumentFragment() -
Method in class org.apache.xml.dtm.ref.DTMNodeProxy
-
- createDocumentFragment() -
Method in class org.apache.xml.utils.UnImplNode
- Unimplemented.
- createDocumentFragment() -
Method in class org.apache.xpath.XPathContext
- Creates an empty
DocumentFragment
object.
- createDocumentType(String, String, String) -
Method in class org.apache.crimson.tree.DOMImplementationImpl
- Creates an empty
DocumentType
node.
- createDocumentType(String, String, String) -
Method in class org.apache.xml.dtm.ref.DTMNodeProxy.DTMNodeProxyImplementation
-
- createDoubleClickListener(JFileChooser, JList) -
Method in class javax.swing.plaf.basic.BasicFileChooserUI
-
- createDragGestureRecognizer(Class, DragSource, Component, int, DragGestureListener) -
Method in class java.awt.Toolkit
- Creates a concrete, platform dependent, subclass of the abstract
DragGestureRecognizer class requested, and associates it with the
DragSource, Component and DragGestureListener specified.
- createDragGestureRecognizer(Class, Component, int, DragGestureListener) -
Method in class java.awt.dnd.DragSource
- Creates a new
DragGestureRecognizer
that implements the specified
abstract subclass of
DragGestureRecognizer
, and
sets the specified Component
and DragGestureListener
on
the newly created object.
- createDragSourceContext(DragSourceContextPeer, DragGestureEvent, Cursor, Image, Point, Transferable, DragSourceListener) -
Method in class java.awt.dnd.DragSource
- Creates the
DragSourceContext
to handle this drag.
- createDragSourceContextPeer(DragGestureEvent) -
Method in class java.awt.Toolkit
- Creates the peer for a DragSourceContext.
- createDragWindow(JToolBar) -
Method in class javax.swing.plaf.basic.BasicToolBarUI
-
- createDropTargetAutoScroller(Component, Point) -
Method in class java.awt.dnd.DropTarget
- create an embedded autoscroller
- createDropTargetContext() -
Method in class java.awt.dnd.DropTarget
- Creates the DropTargetContext associated with this DropTarget.
- createEastPane(JInternalFrame) -
Method in class javax.swing.plaf.basic.BasicInternalFrameUI
-
- createEditor(SpinnerModel) -
Method in class javax.swing.JSpinner
- This method is called by the constructors to create the
JComponent
that displays the current value of the sequence.
- createEditor() -
Method in class javax.swing.plaf.basic.BasicComboBoxUI
- Creates the default editor that will be used in editable combo boxes.
- createEditor() -
Method in class javax.swing.plaf.basic.BasicSpinnerUI
- This method is called by installUI to get the editor component
of the
JSpinner
.
- createEditor() -
Method in class javax.swing.plaf.metal.MetalComboBoxUI
-
- createEditorKitForContentType(String) -
Static method in class javax.swing.JEditorPane
- Creates a handler for the given type from the default registry
of editor kits.
- createElement(String) -
Method in class org.apache.crimson.tree.XmlDocument
- DOM: Create a new element, associated with this document, with
no children, attributes, or parent, by calling createElementEx.
- createElement(String) -
Method in class org.apache.xml.dtm.ref.DTMNodeProxy
-
- createElement(String) -
Method in class org.apache.xml.utils.UnImplNode
- Unimplemented.
- createElementEx(String) -
Method in interface org.apache.crimson.tree.ElementFactory
- This is like the DOM Document.createElement method,
except that its return type is different.
- createElementEx(String, String) -
Method in interface org.apache.crimson.tree.ElementFactory
- Returns an element which may be specialized to support application
specific behaviors as associated with the specified namespace.
- createElementEx(String, String) -
Method in class org.apache.crimson.tree.SimpleElementFactory
- Creates an element by using the mapping associated with the
specified namespace, or the default namespace as appropriate.
- createElementEx(String) -
Method in class org.apache.crimson.tree.SimpleElementFactory
- Creates an element by using the default mapping.
- createElementEx(String) -
Method in class org.apache.crimson.tree.XmlDocument
- Deprecated. Use the standard method createElement instead
- createElementEx(String, String) -
Method in class org.apache.crimson.tree.XmlDocument
- Deprecated. Use the standard method createElementNS instead
- createElementInfo(Element, AccessibleHTML.ElementInfo) -
Method in class javax.swing.text.html.AccessibleHTML
-
- createElementNS(String, String) -
Method in class org.apache.crimson.tree.XmlDocument
- DOM2:
- createElementNS(String, String) -
Method in class org.apache.xml.dtm.ref.DTMNodeProxy
-
- createElementNS(String, String) -
Method in class org.apache.xml.utils.UnImplNode
- Unimplemented.
- createEmptyBorder() -
Static method in class javax.swing.BorderFactory
- Creates an empty border that takes up no space.
- createEmptyBorder(int, int, int, int) -
Static method in class javax.swing.BorderFactory
- Creates an empty border that takes up space but which does
no drawing, specifying the width of the top, left, bottom, and
right sides.
- createEmptyFrameIcon() -
Static method in class javax.swing.plaf.basic.BasicIconFactory
-
- createEntityReference(String) -
Method in class org.apache.crimson.tree.XmlDocument
- DOM: Creates an entity reference to the named entity.
- createEntityReference(String) -
Method in class org.apache.xml.dtm.ref.DTMNodeProxy
-
- createEntityReference(String) -
Method in class org.apache.xml.utils.UnImplNode
- Unimplemented.
- createEntry(int, Object, Object, int) -
Method in class java.util.HashMap
- Like addEntry except that this version is used when creating entries
as part of Map construction or "pseudo-construction" (cloning,
deserialization).
- createEntry(int, Object, Object, int) -
Method in class java.util.LinkedHashMap
- This override differs from addEntry in that it doesn't resize the
table or remove the eldest entry.
- createEtchedBorder() -
Static method in class javax.swing.BorderFactory
- Creates a border with an "etched" look using
the component's current background color for
highlighting and shading.
- createEtchedBorder(Color, Color) -
Static method in class javax.swing.BorderFactory
- Creates a border with an "etched" look using
the specified highlighting and shading colors.
- createEtchedBorder(int) -
Static method in class javax.swing.BorderFactory
- Creates a border with an "etched" look using
the component's current background color for
highlighting and shading.
- createEtchedBorder(int, Color, Color) -
Static method in class javax.swing.BorderFactory
- Creates a border with an "etched" look using
the specified highlighting and shading colors.
- createExpandedNameTable() -
Method in class org.apache.xalan.lib.sql.DTMDocument
- The Expanded Name table holds all of our Node names.
- createExpandedNameTable() -
Method in class org.apache.xalan.lib.sql.SQLDocument
- Populate the Expanded Name Table with the Node that we will use.
- createExpandedNameTable() -
Method in class org.apache.xalan.lib.sql.SQLErrorDocument
- Populate the Expanded Name Table with the Node that we will use.
- createExpression(String, XPathNSResolver) -
Method in class org.apache.xpath.domapi.XPathEvaluatorImpl
- Creates a parsed XPath expression with resolved namespaces.
- createFeatures() -
Method in interface ISSearch.ISDBinterface
- This method creates document features from previously stored word stems and stores them (as well as associated feature weights)
into additional schema tables.
- createFileDialog(FileDialog) -
Method in class java.awt.Toolkit
- Creates this toolkit's implementation of
FileDialog
using
the specified peer interface.
- createFileExclusively(String) -
Method in class java.io.FileSystem
- Create a new empty file with the given pathname.
- createFileExclusively(String) -
Method in class java.io.Win32FileSystem
-
- createFileExclusively(String) -
Method in class java.io.WinNTFileSystem
-
- createFileObject(File, String) -
Method in class javax.swing.filechooser.FileSystemView
- Returns a File object constructed in dir from the given filename.
- createFileObject(String) -
Method in class javax.swing.filechooser.FileSystemView
- Returns a File object constructed from the given path string.
- createFileObject(String) -
Method in class javax.swing.filechooser.WindowsFileSystemView
- Returns a File object constructed from the given path string.
- createFileSystemRoot(File) -
Method in class javax.swing.filechooser.FileSystemView
- Creates a new
File
object for f
with correct
behavior for a file system root directory.
- createFileSystemRoot(File) -
Method in class javax.swing.filechooser.WindowsFileSystemView
-
- createFilterComboBoxModel() -
Method in class javax.swing.plaf.metal.MetalFileChooserUI
-
- createFilterComboBoxRenderer() -
Method in class javax.swing.plaf.metal.MetalFileChooserUI
-
- createFloatingFrame(JToolBar) -
Method in class javax.swing.plaf.basic.BasicToolBarUI
- No longer used, use BasicToolBarUI.createFloatingWindow(JToolBar)
- createFloatingWindow(JToolBar) -
Method in class javax.swing.plaf.basic.BasicToolBarUI
- Creates a window which contains the toolbar after it has been
dragged out from its container
- createFocusChangeListener() -
Method in class javax.swing.ToolTipManager
-
- createFocusListener() -
Method in class javax.swing.plaf.basic.BasicComboBoxUI
- Creates a
FocusListener
which will be added to the combo box.
- createFocusListener() -
Method in class javax.swing.plaf.basic.BasicListUI
-
- createFocusListener(JSlider) -
Method in class javax.swing.plaf.basic.BasicSliderUI
-
- createFocusListener() -
Method in class javax.swing.plaf.basic.BasicSplitPaneUI
- Creates a FocusListener for the JSplitPane UI.
- createFocusListener() -
Method in class javax.swing.plaf.basic.BasicTabbedPaneUI
-
- createFocusListener() -
Method in class javax.swing.plaf.basic.BasicTableUI
- Creates the focus listener for handling keyboard navigation in the JTable.
- createFocusListener() -
Method in class javax.swing.plaf.basic.BasicTreeUI
- Creates a listener that is responsible for updating the display
when focus is lost/gained.
- createFont(int, InputStream) -
Static method in class java.awt.Font
- Returns a new
Font
with the specified font type
and input data.
- createFontAttribute(CSS.Attribute, AttributeSet, MutableAttributeSet) -
Static method in class javax.swing.text.html.HTMLWriter
- Create/update an HTML <font> tag attribute.
- createFragment(int, int) -
Method in class javax.swing.text.GlyphView
- Creates a view that represents a portion of the element.
- createFragment(int, int) -
Method in class javax.swing.text.View
- Creates a view that represents a portion of the element.
- createFrame(Frame) -
Method in class java.awt.Toolkit
- Creates this toolkit's implementation of
Frame
using
the specified peer interface.
- createFrameListener() -
Method in class javax.swing.plaf.basic.BasicToolBarUI
-
- createGlassPane() -
Method in class javax.swing.JRootPane
- Called by the constructor methods to create the default
glassPane
.
- createGlassPaneDispatcher() -
Method in class javax.swing.plaf.basic.BasicInternalFrameUI
-
- createGlobalPsuedoVarDecl(QName, StylesheetRoot, LocPathIterator) -
Method in class org.apache.xalan.templates.RedundentExprEliminator
- Create a psuedo variable reference that will represent the
shared redundent XPath, for a local reduction.
- createGlue() -
Static method in class javax.swing.Box
- Creates an invisible "glue" component
that can be useful in a Box
whose visible components have a maximum width
(for a horizontal box)
or height (for a vertical box).
- createGlyphVector(FontRenderContext, String) -
Method in class java.awt.Font
- Creates a
GlyphVector
by
mapping characters to glyphs one-to-one based on the
Unicode cmap in this Font
.
- createGlyphVector(FontRenderContext, char[]) -
Method in class java.awt.Font
- Creates a
GlyphVector
by
mapping characters to glyphs one-to-one based on the
Unicode cmap in this Font
.
- createGlyphVector(FontRenderContext, CharacterIterator) -
Method in class java.awt.Font
- Creates a
GlyphVector
by
mapping the specified characters to glyphs one-to-one based on the
Unicode cmap in this Font
.
- createGlyphVector(FontRenderContext, int[]) -
Method in class java.awt.Font
- Creates a
GlyphVector
by
mapping characters to glyphs one-to-one based on the
Unicode cmap in this Font
.
- createGraphics(BufferedImage) -
Method in class java.awt.GraphicsEnvironment
- Returns a
Graphics2D
object for rendering into the
specified BufferedImage
.
- createGraphics() -
Method in class java.awt.image.BufferedImage
- Creates a
Graphics2D
, which can be used to draw into
this BufferedImage
.
- createGraphics() -
Method in class java.awt.image.VolatileImage
- Creates a
Graphics2D
, which can be used to draw into
this VolatileImage
.
- createGrayLineBorder() -
Static method in class javax.swing.border.LineBorder
- Convenience method for getting the Color.gray LineBorder of thickness 1.
- createGroup(ActivationGroupID, ActivationGroupDesc, long) -
Static method in class java.rmi.activation.ActivationGroup
- Create and set the activation group for the current VM.
- createGroup(boolean) -
Method in class java.util.regex.Pattern
- Create group head and tail nodes using double return.
- createHSBChangeListener() -
Method in class javax.swing.plaf.basic.BasicScrollPaneUI
-
- createHSBPropertyChangeListener() -
Method in class javax.swing.plaf.basic.BasicScrollPaneUI
- Returns a
PropertyChangeListener
that will be installed
on the horizontal JScrollBar
.
- createHTMLVector() -
Method in class javax.swing.plaf.basic.BasicTabbedPaneUI
-
- createHTMLView(JComponent, String) -
Static method in class javax.swing.plaf.basic.BasicHTML
- Create an html renderer for the given component and
string of html.
- createHeaderSize(long) -
Method in class javax.swing.plaf.basic.BasicTableHeaderUI
-
- createHierarchyEvents(int, Component, Container, long, boolean) -
Method in class java.awt.Component
-
- createHierarchyEvents(int, Component, Container, long, boolean) -
Method in class java.awt.Container
-
- createHighlighter() -
Method in class javax.swing.plaf.basic.BasicTextUI
- Creates the object to use for adding highlights.
- createHorizontalBox() -
Static method in class javax.swing.Box
- Creates a
Box
that displays its components
from left to right.
- createHorizontalGlue() -
Static method in class javax.swing.Box
- Creates a horizontal glue component.
- createHorizontalScrollBar() -
Method in class javax.swing.JScrollPane
- Returns a
JScrollPane.ScrollBar
by default.
- createHorizontalStrut(int) -
Static method in class javax.swing.Box
- Creates an invisible, fixed-width component.
- createHyperlinkEvent(JEditorPane, HTMLDocument, String, AttributeSet, Element) -
Method in class javax.swing.text.html.HTMLEditorKit.LinkController
- Creates and returns a new instance of HyperlinkEvent.
- createI18N(Element) -
Method in class javax.swing.JEditorPane.PlainEditorKit
-
- createI18N(Element) -
Method in class javax.swing.plaf.basic.BasicTextAreaUI
-
- createImage(ImageProducer) -
Method in class java.awt.Component
- Creates an image from the specified image producer.
- createImage(int, int) -
Method in class java.awt.Component
- Creates an off-screen drawable image
to be used for double buffering.
- createImage(String) -
Method in class java.awt.Toolkit
- Returns an image which gets pixel data from the specified file.
- createImage(URL) -
Method in class java.awt.Toolkit
- Returns an image which gets pixel data from the specified URL.
- createImage(ImageProducer) -
Method in class java.awt.Toolkit
- Creates an image with the specified image producer.
- createImage(byte[]) -
Method in class java.awt.Toolkit
- Creates an image which decodes the image stored in the specified
byte array.
- createImage(byte[], int, int) -
Method in class java.awt.Toolkit
- Creates an image which decodes the image stored in the specified
byte array, and at the specified offset and length.
- createImage(ImageProducer) -
Method in interface java.awt.peer.ComponentPeer
-
- createImage(int, int) -
Method in interface java.awt.peer.ComponentPeer
-
- createImage() -
Method in class javax.swing.plaf.metal.BumpBuffer
- Creates the image appropriate for the passed in
GraphicsConfiguration
, which may be null.
- createImpl() -
Method in class java.net.DatagramSocket
-
- createImpl() -
Method in class java.net.ServerSocket
- Creates the socket implementation.
- createImpl(boolean) -
Method in class java.net.Socket
- Creates the socket implementation.
- createIncreaseButton(int) -
Method in class javax.swing.plaf.basic.BasicScrollBarUI
-
- createIncreaseButton(int) -
Method in class javax.swing.plaf.metal.MetalScrollBarUI
- Returns the view that represents the increase view.
- createIncrementalSAXSource(CoroutineManager, int) -
Static method in class org.apache.xml.dtm.ref.IncrementalSAXSource_Filter
-
- createIndicesArray(int) -
Static method in class java.awt.image.BandedSampleModel
-
- createInheritedMap(ThreadLocal.ThreadLocalMap) -
Static method in class java.lang.ThreadLocal
- Factory method to create map of inherited thread locals.
- createInputAttributeUpdated() -
Method in class javax.swing.text.StyledEditorKit
- Creates a new
AttributeTracker
.
- createInputAttributes() -
Method in class javax.swing.text.StyledEditorKit
- Creates the AttributeSet used for the selection.
- createInputAttributes(Element, MutableAttributeSet) -
Method in class javax.swing.text.StyledEditorKit
- Copies the key/values in
element
s AttributeSet into
set
.
- createInputAttributes(Element, MutableAttributeSet) -
Method in class javax.swing.text.html.HTMLEditorKit
- Copies the key/values in
element
s AttributeSet into
set
.
- createInputComponent(AttributeSet, Object) -
Method in class javax.swing.text.html.FormView
- Creates a component for an <INPUT> element based on the
value of the "type" attribute.
- createInputMap(int) -
Method in class javax.swing.plaf.basic.BasicDesktopPaneUI
-
- createInputMap(int) -
Method in class javax.swing.plaf.basic.BasicInternalFrameUI
-
- createInputMap(int) -
Method in class javax.swing.plaf.basic.BasicMenuItemUI
-
- createInputMap(int, JComponent) -
Method in class javax.swing.plaf.basic.BasicRootPaneUI
-
- createInputMethod() -
Method in interface java.awt.im.spi.InputMethodDescriptor
- Creates a new instance of the corresponding input method.
- createInputMethodJFrame(String, boolean) -
Method in interface java.awt.im.spi.InputMethodContext
- Creates a top-level Swing JFrame for use by the input method.
- createInputMethodWindow(String, boolean) -
Method in interface java.awt.im.spi.InputMethodContext
- Creates a top-level window for use by the input method.
- createInputSource(String, InputStream, boolean, String) -
Static method in class org.apache.crimson.parser.Resolver
- Returns an input source, using the MIME type information and URL
scheme to statically determine the correct character encoding if
possible and otherwise autodetecting it.
- createInputSource(URL, boolean) -
Static method in class org.apache.crimson.parser.Resolver
- Creates an input source from a given URI.
- createInputSource(File) -
Static method in class org.apache.crimson.parser.Resolver
- Creates an input source from a given file, autodetecting
the character encoding.
- createInterleavedRaster(int, int, int, int, Point) -
Static method in class java.awt.image.Raster
- Creates a Raster based on a PixelInterleavedSampleModel with the
specified data type, width, height, and number of bands.
- createInterleavedRaster(int, int, int, int, int, int[], Point) -
Static method in class java.awt.image.Raster
- Creates a Raster based on a PixelInterleavedSampleModel with the
specified data type, width, height, scanline stride, pixel
stride, and band offsets.
- createInterleavedRaster(DataBuffer, int, int, int, int, int[], Point) -
Static method in class java.awt.image.Raster
- Creates a Raster based on a PixelInterleavedSampleModel with the
specified DataBuffer, width, height, scanline stride, pixel
stride, and band offsets.
- createInternalFrame(Component, String) -
Method in class javax.swing.JOptionPane
- Creates and returns an instance of
JInternalFrame
.
- createInternalFrameListener() -
Method in class javax.swing.plaf.basic.BasicInternalFrameUI
-
- createIntersection(Rectangle2D) -
Method in class java.awt.Rectangle
- Returns a new
Rectangle2D
object
representing the intersection of this Rectangle
with the
specified Rectangle2D
.
- createIntersection(Rectangle2D) -
Method in class java.awt.geom.Rectangle2D.Double
- Returns a new
Rectangle2D
object representing
the intersection of this Rectangle2D
with the
specified Rectangle2D
.
- createIntersection(Rectangle2D) -
Method in class java.awt.geom.Rectangle2D.Float
- Returns a new
Rectangle2D
object
representing the intersection of
this Rectangle2D
with the specified
Rectangle2D
.
- createIntersection(Rectangle2D) -
Method in class java.awt.geom.Rectangle2D
- Returns a new
Rectangle2D
object representing the
intersection of this Rectangle2D
with the specified
Rectangle2D
.
- createInverse() -
Method in class java.awt.geom.AffineTransform
- Returns an
AffineTransform
object representing the
inverse transformation.
- createItemListener() -
Method in class javax.swing.AbstractButton
-
- createItemListener() -
Method in class javax.swing.plaf.basic.BasicComboBoxUI
- Creates an
ItemListener
which will be added to the
combo box.
- createItemListener() -
Method in class javax.swing.plaf.basic.BasicComboPopup
- Creates an
ItemListener
which will be added to the
combo box.
- createIteratorFromSteps(WalkingIterator, int) -
Method in class org.apache.xalan.templates.RedundentExprEliminator
- Create a new WalkingIterator from the steps in another WalkingIterator.
- createKeyListener() -
Method in class javax.swing.plaf.basic.BasicComboBoxUI
- Creates a
KeyListener
which will be added to the
combo box.
- createKeyListener() -
Method in class javax.swing.plaf.basic.BasicComboPopup
- Creates the key listener that will be added to the combo box.
- createKeyListener() -
Method in class javax.swing.plaf.basic.BasicListUI
- Creates an instance of KeyHandler that's added to
the JList by installUI().
- createKeyListener() -
Method in class javax.swing.plaf.basic.BasicTableUI
- Creates the key listener for handling keyboard navigation in the JTable.
- createKeyListener() -
Method in class javax.swing.plaf.basic.BasicTreeUI
- Creates the listener reponsible for getting key events from
the tree.
- createKeyboardDownRightListener() -
Method in class javax.swing.plaf.basic.BasicSplitPaneUI
- Deprecated. As of Java 2 platform v1.3.
- createKeyboardEndListener() -
Method in class javax.swing.plaf.basic.BasicSplitPaneUI
- Deprecated. As of Java 2 platform v1.3.
- createKeyboardHomeListener() -
Method in class javax.swing.plaf.basic.BasicSplitPaneUI
- Deprecated. As of Java 2 platform v1.3.
- createKeyboardResizeToggleListener() -
Method in class javax.swing.plaf.basic.BasicSplitPaneUI
- Deprecated. As of Java 2 platform v1.3.
- createKeyboardUpLeftListener() -
Method in class javax.swing.plaf.basic.BasicSplitPaneUI
- Deprecated. As of Java 2 platform v1.3.
- createKeymap() -
Method in class javax.swing.plaf.basic.BasicTextUI
- Creates the keymap to use for the text component, and installs
any necessary bindings into it.
- createLabel(Label) -
Method in class java.awt.Toolkit
- Creates this toolkit's implementation of
Label
using
the specified peer interface.
- createLargeAttributeSet(AttributeSet) -
Method in class javax.swing.text.StyleContext
- Create a large set of attributes that should trade off
space for time.
- createLargeAttributeSet(AttributeSet) -
Method in class javax.swing.text.html.StyleSheet
- Creates a large set of attributes that should trade off
space for time.
- createLayeredPane() -
Method in class javax.swing.JRootPane
- Called by the constructor methods to create the default
layeredPane
.
- createLayout() -
Method in class javax.swing.plaf.basic.BasicInternalFrameTitlePane
-
- createLayout() -
Method in class javax.swing.plaf.basic.BasicSpinnerUI
- Create a
LayoutManager
that manages the editor
,
nextButton
, and previousButton
children of the JSpinner.
- createLayout() -
Method in class javax.swing.plaf.metal.MetalInternalFrameTitlePane
-
- createLayout() -
Method in class javax.swing.plaf.metal.MetalTitlePane
- Returns the
LayoutManager
that should be installed on
the MetalTitlePane
.
- createLayoutCache() -
Method in class javax.swing.plaf.basic.BasicTreeUI
- Creates the object responsible for managing what is expanded, as
well as the size of nodes.
- createLayoutManager() -
Method in class javax.swing.JViewport
- Subclassers can override this to install a different
layout manager (or
null
) in the constructor.
- createLayoutManager() -
Method in class javax.swing.plaf.basic.BasicComboBoxUI
- Creates a layout manager for managing the components which make up the
combo box.
- createLayoutManager() -
Method in class javax.swing.plaf.basic.BasicInternalFrameUI
-
- createLayoutManager() -
Method in class javax.swing.plaf.basic.BasicOptionPaneUI
-
- createLayoutManager() -
Method in class javax.swing.plaf.basic.BasicTabbedPaneUI
- Invoked by
installUI
to create
a layout manager object to manage
the JTabbedPane
.
- createLayoutManager() -
Method in class javax.swing.plaf.metal.MetalComboBoxUI
-
- createLayoutManager() -
Method in class javax.swing.plaf.metal.MetalRootPaneUI
- Returns a
LayoutManager
that will be set on the
JRootPane
.
- createLayoutManager() -
Method in class javax.swing.plaf.metal.MetalTabbedPaneUI
-
- createLeafElement(Element, AttributeSet, int, int) -
Method in class javax.swing.text.AbstractDocument
- Creates a document leaf element.
- createLeafElement(Element, AttributeSet, int, int) -
Method in class javax.swing.text.html.HTMLDocument
- Creates a document leaf element that directly represents
text (doesn't have any children).
- createLeftOneTouchButton() -
Method in class javax.swing.plaf.basic.BasicSplitPaneDivider
- Creates and return an instance of JButton that can be used to
collapse the left component in the split pane.
- createLeftOneTouchButton() -
Method in class javax.swing.plaf.metal.MetalSplitPaneDivider
- Creates and return an instance of JButton that can be used to
collapse the left component in the metal split pane.
- createLineBidi(int, int) -
Method in class java.text.Bidi
- Create a Bidi object representing the bidi information on a line of text within
the paragraph represented by the current Bidi.
- createLineBorder(Color) -
Static method in class javax.swing.BorderFactory
- Creates a line border withe the specified color.
- createLineBorder(Color, int) -
Static method in class javax.swing.BorderFactory
- Creates a line border with the specified color
and width.
- createLineFromText(char[], StyledParagraph, TextLabelFactory, boolean, float[]) -
Static method in class java.awt.font.TextLine
- Create a TextLine from the Font and character data over the
range.
- createList(List) -
Method in class java.awt.Toolkit
- Creates this toolkit's implementation of
List
using
the specified peer interface.
- createList() -
Method in class javax.swing.plaf.basic.BasicComboPopup
- Creates the JList used in the popup to display
the items in the combo box model.
- createList(JFileChooser) -
Method in class javax.swing.plaf.metal.MetalFileChooserUI
-
- createListDataListener() -
Method in class javax.swing.plaf.basic.BasicComboBoxUI
- Creates a list data listener which will be added to the
ComboBoxModel
.
- createListDataListener() -
Method in class javax.swing.plaf.basic.BasicComboPopup
- Creates a list data listener which will be added to the
ComboBoxModel
.
- createListDataListener() -
Method in class javax.swing.plaf.basic.BasicListUI
- Creates an instance of ListDataListener that's added to
the JLists by model as needed.
- createListMouseListener() -
Method in class javax.swing.plaf.basic.BasicComboPopup
- Creates a mouse listener that watches for mouse events in
the popup's list.
- createListMouseMotionListener() -
Method in class javax.swing.plaf.basic.BasicComboPopup
- Creates a mouse motion listener that watches for mouse motion
events in the popup's list.
- createListSelectionListener() -
Method in class javax.swing.plaf.basic.BasicComboPopup
- Creates a list selection listener that watches for selection changes in
the popup's list.
- createListSelectionListener(JFileChooser) -
Method in class javax.swing.plaf.basic.BasicFileChooserUI
-
- createListSelectionListener() -
Method in class javax.swing.plaf.basic.BasicListUI
- Creates an instance of ListSelectionHandler that's added to
the JLists by selectionModel as needed.
- createListSelectionListener(JFileChooser) -
Method in class javax.swing.plaf.metal.MetalFileChooserUI
- Creates a selection listener for the list of files and directories.
- createLocalPsuedoVarDecl(QName, ElemTemplateElement, LocPathIterator) -
Method in class org.apache.xalan.templates.RedundentExprEliminator
- Create a psuedo variable reference that will represent the
shared redundent XPath, for a local reduction.
- createLoweredBevelBorder() -
Static method in class javax.swing.BorderFactory
- Creates a border with a lowered beveled edge, using
brighter shades of the component's current background color
for highlighting, and darker shading for shadows.
- createMap(Thread, Object) -
Method in class java.lang.InheritableThreadLocal
- Create the map associated with a ThreadLocal.
- createMap(Thread, Object) -
Method in class java.lang.ThreadLocal
- Create the map associated with a ThreadLocal.
- createMatchPatternXPath(String, ElemTemplateElement) -
Method in class org.apache.xalan.processor.StylesheetHandler
- Process an expression string into an XPath.
- createMatteBorder(int, int, int, int, Color) -
Static method in class javax.swing.BorderFactory
- Creates a matte-look border using a solid color.
- createMatteBorder(int, int, int, int, Icon) -
Static method in class javax.swing.BorderFactory
- Creates a matte-look border that consists of multiple tiles of a
specified icon.
- createMenu(Menu) -
Method in class java.awt.Toolkit
- Creates this toolkit's implementation of
Menu
using
the specified peer interface.
- createMenu() -
Method in class javax.swing.plaf.metal.MetalTitlePane
- Returns the
JMenu
displaying the appropriate menu items
for manipulating the Frame.
- createMenuBar(MenuBar) -
Method in class java.awt.Toolkit
- Creates this toolkit's implementation of
MenuBar
using
the specified peer interface.
- createMenuBar() -
Method in class javax.swing.plaf.metal.MetalTitlePane
- Returns the
JMenuBar
displaying the appropriate
system menu items.
- createMenuChangeListener() -
Method in class javax.swing.JMenu
-
- createMenuDragMouseListener(JComponent) -
Method in class javax.swing.plaf.basic.BasicMenuItemUI
-
- createMenuDragMouseListener(JComponent) -
Method in class javax.swing.plaf.basic.BasicMenuUI
-
- createMenuItem(MenuItem) -
Method in class java.awt.Toolkit
- Creates this toolkit's implementation of
MenuItem
using
the specified peer interface.
- createMenuKeyListener(JComponent) -
Method in class javax.swing.plaf.basic.BasicMenuItemUI
-
- createMenuKeyListener(JComponent) -
Method in class javax.swing.plaf.basic.BasicMenuUI
-
- createMenuListener(JComponent) -
Method in class javax.swing.plaf.basic.BasicMenuUI
-
- createMessage(String, Object[]) -
Static method in class org.apache.xalan.res.XSLMessages
- Creates a message from the specified key and replacement
arguments, localized to the given locale.
- createMessageArea() -
Method in class javax.swing.plaf.basic.BasicOptionPaneUI
- Messaged from installComponents to create a Container containing the
body of the message.
- createModel() -
Method in class javax.swing.plaf.basic.BasicFileChooserUI
-
- createModelListener() -
Method in class javax.swing.plaf.basic.BasicScrollBarUI
-
- createMouseInputListener() -
Method in class javax.swing.plaf.basic.BasicDesktopIconUI
-
- createMouseInputListener() -
Method in class javax.swing.plaf.basic.BasicListUI
- Creates a delegate that implements MouseInputListener.
- createMouseInputListener(JComponent) -
Method in class javax.swing.plaf.basic.BasicMenuItemUI
-
- createMouseInputListener(JComponent) -
Method in class javax.swing.plaf.basic.BasicMenuUI
-
- createMouseInputListener() -
Method in class javax.swing.plaf.basic.BasicTableHeaderUI
- Creates the mouse listener for the JTable.
- createMouseInputListener() -
Method in class javax.swing.plaf.basic.BasicTableUI
- Creates the mouse listener for the JTable.
- createMouseListener() -
Method in class javax.swing.plaf.basic.BasicComboPopup
- Creates a listener
that will watch for mouse-press and release events on the combo box.
- createMouseListener() -
Method in class javax.swing.plaf.basic.BasicTabbedPaneUI
-
- createMouseListener() -
Method in class javax.swing.plaf.basic.BasicTreeUI
- Creates the listener responsible for updating the selection based on
mouse events.
- createMouseMotionListener() -
Method in class javax.swing.plaf.basic.BasicComboPopup
- Creates the mouse motion listener which will be added to the combo
box.
- createMouseWheelListener() -
Method in class javax.swing.plaf.basic.BasicScrollPaneUI
- Creates an instance of MouseWheelListener, which is added to the
JScrollPane by installUI().
- createMsg(ListResourceBundle, String, Object[]) -
Static method in class org.apache.xalan.res.XSLMessages
- Creates a message from the specified key and replacement
arguments, localized to the given locale.
- createMultistepExprList(Vector) -
Method in class org.apache.xalan.templates.RedundentExprEliminator
- For the reduction of location path parts, create a list of all
the multistep paths with more than one step, sorted by the
number of steps, with the most steps occuring earlier in the list.
- createNSResolver(Node) -
Method in class org.apache.xpath.domapi.XPathEvaluatorImpl
- Adapts any DOM node to resolve namespaces so that an XPath expression
can be easily evaluated relative to the context of the node where it
appeared within the document.
- createNewFile() -
Method in class java.io.File
- Atomically creates a new, empty file named by this abstract pathname if
and only if a file with this name does not yet exist.
- createNewFolder(File) -
Method in class javax.swing.filechooser.FileSystemView
- Creates a new folder with a default folder name.
- createNewFolder(File) -
Method in class javax.swing.filechooser.GenericFileSystemView
- Creates a new folder with a default folder name.
- createNewFolder(File) -
Method in class javax.swing.filechooser.UnixFileSystemView
- Creates a new folder with a default folder name.
- createNewFolder(File) -
Method in class javax.swing.filechooser.WindowsFileSystemView
- Creates a new folder with a default folder name.
- createNextButton() -
Method in class javax.swing.plaf.basic.BasicSpinnerUI
- Create a component that will replace the spinner models value
with the object returned by
spinner.getNextValue
.
- createNodeAt(VariableHeightLayoutCache.TreeStateNode, int) -
Method in class javax.swing.tree.VariableHeightLayoutCache
- Creates a new node to represent the node at childIndex in
parents children.
- createNodeDimensions() -
Method in class javax.swing.plaf.basic.BasicTreeUI
- Creates an instance of NodeDimensions that is able to determine
the size of a given node in the tree.
- createNodeForValue(Object, int) -
Method in class javax.swing.tree.FixedHeightLayoutCache
- Creates and returns an instance of FHTreeStateNode.
- createNodeForValue(Object) -
Method in class javax.swing.tree.VariableHeightLayoutCache
- Responsible for creating a TreeStateNode that will be used
to track display information about value.
- createNonRolloverBorder() -
Method in class javax.swing.plaf.basic.BasicToolBarUI
- Creates the non rollover border for toolbar components.
- createNonRolloverBorder() -
Method in class javax.swing.plaf.metal.MetalToolBarUI
-
- createNonRolloverToggleBorder() -
Method in class javax.swing.plaf.basic.BasicToolBarUI
- Creates a non rollover border for Toggle buttons in the toolbar.
- createNonRolloverToggleBorder() -
Method in class javax.swing.plaf.metal.MetalToolBarUI
- Creates a non rollover border for Toggle buttons in the toolbar.
- createNorthPane(JInternalFrame) -
Method in class javax.swing.plaf.basic.BasicInternalFrameUI
-
- createNorthPane(JInternalFrame) -
Method in class javax.swing.plaf.metal.MetalInternalFrameUI
-
- createOffsetArray(int) -
Static method in class java.awt.image.BandedSampleModel
-
- createPackedRaster(int, int, int, int[], Point) -
Static method in class java.awt.image.Raster
- Creates a Raster based on a SinglePixelPackedSampleModel with
the specified data type, width, height, and band masks.
- createPackedRaster(int, int, int, int, int, Point) -
Static method in class java.awt.image.Raster
- Creates a Raster based on a packed SampleModel with the
specified data type, width, height, number of bands, and bits
per band.
- createPackedRaster(DataBuffer, int, int, int, int[], Point) -
Static method in class java.awt.image.Raster
- Creates a Raster based on a SinglePixelPackedSampleModel with
the specified DataBuffer, width, height, scanline stride, and
band masks.
- createPackedRaster(DataBuffer, int, int, int, Point) -
Static method in class java.awt.image.Raster
- Creates a Raster based on a MultiPixelPackedSampleModel with the
specified DataBuffer, width, height, and bits per pixel.
- createPaletteLabel() -
Method in class javax.swing.colorchooser.DefaultHSBChooserPanel
-
- createPanel(Panel) -
Method in class java.awt.Toolkit
- Creates this toolkit's implementation of
Panel
using
the specified peer interface.
- createPopup() -
Method in class javax.swing.plaf.basic.BasicComboBoxUI
- Creates the popup portion of the combo box.
- createPopup() -
Method in class javax.swing.plaf.metal.MetalComboBoxUI
-
- createPopupMenu(PopupMenu) -
Method in class java.awt.Toolkit
- Creates this toolkit's implementation of
PopupMenu
using
the specified peer interface.
- createPopupMenuListener() -
Method in class javax.swing.plaf.basic.BasicPopupMenuUI
-
- createPosition(int) -
Method in interface javax.swing.text.AbstractDocument.Content
- Creates a position within the content that will
track change as the content is mutated.
- createPosition(int) -
Method in class javax.swing.text.AbstractDocument
- Returns a position that will track change as the document
is altered.
- createPosition(int) -
Method in interface javax.swing.text.Document
- This method allows an application to mark a place in
a sequence of character content.
- createPosition(int) -
Method in class javax.swing.text.GapContent
- Creates a position within the content that will
track change as the content is mutated.
- createPosition(int) -
Method in class javax.swing.text.StringContent
- Creates a position within the content that will
track change as the content is mutated.
- createPreviousButton() -
Method in class javax.swing.plaf.basic.BasicSpinnerUI
- Create a component that will replace the spinner models value
with the object returned by
spinner.getPreviousValue
.
- createProcessingInstruction(String, String) -
Method in class org.apache.crimson.tree.XmlDocument
- DOM: Returns a Processing Instruction node for the specified
processing target, with the given instructions.
- createProcessingInstruction(String, String) -
Method in class org.apache.xml.dtm.ref.DTMNodeProxy
-
- createProcessingInstruction(String, String) -
Method in class org.apache.xml.utils.UnImplNode
- Unimplemented.
- createPropertyChangeListener() -
Method in class javax.swing.plaf.basic.BasicColorChooserUI
-
- createPropertyChangeListener() -
Method in class javax.swing.plaf.basic.BasicComboBoxUI
- Creates a
PropertyChangeListener
which will be added to
the combo box.
- createPropertyChangeListener() -
Method in class javax.swing.plaf.basic.BasicComboPopup
- Creates a
PropertyChangeListener
which will be added to
the combo box.
- createPropertyChangeListener(JFileChooser) -
Method in class javax.swing.plaf.basic.BasicFileChooserUI
-
- createPropertyChangeListener() -
Method in class javax.swing.plaf.basic.BasicInternalFrameTitlePane
-
- createPropertyChangeListener() -
Method in class javax.swing.plaf.basic.BasicInternalFrameUI
-
- createPropertyChangeListener() -
Method in class javax.swing.plaf.basic.BasicListUI
- Creates an instance of PropertyChangeHandler that's added to
the JList by installUI().
- createPropertyChangeListener() -
Method in class javax.swing.plaf.basic.BasicMenuBarUI
-
- createPropertyChangeListener(JComponent) -
Method in class javax.swing.plaf.basic.BasicMenuItemUI
-
- createPropertyChangeListener(JComponent) -
Method in class javax.swing.plaf.basic.BasicMenuUI
-
- createPropertyChangeListener() -
Method in class javax.swing.plaf.basic.BasicOptionPaneUI
-
- createPropertyChangeListener() -
Method in class javax.swing.plaf.basic.BasicScrollBarUI
-
- createPropertyChangeListener() -
Method in class javax.swing.plaf.basic.BasicScrollPaneUI
- Creates an instance of PropertyChangeListener that's added to
the JScrollPane by installUI().
- createPropertyChangeListener(JSlider) -
Method in class javax.swing.plaf.basic.BasicSliderUI
-
- createPropertyChangeListener() -
Method in class javax.swing.plaf.basic.BasicSpinnerUI
- Create a
PropertyChangeListener
that can be
added to the JSpinner itself.
- createPropertyChangeListener() -
Method in class javax.swing.plaf.basic.BasicSplitPaneUI
- Creates a PropertyChangeListener for the JSplitPane UI.
- createPropertyChangeListener() -
Method in class javax.swing.plaf.basic.BasicTabbedPaneUI
-
- createPropertyChangeListener() -
Method in class javax.swing.plaf.basic.BasicTableUI
- Creates the property change listener for the JTable.
- createPropertyChangeListener(JComponent) -
Method in class javax.swing.plaf.basic.BasicToolTipUI
-
- createPropertyChangeListener() -
Method in class javax.swing.plaf.basic.BasicTreeUI
- Creates a listener that is responsible that updates the UI based on
how the tree changes.
- createPropertyChangeListener() -
Method in class javax.swing.plaf.metal.MetalComboBoxUI
-
- createPropertyChangeListener(JFileChooser) -
Method in class javax.swing.plaf.metal.MetalFileChooserUI
-
- createPropertyChangeListener() -
Method in class javax.swing.plaf.metal.MetalInternalFrameTitlePane
-
- createPropertyChangeListener() -
Method in class javax.swing.plaf.metal.MetalScrollBarUI
-
- createPropertyChangeListener(JSlider) -
Method in class javax.swing.plaf.metal.MetalSliderUI
-
- createPropertyListener() -
Method in class javax.swing.plaf.basic.BasicToolBarUI
-
- createPsuedoVarDecl(ElemTemplateElement, LocPathIterator, boolean) -
Method in class org.apache.xalan.templates.RedundentExprEliminator
- Create a psuedo variable reference that will represent the
shared redundent XPath, and add it to the stylesheet.
- createRaisedBevelBorder() -
Static method in class javax.swing.BorderFactory
- Creates a border with a raised beveled edge, using
brighter shades of the component's current background color
for highlighting, and darker shading for shadows.
- createRaster(SampleModel, DataBuffer, Point) -
Static method in class java.awt.image.Raster
- Creates a Raster with the specified SampleModel and DataBuffer.
- createReader(InputStream) -
Static method in class org.apache.crimson.parser.XmlReader
- Constructs the reader from an input stream, autodetecting
the encoding to use according to the heuristic specified
in the XML 1.0 recommendation.
- createReader(InputStream, String) -
Static method in class org.apache.crimson.parser.XmlReader
- Creates a reader supporting the given encoding, mapping
from standard encoding names to ones that understood by
Java where necessary.
- createRegionContainment(AttributeSet) -
Method in class javax.swing.text.html.Map
- Creates and returns an instance of RegionContainment that can be
used to test if a particular point lies inside a region.
- createRegistry(int) -
Static method in class java.rmi.registry.LocateRegistry
- Creates and exports a
Registry
on the local host
that accepts requests on the specified port
.
- createRegistry(int, RMIClientSocketFactory, RMIServerSocketFactory) -
Static method in class java.rmi.registry.LocateRegistry
- Creates and exports a
Registry
on the local host that
uses custom socket factories for communication with that registry.
- createRenderer() -
Method in class javax.swing.plaf.basic.BasicComboBoxUI
- Creates the default renderer that will be used in a non-editiable combo
box.
- createRendering(RenderContext) -
Method in interface java.awt.image.renderable.RenderableImage
- Creates a RenderedImage that represented a rendering of this image
using a given RenderContext.
- createRendering(RenderContext) -
Method in class java.awt.image.renderable.RenderableImageOp
- Creates a RenderedImage which represents this
RenderableImageOp (including its Renderable sources) rendered
according to the given RenderContext.
- createRepaintTimer() -
Method in class javax.swing.JViewport
-
- createResolvedStyle(String, String[], String[], String[]) -
Method in class javax.swing.text.html.StyleSheet
- Creates and returns a Style containing all the rules that match
selector
.
- createResolvedStyle(String, Vector, HTML.Tag) -
Method in class javax.swing.text.html.StyleSheet
- Creates and returns a Style containing all the rules that
matches
selector
.
- createResolvedStyle(String) -
Method in class javax.swing.text.html.StyleSheet
- Creates and returns a Style containing all the rules that match
selector
.
- createResultContentHandler(Result) -
Method in class org.apache.xalan.transformer.TransformerIdentityImpl
- Create a result ContentHandler from a Result object, based
on the current OutputProperties.
- createResultContentHandler(Result) -
Method in class org.apache.xalan.transformer.TransformerImpl
- Create a result ContentHandler from a Result object, based
on the current OutputProperties.
- createResultContentHandler(Result, OutputProperties) -
Method in class org.apache.xalan.transformer.TransformerImpl
- Create a ContentHandler from a Result object and an OutputProperties.
- createRightOneTouchButton() -
Method in class javax.swing.plaf.basic.BasicSplitPaneDivider
- Creates and return an instance of JButton that can be used to
collapse the right component in the split pane.
- createRightOneTouchButton() -
Method in class javax.swing.plaf.metal.MetalSplitPaneDivider
- Creates and return an instance of JButton that can be used to
collapse the right component in the metal split pane.
- createRigidArea(Dimension) -
Static method in class javax.swing.Box
- Creates an invisible component that's always the specified size
- createRolloverBorder() -
Method in class javax.swing.plaf.basic.BasicToolBarUI
- Creates a rollover border for toolbar components.
- createRolloverBorder() -
Method in class javax.swing.plaf.metal.MetalToolBarUI
-
- createRolloverListener() -
Method in class javax.swing.plaf.metal.MetalToolBarUI
- Creates a property change listener that will be added to the JToolBar.
- createRootLayout() -
Method in class javax.swing.JRootPane
- Called by the constructor methods to create the default
layoutManager
.
- createRootPane() -
Method in class javax.swing.JApplet
- Called by the constructor methods to create the default rootPane.
- createRootPane() -
Method in class javax.swing.JDialog
- Called by the constructor methods to create the default
rootPane
.
- createRootPane() -
Method in class javax.swing.JFrame
- Called by the constructor methods to create the default
rootPane
.
- createRootPane() -
Method in class javax.swing.JInternalFrame
- Called by the constructor to set up the
JRootPane
.
- createRootPane() -
Method in class javax.swing.JWindow
- Called by the constructor methods to create the default
rootPane
.
- createRootPaneException(String) -
Method in class javax.swing.JApplet
- Create an runtime exception with a message like:
"Do not use JApplet.add() use JApplet.getContentPane().add() instead"
- createRootPaneException(String) -
Method in class javax.swing.JDialog
- Creates a message that can be used as a runtime exception.
- createRootPaneException(String) -
Method in class javax.swing.JFrame
- Creates a runtime exception with a message like:
"Do not use JFrame.add() use JFrame.getContentPane().add() instead"
- createRootPaneException(String) -
Method in class javax.swing.JInternalFrame
- Creates and returns a runtime exception with a message like:
"Do not use JFrame.add() use JFrame.getContentPane().add() instead"
- createRootPaneException(String) -
Method in class javax.swing.JWindow
- Creates a string with a message that can be used for a
runtime exception.
- createRow() -
Method in class javax.swing.text.FlowView
- Create a View that should be used to hold a
a rows worth of children in a flow.
- createRow() -
Method in class javax.swing.text.ParagraphView
- Create a
View
that should be used to hold a
a row's worth of children in a flow.
- createRunAttributeDataVectors() -
Method in class java.text.AttributedString
-
- createScaledRendering(int, int, RenderingHints) -
Method in interface java.awt.image.renderable.RenderableImage
- Creates a RenderedImage instance of this image with width w, and
height h in pixels.
- createScaledRendering(int, int, RenderingHints) -
Method in class java.awt.image.renderable.RenderableImageOp
- Creates a RenderedImage instance of this image with width w, and
height h in pixels.
- createSchema() -
Method in interface ISSearch.ISDBinterface
- This method creates the database infrastructure that is required for storage of crawled information: relations (tables),
index structures, and integrity constraints.
- createScreenCapture(Rectangle) -
Method in class java.awt.Robot
- Creates an image containing pixels read from the screen.
- createScrollBarSwapListener() -
Method in class javax.swing.plaf.metal.MetalScrollPaneUI
-
- createScrollListener() -
Method in class javax.swing.plaf.basic.BasicScrollBarUI
-
- createScrollListener(JSlider) -
Method in class javax.swing.plaf.basic.BasicSliderUI
-
- createScrollPane(ScrollPane) -
Method in class java.awt.Toolkit
- Creates this toolkit's implementation of
ScrollPane
using
the specified peer interface.
- createScrollPane() -
Method in class javax.swing.text.html.FrameView
- This method creates the JScrollPane.
- createScrollPaneForTable(JTable) -
Static method in class javax.swing.JTable
- Deprecated. As of Swing version 1.0.2,
replaced by
new JScrollPane(aTable)
.
- createScrollbar(Scrollbar) -
Method in class java.awt.Toolkit
- Creates this toolkit's implementation of
Scrollbar
using
the specified peer interface.
- createScroller() -
Method in class javax.swing.plaf.basic.BasicComboPopup
- Creates the scroll pane which houses the scrollable list.
- createSelectionModel() -
Method in class javax.swing.JList
- Returns an instance of
DefaultListSelectionModel
.
- createSelectionModel() -
Method in class javax.swing.table.DefaultTableColumnModel
- Creates a new default list selection model.
- createSelectionModelPropertyChangeListener() -
Method in class javax.swing.plaf.basic.BasicTreeUI
- Creates the listener responsible for getting property change
events from the selection model.
- createSeparator() -
Method in class javax.swing.plaf.basic.BasicOptionPaneUI
-
- createServerSocket(int) -
Method in interface java.rmi.server.RMIServerSocketFactory
- Create a server socket on the specified port (port 0 indicates
an anonymous port).
- createServerSocket(int) -
Method in class java.rmi.server.RMISocketFactory
- Create a server socket on the specified port (port 0 indicates
an anonymous port).
- createSharedBevel(int) -
Static method in class javax.swing.BorderFactory
-
- createShortLut(float[], float[], int, int) -
Method in class java.awt.image.RescaleOp
- Creates a ShortLookupTable to implement the rescale.
- createSingleClickListener(JFileChooser, JList) -
Method in class javax.swing.plaf.metal.MetalFileChooserUI
-
- createSmallAttributeSet(AttributeSet) -
Method in class javax.swing.text.StyleContext
- Create a compact set of attributes that might be shared.
- createSmallAttributeSet(AttributeSet) -
Method in class javax.swing.text.html.StyleSheet
- Creates a compact set of attributes that might be shared.
- createSocket(String, int) -
Method in interface java.rmi.server.RMIClientSocketFactory
- Create a client socket connected to the specified host and port.
- createSocket(String, int) -
Method in class java.rmi.server.RMISocketFactory
- Creates a client socket connected to the specified host and port.
- createSocketImpl() -
Method in interface java.net.SocketImplFactory
- Creates a new
SocketImpl
instance.
- createSocketImpl() -
Method in class java.net.SocksSocketImplFactory
- Creates a new
SocketImpl
instance.
- createSouthPane(JInternalFrame) -
Method in class javax.swing.plaf.basic.BasicInternalFrameUI
-
- createSpecsForInsertAfterNewline(Element, Element, AttributeSet, Vector, int, int) -
Method in class javax.swing.text.DefaultStyledDocument
- This is called by insertUpdate when inserting after a new line.
- createStandardLabels(int) -
Method in class javax.swing.JSlider
- Creates a hashtable that will draw text labels starting at the
slider minimum using the increment specified.
- createStandardLabels(int, int) -
Method in class javax.swing.JSlider
- Creates a hashtable that will draw text labels starting at the
start point
specified using the increment specified.
- createStatement() -
Method in interface java.sql.Connection
- Creates a
Statement
object for sending
SQL statements to the database.
- createStatement(int, int) -
Method in interface java.sql.Connection
- Creates a
Statement
object that will generate
ResultSet
objects with the given type and concurrency.
- createStatement(int, int, int) -
Method in interface java.sql.Connection
- Creates a
Statement
object that will generate
ResultSet
objects with the given type, concurrency,
and holdability.
- createStrokedShape(Shape) -
Method in class java.awt.BasicStroke
- Returns a
Shape
whose interior defines the
stroked outline of a specified Shape
.
- createStrokedShape(Shape) -
Method in interface java.awt.Stroke
- Returns an outline
Shape
which encloses the area that
should be painted when the Shape
is stroked according
to the rules defined by the
object implementing the Stroke
interface.
- createStyleChangeListener() -
Method in class javax.swing.text.DefaultStyledDocument
- Returns a new instance of StyleChangeHandler.
- createStyleContextChangeListener() -
Method in class javax.swing.text.DefaultStyledDocument
- Returns a new instance of StyleContextChangeHandler.
- createSubsetSampleModel(int[]) -
Method in class java.awt.image.BandedSampleModel
- Creates a new BandedSampleModel with a subset of the bands of this
BandedSampleModel.
- createSubsetSampleModel(int[]) -
Method in class java.awt.image.ComponentSampleModel
- Creates a new ComponentSampleModel with a subset of the bands
of this ComponentSampleModel.
- createSubsetSampleModel(int[]) -
Method in class java.awt.image.MultiPixelPackedSampleModel
- Creates a new
MultiPixelPackedSampleModel
with a
subset of the bands of this
MultiPixelPackedSampleModel
.
- createSubsetSampleModel(int[]) -
Method in class java.awt.image.PixelInterleavedSampleModel
- Creates a new PixelInterleavedSampleModel with a subset of the
bands of this PixelInterleavedSampleModel.
- createSubsetSampleModel(int[]) -
Method in class java.awt.image.SampleModel
- Creates a new SampleModel
with a subset of the bands of this
SampleModel.
- createSubsetSampleModel(int[]) -
Method in class java.awt.image.SinglePixelPackedSampleModel
- This creates a new SinglePixelPackedSampleModel with a subset of the
bands of this SinglePixelPackedSampleModel.
- createSwingGraphics(Graphics) -
Static method in class javax.swing.SwingGraphics
-
- createSwingGraphics(Graphics, int, int, int, int) -
Static method in class javax.swing.SwingGraphics
- Create a SwingGraphics from another Graphics object, and set its clip
to be the intersection of the first Graphics object's clip rect.
- createSystemMenu() -
Method in class javax.swing.plaf.basic.BasicInternalFrameTitlePane
-
- createSystemMenuBar() -
Method in class javax.swing.plaf.basic.BasicInternalFrameTitlePane
-
- createTable() -
Method in class javax.swing.text.StyleContext.KeyBuilder
- Creates a table of sorted key/value entries
suitable for creation of an instance of
SmallAttributeSet.
- createTableCell(Element) -
Method in class javax.swing.text.TableView
- Deprecated. Table cells can now be any arbitrary
View implementation and should be produced by the
ViewFactory rather than the table.
- createTableRow(Element) -
Method in class javax.swing.text.TableView
- Creates a new table row.
- createTableRow(Element) -
Method in class javax.swing.text.html.TableView
- Creates a new table row.
- createTableSize(long) -
Method in class javax.swing.plaf.basic.BasicTableUI
-
- createTempFile(String, String, File) -
Static method in class java.io.File
- Creates a new empty file in the specified directory, using the
given prefix and suffix strings to generate its name.
- createTempFile(String, String) -
Static method in class java.io.File
- Creates an empty file in the default temporary-file directory, using
the given prefix and suffix to generate its name.
- createTextArea(TextArea) -
Method in class java.awt.Toolkit
- Creates this toolkit's implementation of
TextArea
using
the specified peer interface.
- createTextField(TextField) -
Method in class java.awt.Toolkit
- Creates this toolkit's implementation of
TextField
using
the specified peer interface.
- createTextLine() -
Method in class java.awt.font.TextLayout.OptInfo
-
- createTextNode(String) -
Method in class org.apache.crimson.tree.XmlDocument
- DOM: returns a Text node initialized with the given text.
- createTextNode(String) -
Method in class org.apache.xml.dtm.ref.DTMNodeProxy
-
- createTextNode(String) -
Method in class org.apache.xml.utils.UnImplNode
- Unimplemented.
- createTitleButton() -
Method in class javax.swing.plaf.metal.MetalTitlePane
- Returns a
JButton
appropriate for placement on the
TitlePane.
- createTitlePane(JRootPane) -
Method in class javax.swing.plaf.metal.MetalRootPaneUI
- Returns the
JComponent
to render the window decoration
style.
- createTitledBorder(String) -
Static method in class javax.swing.BorderFactory
- Creates a new title border specifying the text of the title, using
the default border (etched), using the default text position
(sitting on the top
line) and default justification (leading) and using the default
font and text color determined by the current look and feel.
- createTitledBorder(Border) -
Static method in class javax.swing.BorderFactory
- Creates a new title border with an empty title specifying the
border object, using the default text position (sitting on the top
line) and default justification (leading) and using the default
font, and text color.
- createTitledBorder(Border, String) -
Static method in class javax.swing.BorderFactory
- Adds a title to an existing border, specifying the text of
the title, using the default positioning (sitting on the top
line) and default justification (leading) and using the default
font and text color determined by the current look and feel.
- createTitledBorder(Border, String, int, int) -
Static method in class javax.swing.BorderFactory
- Adds a title to an existing border, specifying the text of
the title along with its positioning, using the default
font and text color determined by the current look and feel.
- createTitledBorder(Border, String, int, int, Font) -
Static method in class javax.swing.BorderFactory
- Adds a title to an existing border, specifying the text of
the title along with its positioning and font, using the
default text color determined by the current look and feel.
- createTitledBorder(Border, String, int, int, Font, Color) -
Static method in class javax.swing.BorderFactory
- Adds a title to an existing border, specifying the text of
the title along with its positioning, font, and color.
- createToolBarContListener() -
Method in class javax.swing.plaf.basic.BasicToolBarUI
-
- createToolBarFocusListener() -
Method in class javax.swing.plaf.basic.BasicToolBarUI
-
- createToolTip() -
Method in class javax.swing.JComponent
- Returns the instance of
JToolTip
that should be used
to display the tooltip.
- createTrackListener() -
Method in class javax.swing.plaf.basic.BasicScrollBarUI
-
- createTrackListener(JSlider) -
Method in class javax.swing.plaf.basic.BasicSliderUI
-
- createTransferable(JComponent) -
Method in class javax.swing.TransferHandler
- Creates a
Transferable
to use as the source for
a data transfer.
- createTransferable(JComponent) -
Method in class javax.swing.plaf.basic.BasicFileChooserUI.FileTransferHandler
- Create a Transferable to use as the source for a data transfer.
- createTransferable(JComponent) -
Method in class javax.swing.plaf.basic.BasicListUI.ListTransferHandler
- Create a Transferable to use as the source for a data transfer.
- createTransferable(JComponent) -
Method in class javax.swing.plaf.basic.BasicTableUI.TableTransferHandler
- Create a Transferable to use as the source for a data transfer.
- createTransferable(JComponent) -
Method in class javax.swing.plaf.basic.BasicTextUI.TextTransferHandler
- Create a Transferable to use as the source for a data transfer.
- createTransferable(JComponent) -
Method in class javax.swing.plaf.basic.BasicTreeUI.TreeTransferHandler
- Create a Transferable to use as the source for a data transfer.
- createTransferableProxy(Transferable, boolean) -
Method in class java.awt.dnd.DropTargetContext
- Creates a TransferableProxy to proxy for the specified
Transferable.
- createTransformedArea(AffineTransform) -
Method in class java.awt.geom.Area
- Creates a new
Area
object that contains the same
geometry as this Area
transformed by the specified
AffineTransform
.
- createTransformedShape(Shape) -
Method in class java.awt.geom.AffineTransform
- Returns a new
Shape
object defined by the geometry of the
specified Shape
after it has been transformed by
this transform.
- createTransformedShape(AffineTransform) -
Method in class java.awt.geom.GeneralPath
- Returns a new transformed
Shape
.
- createTranslatedChild(int, int) -
Method in class java.awt.image.Raster
- Create a Raster with the same size, SampleModel and DataBuffer
as this one, but with a different location.
- createTreeCellEditor() -
Method in class javax.swing.tree.DefaultTreeCellEditor
- This is invoked if a
TreeCellEditor
is not supplied in the constructor.
- createTreeExpansionListener() -
Method in class javax.swing.plaf.basic.BasicTreeUI
- Creates and returns the object responsible for updating the treestate
when nodes expanded state changes.
- createTreeModel(Object) -
Static method in class javax.swing.JTree
- Returns a
TreeModel
wrapping the specified object.
- createTreeModelListener() -
Method in class javax.swing.JTree
- Creates and returns an instance of
TreeModelHandler
.
- createTreeModelListener() -
Method in class javax.swing.plaf.basic.BasicTreeUI
- Returns a listener that can update the tree when the model changes.
- createTreeSelectionListener() -
Method in class javax.swing.plaf.basic.BasicTreeUI
- Creates the listener that updates the display based on selection change
methods.
- createUI(JComponent) -
Static method in class javax.swing.plaf.ComponentUI
- Returns an instance of the UI delegate for the specified component.
- createUI(JComponent) -
Static method in class javax.swing.plaf.basic.BasicButtonUI
-
- createUI(JComponent) -
Static method in class javax.swing.plaf.basic.BasicCheckBoxMenuItemUI
-
- createUI(JComponent) -
Static method in class javax.swing.plaf.basic.BasicCheckBoxUI
-
- createUI(JComponent) -
Static method in class javax.swing.plaf.basic.BasicColorChooserUI
-
- createUI(JComponent) -
Static method in class javax.swing.plaf.basic.BasicComboBoxUI
-
- createUI(JComponent) -
Static method in class javax.swing.plaf.basic.BasicDesktopIconUI
-
- createUI(JComponent) -
Static method in class javax.swing.plaf.basic.BasicDesktopPaneUI
-
- createUI(JComponent) -
Static method in class javax.swing.plaf.basic.BasicEditorPaneUI
- Creates a UI for the JTextPane.
- createUI(JComponent) -
Static method in class javax.swing.plaf.basic.BasicFormattedTextFieldUI
- Creates a UI for a JFormattedTextField.
- createUI(JComponent) -
Static method in class javax.swing.plaf.basic.BasicInternalFrameUI
-
- createUI(JComponent) -
Static method in class javax.swing.plaf.basic.BasicLabelUI
-
- createUI(JComponent) -
Static method in class javax.swing.plaf.basic.BasicListUI
- Returns a new instance of BasicListUI.
- createUI(JComponent) -
Static method in class javax.swing.plaf.basic.BasicMenuBarUI
-
- createUI(JComponent) -
Static method in class javax.swing.plaf.basic.BasicMenuItemUI
-
- createUI(JComponent) -
Static method in class javax.swing.plaf.basic.BasicMenuUI
-
- createUI(JComponent) -
Static method in class javax.swing.plaf.basic.BasicOptionPaneUI
- Creates a new BasicOptionPaneUI instance.
- createUI(JComponent) -
Static method in class javax.swing.plaf.basic.BasicPanelUI
-
- createUI(JComponent) -
Static method in class javax.swing.plaf.basic.BasicPasswordFieldUI
- Creates a UI for a JPasswordField.
- createUI(JComponent) -
Static method in class javax.swing.plaf.basic.BasicPopupMenuSeparatorUI
-
- createUI(JComponent) -
Static method in class javax.swing.plaf.basic.BasicPopupMenuUI
-
- createUI(JComponent) -
Static method in class javax.swing.plaf.basic.BasicProgressBarUI
-
- createUI(JComponent) -
Static method in class javax.swing.plaf.basic.BasicRadioButtonMenuItemUI
-
- createUI(JComponent) -
Static method in class javax.swing.plaf.basic.BasicRadioButtonUI
-
- createUI(JComponent) -
Static method in class javax.swing.plaf.basic.BasicRootPaneUI
-
- createUI(JComponent) -
Static method in class javax.swing.plaf.basic.BasicScrollBarUI
-
- createUI(JComponent) -
Static method in class javax.swing.plaf.basic.BasicScrollPaneUI
-
- createUI(JComponent) -
Static method in class javax.swing.plaf.basic.BasicSeparatorUI
-
- createUI(JComponent) -
Static method in class javax.swing.plaf.basic.BasicSliderUI
-
- createUI(JComponent) -
Static method in class javax.swing.plaf.basic.BasicSpinnerUI
- Returns a new instance of BasicSpinnerUI.
- createUI(JComponent) -
Static method in class javax.swing.plaf.basic.BasicSplitPaneUI
- Creates a new BasicSplitPaneUI instance
- createUI(JComponent) -
Static method in class javax.swing.plaf.basic.BasicTabbedPaneUI
-
- createUI(JComponent) -
Static method in class javax.swing.plaf.basic.BasicTableHeaderUI
-
- createUI(JComponent) -
Static method in class javax.swing.plaf.basic.BasicTableUI
-
- createUI(JComponent) -
Static method in class javax.swing.plaf.basic.BasicTextAreaUI
- Creates a UI for a JTextArea.
- createUI(JComponent) -
Static method in class javax.swing.plaf.basic.BasicTextFieldUI
- Creates a UI for a JTextField.
- createUI(JComponent) -
Static method in class javax.swing.plaf.basic.BasicTextPaneUI
- Creates a UI for the JTextPane.
- createUI(JComponent) -
Static method in class javax.swing.plaf.basic.BasicToggleButtonUI
-
- createUI(JComponent) -
Static method in class javax.swing.plaf.basic.BasicToolBarSeparatorUI
-
- createUI(JComponent) -
Static method in class javax.swing.plaf.basic.BasicToolBarUI
-
- createUI(JComponent) -
Static method in class javax.swing.plaf.basic.BasicToolTipUI
-
- createUI(JComponent) -
Static method in class javax.swing.plaf.basic.BasicTreeUI
-
- createUI(JComponent) -
Static method in class javax.swing.plaf.basic.BasicViewportUI
-
- createUI(JComponent) -
Static method in class javax.swing.plaf.metal.MetalButtonUI
-
- createUI(JComponent) -
Static method in class javax.swing.plaf.metal.MetalCheckBoxUI
-
- createUI(JComponent) -
Static method in class javax.swing.plaf.metal.MetalComboBoxUI
-
- createUI(JComponent) -
Static method in class javax.swing.plaf.metal.MetalDesktopIconUI
-
- createUI(JComponent) -
Static method in class javax.swing.plaf.metal.MetalFileChooserUI
-
- createUI(JComponent) -
Static method in class javax.swing.plaf.metal.MetalInternalFrameUI
-
- createUI(JComponent) -
Static method in class javax.swing.plaf.metal.MetalLabelUI
-
- createUI(JComponent) -
Static method in class javax.swing.plaf.metal.MetalPopupMenuSeparatorUI
-
- createUI(JComponent) -
Static method in class javax.swing.plaf.metal.MetalProgressBarUI
-
- createUI(JComponent) -
Static method in class javax.swing.plaf.metal.MetalRadioButtonUI
-
- createUI(JComponent) -
Static method in class javax.swing.plaf.metal.MetalRootPaneUI
- Creates a UI for a
JRootPane
.
- createUI(JComponent) -
Static method in class javax.swing.plaf.metal.MetalScrollBarUI
-
- createUI(JComponent) -
Static method in class javax.swing.plaf.metal.MetalScrollPaneUI
-
- createUI(JComponent) -
Static method in class javax.swing.plaf.metal.MetalSeparatorUI
-
- createUI(JComponent) -
Static method in class javax.swing.plaf.metal.MetalSliderUI
-
- createUI(JComponent) -
Static method in class javax.swing.plaf.metal.MetalSplitPaneUI
- Creates a new MetalSplitPaneUI instance
- createUI(JComponent) -
Static method in class javax.swing.plaf.metal.MetalTabbedPaneUI
-
- createUI(JComponent) -
Static method in class javax.swing.plaf.metal.MetalTextFieldUI
-
- createUI(JComponent) -
Static method in class javax.swing.plaf.metal.MetalToggleButtonUI
-
- createUI(JComponent) -
Static method in class javax.swing.plaf.metal.MetalToolBarUI
-
- createUI(JComponent) -
Static method in class javax.swing.plaf.metal.MetalToolTipUI
-
- createUI(JComponent) -
Static method in class javax.swing.plaf.metal.MetalTreeUI
-
- createUI(JComponent) -
Static method in class javax.swing.plaf.multi.MultiButtonUI
- Returns a multiplexing UI instance if any of the auxiliary
LookAndFeel
s supports this UI.
- createUI(JComponent) -
Static method in class javax.swing.plaf.multi.MultiColorChooserUI
- Returns a multiplexing UI instance if any of the auxiliary
LookAndFeel
s supports this UI.
- createUI(JComponent) -
Static method in class javax.swing.plaf.multi.MultiComboBoxUI
- Returns a multiplexing UI instance if any of the auxiliary
LookAndFeel
s supports this UI.
- createUI(JComponent) -
Static method in class javax.swing.plaf.multi.MultiDesktopIconUI
- Returns a multiplexing UI instance if any of the auxiliary
LookAndFeel
s supports this UI.
- createUI(JComponent) -
Static method in class javax.swing.plaf.multi.MultiDesktopPaneUI
- Returns a multiplexing UI instance if any of the auxiliary
LookAndFeel
s supports this UI.
- createUI(JComponent) -
Static method in class javax.swing.plaf.multi.MultiFileChooserUI
- Returns a multiplexing UI instance if any of the auxiliary
LookAndFeel
s supports this UI.
- createUI(JComponent) -
Static method in class javax.swing.plaf.multi.MultiInternalFrameUI
- Returns a multiplexing UI instance if any of the auxiliary
LookAndFeel
s supports this UI.
- createUI(JComponent) -
Static method in class javax.swing.plaf.multi.MultiLabelUI
- Returns a multiplexing UI instance if any of the auxiliary
LookAndFeel
s supports this UI.
- createUI(JComponent) -
Static method in class javax.swing.plaf.multi.MultiListUI
- Returns a multiplexing UI instance if any of the auxiliary
LookAndFeel
s supports this UI.
- createUI(JComponent) -
Static method in class javax.swing.plaf.multi.MultiMenuBarUI
- Returns a multiplexing UI instance if any of the auxiliary
LookAndFeel
s supports this UI.
- createUI(JComponent) -
Static method in class javax.swing.plaf.multi.MultiMenuItemUI
- Returns a multiplexing UI instance if any of the auxiliary
LookAndFeel
s supports this UI.
- createUI(JComponent) -
Static method in class javax.swing.plaf.multi.MultiOptionPaneUI
- Returns a multiplexing UI instance if any of the auxiliary
LookAndFeel
s supports this UI.
- createUI(JComponent) -
Static method in class javax.swing.plaf.multi.MultiPanelUI
- Returns a multiplexing UI instance if any of the auxiliary
LookAndFeel
s supports this UI.
- createUI(JComponent) -
Static method in class javax.swing.plaf.multi.MultiPopupMenuUI
- Returns a multiplexing UI instance if any of the auxiliary
LookAndFeel
s supports this UI.
- createUI(JComponent) -
Static method in class javax.swing.plaf.multi.MultiProgressBarUI
- Returns a multiplexing UI instance if any of the auxiliary
LookAndFeel
s supports this UI.
- createUI(JComponent) -
Static method in class javax.swing.plaf.multi.MultiRootPaneUI
- Returns a multiplexing UI instance if any of the auxiliary
LookAndFeel
s supports this UI.
- createUI(JComponent) -
Static method in class javax.swing.plaf.multi.MultiScrollBarUI
- Returns a multiplexing UI instance if any of the auxiliary
LookAndFeel
s supports this UI.
- createUI(JComponent) -
Static method in class javax.swing.plaf.multi.MultiScrollPaneUI
- Returns a multiplexing UI instance if any of the auxiliary
LookAndFeel
s supports this UI.
- createUI(JComponent) -
Static method in class javax.swing.plaf.multi.MultiSeparatorUI
- Returns a multiplexing UI instance if any of the auxiliary
LookAndFeel
s supports this UI.
- createUI(JComponent) -
Static method in class javax.swing.plaf.multi.MultiSliderUI
- Returns a multiplexing UI instance if any of the auxiliary
LookAndFeel
s supports this UI.
- createUI(JComponent) -
Static method in class javax.swing.plaf.multi.MultiSpinnerUI
- Returns a multiplexing UI instance if any of the auxiliary
LookAndFeel
s supports this UI.
- createUI(JComponent) -
Static method in class javax.swing.plaf.multi.MultiSplitPaneUI
- Returns a multiplexing UI instance if any of the auxiliary
LookAndFeel
s supports this UI.
- createUI(JComponent) -
Static method in class javax.swing.plaf.multi.MultiTabbedPaneUI
- Returns a multiplexing UI instance if any of the auxiliary
LookAndFeel
s supports this UI.
- createUI(JComponent) -
Static method in class javax.swing.plaf.multi.MultiTableHeaderUI
- Returns a multiplexing UI instance if any of the auxiliary
LookAndFeel
s supports this UI.
- createUI(JComponent) -
Static method in class javax.swing.plaf.multi.MultiTableUI
- Returns a multiplexing UI instance if any of the auxiliary
LookAndFeel
s supports this UI.
- createUI(JComponent) -
Static method in class javax.swing.plaf.multi.MultiTextUI
- Returns a multiplexing UI instance if any of the auxiliary
LookAndFeel
s supports this UI.
- createUI(JComponent) -
Static method in class javax.swing.plaf.multi.MultiToolBarUI
- Returns a multiplexing UI instance if any of the auxiliary
LookAndFeel
s supports this UI.
- createUI(JComponent) -
Static method in class javax.swing.plaf.multi.MultiToolTipUI
- Returns a multiplexing UI instance if any of the auxiliary
LookAndFeel
s supports this UI.
- createUI(JComponent) -
Static method in class javax.swing.plaf.multi.MultiTreeUI
- Returns a multiplexing UI instance if any of the auxiliary
LookAndFeel
s supports this UI.
- createUI(JComponent) -
Static method in class javax.swing.plaf.multi.MultiViewportUI
- Returns a multiplexing UI instance if any of the auxiliary
LookAndFeel
s supports this UI.
- createUIs(ComponentUI, Vector, JComponent) -
Static method in class javax.swing.plaf.multi.MultiLookAndFeel
- Creates the
ComponentUI
objects
required to present
the target
component,
placing the objects in the uis
vector and
returning the
ComponentUI
object
that best represents the component's UI.
- createURLStreamHandler(String) -
Method in interface java.net.URLStreamHandlerFactory
- Creates a new
URLStreamHandler
instance with the specified
protocol.
- createUnion(Rectangle2D) -
Method in class java.awt.Rectangle
- Returns a new
Rectangle2D
object representing the
union of this Rectangle
with the specified
Rectangle2D
.
- createUnion(Rectangle2D) -
Method in class java.awt.geom.Rectangle2D.Double
- Returns a new
Rectangle2D
object representing
the union of this Rectangle2D
with the
specified Rectangle2D
.
- createUnion(Rectangle2D) -
Method in class java.awt.geom.Rectangle2D.Float
- Returns a new
Rectangle2D
object
representing the union of this Rectangle2D
with the specified Rectangle2D
.
- createUnion(Rectangle2D) -
Method in class java.awt.geom.Rectangle2D
- Returns a new
Rectangle2D
object representing the
union of this Rectangle2D
with the specified
Rectangle2D
.
- createUnionIterator(Compiler, int) -
Static method in class org.apache.xpath.axes.UnionPathIterator
- This will return an iterator capable of handling the union of paths given.
- createVSBChangeListener() -
Method in class javax.swing.plaf.basic.BasicScrollPaneUI
-
- createVSBPropertyChangeListener() -
Method in class javax.swing.plaf.basic.BasicScrollPaneUI
- Returns a
PropertyChangeListener
that will be installed
on the vertical JScrollBar
.
- createValue(UIDefaults) -
Method in interface javax.swing.UIDefaults.ActiveValue
- Creates the value retrieved from the
UIDefaults
table.
- createValue(UIDefaults) -
Method in class javax.swing.UIDefaults.LazyInputMap
- Creates an
InputMap
with the bindings that are
passed in.
- createValue(UIDefaults) -
Method in interface javax.swing.UIDefaults.LazyValue
- Creates the actual value retrieved from the
UIDefaults
table.
- createValue(UIDefaults) -
Method in class javax.swing.UIDefaults.ProxyLazyValue
- Creates the value retrieved from the
UIDefaults
table.
- createValue(UIDefaults) -
Method in class javax.swing.plaf.metal.MetalLookAndFeel.FontActiveValue
-
- createValue(UIDefaults) -
Method in class javax.swing.plaf.metal.MetalLookAndFeel.MetalLazyValue
-
- createValueHandler() -
Static method in class javax.rmi.CORBA.Util
- Returns a singleton instance of a class that implements the
ValueHandler
interface.
- createValueHandler() -
Method in interface javax.rmi.CORBA.UtilDelegate
- Delegation call for
Util.createValueHandler()
.
- createVerticalBox() -
Static method in class javax.swing.Box
- Creates a
Box
that displays its components
from top to bottom.
- createVerticalGlue() -
Static method in class javax.swing.Box
- Creates a vertical glue component.
- createVerticalScrollBar() -
Method in class javax.swing.JScrollPane
- Returns a
JScrollPane.ScrollBar
by default.
- createVerticalStrut(int) -
Static method in class javax.swing.Box
- Creates an invisible, fixed-height component.
- createView(FlowView, int, int, int) -
Method in class javax.swing.text.FlowView.FlowStrategy
- Creates a view that can be used to represent the current piece
of the flow.
- createView(FlowView, int, int, int) -
Method in class javax.swing.text.TextLayoutStrategy
- Creates a unidirectional view that can be used to represent the
current chunk.
- createViewListener() -
Method in class javax.swing.JViewport
- Creates a listener for the view.
- createViewport() -
Method in class javax.swing.JScrollPane
- Returns a new
JViewport
by default.
- createViewportChangeListener() -
Method in class javax.swing.plaf.basic.BasicScrollPaneUI
-
- createVolatileImage(int, int) -
Method in class java.awt.Component
- Creates a volatile off-screen drawable image
to be used for double buffering.
- createVolatileImage(int, int, ImageCapabilities) -
Method in class java.awt.Component
- Creates a volatile off-screen drawable image, with the given capabilities.
- createVolatileImage(int, int) -
Method in interface java.awt.peer.ComponentPeer
-
- createWarning(String, Object[]) -
Static method in class org.apache.xalan.res.XSLMessages
- Creates a message from the specified key and replacement
arguments, localized to the given locale.
- createWestPane(JInternalFrame) -
Method in class javax.swing.plaf.basic.BasicInternalFrameUI
-
- createWinListener(JPopupMenu) -
Method in class javax.swing.JMenu
- Creates a window-closing listener for the popup.
- createWindow(Window) -
Method in class java.awt.Toolkit
- Creates this toolkit's implementation of
Window
using
the specified peer interface.
- createWindowListener() -
Method in class javax.swing.plaf.metal.MetalTitlePane
- Returns the
WindowListener
to add to the
Window
.
- createWindowMouseInputListener(JRootPane) -
Method in class javax.swing.plaf.metal.MetalRootPaneUI
- Returns a
MouseListener
that will be added to the
Window
containing the JRootPane
.
- createWindowPropertyChangeListener() -
Method in class javax.swing.plaf.metal.MetalTitlePane
- Returns the
PropertyChangeListener
to install on
the Window
.
- createWritableChild(int, int, int, int, int, int, int[]) -
Method in class java.awt.image.WritableRaster
- Returns a new WritableRaster which shares all or part of this
WritableRaster's DataBuffer.
- createWritableRaster(SampleModel, Point) -
Static method in class java.awt.image.Raster
- Creates a WritableRaster with the specified SampleModel.
- createWritableRaster(SampleModel, DataBuffer, Point) -
Static method in class java.awt.image.Raster
- Creates a WritableRaster with the specified SampleModel and DataBuffer.
- createWritableTranslatedChild(int, int) -
Method in class java.awt.image.WritableRaster
- Create a WritableRaster with the same size, SampleModel and DataBuffer
as this one, but with a different location.
- createWriteContext(Writer) -
Method in class org.apache.crimson.tree.XmlDocument
- Returns an XML write context set up not to pretty-print,
and which knows about the entities defined for this document.
- createWriteContext(Writer, int) -
Method in class org.apache.crimson.tree.XmlDocument
- Returns an XML write context which pretty-prints output starting
at a specified indent level, and which knows about the entities
defined for this document.
- createXPATHMessage(String, Object[]) -
Static method in class org.apache.xalan.res.XSLMessages
- Creates a message from the specified key and replacement
arguments, localized to the given locale.
- createXPATHMsg(ListResourceBundle, String, Object[]) -
Static method in class org.apache.xalan.res.XSLMessages
- Creates a message from the specified key and replacement
arguments, localized to the given locale.
- createXPATHWarning(String, Object[]) -
Static method in class org.apache.xalan.res.XSLMessages
- Creates a message from the specified key and replacement
arguments, localized to the given locale.
- createXPath(String, ElemTemplateElement) -
Method in class org.apache.xalan.processor.StylesheetHandler
- Process an expression string into an XPath.
- createXmlDocument(String, boolean) -
Static method in class org.apache.crimson.tree.XmlDocument
- Deprecated. Use JAXP javax.xml.parsers package instead
- createXmlDocument(String) -
Static method in class org.apache.crimson.tree.XmlDocument
- Deprecated. Use JAXP javax.xml.parsers package instead
- createXmlDocument(InputStream, boolean) -
Static method in class org.apache.crimson.tree.XmlDocument
- Deprecated. Use JAXP javax.xml.parsers package instead
- createXmlDocument(InputSource, boolean) -
Static method in class org.apache.crimson.tree.XmlDocument
- Deprecated. Use JAXP javax.xml.parsers package instead
- createZipEntry(String) -
Method in class java.util.jar.JarInputStream
- Creates a new
JarEntry
(ZipEntry
) for the
specified JAR file entry name.
- createZipEntry(String) -
Method in class java.util.zip.ZipInputStream
- Creates a new
ZipEntry
object for the specified
entry name.
- createZone(int, int) -
Method in class javax.swing.text.ZoneView
- Create a view to represent a zone for the given
range within the model (which should be within
the range of this objects responsibility).
- created -
Variable in class java.net.DatagramSocket
- Various states of this socket.
- created -
Variable in class java.net.ServerSocket
- Various states of this socket.
- created -
Variable in class java.net.Socket
- Various states of this socket.
- createdC -
Variable in class javax.swing.text.ComponentView
-
- createdCellEditor -
Variable in class javax.swing.plaf.basic.BasicTreeUI
- Set to true if editor that is currently in the tree was
created by this instance.
- createdComponent -
Variable in class javax.swing.text.html.FrameView
- Set to true when the component has been created.
- createdFont -
Variable in class java.awt.Font
-
- createdFracture -
Variable in class javax.swing.text.DefaultStyledDocument.ElementBuffer
- Only for insert, set to true when the fracture has been created.
- createdRenderer -
Variable in class javax.swing.plaf.basic.BasicTreeUI
- Set to true if the renderer that is currently in the tree was
created by this instance.
- createdWindowInputMap -
Variable in class javax.swing.plaf.basic.BasicButtonListener
- Set to true when the WindowInputMap is installed.
- crlfCount -
Variable in class javax.swing.text.html.parser.Parser
- Number of \r\n's encountered.
- cropH -
Variable in class java.awt.image.CropImageFilter
-
- cropW -
Variable in class java.awt.image.CropImageFilter
-
- cropX -
Variable in class java.awt.image.CropImageFilter
-
- cropY -
Variable in class java.awt.image.CropImageFilter
-
- crossMenuMnemonic -
Static variable in class javax.swing.plaf.basic.BasicMenuUI
-
- cs -
Variable in class java.awt.Color
- The
ColorSpace
.
- cs -
Variable in class java.lang.StringCoding.CharsetSD
-
- cs -
Variable in class java.lang.StringCoding.CharsetSE
-
- csf -
Variable in class java.rmi.server.UnicastRemoteObject
-
- csize -
Variable in class java.util.zip.ZipEntry
-
- csize -
Static variable in class javax.swing.plaf.basic.BasicIconFactory.CheckBoxIcon
-
- css -
Static variable in class javax.swing.text.html.MinimalHTMLWriter
-
- css -
Variable in class javax.swing.text.html.StyleSheet.BoxPainter
-
- css -
Variable in class javax.swing.text.html.StyleSheet
-
- cssHeight -
Variable in class javax.swing.text.html.BlockView
-
- cssHeight -
Variable in class javax.swing.text.html.ParagraphView
-
- cssValueToInternalValueMap -
Static variable in class javax.swing.text.html.CSS
- Maps from CSS value (string) to internal value.
- cssValueToStyleConstantsValue(StyleConstants, Object) -
Method in class javax.swing.text.html.CSS
- Converts the passed in CSS value to a StyleConstants value.
- cssWidth -
Variable in class javax.swing.text.html.BlockView
-
- cssWidth -
Variable in class javax.swing.text.html.ParagraphView
-
- ctCache -
Static variable in class java.awt.font.NumericShaper
-
- ctCacheLimit -
Static variable in class java.awt.font.NumericShaper
-
- ctb -
Variable in class java.lang.StringCoding.ConverterSE
-
- ctrlpts -
Static variable in class java.awt.geom.EllipseIterator
-
- ctrlpts -
Static variable in class java.awt.geom.RoundRectIterator
-
- ctrlx -
Variable in class java.awt.geom.QuadCurve2D.Double
- The x coordinate of the control point of the quadratic curve
segment.
- ctrlx -
Variable in class java.awt.geom.QuadCurve2D.Float
- The x coordinate of the control point of the quadratic curve
segment.
- ctrlx1 -
Variable in class java.awt.geom.CubicCurve2D.Double
- The X coordinate of the first control point
of the cubic curve segment.
- ctrlx1 -
Variable in class java.awt.geom.CubicCurve2D.Float
- The X coordinate of the first control point
of the cubic curve segment.
- ctrlx2 -
Variable in class java.awt.geom.CubicCurve2D.Double
- The X coordinate of the second control point
of the cubic curve segment.
- ctrlx2 -
Variable in class java.awt.geom.CubicCurve2D.Float
- The X coordinate of the second control point
of the cubic curve segment.
- ctrly -
Variable in class java.awt.geom.QuadCurve2D.Double
- The y coordinate of the control point of the quadratic curve
segment.
- ctrly -
Variable in class java.awt.geom.QuadCurve2D.Float
- The y coordinate of the control point of the quadratic curve
segment.
- ctrly1 -
Variable in class java.awt.geom.CubicCurve2D.Double
- The Y coordinate of the first control point
of the cubic curve segment.
- ctrly1 -
Variable in class java.awt.geom.CubicCurve2D.Float
- The Y coordinate of the first control point
of the cubic curve segment.
- ctrly2 -
Variable in class java.awt.geom.CubicCurve2D.Double
- The Y coordinate of the second control point
of the cubic curve segment.
- ctrly2 -
Variable in class java.awt.geom.CubicCurve2D.Float
- The Y coordinate of the second control point
of the cubic curve segment.
- ctype -
Variable in class java.io.StreamTokenizer
-
- ctype -
Static variable in class java.util.regex.ASCII
-
- ctype -
Variable in class java.util.regex.Pattern.Ctype
-
- ctype -
Variable in class java.util.regex.Pattern.NotCtype
-
- cubic -
Variable in class java.awt.geom.CubicIterator
-
- curDesc -
Variable in class java.io.ObjectInputStream
- descriptor for current class (null if in readExternal())
- curDesc -
Variable in class java.io.ObjectOutputStream
- descriptor for current class (null if in writeExternal())
- curElem -
Variable in class javax.swing.text.html.HTMLEditorKit.LinkController
-
- curElemImage -
Variable in class javax.swing.text.html.HTMLEditorKit.LinkController
- If true, the current element (curElem) represents an image.
- curGet -
Variable in class java.io.ObjectInputStream
- current GetField object
- curObj -
Variable in class java.io.ObjectInputStream
- object currently being deserialized
- curObj -
Variable in class java.io.ObjectOutputStream
- object currently being serialized
- curOffset -
Variable in class javax.swing.text.html.HTMLEditorKit.LinkController
- Current offset.
- curPattern -
Variable in class org.apache.xalan.templates.TemplateList.TemplateWalker
-
- curPut -
Variable in class java.io.ObjectOutputStream
- current PutField object
- currGroup -
Static variable in class java.rmi.activation.ActivationGroup
- the current activation group for this VM
- currGroupID -
Static variable in class java.rmi.activation.ActivationGroup
- the current group's identifier
- currLength -
Variable in class javax.swing.text.AbstractWriter
-
- currSystem -
Static variable in class java.rmi.activation.ActivationGroup
- the current group's activation system
- currWriter -
Variable in class javax.swing.text.AbstractDocument
-
- currency -
Variable in class java.text.DecimalFormatSymbols
-
- currency -
Static variable in class java.text.LineBreakData
-
- currencyCode -
Variable in class java.util.Currency
- ISO 4217 currency code for this currency.
- currencySymbol -
Variable in class java.text.DecimalFormatSymbols
- String denoting the local currency, e.g. "$".
- current() -
Method in class java.awt.font.CharArrayIterator
- Gets the character at the current position (as returned by getIndex()).
- current() -
Method in class java.text.AttributedString.AttributedStringIterator
-
- current() -
Method in class java.text.BreakIterator
- Return character index of the text boundary that was most recently
returned by next(), previous(), first(), or last()
- current() -
Method in interface java.text.CharacterIterator
- Gets the character at the current position (as returned by getIndex()).
- current() -
Method in class java.text.RuleBasedBreakIterator.SafeCharIterator
-
- current() -
Method in class java.text.RuleBasedBreakIterator
- Returns the current iteration position.
- current() -
Method in class java.text.SimpleTextBoundary
- Return the boundary last returned by previous or next
- current() -
Method in class java.text.StringCharacterIterator
- Implements CharacterIterator.current() for String.
- current -
Variable in class java.util.HashMap.HashIterator
-
- current() -
Method in class javax.swing.text.ElementIterator
- Fetches the current Element.
- current() -
Method in class javax.swing.text.Segment
- Gets the character at the current position (as returned by getIndex()).
- current -
Variable in class org.apache.crimson.parser.SimpleHashtable
-
- current -
Variable in class org.apache.crimson.tree.TreeWalker
-
- currentBlockRemaining() -
Method in class java.io.ObjectInputStream.BlockDataInputStream
- If in block data mode, returns the number of unconsumed bytes
remaining in the current data block.
- currentBlockStartPos -
Variable in class javax.swing.text.html.parser.Parser
- The start position of the current block.
- currentBounds -
Variable in class javax.swing.DefaultDesktopManager
-
- currentBucket -
Variable in class org.apache.crimson.parser.SimpleHashtable
-
- currentCard -
Variable in class java.awt.CardLayout
-
- currentCellRenderer -
Variable in class javax.swing.plaf.basic.BasicTreeUI
- Renderer that is being used to do the actual cell drawing.
- currentCharacters -
Variable in class javax.swing.text.rtf.RTFParser
-
- currentClassLoader() -
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.
- currentClassLoader0() -
Method in class java.lang.SecurityManager
-
- currentColor -
Variable in class javax.swing.SwingGraphics
-
- currentContext -
Variable in class org.apache.xml.utils.NamespaceSupport2
-
- currentDirectory -
Variable in class javax.swing.JFileChooser
-
- currentDirectory -
Variable in class javax.swing.plaf.basic.BasicDirectoryModel.LoadFilesThread
-
- currentEnum -
Variable in class javax.swing.text.html.MuxingAttributeSet.MuxingAttributeNameEnumeration
- Enumeration from attrs.
- currentEvent -
Variable in class java.awt.EventQueue
- The modifiers field of the current event, if the current event is an
InputEvent or ActionEvent.
- currentFocusCycleRoot -
Static variable in class java.awt.KeyboardFocusManager
- The current focus cycle root.
- currentFont -
Variable in class javax.swing.SwingGraphics
-
- currentGroup() -
Static method in class java.rmi.activation.ActivationGroup
- Returns the current group for the VM.
- currentGroupID() -
Static method in class java.rmi.activation.ActivationGroup
- Returns the current activation group's identifier.
- currentImageGcPair -
Variable in class javax.swing.plaf.metal.MetalIconFactory.ImageCacher
-
- currentIndex -
Variable in class java.text.AttributedString.AttributedStringIterator
-
- currentIndex -
Variable in class java.text.RuleBasedBreakIterator.SafeCharIterator
-
- currentKey -
Variable in class java.util.WeakHashMap.HashIterator
- Strong reference needed to avoid disappearance of key
between nextEntry() and any use of the entry
- currentLAFState -
Static variable in class javax.swing.UIManager
-
- currentLAFStateThread -
Static variable in class javax.swing.UIManager
-
- currentLightweightRequests -
Static variable in class java.awt.KeyboardFocusManager
-
- currentLoadedClass() -
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.
- currentLoadedClass0() -
Method in class java.lang.SecurityManager
-
- currentLoc -
Variable in class javax.swing.DefaultDesktopManager
-
- currentManager -
Static variable in class javax.swing.KeyboardManager
-
- currentManager(Component) -
Static method in class javax.swing.RepaintManager
- Return the RepaintManager for the calling thread given a Component.
- currentManager(JComponent) -
Static method in class javax.swing.RepaintManager
- Return the RepaintManager for the calling thread given a JComponent.
- currentMode -
Variable in class javax.swing.colorchooser.DefaultHSBChooserPanel
-
- currentMouseX -
Variable in class javax.swing.plaf.basic.BasicScrollBarUI.TrackListener
-
- currentMouseX -
Variable in class javax.swing.plaf.basic.BasicSliderUI.TrackListener
-
- currentMouseY -
Variable in class javax.swing.plaf.basic.BasicScrollBarUI.TrackListener
-
- currentMouseY -
Variable in class javax.swing.plaf.basic.BasicSliderUI.TrackListener
-
- currentPadInsets -
Variable in class javax.swing.plaf.basic.BasicTabbedPaneUI
-
- currentParagraph -
Variable in class javax.swing.text.StyledEditorKit
-
- currentParagraphAttributes() -
Method in class javax.swing.text.rtf.RTFReader.AttributeTrackingDestination
- Calculates the current paragraph attributes (with keys
as given in StyleConstants) from the current parser state.
- currentParent -
Variable in class org.apache.xml.dtm.ref.DTMDocumentImpl
-
- currentPosition -
Variable in class java.util.StringTokenizer
-
- currentPosition -
Variable in class javax.swing.text.html.parser.Parser
-
- currentPosition -
Variable in class org.apache.xalan.templates.ElemNumber.NumberFormatStringTokenizer
- Current position in the format string
- currentPosition -
Variable in class org.apache.xalan.transformer.NumeratorFormatter.NumberFormatStringTokenizer
- Field holding the current position in the string
- currentRun -
Variable in class javax.swing.text.StyledEditorKit
-
- currentRunIndex -
Variable in class java.text.AttributedString.AttributedStringIterator
-
- currentRunLimit -
Variable in class java.text.AttributedString.AttributedStringIterator
-
- currentRunStart -
Variable in class java.text.AttributedString.AttributedStringIterator
-
- currentRuntime -
Static variable in class java.lang.Runtime
-
- currentSectionAttributes() -
Method in class javax.swing.text.rtf.RTFReader.AttributeTrackingDestination
- Calculates the current section attributes
from the current parser state.
- currentSegment(float[]) -
Method in class java.awt.Polygon.PolygonPathIterator
- Returns the coordinates and type of the current path segment in
the iteration.
- currentSegment(double[]) -
Method in class java.awt.Polygon.PolygonPathIterator
- Returns the coordinates and type of the current path segment in
the iteration.
- currentSegment(float[]) -
Method in class java.awt.geom.ArcIterator
- Returns the coordinates and type of the current path segment in
the iteration.
- currentSegment(double[]) -
Method in class java.awt.geom.ArcIterator
- Returns the coordinates and type of the current path segment in
the iteration.
- currentSegment(float[]) -
Method in class java.awt.geom.AreaIterator
-
- currentSegment(double[]) -
Method in class java.awt.geom.AreaIterator
-
- currentSegment(float[]) -
Method in class java.awt.geom.CubicIterator
- Returns the coordinates and type of the current path segment in
the iteration.
- currentSegment(double[]) -
Method in class java.awt.geom.CubicIterator
- Returns the coordinates and type of the current path segment in
the iteration.
- currentSegment(float[]) -
Method in class java.awt.geom.EllipseIterator
- Returns the coordinates and type of the current path segment in
the iteration.
- currentSegment(double[]) -
Method in class java.awt.geom.EllipseIterator
- Returns the coordinates and type of the current path segment in
the iteration.
- currentSegment(float[]) -
Method in class java.awt.geom.FlatteningPathIterator
- Returns the coordinates and type of the current path segment in
the iteration.
- currentSegment(double[]) -
Method in class java.awt.geom.FlatteningPathIterator
- Returns the coordinates and type of the current path segment in
the iteration.
- currentSegment(float[]) -
Method in class java.awt.geom.GeneralPathIterator
- Returns the coordinates and type of the current path segment in
the iteration.
- currentSegment(double[]) -
Method in class java.awt.geom.GeneralPathIterator
- Returns the coordinates and type of the current path segment in
the iteration.
- currentSegment(float[]) -
Method in class java.awt.geom.LineIterator
- Returns the coordinates and type of the current path segment in
the iteration.
- currentSegment(double[]) -
Method in class java.awt.geom.LineIterator
- Returns the coordinates and type of the current path segment in
the iteration.
- currentSegment(float[]) -
Method in interface java.awt.geom.PathIterator
- Returns the coordinates and type of the current path segment in
the iteration.
- currentSegment(double[]) -
Method in interface java.awt.geom.PathIterator
- Returns the coordinates and type of the current path segment in
the iteration.
- currentSegment(float[]) -
Method in class java.awt.geom.QuadIterator
- Returns the coordinates and type of the current path segment in
the iteration.
- currentSegment(double[]) -
Method in class java.awt.geom.QuadIterator
- Returns the coordinates and type of the current path segment in
the iteration.
- currentSegment(float[]) -
Method in class java.awt.geom.RectIterator
- Returns the coordinates and type of the current path segment in
the iteration.
- currentSegment(double[]) -
Method in class java.awt.geom.RectIterator
- Returns the coordinates and type of the current path segment in
the iteration.
- currentSegment(float[]) -
Method in class java.awt.geom.RoundRectIterator
- Returns the coordinates and type of the current path segment in
the iteration.
- currentSegment(double[]) -
Method in class java.awt.geom.RoundRectIterator
- Returns the coordinates and type of the current path segment in
the iteration.
- currentSequencedEvent -
Variable in class java.awt.KeyboardFocusManager
-
- currentSerialVersion -
Static variable in class java.awt.FlowLayout
-
- currentSerialVersion -
Static variable in class java.text.DecimalFormat
-
- currentSerialVersion -
Static variable in class java.text.DecimalFormatSymbols
-
- currentSerialVersion -
Static variable in class java.text.NumberFormat
-
- currentSerialVersion -
Static variable in class java.text.SimpleDateFormat
-
- currentSerialVersion -
Static variable in class java.util.Calendar
-
- currentSerialVersion -
Static variable in class java.util.SimpleTimeZone
-
- currentTabAreaInsets -
Variable in class javax.swing.plaf.basic.BasicTabbedPaneUI
-
- currentTemplateRuleIsNull() -
Method in class org.apache.xalan.transformer.TransformerImpl
- Tell if the current template rule is null, i.e. if we are
directly within an apply-templates.
- currentTextAttributes() -
Method in class javax.swing.text.rtf.RTFReader.AttributeTrackingDestination
- Calculates the current text (character) attributes in a form suitable
for SwingText from the current parser state.
- currentTheme -
Static variable in class javax.swing.plaf.metal.MetalLookAndFeel
-
- currentThread() -
Static method in class java.lang.Thread
- Returns a reference to the currently executing thread object.
- currentTimeMillis() -
Static method in class java.lang.System
- Returns the current time in milliseconds.
- currentValuePane -
Variable in class javax.swing.plaf.basic.BasicComboBoxUI
-
- currentViewPanel -
Variable in class javax.swing.plaf.metal.MetalFileChooserUI
-
- currentXORMode -
Variable in class javax.swing.SwingGraphics
-
- cursor -
Variable in class java.awt.Component
- The cursor displayed when pointer is over this component.
- cursor -
Variable in class java.awt.dnd.DragSourceContext
- The current drag cursor.
- cursor -
Variable in class java.util.AbstractList.Itr
- Index of element to be returned by subsequent call to next.
- cursor -
Variable in class java.util.regex.Pattern
- Index into the pattern string that keeps track of how much has been
parsed.
- cursorMapping -
Static variable in class javax.swing.plaf.metal.MetalRootPaneUI
- Maps from positions to cursor type.
- cursorMoved(RowSetEvent) -
Method in interface javax.sql.RowSetListener
- Notifies registered listeners that a
RowSet
object's
cursor has moved.
- cursorPosition -
Variable in class javax.swing.text.DefaultFormatter.ReplaceHolder
- Position the cursor should be adjusted from.
- cursorProperties -
Static variable in class java.awt.Cursor
-
- curveTo(float, float, float, float, float, float) -
Method in class java.awt.geom.GeneralPath
- Adds a curved segment, defined by three new points, to the path by
drawing a Bézier curve that intersects both the current
coordinates and the coordinates (x3, y3), using the
specified points (x1, y1) and (x2, y2) as
Bézier control points.
- curves -
Variable in class java.awt.geom.Area
-
- curves -
Variable in class java.awt.geom.AreaIterator
-
- curvesize -
Static variable in class java.awt.geom.GeneralPathIterator
-
- curx -
Variable in class java.awt.geom.FlatteningPathIterator
-
- cury -
Variable in class java.awt.geom.FlatteningPathIterator
-
- customMenuLocation -
Variable in class javax.swing.JMenu
-
- cut() -
Method in class javax.swing.JPasswordField
- Invokes
provideErrorFeedback
on the current
look and feel, which typically initiates an error beep.
- cut(int, int) -
Method in class javax.swing.text.JTextComponent.AccessibleJTextComponent
- Cuts the text between two indices into the system clipboard.
- cut() -
Method in class javax.swing.text.JTextComponent
- Transfers the currently selected range in the associated
text model to the system clipboard, removing the contents
from the model.
- cutAction -
Static variable in class javax.swing.TransferHandler
-
- cutAction -
Static variable in class javax.swing.text.DefaultEditorKit
- Name of the action to cut the selected region
and place the contents into the system clipboard.
- cv -
Static variable in class java.awt.geom.EllipseIterator
-
- cv -
Static variable in class java.awt.geom.RoundRectIterator
-
- cws -
Variable in class java.text.Bidi
-
- cyan -
Static variable in class java.awt.Color
- The color cyan.
- cycleFillRaster(int[], int, int, int, int, double, double, double) -
Method in class java.awt.GradientPaintContext
-
- cycleTime -
Variable in class javax.swing.plaf.basic.BasicProgressBarUI
- The number of milliseconds until the animation cycle repeats.
- cyclic -
Variable in class java.awt.GradientPaint
-
- cyclic -
Variable in class java.awt.GradientPaintContext
-
- cyclicReference -
Variable in class javax.swing.SpringLayout
-
- cyclicSprings -
Variable in class javax.swing.SpringLayout
-
DATALINK
.
DATE
.
get
and set
indicating the
day of the month.
get
and set
indicating the
day of the month.
get
and set
indicating the day
of the week.
get
and set
indicating the
ordinal number of the day of the week within the current month.
get
and set
indicating the day
number within the current year.
MONTH
field indicating the
twelfth month of the year.
DECIMAL
.
int
used by updateCurrentCursor()
indicating that the Cursor
should change
to the default (no drop) Cursor
.
CaretPolicy
is used when a policy is not specified
by the client.
Cursor.DEFAULT_CURSOR
.
JTextComponent
instances unless they
have had a different keymap set.
showConfirmDialog
.
desktop
system color.
ObjID
of
the distributed garbage collector.
HIERARCHY_CHANGED
event
was generated due to a change in the displayability
of the hierarchy.
DISTINCT
.
Component
that will represent the divider.
DocumentFragment
.
Document
.
DocumentType
.
DOM2DTM
class serves up a DOM's contents via the
DTM API.
DOUBLE
.
get
and set
indicating the
daylight savings offset in milliseconds.
DTM
is an XML document model expressed as a table
rather than an object tree. DTMConfigurationException
with no
detail mesage.
DTMConfigurationException
with
the String
specified as an error message.
DTMConfigurationException
with a
given Exception
base cause of the error.
DTMConfigurationException
with the
given Exception
base cause and detail message.
DTMDefaultBase
class serves as a helper base for DTMs.
DTMIterators
are used to step through a (possibly
filtered) set of nodes. DTMNodeIterator
gives us an implementation of the
DTMNodeIterator which returns DOM nodes.
DTMNodeList
gives us an implementation of the DOM's
NodeList interface wrapped around a DTM Iterator. DTMNodeProxy
presents a DOM Node API front-end to the DTM model.
DataBuffer
and stores data internally as bytes.
DataBuffer
with a single bank and the
specified size.
DataBuffer
with the specified number of
banks all of which are the specified size.
DataBuffer
with a single bank using the
specified array.
DataBuffer
with a single bank using the
specified array, size, and offset.
DataBuffer
with the specified arrays.
DataBuffer
with the specified arrays, size,
and offsets.
DataBuffer
and stores data internally
in double
form.double
-based DataBuffer
with a specified size.
double
-based DataBuffer
with a specified number of banks, all of which are of a
specified size.
double
-based DataBuffer
with the specified data array.
double
-based DataBuffer
with the specified data array.
double
-based DataBuffer
with the specified data arrays.
double
-based DataBuffer
with the specified data arrays, size, and per-bank offsets.
DataBuffer
and stores data internally
in float
form.float
-based DataBuffer
with a specified size.
float
-based DataBuffer
with a specified number of banks, all of which are of a
specified size.
float
-based DataBuffer
with the specified data array.
float
-based DataBuffer
with the specified data array.
float
-based DataBuffer
with the specified data arrays.
float
-based DataBuffer
with the specified data arrays, size, and per-bank offsets.
DataBuffer
and stores data internally
as integers.DataBuffer
with a single bank
and the specified size.
DataBuffer
with the specified number of
banks, all of which are the specified size.
DataBuffer
with a single bank using the
specified array.
DataBuffer
with a single bank using the
specified array, size, and offset.
DataBuffer
with the specified arrays.
DataBuffer
with the specified arrays, size,
and offsets.
DataBuffer
and stores data internally as shorts.DataBuffer
with a single bank and the
specified size.
DataBuffer
with the specified number of
banks all of which are the specified size.
DataBuffer
with a single bank using the
specified array.
DataBuffer
with a single bank using the
specified array, size, and offset.
DataBuffer
with the specified arrays.
DataBuffer
with the specified arrays, size,
and offsets.
DataBuffer
and stores data internally as
shorts. DataBuffer
with a single bank and the
specified size.
DataBuffer
with the specified number of
banks, all of which are the specified size.
DataBuffer
with a single bank
using the specified array.
DataBuffer
with a single bank
using the specified array, size, and offset.
DataBuffer
with the specified arrays.
DataBuffer
with specified arrays,
size, and offsets.
DataFlavor
.
DataFlavor
.
DataFlavor
that represents a Java class.
DataFlavor
that represents a
MimeType
.
DataFlavor
that represents a
MimeType
.
DataFlavor
from a mimeType
string.
DataInput
interface provides
for reading bytes from a binary stream and
reconstructing from them data in any of
the Java primitive types. DataOutput
interface provides
for converting data from any of the Java
primitive types to a series of bytes and
writing these bytes to a binary stream.
DataSource
object represents. DataTruncation
object
with the SQLState initialized
to 01004, the reason set to "Data truncation", the
vendorCode set to the SQLException default, and
the other fields set to the given values.
DatagramPacket
for receiving packets of
length length
, specifying an offset into the buffer.
DatagramPacket
for receiving packets of
length length
.
length
with offset ioffset
to the
specified port number on the specified host.
length
with offset ioffset
to the
specified port number on the specified host.
length
to the specified port number on the specified
host.
length
to the specified port number on the specified
host.
DATE
value. Date(long date)
Date
object using the given milliseconds
time value.
Date
represents a specific instant
in time, with millisecond precision.
Date
object and initializes it so that
it represents the time at which it was allocated, measured to the
nearest millisecond.
Date
object and initializes it to
represent the specified number of milliseconds since the
standard base time known as "the epoch", namely January 1,
1970, 00:00:00 GMT.
Calendar.set(year + 1900, month, date)
or GregorianCalendar(year + 1900, month, date)
.
Calendar.set(year + 1900, month, date,
hrs, min)
or GregorianCalendar(year + 1900,
month, date, hrs, min)
.
Calendar.set(year + 1900, month, date,
hrs, min, sec)
or GregorianCalendar(year + 1900,
month, date, hrs, min, sec)
.
DateFormat.parse(String s)
.
AttributedCharacterIterator
returned
from DateFormat.formatToCharacterIterator
and as
field identifiers in FieldPosition
.
DateFormatSymbols
is a public class for encapsulating
localizable date-time formatting data, such as the names of the
months, the names of the days of the week, and the time zone data.
InternationalFormatter
that does its
formatting by way of an instance of java.text.DateFormat
.
new DateFormatter(DateFormat.getDateInstance())
.
Format
instance.
DecimalFormat
is a concrete subclass of
NumberFormat
that formats decimal numbers. DecimalFormat
to format numbers. Button
component's data model.
JButtonModel
.
DefaultCellEditor
that uses a text field.
DefaultCellEditor
object that uses a check box.
DefaultCellEditor
object that uses a
combo box.
EditorDelegate
class.ColorSelectionModel
.DefaultColorSelectionModel
with the
current color set to Color.white
.
DefaultColorSelectionModel
with the
current color set to color
, which should be
non-null
.
Cursor
to use with a copy operation indicating
that a drop is currently allowed.
Cursor
to use with a copy operation indicating
that a drop is currently not allowed.
DesktopManager
.
DefaultFormatter
formats aribtrary objects. JFormattedTextField.AbstractFormatterFactory
.
DefaultFormatterFactory
with the specified
JFormattedTextField.AbstractFormatter
.
DefaultFormatterFactory
with the specified
JFormattedTextField.AbstractFormatter
s.
Cursor
to use with a link operation indicating
that a drop is currently allowed.
Cursor
to use with a link operation indicating
that a drop is currently not allowed.
java.util.Vector
API, in that it implements the 1.1.x version of
java.util.Vector
, has no collection class support,
and notifies the ListDataListener
s when changes occur.
Cursor
to use with a move operation indicating
that a drop is currently allowed.
Cursor
to use with a move operation indicating
that a drop is currently not allowed.
DefaultMutableTreeNode
is a general-purpose node in a tree data
structure.
JTable
.
DefaultTableCellRenderer
that
implements UIResource
.
JTable
.
TableModel
that
uses a Vector
of Vectors
to store the
cell value objects.
DefaultTableModel
which is a table of zero columns and zero rows.
DefaultTableModel
with
rowCount
and columnCount
of
null
object values.
DefaultTableModel
with as many columns
as there are elements in columnNames
and rowCount
of null
object values.
DefaultTableModel
with as many
columns as there are elements in columnNames
and rowCount
of null
object values.
DefaultTableModel
and initializes the table
by passing data
and columnNames
to the setDataVector
method.
DefaultTableModel
and initializes the table
by passing data
and columnNames
to the setDataVector
method.
TreeCellEditor
. DefaultTreeCellEditor
object for a JTree using the specified renderer and
a default editor.
DefaultTreeCellEditor
object for a JTree
using the
specified renderer and the specified editor.
TextField
used when no editor is supplied.
DefaultTreeCellEditor.DefaultTextField
object.
editingComponent
.EditorContainer
object.
Dialog
with
an empty title and the specified owner frame.
Dialog
with an empty title,
the specified owner frame and modality.
Dialog
with
the specified owner frame and title.
Dialog
with the
specified owner frame, title, and modality.
GraphicsConfiguration
.
Dialog
with the
specified owner dialog, title, and modality.
Dialog
with the
specified owner dialog, title, modality, and
GraphicsConfiguration
.
Dialog
class. Dictionary
class is the abstract parent of any
class, such as Hashtable
, which maps keys to values.
Dimension
class encapsulates the width and
height of a component (in integer precision) in a single object.
Dimension
with a width
of zero and a height of zero.
Dimension
whose width
and height are the same as for the specified dimension.
Dimension
and initializes
it to the specified width and specified height.
Dimension2D
class is to encapsulate a width
and a height dimension.
DirectColorModel
class is a ColorModel
class that works with pixel values that represent RGB
color and alpha information as separate samples and that pack all
samples for a single pixel into a single int, short, or byte quantity.
DirectColorModel
from the specified masks
that indicate which bits in an int
pixel representation
contain the red, green and blue color samples.
DirectColorModel
from the specified masks
that indicate which bits in an int
pixel representation
contain the red, green and blue color samples and the alpha sample,
if present.
DirectColorModel
from the specified
parameters.
DisplayMode
class encapsulates the bit depth, height,
width, and refresh rate of a GraphicsDevice
. AWTEventMulticaster
to implement efficient and
thread-safe multi-cast event dispatching for the drag-and-drop events defined
in the java.awt.dnd package.Document
is a container for text that serves
as the model for swing text components. DocumentFilter
, as the name implies, is a filter for the
Document
mutation methods. Double
class wraps a value of the primitive type
double
in an object. Double
object that
represents the primitive double
argument.
Double
object that
represents the floating-point value of type double
represented by the string.
DragGestureEvent
is passed
to DragGestureListener
's
dragGestureRecognized() method
when a particular DragGestureRecognizer
detects that a
platform dependent drag initiating gesture has occurred
on the Component
that it is tracking.DragGestureEvent
given the
DragGestureRecognizer
firing this event,
an int
representing
the user's preferred action, a Point
indicating the origin of the drag, and a List
of events that comprise the gesture.
DragGestureRecognizer
and is invoked
when an object of that (sub)class detects a drag initiating
gesture.
DragGestureRecognizer
is an
abstract base class for the specification
of a platform-dependent listener that can be associated with a particular
Component
in order to
identify platform-dependent drag initiating gestures.
DragGestureRecognizer
given the DragSource
to be used
in this Drag and Drop operation, the Component
this DragGestureRecognizer
should "observe"
for drag initiating gestures, the action(s) supported
for this Drag and Drop operation, and the
DragGestureListener
to notify
once a drag initiating gesture has been detected.
DragGestureRecognizer
given the DragSource
to be used in this
Drag and Drop
operation, the Component
this
DragGestureRecognizer
should "observe"
for drag initiating gestures, and the action(s)
supported for this Drag and Drop operation.
DragGestureRecognizer
given the DragSource
to be used
in this Drag and Drop operation, and
the Component
this
DragGestureRecognizer
should "observe" for drag initiating gestures.
DragGestureRecognizer
given the DragSource
to be used in this
Drag and Drop operation.
DragSource
is the entity responsible
for the initiation of the Drag
and Drop operation, and may be used in a number of scenarios:
1 default instance per JVM for the lifetime of that JVM.
DragSource
.
DragSourceContext
class is responsible for managing the
initiator side of the Drag and Drop protocol. DragSource
, this constructor creates a new
DragSourceContext
given the
DragSourceContextPeer
for this Drag, the
DragGestureEvent
that triggered the Drag, the initial
Cursor
to use for the Drag, an (optional)
Image
to display while the Drag is taking place, the offset
of the Image
origin from the hotspot at the instant of the
triggering event, the Transferable
subject data, and the
DragSourceListener
to use during the Drag and Drop
operation.
DragSourceDragEvent
is
delivered from the DragSourceContextPeer
,
via the DragSourceContext
, to the DragSourceListener
registered with that DragSourceContext
and with its associated
DragSource
.
DragSourceDragEvent
.
DragSourceDragEvent
given the specified
DragSourceContext
, user drop action, target drop action,
modifiers and coordinates.
DragSourceDropEvent
is delivered
from the DragSourceContextPeer
,
via the DragSourceContext
, to the dragDropEnd
method of DragSourceListener
s registered with that
DragSourceContext
and with its associated
DragSource
.
DragSourceDropEvent
for a drop,
given the
DragSourceContext
, the drop action,
and a boolean
indicating if the drop was successful.
DragSourceDropEvent
for a drop, given the
DragSourceContext
, the drop action, a boolean
indicating if the drop was successful, and coordinates.
DragSourceDropEvent
for a drag that does not result in a drop.
DragSourceDragEvent
and
DragSourceDropEvent
.
DragSourceEvent
given a specified DragSourceContext
.
DragSourceEvent
given a specified
DragSourceContext
, and coordinates of the cursor
location.
DragSourceListener
defines the
event interface for originators of
Drag and Drop operations to track the state of the user's gesture, and to
provide appropriate "drag over"
feedback to the user throughout the
Drag and Drop operation.DriverPropertyInfo
object with a name and value;
other members default to their initial values.
DropTarget
is associated
with a Component
when that Component
wishes
to accept drops during Drag and Drop operations.
Component
to associate itself with, an int
representing
the default acceptable action(s) to
support, a DropTargetListener
to handle event processing, a boolean
indicating
if the DropTarget
is currently accepting drops, and
a FlavorMap
to use (or null for the default FlavorMap
).
DropTarget
given the Component
to associate itself with, an int
representing
the default acceptable action(s)
to support, a DropTargetListener
to handle event processing, and a boolean
indicating
if the DropTarget
is currently accepting drops.
DropTarget
.
DropTarget
given the Component
to associate itself with, and the DropTargetListener
to handle event processing.
DropTarget
given the Component
to associate itself with, an int
representing
the default acceptable action(s) to support, and a
DropTargetListener
to handle event processing.
DropTargetContext
is created
whenever the logical cursor associated
with a Drag and Drop operation coincides with the visible geometry of
a Component
associated with a DropTarget
.
DropTargetContext
given a specified DropTarget
.
TransferableProxy
is a helper inner class that implements
Transferable
interface and serves as a proxy for another
Transferable
object which represents data transfer for
a particular drag-n-drop operation.
TransferableProxy
given
a specified Transferable
object representing
data transfer for a particular drag-n-drop operation and
a boolean
which indicates whether the
drag-n-drop operation is local (within the same JVM).
DropTargetDragEvent
is delivered to a
DropTargetListener
via its
dragEnter() and dragOver() methods.
DropTargetDragEvent
given the
DropTargetContext
for this operation,
the location of the "Drag" Cursor
's hotspot
in the Component
's coordinates, the
user drop action, and the source drop actions.
DropTargetDropEvent
is delivered
via the DropTargetListener
drop() method.
DropTargetDropEvent
given
the DropTargetContext
for this operation,
the location of the drag Cursor
's
hotspot in the Component
's coordinates,
the currently
selected user drop action, and the current set of
actions supported by the source.
DropTargetEvent
given the
DropTargetContext
for this operation,
the location of the drag Cursor
's hotspot
in the Component
's
coordinates, the currently selected user drop action,
the current set of actions supported by the source,
and a boolean
indicating if the source is in the same JVM
as the target.
DropTargetEvent
is the base
class for both the DropTargetDragEvent
and the DropTargetDropEvent
.
DropTargetEvent
with
a specified DropTargetContext
.
DropTargetListener
interface
is the callback interface used by the
DropTarget
class to provide
notification of DnD operations that involve
the subject DropTarget
. AlphaComposite
object that implements the opaque DST rule
with an alpha of 1.0f.
AlphaComposite
object that implements the opaque DST_ATOP rule
with an alpha of 1.0f.
AlphaComposite
object that implements the opaque DST_IN rule
with an alpha of 1.0f.
AlphaComposite
object that implements the opaque DST_OUT rule
with an alpha of 1.0f.
AlphaComposite
object that implements the opaque DST_OVER rule
with an alpha of 1.0f.
damageRange
method on each UI handled by this object.
damageRange
method on each UI handled by this object.
Color
that is a darker version of this
Color
.
TableModel
of the table.
Vector
of Vectors
of
Object
values.
String
to an integer and returns the
specified opaque Color
.
Font
that the str
argument describes.
String
into a Byte
.
String
into an Integer
.
String
into a Long
.
String
into a Short
.
application/x-www-form-urlencoded
string using a specific
encoding scheme.
String
native for use as a
DataFlavor
.
String
native for use as a Java MIME type.
AttributeList
.
Element
.
Entity
.
Entity
.
defaultCenturyStart
, which may be any date.
defaultConstraints
.
getColumnClass
in the TableModel
interface.
AbstractFormatter
to use if a more specific one has
not been specified.
HORIZONTAL
.
PageFormat
argument and alters the
clone to describe a default page size and orientation.
PageFormat
instance and
sets it to a default size and orientation.
TableColumn
does not define a headerRenderer
.
getColumnClass
in the TableModel
interface.
Element
which matches the
specified AttributeList
.
defineClass(String, byte[], int, int)
Element
which matches the
specified parameters.
remove(String)
and remove(int)
.
CellEditor
.
true
if and only if the operation succeeds.
StringBuffer
.
LineBreakMeasurer
after a single
character is deleted from the text, and sets the current
position to the beginning of the paragraph.
TextMeasurer
after a single character has
been deleted
from the paragraph currently represented by this
TextMeasurer
.
StringBuffer
(shortening the StringBuffer
by one character).
true
if
and only if the operation succeeds.
ResultSet
object
and from the underlying database.
MenuShortcut
object associated
with this menu item.
ResultSet.rowDeleted
.
dispatchEvent(AWTEvent e)
.
dispatchEvent(AWTEvent e)
ptSrc
and stores the result in ptDst
.
enqueueKeyEvents
with the same timestamp and Component.
DriverManager
's list.
Font
object by replicating this
Font
object and applying a new style and size.
Font
object by replicating this
Font
object and applying a new style and transform.
Font
object by replicating the current
Font
object and applying a new size to it.
Font
object by replicating the current
Font
object and applying a new transform to it.
Font
object by replicating the current
Font
object and applying a new style to it.
Font
object by replicating the current
Font
object and applying a new set of font attributes
to it.
DTMIterator
from the set which it iterated
over, releasing any computational resources and placing the iterator
in the INVALID state.
DTMIterator
from the set which it iterated
over, releasing any computational resources and placing the iterator
in the INVALID state.
DTMIterator
from the set which it iterated
over, releasing any computational resources and placing the iterator
in the INVALID state.
DTMIterator
from the set which it iterated
over, releasing any computational resources and placing the iterator
in the INVALID state.
JDialog
properly.
alive
to false.
die
to each subedit,
in the reverse of the order that they were added.
ch
in the
specified radix.
setEnabled(boolean)
.
setEnabled(boolean)
.
java.awt.Component.setEnable(boolean)
.
KeyboardFocusManager.setDefaultFocusTraversalPolicy(FocusTraversalPolicy)
enqueueKeyEvents
with the specified Component, or one of
its descendants.
this
editor from the specified
JSpinner
.
run()
method and notifies the
notifier (if any) when run()
returns.
dispatchEvent
if no other
KeyEventDispatcher in the dispatcher chain dispatched the KeyEvent, or
if no other KeyEventDispatchers are registered.
dispatchEvent
if no
other KeyEventDispatcher in the dispatcher chain dispatched the
KeyEvent, or if no other KeyEventDispatchers are registered.
JFormattedTextField.AbstractFormatter
to use for display.
Window
, its subcomponents, and all of its owned
children.
Graphics.dispose
.
Popup
may be holding onto.
Window
, we don't want to dispose it,
thus this method does nothing, instead use _dipose
which will handle the disposing.
Point2D
to
a specified point.
Point2D
to a
specified Point2D
.
Point2D
to a specified point.
Point2D
to a specified Point2D
.
space
between the two components
(divider won't get any extra space) based on the weighting.
INTERNAL_FRAME_CLOSING
event
and then performs the action specified by
the internal frame's default close operation.
setDoInput
method.
Container
.
setDoOutput
method.
e
contains
the location x
, y
.
icon
is an instance of
ImageIcon, and the image it contains is the same as image
.
getMaxRowSize
includes the SQL data types
LONGVARCHAR
and LONGVARBINARY
.
newCall
, invoke
, and done
), a
stub uses a single method, invoke(Remote, Method, Object[],
int)
, on the remote reference to carry out parameter
marshalling, remote method executing and unmarshalling of the return
value.
1.2 stubs are generated using rmic -v1.2
. By
default, rmic
generates stubs compatible with JDK1.1 and
the Java 2 SDK. The compatible stubs can also be generated using rmic
-vcompat
.
Byte
as a
double
.
double
value of this
Double
object.
double
value of this
Float
object.
Integer
as a
double
.
Long
as a
double
.
double
.
Short
as a
double
.
double
.
double
.
DragSourceDropEvent
by invoking
dragDropEnd
on listener-a and listener-b.
dragDropEnd
on the
DragSourceListener
s registered with this
DragSourceContext
and with the associated
DragSource
, and passes them the specified
DragSourceDropEvent
.
DragSourceDragEvent
by invoking
dragEnter
on listener-a and listener-b.
dragEnter
on the
DragSourceListener
s registered with this
DragSourceContext
and with the associated
DragSource
, and passes them the specified
DragSourceDragEvent
.
DropTarget
intercepts
dragEnter() notifications before the
registered DropTargetListener
gets them.
DropTarget
registered with this listener.
DropTarget
registered with this listener.
DragSourceEvent
by invoking
dragExit
on listener-a and listener-b.
dragExit
on the
DragSourceListener
s registered with this
DragSourceContext
and with the associated
DragSource
, and passes them the specified
DragSourceEvent
.
DropTarget
intercepts
dragExit() notifications before the
registered DropTargetListener
gets them.
DropTarget
registered with this listener.
DropTarget
registered with this listener.
DragGestureListener
associated with this DragGestureRecognizer
.
DragGestureRecognizer
has detected
a platform-dependent drag initiating gesture and
is notifying this listener
in order for it to initiate the action for the user.
DragSourceDragEvent
by invoking
dragMouseMoved
on listener-a and listener-b.
dragMouseMoved
on the
DragSourceMotionListener
s registered with the
DragSource
associated with this
DragSourceContext
, and them passes the specified
DragSourceDragEvent
.
DragSourceDragEvent
by invoking
dragOver
on listener-a and listener-b.
dragOver
on the
DragSourceListener
s registered with this
DragSourceContext
and with the associated
DragSource
, and passes them the specified
DragSourceDragEvent
.
DropTarget
intercepts dragOver() notifications before the
registered DropTargetListener
gets them.
DropTarget
registered with this listener.
DropTarget
registered with this listener.
DragSource
associated with this
DragGestureRecognizer
.
Shape
using the settings of the
current Graphics2D
context.
GraphicAttribute
at the specified
location.
TextLayout
at the specified location in
the specified Graphics2D
context.
Graphics.draw3DRect
.
Graphics.drawArc
.
Graphics.drawBytes
.
Graphics.drawChars
.
GlyphVector
using
the Graphics2D
context's rendering attributes.
BufferedImage
that is
filtered with a
BufferedImageOp
.
Graphics.drawImage
.
Graphics.drawImage
.
Graphics.drawImage
.
Graphics.drawImage
.
Graphics.drawImage
.
Graphics.drawImage
.
(x1, y1)
and (x2, y2)
in this graphics context's coordinate system.
Graphics.drawLine
.
Graphics.drawOval
.
Polygon
object.
Graphics.drawPolygon
.
Graphics.drawPolyline
.
Graphics.drawRect
.
RenderableImage
,
applying a transform from image space into user space before drawing.
RenderedImage
,
applying a transform from image
space into user space before drawing.
Graphics.drawRoundRect
.
String
, using the
current text attribute state in the Graphics2D
context.
String
,
using the current text attribute state in the Graphics2D
context.
Graphics2D
context's current Paint
.
Graphics2D
context's current Paint
.
Graphics.drawString
.
Graphics.drawString
.
g
at location (x,y)
just like g.drawString
would.
g
at location
(x
, y
)
just like g.drawString
would.
DropTarget
intercepts drop() notifications before the
registered DropTargetListener
gets them.
DropTarget
registered with this listener.
DragSourceDragEvent
by invoking
dropActionChanged
on listener-a and listener-b.
dropActionChanged
on the
DragSourceListener
s registered with this
DragSourceContext
and with the associated
DragSource
, and passes them the specified
DragSourceDragEvent
.
DropTarget
intercepts
dropActionChanged() notifications before the
registered DropTargetListener
gets them.
DragSource
that the drop transfer(s) are completed.
true
if the drop was successful.
DropTarget
associated with this component.
double
value that is closer than any other to
e, the base of the natural logarithms.
double
value that is closer than any other to
e, the base of the natural logarithms.
editable
.
Element
.
getFields
.
int
used by updateCurrentCursor()
indicating that the Cursor
has entered a DropTarget
.
Entity
.
EntityReference
.
EOFException
with null
as its error detail message.
EOFException
with the specified detail
message.
get
and set
indicating the
era, e.g., AD or BC in the Julian calendar.
Name
object for Extension-Name
manifest attribute
used for declaring dependencies on installed extensions.
Name
object for Extension-List
manifest attribute
used for declaring dependencies on installed extensions.
Name
object for Extension-Name
manifest attribute
used for declaring dependencies on installed extensions.
Cursor.E_RESIZE_CURSOR
.
Ellipse2D
class describes an ellipse that is defined
by a bounding rectangle.
Double
class defines an ellipse specified
in double
precision.Ellipse2D
, initialized to
location (0, 0) and size (0, 0).
Ellipse2D
from the
specified coordinates.
Float
class defines an ellipse specified
in float
precision.Ellipse2D
, initialized to
location (0, 0) and size (0, 0).
Ellipse2D
from the
specified coordinates.
Stack
class to indicate
that the stack is empty.EmptyStackException
with null
as its error message string.
Error
is a subclass of Throwable
that indicates serious problems that a reasonable application
should not try to catch. null
as its detail message.
Event
class is obsolete and is
available only for backwards compatilibility. Event
class is obsolete and is
available only for backwards compatilibility.
Event
class is obsolete and is
available only for backwards compatilibility.
Event
class is obsolete and is
available only for backwards compatilibility.
EventQueue
is a platform-independent class
that queues events, both from the underlying peer classes
and from trusted application classes.
Exception
and its subclasses are a form of
Throwable
that indicates conditions that a reasonable
application might want to catch.null
as its detail message.
ExceptionInInitializerError
with
null
as its detail message string and with no saved
throwable object.
ExceptionInInitializerError
class by
saving a reference to the Throwable
object thrown for
later retrieval by the ExceptionInInitializerError.getException()
method.
ExportException
is a RemoteException
thrown if an attempt to export a remote object fails. ExportException
with the specified
detail message.
ExportException
with the specified
detail message and nested exception.
org.apache.xalan.templates.StylesheetHandler
creates
an XPath
, the ExpressionVisitor
visits the XPath expression. ExtensionHandler
.JPasswordField
has a character
set for echoing.
row
and
column
, if the cell is editable.
row
and
column
, if the cell is editable.
JFormattedTextField.AbstractFormatter
to use for editing.
TextComponent
is editable.
editingContainer
.
editorComponent
.
Component
that is handling the editing.
UndoableEdit
s
undone/redone en masse by this CompoundEdit
.
tag
.
true
if the element is part of the DTD,
otherwise returns false
.
setEnabled(boolean)
.
setEnabled(boolean)
.
setEnabled(boolean)
.
setEnabled(boolean)
.
java.awt.Component.setEnable(boolean)
.
MenuItem
which desire to
have the specified event types delivered to processEvent
regardless of whether a listener is registered.
JComponent
constructor.
application/x-www-form-urlencoded
format using a specific encoding scheme.
DataFlavor
for use as a String
native.
String
native.
inProgress
to false.
Action
for moving the caret
to the end of the document.
endMode == DOW_IN_MONTH
endDay
indicates the day of the month of
endMonth
on which daylight
saving time ends, from 1 to 28, 30, or 31, depending on the
endMonth
.
Action
for moving the caret
to the end of a line.
Action
for moving the caret
to the end of a paragraph.
undoableEditHappened
in all listeners.
ensureFileIsVisible
method on each UI handled by this object.
Set
view of the mappings contained
in this RenderingHints
.
AlphaComposite
.
BasicStroke
by first testing if it is a BasicStroke
and then comparing
its width, join, cap, miter limit, dash, and dash phase attributes with
those of this BasicStroke
.
Color
.
Font
object to the specified
Object
.
Object
with this
RenderingHints
for equality.
Object
to this DataFlavor
for equality.
DataFlavor
to this DataFlavor
for
equality.
hashCode()
contract,
use isMimeTypeEqual(String)
instead.
MimeType
s are equal if their primary types,
subtypes, and parameters are all equal.
GlyphVector
exactly
equals this GlyphVector
.
ImageGraphicAttribute
to the specified
Object
.
ImageGraphicAttribute
to the specified
ImageGraphicAttribute
.
NumericShaper
and shapes identically to this one.
ShapeGraphicAttribute
to the specified
Object
.
ShapeGraphicAttribute
to the specified
ShapeGraphicAttribute
.
true
if the specified Object
is a
TextHitInfo
and equals this TextHitInfo
.
true
if the specified TextHitInfo
has the same charIndex
and isLeadingEdge
as this TextHitInfo
.
true
if the specified Object
is a
TextLayout
object and if the specified Object
equals this TextLayout
.
true
if the two layouts are equal.
true
if this AffineTransform
represents the same affine coordinate transform as the specified
argument.
Area
objects
are equal.
Object
is
equal to this Rectangle2D
.
Object
is an instance of
ColorModel
and if it equals this
ColorModel
.
Object
is an instance
of PackedColorModel
and equals this
PackedColorModel
.
true
if and only if the argument is not
null
and is a Boolean
object that
represents the same boolean
value as this object.
Subset
objects for equality.
Constructor
against the specified object.
Field
against the specified object.
Method
against the specified object.
MarshalledObject
to another object.
ObjID
for
equality.
UID
for
equality.
Timestamp
object is
equal to the given Timestamp
object.
Timestamp
object is
equal to the given object.
SimpleDateFormat
for
equality.
SimpleTimeZone
objects.
Stub.equals(java.lang.Object)
.
String
to another String
,
ignoring case considerations.
String
to another String
,
ignoring case considerations.
String
to another String
,
ignoring case considerations.
String
to another String
,
ignoring case considerations.
eventMask
is ONLY set by subclasses via
enableEvents
.
DragGestureRecognizer
"recognized" as a "gesture" that triggers a drag.
SQLException
that the driver will throw to the
application when an error occurs and the pooled connection is no
longer usable.
Area
to be the combined area
of its current shape and the shape of the specified Area
,
minus their intersection.
PreparedStatement
object,
which may be any kind of SQL statement.
RowSet
object with data.
PreparedStatement
object
and returns the ResultSet
object generated by the query.
ResultSet
object.
PreparedStatement
object,
which must be an SQL INSERT
, UPDATE
or
DELETE
statement; or an SQL statement that returns nothing,
such as a DDL statement.
INSERT
,
UPDATE
, or DELETE
statement or an
SQL statement that returns nothing, such as an SQL DDL statement.
Statement
object
should be made available for retrieval.
double
value.
double
value.
expandParentAndReceiver
on the parent,
and expands the receiver.
expandParentAndReceiver
on the parent,
and expands the receiver.
setExpandedState
is invoked,
will be a Stack
of Stack
s.
TreePath
to Boolean
indicating whether or not the
particular path is expanded.
Preferences.exportNode(OutputStream)
.
exportObject
method may be invoked explicitly
by an "activatable" object, that does not extend the
Activatable
class, in order to both a) register
the object's activation descriptor, constructed from the supplied
location
, and data
, with
the activation system (so the object can be activated), and
b) export the remote object, obj
, on a specific
port (if port=0, then an anonymous port is chosen).
exportObject
method may be invoked explicitly
by an "activatable" object, that does not extend the
Activatable
class, in order to both a) register
the object's activation descriptor, constructed from the supplied
location
, and data
, with
the activation system (so the object can be activated), and
b) export the remote object, obj
, on a specific
port (if port=0, then an anonymous port is chosen).
PortableRemoteObject.exportObject(java.rmi.Remote)
.
Preferences.exportSubtree(OutputStream)
.
newLead
the lead of the selection.
stringCoords
.
Boolean
object corresponding to the primitive
value false
.
MONTH
field indicating the
second month of the year.
get
and set
.
DestinationType
instance to use for
specifying print to file.
int
value representing the final
modifier.
ComponentOrienation
.
ComponentOrienation
.
GlyphVector
has
a complex glyph-to-char mapping (one that does not map glyphs to chars one-to-one in
strictly ascending or descending order matching the run direction).
GlyphVector
has
position adjustments.
GlyphVector
has
per-glyph transforms.
GlyphVector
has
a right-to-left run direction.
FLOAT
.
DAY_OF_WEEK
field indicating
Friday.
Field
provides information about, and dynamic access to, a
single field of a class or an interface. FieldPosition
is a simple class used by Format
and its subclasses to identify fields in formatted output. FieldPosition
object for the given field.
File
instance by converting the given
pathname string into an abstract pathname.
File
instance from a parent pathname string
and a child pathname string.
File
instance from a parent abstract
pathname and a child pathname string.
JFileChooser
.FileDialog
class displays a dialog window
from which the user can select a file.
FileFilter
is an abstract class that has no default
implementation. FileInputStream
obtains input bytes
from a file in a file system. FileInputStream
by
opening a connection to an actual file,
the file named by the path name name
in the file system.
FileInputStream
by
opening a connection to an actual file,
the file named by the File
object file
in the file system.
FileInputStream
by using the file descriptor
fdObj
, which represents an existing connection to an
actual file in the file system.
FileNotFoundException
with
null
as its error detail message.
FileNotFoundException
with the
specified detail message.
FileNotFoundException
with a detail message
consisting of the given pathname string followed by the given reason
string.
File
or to a FileDescriptor
. name
.
File
object.
File
object.
FilterInputStream
contains
some other input stream, which it uses as
its basic source of data, possibly transforming
the data along the way or providing additional
functionality. FilterInputStream
by assigning the argument in
to the field this.in
so as
to remember it for later use.
FlatteningPathIterator
class returns a flattened view of
another PathIterator
object. FlatteningPathIterator
object that
flattens a path as it iterates over it.
FlatteningPathIterator
object
that flattens a path as it iterates over it.
Float
class wraps a value of primitive type
float
in an object. Float
object that
represents the primitive float
argument.
Float
object that
represents the argument converted to type float
.
Float
object that
represents the floating-point value of type float
represented by the string.
FlowLayout
with a centered alignment and a
default 5-unit horizontal and vertical gap.
FlowLayout
with the specified
alignment and a default 5-unit horizontal and vertical gap.
FocusEvent
object with the
specified temporary state and opposite Component
.
FocusEvent
object and identifies
whether or not the change is temporary.
FocusEvent
object and identifies it
as a permanent change in focus.
Font
class represents fonts, which are used to
render text in a visible way.
Font
from the specified name, style and
point size.
Font
with the specified attributes.
Font
class to indicate
that the specified font is bad.FontMetrics
class defines a font metrics object, which
encapsulates information about the rendering of a particular font on a
particular screen.
FontMetrics
object for finding out
height and width information about the specified Font
and specific character glyphs in that Font
.
FontRenderContext
class is a container for the
information needed to correctly measure text. FontRenderContext
object.
FontRenderContext
object from an
optional AffineTransform
and two boolean
values that determine if the newly constructed object has
anti-aliasing or fractional metrics.
Format
is an abstract base class for formatting locale-sensitive
information such as dates, messages, and numbers.
AttributedCharacterIterator
returned
from Format.formatToCharacterIterator
and as
field identifiers in FieldPosition
.Format
implementations as they are formatting the Objects. Frame
is a top-level window with a title and a border.
Frame
that is
initially invisible.
Frame
with the specified
GraphicsConfiguration
of
a screen device.
Frame
object
with the specified title.
Frame
object
with the specified title and a
GraphicsConfiguration
.
Frame
class. expression
.
failure
callback is invoked when the RMI
runtime is unable to create a ServerSocket
via the
RMISocketFactory
.
float
component.
Shape
using the settings of the
Graphics2D
context.
Graphics.fill3DRect
.
Graphics.fillArc
.
Graphics.fillOval
.
Graphics.fillPolygon
.
Graphics.fillRect
.
Graphics.fillRoundRect
.
BufferedImage
and stores the results
in the destination BufferedImage
.
Raster
and stores the results in
the destination Raster
.
Raster
using the matrix specified in the
constructor.
BufferedImage
.
BufferedImage
.
Raster
.
RGBImageFilter.filterRGB
.
Font
object.
ColorModel
once this ColorModel
is no
longer referenced.
ColorModel
once this ColorModel
is no
longer referenced.
close
method of this file input stream is
called when there are no more references to it.
close
method of this file output stream is
called when there are no more references to this stream.
close
method of this ZIP file is
called when there are no more references to it.
ResultSet
column name to its
ResultSet
column index.
mnemonic
within string text
.
offset
matching
tag
.
KeyboardFocusManager.getFocusOwner()
.
frameName
.
substring
.
string
, starting at offset start
.
URL
objects
representing all the resources with the given name.
finishedPaintingChildren
method on each UI handled by this object.
AbstractListModel
subclasses must call this method
after
one or more elements of the list change.
AbstractListModel
subclasses must call this method
after
one or more elements are added to the model.
AbstractListModel
subclasses must call this method
after one or more elements are removed from the model.
PopupMenuListener
s that the popup portion of the
combo box has been canceled.
PopupMenuListeners
that this popup menu is
cancelled.
PopupMenuListener
s that the popup portion of the
combo box has become invisible.
PopupMenuListener
s that this popup menu will
become invisible.
PopupMenuListener
s that the popup portion of the
combo box will become visible.
PopupMenuListener
s that this popup menu will
become visible.
JList
ListSelectionListener
s that
the selection model has changed.
ChangeListener
's stateChanged
method.
ChangeEvent
s.
ChangeEvent
, whose source is this
JSpinner
, to each ChangeListener
.
ChangeEvent
, whose source is this tabbedpane,
to each listener.
ChangeListeners
when the views
size, position, or the viewports extent size has changed.
ChangeListener
's
stateChanged
method
[row, column]
has been updated.
TableModelListeners
that registered
themselves as listeners for this table model.
[firstRow, lastRow]
, inclusive, have been deleted.
[firstRow, lastRow]
, inclusive, have been inserted.
[firstRow, lastRow]
, inclusive, have been updated.
ListSelectionListeners
that the value
of the selection, in the closed interval firstIndex
,
lastIndex
, has changed.
ResultSet
object.
SUNDAY
,
MONDAY
, etc.
OutputProperties.loadPropertiesFile(java.lang.String, java.util.Properties)
.
Byte
as a
float
.
float
value of this
Double
object.
float
value of this Float
object.
Integer
as a
float
.
Long
as a
float
.
float
.
Short
as a
float
.
float
.
float
.
double
value that is not greater than the argument and
is equal to a mathematical integer.
double
value that is not greater than the argument and
is equal to a mathematical integer.
Preferences.flush()
.
flushBuffer
has been invoked.
WHEN_FOCUSED
bindings.
Font
from which the font metrics are
created.
null
indicates
font of renderer is to be used.
Font
Serializable Data Form.
NumberFormatException
given the specified input which caused the error.
Class
object associated with the class or
interface with the given string name.
Class
object associated with the class or
interface with the given string name, using the given class loader.
MessageFormat
's
pattern, with format elements replaced by the formatted objects, to the
provided StringBuffer
.
MessageFormat
's
pattern, with format elements replaced by the formatted objects, to the
provided StringBuffer
.
Date
into a date/time string and appends
the result to the given StringBuffer
.
AttributedCharacterIterator
.
AttributedCharacterIterator
.
MessageFormat
's pattern, producing an
AttributedCharacterIterator
.
AttributedCharacterIterator
.
DocumentEvent
to the child views
that need to be notified of the change to the model.
DocumentEvent
to the child views
that need to be notified of the change to the model.
DocumentEvent
to the give child view.
path
.
JFrame
properly.
Frame
's Serialized Data Version.
ColorSpace
as
float
components (no alpha).
StyleConstants
attribute value to
a CSS attribute value.
StyleConstants
attribute value to
a CSS attribute value.
StyleConstants
attribute value to
a CSS attribute value.
StyleConstants
attribute value to
a CSS attribute value.
StyleConstants
attribute value to
a CSS attribute value.
StyleConstants
attribute value to
a CSS attribute value.
StyleConstants
attribute value to
a CSS attribute value.
ColorSpace
as
float
components (no alpha).
GeneralPath
class represents a geometric path
constructed from straight lines, and quadratic and cubic
(Bézier) curves. GeneralPath
object.
GeneralPath
object with the specified
winding rule to control operations that require the interior of the
path to be defined.
GeneralPath
object with the specified
winding rule and the specified initial capacity to store path
coordinates.
GeneralPath
object with the specified
winding rule and the specified initial capacities to store point types
and coordinates.
GeneralPath
object from an arbitrary
Shape
object.
getLayoutInfo
instead.
getMinSize
instead.
GlyphJustificationInfo
class represents information
about the justification properties of a glyph. GlyphMetrics
class represents infomation for a
single glyph. GlyphMetrics
object.
GlyphMetrics
object.
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.
GradientPaint
class provides a way to fill
a Shape
with a linear color gradient pattern.
GradientPaint
object.
GradientPaint
object.
GradientPaint
object depending on the boolean
parameter.
GradientPaint
object depending on the boolean
parameter.
GraphicAttribute
.
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
object.
Graphics2D
class extends the
Graphics
class to provide more sophisticated
control over geometry, coordinate transformations, color management,
and text layout. Graphics2D
object.
GraphicsConfigTemplate
class is used to obtain a valid
GraphicsConfiguration
. GraphicsConfiguration
class describes the
characteristics of a graphics destination such as a printer or monitor.
GraphicsDevice
class describes the graphics devices
that might be available in a particular graphics environment. GraphicsEnvironment
class describes the collection
of GraphicsDevice
objects and Font
objects
available to a Java(tm) application on a particular platform.
GregorianCalendar
is a concrete subclass of
Calendar
and provides the standard calendar used by most of the world.
GridBagConstraints
class specifies constraints
for components that are laid out using the
GridBagLayout
class.GridBagConstraint
object with
all of its fields set to their default value.
GridBagConstraints
object with
all of its fields set to the passed-in arguments.
GridBagLayout
class is a flexible layout
manager that aligns components vertically and horizontally,
without requiring that the components be of the same size.
GridLayout
class is a layout manager that
lays out a container's components in a rectangular grid.
ElementSpecs
in parseBuffer to position future inserts into the body.
Field
, on
the specified object.
Preferences.get(String,String)
.
key
, messaging the
parent ActionMap
if the binding is not locally defined.
keyStroke
, messaging the
parent InputMap
if the binding is not locally defined.
AWTEventListener
s
registered on this toolkit.
AWTEventListener
s
registered on this toolkit which listen to all of the event
types indicates in the eventMask
argument.
AWTKeyStroke
that represents a KEY_TYPED
event for the
specified character.
AWTKeyStroke
,
given a Character object and a set of modifiers.
AWTKeyStroke
,
given a numeric key code and a set of modifiers, specifying
whether the key is activated when it is pressed or released.
AWTKeyStroke
,
given a numeric key code and a set of modifiers.
AWTKeyStroke
.
AWTKeyStroke
which represents the
stroke which generated a given KeyEvent
.
KeyStroke
which serves as an accelerator
for the menu item.
AcceptAll
file filter.
getAcceptAllFileFilter
method on each UI handled by this object.
AccessibleAction
associated with this
object if one exists.
Accessible
child,
if one exists, contained at the local
coordinate Point
.
Accessible
child, if one exists,
contained at the local coordinate Point
.
Accessible
child contained at the local
coordinate Point
, if one exists.
Accessible
child, if one exists,
contained at the local coordinate Point
.
Accessible
child, if one exists,
contained at the local coordinate Point
.
Accessible
child contained at
the local coordinate Point
, if one exists.
Accessible
child contained at
the local coordinate Point
, if one exists.
Accessible
child, if one exists,
contained at the local coordinate Point
.
Accessible
child, if one exists,
contained at the local coordinate Point
.
Accessible
child, if one exists,
contained at the local coordinate Point
.
Accessible
child contained at the
local coordinate Point
, if one exists.
Accessible
child of the object.
Accessible
child of the object.
Accessible
child of the object.
Accessible
child of the object.
Accessible
child of the
object.
Accessible
child of the object.
i
th Accessible
child of the object.
getAccessibleChild
method on each UI handled by this object.
getAccessibleChild
method on each UI handled by this object.
getAccessibleChild
method on each UI handled by this object.
getAccessibleChild
method on each UI handled by this object.
getAccessibleChild
method on each UI handled by this object.
getAccessibleChild
method on each UI handled by this object.
getAccessibleChild
method on each UI handled by this object.
getAccessibleChild
method on each UI handled by this object.
getAccessibleChild
method on each UI handled by this object.
getAccessibleChild
method on each UI handled by this object.
getAccessibleChild
method on each UI handled by this object.
getAccessibleChild
method on each UI handled by this object.
getAccessibleChild
method on each UI handled by this object.
getAccessibleChild
method on each UI handled by this object.
getAccessibleChild
method on each UI handled by this object.
getAccessibleChild
method on each UI handled by this object.
getAccessibleChild
method on each UI handled by this object.
getAccessibleChild
method on each UI handled by this object.
getAccessibleChild
method on each UI handled by this object.
getAccessibleChild
method on each UI handled by this object.
getAccessibleChild
method on each UI handled by this object.
getAccessibleChild
method on each UI handled by this object.
getAccessibleChild
method on each UI handled by this object.
getAccessibleChild
method on each UI handled by this object.
getAccessibleChild
method on each UI handled by this object.
getAccessibleChild
method on each UI handled by this object.
getAccessibleChild
method on each UI handled by this object.
getAccessibleChild
method on each UI handled by this object.
getAccessibleChild
method on each UI handled by this object.
getAccessibleChild
method on each UI handled by this object.
getAccessibleChildrenCount
method on each UI handled by this object.
getAccessibleChildrenCount
method on each UI handled by this object.
getAccessibleChildrenCount
method on each UI handled by this object.
getAccessibleChildrenCount
method on each UI handled by this object.
getAccessibleChildrenCount
method on each UI handled by this object.
getAccessibleChildrenCount
method on each UI handled by this object.
getAccessibleChildrenCount
method on each UI handled by this object.
getAccessibleChildrenCount
method on each UI handled by this object.
getAccessibleChildrenCount
method on each UI handled by this object.
getAccessibleChildrenCount
method on each UI handled by this object.
getAccessibleChildrenCount
method on each UI handled by this object.
getAccessibleChildrenCount
method on each UI handled by this object.
getAccessibleChildrenCount
method on each UI handled by this object.
getAccessibleChildrenCount
method on each UI handled by this object.
getAccessibleChildrenCount
method on each UI handled by this object.
getAccessibleChildrenCount
method on each UI handled by this object.
getAccessibleChildrenCount
method on each UI handled by this object.
getAccessibleChildrenCount
method on each UI handled by this object.
getAccessibleChildrenCount
method on each UI handled by this object.
getAccessibleChildrenCount
method on each UI handled by this object.
getAccessibleChildrenCount
method on each UI handled by this object.
getAccessibleChildrenCount
method on each UI handled by this object.
getAccessibleChildrenCount
method on each UI handled by this object.
getAccessibleChildrenCount
method on each UI handled by this object.
getAccessibleChildrenCount
method on each UI handled by this object.
getAccessibleChildrenCount
method on each UI handled by this object.
getAccessibleChildrenCount
method on each UI handled by this object.
getAccessibleChildrenCount
method on each UI handled by this object.
getAccessibleChildrenCount
method on each UI handled by this object.
getAccessibleChildrenCount
method on each UI handled by this object.
Accessible
at a given (row, column).
AccessibleTable
.
AccessibleComponent
associated
with this object if one exists.
AccessibleComponent
associated with
this object if one exists.
AccessibleComponent
associated with
this object if one exists.
AccessibleContext
associated with
this Button
.
AccessibleContext
associated with this
Choice
.
AccessibleContext
associated
with this Component
.
AccessibleContext
associated with this
List
.
AccessibleContext
associated with
this MenuComponent
.
AccessibleContext
associated with this
PopupMenu
.
AccessibleContext
associated with this
Scrollbar
.
AccessibleContext
associated with
this TextArea
.
AccessibleContext
associated with this
JButton
.
AccessibleContext
associated with this
JComponent
.
AccessibleContext
associated with this
JDesktopPane
.
AccessibleContext
associated with this
JInternalFrame
.
AccessibleContext
associated with this
JMenuItem
.
AccessibleContext
associated with this JOptionPane.
AccessibleContext
associated with this
JPasswordField
.
AccessibleContext
associated with this
JProgressBar
.
AccessibleContext
associated with this
JRootPane
.
AccessibleContext
associated with this
component.
AccessibleContext
associated with this
JTextField
.
AccessibleContext
associated with this
JTextComponent
.
Accessible
parent of this object.
Accessible
parent of this object.
Accessible
parent of this object.
Accessible
at a specified row and column in the table.
AccessibleTable
.
AccessibleSelection
associated with this
object which allows its Accessible
children to be selected.
Accessible
representing the specified
selected child in the object.
AccessibleSelection
associated with
this object.
AccessibleSelection
associated with
this object if one exists.
Accessible
representing the
specified selected child in the object.
Accessible
children currently selected.
Accessible
children
currently selected.
AccessibleTable
associated with this
object.
AccessibleText
associated with this
object if one exists.
AccessibleValue
associated with this
object.
AccessibleValue
associated with this object.
AccessibleValue
associated with
this object if one exists.
Action
for this
ActionEvent
source, or null
if no Action
is set.
Action
for this
ActionEvent
source, or null
if no
Action
is set.
Action
for this
ActionEvent
source, or null
if no Action
is set.
ActionListener
s added
to this AbstractButton with addActionListener().
DefaultButtonModel
.
ActionListener
s added
to this JComboBox with addActionListener().
ActionListener
s added
to this JTextField with addActionListener().
ActionMap
used to determine what
Action
to fire for particular KeyStroke
binding.
ActionMap
.
b
.
Action
s.
getSupportsIncrement
returns true, this returns
two Actions suitable for incrementing/decrementing the value.
id
.
id
.
path
,
or null
if none found
InetAddress
object.
InetAddress
object.
InetAddress
object.
InetAddress
.
Adjustable
object where this event originated.
ScrollPaneAdjustable
.
AdjustmentListener
s added
to this JScrollBar with addAdjustmentListener().
GraphicAttribute
.
ImageGraphicAttribute
.
ShapeGraphicAttribute
.
TextLayout
.
start
and including characters up to limit
.
GraphicAttribute
.
Container.getAlignmentX
to return
the vertical alignment.
Container.getAlignmentY
to return
the horizontal alignment.
GraphicsEnvironment
.
JInternalFrames
currently displayed in the
desktop.
JInternalFrames
currently displayed in the
specified layer of the desktop.
allowUserInteraction
field for
this object.
AlphaComposite
.
int
pixel
representation contain the alpha component.
WritableRaster
representing the alpha
channel for BufferedImage
objects
with ColorModel
objects that support a separate
spatial alpha channel, such as ComponentColorModel
and
DirectColorModel
.
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.
Raster
representing the alpha channel of an image,
extracted from the input Raster
.
WritableRaster
representing the alpha channel of
an image, extracted from the input WritableRaster
.
comp
in the
component hierarchy and returns the first object of name
it
finds.
comp
in the
component hierarchy and returns the first object of class c
it
finds.
addSelectionModel
or setSelectionInterval
call.
ApproveButton
in the
FileChooserUI
.
getApproveButtonText
method on each UI handled by this object.
ApproveButton
.
OPEN
,
CHORD
, or PIE
.
x
, y
.
ARRAY
value designated
by this
Array
object in the form of an array in the Java
programming language.
ARRAY
value designated by this
Array
object.
ARRAY
value designated by this Array
object, beginning with the
specified index
and containing up to count
successive elements of the SQL array.
ARRAY
value
designated by this Array
object, beginning with the specified
index
and containing up to count
successive elements of the SQL array.
ARRAY
parameter as an
Array
object in the Java programming language.
ARRAY
parameter as an
Array
object in the Java programming language.
ResultSet
object as an Array
object
in the Java programming language.
ResultSet
object as an Array
object
in the Java programming language.
Font
described by this FontMetrics
object.
GraphicAttribute
.
ImageGraphicAttribute
.
ShapeGraphicAttribute
.
TextLayout
.
CLOB
value designated by this Clob
object as an ascii stream.
ResultSet
object as
a stream of ASCII characters.
ResultSet
object as a stream of
ASCII characters.
index
.
index
.
CSS.Attribute
object.
Attr
node by local name and namespace URI.
id
.
Font
.
Struct
object represents.
Struct
object represents.
Manifest
Attributes
for this
entry, or null
if none.
index
.
AttributeSet
s multiplexing too.
ActionMap
.
URL
.
Connection
object.
Insets
describing
the autoscrolling region or border relative
to the geometry of the implementing Component.
autoscrolls
property.
null
).
Font
.
GraphicsEnvironment
.
GraphicsEnvironment
.
index
.
attr
.
Array
object.
Array
object.
Ref
object references.
TextLayout
.
TextLayout
.
SplitPaneUI
the receiver is currently
in.
GraphicsConfigTemplate
.
GraphicsConfigTemplate
.
getBigDecimal(int parameterIndex)
or getBigDecimal(String parameterName)
NUMERIC
parameter as a
java.math.BigDecimal
object with as many digits to the
right of the decimal point as the value contains.
NUMERIC
parameter as a
java.math.BigDecimal
object with as many digits to the
right of the decimal point as the value contains.
ResultSet
object as a
java.math.BigDecimal
with full precision.
ResultSet
object as a
java.math.BigDecimal
with full precision.
BLOB
value designated by this
Blob
instance as a stream.
ResultSet
object as a binary stream of
uninterpreted bytes.
ResultSet
object as a stream of uninterpreted
byte
s.
x
th pixel of a scanline.
BLOB
parameter as a
Blob
object in the Java programming language.
BLOB
parameter as a
Blob
object in the Java programming language.
ResultSet
object as a Blob
object
in the Java programming language.
ResultSet
object as a Blob
object
in the Java programming language.
Scrollable
object.
ColorSpace
, sRGB.
ColorSpace
, sRGB.
ColorSpace
, sRGB.
ColorSpace
, sRGB.
int
pixel
representation contain the blue color component.
true
if and only if the system property
named by the argument exists and is equal to the string
"true"
.
boolean
.
boolean
field.
BIT
parameter as a
boolean
in the Java programming language.
BIT
parameter as a
boolean
in the Java programming language.
ResultSet
object as
a boolean
in the Java programming language.
ResultSet
object as
a boolean
in the Java programming language.
Preferences.getBoolean(String,boolean)
.
key
is boolean, return the
boolean value, otherwise return false.
key
for the given Locale
is boolean, return the boolean value, otherwise return false.
Locale
.
null
if no
border is currently set.
key
is a Border
return it,
otherwise return null
.
key
for the given Locale
is a Border
return it, otherwise return null
.
JComponent.getBorder
to
returns the current border.
Insets
instance where the top
, left
,
bottom
, and
right
fields are set to 0
.
getBounds()
.
Rectangle
object.
GraphicsConfiguration
in the device coordinates.
Rectangle
object.
Polygon
.
Rectangle
of this Rectangle
.
Rectangle
that completely encloses the
Shape
.
Rectangle2D
that encloses all of the
bits drawn by this GraphicAttribute
relative to the
rendering position.
Rectangle2D
that encloses all of the
bits rendered by this ImageGraphicAttribute
, relative
to the rendering position.
Rectangle2D
that encloses all of the
bits drawn by this ShapeGraphicAttribute
relative to
the rendering position.
TextLayout
.
Rectangle
that completely encloses
this Area
.
Line2D
.
QuadCurve2D
.
Shape
.
rv
and returns rv
.
Rectangle
enclosing the label portion
into which the item identified by path
will be drawn.
row
by reference in
placeIn
.
Shape
.
Shape
than the getBounds
method.
Rectangle2D
that
completely encloses this Area
.
Ellipse2D
.
Ellipse2D
.
Line2D
.
Line2D
.
QuadCurve2D
.
QuadCurve2D
.
Rectangle2D
.
Rectangle2D
.
Rectangle2D
.
RoundRectangle2D
.
RoundRectangle2D
.
index
.
r
and returns r
.
GraphicsConfiguration
.
index
.
BufferedImageOp
.
InetAddress
object given the raw IP address .
byte
.
byte
field.
TINYINT
parameter
as a byte
in the Java programming language.
TINYINT
parameter as a byte
in the Java programming language.
ResultSet
object as
a byte
in the Java programming language.
ResultSet
object as
a byte
in the Java programming language.
Preferences.getByteArray(String,byte[])
.
getBytes()
method, which uses the platform's default
charset.
BLOB
value that this Blob
object represents, as an array of
bytes.
BINARY
or
VARBINARY
parameter as an array of byte
values in the Java programming language.
BINARY
or VARBINARY
parameter as an array of byte
values in the Java
programming language.
ResultSet
object as
a byte
array in the Java programming language.
ResultSet
object as
a byte
array in the Java programming language.
DateFormat
is associated with,
or if the Format
is not a DateFormat
Calendar.getInstance
is returned.
Calendar
field associated with this
attribute.
Calendar
field that is added to or subtracted from
by the nextValue
and previousValue
methods.
hit
.
hit
.
Shape
representing the caret at the specified
hit inside the specified bounds.
Shape
representing the caret at the specified
hit inside the natural bounds of this TextLayout
.
Connection
object's current catalog name.
String
that this database uses as the
separator between a catalog and table name.
IOException
that terminated the print job).
null
if the
cause is nonexistent or unknown.
Throwable
instance wrapped in this UndeclaredThrowableException
,
which may be null).
null
if the
cause is nonexistent or unknown.
JList
coordinates.
index
is not valid.
getCellBounds
method on each UI handled by this object.
row
and column
.
TableCellEditor
used by the
JTable
to edit values for this column.
CellEditorListener
s added
to this AbstractCellEditor with addCellEditorListener().
CellEditorListener
s added
to this DefaultTreeCellEditor with addCellEditorListener().
CellEditor
to
the delegate
.
row
and column
.
TreeCellRenderer
that is rendering each cell.
TableCellRenderer
used by the
JTable
to draw
values for this column.
Shape
in double
precision.
Shape
in double
precision.
Certificate
objects for this entry, or
null
if none.
ChangeListener
s added
to this AbstractButton with addChangeListener().
ChangeListener
s added
to this AbstractSpinnerModel with addChangeListener().
DefaultBoundedRangeModel
.
DefaultButtonModel
.
DefaultSingleSelectionModel
.
ChangeListener
s added
to this progress bar with addChangeListener
.
ChangeListener
s added
to this JSlider with addChangeListener().
ChangeListener
s added
to this JSpinner with addChangeListener().
ChangeListener
s added
to this JTabbedPane
with addChangeListener
.
ChangeListener
s added
to this JViewport with addChangeListener().
ChangeListener
s added
to this MenuSelectionManager with addChangeListener().
ChangeListener
s added
to this DefaultColorSelectionModel
with
addChangeListener
.
ChangeListener
s added
to this NamedStyle with addChangeListener().
ChangeListener
s added
to this StyleContext with addChangeListener().
getChanged()
.
FileChannel
object associated with this file input stream.
FileChannel
object associated with this file output stream.
FileChannel
object associated with this file.
DatagramChannel
object
associated with this datagram socket, if any.
ServerSocketChannel
object
associated with this socket, if any.
SocketChannel
object associated with this socket, if any.
FileChannel
object associated with this file input stream.
FileChannel
object associated with this file output stream.
char
.
char
or of another primitive type convertible to
type char
via a widening conversion.
aChar
.
null
.
TextLayout
.
index
.
CLOB
value designated by this Clob
object as a java.io.Reader
object (or as a stream of
characters).
ResultSet
object as a
java.io.Reader
object.
ResultSet
object as a
java.io.Reader
object.
dst
.
index
, or null
if index
isn't a valid index.
parent
at index index
in the parent's
child array.
aChild
, which must be a child of this node.
TreeNode
at index
childIndex
.
TreeNode
at index
childIndex
.
null
if the child for index
has not yet been created (expanded).
aChild
, which must be a child of this node.
TreeNode
's
receiver contains.
parent
.
TreeNode
s the receiver
contains.
selector
.
selector
.
getPath
at the locations specified by
getChildIndices
.
RMIClassLoader.getClassAnnotation(Class)
.
RMIClassLoader.getClassLoader(String)
.
null
).
Class
objects representing all
the public classes and interfaces that are members of the class
represented by this Class
object.
HashTable
containing all of the
key/value "client properties" for this component.
Graphics.getClip
.
Graphics.getClipBounds
.
getClipBounds()
.
CLOB
parameter as a
Clob
object in the Java programming language.
CLOB
parameter as a
Clob
object in the Java programming language.
ResultSet
object as a Clob
object
in the Java programming language.
ResultSet
object as a Clob
object
in the Java programming language.
getClosestPathForLocation
method on each UI handled by this object.
x
.
Util.getCodebase(java.lang.Class)
.
key
is a Color
return it,
otherwise return null
.
key
for the given Locale
is a Color
return it, otherwise return null
.
string
starting
at index[0]
.
float
array containing only the color
components of the Color
, in the
ColorSpace
of the Color
.
float
array containing only the color
components of the Color
in the
ColorSpace
specified by the cspace
parameter.
ColorModel
used to display
the component on the output device.
ColorModel
associated with this
GraphicsConfiguration
.
ColorModel
associated with this
GraphicsConfiguration
that supports the specified
transparency.
ColorModel
of the output.
ColorModel
.
ColorSpace
of this Color
.
ColorSpace
associated with this
ColorModel
.
TableColumn
object for the column in the table
whose identifier is equal to identifier
, when compared using
equals
.
TableColumn
object for the column
at columnIndex
.
TableColumn
object for the column at
columnIndex
.
column
.
Object.class
regardless of columnIndex
.
ResultSet.getObject
is called to retrieve a value
from the column.
ResultSet
object.
tableColumns
array.
JViewport
object that is the column header.
tableColumns
array whose identifier is equal to identifier
,
when compared using equals
.
identifier
,
when compared using equals
.
x
,
or -1 if no column covers this point.
xPosition
;
or -1 if it lies outside the any of the column's bounds.
TableColumn
.
TableColumnModel
that contains all column information
of this table.
TableColumnModel
that contains all column information
of this table header.
column
.
columnIndex
.
getColumnNumber
returns the column number of the
node.
TextField
.
Enumeration
of all the columns in the model.
Enumeration
of all the columns in the model.
RowSet
object's command property.
JFormattedTextField
.
Component
associated
with this DragGestureEvent
.
Component
that is to be "observed" by the
DragGestureRecognizer
for drag initiating gestures.
Component
associated with this
DragSourceContext
.
Component
associated
with this DropTarget
.
Component
associated with
this DropTargetContext
.
InputMap
was created for.
java.awt.Component
used to
paint this MenuElement
.
MenuElement
.
java.awt.Component
used to paint
this object.
JPopupMenu
component.
Component
returned from
createComponent
that will hold the Popup
.
index
.
getComponent(int i)
getComponent(int i)
Class
representing the component type of an
array.
float
array containing the color and alpha
components of the Color
, in the
ColorSpace
of the Color
.
float
array containing the color and alpha
components of the Color
, in the
ColorSpace
specified by the cspace
parameter.
ColorModel
.
ColorModel
.
ColorModel
.
ColorModel
.
ColorModel
.
ColorModel
.
ColorModel
.
ColorModel
.
Composite
in the
Graphics2D
context.
ResultSet
object.
GraphicsConfiguration
objects associated with this GraphicsDevice
.
Connection
object
that produced this Statement
object.
DataSource
object represents.
DataSource
object represents.
Connection
object that is a handle
for the physical connection that
this PooledConnection
object represents.
Connection
object that was passed to this
RowSet
object.
Constructor
object that reflects the specified
public constructor of the class represented by this Class
object.
Constructor
objects reflecting
all the public constructors of the class represented by this
Class
object.
content-encoding
header field.
content-length
header field.
contentPane
object for this dialog.
contentPane
object for this frame.
Container
which is the contentPane
for this window.
content-type
header field.
controlButtonsAreShown
property.
Action
that behaves like a 'copy' operation.
Component
at the specified corner.
RepaintManager
created the double buffer image from the component.
LookAndFeel
class that implements
the default cross platform look and feel -- the Java
Look and Feel (JLF).
double
precision.
double
precision.
double
precision.
double
precision.
double
precision.
double
precision.
getSelectedCheckbox()
.
Number
.
Transferable
operand of this operation.
DataFlavor
s from the
DropTargetContext
.
Transferable
operand
as a java.util.List
.
DataFlavor
s
as a java.util.List
DataFlavor
s as a java.util.List
.
EventQueue
associated with the calling thread.
KeyboardFocusManager
instance
for the calling thread's context.
Point2D
object.
Cursor
of this object.
Cursor
of this object.
Cursor
.
Cursor
of this object.
ResultSet
object.
Component.getCursor()
.
Action
that behaves like a 'cut' operation.
name
.
BufferedImage
.
double
data array.
float
data array.
DataBuffer
.
data
.
int
in this
ColorModel
, given an array of unnormalized color/alpha
components.
int
in this
ColorModel
, given an array of normalized color/alpha
components.
ColorModel
,
given an array of unnormalized color/alpha components.
int
in this
ColorModel
, given an array of normalized color/alpha
components.
int
in this
ColorModel
, given an array of unnormalized color/alpha
components.
ColorModel
given an array of unnormalized
color/alpha components.
ColorModel
, given an integer pixel representation in
the default RGB color model.
ColorModel
, given an array of unnormalized color/alpha
components.
ColorModel
, given an array of normalized color/alpha
components.
ColorModel
, given an integer pixel representation
in the default RGB color model.
ColorModel
, given an array of unnormalized color/alpha
components.
ColorModel
, given an array of normalized color/alpha
components.
TransferType
.
ColorModel
, given an integer pixel representation in the
default RGB color model.
ColorModel
, given an array of unnormalized color/alpha
components.
ColorModel
given an array of unnormalized color/alpha
components.
RowSet
object.
Vector
of Vectors
that contains the table's
data values.
date
header field.
DATE
parameter as a
java.sql.Date
object.
DATE
parameter as a
java.sql.Date
object, using
the given Calendar
object
to construct the date.
DATE
parameter as a
java.sql.Date
object.
DATE
parameter as a
java.sql.Date
object, using
the given Calendar
object
to construct the date.
ResultSet
object as
a java.sql.Date
object in the Java programming language.
ResultSet
object as
a java.sql.Date
object in the Java programming language.
ResultSet
object as a java.sql.Date
object
in the Java programming language.
ResultSet
object as a java.sql.Date
object
in the Java programming language.
Calendar.get(Calendar.DAY_OF_MONTH)
.
Date
s.
Calendar.get(Calendar.DAY_OF_WEEK)
.
Class
objects reflecting all the
classes and interfaces declared as members of the class represented by
this Class
object.
Constructor
object that reflects the specified
constructor of the class or interface represented by this
Class
object.
Constructor
objects reflecting all the
constructors declared by the class represented by this
Class
object.
Field
object that reflects the specified declared
field of the class or interface represented by this Class
object.
Field
objects reflecting all the fields
declared by the class or interface represented by this
Class
object.
Method
object that reflects the specified
declared method of the class or interface represented by this
Class
object.
Method
objects reflecting all the
methods declared by the class or interface represented by this
Class
object.
Class
object
is a member of another class, returns the Class
object
representing the class in which it was declared.
Class
object representing the class that declares
the constructor represented by this Constructor
object.
Class
object representing the class or interface
that declares the field represented by this Field
object.
Class
object representing the class or interface
that declares the method represented by this Method
object.
parent
that contains the location x
, y
.
parent
that is a leaf.
TimeZone
for this host.
int
representing the
current action(s) supported by this DropTarget
.
allowUserInteraction
field.
defaultButton
property.
GraphicsConfiguration
associated with this GraphicsDevice
.
DragSource
object associated with
the underlying platform.
TableColumn
.
JFormattedTextField.AbstractFormatter
to use
as a last resort, eg in case a display, edit or null
JFormattedTextField.AbstractFormatter
has not been specified.
defaultLightWeightPopupEnabled
property,
which by default is true
.
URL
.
RMIClassLoaderSpi
.
TableColumn
.
headerRenderer
is defined by a TableColumn
.
GraphicsDevice
.
getPageRanges
, or the current selection.
AffineTransform
for this
GraphicsConfiguration
.
TreeModel
.
URLConnection
's
useCaches
flag.
path
.
Enumeration
of TreePaths
that have been expanded that
are descendants of parent
.
Font
described by this
FontMetrics
object.
GraphicAttribute
.
ImageGraphicAttribute
.
ShapeGraphicAttribute
.
TextLayout
.
JDesktopIcon
used when this
JInternalFrame
is iconified.
DesktopManger
that handles
desktop-specific UI actions.
Desktop
object it belongs to.
JDesktop
instance.
Toolkit.getDefaultToolkit().getDesktopProperty()
.
GraphicsDevice
associated with this
GraphicsConfiguration
.
Graphics2D
.
JFileChooser
's titlebar.
getDialogTitle
method on each UI handled by this object.
key
is a Dimension
return it,
otherwise return null
.
key
for the given Locale
is a Dimension
return it, otherwise return null
.
index
.
JFormattedTextField.AbstractFormatter
to use
if the JFormattedTextField
is not being edited and either
the value is not-null, or the value is null and a null formatter has
has not been specified.
GraphicsDevice
.
GraphicsDevice
.
getDisplayName
that should be visually identified as the
mnemonic.
getDisplayName
that should be visually identified as the
mnemonic.
getDisplayName
that should be visually identified as the
mnemonic.
getDisplayName
that should be visually identified as the
mnemonic.
setDividerLocation
.
getDividerLocation
method on each UI handled by this object.
URLConnection
's
doInput
flag.
URLConnection
's
doOutput
flag.
DocumentFilter
to restrict what can be input.
DocumentFilter
that is responsible for
filtering of insertion/removal.
DocumentFilter
used to restrict the characters
that can be input into the JFormattedTextField
.
double
.
double
or of another primitive type convertible to
type double
via a widening conversion.
DOUBLE
parameter as a double
in the Java programming language.
DOUBLE
parameter as a double
in the Java programming language.
ResultSet
object as
a double
in the Java programming language.
ResultSet
object as
a double
in the Java programming language.
Preferences.getDouble(String,double)
.
int
representing the
action selected by the user.
dragEnabled
property.
dragEnabled
property.
dragEnabled
property.
dragEnabled
property.
dragEnabled
property.
dragEnabled
property.
Point
in the coordinates
of the Component
over which the drag originated.
DragSource
.
DragSource
this DragGestureRecognizer
will use in order to process the Drag and Drop
operation.
DragSource
that instantiated this DragSourceContext
.
DragSourceContext
that
originated the event.
DragSourceListener
s
registered with this DragSource
.
DragSourceMotionListener
s
registered with this DragSource
.
null
.
String
.
int
representing
the action performed by the target on the subject of the drop.
boolean
indicating
if the drop was successful.
DropTarget
associated with this
Component
.
DropTarget
associated with this
DropTargetContext
.
DropTargetContext
associated
with this DropTarget
.
DropTargetContext
associated with this DropTargetEvent
.
DropTargetContextPeer
JFormattedTextField.AbstractFormatter
to use
if the JFormattedTextField
is being edited and either
the value is not-null, or the value is null and a null formatter has
has not been specified.
getEditingPath
method on each UI handled by this object.
JComboBox
field.
getEditorKit
method on each UI handled by this object.
EditorKit
class name for the type type
.
int
.
int
.
int
.
int
.
double
.
double
.
double
.
double
.
float
.
float
.
float
.
float
.
ElementInfo
represents.
Attribute
.
e
that contains the
attribute, attribute
with value value
, or
null
if one isn't found.
e
that contains the
attribute, attribute
with value value
, or
null
if one isn't found.
Element
whose ID
is given by
elementId
.
Element
whose ID
is given by
elementId
.
Element
whose ID
is given by
elementId
.
Element
whose ID
is given by
elementId
.
Element
whose ID
is given by
elementId
.
Element
whose ID
is given by
elementId
.
offset
.
Date
in the sequence.
ZipEntry
for the given entry name or
null
if not found.
SQLException
object.
RowSet
object.
drawEtchedRect()
run()
method.
Class
objects that represent the types of
of exceptions declared to be thrown by the underlying constructor
represented by this Constructor
object.
Class
objects that represent
the types of the exceptions declared to be thrown
by the underlying method
represented by this Method
object.
Enumeration
of the descendants of the
path parent
that
are currently expanded.
expandsSelectedPaths
property.
expires
header field.
FileDescriptor
object that represents the connection to
the actual file in the file system being
used by this FileInputStream
.
setFailureHandler
method.
Font
.
Font
, localized for
the specified locale.
ResultSet
object.
Statement
object.
ResultSet
object.
ResultSet
objects
generated from this Statement
object.
Field
object that reflects the specified public
member field of the class or interface represented by this
Class
object.
Field
subclasses.
Format.FieldDelegate
instance that is associated
with the FieldPosition.
NumberFormat.Field
starting
index
incrementing by direction
.
f
before
the location start
in the current
AttributedCharacterIterator
.
Field
objects reflecting all
the accessible public fields of the class or interface represented by
this Class
object.
Format.Field
constants associated with
the text at offset
.
URL
.
fd
field.
getFileView
method on each UI handled by this object.
FilterBypass
.
fixedCellHeight
property,
rather than that calculated from the list elements.
fixedCellWidth
property, rather than that calculated
from the list elements.
QuadCurve2D
.
QuadCurve2D
.
FlavorMap
for this DragSource
.
FlavorMap
associated with this DropTarget
.
List
of DataFlavor
s to which the
specified String
corresponds.
List
of DataFlavor
s to which the
specified String
native can be translated by the data
transfer subsystem.
Map
of the specified String
natives
to their corresponding DataFlavor
.
Map
of the specified String
natives
to their most preferred DataFlavor
.
float
.
float
or of another primitive type convertible to
type float
via a widening conversion.
FLOAT
parameter
as a float
in the Java programming language.
FLOAT
parameter as a float
in the Java programming language.
ResultSet
object as
a float
in the Java programming language.
ResultSet
object as
a float
in the Java programming language.
Preferences.getFloat(String,float)
.
null
because Windows have no ancestors; they
represent the top of the Component hierarchy.
null
because JInternalFrame
s
must always be roots of a focus
traversal cycle.
JInternalFrame
is active,
returns the child that has focus.
isFocusableWindow
.
boolean
indicating
whether or not HTTP redirects (3xx) should
be automatically followed.
Font
of this object.
Font
appropriate to this attribute set.
Font
object from the system properties list.
Font
from the system properties
list.
Font
described by this
FontMetrics
object.
Font
of this object.
Font
associated with this
GlyphVector
.
Font
of this object.
key
is a Font
return it,
otherwise return null
.
key
for the given Locale
is a Font
return it, otherwise return null
.
GraphicsEnvironment.getAvailableFontFamilyNames()
FontMetrics
of this object.
FontMetrics
of this object.
Font
method getLineMetrics
.
Graphics.getFontMetrics
.
Graphics.getFontMetrics
.
FontMetrics
of this object.
Font
.
Font
, localized
for the specified locale.
Font
within this
Graphics2D
context.
FontRenderContext
associated with this
GlyphVector
.
index
.
FORM
.
java.text.SimpleDateFormat
object the
JFormattedTextField
uses to parse and format
numbers.
java.text.NumberFormat
object the
JFormattedTextField
uses to parse and format
numbers.
format
methods or returned from parse
methods.
JFormattedTextField
the
AbstractFormatter
is installed on.
AbstractFormatter
that can handle formatting
of the passed in JFormattedTextField
.
AbstractFormatter
that is used to format and
parse the current value.
AbstractFormatterFactory
.
Rectangle2D
that defines the overall shape of this object.
Frame
.
Window
object representing the
full-screen window if the device is in full-screen mode.
Statement
object.
int
representing
the current state of the input device modifiers
associated with the user's gesture.
int
representing
the current state of the input device extended modifiers
associated with the user's gesture.
glassPane
object for this dialog.
glassPane
object for this frame.
JRootPane
.
glassPane Component
for this window.
GlyphVector
.
GlyphVector
.
GlyphVector
.
Shape
whose interior corresponds to the
visual representation of the specified glyph
within this GlyphVector
.
Shape
whose interior corresponds to the
visual representation of the specified glyph
within this GlyphVector
, offset to x, y.
GlyphVector
is rendered in a Graphics
with the
given FontRenderContext
at the given location.
GlyphVector
.
GlyphVector
.
GlyphVector
.
Graphics2D
, but is here
for backwards compatibility.
Graphics2D
, but is here
for backwards compatibility.
Graphics
for rendering.
GraphicsConfiguration
associated with this
Component
.
ColorSpace
, sRGB.
ColorSpace
, sRGB.
ColorSpace
, sRGB.
ColorSpace
, sRGB.
int
pixel
representation contain the green color component.
drawGroove()
ScrollPaneAdjustable
object which
represents the state of the horizontal scrollbar.
Color
object based on the specified values
for the HSB color model.
n
th header field.
n
th header field.
n
th header field.
n
th header field.
column
.
TableCellRenderer
used to draw the header of the
TableColumn
.
Object
used as the value for the header
renderer.
Popup
containing
the specified children.
Rectangle
in
double
precision.
Dimension
in double
precision.
Ellipse2D
in double
precision.
Ellipse2D
in
double
precision.
Rectangle2D
in
double precision.
Rectangle2D
in double precision.
double
precision.
RoundRectangle2D
in double
precision.
RoundRectangle2D
in double
precision.
BufferedImage
.
BufferedImage
.
Kernel
.
VolatileImage
.
height
property.
ResultSet
objects
created using this Connection
object.
JScrollBar
object that handles horizontal scrolling.
URL
, if applicable.
hostname
.
Calendar.get(Calendar.HOUR_OF_DAY)
.
DataFlavor
represents.
HyperLinkListener
s added
to this JEditorPane with addHyperlinkListener().
GraphicsDevice
.
IOException
that terminated
the print job.
WEEK_OF_YEAR
field.
key
is an Icon
return it,
otherwise return null
.
key
for the given Locale
is an Icon
return it, otherwise return null
.
Icon
from the defaults table.
Icon
from the defaults table that is appropriate
for the given locale.
getDefaultIcon
.
index
.
identifier
object for this column.
stopChar
, whitespace, or one of {}()[] is
hit.
ifModifiedSince
field.
BufferedImage
texture used to
fill the shapes.
Image
.
GraphicsConfiguration
.
GraphicsConfiguration
.
Paper
object's imageable
area.
Paper
object's imageable
area.
Paper
object
associated with this PageFormat
.
Paper
object's imageable area.
Paper
object
associated with this PageFormat
.
Paper
object's imageable area.
DatagramSocketImpl
attached to this socket,
creating it if necessary.
SocketImpl
attached to this socket, creating
it if necessary.
SocketImpl
attached to this socket, creating
it if necessary.
DOMImplementation
object that handles this document.
checkPermission
call be used instead.
node
in the receivers children.
node
in the receivers children.
address
field.
address
field.
Timer
's initial delay.
InputMap
that is used during
condition
.
InputMap
that is used when the
component has focus.
InputMap
to use for condition
condition
.
condition
.
condition
.
wantsInput
is true.
super.getInsets
.
Insets
object containing this component's inset
values.
JViewport
.
Insets
object containing this
JViewport
s inset values.
key
is an Insets
return it,
otherwise return null
.
key
for the given Locale
is an Insets
return it, otherwise return null
.
Insets
object from the defaults table.
Insets
object from the defaults table that is
appropriate for the given locale.
LookAndFeel
implementations that have been installed with this
software development kit.
AlphaComposite
object with the specified rule.
AlphaComposite
object with the specified rule and
the constant alpha to multiply with the alpha of the source.
Currency
instance for the given currency code.
Currency
instance for the country of the
given locale.
HttpURLConnection
's
instanceFollowRedirects
field.
int
.
int
or of another primitive type convertible to
type int
via a widening conversion.
INTEGER
parameter
as an int
in the Java programming language.
INTEGER
parameter as an int
in the Java programming language.
ResultSet
object as
an int
in the Java programming language.
ResultSet
object as
an int
in the Java programming language.
Preferences.getInt(String,int)
.
key
is an Integer
return its
integer value, otherwise return 0.
key
for the given Locale
is an Integer
return its integer value, otherwise return 0.
value
which is
a CSS value of the CSS attribute named key
.
JInternalFrame
that this
DesktopIcon
is associated with.
InternalFrameListener
s added
to this JInternalFrame
with
addInternalFrameListener
.
Font
.
Choice
menu.
JMenuItem
at the specified position.
Choice
menu.
ItemListener
s added
to this AbstractButton with addItemListener().
DefaultButtonModel
.
ItemListener
s added
to this JComboBox with addItemListener().
AttributedCharacterIterator
that can be used
to iterate over the resulting formatted String.
AttributedCharacterIterator
used to
format the last value.
JMenuBar
for this
JInternalFrame
, or null
if no menu bar has been set.
JarEntry
for the given entry name or
null
if not found.
GraphicAttribute
.
TextLayout
justified to the
specified width.
AWTKeyStroke
.
AWTKeyStroke
.
KeyEvent
which corresponds to
this AWTKeyStroke
.
KeyStroke
that represents a KEY_TYPED
event for the
specified character.
KeyStroke
.
null
if there
are currently no bindings.
Object
s which are keys for
which values have been set for this AbstractAction
,
or null
if no keys have values set.
LAFState
object, lazily create one if necessary.
getText
xml:lang
attribute) applicable to this node, if known.
xml:lang
attribute) applicable to this node, if known.
parent
.
last-modified
header field.
layeredPane
object for this dialog.
layeredPane
object for this frame.
layeredPane
object for this window.
TextLayout
on the given character range.
GridBagLayoutInfo
for the
current set of managed children.
JList.VERTICAL
if the layout is a single
column of cells, or JList.VERTICAL_WRAP
if the layout
is "newspaper style" with the content flowing vertically then
horizontally or JList.HORIZONTAL_WRAP
if the layout is
"newspaper style" with the content flowing horizontally then
vertically.
index
.
addSelectionInterval
or setSelectionInterval
call.
Font
described by this FontMetrics
object.
TextLayout
.
int
.
a
with
key key
.
Popup
implementation.
start
and possible
measuring up to maxAdvance
in graphical width.
getUnitIncrement()
.
LineMetrics
object created with the specified
String
and FontRenderContext
.
LineMetrics
object created with the
specified arguments.
LineMetrics
object created with the
specified arguments.
LineMetrics
object created with the
specified arguments.
LineMetrics
object for the specified
String
in the specified Graphics
context.
LineMetrics
object for the specified
String
in the specified Graphics
context.
LineMetrics
object for the specified
character array in the specified Graphics
context.
LineMetrics
object for the specified
CharacterIterator
in the specified Graphics
context.
getLineNumber
returns the line number of the node.
List
that defines the sequence for this model.
AbstractListModel
.
DefaultListSelectionModel
.
ListSelectionListener
s added
to this JList with addListSelectionListener().
ListSelectionListener
s added
to this OptionListModel with addListSelectionListener().
FooListener
s by the specified
java.util.EventListener
.
FooListener
s
upon this Button
.
FooListener
s
upon this Checkbox
.
FooListener
s
upon this CheckboxMenuItem
.
FooListener
s
upon this Choice
.
FooListener
s
upon this Component
.
FooListener
s
upon this Container
.
FooListener
s
upon this List
.
FooListener
s
upon this MenuItem
.
FooListener
s
upon this Scrollbar
.
FooListener
s
upon this TextComponent
.
FooListener
s
upon this TextField
.
FooListener
s
upon this Window
.
FooListener
s upon this DragSource
.
FooListener
s
upon this model.
FooListener
s
upon this model.
FooListener
s
upon this model.
FooListener
s
upon this model.
FooListener
s
upon this model.
FooListener
s
upon this JComponent
.
FooListener
s
upon this Timer
.
FooListener
s
upon this AbstractTableModel
.
FooListener
s
upon this model.
FooListener
s
upon this document.
FooListener
s
upon this caret.
FooListener
s
upon this model.
FooListener
s
upon this model.
index
.
aComponent
GraphicsEnvironment
.
localport
field.
null
if it is not bound yet.
null
if it is not bound yet.
null
if it is not bound yet.
Locale
object that is associated
with this window, if the locale has been set.
InputStreamReader
and BufferedReader
classes.
OutputStreamWriter
, BufferedWriter
, and
PrintWriter
classes.
Rectangle
.
Point
indicating the cursor
location in screen coordinates at the moment this event occured, or
null
if the cursor location is not specified for this
event.
Point
indicating the Cursor
's current
location within the Component'
s
coordinates.
Point
indicating the Cursor
's current
location in the Component
's coordinates.
rv
and returns rv
.
true
if logging is enabled.
ConnectionPoolDataSource
object.
DataSource
object.
XADataSource
object.
GlyphVector
.
Shape
enclosing the logical selection in the
specified range, extended to the specified bounds
.
Shape
enclosing the logical selection in the
specified range, extended to the natural bounds of this
TextLayout
.
null
.
ConnectionPoolDataSource
object will wait
while attempting to connect to a database.
long
value of the system property
with the specified name.
long
value of the system property
with the specified name.
long
value of the system property with
the specified name.
long
.
long
or of another primitive type convertible to
type long
via a widening conversion.
BIGINT
parameter
as a long
in the Java programming language.
BIGINT
parameter as a long
in the Java programming language.
ResultSet
object as
a long
in the Java programming language.
ResultSet
object as
a long
in the Java programming language.
Preferences.getLong(String,long)
.
null
.
KeyStroke
s to use if the component
is managing focus for backward focus traversal.
KeyStroke
s to use if the component
is managing focus for forward focus traversal.
null
if none.
Manifest
for this JAR file, or
null
if none.
IndexColorModel
.
path
.
path
.
Enumeration
of the possible Maps.
float
matrix constructed from the
X, Y, and Z components of the profile's redColorantTag
,
greenColorantTag
, and blueColorantTag
.
Font
.
Font
described by this FontMetrics
object.
FontRenderContext
.
Graphics
context.
GROUP BY
clause.
ORDER BY
clause.
SELECT
list.
getMaxDescent()
.
Font
described by this FontMetrics
object.
ResultSet
object produced by this Statement
object.
ResultSet
object produced by this
Statement
object can contain.
RowSet
object can contain.
SELECT
statement.
TableColumn
.
Shape
in double
precision.
Shape
in double
precision.
BoundedRangeModel
.
Number
.
getMaximumDividerLocation
method on each UI handled by this object.
null
value
just returns it.
JFileChooser
.
getMaximumSize
method on each UI handled by this object.
getMaximumSize
method on each UI handled by this object.
getMaximumSize
method on each UI handled by this object.
getMaximumSize
method on each UI handled by this object.
getMaximumSize
method on each UI handled by this object.
getMaximumSize
method on each UI handled by this object.
getMaximumSize
method on each UI handled by this object.
getMaximumSize
method on each UI handled by this object.
getMaximumSize
method on each UI handled by this object.
getMaximumSize
method on each UI handled by this object.
getMaximumSize
method on each UI handled by this object.
getMaximumSize
method on each UI handled by this object.
getMaximumSize
method on each UI handled by this object.
getMaximumSize
method on each UI handled by this object.
getMaximumSize
method on each UI handled by this object.
getMaximumSize
method on each UI handled by this object.
getMaximumSize
method on each UI handled by this object.
getMaximumSize
method on each UI handled by this object.
getMaximumSize
method on each UI handled by this object.
getMaximumSize
method on each UI handled by this object.
getMaximumSize
method on each UI handled by this object.
getMaximumSize
method on each UI handled by this object.
getMaximumSize
method on each UI handled by this object.
getMaximumSize
method on each UI handled by this object.
getMaximumSize
method on each UI handled by this object.
getMaximumSize
method on each UI handled by this object.
getMaximumSize
method on each UI handled by this object.
getMaximumSize
method on each UI handled by this object.
getMaximumSize
method on each UI handled by this object.
getMaximumSize
method on each UI handled by this object.
Spring
.
mediaWhitePointTag
.
Popup
implementation.
getJMenuBar()
.
getJMenubar()
.
n
.
Component
s of the menu's
subcomponents.
MenuDragMouseListener
s added
to this JMenuItem with addMenuDragMouseListener().
JCheckBoxMenuItem
.
MenuKeyListener
s added
to this JMenuItem with addMenuKeyListener().
MenuListener
s added
to this JMenu with addMenuListener().
DatabaseMetaData
object that contains
metadata about the database to which this
Connection
object represents a connection.
ResultSetMetaData
object that contains
information about the columns of the ResultSet
object
that will be returned when this PreparedStatement
object
is executed.
ResultSet
object's columns.
Method
object that reflects the specified public
member method of the class or interface represented by this
Class
object.
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.
DataFlavor
.
TableColumn
.
Shape
in double
precision.
BufferedImage
.
bounds
.
Shape
in double
precision.
BufferedImage
.
BoundedRangeModel
.
Number
.
getMinimumDividerLocation
method on each UI handled by this object.
null
value
just returns it.
null
) increment/decrement buttons,
and the minimum width of the thumb.
JFileChooser
.
getMinimumSize
method on each UI handled by this object.
getMinimumSize
method on each UI handled by this object.
getMinimumSize
method on each UI handled by this object.
getMinimumSize
method on each UI handled by this object.
getMinimumSize
method on each UI handled by this object.
getMinimumSize
method on each UI handled by this object.
getMinimumSize
method on each UI handled by this object.
getMinimumSize
method on each UI handled by this object.
getMinimumSize
method on each UI handled by this object.
getMinimumSize
method on each UI handled by this object.
getMinimumSize
method on each UI handled by this object.
getMinimumSize
method on each UI handled by this object.
getMinimumSize
method on each UI handled by this object.
getMinimumSize
method on each UI handled by this object.
getMinimumSize
method on each UI handled by this object.
getMinimumSize
method on each UI handled by this object.
getMinimumSize
method on each UI handled by this object.
getMinimumSize
method on each UI handled by this object.
getMinimumSize
method on each UI handled by this object.
getMinimumSize
method on each UI handled by this object.
getMinimumSize
method on each UI handled by this object.
getMinimumSize
method on each UI handled by this object.
getMinimumSize
method on each UI handled by this object.
getMinimumSize
method on each UI handled by this object.
getMinimumSize
method on each UI handled by this object.
getMinimumSize
method on each UI handled by this object.
getMinimumSize
method on each UI handled by this object.
getMinimumSize
method on each UI handled by this object.
getMinimumSize
method on each UI handled by this object.
getMinimumSize
method on each UI handled by this object.
Spring
.
Calendar.get(Calendar.MINUTE)
.
Font
does not have a glyph for a specified unicode.
KeyEvent.VK
constant that can be used as a mnemonic to
access the panel.
KeyEvent.VK
constant that can be used as a mnemonic to
access the panel.
KeyEvent.VK
constant that can be used as a mnemonic to
access the panel.
KeyEvent.VK
constant that can be used as a mnemonic to
access the panel.
JComboBox
.
JList
component.
SpinnerDateModel
.
SpinnerNumberModel
.
SpinnerNumberModel
.
SpinnerModel
that defines
this spinners sequence of values.
TableModel
that provides the data displayed by this
JTable
.
TreeModel
that is providing the data.
TreeModel
that is providing the data.
path
.
AWTKeyStroke
.
Constructor
object, as an integer.
Field
object, as an integer.
Method
object, as an integer.
Calendar.get(Calendar.MONTH)
.
Statement
object's next result, returns
true
if it is a ResultSet
object, and
implicitly closes any current ResultSet
object(s) obtained with the method getResultSet
.
Statement
object's next result, deals with
any current ResultSet
object(s) according to the instructions
specified by the given flag, and returns
true
if the next result is a ResultSet
object.
EventQueue
associated with the
calling thread.
JInternalFrame
that will receive the
focus when this JInternalFrame
is selected.
LookAndFeel
.
Font
.
Field
object.
Method
object, as a String
.
null
if it is
unspecified.
Timestamp
object's nanos
value.
List
of String
natives to which the
specified DataFlavor
corresponds.
List
of String
natives to which the
specified DataFlavor
can be translated by the data transfer
subsystem.
Map
of the specified DataFlavor
s to
their corresponding String
native.
Map
of the specified DataFlavor
s to
their most preferred String
native.
NavigationFilter
used to restrict where the
cursor can be placed.
NavigationFilter
.
WINDOW_STATE_CHANGED
events returns the
new state of the window.
direction
.
EventQueue
and
returns it.
SQLException
object.
FocusTraversalPolicy
.
null
.
null
.
null
.
direction
.
TreeWalker
to the next visible node in document
order relative to the current node, and returns the new node.
null
.
null
.
null
.
getValue()
.
Date
in the sequence, or null
if
the next date is after end
.
null
if value is already the last element.
getValue()
.
getNextVisualPositionFrom
method on each UI handled by this object.
SQLWarning
object.
placeIn
,
the size needed to represent value
.
JInternalFrame
is not in maximized state, returns
getBounds()
; otherwise, returns the bounds that the
JInternalFrame
would be restored to.
ColorModel
.
ColorModel
.
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.
LineMetrics
object.
ColorModel
.
ColorModel
.
ComponentSampleModel.getDataElements(int, int, Object, DataBuffer)
and
ComponentSampleModel.setDataElements(int, int, Object, DataBuffer)
methods.
MultiPixelPackedSampleModel.getDataElements(int, int, java.lang.Object, java.awt.image.DataBuffer)
and MultiPixelPackedSampleModel.setDataElements(int, int, java.lang.Object, java.awt.image.DataBuffer)
methods.
stopIndex
.
Font
.
GlyphVector
.
Book
.
int
value that the specified Unicode
character represents.
Object
in the Java programming language.
i
and uses map
for the custom
mapping of the parameter value.
Object
in the Java
programming language.
i
and uses map
for the custom
mapping of the parameter value.
Ref
object.
ResultSet
object as
an Object
in the Java programming language.
ResultSet
object as
an Object
in the Java programming language.
ResultSet
object as an Object
in the Java programming language.
ResultSet
object as an Object
in the Java programming language.
c
.
TextHitInfo
whose character index is offset
by delta
from the charIndex
of this
TextHitInfo
.
WINDOW_STATE_CHANGED
events returns the
previous state of the window.
ComponentOrientation.getOrientation(java.util.Locale)
.
PageFormat
.
JProgressBar.VERTICAL
or
JProgressBar.HORIZONTAL
, depending on the orientation
of the progress bar.
ResultSet
object containing the original
value of this RowSet
object.
ResultSet
object containing the original value
of the current row only.
TextHitInfo
on the other side of the
insertion point.
Shape
whose interior corresponds to the
visual representation of this GlyphVector
.
Shape
whose interior corresponds to the
visual representation of this GlyphVector
when
rendered at x, y.
Shape
representing the outline of this
TextLayout
.
Point2D
of this
Line2D
.
Point2D
of this
Line2D
.
Point2D
of this
Line2D
.
Point2D
of this Line2D
.
Font
.
ClassLoader
instance.
ClassLoader
instance.
PageFormat
of the page specified by
pageIndex
.
PageFormat
of the page specified by
pageIndex
.
getBlockIncrement()
.
Paint
of the
Graphics2D
context.
Paper
object associated
with this PageFormat
.
null
if none.
pos
.
DataFlavor
if paramName
equals "humanPresentableName".
PreparedStatement.setObject
.
PreparedStatement
object for which this ParameterMetaData
object contains
information.
PreparedStatement
object's parameters.
Class
objects that represent the formal
parameter types, in declaration order, of the constructor
represented by this Constructor
object.
Class
objects that represent the formal
parameter types, in declaration order, of the method
represented by this Method
object.
RowSet
object's command.
null
if this pathname does not name a parent directory.
ActionMap
's parent.
InputMap
's parent.
TreeNode
of the receiver.
TreeNode
of the receiver.
dir
.
null
if this pathname does not name a parent
directory.
Window
to use as the parent of the
Window
created for the Popup
.
startOffset
and endOffset
.
TextComponent
.
Action
that behaves like a 'paste' operation.
URL
.
JTreePath
instances representing the path
between index0 and index1 (including index1).
Rectangle
that the specified node will be drawn
into.
getPathBounds
method on each UI handled by this object.
TreePath
created by obtaining the children
for each of the indices in indexs
.
getPathForRow
method on each UI handled by this object.
row
.
row
.
Polygon
and provides access to the geometry
of the outline of this Polygon
.
Shape
and provides access to the geometry of the
outline of the Shape
.
Shape
boundary and provides access to the geometry of the
Shape
outline.
Shape
boundary and provides access to a flattened view of the
Shape
outline geometry.
PathIterator
for the outline of this
Area
object.
PathIterator
for the flattened outline of
this Area
object.
Ellipse2D
.
PathIterator
object that iterates along the
boundary of this Shape
and provides access to the
geometry of the outline of this Shape
.
PathIterator
object that iterates along the
boundary of the flattened Shape
and provides access to the
geometry of the outline of the Shape
.
Line2D
.
Line2D
.
QuadCurve2D
.
QuadCurve2D
.
Rectangle2D
.
Rectangle2D
.
Shape
object's boundary and provides access to a
flattened view of the outline of the Shape
object's geometry.
RoundRectangle2D
.
boolean isDisplayable()
.
int
array.
GlyphVector
when
rendered in a graphics with the given
FontRenderContext
at the given location.
ColorModel
.
Raster
.
Popup
instance from the
PopupMenuUI
that has had show
invoked on
it.
Popup
for the Component owner
containing the Component contents
.
Popup
based on
popupType
.
Popup
that will be responsible for
displaying the JPopupMenu
.
getPopup
method on each UI handled by this object.
PopupMenuListener
s added
to this JComboBox with addPopupMenuListener().
PopupMenuListener
s added
to this JMenuItem with addPopupMenuListener().
JMenu
's popup menu.
port
field.
port
field.
URL
.
LineBreakMeasurer
.
offset
to offset
+ length
.
offset
to offset
+ length
.
visibleRowCount
rows.
JTree
.
preferredSize
has been set to a
non-null
value just returns it.
JEditorPane
.
Dimensions
needed for this
TextField
.
c
is the JOptionPane
the receiver
is contained in, the preferred
size that is returned is the maximum of the preferred size of
the LayoutManager
for the JOptionPane
, and
getMinimumOptionPaneSize
.
null
)
increment/decrement buttons,
and the minimum width of the thumb.
JFileChooser
.
getPreferredSize
method on each UI handled by this object.
getPreferredSize
method on each UI handled by this object.
getPreferredSize
method on each UI handled by this object.
getPreferredSize
method on each UI handled by this object.
getPreferredSize
method on each UI handled by this object.
getPreferredSize
method on each UI handled by this object.
getPreferredSize
method on each UI handled by this object.
getPreferredSize
method on each UI handled by this object.
getPreferredSize
method on each UI handled by this object.
getPreferredSize
method on each UI handled by this object.
getPreferredSize
method on each UI handled by this object.
getPreferredSize
method on each UI handled by this object.
getPreferredSize
method on each UI handled by this object.
getPreferredSize
method on each UI handled by this object.
getPreferredSize
method on each UI handled by this object.
getPreferredSize
method on each UI handled by this object.
getPreferredSize
method on each UI handled by this object.
getPreferredSize
method on each UI handled by this object.
getPreferredSize
method on each UI handled by this object.
getPreferredSize
method on each UI handled by this object.
getPreferredSize
method on each UI handled by this object.
getPreferredSize
method on each UI handled by this object.
getPreferredSize
method on each UI handled by this object.
getPreferredSize
method on each UI handled by this object.
getPreferredSize
method on each UI handled by this object.
getPreferredSize
method on each UI handled by this object.
getPreferredSize
method on each UI handled by this object.
getPreferredSize
method on each UI handled by this object.
getPreferredSize
method on each UI handled by this object.
getPreferredSize
method on each UI handled by this object.
JTextField.getPreferredSize
to
return the preferred size based on current font, if set,
or else use renderer's font.
Container
.
JComponent.getPreferredSize
to
return slightly wider preferred size value.
Spring
.
TableColumn
.
visibleRegion
.
null
if it is
unspecified.
null
if it is
unspecified.
null
if it is
unspecified.
getPresentationName
from the
last UndoableEdit
added to
edits
.
getValue()
.
Date
in the sequence, or null
if the previous date is before start
.
null
if value is already the first element.
getValue()
.
DataFlavor
.
PrintJob
object which is the result of initiating
a print operation on the toolkit's platform.
PrintJob
object which is the result of initiating
a print operation on the toolkit's platform.
Printable
instance responsible for rendering
the page specified by pageIndex
.
Printable
instance responsible for
rendering the page specified by pageIndex
.
PrinterJob
that is controlling the
current rendering request.
PrinterJob
which is initially
associated with the default printer.
Font.getFont(key)
, with the exception
that it is wrapped inside a doPrivileged
call.
getProperty
returns the current setting of the
property described by the property
argument.
PropertyChangeListener
s
associated with the named property.
PropertyChangeListener
s
associated with the named property.
PropertyChangeListener
s added
to this AbstractAction with addPropertyChangeListener().
PropertyChangeListener
s
added to this Component with addPropertyChangeListener().
PropertyChangeListener
s added
to this UIDefaults with addPropertyChangeListener().
PropertyChangeListener
s added
to this UIManager with addPropertyChangeListener().
PropertyChangeListener
s added
to this TableColumn with addPropertyChangeListener().
DefaultTreeSelectionModel
.
getProperty(String)
or null
, if no property names are recognized.
getProperty(String)
or null
, if no property names are recognized.
ProtectionDomain
of this class.
URL
.
java.lang.Class
object for a proxy class
given a class loader and an array of interfaces.
getPublicId
returns the public ID of the node.
URL
.
Statement
object to execute.
ColorModel
.
float
array containing only the color
components of the Color
, in the default sRGB color
space.
float
array containing the color and alpha
components of the Color
, as represented in the default
sRGB color space.
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.
int
that ORs together the values for
all the ranges that will be shaped.
Raster
containing the colors generated for
the graphics operation.
WritableRaster
.
Popup
associated with window
.
LightWeightPopup
, or null
if none of the popups have been recycled.
MediumWeightPopup
, or null
if none of the popups have been recycled.
ColorSpace
, sRGB.
ColorSpace
, sRGB.
ColorSpace
, sRGB.
int
pixel
representation contain the red color component.
AbstractUndoableEdit.redoText
and returns
that value followed by a space, followed by
getPresentationName
.
getRedoPresentationName
from the last UndoableEdit
added to edits
.
URL
.
REF(<structured-type>)
parameter as a Ref
object in the Java programming language.
REF(<structured-type>)
parameter as a Ref
object in the Java programming language.
ResultSet
object as a Ref
object
in the Java programming language.
ResultSet
object as a Ref
object
in the Java programming language.
KeyStrokes
that will initiate
registered actions.
Registry
for
the local host on the default registry port of 1099.
Registry
for
the local host on the specified port
.
Registry
on the
specified host
on the default registry port of 1099.
Registry
on the
specified host
and port
.
Registry
on the specified host
and
port
.
null if it is unconnected.
- getRemoteSocketAddress() -
Method in class java.net.Socket
- Returns the address of the endpoint this socket is connected to, or
null
if it is unconnected.
- getRenderIndex(View, int) -
Method in class javax.swing.text.html.StyleSheet.ListPainter
- Returns an integer that should be used to render the child at
childIndex
with.
- getRenderableSource(int) -
Method in class java.awt.image.renderable.ParameterBlock
- Returns a source as a RenderableImage.
- getRenderableSources() -
Method in class java.awt.image.renderable.RenderableImageOp
-
- getRenderedSource(int) -
Method in class java.awt.image.renderable.ParameterBlock
- Returns 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.AffineTransformOp
- Returns the rendering hints used by this transform operation.
- getRenderingHints() -
Method in class java.awt.image.BandCombineOp
- Returns the rendering hints for this operation.
- getRenderingHints() -
Method in interface java.awt.image.BufferedImageOp
- Returns the rendering hints for this operation.
- getRenderingHints() -
Method in class java.awt.image.ColorConvertOp
- Returns the rendering hints used by this op.
- getRenderingHints() -
Method in class java.awt.image.ConvolveOp
- Returns the rendering hints for this op.
- getRenderingHints() -
Method in class java.awt.image.LookupOp
- Returns the rendering hints for this op.
- getRenderingHints() -
Method in interface java.awt.image.RasterOp
- Returns the rendering hints for this RasterOp.
- getRenderingHints() -
Method in class java.awt.image.RescaleOp
- Returns the rendering hints for this op.
- getRenderingHints() -
Method in class java.awt.image.renderable.RenderContext
- Gets the rendering hints of this
RenderContext
.
- getRenderingIntent() -
Method in class java.awt.color.ICC_Profile
- Returns the rendering intent of the profile.
- getRenderingIntent(ICC_Profile) -
Method in class java.awt.image.ColorConvertOp
- Returns the RenderingIntent from the specified ICC Profile.
- getReorderingAllowed() -
Method in class javax.swing.table.JTableHeader
- Returns true if the user is allowed to rearrange columns by
dragging their headers, false otherwise.
- getRepaintInterval() -
Method in class javax.swing.plaf.basic.BasicProgressBarUI
- Returns the desired number of milliseconds between repaints.
- getReplaceHolder(DocumentFilter.FilterBypass, int, int, String, AttributeSet) -
Method in class javax.swing.text.DefaultFormatter
- Returns the ReplaceHolder to track the replace of the specified
text.
- getReplaceHolder(DocumentFilter.FilterBypass, int, int, String, AttributeSet) -
Method in class javax.swing.text.InternationalFormatter
- Overriden to return an instance of
ExtendedReplaceHolder
.
- getReplaceString(int, int, String) -
Method in class javax.swing.text.DefaultFormatter
- A convenience methods to return the result of deleting
deleteLength
characters at offset
and inserting replaceString
at offset
in the current text field.
- getRepresentationClass() -
Method in class java.awt.datatransfer.DataFlavor
- Returns the
Class
which objects supporting this
DataFlavor
will return when this DataFlavor
is requested.
- getRepresentedText() -
Method in class javax.swing.text.html.CommentView
-
- getRepresentedText() -
Method in class javax.swing.text.html.HiddenTagView
-
- getRequestMethod() -
Method in class java.net.HttpURLConnection
- Get the request method.
- getRequestProperties() -
Method in class java.net.URLConnection
- Returns an unmodifiable Map of general request
properties for this connection.
- getRequestProperty(String) -
Method in class java.net.URLConnection
- Returns the value of the named general request property for this
connection.
- getRequestingHost() -
Method in class java.net.Authenticator
- Gets the
hostname
of the
site or proxy requesting authentication, or null
if not available.
- 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.
- getRequired() -
Method in class org.apache.xalan.processor.XSLTAttributeDef
- Get whether or not this is a required attribute.
- getRequired() -
Method in class org.apache.xalan.processor.XSLTElementDef
- Get whether or not this is a required element.
- getRequiredElem() -
Method in class org.apache.xalan.processor.XSLTElementDef
- Get required elements that were not found.
- getRequiredFound() -
Method in class org.apache.xalan.processor.XSLTElementDef
- Get whether all required elements were found.
- getReshowDelay() -
Method in class javax.swing.ToolTipManager
- Returns the reshow delay property.
- 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.plaf.basic.BasicTextFieldUI.I18nFieldView
- Determines the resizability of the view along the
given axis.
- getResizeWeight(int) -
Method in class javax.swing.plaf.basic.BasicTextUI.RootView
- 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.View
- Determines the resizability of the view along the
given axis.
- getResizeWeight(int) -
Method in class javax.swing.text.html.BlockView
- Gets the resize weight.
- getResizeWeight(int) -
Method in class javax.swing.text.html.HRuleView
- Gets the resize weight for the axis.
- getResizeWeight(int) -
Method in class javax.swing.text.html.LineView
- Gets the resize weight for the specified axis.
- getResizeWeight(int) -
Method in class javax.swing.text.html.TableView.RowView
- Determines the resizability of the view along the
given axis.
- 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.JTable
-
- getResizingColumn(Point) -
Method in class javax.swing.plaf.basic.BasicTableHeaderUI.MouseInputHandler
-
- getResizingColumn(Point, int) -
Method in class javax.swing.plaf.basic.BasicTableHeaderUI.MouseInputHandler
-
- getResizingColumn() -
Method in class javax.swing.table.JTableHeader
- Returns the resizing column.
- getResolveException() -
Method in class java.io.ObjectStreamClass
- Returns ClassNotFoundException (if any) thrown while attempting to
resolve local class corresponding to this class descriptor.
- 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.JTextComponent.DefaultKeymap
-
- 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.EmptyAttributeSet
-
- getResolveParent() -
Method in class javax.swing.text.SimpleAttributeSet
- Gets the resolving parent.
- getResolveParent() -
Method in class javax.swing.text.StyleContext.NamedStyle
- Gets attributes from the 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.html.HTMLDocument.BlockElement
- 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.MuxingAttributeSet
- Returns null, subclasses may wish to do something more
intelligent with this.
- getResolveParent() -
Method in class javax.swing.text.html.StyleSheet.ViewAttributeSet
- If not overriden, the resolving parent defaults to
the parent element.
- getResolveParent() -
Method in class javax.swing.text.rtf.MockAttributeSet
-
- getResolvedStyle(String, Vector, HTML.Tag) -
Method in class javax.swing.text.html.StyleSheet
- Returns the resolved style for
selector
.
- getResolvedStyle(String) -
Method in class javax.swing.text.html.StyleSheet
- Returns the resolved style for
selector
.
- getResource(String) -
Method in class java.lang.Class
- Finds a resource with a given name.
- getResource(String) -
Method in class java.lang.ClassLoader
- Finds the resource with the given name.
- getResource(String) -
Method in class org.apache.xml.utils.synthetic.Class
- Finds a resource with the specified name.
- getResourceAsStream(String) -
Method in class java.lang.Class
- Finds a resource with a given name.
- getResourceAsStream(String) -
Method in class java.lang.ClassLoader
- Returns an input stream for reading the specified resource.
- getResourceAsStream(String) -
Static method in class javax.swing.text.html.HTMLEditorKit
- Fetch a resource relative to the HTMLEditorKit classfile.
- getResourceAsStream(String) -
Static method in class javax.swing.text.html.ResourceLoader
-
- getResourceAsStream(String) -
Static method in class javax.swing.text.html.parser.ParserDelegator
- Fetch a resource relative to the ParserDelegator classfile.
- getResourceAsStream(String) -
Static method in class javax.swing.text.html.parser.ResourceLoader
-
- getResourceAsStream(String) -
Method in class org.apache.xml.utils.synthetic.Class
- Finds a resource with a given name.
- getResourceBundle() -
Method in class java.util.logging.LogRecord
- Get the localization resource bundle
This is the ResourceBundle that should be used to localize
the message string before formatting it.
- getResourceBundle() -
Method in class java.util.logging.Logger
- Retrieve the localization resource bundle for this
logger for the current default locale.
- getResourceBundleName() -
Method in class java.util.logging.Level
- Return the level's localization resource bundle name, or
null if no localization bundle is defined.
- getResourceBundleName() -
Method in class java.util.logging.LogRecord
- Get the localization resource bundle name
This is the name for the ResourceBundle that should be
used to localize the message string before formatting it.
- getResourceBundleName() -
Method in class java.util.logging.Logger
- Retrieve the localization resource bundle name for this
logger.
- getResourceCache(Locale) -
Method in class javax.swing.UIDefaults
- Returns a Map of the known resources for the given locale.
- getResourceSuffix(Locale) -
Static method in class org.apache.xalan.res.XSLMessages
- Return the resource file suffic for the indicated locale
For most locales, this will be based the language code.
- getResourceSuffix(Locale) -
Static method in class org.apache.xalan.res.XSLTErrorResources
- Return the resource file suffic for the indicated locale
For most locales, this will be based the language code.
- getResourceSuffix(Locale) -
Static method in class org.apache.xalan.res.XSLTErrorResources_it
- Return the resource file suffic for the indicated locale
For most locales, this will be based the language code.
- getResourceSuffix(Locale) -
Static method in class org.apache.xml.utils.res.XResourceBundle
- Return the resource file suffic for the indicated locale
For most locales, this will be based the language code.
- getResourceSuffix(Locale) -
Static method in class org.apache.xpath.res.XPATHErrorResources
- Return the resource file suffic for the indicated locale
For most locales, this will be based the language code.
- getResourceSuffix(Locale) -
Static method in class org.apache.xpath.res.XPATHErrorResources_it
- Return the resource file suffic for the indicated locale
For most locales, this will be based the language code.
- getResources(String) -
Method in class java.lang.ClassLoader
- Finds all the resources with the given name.
- getResponseCode() -
Method in class java.net.HttpURLConnection
- Gets the status code from an HTTP response message.
- 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.
- getResultIndex() -
Method in class org.apache.xalan.templates.ElemExsltFunction
- Provides the EXSLT extension handler access to the return value.
- getResultNamespace() -
Method in class org.apache.xalan.templates.NamespaceAlias
- Get the result namespace value.
- getResultPrefix() -
Method in class org.apache.xalan.templates.NamespaceAlias
- Get the "result-prefix" attribute.
- getResultSet() -
Method in interface java.sql.Array
- Retrieves a result set that contains the elements of the SQL
ARRAY
value
designated by this Array
object.
- getResultSet(Map) -
Method in interface java.sql.Array
- Retrieves 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
- Retrieves 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
- Retrieves a result set holding the elements of the subarray that
starts at index
index
and contains up to
count
successive elements.
- getResultSet() -
Method in interface java.sql.Statement
- Retrieves the current result as a
ResultSet
object.
- getResultSetConcurrency() -
Method in interface java.sql.Statement
- Retrieves the result set concurrency for
ResultSet
objects
generated by this Statement
object.
- getResultSetHoldability() -
Method in interface java.sql.DatabaseMetaData
- Retrieves the default holdability of this
ResultSet
object.
- getResultSetHoldability() -
Method in interface java.sql.Statement
- Retrieves the result set holdability 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
- getResultTreeAsText() -
Method in class org.apache.xalan.client.XSLTProcessorApplet
- Get the HTML result Tree as a text string suitable
for display in a browser.
- getResultTreeHandler() -
Method in class org.apache.xalan.transformer.TransformerImpl
- Get the ResultTreeHandler object.
- getResultType() -
Method in class org.apache.xpath.domapi.XPathResultImpl
-
- 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.
- getReturnType() -
Method in class org.apache.xml.utils.synthetic.reflection.EntryPoint
- Returns the Class object representing the class that
will be returned by this EntryPoint.
- getReuseAddress() -
Method in class java.net.DatagramSocket
- Tests if SO_REUSEADDR is enabled.
- getReuseAddress() -
Method in class java.net.ServerSocket
- Tests if SO_REUSEADDR is enabled.
- getReuseAddress() -
Method in class java.net.Socket
- Tests if SO_REUSEADDR is enabled.
- getRicherData(DataFlavor) -
Method in class javax.swing.plaf.basic.BasicFileChooserUI.FileTransferHandler.FileTransferable
- The only richer format supported is the file list flavor
- getRicherData(DataFlavor) -
Method in class javax.swing.plaf.basic.BasicTextUI.TextTransferHandler.TextTransferable
- The only richer format supported is the file list flavor
- getRicherData(DataFlavor) -
Method in class javax.swing.plaf.basic.BasicTransferable
-
- getRicherFlavors() -
Method in class javax.swing.plaf.basic.BasicFileChooserUI.FileTransferHandler.FileTransferable
- Best format of the file chooser is DataFlavor.javaFileListFlavor.
- getRicherFlavors() -
Method in class javax.swing.plaf.basic.BasicTextUI.TextTransferHandler.TextTransferable
- If the EditorKit is not for text/plain or text/html, that format
is supported through the "richer flavors" part of BasicTransferable.
- getRicherFlavors() -
Method in class javax.swing.plaf.basic.BasicTransferable
- Some subclasses will have flavors that are more descriptive than HTML
or plain text.
- getRightButtonFromSuper() -
Method in class javax.swing.plaf.metal.MetalSplitPaneDivider
-
- 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.AsyncBoxView
- Get the right part of the margin around the view.
- getRightInset() -
Method in class javax.swing.text.CompositeView
- Gets the right inset.
- getRightOperand() -
Method in class org.apache.xpath.operations.Operation
-
- 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(Component) -
Static method in class javax.swing.SwingUtilities
- Returns the root component for the current component tree.
- getRoot() -
Method in class javax.swing.tree.DefaultMutableTreeNode
- Returns the root of the tree that contains this node.
- getRoot() -
Method in class javax.swing.tree.DefaultTreeModel
- Returns the root of the tree.
- getRoot() -
Method in interface javax.swing.tree.TreeModel
- Returns the root of the tree.
- getRoot() -
Method in interface org.apache.xml.dtm.DTMIterator
- The root node of the
DTMIterator
, as specified when it
was created.
- getRoot() -
Method in class org.apache.xml.dtm.ref.DTMNodeIterator
-
- getRoot(Node) -
Method in class org.apache.xpath.DOMHelper
- Deprecated.
- getRoot() -
Method in class org.apache.xpath.NodeSet
-
- getRoot() -
Method in class org.apache.xpath.NodeSetDTM
-
- getRoot() -
Method in class org.apache.xpath.axes.AxesWalker
- The root node of the TreeWalker, as specified in setRoot(int root).
- getRoot() -
Method in class org.apache.xpath.axes.LocPathIterator
- The root node of the Iterator, as specified when it was created.
- getRoot() -
Method in class org.apache.xpath.axes.NodeSequence
-
- getRootEditorRect() -
Method in class javax.swing.text.JTextComponent.AccessibleJTextComponent
- Gets the editor's drawing rectangle.
- getRootEditorRect() -
Method in class javax.swing.text.html.AccessibleHTML
- Returns the bounds the root View will be rendered in.
- getRootElement() -
Method in class javax.swing.text.DefaultStyledDocument.ElementBuffer
- Gets the root element.
- getRootElements() -
Method in class javax.swing.text.AbstractDocument
- Gets all root elements defined.
- getRootElements() -
Method in interface javax.swing.text.Document
- Returns all of the root elements that are defined.
- getRootFrame() -
Static method in class javax.swing.JOptionPane
- Returns the
Frame
to use for the class methods in
which a frame is not provided.
- getRootGroup() -
Static method in class java.lang.SecurityManager
-
- getRootInfo() -
Method in class javax.swing.text.html.AccessibleHTML
- Returns the ElementInfo representing the root Element.
- getRootNode() -
Method in class org.apache.xml.utils.DOMBuilder
- Get the root node of the DOM being created.
- getRootNode(Node) -
Method in class org.apache.xpath.DOMHelper
- Deprecated. Get the root node of the document tree, regardless of
whether or not the node passed in is a document node.
- getRootPane() -
Method in class javax.swing.JApplet
- Returns the rootPane object for this applet.
- getRootPane() -
Method in class javax.swing.JComponent
- Returns the
JRootPane
ancestor for this component.
- getRootPane() -
Method in class javax.swing.JDialog
- Returns the
rootPane
object for this dialog.
- getRootPane() -
Method in class javax.swing.JFrame
- Returns the
rootPane
object for this frame.
- getRootPane() -
Method in class javax.swing.JInternalFrame
- Returns the
rootPane
object for this internal frame.
- getRootPane() -
Method in class javax.swing.JWindow
- Returns the
rootPane
object for this window.
- getRootPane() -
Method in interface javax.swing.RootPaneContainer
- Return this component's single JRootPane child.
- getRootPane(Component) -
Static method in class javax.swing.SwingUtilities
- If c is a JRootPane descendant return its JRootPane ancestor.
- getRootPane() -
Method in class javax.swing.plaf.metal.MetalRootPaneUI
- Returns the
JRootPane
we're providing the look and
feel for.
- getRootPane() -
Method in class javax.swing.plaf.metal.MetalTitlePane
- Returns the
JRootPane
this was created for.
- getRootPopupMenu() -
Method in class javax.swing.JPopupMenu
- Returns the popup menu which is at the root of the menu system
for this popup menu.
- getRootSelectorMapping() -
Method in class javax.swing.text.html.StyleSheet
- Returns the root selector mapping that all selectors are relative
to.
- getRootTable() -
Static method in class javax.swing.SystemEventQueueUtilities
-
- getRootView(JTextComponent) -
Method in class javax.swing.plaf.TextUI
- Fetches a View with the allocation of the associated
text component (i.e. the root of the hierarchy) that
can be traversed to determine how the model is being
represented spatially.
- getRootView(JTextComponent) -
Method in class javax.swing.plaf.basic.BasicTextUI
- Fetches a View with the allocation of the associated
text component (i.e. the root of the hierarchy) that
can be traversed to determine how the model is being
represented spatially.
- getRootView(JTextComponent) -
Method in class javax.swing.plaf.multi.MultiTextUI
- Invokes the
getRootView
method on each UI handled by this object.
- getRootView() -
Method in class javax.swing.text.html.AccessibleHTML
- Returns the root
View
associated with the current text
component.
- getRootView(JEditorPane) -
Method in class javax.swing.text.html.HTMLEditorKit.ActivateLinkAction
-
- getRoots() -
Method in class javax.swing.filechooser.FileSystemView
- Returns all root partitions on this system.
- 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.
- getRow() -
Method in class javax.swing.text.TableView.TableRow
- get location in the overall set of rows
- getRow(int) -
Method in class javax.swing.text.TableView
-
- getRow(int) -
Method in class javax.swing.text.html.AccessibleHTML.TableElementInfo
- Returns the TableCellElementInfo at the specified index.
- getRow(int) -
Method in class javax.swing.text.html.TableView
-
- getRow() -
Method in class javax.swing.tree.FixedHeightLayoutCache.FHTreeStateNode
- Returns the row of the receiver.
- getRow() -
Method in class javax.swing.tree.VariableHeightLayoutCache.TreeStateNode
- Returns the row of the receiver.
- getRowBounds(int) -
Method in class javax.swing.JTree
- Returns the
Rectangle
that the node at the specified row is
drawn in.
- getRowContainingYLocation(int) -
Method in class javax.swing.tree.FixedHeightLayoutCache
- Returns the index of the row containing location.
- getRowContainingYLocation(int) -
Method in class javax.swing.tree.VariableHeightLayoutCache
- Returns the index of the row containing location.
- getRowCount() -
Method in class javax.swing.JTable
- Returns the number of rows in this table's model.
- getRowCount() -
Method in class javax.swing.JTree
- Returns the number of rows that are currently being displayed.
- getRowCount(JTree) -
Method in class javax.swing.plaf.TreeUI
- Returns the number of rows that are being displayed.
- getRowCount(int) -
Method in class javax.swing.plaf.basic.BasicListUI
- Returns the number of rows in the given column.
- getRowCount(JTree) -
Method in class javax.swing.plaf.basic.BasicTreeUI
- Returns the number of rows that are being displayed.
- getRowCount() -
Method in class javax.swing.plaf.metal.MetalFileChooserUI.DetailsTableModel
-
- getRowCount(JTree) -
Method in class javax.swing.plaf.multi.MultiTreeUI
- Invokes the
getRowCount
method on each UI handled by this object.
- 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 interface javax.swing.text.TableView.GridCell
- Gets the number of rows this cell spans (that is, the
grid height).
- 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.text.TableView
- The number of rows in the table.
- getRowCount() -
Method in class javax.swing.text.html.AccessibleHTML.TableElementInfo.TableCellElementInfo
- Returns the rowspan attribute.
- getRowCount() -
Method in class javax.swing.text.html.AccessibleHTML.TableElementInfo.TableRowElementInfo
- Returns the max of the rowspans of the cells in this row.
- getRowCount() -
Method in class javax.swing.text.html.AccessibleHTML.TableElementInfo
- Returns the number of rows in the table.
- getRowCount() -
Method in class javax.swing.text.html.TableView
- The number of rows in the table.
- getRowCount() -
Method in class javax.swing.tree.AbstractLayoutCache
- Number of rows being displayed.
- getRowCount() -
Method in class javax.swing.tree.FixedHeightLayoutCache
- Returns the number of visible rows.
- getRowCount() -
Method in class javax.swing.tree.VariableHeightLayoutCache
- Returns the number of visible rows.
- 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.
- getRowExtentAt(int, int) -
Method in class javax.swing.text.html.AccessibleHTML.TableElementInfo
- Returns the rowspan of the specified entry.
- getRowForLocation(int, int) -
Method in class javax.swing.JTree
- Returns the row for the specified location.
- getRowForPath(TreePath) -
Method in class javax.swing.JTree
- Returns the row that displays the node identified by the specified
path.
- 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
- Invokes the
getRowForPath
method on each UI handled by this object.
- getRowForPath(TreePath) -
Method in class javax.swing.tree.AbstractLayoutCache
- Returns the row that the last item identified in path is visible
at.
- getRowForPath(TreePath) -
Method in class javax.swing.tree.FixedHeightLayoutCache
- Returns the row that the last item identified in path is visible
at.
- getRowForPath(TreePath) -
Method in class javax.swing.tree.VariableHeightLayoutCache
- Returns the row where the last item identified in path is visible.
- getRowHeader() -
Method in class javax.swing.JScrollPane
- Returns the row header.
- getRowHeader() -
Method in class javax.swing.ScrollPaneLayout
- Returns the
JViewport
object that is the row header.
- getRowHeight() -
Method in class javax.swing.JTable
- Returns the height of a table row, in pixels.
- getRowHeight(int) -
Method in class javax.swing.JTable
- Returns the height, in pixels, of the cells in
row
.
- getRowHeight() -
Method in class javax.swing.JTextArea
- Defines the meaning of the height of a row.
- getRowHeight() -
Method in class javax.swing.JTree
- Returns the height of each row.
- getRowHeight(int) -
Method in class javax.swing.plaf.basic.BasicListUI
- Returns the height of the specified row based on the current layout.
- getRowHeight() -
Method in class javax.swing.plaf.basic.BasicTreeUI
-
- getRowHeight() -
Method in class javax.swing.tree.AbstractLayoutCache
- Returns the height of each row.
- 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.
- getRowModel() -
Method in class javax.swing.JTable
-
- getRowSelectionAllowed() -
Method in class javax.swing.JTable
- Returns true if rows can be selected.
- getRowSpan(int) -
Method in class javax.swing.text.TableView
- Fetches the span (height) of the given row.
- getRowSpan(int) -
Method in class javax.swing.text.html.TableView
- Fetches the span (height) of the given row.
- 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.
- getRowToModelIndex(int) -
Method in class javax.swing.tree.FixedHeightLayoutCache.FHTreeStateNode
- Returns the row of the child with a model index of
index
.
- getRowX(int, int) -
Method in class javax.swing.plaf.basic.BasicTreeUI.NodeDimensionsHandler
-
- getRows() -
Method in class java.awt.GridLayout
- Gets the number of rows in this layout.
- getRows() -
Method in class java.awt.List
- Gets the number of visible lines in this list.
- getRows() -
Method in class java.awt.TextArea
- Returns the number of rows in the text area.
- getRows() -
Method in class javax.swing.JTextArea
- Returns the number of rows in the TextArea.
- 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.
- getRowsOccupied(View) -
Method in class javax.swing.text.TableView
- Determines the number of rows occupied by
the table cell represented by given element.
- getRowsOccupied(View) -
Method in class javax.swing.text.html.TableView
- Determines the number of rows occupied by
the table cell represented by given element.
- 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.RBCollationTables
- Gets the table-based rules for the collation object.
- getRules() -
Method in class java.text.RuleBasedCollator
- Gets the table-based rules for the collation object.
- getRunCount() -
Method in class java.text.Bidi
- Return the number of level runs.
- getRunForTab(int, int) -
Method in class javax.swing.plaf.basic.BasicTabbedPaneUI
-
- getRunLevel(int) -
Method in class java.text.Bidi
- Return the level of the nth logical run in this line.
- getRunLimit(int) -
Method in class java.awt.font.StyledParagraph
- Return the index at which there is a different Font, GraphicAttribute, or
Dcoration than at the given index.
- 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.
- getRunLimit() -
Method in class java.text.AttributedString.AttributedStringIterator
-
- getRunLimit(AttributedCharacterIterator.Attribute) -
Method in class java.text.AttributedString.AttributedStringIterator
-
- getRunLimit(Set) -
Method in class java.text.AttributedString.AttributedStringIterator
-
- getRunLimit(int) -
Method in class java.text.Bidi
- Return the index of the character past the end of the nth logical run in this line, as
an offset from the start of the line.
- getRunLimit() -
Method in class javax.swing.text.TextLayoutStrategy.AttributedSegment
- Returns the index of the first character following the run
with respect to all attributes containing the current character.
- getRunLimit(AttributedCharacterIterator.Attribute) -
Method in class javax.swing.text.TextLayoutStrategy.AttributedSegment
- Returns the index of the first character following the run
with respect to the given attribute containing the current character.
- getRunLimit(Set) -
Method in class javax.swing.text.TextLayoutStrategy.AttributedSegment
- 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.
- getRunStart() -
Method in class java.text.AttributedString.AttributedStringIterator
-
- getRunStart(AttributedCharacterIterator.Attribute) -
Method in class java.text.AttributedString.AttributedStringIterator
-
- getRunStart(Set) -
Method in class java.text.AttributedString.AttributedStringIterator
-
- getRunStart(int) -
Method in class java.text.Bidi
- Return the index of the character at the start of the nth logical run in this line, as
an offset from the start of the line.
- getRunStart() -
Method in class javax.swing.text.TextLayoutStrategy.AttributedSegment
- Returns the index of the first character of the run
with respect to all attributes containing the current character.
- getRunStart(AttributedCharacterIterator.Attribute) -
Method in class javax.swing.text.TextLayoutStrategy.AttributedSegment
- Returns the index of the first character of the run
with respect to the given attribute containing the current character.
- getRunStart(Set) -
Method in class javax.swing.text.TextLayoutStrategy.AttributedSegment
- Returns the index of the first character of the run
with respect to the given attributes containing the current character.
- getRunTimeCodeBase() -
Method in interface javax.rmi.CORBA.ValueHandler
- Returns the CodeBase for this ValueHandler.
- getRunnableCanvasEvents() -
Method in class javax.swing.SystemEventQueueUtilities.RunnableCanvas
- Return an (array) copy of the runnableEvents vector or
null if the vector is empty.
- getRuntime() -
Static method in class java.lang.Runtime
- Returns the runtime object associated with the current Java application.
- getSAXLocator() -
Method in class org.apache.xpath.XPathContext
- Get the current locater in the stylesheet.
- getSBPropertyChangeListener() -
Method in class javax.swing.plaf.basic.BasicScrollPaneUI
- Returns a shared
PropertyChangeListener
that will update
the listeners installed on the scrollbars as the model changes.
- getSQLException() -
Method in class javax.sql.ConnectionEvent
- Retrieves the
SQLException
for this
ConnectionEvent
object.
- getSQLKeywords() -
Method in interface java.sql.DatabaseMetaData
- Retrieves a comma-separated list of all of this database's SQL keywords
that are NOT also SQL92 keywords.
- getSQLState() -
Method in class java.sql.SQLException
- Retrieves the SQLState for this
SQLException
object.
- getSQLStateType() -
Method in interface java.sql.DatabaseMetaData
- Indicates whether the SQLSTATE returned by
SQLException.getSQLState
is X/Open (now known as Open Group) SQL CLI or SQL99.
- 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.
- 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.ComponentSampleModel
- Returns as int the sample in a specified band for the pixel
located at (x,y).
- getSample(int, int, int, DataBuffer) -
Method in class java.awt.image.MultiPixelPackedSampleModel
- Returns as
int
the sample in a specified band for the
pixel located at (x, y).
- getSample(int, int, int) -
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.SinglePixelPackedSampleModel
- Returns as int the sample in a specified band for the pixel
located at (x,y).
- 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.
- 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) -
Method in class java.awt.image.Raster
- Returns the sample in a specified band
for a pixel located at (x,y) as a double.
- getSampleDouble(int, int, int, DataBuffer) -
Method in class java.awt.image.SampleModel
- Returns the sample in a specified band
for a pixel located at (x,y) as a double.
- getSampleFloat(int, int, int, 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.
- 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) -
Method in class java.awt.image.Raster
- Returns the sample in a specified band
for the pixel located at (x,y) as a float.
- getSampleFloat(int, int, int, DataBuffer) -
Method in class java.awt.image.SampleModel
- Returns the sample in a specified band
for the pixel located at (x,y) as a float.
- getSampleModel() -
Method in class java.awt.image.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.
- getSampleModel() -
Method in interface java.awt.image.RenderedImage
- Returns the SampleModel associated with this image.
- getSampleModelTranslateX() -
Method in class java.awt.image.Raster
- Returns the X translation from the coordinate system of the
SampleModel to that of the Raster.
- getSampleModelTranslateY() -
Method in class java.awt.image.Raster
- Returns the Y translation from the coordinate system of the
SampleModel to that of the Raster.
- getSampleSize() -
Method in class java.awt.image.ComponentSampleModel
- Returns the number of bits per sample for all bands.
- getSampleSize(int) -
Method in class java.awt.image.ComponentSampleModel
- Returns the number of bits per sample for the specified band.
- getSampleSize() -
Method in class java.awt.image.MultiPixelPackedSampleModel
- Returns the number of bits per sample for all bands.
- getSampleSize(int) -
Method in class java.awt.image.MultiPixelPackedSampleModel
- Returns the number of bits per sample for the specified band.
- getSampleSize() -
Method in class java.awt.image.SampleModel
- Returns the size in bits of samples for all bands.
- getSampleSize(int) -
Method in class java.awt.image.SampleModel
- Returns the size in bits of samples for the specified band.
- getSampleSize() -
Method in class java.awt.image.SinglePixelPackedSampleModel
- Returns the number of bits per sample for all bands.
- getSampleSize(int) -
Method in class java.awt.image.SinglePixelPackedSampleModel
- Returns the number of bits per sample for the specified band.
- 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.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[]) -
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, 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, 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, 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, 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, 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, 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.
- getSaturation() -
Method in class javax.swing.colorchooser.DefaultHSBChooserPanel.HSBImage
-
- getSavepointId() -
Method in interface java.sql.Savepoint
- Retrieves the generated ID for the savepoint that this
Savepoint
object represents.
- getSavepointName() -
Method in interface java.sql.Savepoint
- Retrieves the name of the savepoint that this
Savepoint
object represents.
- getScale(int) -
Method in interface java.sql.ParameterMetaData
- Retrieves the designated parameter's number of digits to right of the decimal point.
- getScale(int) -
Method in interface java.sql.ResultSetMetaData
- Gets the designated column's number of digits to right of the decimal point.
- getScaleFactors(float[]) -
Method in class java.awt.image.RescaleOp
- Returns the scale factors in the given array.
- getScaleInstance(double, double) -
Static method in class java.awt.geom.AffineTransform
- Returns a transform representing a scaling transformation.
- getScaleX() -
Method in class java.awt.geom.AffineTransform
- Returns the X coordinate scaling element (m00) of the 3x3
affine transformation matrix.
- getScaleY() -
Method in class java.awt.geom.AffineTransform
- Returns the Y coordinate scaling element (m11) of the 3x3
affine transformation matrix.
- getScaledInstance(int, int, int) -
Method in class java.awt.Image
- Creates a scaled version of this image.
- 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() -
Method in class org.apache.xalan.processor.StylesheetHandler
- Get the root of the XSLT Schema, which tells us how to
transition content handlers, create elements, etc.
- getSchemaName(int) -
Method in interface java.sql.ResultSetMetaData
- Get the designated column's table's schema.
- getSchemaTerm() -
Method in interface java.sql.DatabaseMetaData
- Retrieves the database vendor's preferred term for "schema".
- getSchemas() -
Method in interface java.sql.DatabaseMetaData
- Retrieves the schema names available in this database.
- getScheme() -
Method in class java.net.URI
- Returns the scheme component of this URI.
- getScheme() -
Method in class org.apache.xml.utils.URI
- Get the scheme for this URI.
- getSchemeSpecificPart() -
Method in class java.net.URI
- Returns the decoded scheme-specific part of this URI.
- getSchemeSpecificPart() -
Method in class org.apache.xml.utils.URI
- Get the scheme-specific part for this URI (everything following the
scheme and the first colon).
- getScientificInstance() -
Static method in class java.text.NumberFormat
- Returns a scientific format for the current default locale.
- getScientificInstance(Locale) -
Static method in class java.text.NumberFormat
- Returns a scientific format for the specified locale.
- getScore() -
Method in class ISSearch.ISPeerResult
- Returns the relevance of the document.
- getScore() -
Method in interface ISSearch.ISPeerResultInterface
- Returns the relevance (rank) of the document in the context of given query.
- getScreenDevices() -
Method in class java.awt.GraphicsEnvironment
- Returns an array of all of the screen
GraphicsDevice
objects.
- getScreenInsets(GraphicsConfiguration) -
Method in class java.awt.Toolkit
- Gets the insets of the screen.
- 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.
- getScrollAmount() -
Method in class java.awt.event.MouseWheelEvent
- Returns the number of units that should be scrolled in response to this
event.
- getScrollMode() -
Method in class javax.swing.JViewport
- Returns the current scrolling mode.
- getScrollOffset() -
Method in class javax.swing.JTextField
- Gets the scroll offset, in pixels.
- 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.
- getScrollType() -
Method in class java.awt.event.MouseWheelEvent
- Returns the type of scrolling that should take place in response to this
event.
- getScrollableBlockIncrement(Rectangle, int, int) -
Method in class javax.swing.JList
- Returns the distance to scroll to expose the next or previous block.
- 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.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.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, or if the layout orientation is
VERTICAL_WRAP
and the number of visible rows is <= 0;
otherwise returns false.
- 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.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.text.JTextComponent
- Returns 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; or if the
layout orientation is HORIZONTAL_WRAP
and the
visible row count is <= 0; otherwise returns
false.
- getScrollableTracksViewportWidth() -
Method in class javax.swing.JTable
- Returns false if
autoResizeMode
is set to
AUTO_RESIZE_OFF
, which indicates 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.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.text.JTextComponent
- Returns 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.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.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.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
- Returns an enumerated value that indicates which scroll bars
the text area uses.
- getScrollsOnExpand() -
Method in class javax.swing.JTree
- Returns the value of the
scrollsOnExpand
property.
- getSearchStringEscape() -
Method in interface java.sql.DatabaseMetaData
- Retrieves the string that can be used to escape wildcard characters.
- getSecondary1() -
Method in class javax.swing.plaf.metal.DefaultMetalTheme
-
- getSecondary1() -
Method in class javax.swing.plaf.metal.MetalTheme
-
- getSecondary2() -
Method in class javax.swing.plaf.metal.DefaultMetalTheme
-
- getSecondary2() -
Method in class javax.swing.plaf.metal.MetalHighContrastTheme
-
- getSecondary2() -
Method in class javax.swing.plaf.metal.MetalTheme
-
- getSecondary3() -
Method in class javax.swing.plaf.metal.DefaultMetalTheme
-
- getSecondary3() -
Method in class javax.swing.plaf.metal.MetalHighContrastTheme
-
- getSecondary3() -
Method in class javax.swing.plaf.metal.MetalTheme
-
- getSeconds() -
Method in class java.sql.Date
- Deprecated.
- getSeconds() -
Method in class java.util.Date
- Deprecated. As of JDK version 1.1,
replaced by
Calendar.get(Calendar.SECOND)
.
- getSecurityContext() -
Method in class java.lang.SecurityManager
- Creates an object that encapsulates the current execution
environment.
- getSecurityContext(ClassLoader) -
Method in interface java.rmi.server.LoaderHandler
- Deprecated. no replacement
- getSecurityContext(ClassLoader) -
Static method in class java.rmi.server.RMIClassLoader
- Deprecated. no replacement. As of the Java 2 platform v1.2, RMI no
longer uses this method to obtain a class loader's security context.
- getSecurityManager() -
Static method in class java.lang.System
- Gets the system security interface.
- getSegment() -
Method in class javax.swing.text.SegmentCache
- Returns a
Segment
.
- getSegmentAt(int, int) -
Method in class javax.swing.text.JTextComponent.AccessibleJTextComponent
- Returns the Segment at
index
representing either
the paragraph or sentence as identified by part
, or
null if a valid paragraph/sentence can't be found.
- getSegmentAt(int, int) -
Method in class javax.swing.text.html.AccessibleHTML.TextElementInfo.TextAccessibleContext
- Returns the Segment at
index
representing either
the paragraph or sentence as identified by part
, or
null if a valid paragraph/sentence can't be found.
- getSelect() -
Method in class org.apache.xalan.templates.ElemCopyOf
- Get the "select" attribute.
- getSelect() -
Method in class org.apache.xalan.templates.ElemForEach
- Get the "select" attribute.
- getSelect() -
Method in class org.apache.xalan.templates.ElemSort
- Get the "select" attribute.
- getSelect() -
Method in class org.apache.xalan.templates.ElemValueOf
- Get the "select" attribute.
- getSelect() -
Method in class org.apache.xalan.templates.ElemVariable
- Get the "select" attribute.
- getSelect() -
Method in class org.apache.xalan.templates.ElemWithParam
- Get the "select" attribute.
- getSelectColor() -
Method in class javax.swing.plaf.metal.MetalButtonUI
-
- getSelectColor() -
Method in class javax.swing.plaf.metal.MetalRadioButtonUI
-
- getSelectColor() -
Method in class javax.swing.plaf.metal.MetalToggleButtonUI
-
- getSelectedAccessibleColumns() -
Method in class javax.swing.JTable.AccessibleJTable.AccessibleTableHeader
- Returns the selected columns in a table.
- getSelectedAccessibleColumns() -
Method in class javax.swing.JTable.AccessibleJTable
- Returns the selected columns in a table.
- getSelectedAccessibleColumns() -
Method in class javax.swing.text.html.AccessibleHTML.TableElementInfo.TableAccessibleContext.AccessibleHeadersTable
- Returns the selected columns in a table.
- getSelectedAccessibleColumns() -
Method in class javax.swing.text.html.AccessibleHTML.TableElementInfo.TableAccessibleContext
- Returns the selected columns in a table.
- getSelectedAccessibleRows() -
Method in class javax.swing.JTable.AccessibleJTable.AccessibleTableHeader
- Returns the selected rows in a table.
- getSelectedAccessibleRows() -
Method in class javax.swing.JTable.AccessibleJTable
- Returns the selected rows in a table.
- getSelectedAccessibleRows() -
Method in class javax.swing.text.html.AccessibleHTML.TableElementInfo.TableAccessibleContext.AccessibleHeadersTable
- Returns the selected rows in a table.
- getSelectedAccessibleRows() -
Method in class javax.swing.text.html.AccessibleHTML.TableElementInfo.TableAccessibleContext
- 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 interface javax.swing.colorchooser.ColorSelectionModel
- Returns the selected
Color
which should be
non-null
.
- getSelectedColor() -
Method in class javax.swing.colorchooser.DefaultColorSelectionModel
- Returns the selected
Color
which should be
non-null
.
- 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
- Returns 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.Choice
- Returns the index of the currently selected item.
- getSelectedIndex() -
Method in class java.awt.List
- Gets the index of the selected item on the list,
- getSelectedIndex() -
Method in class javax.swing.DefaultSingleSelectionModel
-
- getSelectedIndex() -
Method in class javax.swing.JComboBox
- Returns the 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.
- 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.
- getSelectedIndexes() -
Method in class java.awt.List
- Gets the selected indexes on the list.
- getSelectedIndexes() -
Method in interface java.awt.peer.ListPeer
-
- 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.Choice
- Gets a representation of the current choice as a string.
- getSelectedItem() -
Method in class java.awt.List
- Gets the selected item on this scrolling list.
- getSelectedItem() -
Method in interface javax.swing.ComboBoxModel
- Returns the selected item
- getSelectedItem() -
Method in class javax.swing.DefaultComboBoxModel
-
- getSelectedItem() -
Method in class javax.swing.JComboBox
- Returns the current 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
- Gets 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.CheckboxMenuItem
- Returns the an array (length 1) containing the checkbox menu item
label or null if the checkbox is not selected.
- getSelectedObjects() -
Method in class java.awt.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.List
- Returns the selected items on the list in an array of objects.
- 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.DefaultButtonModel
- Overridden to return
null
.
- 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.
- 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.AccessibleAWTTextComponent
- Returns the portion of the text that is selected.
- getSelectedText() -
Method in class java.awt.TextComponent
- Returns the selected text from the text that is
presented by this text component.
- getSelectedText(AttributedCharacterIterator.Attribute[]) -
Method in interface java.awt.im.InputMethodRequests
- Gets the currently selected text from the text editing component.
- 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.AccessibleJTextComponent
- Returns the portion of the text that is selected.
- getSelectedText(AttributedCharacterIterator.Attribute[]) -
Method in class javax.swing.text.JTextComponent.InputMethodRequestsHandler
-
- getSelectedText() -
Method in class javax.swing.text.JTextComponent
- Returns the selected text contained in this
TextComponent
.
- getSelectedText() -
Method in class javax.swing.text.html.AccessibleHTML.TextElementInfo.TextAccessibleContext
- Returns the portion of the text that is selected.
- 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
- Returns the model of the selected button.
- 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 painted
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.AccessibleAWTTextComponent
- Returns the end offset within the selected text.
- getSelectionEnd() -
Method in class java.awt.TextComponent
- Gets the end position of the selected text in
this text component.
- getSelectionEnd() -
Method in interface java.awt.peer.TextComponentPeer
-
- 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.AccessibleJTextComponent
- 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.html.AccessibleHTML.TextElementInfo.TextAccessibleContext
- 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 painted
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.text.html.OptionListModel
-
- 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.JList
- Returns the value of the current selection model.
- getSelectionModel() -
Method in class javax.swing.JMenuBar
- Returns the model object that handles single selections.
- getSelectionModel() -
Method in class javax.swing.JPopupMenu
- Returns the model object that handles single selections.
- getSelectionModel() -
Method in class javax.swing.JTable
- Returns the
ListSelectionModel
that is used to maintain row
selection state.
- getSelectionModel() -
Method in class javax.swing.JTree
- Returns the model for selections.
- getSelectionModel() -
Method in class javax.swing.plaf.basic.BasicTreeUI
-
- 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.
- 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.AccessibleAWTTextComponent
- Returns the start offset within the selected text.
- getSelectionStart() -
Method in class java.awt.TextComponent
- Gets the start position of the selected text in
this text component.
- getSelectionStart() -
Method in interface java.awt.peer.TextComponentPeer
-
- 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.AccessibleJTextComponent
- 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.html.AccessibleHTML.TextElementInfo.TextAccessibleContext
- Returns the start offset within the selected text.
- getSelectionValues() -
Method in class javax.swing.JOptionPane
- Returns the input 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.
- getSeparator() -
Method in class java.io.FileSystem
- Return the local filesystem's name-separator character.
- getSeparator() -
Method in class java.io.Win32FileSystem
-
- 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
- getSequenceNumber() -
Method in class java.util.logging.LogRecord
- Get the sequence number.
- getSerialFields(Class) -
Static method in class java.io.ObjectStreamClass
- Returns ObjectStreamField array describing the serializable fields of
the given class.
- getSerialVersionUID() -
Method in class java.io.ObjectStreamClass
- Return the serialVersionUID for this class.
- getSerializableConstructor(Class) -
Static method in class java.io.ObjectStreamClass
- Returns subclass-accessible no-arg constructor of first non-serializable
superclass, or null if none found.
- getSerializer(Properties) -
Static method in class org.apache.xalan.serialize.SerializerFactory
- Returns a serializer for the specified output method.
- getSerializer() -
Method in class org.apache.xalan.transformer.QueuedEvents
- This is only for use of object pooling, so the that
it can be reset.
- getSerializer() -
Method in class org.apache.xalan.transformer.TransformerImpl
-
Get the current serializer in use, which may well not
be the main serializer (for instance, this may well be
a text serializer for string creation from templates).
- getServer(String, int, String) -
Static method in class ISSearch.ISPeerTools
- Returns the reference to the RMI Server (Peer) of the distributed search engine.
- getServerSocket() -
Method in class java.net.SocketImpl
-
- getSetterMethodName() -
Method in class org.apache.xalan.processor.XSLTAttributeDef
- Return a string that should represent the setter method.
- getShadowColor(Component) -
Method in class javax.swing.border.EtchedBorder
- Returns the shadow color of the etched border
when rendered on the specified component.
- 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
-
- getShadowInnerColor(Component) -
Method in class javax.swing.border.BevelBorder
- Returns the inner shadow color of the bevel border
when rendered on the specified component.
- getShadowInnerColor() -
Method in class javax.swing.border.BevelBorder
- Returns the inner shadow color of the bevel border.
- getShadowOuterColor(Component) -
Method in class javax.swing.border.BevelBorder
- Returns the outer shadow color of the bevel border
when rendered on the specified component.
- getShadowOuterColor() -
Method in class javax.swing.border.BevelBorder
- Returns the outer shadow color of the bevel border.
- getShape() -
Method in class java.awt.BasicStroke.FillAdapter
-
- getShaper(int) -
Static method in class java.awt.font.NumericShaper
- Returns a shaper for the provided unicode range.
- getSharedAncestor(DefaultMutableTreeNode) -
Method in class javax.swing.tree.DefaultMutableTreeNode
- Returns the nearest common ancestor to this node and
aNode
.
- getSharedInstance() -
Static method in class javax.swing.PopupFactory
- Returns the shared
PopupFactory
which can be used
to obtain Popup
s.
- getSharedInstance() -
Static method in class javax.swing.text.SegmentCache
- Returns the shared SegmentCache.
- getSharedOwnerFrame() -
Static method in class javax.swing.SwingUtilities
- Returns a toolkit-private, shared, invisible Frame
to be the owner for JDialogs and JWindows created with
null owners.
- getSharedSegment() -
Static method in class javax.swing.text.SegmentCache
- A convenience method to get a Segment from the shared
SegmentCache
.
- 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.
- getShellFolder(File) -
Method in class javax.swing.filechooser.FileSystemView
-
- getShift() -
Method in class javax.swing.plaf.metal.MetalIconFactory.FileIcon16
-
- 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.TreeLeafIcon
-
- getShort(byte[], int) -
Static method in class java.io.Bits
-
- 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(Object) -
Method in class java.lang.reflect.Field
- Gets the value of a static or instance field of type
short
or of another primitive type convertible to
type short
via a widening conversion.
- getShort(ByteBuffer, int, boolean) -
Static method in class java.nio.Bits
-
- getShort(long, boolean) -
Static method in class java.nio.Bits
-
- getShort() -
Method in class java.nio.ByteBuffer
- Relative get method for reading a short value.
- getShort(int) -
Method in class java.nio.ByteBuffer
- Absolute get method for reading a short value.
- getShort(long) -
Method in class java.nio.DirectByteBuffer
-
- getShort() -
Method in class java.nio.DirectByteBuffer
-
- getShort(int) -
Method in class java.nio.DirectByteBuffer
-
- getShort() -
Method in class java.nio.HeapByteBuffer
-
- getShort(int) -
Method in class java.nio.HeapByteBuffer
-
- getShort(int) -
Method in interface java.sql.CallableStatement
- Retrieves the value of the designated JDBC
SMALLINT
parameter
as a short
in the Java programming language.
- getShort(String) -
Method in interface java.sql.CallableStatement
- Retrieves the value of a JDBC
SMALLINT
parameter as a short
in the Java programming language.
- getShort(int) -
Method in interface java.sql.ResultSet
- Retrieves the value of the designated column in the current row
of this
ResultSet
object as
a short
in the Java programming language.
- getShort(String) -
Method in interface java.sql.ResultSet
- Retrieves 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 org.apache.xml.utils.synthetic.reflection.Field
- Get the value of a field as a short on specified
object.
- getShortB(ByteBuffer, int) -
Static method in class java.nio.Bits
-
- getShortB(long) -
Static method in class java.nio.Bits
-
- getShortL(ByteBuffer, int) -
Static method in class java.nio.Bits
-
- getShortL(long) -
Static method in class java.nio.Bits
-
- getShortMonths() -
Method in class java.text.DateFormatSymbols
- Gets short month strings.
- getShortName() -
Method in class org.apache.xml.utils.synthetic.Class
- Extract just the local name of this class, minus the package
prefix.
***** I don't think this handles array types properly yet.
- 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.
- getShortcut() -
Method in class java.awt.MenuItem
- Get the
MenuShortcut
object associated with this
menu item,
- getShortcutMenuItem(MenuShortcut) -
Method in class java.awt.Menu
-
- 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.
- getShortcutMenuItem(MenuShortcut) -
Method in class java.awt.MenuItem
-
- getShouldCacheNodes() -
Method in class org.apache.xpath.NodeSet
- Get whether or not this is a cached node set.
- getShouldCacheNodes() -
Method in class org.apache.xpath.NodeSetDTM
- Get whether or not this is a cached node set.
- getShouldStripSpace() -
Method in class org.apache.xalan.templates.WhiteSpaceInfo
- Return true if this element specifies that the node that
matches the match pattern should be stripped, otherwise
the space should be preserved.
- getShouldStripSpace(int, DTM) -
Method in class org.apache.xalan.transformer.TransformerImpl
- Test whether whitespace-only text nodes are visible in the logical
view of
DTM
.
- getShouldStripSpace(int, DTM) -
Method in interface org.apache.xml.dtm.DTMWSFilter
- Test whether whitespace-only text nodes are visible in the logical
view of
DTM
.
- getShouldStripWhitespace() -
Method in class org.apache.xalan.lib.sql.DTMDocument
-
- getShouldStripWhitespace() -
Method in class org.apache.xml.dtm.ref.DTMDefaultBase
- Find out whether or not to strip whispace nodes.
- getShowHorizontalLines() -
Method in class javax.swing.JTable
- Returns true if the table draws horizontal lines between cells, false if it
doesn't.
- getShowVerticalLines() -
Method in class javax.swing.JTable
- Returns true if the table draws vertical lines between cells, false if it
doesn't.
- getShowsRootHandles() -
Method in class javax.swing.JTree
- Returns the value of the
showsRootHandles
property.
- getShowsRootHandles() -
Method in class javax.swing.plaf.basic.BasicTreeUI
-
- 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.
- getSignature() -
Method in class java.io.ObjectStreamField
- Returns JVM type signature of field (similar to getTypeString, except
that signature strings are returned for primitive fields as well).
- getSigners() -
Method in class java.lang.Class
- Gets the signers of this class.
- getSigners() -
Method in class org.apache.xml.utils.synthetic.Class
- Get the signers of this class.
- getSimpleSelectors(String) -
Method in class javax.swing.text.html.StyleSheet
- Returns the simple selectors that comprise selector.
- getSimpleString() -
Method in class org.apache.xalan.templates.AVT
- Get the AVT as the original string.
- getSimpleString() -
Method in class org.apache.xalan.templates.AVTPart
- Get the AVT part as the original string.
- getSimpleString() -
Method in class org.apache.xalan.templates.AVTPartSimple
- Get the AVT part as the original string.
- getSimpleString() -
Method in class org.apache.xalan.templates.AVTPartXPath
- Get the AVT part as the original string.
- getSingleNodeValue() -
Method in class org.apache.xpath.domapi.XPathResultImpl
- The value of this single node result, which may be
null
.
- 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.Component
- Returns the size of this component in the form of a
Dimension
object.
- getSize(Dimension) -
Method in class java.awt.Component
- Stores the width/height of this component into "return value" rv
and return rv.
- getSize() -
Method in class java.awt.Dimension
- Gets the size of this
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.MenuComponent.AccessibleAWTMenuComponent
- Returns the size of this object in the form of a
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(long) -
Static method in class java.util.zip.ZipFile
-
- getSize() -
Method in class javax.swing.DefaultComboBoxModel
-
- getSize() -
Method in class javax.swing.DefaultListModel
- Returns the number of components in this list.
- getSize(Dimension) -
Method in class javax.swing.JComponent
- Stores the width/height of this component into "return value"
rv
and returns rv
.
- getSize() -
Method in class javax.swing.JList.AccessibleJList.AccessibleJListChild
-
- getSize() -
Method in class javax.swing.JTabbedPane.Page
-
- getSize() -
Method in class javax.swing.JTable.AccessibleJTable.AccessibleJTableCell
-
- getSize() -
Method in class javax.swing.JTree.AccessibleJTree.AccessibleJTreeNode
-
- getSize() -
Method in interface javax.swing.ListModel
- Returns the length of the list.
- getSize(int) -
Method in class javax.swing.SizeSequence
- Returns the size of the specified entry.
- 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() -
Method in class javax.swing.table.JTableHeader.AccessibleJTableHeader.AccessibleJTableHeaderEntry
-
- getSize() -
Method in class javax.swing.text.html.AccessibleHTML.HTMLAccessibleContext
- Returns the size of this object in the form of a Dimension object.
- 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.
- getSizeForComponent(Component) -
Method in class javax.swing.plaf.basic.BasicComboBoxUI
- This has been refactored out in hopes that it may be investigated and
simplified for the next major release. adding/removing
the component to the currentValuePane and changing the font may be
redundant operations.
- getSizeForPrimaryAxis(Dimension) -
Method in class javax.swing.plaf.basic.BasicSplitPaneUI.BasicHorizontalLayoutManager
- If the axis == 0, the width is returned, otherwise the height.
- getSizeForPrimaryAxis(Insets, boolean) -
Method in class javax.swing.plaf.basic.BasicSplitPaneUI.BasicHorizontalLayoutManager
- Returns a particular value of the inset identified by the
axis and
isTop
axis isTop
0 true - left
0 false - right
1 true - top
1 false - bottom
- getSizeForSecondaryAxis(Dimension) -
Method in class javax.swing.plaf.basic.BasicSplitPaneUI.BasicHorizontalLayoutManager
- If the axis == 0, the width is returned, otherwise the height.
- getSizeForSecondaryAxis(Insets, boolean) -
Method in class javax.swing.plaf.basic.BasicSplitPaneUI.BasicHorizontalLayoutManager
- Returns a particular value of the inset identified by the
axis and
isTop
axis isTop
0 true - left
0 false - right
1 true - top
1 false - bottom
- 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(int, int, int[]) -
Method in class javax.swing.SizeSequence
-
- getSizes() -
Method in class javax.swing.plaf.basic.BasicSplitPaneUI.BasicHorizontalLayoutManager
- Returns the sizes of the components.
- getSlot() -
Method in class java.lang.reflect.Constructor
-
- getSmallDisplayIcon() -
Method in class javax.swing.colorchooser.AbstractColorChooserPanel
- Returns the small display icon for the panel.
- getSmallDisplayIcon() -
Method in class javax.swing.colorchooser.DefaultHSBChooserPanel
-
- getSmallDisplayIcon() -
Method in class javax.swing.colorchooser.DefaultRGBChooserPanel
-
- getSmallDisplayIcon() -
Method in class javax.swing.colorchooser.DefaultSwatchChooserPanel
-
- 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.
- getSnapToValue() -
Method in class javax.swing.JSlider
- Returns true if the knob (and the data value it represents)
resolve to the closest slider value next to where the user
positioned the knob.
- getSnapshot() -
Method in class java.awt.image.VolatileImage
- Returns a static snapshot image of this object.
- getSnapshot() -
Method in class org.apache.xalan.transformer.TransformerImpl
- This will get a snapshot of the current executing context
- getSnapshotLength() -
Method in class org.apache.xpath.domapi.XPathResultImpl
- The number of nodes in the result snapshot.
- getSoLinger() -
Method in class java.net.Socket
- Returns setting for SO_LINGER. -1 returns implies that the
option is disabled.
- getSoTimeout() -
Method in class java.net.DatagramSocket
- Retrive setting for SO_TIMEOUT. 0 returns implies that the
option is disabled (i.e., timeout of infinity).
- getSoTimeout() -
Method in class java.net.ServerSocket
- Retrive setting for SO_TIMEOUT. 0 returns implies that the
option is disabled (i.e., timeout of infinity).
- getSoTimeout() -
Method in class java.net.Socket
- Returns setting for SO_TIMEOUT. 0 returns implies that the
option is disabled (i.e., timeout of infinity).
- getSocket() -
Method in class java.net.SocketImpl
-
- getSocketAddress() -
Method in class java.net.DatagramPacket
- Gets the SocketAddress (usually IP address + port number) of the remote
host that this packet is being sent to or is coming from.
- getSocketFactory() -
Static method in class java.rmi.server.RMISocketFactory
- Returns the socket factory set by the
setSocketFactory
method.
- getSortElem(int) -
Method in class org.apache.xalan.templates.ElemForEach
- Get a xsl:sort element associated with this element.
- getSortElemCount() -
Method in class org.apache.xalan.templates.ElemForEach
- Get the count xsl:sort elements associated with this element.
- 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.awt.image.VolatileImage
- This returns an ImageProducer for this VolatileImage.
- getSource(int) -
Method in class java.awt.image.renderable.ParameterBlock
- Returns a source as a general Object.
- getSource() -
Method in class java.util.EventObject
- The object on which the Event initially occurred.
- getSource() -
Method in class org.apache.xalan.client.XSLTProcessorApplet
- Use a Transformer to copy the source document
to a StreamResult.
- 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.DragSourceContext
- Returns a bitwise mask of
DnDConstants
that
represent the set of drop actions supported by the drag source for the
drag operation associated with this DragSourceContext
.
- getSourceActions() -
Method in class java.awt.dnd.DropTargetDragEvent
- This method returns the source drop actions.
- getSourceActions() -
Method in class java.awt.dnd.DropTargetDropEvent
- This method returns the source drop actions.
- getSourceActions(JComponent) -
Method in class javax.swing.TransferHandler
- Returns the type of transfer actions supported by the source.
- getSourceActions(JComponent) -
Method in class javax.swing.plaf.basic.BasicFileChooserUI.FileTransferHandler
-
- getSourceActions(JComponent) -
Method in class javax.swing.plaf.basic.BasicListUI.ListTransferHandler
-
- getSourceActions(JComponent) -
Method in class javax.swing.plaf.basic.BasicTableUI.TableTransferHandler
-
- getSourceActions(JComponent) -
Method in class javax.swing.plaf.basic.BasicTextUI.TextTransferHandler
- This is the type of transfer actions supported by the source.
- getSourceActions(JComponent) -
Method in class javax.swing.plaf.basic.BasicTreeUI.TreeTransferHandler
-
- getSourceActions(JComponent) -
Method in class javax.swing.text.JTextComponent.DefaultTransferHandler
-
- getSourceAsDragGestureRecognizer() -
Method in class java.awt.dnd.DragGestureEvent
- Returns the source as a
DragGestureRecognizer
.
- getSourceClassName() -
Method in class java.util.logging.LogRecord
- Get the name of the class that (allegedly) issued the logging request.
- getSourceCoroutineID() -
Method in class org.apache.xml.dtm.ref.IncrementalSAXSource_Filter
-
- getSourceElement() -
Method in class javax.swing.event.HyperlinkEvent
- Returns the
Element
that corresponds to the source of the
event.
- getSourceLine(String, int) -
Static method in class org.apache.xml.utils.ListingErrorHandler
- Return the specific source line that caused the exception,
if possible to load it; allow exceptions to be thrown.
- getSourceLocatorFor(int) -
Method in class org.apache.xalan.lib.sql.DTMDocument
- No source information is available for DOM2DTM, so return
null
here.
- getSourceLocatorFor(int) -
Method in interface org.apache.xml.dtm.DTM
- Get the location of a node in the source document.
- getSourceLocatorFor(int) -
Method in class org.apache.xml.dtm.ref.DTMDocumentImpl
- Source information is not handled yet, so return
null
here.
- getSourceLocatorFor(int) -
Method in class org.apache.xml.dtm.ref.dom2dtm.DOM2DTM
- No source information is available for DOM2DTM, so return
null
here.
- getSourceLocatorFor(int) -
Method in class org.apache.xml.dtm.ref.sax2dtm.SAX2DTM
- Retrieve the SourceLocator associated with a specific node.
- getSourceMethodName() -
Method in class java.util.logging.LogRecord
- Get the name of the method that (allegedly) issued the logging request.
- getSourceString() -
Method in class java.text.CollationKey
- Returns the String that this CollationKey represents.
- getSourceTree() -
Method in class org.apache.xalan.extensions.XSLProcessorContext
- Get the root of the source tree being executed.
- getSourceTree(String, String, SourceLocator, XPathContext) -
Method in class org.apache.xpath.SourceTreeManager
- Get the source tree from the a base URL and a URL string.
- getSourceTree(Source, SourceLocator, XPathContext) -
Method in class org.apache.xpath.SourceTreeManager
- Get the source tree from the input source.
- getSourceTreeAsText() -
Method in class org.apache.xalan.client.XSLTProcessorApplet
- Get the XML source Tree as a text string suitable
for display in a browser.
- getSourceTreeManager() -
Method in class org.apache.xpath.XPathContext
- Get the SourceTreeManager associated with this execution context.
- getSources() -
Method in class java.awt.image.BufferedImage
- Returns a
Vector
of RenderedImage
objects that are
the immediate sources, not the sources of these immediate sources,
of image data for this BufferedImage
.
- getSources() -
Method in interface java.awt.image.RenderedImage
- Returns a vector of RenderedImages that are the immediate sources of
image data for this RenderedImage.
- getSources() -
Method in class java.awt.image.renderable.ParameterBlock
- Returns the entire Vector of sources.
- getSources() -
Method in 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.RenderableImageOp
- Returns a vector of RenderableImages that are the sources of
image data for this RenderableImage.
- getSouth() -
Method in class javax.swing.SpringLayout.Constraints
-
- getSouthPane() -
Method in class javax.swing.plaf.basic.BasicInternalFrameUI
-
- getSpaceAbove(AttributeSet) -
Static method in class javax.swing.text.StyleConstants
- Gets the space above setting.
- getSpaceBelow(AttributeSet) -
Static method in class javax.swing.text.StyleConstants
- Gets the space below setting.
- getSpan(int, int) -
Method in class javax.swing.text.BoxView
- Fetches the span of a particular childs current layout.
- getSpan(GlyphView, int, int, TabExpander, float) -
Method in class javax.swing.text.GlyphPainter1
- Determine the span the glyphs given a start location
(for tab expansion).
- getSpan(GlyphView, int, int, TabExpander, float) -
Method in class javax.swing.text.GlyphPainter2
- Determine the span the glyphs given a start location
(for tab expansion).
- 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() -
Method in interface javax.swing.text.html.CSS.LayoutIterator
-
- getSpan() -
Method in class javax.swing.text.html.TableView.ColumnIterator
-
- getSpan() -
Method in class javax.swing.text.html.TableView.RowIterator
-
- getSpanOnAxis(int) -
Method in class javax.swing.text.AsyncBoxView
- Retrieves the size of the view along an axis.
- getSpanOnAxis(int) -
Method in class javax.swing.text.BoxView
- Returns the size of the view along an axis.
- getSpecialEscapeURLs() -
Method in class org.apache.xalan.serialize.SerializerToHTML
- Tells if the formatter should use special URL escaping.
- 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.
- getSpecificity() -
Method in class javax.swing.text.html.StyleSheet.SelectorMapping
- Returns the specificity this mapping represents.
- getSpecificity(String) -
Static method in class javax.swing.text.html.StyleSheet
- Returns the specificity of the passed in String.
- getSpecified() -
Method in class org.apache.crimson.tree.AttributeNode
- DOM: Returns true if the source text specified the attribute.
- getSpecified() -
Method in class org.apache.xml.dtm.ref.DTMNodeProxy
-
- getSpecified() -
Method in class org.apache.xml.dtm.ref.dom2dtm.DOM2DTMdefaultNamespaceDeclarationNode
-
- getSpecified() -
Method in class org.apache.xml.utils.UnImplNode
- Unimplemented.
- getSpi(String) -
Method in class java.util.prefs.AbstractPreferences
- Return the value associated with the specified key at this preference
node, or null if there is no association for this key, or the
association cannot be determined at this time.
- getSpi(String) -
Method in class java.util.prefs.WindowsPreferences
- Implements AbstractPreferences getSpi() method.
- getSpinner() -
Method in class javax.swing.JSpinner.DefaultEditor
- Returns the
JSpinner
ancestor of this editor or null.
- 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
- getSplitPaneFromSuper() -
Method in class javax.swing.plaf.metal.MetalSplitPaneDivider
-
- getSrc() -
Method in class org.apache.xalan.templates.ElemExtensionScript
- Get Extension handler name for this extension
- getStackFrame() -
Method in class org.apache.xpath.VariableStack
- Get the position from where the search should start,
which is either the searchStart property, or the top
of the stack if that value is -1.
- getStackGuard() -
Method in class org.apache.xalan.transformer.TransformerImpl
-
Get the object used to guard the stack from
recursion.
- getStackTrace() -
Method in class java.lang.Throwable
- Provides programmatic access to the stack trace information printed by
Throwable.printStackTrace()
.
- getStackTraceDepth() -
Method in class java.lang.Throwable
- Returns the number of elements in the stack trace (or 0 if the stack
trace is unavailable).
- getStackTraceElement(int) -
Method in class java.lang.Throwable
- Returns the specified element of the stack trace.
- getStandalone() -
Method in class org.apache.xml.dtm.ref.DTMNodeProxy
- EXPERIMENTAL!
- getStandalone() -
Method in class org.apache.xml.utils.UnImplNode
- EXPERIMENTAL!
- getStart() -
Method in class javax.swing.SpinnerDateModel
- Returns the first
Date
in the sequence.
- getStart(View) -
Method in class javax.swing.text.html.StyleSheet.ListPainter
- Obtains the starting index from
parent
.
- getStartIndex() -
Method in class javax.swing.JEditorPane.JEditorPaneAccessibleHypertextSupport.HTMLLink
- Get the index with the hypertext document at which this
link begins
- getStartNode() -
Method in interface org.apache.xml.dtm.DTMAxisIterator
- Get start to END should 'close' the iterator,
i.e. subsequent call to next() should return END.
- getStartNode() -
Method in class org.apache.xml.dtm.ref.DTMAxisIteratorBase
- Get start to END should 'close' the iterator,
i.e. subsequent call to next() should return END.
- getStartNode() -
Method in class org.apache.xml.dtm.ref.DTMDefaultBaseIterators.AncestorIterator
- Get start to END should 'close' the iterator,
i.e. subsequent call to next() should return END.
- getStartOffset() -
Method in class javax.swing.plaf.basic.BasicHTML.Renderer
- Returns the starting offset into the model for this view.
- getStartOffset() -
Method in class javax.swing.plaf.basic.BasicTextUI.RootView
- Returns the starting offset into the model for this view.
- 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.AbstractWriter
- Returns the first offset to be output.
- getStartOffset() -
Method in class javax.swing.text.DefaultHighlighter.HighlightInfo
-
- 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.ParagraphView.Row
- Range represented by a row in the paragraph is only
a subset of the total range of the paragraph element.
- getStartOffset() -
Method in class javax.swing.text.View
- Fetches the portion of the model for which this view is
responsible.
- getStartOffset() -
Method in class javax.swing.text.ZoneView.Zone
- Start of the zones range.
- getStartOffset() -
Method in class javax.swing.text.html.HTMLDocument.Iterator
- Returns the start of the range for which the current occurrence of
the tag is defined and has the same attributes.
- getStartOffset() -
Method in class javax.swing.text.html.HTMLDocument.LeafIterator
- Returns the start of the range for which the current occurrence of
the tag is defined and has the same attributes.
- getStartOffset() -
Method in class javax.swing.text.html.ImageView.ImageLabelView
-
- getStartPoint() -
Method in class java.awt.geom.Arc2D
- Returns the starting point of the arc.
- getStartPosition() -
Method in class javax.swing.text.AbstractDocument
- Returns a position that represents the start of the document.
- getStartPosition() -
Method in interface javax.swing.text.Document
- Returns a position that represents the start of the document.
- getStartRule() -
Method in class org.apache.xalan.templates.StylesheetRoot
-
Get the default template for a root node.
- getState() -
Method in class ISSearch.ISCrawler
- Returns the current state of the crawler.
- getState() -
Method in interface ISSearch.ISCrawlerInterface
- Returns the current state of the crawler.
- getState() -
Method in class ISSearch.ISDBCrawler
- Returns the current state of the crawler.
- getState() -
Method in class java.awt.Checkbox
- Determines whether this check box is in the "on" or "off" state.
- getState() -
Method in class java.awt.CheckboxMenuItem
- Determines whether the state of this check box menu item
is "on" or "off."
- getState() -
Method in class java.awt.Frame
- Gets the state of this frame (obsolete).
- getState() -
Method in class java.awt.im.InputMethodHighlight
- Returns the conversion state of the text range.
- getState() -
Method in interface java.awt.peer.FramePeer
-
- getState() -
Method in class javax.swing.JCheckBoxMenuItem
- Returns the selected-state of the item.
- getStateChange() -
Method in class java.awt.event.ItemEvent
- Returns the type of state change (selected or deselected).
- getStatement() -
Method in interface java.sql.ResultSet
- Retrieves the
Statement
object that produced this
ResultSet
object.
- getStaticAttribute(Object) -
Static method in class javax.swing.text.StyleContext
- Returns the object previously registered with
registerStaticAttributeKey
.
- getStaticAttributeKey(Object) -
Static method in class javax.swing.text.StyleContext
- Returns the String that
key
will be registered with
- getStaticScore() -
Method in class org.apache.xpath.patterns.NodeTest
- Get the static score for this node test.
- getStatus(boolean, boolean) -
Method in class java.awt.ImageMediaEntry
-
- getStatus(boolean, boolean) -
Method in class java.awt.MediaEntry
-
- getStatus() -
Method in class java.awt.image.PixelGrabber
- Return the status of the pixels.
- getStem() -
Method in interface ISSearch.ISTermInterface
- This function returns the word stem
- getStepCount(int) -
Static method in class org.apache.xpath.axes.WalkerFactory
-
- getStepLocalName(int) -
Method in class org.apache.xpath.compiler.OpMap
- Get the local name of the step.
- getStepNS(int) -
Method in class org.apache.xpath.compiler.OpMap
- Get the namespace of the step.
- getStepPattern() -
Method in class org.apache.xalan.templates.TemplateSubPatternAssociation
- Get associated XSLT StepPattern.
- getStepSize() -
Method in class javax.swing.SpinnerNumberModel
- Returns the size of the value change computed by the
getNextValue
and getPreviousValue
methods.
- getStepTestType(int) -
Method in class org.apache.xpath.compiler.OpMap
- Get the test type of the step, i.e.
- getStrain() -
Method in class javax.swing.Spring
-
- 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.
- getStrength() -
Method in class java.text.PatternEntry
- Gets the strength of the entry.
- getStrictErrorChecking() -
Method in class org.apache.xml.dtm.ref.DTMNodeProxy
- EXPERIMENTAL!
- getStrictErrorChecking() -
Method in class org.apache.xml.utils.UnImplNode
- EXPERIMENTAL!
- getStrikethroughOffset() -
Method in class java.awt.Font.FontLineMetrics
-
- 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.FontLineMetrics
-
- getStrikethroughThickness() -
Method in class java.awt.font.LineMetrics
- Returns the thickness of the strike-through line.
- getString(int) -
Method in interface java.sql.CallableStatement
- Retrieves the value of the designated JDBC
CHAR
,
VARCHAR
, or LONGVARCHAR
parameter as a
String
in the Java programming language.
- getString(String) -
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
- Retrieves 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 interface java.sql.ResultSet
- Retrieves the value of the designated column in the current row
of this
ResultSet
object as
a String
in the Java programming language.
- getString() -
Method in class java.text.AttributedString.AttributedStringIterator
-
- getString(String) -
Method in class java.util.ResourceBundle
- Gets a string for the given key from this resource bundle or one of its parents.
- getString() -
Method in class javax.swing.JProgressBar
- Returns the current value of the progress string.
- getString(Object) -
Method in class javax.swing.UIDefaults
- If the value of
key
is a String
return it,
otherwise return null
.
- getString(Object, Locale) -
Method in class javax.swing.UIDefaults
- If the value of
key
for the given Locale
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(Object, Locale) -
Static method in class javax.swing.UIManager
- Returns a string from the defaults table that is appropriate for the
given locale.
- getString(Object, Component) -
Static method in class javax.swing.UIManager
- Returns a string from the defaults table that is appropriate for the
given locale.
- getString(int, int) -
Method in interface javax.swing.text.AbstractDocument.Content
- Fetches a string of characters contained in the sequence.
- getString(int, int) -
Method in class javax.swing.text.GapContent
- Retrieves a portion of the content.
- getString(int, int) -
Method in class javax.swing.text.StringContent
- Retrieves a portion of the content.
- getString() -
Method in class javax.swing.text.html.parser.Entity
- Returns the data as a
String
.
- getString(int) -
Method in class javax.swing.text.html.parser.Parser
- Get the string that's been accumulated.
- getString(int, int) -
Method in class org.apache.xml.utils.FastStringBuffer
-
- getString(StringBuffer, int, int) -
Method in class org.apache.xml.utils.FastStringBuffer
-
- getString(StringBuffer, int, int, int) -
Method in class org.apache.xml.utils.FastStringBuffer
- Internal support for toString() and getString().
- getStringArray(String) -
Method in class java.util.ResourceBundle
- Gets a string array for the given key from this resource bundle or one of its parents.
- getStringBounds(String, FontRenderContext) -
Method in class java.awt.Font
- Returns the logical bounds of the specified
String
in
the specified FontRenderContext
.
- getStringBounds(String, int, int, FontRenderContext) -
Method in class java.awt.Font
- Returns the logical bounds of the specified
String
in
the specified FontRenderContext
.
- getStringBounds(char[], int, int, FontRenderContext) -
Method in class java.awt.Font
- Returns the logical bounds of the specified array of characters
in the specified
FontRenderContext
.
- getStringBounds(CharacterIterator, int, int, FontRenderContext) -
Method in class java.awt.Font
- Returns the logical bounds of the characters indexed in the
specified
CharacterIterator
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, Graphics) -
Method in class java.awt.FontMetrics
- Returns the bounds of the specified
String
in the
specified Graphics
context.
- 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, Graphics) -
Method in class java.awt.FontMetrics
- Returns the bounds of the characters indexed in the specified
CharacterIterator
in the
specified Graphics
context.
- getStringBuffer() -
Method in class java.text.DigitList
-
- getStringBuffer() -
Method in class javax.swing.text.html.StyleSheet.SearchBuffer
-
- getStringFromNode(int) -
Method in class org.apache.xpath.objects.XNodeSet
- Get the string conversion from a single node.
- getStringFunctions() -
Method in interface java.sql.DatabaseMetaData
- Retrieves a comma-separated list of string functions available with
this database.
- getStringPlacement(Graphics, String, int, int, int, int) -
Method in class javax.swing.plaf.basic.BasicProgressBarUI
- Designate the place where the progress string will be painted.
- getStringProperty(String, String) -
Method in class java.util.logging.LogManager
-
- getStringValue(int) -
Method in class org.apache.xalan.lib.sql.DTMDocument
-
- getStringValue(int) -
Method in interface org.apache.xml.dtm.DTM
- Get the string-value of a node as a String object
(see http://www.w3.org/TR/xpath#data-model
for the definition of a node's string-value).
- getStringValue(int) -
Method in class org.apache.xml.dtm.ref.DTMDefaultBase
- Get the string-value of a node as a String object
(see http://www.w3.org/TR/xpath#data-model
for the definition of a node's string-value).
- getStringValue(int) -
Method in class org.apache.xml.dtm.ref.DTMDocumentImpl
- Get the string-value of a node as a String object
(see http://www.w3.org/TR/xpath#data-model
for the definition of a node's string-value).
- getStringValue() -
Method in class org.apache.xml.dtm.ref.DTMNodeProxy
-
- getStringValue(int) -
Method in class org.apache.xml.dtm.ref.dom2dtm.DOM2DTM
- Get the string-value of a node as a String object
(see http://www.w3.org/TR/xpath#data-model
for the definition of a node's string-value).
- getStringValue(int) -
Method in class org.apache.xml.dtm.ref.sax2dtm.SAX2DTM
- Get the string-value of a node as a String object
(see http://www.w3.org/TR/xpath#data-model
for the definition of a node's string-value).
- getStringValue() -
Method in class org.apache.xpath.domapi.XPathResultImpl
- The value of this string result.
- getStringValueChunk(int, int, int[]) -
Method in class org.apache.xalan.lib.sql.DTMDocument
-
- getStringValueChunk(int, int, int[]) -
Method in interface org.apache.xml.dtm.DTM
- Get a character array chunk in the string-value of a node.
- getStringValueChunk(int, int, int[]) -
Method in class org.apache.xml.dtm.ref.DTMDefaultBase
- Get a character array chunk in the string-value of a node.
- getStringValueChunk(int, int, int[]) -
Method in class org.apache.xml.dtm.ref.DTMDocumentImpl
- Get a character array chunk in the string-value of a node.
- getStringValueChunkCount(int) -
Method in class org.apache.xalan.lib.sql.DTMDocument
-
- getStringValueChunkCount(int) -
Method in interface org.apache.xml.dtm.DTM
- Get number of character array chunks in
the string-value of a node.
- getStringValueChunkCount(int) -
Method in class org.apache.xml.dtm.ref.DTMDefaultBase
- Get number of character array chunks in
the string-value of a node.
- getStringValueChunkCount(int) -
Method in class org.apache.xml.dtm.ref.DTMDocumentImpl
- Get number of character array chunks in
the string-value of a node.
- getStringWriterPool() -
Method in class org.apache.xalan.transformer.TransformerImpl
-
Get the StringWriter pool, so that StringWriter
objects may be reused.
- getStripSpace(int) -
Method in class org.apache.xalan.templates.Stylesheet
- Get an "xsl:strip-space" property.
- getStripSpaceCount() -
Method in class org.apache.xalan.templates.Stylesheet
- Get the number of "xsl:strip-space" properties.
- 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
.
- getStrongHit(TextHitInfo, TextHitInfo) -
Method in class java.awt.font.TextLayout
- Return the "stronger" of the TextHitInfos.
- 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.DefaultStyledDocument
- Fetches a named style previously added.
- getStyle(String) -
Method in class javax.swing.text.StyleContext
- Fetches a named style previously added to the document
- getStyle(String) -
Method in interface javax.swing.text.StyledDocument
- Fetches a named style previously added.
- getStyle() -
Method in class javax.swing.text.html.StyleSheet.SelectorMapping
- Returns the Style associated with this mapping.
- getStyleNames() -
Method in class javax.swing.text.DefaultStyledDocument
- Fetches the list of of style names.
- getStyleNames() -
Method in class javax.swing.text.StyleContext
- Fetches the names of the styles defined.
- getStyleSheet() -
Method in class javax.swing.plaf.basic.BasicHTML.BasicEditorKit
- Overriden to return our own slimmed down style sheet.
- getStyleSheet() -
Method in class javax.swing.text.html.BlockView
-
- 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.
- getStyleSheet() -
Method in class javax.swing.text.html.ImageView
- Convenience method to get the StyleSheet.
- getStyleSheet() -
Method in class javax.swing.text.html.InlineView
-
- getStyleSheet() -
Method in class javax.swing.text.html.ParagraphView
-
- getStyleSheet() -
Method in class javax.swing.text.html.TableView.RowView
-
- getStyleSheet() -
Method in class javax.swing.text.html.TableView
-
- getStyleSheets() -
Method in class javax.swing.text.html.StyleSheet
- Returns an array of the linked StyleSheets.
- getStyleTreeAsText() -
Method in class org.apache.xalan.client.XSLTProcessorApplet
- Get the XSL style Tree as a text string suitable
for display in a browser.
- 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.
- getStyles(StyleSheet.SelectorMapping, Vector, String[], String[], String[], int, int, Hashtable) -
Method in class javax.swing.text.html.StyleSheet
- Adds
parentMapping
to styles
, and
recursively calls this method if parentMapping
has
any child mappings for any of the Elements in elements
.
- getStylesheet() -
Method in class org.apache.xalan.extensions.XSLProcessorContext
- Get the Stylesheet being executed.
- getStylesheet() -
Method in class org.apache.xalan.processor.StylesheetHandler
- Return the stylesheet that this handler is constructing.
- getStylesheet() -
Method in class org.apache.xalan.templates.ElemTemplate
- Get the owning stylesheet.
- getStylesheet() -
Method in class org.apache.xalan.templates.ElemTemplateElement
- Get the owning stylesheet.
- getStylesheet() -
Method in class org.apache.xalan.templates.Stylesheet
- Get the owning stylesheet.
- getStylesheet() -
Method in class org.apache.xalan.transformer.TransformerImpl
- Get the current stylesheet for this processor.
- getStylesheetComposed() -
Method in class org.apache.xalan.templates.ElemTemplate
- Get the stylesheet composed (resolves includes and
imports and has methods on it that return "composed" properties.
- getStylesheetComposed() -
Method in class org.apache.xalan.templates.ElemTemplateElement
- Get the owning "composed" stylesheet.
- getStylesheetComposed() -
Method in class org.apache.xalan.templates.Stylesheet
- Get the owning aggregated stylesheet, or this
stylesheet if it is aggregated.
- getStylesheetInclErr() -
Method in class org.apache.xalan.processor.ProcessorImport
- Get the error number associated with this type of stylesheet importing itself
- getStylesheetInclErr() -
Method in class org.apache.xalan.processor.ProcessorInclude
- Get the error number associated with this type of stylesheet including itself
- getStylesheetNamespace() -
Method in class org.apache.xalan.templates.NamespaceAlias
- Get the value for the stylesheet namespace.
- getStylesheetNode() -
Method in class org.apache.xpath.XPathException
- Get the stylesheet node from where this error originated.
- getStylesheetNode(ExpressionNode) -
Method in class org.apache.xpath.XPathException
- Get the XSLT ElemVariable that this sub-expression references.
- getStylesheetParent() -
Method in class org.apache.xalan.templates.Stylesheet
- Get the parent of the stylesheet.
- getStylesheetPrefix() -
Method in class org.apache.xalan.templates.NamespaceAlias
- Get the "stylesheet-prefix" attribute.
- getStylesheetProcessor() -
Method in class org.apache.xalan.processor.StylesheetHandler
- Get the XSLT TransformerFactoryImpl for needed services.
- getStylesheetRoot() -
Method in class org.apache.xalan.processor.StylesheetHandler
- Return the stylesheet root that this handler is constructing.
- getStylesheetRoot() -
Method in class org.apache.xalan.templates.ElemTemplate
- Get the root stylesheet.
- getStylesheetRoot() -
Method in class org.apache.xalan.templates.ElemTemplateElement
- Get the owning root stylesheet.
- getStylesheetRoot() -
Method in class org.apache.xalan.templates.Stylesheet
- Get the root of the stylesheet, where all the tables common
to all stylesheets are kept.
- getStylesheetType() -
Method in class org.apache.xalan.processor.ProcessorImport
- Get the stylesheet type associated with an imported stylesheet
- getStylesheetType() -
Method in class org.apache.xalan.processor.ProcessorInclude
- Get the stylesheet type associated with an included stylesheet
- getStylesheetType() -
Method in class org.apache.xalan.processor.StylesheetHandler
- Get the type of stylesheet that should be built
or is being processed.
- getSubContextList() -
Method in class org.apache.xpath.XPathContext
-
Get the current axes iterator, or return null if none.
- 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.JMenuBar
- Implemented to be a
MenuElement
-- returns the
menus in this menu bar.
- 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.JPopupMenu
- Returns an array of
MenuElement
s containing the submenu
for this menu component.
- getSubElements() -
Method in interface javax.swing.MenuElement
- This method should return an array containing the sub-elements for the receiving menu element
- getSubSequence(int, int) -
Method in class java.util.regex.Matcher
- Generates a String from this Matcher's input in the specified range.
- getSubString(long, int) -
Method in interface java.sql.Clob
- Retrieves a copy of the specified substring
in the
CLOB
value
designated by this Clob
object.
- getSubTextFont() -
Method in class javax.swing.plaf.metal.DefaultMetalTheme
-
- getSubTextFont() -
Static method in class javax.swing.plaf.metal.MetalLookAndFeel
-
- getSubTextFont() -
Method in class javax.swing.plaf.metal.MetalTheme
-
- getSubType() -
Method in class java.awt.datatransfer.DataFlavor
- Returns the sub MIME type of this
DataFlavor
.
- getSubType() -
Method in class java.awt.datatransfer.MimeType
- Retrieve the sub type of this object.
- getSubimage(int, int, int, int) -
Method in class java.awt.image.BufferedImage
- Returns a subimage defined by a specified rectangular region.
- getSubtreeRoot(int) -
Method in class org.apache.xml.dtm.ref.DTMDefaultBaseTraversers.DescendantFromRootTraverser
- Get the first potential identity that can be returned.
- getSubtreeRoot(int) -
Method in class org.apache.xml.dtm.ref.DTMDefaultBaseTraversers.DescendantOrSelfFromRootTraverser
- Get the first potential identity that can be returned.
- getSubtreeRoot(int) -
Method in class org.apache.xml.dtm.ref.DTMDefaultBaseTraversers.DescendantTraverser
- Get the subtree root identity from the handle that was passed in by
the caller.
- getSuperDesc() -
Method in class java.io.ObjectStreamClass
- Returns superclass descriptor.
- getSuperPreferredWidth() -
Method in class javax.swing.plaf.metal.MetalFileChooserUI.AlignedLabel
-
- getSuperTables(String, String, String) -
Method in interface java.sql.DatabaseMetaData
- Retrieves a description of the table hierarchies defined in a particular
schema in this database.
- getSuperTypes(String, String, String) -
Method in interface java.sql.DatabaseMetaData
- Retrieves a description of the user-defined type (UDT) hierarchies defined in a
particular schema in this database.
- 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
.
- getSuperclass() -
Method in class org.apache.xml.utils.synthetic.Class
- If this object represents any class other than the
class Object, then the object that represents the
superclass of that class is returned.
- getSupportsAVT() -
Method in class org.apache.xalan.processor.XSLTAttributeDef
- Get whether or not this attribute supports AVT's.
- getSupportsAbsolutePositioning() -
Method in class javax.swing.plaf.basic.BasicScrollBarUI
- Indicates whether the user can absolutely position the offset with
a mouse click (usually the middle mouse button).
- getSupportsIncrement() -
Method in class javax.swing.text.DateFormatter
- Returns true, as DateFormatterFilter will support
incrementing/decrementing of the value.
- getSupportsIncrement() -
Method in class javax.swing.text.InternationalFormatter
- Returns false, indicating InternationalFormatter does not allow
incrementing of the value.
- getSupportsWindowDecorations() -
Method in class javax.swing.LookAndFeel
- Returns true if the
LookAndFeel
returned
RootPaneUI
instances support providing Window decorations
in a JRootPane
.
- getSupportsWindowDecorations() -
Method in class javax.swing.plaf.metal.MetalLookAndFeel
- Returns true if the
LookAndFeel
returned
RootPaneUI
instances support providing Window decorations
in a JRootPane
.
- getSuppressDropTarget() -
Static method in class javax.swing.JComponent
- Returns true if
setTransferHandler
should install
a DropTarget
.
- getSurrendersFocusOnKeystroke() -
Method in class javax.swing.JTable
- Returns true if the editor should get the focus
when keystrokes cause the editor to be activated
- getSymbol() -
Method in class java.util.Currency
- Gets the symbol of this currency for the default locale.
- getSymbol(Locale) -
Method in class java.util.Currency
- Gets the symbol of this currency for the specified locale.
- getSyncAllWidths() -
Method in class javax.swing.plaf.basic.BasicOptionPaneUI.ButtonAreaLayout
-
- getSystem() -
Static method in class java.rmi.activation.ActivationGroup
- Returns the activation system for the VM.
- getSystem() -
Method in class java.rmi.activation.ActivationGroupID
- Returns the group's activation system.
- 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
- Returns a system-specific custom cursor object matching the
specified name.
- getSystemDefaults() -
Method in class javax.swing.UIManager.LAFState
-
- getSystemDisplayName(File) -
Method in class javax.swing.filechooser.FileSystemView
- Name of a file, directory, or folder as it would be displayed in
a system file browser.
- 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
- Retrieves a comma-separated list of system functions available with
this database.
- getSystemGMTOffsetID() -
Static method in class java.util.TimeZone
- Gets the custom time zone ID based on the GMT offset of the
platform.
- getSystemIcon(File) -
Method in class javax.swing.filechooser.FileSystemView
- Icon for a file, directory, or folder as it would be displayed in
a system file browser.
- getSystemId() -
Method in class org.apache.crimson.parser.InputEntity
- Returns the system ID of this input source, if known
- getSystemId() -
Method in class org.apache.crimson.parser.Parser2.DocLocator
-
- getSystemId() -
Method in class org.apache.crimson.tree.Doctype.EntityNode
-
- getSystemId() -
Method in class org.apache.crimson.tree.Doctype.NotationNode
-
- getSystemId() -
Method in class org.apache.crimson.tree.Doctype
- The system identifier of the external subset.
- getSystemId() -
Method in interface org.apache.crimson.tree.DocumentEx
- Returns the system ID (a URI) associated with the document,
or null if this is unknown.
- getSystemId() -
Method in class org.apache.crimson.tree.XmlDocument
- Returns system ID associated with the document, or null if
this is unknown.
- getSystemId() -
Method in class org.apache.xalan.processor.StylesheetHandler
- Get the base ID (URI or system ID) from where relative
URLs will be resolved.
- getSystemId() -
Method in class org.apache.xalan.templates.ElemTemplate
- Return the system identifier for the current document event.
- getSystemId() -
Method in class org.apache.xalan.templates.ElemTemplateElement
- Return the system identifier for the current document event.
- getSystemId() -
Method in class org.apache.xalan.transformer.TransformerHandlerImpl
- Get the base ID (URI or system ID) from where relative
URLs will be resolved.
- getSystemId() -
Method in class org.apache.xalan.transformer.TransformerIdentityImpl
- Get the base ID (URI or system ID) from where relative
URLs will be resolved.
- getSystemId() -
Method in class org.apache.xml.dtm.ref.NodeLocator
getSystemId
returns the system ID of the node.
- getSystemId() -
Method in class org.apache.xml.utils.SAXSourceLocator
- Return the system identifier for the current document event.
- getSystemId() -
Method in class org.apache.xml.utils.SerializableLocatorImpl
- Return the saved system identifier.
- getSystemId() -
Method in class org.apache.xpath.Expression
- Return the system identifier for the current document event.
- 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.
- getSystemPackage(String) -
Static method in class java.lang.Package
-
- getSystemPackage0(String) -
Static method in class java.lang.Package
-
- getSystemPackages() -
Static method in class java.lang.Package
-
- getSystemPackages0() -
Static method in class java.lang.Package
-
- getSystemProperty(String) -
Method in class javax.rmi.CORBA.GetORBPropertiesFileAction
-
- getSystemProperty(String) -
Method in class javax.rmi.GetORBPropertiesFileAction
-
- 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.
- getSystemSelection() -
Method in class java.awt.Toolkit
- Gets the singleton instance of the system selection as a
Clipboard
object.
- getSystemSelection() -
Method in class javax.swing.text.DefaultCaret
-
- getSystemTextColor() -
Static method in class javax.swing.plaf.metal.MetalLookAndFeel
-
- getSystemTextColor() -
Method in class javax.swing.plaf.metal.MetalTheme
- Returns the color used, by default, for the text in labels
and titled borders.
- getSystemTextFont() -
Method in class javax.swing.plaf.metal.DefaultMetalTheme
-
- getSystemTextFont() -
Static method in class javax.swing.plaf.metal.MetalLookAndFeel
-
- getSystemTextFont() -
Method in class javax.swing.plaf.metal.MetalTheme
-
- getSystemTimeZoneID(String, String) -
Static method in class java.util.TimeZone
- Gets the platform defined TimeZone ID.
- getSystemTypeDescription(File) -
Method in class javax.swing.filechooser.FileSystemView
- Type description for a file, directory, or folder as it would be displayed in
a system file browser.
- getSystemTypeDescription(File) -
Method in class javax.swing.filechooser.WindowsFileSystemView
- Type description for a file, directory, or folder as it would be displayed in
a system file browser.
- getTF() -
Method in class ISSearch.ISFeature
- Returns the absolute Term Frequency (TF) weight of the feature in the document.
- getTF() -
Method in interface ISSearch.ISFeatureInterface
- Returns the absolute Term Frequency (TF) weight of the feature in the document.
- getTRC(int) -
Method in class java.awt.color.ICC_Profile
- Returns the TRC as an array of shorts.
- 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.
- getTTL() -
Method in class java.net.DatagramSocketImpl
- Deprecated. use getTimeToLive instead.
- 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.PlainDatagramSocketImpl
- Get the TTL (time-to-live) option.
- 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
-
- getTabAtLocation(int, int) -
Method in class javax.swing.plaf.basic.BasicTabbedPaneUI
- Returns the tab index which intersects the specified point
in the coordinate space of the component where the
tabs are actually rendered, which could be the JTabbedPane
(for WRAP_TAB_LAYOUT) or a ScrollableTabPanel (SCROLL_TAB_LAYOUT).
- getTabBase() -
Method in class javax.swing.text.ParagraphView
- Returns where the tabs are calculated from.
- getTabBounds(JTabbedPane, int) -
Method in class javax.swing.plaf.TabbedPaneUI
-
- getTabBounds(JTabbedPane, int) -
Method in class javax.swing.plaf.basic.BasicTabbedPaneUI
- Returns the bounds of the specified tab index.
- getTabBounds(int, Rectangle) -
Method in class javax.swing.plaf.basic.BasicTabbedPaneUI
- Returns the bounds of the specified tab in the coordinate space
of the JTabbedPane component.
- getTabBounds(JTabbedPane, int) -
Method in class javax.swing.plaf.multi.MultiTabbedPaneUI
- Invokes the
getTabBounds
method on each UI handled by this object.
- 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
- Overridden 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
- Overridden to do nothing for the Java L&F.
- getTabLayoutPolicy() -
Method in class javax.swing.JTabbedPane
- Returns the policy used by the tabbedpane to layout the tabs when all the
tabs will not fit within a single run.
- 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
- Invokes the
getTabRunCount
method on each UI handled by this object.
- 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.
- 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.
- 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 java.util.WeakHashMap
- Return the table after first expunging stale entries
- 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
- Implements the
TableCellEditor
interface.
- getTableCellEditorComponent(JTable, Object, boolean, int, int) -
Method in class javax.swing.JTable.GenericEditor
-
- 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 class javax.swing.JTable.BooleanRenderer
-
- getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) -
Method in class javax.swing.plaf.metal.MetalFileChooserUI.DetailsTableCellRenderer
-
- getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) -
Method in class javax.swing.table.DefaultTableCellRenderer
- Returns the default table cell renderer.
- getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) -
Method in class javax.swing.table.JTableHeader.UIResourceTableCellRenderer
-
- getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) -
Method in interface javax.swing.table.TableCellRenderer
- Returns the component used for drawing the cell.
- getTableHeader() -
Method in class javax.swing.JTable
- Returns the
tableHeader
used by this JTable
.
- getTableModelListeners() -
Method in class javax.swing.table.AbstractTableModel
- Returns an array of all the table model listeners
registered on this model.
- 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
- Retrieves a description of the access rights for each table available
in a catalog.
- getTableTypes() -
Method in interface java.sql.DatabaseMetaData
- Retrieves the table types available in this database.
- getTables(String, String, String, String[]) -
Method in interface java.sql.DatabaseMetaData
- Retrieves a description of the tables available in the given catalog.
- getTables() -
Method in class java.text.RuleBasedCollator
- Allows CollationElementIterator access to the tables object
- getTag(double, double, double) -
Static method in class java.awt.geom.CubicCurve2D
-
- getTag(double, double, double) -
Static method in class java.awt.geom.QuadCurve2D
-
- getTag(String) -
Static method in class javax.swing.text.html.HTML
- Fetches a tag constant for a well-known tag name (i.e. one of
the tags in the set {A, ADDRESS, APPLET, AREA, B,
BASE, BASEFONT, BIG,
BLOCKQUOTE, BODY, BR, CAPTION, CENTER, CITE, CODE,
DD, DFN, DIR, DIV, DL, DT, EM, FONT, FORM, FRAME,
FRAMESET, H1, H2, H3, H4, H5, H6, HEAD, HR, HTML,
I, IMG, INPUT, ISINDEX, KBD, LI, LINK, MAP, MENU,
META, NOBR, NOFRAMES, OBJECT, OL, OPTION, P, PARAM,
PRE, SAMP, SCRIPT, SELECT, SMALL, SPAN, STRIKE, S,
STRONG, STYLE, SUB, SUP, TABLE, TD, TEXTAREA,
TH, TITLE, TR, TT, U, UL, VAR}.
- getTag() -
Method in class javax.swing.text.html.HTMLDocument.Iterator
- Type of tag this iterator represents.
- getTag() -
Method in class javax.swing.text.html.HTMLDocument.LeafIterator
- Returns the type of tag this iterator represents.
- getTagForStyleConstantsKey(StyleConstants) -
Static method in class javax.swing.text.html.HTML
- Returns the HTML
Tag
associated with the
StyleConstants
key sc
.
- getTagName() -
Method in class org.apache.crimson.tree.ElementNode2
- DOM: Returns the name of the XML tag for this element.
- getTagName() -
Method in class org.apache.xalan.templates.ElemTemplateElement
- Return the element name.
- getTagName() -
Method in class org.apache.xml.dtm.ref.DTMNodeProxy
-
- getTagName() -
Method in class org.apache.xml.utils.UnImplNode
- Unimplemented.
- getTail(Handler) -
Method in class java.util.logging.Formatter
- Return the tail string for a set of formatted records.
- getTail(Handler) -
Method in class java.util.logging.XMLFormatter
- Return the tail string for a set of XML formatted records.
- getTarget() -
Method in interface javax.rmi.CORBA.Tie
- Returns the target for this tie.
- getTarget() -
Method in class javax.swing.AbstractActionPropertyChangeListener
-
- getTarget() -
Method in class javax.swing.JMenu.ActionChangedListener
-
- getTarget() -
Method in class javax.swing.text.html.HTMLFrameHyperlinkEvent
- returns the target for the link.
- getTarget() -
Method in class org.apache.crimson.tree.PINode
- DOM: Returns the processor the instruction is directed to.
- getTarget() -
Method in class org.apache.xml.dtm.ref.DTMNodeProxy
- A PI's "target" states what processor channel the PI's data
should be directed to.
- getTargetActions() -
Method in class java.awt.dnd.DragSourceDragEvent
- This method returns the target drop action.
- getTargetActions() -
Method in class java.awt.dnd.DropTargetContext
- This method returns an
int
representing the
current actions this DropTarget
will accept.
- getTargetActions() -
Method in interface java.awt.dnd.peer.DropTargetContextPeer
- get the current Target actions
- getTargetException() -
Method in class java.lang.reflect.InvocationTargetException
- Get the thrown target exception.
- getTargetNode(XPathContext, int) -
Method in class org.apache.xalan.templates.ElemNumber
- Get the target node that will be counted..
- getTargetString() -
Method in class org.apache.xalan.templates.TemplateSubPatternAssociation
- Get the target string of the pattern.
- getTargetString() -
Method in class org.apache.xpath.patterns.StepPattern
- Get the local name or psuedo name of the node that this pattern will test,
for hash table lookup optimization.
- getTcpNoDelay() -
Method in class java.net.Socket
- Tests if TCP_NODELAY is enabled.
- getTempDir() -
Static method in class java.io.File
-
- getTemplate(int) -
Method in class org.apache.xalan.templates.Stylesheet
- Get an "xsl:template" property.
- getTemplate(QName) -
Method in class org.apache.xalan.templates.TemplateList
- Locate a named template.
- getTemplate(XPathContext, int, QName, boolean, DTM) -
Method in class org.apache.xalan.templates.TemplateList
- Given a target element, find the template that best
matches in the given XSL document, according
to the rules specified in the xsl draft.
- getTemplate(XPathContext, int, QName, int, int, boolean, DTM) -
Method in class org.apache.xalan.templates.TemplateList
- Given a target element, find the template that best
matches in the given XSL document, according
to the rules specified in the xsl draft.
- getTemplate() -
Method in class org.apache.xalan.templates.TemplateSubPatternAssociation
- Get the assocated xsl:template.
- getTemplateCallstack() -
Method in class org.apache.xalan.transformer.TransformerImpl
- Get the call stack of xsl:template elements.
- getTemplateComposed(XPathContext, int, QName, boolean, DTM) -
Method in class org.apache.xalan.templates.StylesheetRoot
- Get an "xsl:template" property by node match.
- getTemplateComposed(XPathContext, int, QName, int, int, boolean, DTM) -
Method in class org.apache.xalan.templates.StylesheetRoot
- Get an "xsl:template" property by node match.
- getTemplateComposed(QName) -
Method in class org.apache.xalan.templates.StylesheetRoot
- Get an "xsl:template" property.
- getTemplateCount() -
Method in class org.apache.xalan.templates.Stylesheet
- Get the number of "xsl:template" properties.
- getTemplateFast(XPathContext, int, int, QName, int, boolean, DTM) -
Method in class org.apache.xalan.templates.TemplateList
- Given a target element, find the template that best
matches in the given XSL document, according
to the rules specified in the xsl draft.
- getTemplateListComposed() -
Method in class org.apache.xalan.templates.StylesheetRoot
- Accessor method to retrieve the
TemplateList
associated with
this StylesheetRoot.
- getTemplateMatch() -
Method in class org.apache.xalan.templates.ElemForEach
- Get template element associated with this
- getTemplates() -
Method in class org.apache.xalan.processor.StylesheetHandler
- When this object is used as a ContentHandler or ContentHandler, it will
create a Templates object, which the caller can get once
the SAX events have been completed.
- getTemporaryLostComponent() -
Method in class java.awt.Window
-
- getTerm() -
Method in class ISSearch.ISFeature
- Returns the term that is represented by this feature in the bag-of-words model.
- getTerm() -
Method in interface ISSearch.ISFeatureInterface
- Returns the term that is represented by this feature in the bag-of-words model.
- getTerminate() -
Method in class org.apache.xalan.templates.ElemMessage
- Get the "terminate" attribute.
- getTerms() -
Method in interface ISSearch.ISDocumentInterface
- Returns the bag of words extracted from the document.
- getTest() -
Method in class org.apache.xalan.templates.ElemIf
- Get the "test" attribute.
- getTest() -
Method in class org.apache.xalan.templates.ElemWhen
- Get the "test" attribute.
- getTest() -
Method in class org.apache.xml.utils.synthetic.TestDriver.Inner
- Method getTest
- getText() -
Method in class java.awt.Label
- Gets the text of this label.
- getText() -
Method in class java.awt.TextComponent
- Returns the text that is presented by this text component.
- getText() -
Method in class java.awt.event.InputMethodEvent
- Gets the combined committed and composed text.
- getText() -
Method in interface java.awt.peer.TextComponentPeer
-
- getText() -
Method in class java.text.BreakIterator
- Get the text being scanned
- getText() -
Method in class java.text.RuleBasedBreakIterator
- Return a CharacterIterator over the text being analyzed.
- getText() -
Method in class java.text.SimpleTextBoundary
- Get the text being scanned by the enumeration
- getText(int, int) -
Method in class javax.swing.AbstractButton.AccessibleAbstractButton
-
- getText() -
Method in class javax.swing.AbstractButton
- Returns the button's text.
- getText() -
Method in class javax.swing.JEditorPane
- Returns the text contained in this
TextComponent
in terms of the
content type of this editor.
- getText(int, int) -
Method in class javax.swing.JLabel.AccessibleJLabel
-
- getText() -
Method in class javax.swing.JLabel
- Returns the text string that the label displays.
- getText() -
Method in class javax.swing.JPasswordField
- Deprecated. As of Java 2 platform v1.2,
replaced by
getPassword
.
- 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.AbstractDocument
- Gets a sequence of text from the document.
- getText(int, int, Segment) -
Method in class javax.swing.text.AbstractDocument
- Fetches the text contained within the given portion
of the document.
- getText(Element) -
Method in class javax.swing.text.AbstractWriter
- Returns the text associated with the element.
- getText(int, int) -
Method in interface javax.swing.text.Document
- Fetches the text contained within the given portion
of the document.
- getText(int, int, Segment) -
Method in 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.JTextComponent
- Fetches a portion of the text represented by the
component.
- getText() -
Method in class javax.swing.text.JTextComponent
- Returns the text contained in this
TextComponent
.
- getText(int, int) -
Method in class javax.swing.text.html.AccessibleHTML.TextElementInfo.TextAccessibleContext
-
- getText(int, int) -
Method in class javax.swing.text.html.ImageView.ImageLabelView
-
- getText() -
Method in class org.apache.crimson.tree.DataNode
- Returns the text of the node.
- getTextAreaData(AttributeSet) -
Method in class javax.swing.text.html.FormView
- Returns the data associated with the <TEXTAREA> form
element.
- 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.
- getTextComponent() -
Method in class javax.swing.text.html.AccessibleHTML
- Returns the JEditorPane providing information for.
- getTextComponent() -
Method in class javax.swing.text.html.CommentView
-
- getTextComponent() -
Method in class javax.swing.text.html.HiddenTagView
-
- getTextField() -
Method in class javax.swing.JSpinner.DefaultEditor
- Returns the
JFormattedTextField
child of this
editor.
- 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() -
Method in class javax.swing.plaf.metal.MetalHighContrastTheme
-
- getTextHighlightColor() -
Static method in class javax.swing.plaf.metal.MetalLookAndFeel
-
- getTextHighlightColor() -
Method in class javax.swing.plaf.metal.MetalTheme
-
- getTextLength() -
Method in class java.util.regex.Matcher
- Returns the end index of the text.
- getTextLineForTesting() -
Method in class java.awt.font.TextLayout
- Package-only method for testing ONLY.
- getTextListeners() -
Method in class java.awt.TextComponent
- Returns an array of all the text listeners
registered on this text component.
- 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.
- getTextLocation(TextHitInfo) -
Method in class javax.swing.text.JTextComponent.InputMethodRequestsHandler
-
- 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
- Returns a
DataFlavor
representing plain text with Unicode
encoding, where:
representationClass = java.io.InputStream
mimeType = "text/plain;
charset=<platform default Unicode encoding>"
Sun's implementation for Microsoft Windows use the encoding utf-16le
.
- getTextRange(int, int) -
Method in class javax.swing.text.JTextComponent.AccessibleJTextComponent
- Returns the text string between two indices.
- getTextRectangle() -
Method in class javax.swing.AbstractButton.AccessibleAbstractButton
-
- getTextRectangle() -
Method in class javax.swing.JLabel.AccessibleJLabel
-
- 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
-
- getTextShiftOffset() -
Method in class javax.swing.plaf.basic.BasicToggleButtonUI
- Overriden so that the text will not be rendered as shifted for
Toggle buttons and subclasses.
- getTextViewForTab(int) -
Method in class javax.swing.plaf.basic.BasicTabbedPaneUI
- Returns the text View object required to render stylized text (HTML) for
the specified tab or null if no specialized text rendering is needed
for this tab.
- getThickness() -
Method in class javax.swing.border.LineBorder
- Returns the thickness of the border.
- getThreadGroup() -
Method in class java.lang.SecurityManager
- Returns the thread group into which to instantiate any new
thread being created at the time this is being called.
- getThreadGroup() -
Method in class java.lang.Thread
- Returns the thread group to which this thread belongs.
- getThreadGroupSafely() -
Static method in class javax.swing.SystemEventQueueUtilities
- Return the current threads ThreadGroup, even on IE4.0.
- getThreadID() -
Method in class java.util.logging.LogRecord
- Get an identifier for the thread where the message originated.
- getThrowOnError() -
Method in class org.apache.xml.utils.ListingErrorHandler
- User-settable behavior: when to re-throw exceptions.
- getThrowOnFatalError() -
Method in class org.apache.xml.utils.ListingErrorHandler
- User-settable behavior: when to re-throw exceptions.
- getThrowOnWarning() -
Method in class org.apache.xml.utils.ListingErrorHandler
- User-settable behavior: when to re-throw exceptions.
- getThrown() -
Method in class java.util.logging.LogRecord
- Get any throwable associated with the log record.
- getThumbBounds() -
Method in class javax.swing.plaf.basic.BasicScrollBarUI
- Return the current size/location of the thumb.
- getThumbOverhang() -
Method in class javax.swing.plaf.metal.MetalSliderUI
- Returns the amount that the thumb goes past the slide bar.
- getThumbSize() -
Method in class javax.swing.plaf.basic.BasicSliderUI
-
- getThumbSize() -
Method in class javax.swing.plaf.metal.MetalSliderUI
-
- getTickLength() -
Method in class javax.swing.plaf.basic.BasicSliderUI
- Gets the height of the tick area for horizontal sliders and the width of the
tick area for vertical sliders.
- getTickLength() -
Method in class javax.swing.plaf.metal.MetalSliderUI
- Gets the height of the tick area for horizontal sliders and the width of the
tick area for vertical sliders.
- 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 class java.awt.image.BufferedImage
- Returns tile (
tileX
, tileY
).
- getTile(int, int) -
Method in interface java.awt.image.RenderedImage
- Returns tile (tileX, tileY).
- getTileGridXOffset() -
Method in class java.awt.image.BufferedImage
- Returns the x offset of the tile grid relative to the origin,
For example, the x coordinate of the location of tile
(0, 0).
- getTileGridXOffset() -
Method in interface java.awt.image.RenderedImage
- Returns the X offset of the tile grid relative to the origin,
i.e., the X coordinate of the upper-left pixel of tile (0, 0).
- getTileGridYOffset() -
Method in class java.awt.image.BufferedImage
- Returns the y offset of the tile grid relative to the origin,
For example, the y coordinate of the location of tile
(0, 0).
- getTileGridYOffset() -
Method in interface java.awt.image.RenderedImage
- Returns the Y offset of the tile grid relative to the origin,
i.e., the Y coordinate of the upper-left pixel of tile (0, 0).
- getTileHeight() -
Method in class java.awt.image.BufferedImage
- Returns the tile height in pixels.
- getTileHeight() -
Method in interface java.awt.image.RenderedImage
- Returns the tile height in pixels.
- 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 class java.awt.image.BufferedImage
- Returns the tile width in pixels.
- getTileWidth() -
Method in interface java.awt.image.RenderedImage
- Returns the tile width in pixels.
- getTiledSizeRequirements(SizeRequirements[]) -
Static method in class javax.swing.SizeRequirements
- Determines the total space necessary to
place a set of components end-to-end.
- getTime(int) -
Method in interface java.sql.CallableStatement
- Retrieves the value of the designated JDBC
TIME
parameter as a
java.sql.Time
object.
- getTime(int, Calendar) -
Method in interface java.sql.CallableStatement
- Retrieves the value of the designated JDBC
TIME
parameter as a
java.sql.Time
object, using
the given Calendar
object
to construct the time.
- getTime(String) -
Method in interface java.sql.CallableStatement
- Retrieves the value of a JDBC
TIME
parameter as a
java.sql.Time
object.
- getTime(String, Calendar) -
Method in interface java.sql.CallableStatement
- Retrieves the value of a JDBC
TIME
parameter as a
java.sql.Time
object, using
the given Calendar
object
to construct the time.
- getTime(int) -
Method in interface java.sql.ResultSet
- Retrieves 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
- Retrieves 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.ResultSet
- Retrieves 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
- Retrieves 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() -
Method in class java.sql.Timestamp
- Returns the number of milliseconds since January 1, 1970, 00:00:00 GMT
represented by this
Timestamp
object.
- getTime() -
Method in class java.util.Calendar
- Gets this Calendar's current time.
- getTime() -
Method in class java.util.Date
- Returns the number of milliseconds since January 1, 1970, 00:00:00 GMT
represented by this Date object.
- getTime() -
Method in class java.util.zip.ZipEntry
- Returns the modification time of the entry, or -1 if not specified.
- getTimeDateFunctions() -
Method in interface java.sql.DatabaseMetaData
- Retrieves a comma-separated list of the time and date functions available
with this database.
- getTimeImpl() -
Method in class java.util.Date
-
- 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.
- getTimeToLive() -
Method in class java.net.DatagramSocketImpl
- Retrieve the TTL (time-to-live) option.
- 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.PlainDatagramSocketImpl
- Get 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.
- getTimeZone(String, boolean) -
Static method in class java.util.TimeZone
-
- getTimeout() -
Method in class java.net.PlainSocketImpl
-
- getTimer() -
Method in class javax.swing.Timer.DoPostEvent
-
- getTimestamp(int) -
Method in interface java.sql.CallableStatement
- Retrieves the value of the designated JDBC
TIMESTAMP
parameter as a
java.sql.Timestamp
object.
- getTimestamp(int, Calendar) -
Method in interface java.sql.CallableStatement
- Retrieves the value of the designated JDBC
TIMESTAMP
parameter as a
java.sql.Timestamp
object, using
the given Calendar
object to construct
the Timestamp
object.
- getTimestamp(String) -
Method in interface java.sql.CallableStatement
- Retrieves the value of a JDBC
TIMESTAMP
parameter as a
java.sql.Timestamp
object.
- getTimestamp(String, Calendar) -
Method in interface java.sql.CallableStatement
- Retrieves 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) -
Method in interface java.sql.ResultSet
- Retrieves 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
- Retrieves the value of the designated column in the current row
of this
ResultSet
object as
a java.sql.Timestamp
object.
- getTimestamp(int, Calendar) -
Method in interface java.sql.ResultSet
- Retrieves 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, Calendar) -
Method in interface java.sql.ResultSet
- Retrieves 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.
- 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)) / (60 * 1000)
.
- 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.
- getTitle(String, FontMetrics, int) -
Method in class javax.swing.plaf.basic.BasicInternalFrameTitlePane
-
- getTitle() -
Method in class javax.swing.plaf.metal.MetalTitlePane
- Returns the String to display as the title.
- 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.
- getTitlePane() -
Method in class javax.swing.plaf.metal.MetalRootPaneUI
- Returns the
JComponent
rendering the title pane.
- getTitlePosition() -
Method in class javax.swing.border.TitledBorder
- Returns the title-position of the titled border.
- getTitledBorderText() -
Method in class javax.swing.AbstractButton.AccessibleAbstractButton
- Returns the titled border text
- getTitledBorderText() -
Method in class javax.swing.JComponent.AccessibleJComponent
- Returns the titled border text
- getTitledBorderText() -
Method in class javax.swing.JLabel.AccessibleJLabel
- Returns the titled border text
- getToIndex() -
Method in class javax.swing.event.TableColumnModelEvent
- Returns the toIndex.
- 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.
- 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.
- getToken(int) -
Method in class org.apache.xpath.compiler.OpMap
- Get the XPath as a list of tokens.
- getTokenQueue() -
Method in class org.apache.xpath.compiler.OpMap
- Get the XPath as a list of tokens.
- getTokenQueuePosFromMap(int) -
Method in class org.apache.xpath.compiler.Lexer
- Given a map pos, return the corresponding token queue pos.
- getTokenQueueSize() -
Method in class org.apache.xpath.compiler.OpMap
- Get size of the token queue.
- getTokenRelative(int) -
Method in class org.apache.xpath.compiler.XPathParser
- Retrieve a token relative to the current token.
- getTokenThreshold() -
Method in class javax.swing.text.html.HTMLDocument
- Gets the number of tokens to buffer before trying to update
the documents element structure.
- getToolTipLocation(MouseEvent) -
Method in class javax.swing.JComponent
- Returns the tooltip location in this component's coordinate system.
- getToolTipText() -
Method in class javax.swing.AbstractButton.AccessibleAbstractButton
- Returns the tool tip text
- getToolTipText() -
Method in class javax.swing.JComponent.AccessibleJComponent
- Returns the tool tip text
- 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() -
Method in class javax.swing.JLabel.AccessibleJLabel
- Returns the tool tip text
- getToolTipText(MouseEvent) -
Method in class javax.swing.JList
- 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.JTabbedPane
- Returns the tooltip text for the component determined by the
mouse event location.
- getToolTipText(MouseEvent) -
Method in class javax.swing.JTable
- Overrides
JComponent
's 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.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.colorchooser.SwatchPanel
-
- getToolTipText(JTextComponent, Point) -
Method in class javax.swing.plaf.TextUI
- Returns the string to be used as the tooltip at the passed in location.
- getToolTipText(JTextComponent, Point) -
Method in class javax.swing.plaf.basic.BasicTextUI
- Returns the string to be used as the tooltip at the passed in location.
- getToolTipText(JTextComponent, Point) -
Method in class javax.swing.plaf.multi.MultiTextUI
- Invokes the
getToolTipText
method on each UI handled by this object.
- getToolTipText(MouseEvent) -
Method in class javax.swing.table.JTableHeader
- Allows the renderer's tips to be used if there is text set.
- getToolTipText(MouseEvent) -
Method in class javax.swing.text.JTextComponent
- Returns the string to be used as the tooltip for
event
.
- getToolTipText(float, float, Shape) -
Method in class javax.swing.text.View
- Returns the tooltip text at the specified location.
- getToolTipText(float, float, Shape) -
Method in class javax.swing.text.html.ImageView
- For images the tooltip text comes from text specified with the
ALT
attribute.
- getToolTipTextAt(int) -
Method in class javax.swing.JTabbedPane
- Returns the tab tooltip text at
index
.
- 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.
- getToolkit() -
Method in interface java.awt.peer.ComponentPeer
-
- getToolkitImpl() -
Method in class java.awt.Component
-
- getTopAncestor(JComponent) -
Static method in class javax.swing.KeyboardManager
- find the top Window or Applet
- 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.AsyncBoxView
- Get the top part of the margin around the view.
- getTopInset() -
Method in class javax.swing.text.CompositeView
- Gets the top inset.
- getTopLevelAncestor() -
Method in class javax.swing.JComponent
- Returns the top-level ancestor of this component (either the
containing
Window
or Applet
),
or null
if this component has not
been added to any container.
- getTotal(long) -
Static method in class java.util.zip.ZipFile
-
- getTotalChildCount() -
Method in class javax.swing.tree.FixedHeightLayoutCache.FHTreeStateNode
- Returns the number of children in the receiver by descending all
expanded nodes and messaging them with getTotalChildCount.
- 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(long) -
Static method in class java.util.zip.Deflater
-
- getTotalIn() -
Method in class java.util.zip.Inflater
- Returns the total number of bytes input so far.
- getTotalIn(long) -
Static method in class java.util.zip.Inflater
-
- getTotalOut() -
Method in class java.util.zip.Deflater
- Returns the total number of bytes output so far.
- getTotalOut(long) -
Static method in class java.util.zip.Deflater
-
- getTotalOut() -
Method in class java.util.zip.Inflater
- Returns the total number of bytes output so far.
- getTotalOut(long) -
Static method in class java.util.zip.Inflater
-
- getTraceManager() -
Method in class org.apache.xalan.transformer.TransformerImpl
- Get an instance of the trace manager for this transformation.
- getTrackBounds() -
Method in class javax.swing.plaf.basic.BasicScrollBarUI
- Returns the current bounds of the track, i.e. the space in between
the increment and decrement buttons, less the insets.
- getTrackLength() -
Method in class javax.swing.plaf.metal.MetalSliderUI
- Returns the longer dimension of the slide bar.
- getTrackWidth() -
Method in class javax.swing.plaf.metal.MetalSliderUI
- Returns the shorter dimension of the track.
- getTrafficClass() -
Method in class java.net.DatagramSocket
- Gets traffic class or type-of-service in the IP datagram
header for packets sent from this DatagramSocket.
- getTrafficClass() -
Method in class java.net.Socket
- Gets traffic class or type-of-service in the IP header
for packets sent from this Socket
As the underlying network implementation may ignore the
traffic class or type-of-service set using
#setTrafficClass()
this method may return a different value than was previously
set using the #setTrafficClass()
method on this Socket.
- getTrailingCollapseSpan() -
Method in interface javax.swing.text.html.CSS.LayoutIterator
-
- getTrailingCollapseSpan() -
Method in class javax.swing.text.html.TableView.ColumnIterator
-
- getTrailingCollapseSpan() -
Method in class javax.swing.text.html.TableView.RowIterator
-
- getTransactionIsolation() -
Method in interface java.sql.Connection
- Retrieves this
Connection
object's current
transaction isolation level.
- getTransactionIsolation() -
Method in interface javax.sql.RowSet
- Retrieves the transaction isolation level set for this
RowSet
object.
- getTransferData(DataFlavor) -
Method in class java.awt.datatransfer.StringSelection
- Returns the
Transferable
's data in the requested
DataFlavor
if possible.
- getTransferData(DataFlavor) -
Method in interface java.awt.datatransfer.Transferable
- Returns an object which represents the data to be transferred.
- getTransferData(DataFlavor) -
Method in class java.awt.dnd.DropTargetContext.TransferableProxy
- Returns an object which represents the data provided by
the encapsulated transferable for the requested data flavor.
- getTransferData(DataFlavor) -
Method in class javax.swing.TransferHandler.PropertyTransferable
- Returns an object which represents the data to be transferred.
- getTransferData(DataFlavor) -
Method in class javax.swing.plaf.basic.BasicTransferable
- Returns an object which represents the data to be transferred.
- getTransferDataFlavors() -
Method in class java.awt.datatransfer.StringSelection
- Returns an array of flavors in which this
Transferable
can provide the data.
- getTransferDataFlavors() -
Method in interface java.awt.datatransfer.Transferable
- Returns an array of DataFlavor objects indicating the flavors the data
can be provided in.
- getTransferDataFlavors() -
Method in class java.awt.dnd.DropTargetContext.TransferableProxy
- Returns an array of DataFlavor objects indicating the flavors
the data can be provided in by the encapsulated transferable.
- getTransferDataFlavors() -
Method in interface java.awt.dnd.peer.DropTargetContextPeer
- get the (remote) DataFlavors from the peer
- getTransferDataFlavors() -
Method in class javax.swing.TransferHandler.PropertyTransferable
- Returns an array of
DataFlavor
objects indicating the flavors the data
can be provided in.
- getTransferDataFlavors() -
Method in class javax.swing.plaf.basic.BasicTransferable
- Returns an array of DataFlavor objects indicating the flavors the data
can be provided in.
- getTransferHandler() -
Method in class javax.swing.JComponent
- Gets the
transferHandler
property.
- getTransferHandler(MouseEvent) -
Method in class javax.swing.plaf.basic.BasicDragGestureRecognizer
-
- getTransferHandler() -
Method in class javax.swing.plaf.basic.BasicTextUI
- Returns the
TransferHandler
that will be installed if
their isn't one installed on the JTextComponent
.
- getTransferSize() -
Method in class java.sql.DataTruncation
- Gets the number of bytes of data actually transferred.
- 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.
- getTransferType() -
Method in class java.awt.image.Raster
- Returns the TransferType used to transfer pixels via the
getDataElements and setDataElements methods.
- getTransferType() -
Method in class java.awt.image.SampleModel
- Returns the TransferType used to transfer pixels via the
getDataElements and setDataElements methods.
- getTransferable() -
Method in class java.awt.dnd.DragSourceContext
- Returns the
Transferable
associated with
this DragSourceContext
.
- 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 interface java.awt.dnd.peer.DropTargetContextPeer
- get an input stream to the remote data
- getTransform() -
Method in class java.awt.Font
- Returns a copy of the transform associated with this
Font
.
- 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.FontRenderContext
- Gets the transform that is used to scale typographical points
to pixels in this
FontRenderContext
.
- getTransform() -
Method in class java.awt.font.TransformAttribute
- Returns a copy of the wrapped transform.
- getTransform() -
Method in class java.awt.image.AffineTransformOp
- Returns the affine transform used by this transform operation.
- getTransform() -
Method in class java.awt.image.renderable.RenderContext
- Gets the current user-to-device AffineTransform.
- getTransformThread() -
Method in class org.apache.xalan.transformer.TransformerImpl
-
Get the thread that the transform process is on.
- getTransformer() -
Method in class org.apache.xalan.extensions.XSLProcessorContext
- Get the transformer.
- getTransformer() -
Method in class org.apache.xalan.transformer.ResultTreeHandler
- Get the TrAX Transformer object in effect.
- getTransformer() -
Method in interface org.apache.xalan.transformer.TransformState
- Get the TrAX Transformer object in effect.
- getTransformer() -
Method in class org.apache.xalan.transformer.TransformerHandlerImpl
- Get the Transformer associated with this handler, which
is needed in order to set parameters and output properties.
- getTransformer() -
Method in class org.apache.xalan.transformer.TransformerIdentityImpl
- Get the Transformer associated with this handler, which
is needed in order to set parameters and output properties.
- getTransformer() -
Method in class org.apache.xalan.transformer.TransformerImpl
- Get the TrAX Transformer object in effect.
- getTranslateInstance(double, double) -
Static method in class java.awt.geom.AffineTransform
- Returns a transform representing a translation transformation.
- getTranslateX() -
Method in class java.awt.geom.AffineTransform
- Returns the X coordinate of the translation element (m02) of the
3x3 affine transformation matrix.
- getTranslateY() -
Method in class java.awt.geom.AffineTransform
- Returns the Y coordinate of the translation element (m12) of the
3x3 affine transformation matrix.
- getTransparency() -
Method in class java.awt.Color
- Returns the transparency mode for this
Color
.
- getTransparency() -
Method in class java.awt.GradientPaint
- Returns the transparency mode for this
GradientPaint
.
- 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.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.
- getTreeAsText(String) -
Method in class org.apache.xalan.client.XSLTProcessorApplet
- Get an XML document (or stylesheet)
- getTreeCellEditorComponent(JTree, Object, boolean, boolean, boolean, int) -
Method in class javax.swing.DefaultCellEditor
- Implements the
TreeCellEditor
interface.
- getTreeCellEditorComponent(JTree, Object, boolean, boolean, boolean, int) -
Method in class javax.swing.tree.DefaultTreeCellEditor
- Configures the editor.
- getTreeCellEditorComponent(JTree, Object, boolean, boolean, boolean, int) -
Method in interface javax.swing.tree.TreeCellEditor
- Sets an initial value for the editor.
- getTreeCellRendererComponent(JTree, Object, boolean, boolean, boolean, int, boolean) -
Method in 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
-
- getTreeExpansionListeners() -
Method in class javax.swing.JTree
- Returns an array of all the
TreeExpansionListener
s added
to this JTree with addTreeExpansionListener().
- 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 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.
- getTreeModelListeners() -
Method in class javax.swing.tree.DefaultTreeModel
- Returns an array of all the tree model listeners
registered on this model.
- getTreePath() -
Method in class javax.swing.event.TreeModelEvent
- For all events, except treeStructureChanged,
returns the parent of the changed nodes.
- getTreePath() -
Method in class javax.swing.tree.FixedHeightLayoutCache.FHTreeStateNode
- Returns the
TreePath
of the receiver.
- getTreePath() -
Method in class javax.swing.tree.VariableHeightLayoutCache.TreeStateNode
- Returns a TreePath instance for this node.
- getTreeSelectionListeners() -
Method in class javax.swing.JTree
- Returns an array of all the
TreeSelectionListener
s added
to this JTree with addTreeSelectionListener().
- getTreeSelectionListeners() -
Method in class javax.swing.tree.DefaultTreeSelectionModel
- Returns an array of all the tree selection listeners
registered on this model.
- getTreeWillExpandListeners() -
Method in class javax.swing.JTree
- Returns an array of all the
TreeWillExpandListener
s added
to this JTree with addTreeWillExpandListener().
- getTrigger() -
Method in class java.awt.dnd.DragSourceContext
- Returns the
DragGestureEvent
that initially triggered the drag.
- getTriggerEvent() -
Method in class java.awt.dnd.DragGestureEvent
- Returns the initial event that triggered the gesture.
- getTriggerEvent() -
Method in class java.awt.dnd.DragGestureRecognizer
- This method returns the first event in the
series of events that initiated
the Drag and Drop operation.
- getType() -
Method in class java.awt.Cursor
- Returns the type for this cursor.
- getType() -
Method in class java.awt.GraphicsDevice
- Returns the type of this
GraphicsDevice
.
- getType() -
Method in class java.awt.color.ColorSpace
- Returns the color space type of this ColorSpace (for example
TYPE_RGB, TYPE_XYZ, ...).
- getType() -
Method in class java.awt.font.GlyphMetrics
- Returns the raw glyph type code.
- getType() -
Method in class java.awt.geom.AffineTransform
- Retrieves the flag bits describing the conversion properties of
this transform.
- getType() -
Method in class java.awt.image.BufferedImage
- Returns the image type.
- getType() -
Method in class java.io.ObjectStreamField
- Get the type of the field.
- getType(char) -
Static method in class java.lang.Character
- Returns a value indicating a character's general category.
- getType(char) -
Static method in class java.lang.CharacterData
-
- getType(char) -
Static method in class java.lang.CharacterDataLatin1
-
- 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 interface java.sql.ResultSet
- Retrieves the type of this
ResultSet
object.
- getType(int) -
Static method in class java.util.regex.ASCII
-
- 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.ListDataEvent
- Returns the event type.
- 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.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
- Gets the type of the entity.
- getType() -
Method in class org.apache.xalan.lib.sql.QueryParameter
-
- getType() -
Method in class org.apache.xalan.processor.XSLTAttributeDef
- Get the type of this attribute value.
- getType() -
Method in class org.apache.xalan.processor.XSLTElementDef
- Get the type of this element.
- getType() -
Method in class org.apache.xalan.templates.XUnresolvedVariable
- Tell what kind of class this is.
- getType() -
Method in class org.apache.xalan.templates.XUnresolvedVariableSimple
- Tell what kind of class this is.
- getType(int) -
Method in class org.apache.xml.dtm.ref.ExpandedNameTable
- Given an expanded-name ID, return the local name ID.
- getType(int) -
Method in class org.apache.xml.utils.AttList
- Get the attribute's node type by index
- getType(String) -
Method in class org.apache.xml.utils.AttList
- Get the attribute's node type by name
- getType(String, String) -
Method in class org.apache.xml.utils.AttList
- Look up an attribute's type by Namespace name.
- getType() -
Method in class org.apache.xml.utils.synthetic.reflection.Field
- Returns a Class object that identifies the declared
type for the field represented by this Field object.
- getType() -
Method in class org.apache.xpath.objects.XBoolean
- Tell that this is a CLASS_BOOLEAN.
- getType() -
Method in class org.apache.xpath.objects.XNodeSet
- Tell that this is a CLASS_NODESET.
- getType() -
Method in class org.apache.xpath.objects.XNull
- Tell what kind of class this is.
- getType() -
Method in class org.apache.xpath.objects.XNumber
- Tell that this is a CLASS_NUMBER.
- getType() -
Method in class org.apache.xpath.objects.XObject
- Tell what kind of class this is.
- getType() -
Method in class org.apache.xpath.objects.XRTreeFrag
- Tell what kind of class this is.
- getType() -
Method in class org.apache.xpath.objects.XRTreeFragSelectWrapper
- Tell what kind of class this is.
- getType() -
Method in class org.apache.xpath.objects.XString
- Tell that this is a CLASS_STRING.
- 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
-
- getTypeFromXObject(XObject) -
Method in class org.apache.xpath.domapi.XPathResultImpl
- Given an XObject, determine the corresponding DOM XPath type
- getTypeInfo() -
Method in interface java.sql.DatabaseMetaData
- Retrieves a description of all the standard SQL types supported by
this database.
- getTypeMap() -
Method in interface java.sql.Connection
- Retrieves the
Map
object associated with this
Connection
object.
- getTypeMap() -
Method in interface javax.sql.RowSet
- Retrieves the
Map
object associated with this
RowSet
object, which specifies the custom mapping
of SQL user-defined types, if any.
- getTypeName(Class) -
Static method in class java.lang.reflect.Field
-
- getTypeString() -
Method in class java.io.ObjectStreamField
- Return the JVM type signature.
- getTypeString() -
Method in class org.apache.xalan.templates.XUnresolvedVariable
- Given a request type, return the equivalent string.
- getTypeString() -
Method in class org.apache.xalan.templates.XUnresolvedVariableSimple
- Given a request type, return the equivalent string.
- getTypeString(int) -
Method in class org.apache.xpath.domapi.XPathResultImpl
- Given a request type, return the equivalent string.
- getTypeString() -
Method in class org.apache.xpath.objects.XBoolean
- Given a request type, return the equivalent string.
- getTypeString() -
Method in class org.apache.xpath.objects.XNodeSet
- Given a request type, return the equivalent string.
- getTypeString() -
Method in class org.apache.xpath.objects.XNull
- Given a request type, return the equivalent string.
- getTypeString() -
Method in class org.apache.xpath.objects.XNumber
- Given a request type, return the equivalent string.
- getTypeString() -
Method in class org.apache.xpath.objects.XObject
- Given a request type, return the equivalent string.
- getTypeString() -
Method in class org.apache.xpath.objects.XRTreeFrag
- Given a request type, return the equivalent string.
- getTypeString() -
Method in class org.apache.xpath.objects.XString
- Given a request type, return the equivalent string.
- getTypedAxisIterator(int, int) -
Method in class org.apache.xalan.lib.sql.DTMDocument
-
- getTypedAxisIterator(int, int) -
Method in interface org.apache.xml.dtm.DTM
- Get an iterator that can navigate over an XPath Axis, predicated by
the extended type ID.
- getTypedAxisIterator(int, int) -
Method in class org.apache.xml.dtm.ref.DTMDefaultBaseIterators
- Get an iterator that can navigate over an XPath Axis, predicated by
the extended type ID.
- getTypedAxisIterator(int, int) -
Method in class org.apache.xml.dtm.ref.DTMDocumentImpl
- Get an iterator that can navigate over an XPath Axis, predicated by
the extended type ID.
- getUDTs(String, String, String, int[]) -
Method in interface java.sql.DatabaseMetaData
- Retrieves a description of the user-defined types (UDTs) defined
in a particular schema.
- getUI() -
Method in class javax.swing.AbstractButton
- Returns the L&F object that renders this component.
- getUI() -
Method in class javax.swing.JColorChooser
- Returns the L&F object that renders this component.
- getUI() -
Method in class javax.swing.JComboBox
- Returns the L&F object that renders this component.
- getUI() -
Method in class javax.swing.JDesktopPane
- Returns the L&F object that renders this component.
- getUI() -
Method in class javax.swing.JFileChooser
- Gets the UI object which implements the L&F for this component.
- getUI() -
Method in class javax.swing.JInternalFrame.JDesktopIcon
- Returns the look-and-feel object that renders this component.
- getUI() -
Method in class javax.swing.JInternalFrame
- Returns the look-and-feel 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.JList
- Returns the look and feel (L&F) object that renders this component.
- getUI() -
Method in class javax.swing.JMenuBar
- Returns the menubar's current UI.
- getUI() -
Method in class javax.swing.JOptionPane
- Returns the UI object which implements the L&F for this component.
- getUI() -
Method in class javax.swing.JPanel
- Returns the look and feel (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.JProgressBar
- Returns the look-and-feel 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.JScrollBar
- Returns the delegate that implements the look and feel for
this component.
- 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.JSeparator
- 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.JSpinner
- Returns the look and feel (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.JTabbedPane
- Returns the UI object which implements the L&F for this component.
- getUI() -
Method in class javax.swing.JTable
- Returns the L&F object that renders this component.
- getUI() -
Method in class javax.swing.JToolBar
- Returns the tool bar's current UI.
- getUI() -
Method in class javax.swing.JToolTip
- Returns the L&F object that renders this component.
- getUI() -
Method in class javax.swing.JTree
- Returns the L&F object that renders this component.
- getUI() -
Method in class javax.swing.JViewport
- Returns the L&F object that renders this component.
- 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.
- 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.
- getUIActionMap(JComponent) -
Static method in class javax.swing.SwingUtilities
- Returns the ActionMap provided by the UI
in component
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.
- getUIClass(String) -
Method in class javax.swing.UIDefaults
- Returns 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.JCheckBox
- Returns a string that specifies 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.JColorChooser
- 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.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.JDesktopPane
- Returns the name of the L&F class that renders this component.
- getUIClassID() -
Method in class javax.swing.JEditorPane
- Gets the class ID for the UI.
- 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.JFormattedTextField
- Gets the class ID for a UI.
- getUIClassID() -
Method in class javax.swing.JInternalFrame.JDesktopIcon
- Returns the name of the look-and-feel
class that renders this component.
- getUIClassID() -
Method in class javax.swing.JInternalFrame
- Returns the name of the look-and-feel
class that renders this component.
- getUIClassID() -
Method in class javax.swing.JLabel
- Returns a string that specifies the name of the l&f class
that renders this component.
- getUIClassID() -
Method in class javax.swing.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.JMenu
- 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.JMenuItem
- Returns the suffix used to construct the name of the L&F class used to
render 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.JPanel
- Returns a string that specifies the name of the L&F class
that renders this component.
- 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.JPopupMenu.Separator
- Returns 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.JProgressBar
- Returns the name of the look-and-feel 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.JRadioButtonMenuItem
- 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.JScrollBar
- Returns the name of the LookAndFeel class for this component.
- 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.JSeparator
- Returns 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.JSpinner
- 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.JSplitPane
- Returns the name of the L&F class that renders this component.
- getUIClassID() -
Method in class javax.swing.JTabbedPane
- Returns the name of the UI class that implements the
L&F for this component.
- getUIClassID() -
Method in class javax.swing.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.JTextArea
- Returns the class ID for the UI.
- getUIClassID() -
Method in class javax.swing.JTextField
- Gets the class ID for a UI.
- getUIClassID() -
Method in class javax.swing.JTextPane
- Returns the class ID for the UI.
- 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.JToolBar.Separator
- 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.JToolTip
- 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.JViewport
- Returns a string that specifies the name of the L&F class
that renders this component.
- getUIClassID() -
Method in class javax.swing.table.JTableHeader
- Returns the 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
.
- getUIError(String) -
Method in class javax.swing.plaf.multi.MultiUIDefaults
-
- 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.MultiButtonUI
- Returns the list of UIs associated with this multiplexing UI.
- getUIs() -
Method in class javax.swing.plaf.multi.MultiColorChooserUI
- Returns the list of UIs associated with this multiplexing UI.
- getUIs() -
Method in class javax.swing.plaf.multi.MultiComboBoxUI
- Returns the list of UIs associated with this multiplexing UI.
- getUIs() -
Method in class javax.swing.plaf.multi.MultiDesktopIconUI
- Returns the list of UIs associated with this multiplexing UI.
- getUIs() -
Method in class javax.swing.plaf.multi.MultiDesktopPaneUI
- Returns the list of UIs associated with this multiplexing UI.
- getUIs() -
Method in class javax.swing.plaf.multi.MultiFileChooserUI
- Returns the list of UIs associated with this multiplexing UI.
- getUIs() -
Method in class javax.swing.plaf.multi.MultiInternalFrameUI
- Returns the list of UIs associated with this multiplexing UI.
- getUIs() -
Method in class javax.swing.plaf.multi.MultiLabelUI
- Returns the list of UIs associated with this multiplexing UI.
- getUIs() -
Method in class javax.swing.plaf.multi.MultiListUI
- Returns the list of UIs associated with this multiplexing UI.
- getUIs() -
Method in class javax.swing.plaf.multi.MultiMenuBarUI
- Returns the list of UIs associated with this multiplexing UI.
- getUIs() -
Method in class javax.swing.plaf.multi.MultiMenuItemUI
- Returns the list of UIs associated with this multiplexing UI.
- getUIs() -
Method in class javax.swing.plaf.multi.MultiOptionPaneUI
- Returns the list of UIs associated with this multiplexing UI.
- getUIs() -
Method in class javax.swing.plaf.multi.MultiPanelUI
- Returns the list of UIs associated with this multiplexing UI.
- getUIs() -
Method in class javax.swing.plaf.multi.MultiPopupMenuUI
- Returns the list of UIs associated with this multiplexing UI.
- getUIs() -
Method in class javax.swing.plaf.multi.MultiProgressBarUI
- Returns the list of UIs associated with this multiplexing UI.
- getUIs() -
Method in class javax.swing.plaf.multi.MultiRootPaneUI
- Returns the list of UIs associated with this multiplexing UI.
- getUIs() -
Method in class javax.swing.plaf.multi.MultiScrollBarUI
- Returns the list of UIs associated with this multiplexing UI.
- getUIs() -
Method in class javax.swing.plaf.multi.MultiScrollPaneUI
- Returns the list of UIs associated with this multiplexing UI.
- getUIs() -
Method in class javax.swing.plaf.multi.MultiSeparatorUI
- Returns the list of UIs associated with this multiplexing UI.
- getUIs() -
Method in class javax.swing.plaf.multi.MultiSliderUI
- Returns the list of UIs associated with this multiplexing UI.
- getUIs() -
Method in class javax.swing.plaf.multi.MultiSpinnerUI
- Returns the list of UIs associated with this multiplexing UI.
- getUIs() -
Method in class javax.swing.plaf.multi.MultiSplitPaneUI
- Returns the list of UIs associated with this multiplexing UI.
- getUIs() -
Method in class javax.swing.plaf.multi.MultiTabbedPaneUI
- Returns the list of UIs associated with this multiplexing UI.
- getUIs() -
Method in class javax.swing.plaf.multi.MultiTableHeaderUI
- Returns the list of UIs associated with this multiplexing UI.
- getUIs() -
Method in class javax.swing.plaf.multi.MultiTableUI
- Returns the list of UIs associated with this multiplexing UI.
- getUIs() -
Method in class javax.swing.plaf.multi.MultiTextUI
- Returns the list of UIs associated with this multiplexing UI.
- getUIs() -
Method in class javax.swing.plaf.multi.MultiToolBarUI
- Returns the list of UIs associated with this multiplexing UI.
- getUIs() -
Method in class javax.swing.plaf.multi.MultiToolTipUI
- Returns the list of UIs associated with this multiplexing UI.
- getUIs() -
Method in class javax.swing.plaf.multi.MultiTreeUI
- Returns the list of UIs associated with this multiplexing UI.
- getUIs() -
Method in class javax.swing.plaf.multi.MultiViewportUI
- Returns the list of UIs associated with this multiplexing UI.
- getURF16SurrogateValue(char, char[], int, int) -
Method in class org.apache.xalan.serialize.SerializerToXML
- Once a surrogate has been detected, get the pair as a single
integer value.
- getURI() -
Method in class org.apache.xalan.templates.AVT
- Get the namespace URI of the attribute.
- getURI() -
Method in class org.apache.xalan.templates.XMLNSDecl
- Return the URI.
- getURI(String) -
Method in class org.apache.xalan.transformer.ResultTreeHandler
- Given a prefix, return the namespace,
- getURI(int) -
Method in class org.apache.xml.utils.AttList
- Look up an attribute's Namespace URI by index.
- getURI(String) -
Method in class org.apache.xml.utils.Context2
- Look up the URI associated with a prefix in this context.
- getURI(String) -
Method in class org.apache.xml.utils.NamespaceSupport2
- Look up a prefix and get the currently-mapped Namespace URI.
- getURIResolver() -
Method in class org.apache.xalan.processor.StylesheetPIHandler
- Get the object that will be used to resolve URIs in href
in xml-stylesheet processing instruction.
- getURIResolver() -
Method in class org.apache.xalan.processor.TransformerFactoryImpl
- Get the object that will be used to resolve URIs used in
xsl:import, etc.
- getURIResolver() -
Method in class org.apache.xalan.transformer.TransformerIdentityImpl
- Get an object that will be used to resolve URIs used in
document(), etc.
- getURIResolver() -
Method in class org.apache.xalan.transformer.TransformerImpl
- Get an object that will be used to resolve URIs used in
document(), etc.
- getURIResolver() -
Method in class org.apache.xpath.SourceTreeManager
- Get the object that will be used to resolve URIs used in
document(), etc.
- getURIResolver() -
Method in class org.apache.xpath.XPathContext
- Get the URIResolver associated with this execution context.
- getURL() -
Method in class ISSearch.ISPeerResult
- Returns the absolute URL of the documents as a String.
- getURL() -
Method in interface ISSearch.ISPeerResultInterface
- Returns the absolute URL of the documents as a String.
- getURL() -
Method in class java.net.URLConnection
- Returns the value of this
URLConnection
's URL
field.
- getURL(int) -
Method in interface java.sql.CallableStatement
- Retrieves the value of the designated JDBC
DATALINK
parameter as a
java.net.URL
object.
- getURL(String) -
Method in interface java.sql.CallableStatement
- Retrieves the value of a JDBC
DATALINK
parameter as a
java.net.URL
object.
- getURL() -
Method in interface java.sql.DatabaseMetaData
- Retrieves the URL for this DBMS.
- getURL(int) -
Method in interface java.sql.ResultSet
- Retrieves the value of the designated column in the current row
of this
ResultSet
object as a java.net.URL
object in the Java programming language.
- getURL(String) -
Method in interface java.sql.ResultSet
- Retrieves the value of the designated column in the current row
of this
ResultSet
object as a java.net.URL
object in the Java programming language.
- getURL() -
Method in class javax.swing.event.HyperlinkEvent
- Gets the URL that the link refers to.
- getURL(URL, String) -
Static method in class javax.swing.text.html.CSS
- Returns a URL for the given CSS url string.
- getURLStreamHandler(String) -
Static method in class java.net.URL
- Returns the Stream Handler.
- getURLs() -
Method in class java.net.URLClassLoader
- Returns the search path of URLs for loading classes and resources.
- getUTF8Bytes(String) -
Static method in class java.util.zip.ZipOutputStream
-
- getUTF8Length(String) -
Static method in class java.util.zip.ZipOutputStream
-
- getUTF8String(byte[], int, int) -
Static method in class java.util.zip.ZipInputStream
-
- getUTFLength(String) -
Method in class java.io.ObjectOutputStream.BlockDataOutputStream
- Returns the length in bytes of the UTF encoding of the given string.
- getUid() -
Method in class org.apache.xalan.templates.ElemTemplateElement
- Get the UID (document order index).
- getUid() -
Method in interface org.apache.xpath.DOMOrder
- Deprecated. Get the UID (document order index).
- getUndeclaredThrowable() -
Method in class java.lang.reflect.UndeclaredThrowableException
- Returns the
Throwable
instance wrapped in this
UndeclaredThrowableException
, which may be null.
- getUnderlineOffset() -
Method in class java.awt.Font.FontLineMetrics
-
- 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.FontLineMetrics
-
- 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. for use as an Undo menu item.
- getUndoPresentationName() -
Method in class javax.swing.undo.AbstractUndoableEdit
- Retreives the value from the defaults table with key
AbstractUndoableEdit.undoText
and returns
that value followed by a space, followed by
getPresentationName
.
- 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
- Provides a localized, human readable description of the undoable
form of this edit, e.g. for use as an Undo menu item.
- getUndoableEditListeners() -
Method in class javax.swing.text.AbstractDocument
- Returns an array of all the undoable edit listeners
registered on this document.
- getUndoableEditListeners() -
Method in class javax.swing.undo.UndoableEditSupport
- Returns an array of all the
UndoableEditListener
s added
to this UndoableEditSupport with addUndoableEditListener().
- getUnicodeOrder(char) -
Method in class java.text.RBCollationTables
- Get the comarison order of a character from the collation table.
- getUnicodeStream(int) -
Method in interface java.sql.ResultSet
- Deprecated. use
getCharacterStream
in place of
getUnicodeStream
- getUnicodeStream(String) -
Method in interface java.sql.ResultSet
- Deprecated. use
getCharacterStream
instead
- getUniqueID(Node) -
Method in class org.apache.xpath.DOMHelper
- Deprecated. Supports the XPath function GenerateID by returning a unique
identifier string for any given DOM Node.
- getUniqueNSValue() -
Method in class org.apache.xalan.transformer.ResultTreeHandler
- Get a unique namespace value.
- getUnitIncrement() -
Method in interface java.awt.Adjustable
- Gets the unit value increment for the adjustable object.
- getUnitIncrement() -
Method in class java.awt.ScrollPaneAdjustable
-
- getUnitIncrement() -
Method in class java.awt.Scrollbar
- Gets the unit increment for this 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() -
Method in class javax.swing.JScrollBar
- For backwards compatibility with java.awt.Scrollbar.
- getUnitIncrement(int) -
Method in class javax.swing.JScrollPane.ScrollBar
- Computes the unit increment for scrolling if the viewport's
view is a
Scrollable
object.
- getUnitsToScroll() -
Method in class java.awt.event.MouseWheelEvent
- This is a convenience method to aid in the implementation of
the common-case MouseWheelListener - to scroll a ScrollPane or
JScrollPane by an amount which conforms to the platform settings.
- getUnloadableRepresentation() -
Method in class javax.swing.text.html.ObjectView
- Fetch a component that can be used to represent the
object if it can't be created.
- 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.
- getUnnormalizedComponents(float[], int, int[], int) -
Method in class java.awt.image.ComponentColorModel
- Returns an array of all of the color/alpha components in unnormalized
form, given a normalized component array.
- getUnparsedEntityURI(String) -
Method in class org.apache.xalan.lib.sql.DTMDocument
-
- getUnparsedEntityURI(String) -
Method in interface org.apache.xml.dtm.DTM
- The getUnparsedEntityURI function returns the URI of the unparsed
entity with the specified name in the same document as the context
node (see [3.3 Unparsed Entities]).
- getUnparsedEntityURI(String) -
Method in class org.apache.xml.dtm.ref.DTMDefaultBase
- The getUnparsedEntityURI function returns the URI of the unparsed
entity with the specified name in the same document as the context
node (see [3.3 Unparsed Entities]).
- getUnparsedEntityURI(String) -
Method in class org.apache.xml.dtm.ref.DTMDocumentImpl
- The getUnparsedEntityURI function returns the URI of the unparsed
entity with the specified name in the same document as the context
node (see [3.3 Unparsed Entities]).
- getUnparsedEntityURI(String) -
Method in class org.apache.xml.dtm.ref.dom2dtm.DOM2DTM
- The getUnparsedEntityURI function returns the URI of the unparsed
entity with the specified name in the same document as the context
node (see [3.3 Unparsed Entities]).
- getUnparsedEntityURI(String) -
Method in class org.apache.xml.dtm.ref.sax2dtm.SAX2DTM
- The getUnparsedEntityURI function returns the URI of the unparsed
entity with the specified name in the same document as the context
node (see [3.3 Unparsed Entities]).
- getUnparsedEntityURI(String, Document) -
Method in class org.apache.xpath.DOMHelper
- Deprecated. The getUnparsedEntityURI function returns the URI of the unparsed
entity with the specified name in the same document as the context
node (see [3.3 Unparsed Entities]).
- getUpdateAction() -
Method in class javax.swing.plaf.basic.BasicFileChooserUI
-
- getUpdateCount() -
Method in interface java.sql.Statement
- Retrieves 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.
- 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.
- getUpperBoundAt(int) -
Method in interface javax.swing.JTable.Resizable2
-
- getUrl() -
Method in interface javax.sql.RowSet
- Retrieves the url property this
RowSet
object will use to
create a connection if it uses the DriverManager
instead of a DataSource
object to establish the connection.
- getUrls() -
Method in interface ISSearch.ISDocumentInterface
- Returns the set of absolute Url's extracted from the current document.
- getUse() -
Method in class org.apache.xalan.templates.KeyDeclaration
- Get the "use" attribute.
- getUseAttributeSets() -
Method in class org.apache.xalan.templates.ElemUse
- Get the "use-attribute-sets" attribute.
- getUseCaches() -
Method in class java.net.URLConnection
- Returns the value of this
URLConnection
's
useCaches
field.
- getUseParentHandlers() -
Method in class java.util.logging.Logger
- Discover whether or not this logger is sending its output
to its parent logger.
- getUserAction() -
Method in class java.awt.dnd.DragSourceDragEvent
- This method returns the user drop action.
- getUserInfo() -
Method in class java.net.URI
- Returns the decoded user-information component of this URI.
- getUserInfo() -
Method in class java.net.URL
- Gets 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
- Retrieves the user name as known to this database.
- getUserObject() -
Method in class javax.swing.tree.DefaultMutableTreeNode
- Returns this node's user object.
- getUserObject() -
Method in interface org.apache.crimson.tree.ElementEx
- Returns the object associated with this element.
- getUserObject() -
Method in class org.apache.crimson.tree.ElementNode2
-
- getUserObjectPath() -
Method in class javax.swing.tree.DefaultMutableTreeNode
- Returns the user object path, from the root, to get to this node.
- getUserPath() -
Method in class java.io.Win32FileSystem
-
- getUserTextColor() -
Static method in class javax.swing.plaf.metal.MetalLookAndFeel
-
- getUserTextColor() -
Method in class javax.swing.plaf.metal.MetalTheme
-
- getUserTextFont() -
Method in class javax.swing.plaf.metal.DefaultMetalTheme
-
- getUserTextFont() -
Static method in class javax.swing.plaf.metal.MetalLookAndFeel
-
- getUserTextFont() -
Method in class javax.swing.plaf.metal.MetalTheme
-
- getUserinfo() -
Method in class org.apache.xml.utils.URI
- Get the userinfo for this URI.
- getUsername() -
Method in interface javax.sql.RowSet
- Retrieves the username used to create a database connection for this
RowSet
object.
- getVAdjustable() -
Method in class java.awt.ScrollPane
- Returns the
ScrollPaneAdjustable
object which
represents the state of the vertical scrollbar.
- getVKValue(String) -
Static method in class java.awt.AWTKeyStroke
- Returns the integer constant for the KeyEvent.VK field named
key
.
- getVMID() -
Method in class java.rmi.dgc.Lease
- Returns the client VMID associated with the lease.
- getVScrollbarWidth() -
Method in class java.awt.ScrollPane
- Returns the width that would be occupied by a vertical
scrollbar, which is independent of whether it is currently
displayed by the scroll pane or not.
- getVScrollbarWidth() -
Method in interface java.awt.peer.ScrollPanePeer
-
- getVal() -
Method in class org.apache.xpath.Arg
- Get the value for this argument.
- getValidCharacters() -
Method in class javax.swing.text.MaskFormatter
- Returns the valid characters that can be input.
- getValidFontNameMapping() -
Static method in class javax.swing.text.html.CSS
- Returns a hashtable whose contents are used to indicate the valid
fonts.
- getValidPixels() -
Method in class java.awt.image.IndexColorModel
- Returns a
BigInteger
that indicates the valid/invalid
pixels in the colormap.
- getValue() -
Method in interface java.awt.Adjustable
- Gets the current value of the adjustable object.
- getValue() -
Method in class java.awt.ScrollPaneAdjustable
-
- getValue() -
Method in class java.awt.Scrollbar
- Gets the current value of this scroll bar.
- getValue() -
Method in class java.awt.event.AdjustmentEvent
- Returns the current value in the adjustment event.
- getValue() -
Method in class java.lang.StringBuffer
-
- 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 class java.text.AttributeEntry
-
- getValue() -
Method in class java.util.AbstractMap.SimpleEntry
-
- getValue() -
Method in class java.util.Collections.SingletonMap.ImmutableEntry
-
- getValue() -
Method in class java.util.Collections.UnmodifiableMap.UnmodifiableEntrySet.UnmodifiableEntry
-
- getValue() -
Method in class java.util.HashMap.Entry
-
- getValue() -
Method in class java.util.Hashtable.Entry
-
- getValue() -
Method in class java.util.IdentityHashMap.EntryIterator
-
- getValue() -
Method in interface java.util.Map.Entry
- Returns the value corresponding to this entry.
- getValue() -
Method in class java.util.TreeMap.Entry
- Returns the value associated with the key.
- getValue() -
Method in class java.util.WeakHashMap.Entry
-
- getValue(String) -
Method in class java.util.jar.Attributes
- Returns the value of the specified attribute name, specified as
a string, or null if the attribute was not found.
- getValue(Attributes.Name) -
Method in class java.util.jar.Attributes
- Returns the value of the specified Attributes.Name, or null if the
attribute was not found.
- getValue() -
Method in class java.util.zip.Adler32
- Returns checksum value.
- getValue() -
Method in class java.util.zip.CRC32
- Returns CRC-32 value.
- getValue() -
Method in interface java.util.zip.Checksum
- Returns the current checksum value.
- getValue(String) -
Method in class javax.swing.AbstractAction
- Gets the
Object
associated with the specified key.
- getValue(String) -
Method in interface javax.swing.Action
- Gets one of this object's properties
using the associated key.
- getValue() -
Method in interface javax.swing.BoundedRangeModel
- Returns the model's current value.
- getValue() -
Method in class javax.swing.DefaultBoundedRangeModel
- Returns the model's current value.
- getValue(String) -
Method in class javax.swing.JComponent.ActionStandin
-
- getValue() -
Method in class javax.swing.JFormattedTextField
- Returns the last valid value.
- getValue() -
Method in class javax.swing.JOptionPane
- Returns the value the user has selected.
- getValue() -
Method in class javax.swing.JProgressBar
- Returns the progress bar's current value,
which is stored in the progress bar's
BoundedRangeModel
.
- getValue() -
Method in class javax.swing.JScrollBar
- Returns the scrollbar's value.
- getValue() -
Method in class javax.swing.JSlider
- Returns the sliders value.
- getValue(String) -
Method in class javax.swing.JSpinner.DisabledAction
-
- getValue() -
Method in class javax.swing.JSpinner
- Returns the current value of the model, typically
this value is displayed by the
editor
.
- getValue() -
Method in class javax.swing.SpinnerDateModel
- Returns the current element in this sequence of
Date
s.
- getValue() -
Method in class javax.swing.SpinnerListModel
- Returns the current element of the sequence.
- getValue() -
Method in interface javax.swing.SpinnerModel
- The current element of the sequence.
- getValue() -
Method in class javax.swing.SpinnerNumberModel
- Returns the value of the current element of the sequence.
- getValue() -
Method in class javax.swing.Spring.AbstractSpring
-
- getValue() -
Method in class javax.swing.Spring.CompoundSpring
-
- getValue() -
Method in class javax.swing.Spring.NegativeSpring
-
- getValue() -
Method in class javax.swing.Spring
- Returns the current value of this
Spring
.
- getValue() -
Method in class javax.swing.SpringLayout.SpringProxy
-
- getValue() -
Method in class javax.swing.text.html.CSS.BorderStyle
-
- getValue() -
Method in class javax.swing.text.html.CSS.BorderWidthValue
-
- getValue(float) -
Method in class javax.swing.text.html.CSS.BorderWidthValue
-
- getValue() -
Method in class javax.swing.text.html.CSS.ColorValue
- Returns the color to use.
- getValue() -
Method in class javax.swing.text.html.CSS.FontFamily
- Returns the font family to use.
- getValue(AttributeSet) -
Method in class javax.swing.text.html.CSS.FontSize
- Returns the size in points.
- getValue() -
Method in class javax.swing.text.html.CSS.FontWeight
-
- getValue() -
Method in class javax.swing.text.html.CSS.LengthValue
- Returns the length (span) to use.
- getValue(float) -
Method in class javax.swing.text.html.CSS.LengthValue
- Returns the length (span) to use.
- getValue(String) -
Static method in class javax.swing.text.html.CSS
- Translates a string to a
CSS.Value
object.
- 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() -
Method in class javax.swing.tree.VariableHeightLayoutCache.TreeStateNode
- Returns the value the receiver is representing.
- getValue() -
Method in class org.apache.crimson.tree.AttributeNode
- DOM: Returns the attribute value.
- getValue(String) -
Method in class org.apache.crimson.tree.AttributeSet
-
- getValue() -
Method in class org.apache.xalan.lib.sql.QueryParameter
-
- getValue() -
Method in class org.apache.xalan.templates.ElemNumber
- Get the "value" attribute.
- getValue(TransformerImpl, int) -
Method in class org.apache.xalan.templates.ElemVariable
- Get the XObject representation of the variable.
- getValue(TransformerImpl, int) -
Method in class org.apache.xalan.templates.ElemWithParam
- Get the XObject representation of the variable.
- getValue() -
Method in class org.apache.xml.dtm.ref.DTMNodeProxy
-
- getValue() -
Method in class org.apache.xml.dtm.ref.dom2dtm.DOM2DTMdefaultNamespaceDeclarationNode
-
- getValue(int) -
Method in class org.apache.xml.utils.AttList
- Get the attribute's node value by index
- getValue(String) -
Method in class org.apache.xml.utils.AttList
- Look up an attribute's value by name.
- getValue(String, String) -
Method in class org.apache.xml.utils.AttList
- Look up an attribute's value by Namespace name.
- 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.plaf.metal.MetalFileChooserUI.DetailsTableModel
-
- 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
.
- getValueClass() -
Method in class javax.swing.text.DefaultFormatter
- Returns that class that is used to create new Objects.
- getValueContainsLiteralCharacters() -
Method in class javax.swing.text.MaskFormatter
- Returns true if
stringToValue
should return literal
characters in the mask.
- getValueIsAdjusting() -
Method in class java.awt.ScrollPaneAdjustable
- Returns true if the value is in the process of changing as a
result of actions being taken by the user.
- getValueIsAdjusting() -
Method in class java.awt.Scrollbar
- Returns true if the value is in the process of changing as a
result of actions being taken by the user.
- getValueIsAdjusting() -
Method in class java.awt.event.AdjustmentEvent
- Returns
true
if this is one of multiple
adjustment events.
- 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.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 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 interface javax.swing.ListSelectionModel
- Returns true if the value is undergoing a series of changes.
- getValueIsAdjusting() -
Method in class javax.swing.event.ListSelectionEvent
- Returns true if this is one of multiple change events.
- getValueIsAdjusting() -
Method in class javax.swing.text.html.OptionListModel
-
- getValueString(int, String, int) -
Method in class java.math.BigDecimal
-
- getValues() -
Method in class javax.swing.text.html.parser.AttributeList
-
- getVarCount() -
Method in class org.apache.xalan.templates.VarNameCollector
- Get the number of variable references that were collected.
- getVarStack() -
Method in class org.apache.xpath.XPathContext
- Get the variable stack, which is in charge of variables and
parameters.
- getVariable(QName) -
Method in class org.apache.xalan.templates.Stylesheet
- Get an "xsl:variable" property.
- getVariableNames() -
Method in class org.apache.xalan.templates.StylesheetRoot.ComposeState
- Get the Vector of the current params and QNames to be collected
within the current template.
- getVariableOrParam(QName) -
Method in interface org.apache.xalan.extensions.ExpressionContext
- Get a variable based on it's qualified name.
- getVariableOrParam(QName) -
Method in class org.apache.xalan.templates.Stylesheet
- Get an "xsl:variable" or "xsl:param" property.
- getVariableOrParam(int) -
Method in class org.apache.xalan.templates.Stylesheet
- Get an "xsl:variable" property.
- getVariableOrParam(XPathContext, QName) -
Method in class org.apache.xpath.VariableStack
- Get a variable based on it's qualified name.
- getVariableOrParam(QName) -
Method in class org.apache.xpath.XPathContext.XPathExpressionContext
- Get a variable based on it's qualified name.
- getVariableOrParamComposed(QName) -
Method in class org.apache.xalan.templates.StylesheetRoot
- Get an "xsl:variable" property.
- getVariableOrParamCount() -
Method in class org.apache.xalan.templates.Stylesheet
- Get the number of "xsl:variable" properties.
- getVariablesAndParamsComposed() -
Method in class org.apache.xalan.templates.StylesheetRoot
- Get all global "xsl:variable" properties in scope for this stylesheet.
- getVariant() -
Method in class java.util.Locale
- Returns the variant code for this locale.
- getVariantFor(Class) -
Method in class java.io.ObjectStreamClass
- If given class is the same as the class associated with this class
descriptor, returns reference to this class descriptor.
- getVariation() -
Method in class java.awt.im.InputMethodHighlight
- Returns the variation of the text range.
- getVector() -
Method in class javax.swing.text.html.StyleSheet.SearchBuffer
-
- getVector() -
Method in class org.apache.xpath.axes.NodeSequence
- If this iterator needs to cache nodes that are fetched, they
are stored in the Vector in the generic object.
- getVerifyInputWhenFocusTarget() -
Method in class javax.swing.JComponent
- Returns 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.
1.0 is represented as 0x00010000.
- getVersion() -
Static method in class org.apache.xalan.Version
- Get the basic version string for the current Xalan release.
- getVersion() -
Method in class org.apache.xalan.templates.ElemLiteralResult
- Get the "version" property.
- getVersion() -
Method in class org.apache.xalan.templates.Stylesheet
- Get the "version" property.
- getVersion() -
Method in class org.apache.xml.dtm.ref.DTMNodeProxy
- EXPERIMENTAL!
- getVersion() -
Method in class org.apache.xml.utils.UnImplNode
- EXPERIMENTAL!
- getVersionColumns(String, String, String) -
Method in interface java.sql.DatabaseMetaData
- Retrieves 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.
- getVerticalPosition() -
Method in class javax.swing.text.html.CSS.BackgroundPosition
-
- getVerticalScrollBar() -
Method in class javax.swing.JScrollPane
- Returns the vertical scroll bar that controls the viewports
vertical view position.
- getVerticalScrollBar() -
Method in class javax.swing.ScrollPaneLayout
- Returns the
JScrollBar
object that handles vertical scrolling.
- getVerticalScrollBarPolicy() -
Method in class javax.swing.JScrollPane
- Returns the vertical scroll bar policy value.
- getVerticalScrollBarPolicy() -
Method in class javax.swing.ScrollPaneLayout
- Returns the vertical scrollbar-display policy.
- 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.
- getVetoableChangeListeners() -
Method in class java.awt.KeyboardFocusManager
- Returns an array of all the vetoable change listeners
registered on this keyboard focus manager.
- getVetoableChangeListeners(String) -
Method in class java.awt.KeyboardFocusManager
- Returns an array of all the
VetoableChangeListener
s
associated with the named property.
- getVetoableChangeListeners() -
Method in class javax.swing.JComponent
- Returns an array of all the vetoable change listeners
registered on this component.
- getVgap() -
Method in class java.awt.BorderLayout
- Returns the vertical gap between components.
- getVgap() -
Method in class java.awt.CardLayout
- Gets the vertical gap between components.
- getVgap() -
Method in class java.awt.FlowLayout
- Gets the vertical gap between components.
- getVgap() -
Method in class java.awt.GridLayout
- 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.plaf.basic.BasicHTML.Renderer
- Gets the n-th view in this container.
- getView(int) -
Method in class javax.swing.plaf.basic.BasicTextUI.RootView
- Gets the n-th view in this container.
- getView(int) -
Method in class javax.swing.text.AsyncBoxView
- Gets the nth child view.
- getView(int) -
Method in class javax.swing.text.CompositeView
- Returns the n-th view in this container.
- getView() -
Method in class javax.swing.text.TextLayoutStrategy.AttributedSegment
-
- getView(int) -
Method in class javax.swing.text.View
- Gets the nth child view.
- getView() -
Method in class javax.swing.text.html.AccessibleHTML.ElementInfo
- Returns the View corresponding to this ElementInfo, or null
if the ElementInfo can't be validated.
- getView(View, Element, int) -
Method in class javax.swing.text.html.AccessibleHTML.ElementInfo
-
- getView(JEditorPane, Element) -
Method in class javax.swing.text.html.HTMLEditorKit.ActivateLinkAction
-
- getView(View, Element, int) -
Method in class javax.swing.text.html.HTMLEditorKit.ActivateLinkAction
-
- getViewAtPoint(int, int, Rectangle) -
Method in class javax.swing.JEditorPane.PlainEditorKit.PlainParagraph.LogicalView
-
- getViewAtPoint(int, int, Rectangle) -
Method in class javax.swing.plaf.basic.BasicTextAreaUI.PlainParagraph.LogicalView
-
- getViewAtPoint(int, int, Rectangle) -
Method in class javax.swing.text.BoxView
- Fetches the child view at the given coordinates.
- getViewAtPoint(int, int, Rectangle) -
Method in class javax.swing.text.CompositeView
- Fetches the child view at the given coordinates.
- getViewAtPoint(int, int, Rectangle) -
Method in class javax.swing.text.FlowView.LogicalView
- Fetches the child view at the given point.
- getViewAtPoint(int, int, Rectangle) -
Method in class javax.swing.text.html.TableView
-
- 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.TableRow
- 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.html.TableView.RowView
- Fetches the child view that represents the given position in
the model.
- getViewAtPosition(int, Rectangle) -
Method in class javax.swing.text.html.TableView
- Fetches the child view that represents the given position in
the model.
- getViewAttributes() -
Method in class javax.swing.text.html.AccessibleHTML.ElementInfo
- Returns the AttributeSet associated with the View that is
representing this Element, this will
return null if the ElementInfo can't be validated.
- 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.plaf.basic.BasicHTML.Renderer
- Returns the number of views in this view.
- getViewCount() -
Method in class javax.swing.plaf.basic.BasicTextUI.RootView
- Returns the number of views in this view.
- getViewCount() -
Method in class javax.swing.text.AsyncBoxView
- 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.View
- Returns the number of views in this view.
- getViewFactory() -
Method in class javax.swing.JEditorPane.PlainEditorKit
- Fetches a factory that is suitable for producing
views of any models that are produced by this
kit.
- getViewFactory() -
Method in class javax.swing.plaf.basic.BasicHTML.BasicEditorKit
- Returns the ViewFactory that is used to make sure the Views don't
load in the background.
- getViewFactory() -
Method in class javax.swing.plaf.basic.BasicHTML.Renderer
- Fetches the factory to be used for building the
various view fragments that make up the view that
represents the model.
- getViewFactory() -
Method in class javax.swing.plaf.basic.BasicTextUI.RootView
- Fetches the factory to be used for building the
various view fragments that make up the view that
represents the model.
- 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.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.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.View
- Fetches the
ViewFactory
implementation that is feeding
the view hierarchy.
- 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.
- getViewFactory() -
Method in class javax.swing.text.html.TableView
- Fetches the ViewFactory implementation that is feeding
the view hierarchy.
- getViewIndex(int, Position.Bias) -
Method in class javax.swing.plaf.basic.BasicTextUI.RootView
- 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.
- 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.View
- Returns the child view index representing the given position in
the model.
- getViewIndex(float, float, Shape) -
Method in class javax.swing.text.View
- Returns the child view index representing the given position in
the view.
- getViewIndex(int, Position.Bias) -
Method in class javax.swing.text.ZoneView.Zone
- 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.JEditorPane.PlainEditorKit.PlainParagraph.LogicalView
-
- getViewIndexAtPosition(int) -
Method in class javax.swing.plaf.basic.BasicTextAreaUI.PlainParagraph.LogicalView
-
- getViewIndexAtPosition(int, Position.Bias) -
Method in class javax.swing.text.AsyncBoxView
- Fetches the child view index representing the given position in
the model.
- 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.LogicalView
-
- 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.ParagraphView.Row
- Fetches the child view index representing the given position in
the model.
- getViewIndexAtPosition(int) -
Method in class javax.swing.text.ZoneView
- Returns 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.
- getViewLocation() -
Method in class javax.swing.JViewport
- Only used by the paint method below.
- 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.
- getViewport() -
Method in class javax.swing.JScrollPane
- Returns the current
JViewport
.
- getViewport() -
Method in class javax.swing.ScrollPaneLayout
- Returns the
JViewport
object that displays the
scrollable contents.
- 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.
- getVisible() -
Method in class java.awt.Scrollbar
- Deprecated. As of JDK version 1.1,
replaced by
getVisibleAmount()
.
- getVisibleAdvance() -
Method in class java.awt.font.TextLayout
- Returns the advance of this
TextLayout
, minus trailing
whitespace.
- getVisibleAmount() -
Method in interface java.awt.Adjustable
- Gets the length of the proportional indicator.
- getVisibleAmount() -
Method in class java.awt.ScrollPaneAdjustable
-
- getVisibleAmount() -
Method in class java.awt.Scrollbar
- Gets the visible amount of this scroll bar.
- getVisibleAmount() -
Method in class javax.swing.JScrollBar
- Returns the scrollbar's extent, aka its "visibleAmount".
- getVisibleChildCount(TreePath) -
Method in class javax.swing.tree.AbstractLayoutCache
- Returns the number of visible children for row.
- getVisibleChildCount(TreePath) -
Method in class javax.swing.tree.FixedHeightLayoutCache
- Returns the number of visible children for row.
- getVisibleChildCount() -
Method in class javax.swing.tree.VariableHeightLayoutCache.TreeStateNode
- Returns the number of visible children, that is the number of
children that are expanded, or leafs.
- getVisibleChildCount(TreePath) -
Method in class javax.swing.tree.VariableHeightLayoutCache
- Returns the number of visible children for
path
.
- 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
.
- getVisibleLevel() -
Method in class javax.swing.tree.FixedHeightLayoutCache.FHTreeStateNode
- The highest visible nodes have a depth of 0.
- getVisiblePathsFrom(TreePath) -
Method in class javax.swing.tree.AbstractLayoutCache
- Returns an
Enumerator
that increments over the visible
paths starting at the passed in location.
- getVisiblePathsFrom(TreePath) -
Method in class javax.swing.tree.FixedHeightLayoutCache
- Returns an Enumerator that increments over the visible paths
starting at the passed in location.
- getVisiblePathsFrom(TreePath) -
Method in class javax.swing.tree.VariableHeightLayoutCache
- Returns an
Enumerator
that increments over the visible paths
starting at the passed in location.
- getVisiblePosition() -
Method in class java.awt.event.InputMethodEvent
- Gets the position that's most important to be visible.
- getVisibleRect() -
Method in class javax.swing.JComponent
- Returns the
Component
's "visible rectangle" - the
intersection of this component's visible rectangle:
new Rectangle(0, 0, getWidth(), getHeight());
and all of its ancestors' visible rectangles.
- 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 bounding box of the outline of this
GlyphVector
.
- getVisualBounds() -
Method in class java.awt.font.TextLayout.OptInfo
-
- 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
.
- 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.
- getVisualOtherHit(TextHitInfo) -
Method in class java.awt.font.TextLayout
- Returns the hit on the opposite side of the specified hit's caret.
- getVisualRepresentation(Transferable) -
Method in class javax.swing.TransferHandler
- Returns an object that establishes the look of a transfer.
- getVolatileOffscreenBuffer(Component, int, int) -
Method in class javax.swing.RepaintManager
- Return a volatile offscreen buffer that should be used as a
double buffer with the specified component
c
.
- getWalker() -
Method in class org.apache.xalan.templates.TemplateList
- Get a TemplateWalker for use by a compiler.
- getWantsInput() -
Method in class javax.swing.JOptionPane
- Returns the value of the
wantsInput
property.
- getWarningKey(int) -
Method in class org.apache.xml.utils.res.XResourceBundleBase
- Get the warning string associated with the error code
- 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 internal frame.
- getWarnings() -
Method in interface java.sql.Connection
- Retrieves the first warning reported by calls on this
Connection
object.
- getWarnings() -
Method in interface java.sql.ResultSet
- Retrieves the first warning reported by calls on this
ResultSet
object.
- getWarnings() -
Method in interface java.sql.Statement
- Retrieves the first warning reported by calls on this
Statement
object.
- getWeekdays() -
Method in class java.text.DateFormatSymbols
- Gets weekday strings.
- getWestPane() -
Method in class javax.swing.plaf.basic.BasicInternalFrameUI
-
- getWhatToShow() -
Method in interface org.apache.xml.dtm.DTMIterator
- This attribute determines which node types are presented via the
iterator.
- getWhatToShow() -
Method in class org.apache.xml.dtm.ref.DTMNodeIterator
- Return a mask describing which node types are presented via the
iterator.
- getWhatToShow() -
Method in class org.apache.xpath.NodeSet
- This attribute determines which node types are presented via the
iterator.
- getWhatToShow() -
Method in class org.apache.xpath.NodeSetDTM
- This attribute determines which node types are presented via the
iterator.
- getWhatToShow() -
Method in class org.apache.xpath.axes.LocPathIterator
- This attribute determines which node types are presented via the
iterator.
- getWhatToShow() -
Method in class org.apache.xpath.axes.NodeSequence
-
- getWhatToShow(int) -
Method in class org.apache.xpath.compiler.Compiler
- Get a
NodeFilter
bit set that tells what
to show for a given node test.
- getWhatToShow() -
Method in class org.apache.xpath.patterns.NodeTest
- This attribute determines which node types are accepted.
- getWheelRotation() -
Method in class java.awt.event.MouseWheelEvent
- Returns the number of "clicks" the mouse wheel was rotated.
- getWhen() -
Method in class java.awt.event.ActionEvent
- Returns the timestamp of when this event occurred.
- getWhen() -
Method in class java.awt.event.InputEvent
- Returns the timestamp of when this event occurred.
- getWhen() -
Method in class java.awt.event.InputMethodEvent
- Returns the time stamp of when this event occurred.
- getWhen() -
Method in class java.awt.event.InvocationEvent
- 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
-
- getWhiteSpaceInfo(XPathContext, int, DTM) -
Method in class org.apache.xalan.templates.StylesheetRoot
- Get information about whether or not an element should strip whitespace.
- getWidth() -
Method in class java.awt.Component
- Returns 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.DisplayMode
-
- getWidth(ImageObserver) -
Method in class java.awt.Image
- Determines the width of the image.
- getWidth() -
Method in class java.awt.Rectangle
- Returns the width of the bounding
Rectangle
in
double
precision.
- getWidth() -
Method in class java.awt.geom.Arc2D.Double
- Returns the width of the ellipse of which this arc is
a partial section.
- 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.Dimension2D
- Returns the width of this
Dimension
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.geom.Ellipse2D.Float
- Returns the overall width of this
Ellipse2D
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.Rectangle2D.Float
- Returns the width of this
Rectangle2D
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.Double
- Returns the width of this
RoundRectangle2D
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.image.BufferedImage
- Returns the width of the
BufferedImage
.
- getWidth(ImageObserver) -
Method in class java.awt.image.BufferedImage
- Returns the width of the
BufferedImage
.
- 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 class java.awt.image.Raster
- Returns the width in pixels of the Raster.
- getWidth() -
Method in interface java.awt.image.RenderedImage
- Returns the width of the RenderedImage.
- getWidth() -
Method in class java.awt.image.SampleModel
- Returns the width in pixels.
- getWidth() -
Method in class java.awt.image.VolatileImage
- Returns the width of the
VolatileImage
.
- getWidth() -
Method in interface java.awt.image.renderable.RenderableImage
- Gets the width in user coordinate space.
- getWidth() -
Method in class java.awt.image.renderable.RenderableImageOp
- Gets the width in user coordinate space.
- getWidth() -
Method in class java.awt.print.PageFormat
- Returns the width, in 1/72nds of an inch, of the page.
- getWidth() -
Method in class java.awt.print.Paper
- Returns the width of the page in 1/72nds
of an inch.
- getWidth() -
Method in class javax.swing.JComponent
- Returns the current width of this component.
- getWidth() -
Method in class javax.swing.SpringLayout.Constraints
- Returns the value of the
width
property.
- getWidth() -
Method in class javax.swing.table.TableColumn
- Returns the width of the
TableColumn
.
- getWidth() -
Method in class javax.swing.text.BoxView
- Returns the current width of the box.
- getWidthAdjust(Rectangle, Rectangle) -
Method in class javax.swing.ToolTipManager
-
- getWidthInRightToLeft() -
Method in class javax.swing.table.JTableHeader
-
- getWidthOfHighValueLabel() -
Method in class javax.swing.plaf.basic.BasicSliderUI
-
- getWidthOfLowValueLabel() -
Method in class javax.swing.plaf.basic.BasicSliderUI
-
- getWidthOfWidestLabel() -
Method in class javax.swing.plaf.basic.BasicSliderUI
-
- getWidths() -
Method in class java.awt.FontMetrics
- Gets the advance widths of the first 256 characters in the
Font
.
- getWindingRule() -
Method in class java.awt.Polygon.PolygonPathIterator
- Returns the winding rule for determining the interior of the
path.
- getWindingRule() -
Method in class java.awt.geom.ArcIterator
- Return the winding rule for determining the insideness of the
path.
- getWindingRule() -
Method in class java.awt.geom.AreaIterator
-
- getWindingRule() -
Method in class java.awt.geom.CubicIterator
- Return the winding rule for determining the insideness of the
path.
- getWindingRule() -
Method in class java.awt.geom.EllipseIterator
- Return the winding rule for determining the insideness of the
path.
- getWindingRule() -
Method in class java.awt.geom.FlatteningPathIterator
- 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.GeneralPathIterator
- Return the winding rule for determining the interior of the
path.
- getWindingRule() -
Method in class java.awt.geom.LineIterator
- Return the winding rule for determining the insideness of the
path.
- 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.QuadIterator
- Return the winding rule for determining the insideness of the
path.
- getWindingRule() -
Method in class java.awt.geom.RectIterator
- Return the winding rule for determining the insideness of the
path.
- getWindingRule() -
Method in class java.awt.geom.RoundRectIterator
- Return the winding rule for determining the insideness of the
path.
- getWindow() -
Method in class java.awt.event.WindowEvent
- Returns the originator of the event.
- getWindow(Component) -
Static method in class javax.swing.plaf.basic.BasicPopupMenuUI
-
- getWindow() -
Method in class javax.swing.plaf.metal.MetalTitlePane
- Returns the
Window
the JRootPane
is
contained in.
- 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
-
- getWindowDecorationStyle() -
Method in class javax.swing.JRootPane
- Returns a constant identifying the type of Window decorations the
JRootPane
is providing.
- getWindowDecorationStyle() -
Method in class javax.swing.plaf.metal.MetalTitlePane
- Returns the decoration style of the
JRootPane
.
- getWindowFocusListeners() -
Method in class java.awt.Window
- Returns an array of all the window focus listeners
registered on this window.
- getWindowForComponent(Component) -
Static method in class javax.swing.JOptionPane
- Returns the specified component's toplevel
Frame
or
Dialog
.
- getWindowListeners() -
Method in class java.awt.Window
- Returns an array of all the window listeners
registered on this window.
- getWindowStateListeners() -
Method in class java.awt.Window
- Returns an array of all the window state listeners
registered on this window.
- getWindowTitleBackground() -
Static method in class javax.swing.plaf.metal.MetalLookAndFeel
-
- getWindowTitleBackground() -
Method in class javax.swing.plaf.metal.MetalTheme
-
- getWindowTitleFont() -
Method in class javax.swing.plaf.metal.DefaultMetalTheme
-
- getWindowTitleFont() -
Static method in class javax.swing.plaf.metal.MetalLookAndFeel
-
- getWindowTitleFont() -
Method in class javax.swing.plaf.metal.MetalTheme
-
- 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
-
- getWord() -
Method in interface ISSearch.ISTermInterface
- This function returns the original extracted word
- 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
- Gets 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.
- getWriteObjCounter(JComponent) -
Static method in class javax.swing.JComponent
-
- getWriter() -
Method in class javax.swing.text.AbstractWriter
- Returns the Writer that is used to output the content.
- getWriter() -
Method in class org.apache.crimson.tree.XmlWriteContext
- Returns the writer to which output should be written.
- getWriter(OutputStream, String) -
Static method in class org.apache.xalan.serialize.Encodings
- Returns a writer for the specified encoding based on
an output stream.
- getWriter() -
Method in interface org.apache.xalan.serialize.Serializer
- Get the character stream where the events will be serialized to.
- getWriter() -
Method in class org.apache.xalan.serialize.SerializerToXML
- Get the character stream where the events will be serialized to.
- getWriter() -
Method in class org.apache.xml.utils.DOMBuilder
- Return null since there is no Writer for this class.
- getX() -
Method in class java.awt.Component
- Returns 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.dnd.DragSourceEvent
- This method returns the horizontal coordinate of the cursor location in
screen coordinates at the moment this event occured, or zero if the
cursor location is not specified for this event.
- 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.Arc2D.Double
- Returns the x coordinate of the upper left corner of the arc.
- 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.Ellipse2D.Double
- Returns the X coordinate of the upper left corner of this
Ellipse2D
in double
precision.
- 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.Point2D.Double
- Returns the X coordinate of this
Point2D
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
- Returns the X coordinate of this
Point2D
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.Rectangle2D.Float
- Returns the X coordinate of this
Rectangle2D
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.Double
- Returns the X coordinate of this
RoundRectangle2D
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 javax.swing.JComponent
- Returns the current x coordinate of the component's origin.
- getX() -
Method in class javax.swing.SpringLayout.Constraints
- Returns the value of the
x
property.
- getX1() -
Method in class java.awt.geom.CubicCurve2D.Double
- Returns the X coordinate of the start point
in double precision.
- getX1() -
Method in class java.awt.geom.CubicCurve2D.Float
- 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.Line2D.Double
- 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
- 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.QuadCurve2D.Float
- 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.
- getX2() -
Method in class java.awt.geom.CubicCurve2D.Double
- Returns the X coordinate of the end point
in double precision.
- getX2() -
Method in class java.awt.geom.CubicCurve2D.Float
- 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.Line2D.Double
- 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
- 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.QuadCurve2D.Float
- 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.
- getXAConnection() -
Method in interface javax.sql.XADataSource
- Attempts to establish a physical database connection that can be
used in a distributed transaction.
- getXAConnection(String, String) -
Method in interface javax.sql.XADataSource
- Attempts to establish a physical database connection, using the given
user name and password.
- getXAResource() -
Method in interface javax.sql.XAConnection
- Retrieves an
XAResource
object that
the transaction manager will use
to manage this XAConnection
object's participation in a
distributed transaction.
- getXMLReader() -
Method in class org.apache.crimson.jaxp.SAXParserImpl
- Returns the XMLReader that is encapsulated by the implementation of
this class.
- getXMLReader(Source) -
Method in class org.apache.xml.dtm.ref.DTMManagerDefault
- This method returns the SAX2 parser to use with the InputSource
obtained from this URI.
- getXMLReader(Source, SourceLocator) -
Static method in class org.apache.xpath.SourceTreeManager
- This method returns the SAX2 parser to use with the InputSource
obtained from this URI.
- getXMLStringFactory() -
Method in class org.apache.xml.dtm.DTMManager
- Get the XMLStringFactory used for the DTMs.
- getXOrigin() -
Method in class java.awt.image.Kernel
- Returns the X origin of this
Kernel
.
- getXOrigin() -
Method in class javax.swing.tree.VariableHeightLayoutCache.TreeStateNode
-
- getXPathContext() -
Method in interface org.apache.xalan.extensions.ExpressionContext
- Get the XPathContext that owns this ExpressionContext.
- getXPathContext() -
Method in class org.apache.xalan.transformer.TransformerImpl
- Get the XPath context associated with this transformer.
- getXPathContext() -
Method in class org.apache.xpath.CachedXPathAPI
- Returns the XPathSupport object used in this CachedXPathAPI
%REVIEW% I'm somewhat concerned about the loss of encapsulation
this causes, but the xml-security folks say they need it.
- getXPathContext() -
Method in class org.apache.xpath.XPathContext.XPathExpressionContext
- Return the XPathContext associated with this XPathExpressionContext.
- getXPathContext() -
Method in class org.apache.xpath.axes.LocPathIterator
- The XPath execution context we are operating on.
- getXSLMessages() -
Method in class org.apache.xalan.processor.StylesheetHandler
- Get an XSLMessages instance capable of producing user messages.
- getXSLToken() -
Method in class org.apache.xalan.templates.ElemApplyImport
- Get an int constant identifying the type of element.
- getXSLToken() -
Method in class org.apache.xalan.templates.ElemApplyTemplates
- Get an int constant identifying the type of element.
- getXSLToken() -
Method in class org.apache.xalan.templates.ElemAttribute
- Get an int constant identifying the type of element.
- getXSLToken() -
Method in class org.apache.xalan.templates.ElemAttributeSet
- Get an int constant identifying the type of element.
- getXSLToken() -
Method in class org.apache.xalan.templates.ElemCallTemplate
- Get an int constant identifying the type of element.
- getXSLToken() -
Method in class org.apache.xalan.templates.ElemChoose
- Get an int constant identifying the type of element.
- getXSLToken() -
Method in class org.apache.xalan.templates.ElemComment
- Get an int constant identifying the type of element.
- getXSLToken() -
Method in class org.apache.xalan.templates.ElemCopy
- Get an int constant identifying the type of element.
- getXSLToken() -
Method in class org.apache.xalan.templates.ElemCopyOf
- Get an int constant identifying the type of element.
- getXSLToken() -
Method in class org.apache.xalan.templates.ElemElement
- Get an int constant identifying the type of element.
- getXSLToken() -
Method in class org.apache.xalan.templates.ElemExsltFuncResult
- Get an integer representation of the element type.
- getXSLToken() -
Method in class org.apache.xalan.templates.ElemExsltFunction
- Get an integer representation of the element type.
- getXSLToken() -
Method in class org.apache.xalan.templates.ElemExtensionCall
- Get an int constant identifying the type of element.
- getXSLToken() -
Method in class org.apache.xalan.templates.ElemExtensionDecl
- Get an int constant identifying the type of element.
- getXSLToken() -
Method in class org.apache.xalan.templates.ElemExtensionScript
- Get an int constant identifying the type of element.
- getXSLToken() -
Method in class org.apache.xalan.templates.ElemFallback
- Get an int constant identifying the type of element.
- getXSLToken() -
Method in class org.apache.xalan.templates.ElemForEach
- Get an int constant identifying the type of element.
- getXSLToken() -
Method in class org.apache.xalan.templates.ElemIf
- Get an int constant identifying the type of element.
- getXSLToken() -
Method in class org.apache.xalan.templates.ElemLiteralResult
- Get an int constant identifying the type of element.
- getXSLToken() -
Method in class org.apache.xalan.templates.ElemMessage
- Get an int constant identifying the type of element.
- getXSLToken() -
Method in class org.apache.xalan.templates.ElemNumber
- Get an int constant identifying the type of element.
- getXSLToken() -
Method in class org.apache.xalan.templates.ElemOtherwise
- Get an int constant identifying the type of element.
- getXSLToken() -
Method in class org.apache.xalan.templates.ElemPI
- Get an int constant identifying the type of element.
- getXSLToken() -
Method in class org.apache.xalan.templates.ElemParam
- Get an int constant identifying the type of element.
- getXSLToken() -
Method in class org.apache.xalan.templates.ElemSort
- Get an int constant identifying the type of element.
- getXSLToken() -
Method in class org.apache.xalan.templates.ElemTemplate
- Get an int constant identifying the type of element.
- getXSLToken() -
Method in class org.apache.xalan.templates.ElemTemplateElement
- Get an integer representation of the element type.
- getXSLToken() -
Method in class org.apache.xalan.templates.ElemText
- Get an integer representation of the element type.
- getXSLToken() -
Method in class org.apache.xalan.templates.ElemTextLiteral
- Get an integer representation of the element type.
- getXSLToken() -
Method in class org.apache.xalan.templates.ElemValueOf
- Get an integer representation of the element type.
- getXSLToken() -
Method in class org.apache.xalan.templates.ElemVariable
- Get an integer representation of the element type.
- getXSLToken() -
Method in class org.apache.xalan.templates.ElemWhen
- Get an integer representation of the element type.
- getXSLToken() -
Method in class org.apache.xalan.templates.ElemWithParam
- Get an integer representation of the element type.
- getXSLToken() -
Method in class org.apache.xalan.templates.Stylesheet
- Get an integer representation of the element type.
- getXYZTag(int) -
Method in class java.awt.color.ICC_Profile
- Returns a float array of length 3 containing the X, Y, and Z
components encoded in an XYZType tag.
- getXmlSpace() -
Method in class org.apache.xalan.templates.ElemTemplateElement
- Get the "xml:space" attribute.
- getXmlnsXsl() -
Method in class org.apache.xalan.templates.Stylesheet
- Get the "xmlns:xsl" property.
- getY() -
Method in class java.awt.Component
- Returns 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.dnd.DragSourceEvent
- This method returns the vertical coordinate of the cursor location in
screen coordinates at the moment this event occured, or zero if the
cursor location is not specified for this event.
- 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.Arc2D.Double
- Returns the y coordinate of the upper left corner of the arc.
- 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.Ellipse2D.Double
- Returns the Y coordinate of the upper left corner of this
Ellipse2D
in double
precision.
- 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.Point2D.Double
- Returns the Y coordinate of this
Point2D
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
- Returns the Y coordinate of this
Point2D
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.Rectangle2D.Float
- Returns the Y coordinate of this
Rectangle2D
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.Double
- Returns the Y coordinate of this
RoundRectangle2D
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 javax.swing.JComponent
- Returns the current y coordinate of the component's origin.
- getY() -
Method in class javax.swing.SpringLayout.Constraints
- Returns the value of the
y
property.
- getY1() -
Method in class java.awt.geom.CubicCurve2D.Double
- Returns the Y coordinate of the start point
in double precision.
- getY1() -
Method in class java.awt.geom.CubicCurve2D.Float
- 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.Line2D.Double
- 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
- 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.QuadCurve2D.Float
- 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.
- getY2() -
Method in class java.awt.geom.CubicCurve2D.Double
- Returns the Y coordinate of the end point
in double precision.
- getY2() -
Method in class java.awt.geom.CubicCurve2D.Float
- 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.Line2D.Double
- 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
- 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.QuadCurve2D.Float
- 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.
- getYOrigin() -
Method in class java.awt.image.Kernel
- Returns the Y origin of this
Kernel
.
- getYOrigin() -
Method in class javax.swing.tree.VariableHeightLayoutCache.TreeStateNode
- Returns the y origin the user object will be drawn at.
- 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
.
- getZeroDigit() -
Method in class java.text.DecimalFormatSymbols
- Gets the character used for zero.
- getZeroDigit() -
Method in class org.apache.xalan.templates.DecimalFormatProperties
- Get the "zero-digit" attribute.
- getZeroString() -
Method in class org.apache.xalan.templates.ElemNumber
- Get a string value for zero, which is not really defined by the 1.0 spec,
thought I think it might be cleared up by the erreta.
- getZipMessage(long) -
Static method in class java.util.zip.ZipFile
-
- getZoneIndex(String) -
Method in class java.text.DateFormatSymbols
- Package private: used by SimpleDateFormat
Gets the index for the given time zone ID to obtain the timezone
strings for formatting.
- getZoneStart(String) -
Static method in class org.apache.xalan.lib.ExsltDatetime
- Get the start of zone information if the input ends
with 'Z' or +/-hh:mm.
- getZoneStrings() -
Method in class java.text.DateFormatSymbols
- Gets timezone strings.
- getc() -
Method in class org.apache.crimson.parser.InputEntity
- gets the next Java character -- might be part of an XML
text character represented by a surrogate pair, or be
the end of the entity.
- getc() -
Method in class org.apache.crimson.parser.Parser2
-
- getcontentHandler() -
Method in class org.apache.xml.dtm.ref.DTMTreeWalker
- Get the ContentHandler used for the tree walk.
- getcps(String, InputEntity) -
Method in class org.apache.crimson.parser.Parser2
-
- 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();
- getsRGB8ToLinearRGB16LUT() -
Static method in class java.awt.image.ColorModel
-
- getsRGB8ToLinearRGB8LUT() -
Static method in class java.awt.image.ColorModel
-
- getsRGBComponentFromLinearRGB(int, int) -
Method in class java.awt.image.DirectColorModel
-
- getsRGBComponentFromsRGB(int, int) -
Method in class java.awt.image.DirectColorModel
-
- 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
-
- globFilter -
Variable in class javax.swing.plaf.basic.BasicFileChooserUI
-
- globPattern -
Variable in class javax.swing.plaf.basic.BasicFileChooserUI.GlobFilter
-
- global -
Static variable in class java.util.logging.Logger
- The "global" Logger object is provided as a convenience to developers
who are making casual use of the Logging package.
- globalSequenceNumber -
Static variable in class java.util.logging.LogRecord
-
- global_classtable -
Static variable in class org.apache.xml.utils.synthetic.Class
- Class descriptions currently existing.
- gluePolicy -
Variable in class javax.swing.DefaultFocusManager
-
- glyphType -
Variable in class java.awt.font.GlyphMetrics
- Additional information about the glyph encoded as a byte.
- gm -
Static variable in class org.apache.xalan.lib.ExsltDatetime
-
- gmd -
Static variable in class org.apache.xalan.lib.ExsltDatetime
-
- gmtFormatter -
Static variable in class java.util.Date
-
- goHomeAction -
Variable in class javax.swing.plaf.basic.BasicFileChooserUI
-
- gotFocus(Event, Object) -
Method in class java.awt.Component
- Deprecated. As of JDK version 1.1,
replaced by processFocusEvent(FocusEvent).
- gotProfiles -
Variable in class java.awt.image.ColorConvertOp
-
- gotoMark() -
Method in interface org.apache.xml.dtm.DTMAxisIterator
- Restores the current node remembered by setMark().
- gotoMark() -
Method in class org.apache.xml.dtm.ref.DTMDefaultBaseIterators.InternalAxisIteratorBase
- Restores the current node remembered by setMark().
- gotslot -
Variable in class org.apache.xml.dtm.ref.DTMDocumentImpl
-
- grabContainer(Container, Component) -
Method in class javax.swing.plaf.basic.BasicPopupMenuUI.MouseGrabber
-
- grabFocus() -
Method in class javax.swing.JComponent
- Requests that this Component get the input focus, and that this
Component's top-level ancestor become the focused Window.
- 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.
- grabbed -
Variable in class javax.swing.plaf.basic.BasicPopupMenuUI.MouseGrabber
-
- grabbing -
Variable in class java.awt.image.PixelGrabber
-
- graphics -
Variable in class javax.swing.DebugGraphics
-
- graphics -
Variable in class javax.swing.SwingGraphics
-
- graphicsConfig -
Variable in class java.awt.Component
- A reference to a
GraphicsConfiguration
object
used to describe the characteristics of a graphics
destination.
- graphicsCount -
Static variable in class javax.swing.DebugGraphics
-
- graphicsID -
Variable in class javax.swing.DebugGraphics
-
- gray -
Static variable in class java.awt.Color
- The color gray.
- grayLine -
Static variable in class javax.swing.border.LineBorder
-
- greaterThan(XObject) -
Method in class org.apache.xpath.objects.XNodeSet
- Tell if one object is less than the other.
- greaterThan(XObject) -
Method in class org.apache.xpath.objects.XObject
- Tell if one object is greater than the other.
- greaterThanOrEqual(XObject) -
Method in class org.apache.xpath.objects.XNodeSet
- Tell if one object is less than the other.
- greaterThanOrEqual(XObject) -
Method in class org.apache.xpath.objects.XObject
- Tell if one object is greater than or equal to the other.
- green -
Static variable in class java.awt.Color
- The color green.
- green -
Variable in class javax.swing.text.rtf.RTFReader.ColortblDestination
-
- greenField -
Variable in class javax.swing.colorchooser.DefaultHSBChooserPanel
-
- greenField -
Variable in class javax.swing.colorchooser.DefaultRGBChooserPanel
-
- greenSlider -
Variable in class javax.swing.colorchooser.DefaultRGBChooserPanel
-
- green_mask -
Variable in class java.awt.image.DirectColorModel
-
- green_offset -
Variable in class java.awt.image.DirectColorModel
-
- green_scale -
Variable in class java.awt.image.DirectColorModel
-
- greens -
Variable in class java.awt.image.AreaAveragingScaleFilter
-
- gregorianCutover -
Variable in class java.util.GregorianCalendar
- The point at which the Gregorian calendar rules are used, measured in
milliseconds from the standard epoch.
- gregorianCutoverYear -
Variable in class java.util.GregorianCalendar
- The year of the gregorianCutover, with 0 representing
1 BC, -1 representing 2 BC, etc.
- grid -
Variable in class javax.swing.text.html.AccessibleHTML.TableElementInfo
- Allocation of the table by row x column.
- gridColor -
Variable in class javax.swing.JTable
- The color of the grid.
- gridValid -
Variable in class javax.swing.text.TableView
-
- gridValid -
Variable in class javax.swing.text.html.TableView
-
- gridheight -
Variable in class java.awt.GridBagConstraints
- Specifies the number of cells in a column for the component's
display area.
- gridwidth -
Variable in class java.awt.GridBagConstraints
- Specifies the number of cells in a row for the component's
display area.
- gridx -
Variable in class java.awt.GridBagConstraints
- Specifies the cell containing the leading edge of the component's
display area, where the first cell in a row has
gridx=0
.
- gridy -
Variable in class java.awt.GridBagConstraints
- Specifies the cell at the top of the component's display area,
where the topmost cell has
gridy=0
.
- group -
Variable in class java.awt.Checkbox
- The check box group.
- group -
Variable in class java.lang.Thread
-
- group() -
Method in class java.util.regex.Matcher
- Returns the input subsequence matched by the previous match.
- group(int) -
Method in class java.util.regex.Matcher
- Returns the input subsequence captured by the given group during the
previous match operation.
- group -
Variable in class javax.swing.DefaultButtonModel
-
- group -
Variable in class javax.swing.plaf.metal.MetalFileChooserUI.AlignedLabel
-
- group(int) -
Method in class org.apache.xpath.compiler.Compiler
- Compile an expression group.
- group0() -
Method in class java.util.regex.Pattern
- Parses a group and returns the head node of a set of nodes that process
the group.
- groupConstrParams -
Static variable in class java.rmi.activation.ActivationGroup
- formal parameters for constructing an activation group
- groupCount() -
Method in class java.util.regex.Matcher
- Returns the number of capturing groups in this matcher's pattern.
- groupCount -
Variable in class java.util.regex.Pattern
- The group count of this Pattern.
- groupID -
Variable in class java.rmi.activation.ActivationDesc
-
- groupID -
Variable in class java.rmi.activation.ActivationGroup
-
- groupIndex -
Variable in class java.util.regex.Pattern.BackRef
-
- groupIndex -
Variable in class java.util.regex.Pattern.CIBackRef
-
- groupIndex -
Variable in class java.util.regex.Pattern.GroupCurly
-
- groupIndex -
Variable in class java.util.regex.Pattern.GroupTail
-
- groupLabels(MetalFileChooserUI.AlignedLabel[]) -
Static method in class javax.swing.plaf.metal.MetalFileChooserUI
-
- groupNodes -
Variable in class java.util.regex.Pattern
- Temporary storage used while parsing group references.
- groupingSeparator -
Variable in class java.text.DecimalFormatSymbols
- Character used for thousands separator.
- groupingSize -
Variable in class java.text.DecimalFormat
- The number of digits between grouping separators in the integer
portion of a number.
- groupingUsed -
Variable in class java.text.NumberFormat
- True if the the grouping (i.e. thousands) separator is used when
formatting and parsing numbers.
- groups -
Variable in class java.lang.ThreadGroup
-
- groups -
Variable in class java.util.regex.Matcher
- The storage used by groups.
- grow(int, int) -
Method in class java.awt.Rectangle
- Resizes the
Rectangle
both horizontally and vertically.
- grow() -
Method in class java.io.ObjectInputStream.HandleTable
- Expands capacity of internal arrays.
- grow() -
Method in class java.io.ObjectOutputStream.ReplaceTable
- Increases table capacity.
- grow() -
Method in class javax.swing.AbstractAction.ArrayTable
-
- grow() -
Method in class org.apache.xml.utils.BoolStack
- Grows the size of the stack
- 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.
- growEntries() -
Method in class java.io.ObjectOutputStream.HandleTable
- Increases hash table capacity by lengthening entry arrays.
- 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.
- growSpine() -
Method in class java.io.ObjectOutputStream.HandleTable
- Expands the hash "spine" -- equivalent to increasing the number of
buckets in a conventional hash table.
- gt(int) -
Method in class org.apache.xpath.compiler.Compiler
- Compile a '>' operation.
- gte(int) -
Method in class org.apache.xpath.compiler.Compiler
- Compile a '>=' operation.
- guessBiasForOffset(int, Position.Bias, boolean) -
Method in class javax.swing.text.DefaultCaret
-
- 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.
- guessVersion() -
Method in class java.net.SocksSocketImplFactory
-
- gy -
Static variable in class org.apache.xalan.lib.ExsltDatetime
-
- gym -
Static variable in class org.apache.xalan.lib.ExsltDatetime
-
Cursor.HAND_CURSOR
.
ResultSet
objects should not
be closed when the method Connection.commit
is called.
Adjustable
has horizontal orientation.
Component
s are
split along the x axis.
get
and set
indicating the
hour of the morning or afternoon.
get
and set
indicating the
hour of the day.
HTMLDocument
. Attribute
with the specified
id
.
Tag
with the specified id
,
and with causesBreak
and isBlock
set to false
.
Tag
with the specified id
;
causesBreak
and isBlock
are defined
by the user.
UnknownTag
with the specified
id
.
StyleSheet
.
insertTag
is
non-null
, and offset
is not in the body.
Component
hierarchy to which a Component
belongs.
HierarchyEvent
object to identify a
change in the Component
hierarchy.
HierarchyEvent
object to identify
a change in the Component
hierarchy.
true
if non-null
annotations are
written.
true
if any non-null
location
annotations have been written to this stream.
flush
.
flush
.
importStyleSheet
if a
MalformedURLException
is not thrown in creating
the URL.
ActionListener
installed.
ColorModel
.
true
when an attribute with a given name is
specified on this element or has a default value, false
otherwise.
true
when an attribute with a given local name
and namespace URI is specified on this element or has a default
value, false
otherwise.
JTree
have children?
true
if this Component
is the
focus owner.
hasMoreTokens
method.
nextToken
will throw an exception
if it is called.
nextToken
will throw an exception * if it is called.
Font
has uniform
line metrics.
Font
has uniform line metrics.
Color
.
Dimension
.
Font
.
RenderingHints
.
DataFlavor
.
ImageGraphicAttribute
.
ShapeGraphicAttribute
.
TextLayout
.
Point2D
.
Rectangle2D
.
Byte
.
Object.hashCode()
method.
Character
.
Double
object.
Float
object.
Integer
.
Long
.
Short
.
Constructor
.
Field
.
Method
.
MarshalledObject
.
ActivationDesc
s.
CommandEnvironment
s.
ActivationGroupDesc
s.
UID
.
SimpleDateFormat
object.
Stub.hashCode()
.
Images
that is being
tracked by the MediaTracker
.
Rectangle
.
Ellipse2D
.
Ellipse2D
.
Rectangle2D
.
Rectangle2D
.
RoundRectangle2D
.
RoundRectangle2D
.
setVisible(boolean)
.
Popup
.
Shape
intersects
the specified Rectangle
, which is in device
space.
TextHitInfo
corresponding to the
specified point.
TextHitInfo
corresponding to the
specified point.
hit
.
ICC_ProfileRGB
from a CMM ID.
ICC_ProfileRGB
from a
ProfileDeferralInfo object.
icon
.
TimeZone
.
GraphicsConfiguration
object and should be
re-created as appropriate.
Name
object for Implementation-Title
manifest attribute used for package versioning.
Name
object for Implementation-Vendor-URL
manifest attribute used for package versioning.
Name
object for Implementation-Vendor
manifest attribute used for package versioning.
Name
object for Implementation-Vendor-Id
manifest attribute used for package versioning.
Name
object for Implementation-Version
manifest attribute used for package versioning.
inactiveCaption
system color.
inactiveCaptionBorder
system color.
inactiveCaptionText
system color.
getMouseEventTarget
.
info
system color.
infoText
system color.
initialSelectionValue
.
initialValue
.
inputValue
.
INTEGER
.
int
value representing the interface
modifier.
messagesStopCellEditing
.
IOException
with null
as its error detail message.
IOException
with the specified detail
message.
ISParserInterface
IllegalAccessError
with no detail message.
IllegalAccessError
with the specified
detail message.
IllegalAccessException
without a
detail message.
IllegalAccessException
with a detail message.
IllegalArgumentException
with no
detail message.
IllegalArgumentException
with the
specified detail message.
IllegalMonitorStateException
with no
detail message.
IllegalMonitorStateException
with the
specified detail message.
IllegalPathStateException
represents an
exception that is thrown if an operation is performed on a path
that is in an illegal state with respect to the particular
operation being performed, such as appending a path segment
to a GeneralPath
without an initial moveto.IllegalPathStateException
with no
detail message.
IllegalPathStateException
with the
specified detail message.
IllegalThreadStateException
with no
detail message.
IllegalThreadStateException
with the
specified detail message.
Image
is the superclass of all
classes that represent graphical images. ImageGraphicAttribute
class is an implementation of
GraphicAttribute
which draws images in
a TextLayout
.ImageGraphicAttribute
from the specified
Image
.
ImageGraphicAttribute
from the specified
Image
.
ImageIcon
class. ImagingOpException
is thrown if one of the
BufferedImageOp
or RasterOp
filter methods cannot
process the image.ImagingOpException
object with the
specified message.
IncompatibleClassChangeError
with no
detail message.
IncompatibleClassChangeError
with the
specified detail message.
IndexColorModel
class is a ColorModel
class that works with pixel values consisting of a
single sample that is an index into a fixed colormap in the default
sRGB color space. IndexColorModel
from the specified
arrays of red, green, and blue components.
IndexColorModel
from the given arrays
of red, green, and blue components.
IndexColorModel
from the given
arrays of red, green, blue and alpha components.
IndexColorModel
from a single
array of interleaved red, green, blue and optional alpha
components.
IndexColorModel
from a single array of
interleaved red, green, blue and optional alpha components.
IndexColorModel
from an array of
ints where each int is comprised of red, green, blue, and
optional alpha components in the default RGB color model format.
IndexColorModel
from an
int
array where each int
is
comprised of red, green, blue, and alpha
components in the default RGB color model format.
IndexOutOfBoundsException
with no
detail message.
IndexOutOfBoundsException
with the
specified detail message.
InputMap
provides a binding between an input event
(currently only KeyStroke
s are used)
and an Object
. InputMap
with no parent and no mappings.
InputMethodEvent
with the specified
source component, type, time, text, caret, and visiblePosition.
InputMethodEvent
with the specified
source component, type, text, caret, and visiblePosition.
InputMethodEvent
with the
specified source component, type, caret, and visiblePosition.
charset
. Insets
object is a representation of the borders
of a container. Insets
object with the
specified top, left, bottom, and right insets.
new
construct to instantiate an abstract class or an interface.
InstantiationError
with no detail message.
InstantiationError
with the specified
detail message.
newInstance
method in class
Class
, but the specified class object cannot be
instantiated because it is an interface or is an abstract class.InstantiationException
with no detail message.
InstantiationException
with the
specified detail message.
Integer
class wraps a value of the primitive type
int
in an object. Integer
object that
represents the specified int
value.
Integer
object that
represents the int
value indicated by the
String
parameter.
InternalError
with no detail message.
InternalError
with the specified
detail message.
AWTEvent
that adds support for
JInternalFrame
objects as the event source. InternalFrameEvent
object.
InternationalFormatter
extends DefaultFormatter
,
using an instance of java.text.Format
to handle the
conversion to a String, and the conversion from a String.
InternationalFormatter
with no
Format
specified.
InternationalFormatter
with the specified
Format
instance.
interrupt
method in class Thread
.InterruptedException
with no detail message.
InterruptedException
with the
specified detail message.
InterruptedIOException
with
null
as its error detail message.
InterruptedIOException
with the
specified detail message.
InvalidObjectException
.
Preferences
specification.run()
method on a Runnable
when dispatched by the AWT event dispatcher thread. InvocationEvent
with the specified
source which will execute the runnable's run
method when dispatched.
InvocationEvent
with the specified
source which will execute the runnable's run
method when dispatched.
InvocationEvent
with the specified
source and ID which will execute the runnable's run
method when dispatched.
InvocationHandler
is the interface implemented by
the invocation handler of a proxy instance.
InvocationTargetException
with
null
as the target exception.
ItemEvent
object.
icon
is the graphical way we can
represent the frame.
desktopIcon
to the parent.
Event
variables are relevant for the event.
JTable
; identifiers may be set in the
TableColumn
as as an
optional way to tag and locate table columns.
true
to indicate that if the next keyword is unknown,
the containing group should be ignored.
imageComplete
method of the ImageConsumer
interface.
DataFlavor
representing a Java Image class,
where:
representationClass = java.awt.Image
mimeType = "image/x-java-image"
Icon
's
Image
is not equal to the
passed in Image
img
.
img
.
url
.
UPDATE_RULE
,
indicates that
when the primary key is updated, the foreign key (imported key)
is changed to agree with it.
UPDATE_RULE
and DELETE_RULE
, indicates that
if the primary key has been imported, it cannot be updated or deleted.
UPDATE_RULE
, indicates that
a primary key may not be updated if it has been imported by
another table as a foreign key.
UPDATE_RULE
and DELETE_RULE
, indicates that
if the primary key is updated or deleted, the foreign key (imported key)
is set to the default value.
UPDATE_RULE
and DELETE_RULE
, indicates that
when the primary key is updated or deleted, the foreign key (imported key)
is changed to NULL
.
checkPermission
call be used instead.
checkPermission
call be used instead.
checkPermission
call be used instead.
true
if the reader has not just finished
a paragraph; false upon startup
end
.
id
is currently inactive.
inactiveGroup
callback to the group's
monitor.
inactiveObject
method is called
indirectly via a call to the Activatable.inactive
method.
inactiveObject
method when an object in its group
becomes inactive (deactivates).
true
) or
normal (false
); the default is false
.
equals
method.
index
, and testing for equality using
the equals
method.
elem
.
elem
, beginning
the search at index
.
child
isn't a valid child.
title
, or
-1 if no tab has this title.
icon
,
or -1 if no tab has this icon.
JList
coordinates.
indexToLocation
method on each UI handled by this object.
ComponentUI
classes,
putting the ID-ComponentUI
pairs
in the passed-in defaults table.
JMenuItem
.
selectionValues
.
options
.
installedLAFs
field.
str
array argument into this string buffer.
Object
argument into this string buffer.
char
array
argument into this string buffer.
boolean
argument into this string buffer.
char
argument into this string buffer.
int
argument into this string buffer.
long
argument into this string buffer.
float
argument into this string buffer.
double
argument into this string buffer.
JMenuitem
at a given position.
Action
object at a given position.
Action
object at
a given position.
newChild
from its present parent (if it has a
parent), sets the child's parent to this node, and then adds the child
to this node's child array at index childIndex
.
child
to the receiver at index
.
as
at index
.
LineBreakMeasurer
after a single
character is inserted into the text, and sets the current
position to the beginning of the paragraph.
TextMeasurer
after a single character has
been inserted
into the paragraph currently represented by this
TextMeasurer
.
index
.
index
.
SizeSequence
.
s
as one of the Attributesets to look up
attributes in.
tag
at
offset
, this will invoke either insertAtBoundary
or insertHTML
.
ResultSet
object and into the database.
row
in the model.
row
in the model.
component
, at index
,
represented by a title
and/or icon
,
either of which may be null
.
insert(String, int)
.
ResultSet.rowInserted
.
getInsets()
.
contains(int, int)
.
contains(int, int)
.
AbstractFormatter
onto a particular
JFormattedTextField
.
DefaultFormatter
onto a particular
JFormattedTextField
.
DefaultFormatter
onto a particular
JFormattedTextField
.
DefaultFormatter
onto a particular
JFormattedTextField
.
Border
onto the
JRootPane
.
TransferHandler
is null, this will
install a new one.
JSpinner
border
,
foreground
, and background
, properties
based on the corresponding "Spinner.*" properties from defaults table.
DocumentFilter
filter
onto the current JFormattedTextField
.
JList
that the
BasicListUI
is associated with.
JRootPane
to render the window decorations.
propertyChangeListener
with
a shared object that delegates interesting PropertyChangeEvents
to protected methods.
UIManager.setInstalledLookAndFeels(javax.swing.UIManager.LookAndFeelInfo[])
.
MetalTitlePane
.
this.list
by calling installDefaults()
,
installListeners()
, and installKeyboardActions()
in order.
JOptionPane
.
installDefaults
, installListeners
,
and then adds the components returned by createNextButton
,
createPreviousButton
, and createEditor
.
installUI
to install
the necessary state onto the passed in JRootPane
to render the metal look and feel implementation of
RootPaneUI
.
installUI
method on each UI handled by this object.
installUI
method on each UI handled by this object.
installUI
method on each UI handled by this object.
installUI
method on each UI handled by this object.
installUI
method on each UI handled by this object.
installUI
method on each UI handled by this object.
installUI
method on each UI handled by this object.
installUI
method on each UI handled by this object.
installUI
method on each UI handled by this object.
installUI
method on each UI handled by this object.
installUI
method on each UI handled by this object.
installUI
method on each UI handled by this object.
installUI
method on each UI handled by this object.
installUI
method on each UI handled by this object.
installUI
method on each UI handled by this object.
installUI
method on each UI handled by this object.
installUI
method on each UI handled by this object.
installUI
method on each UI handled by this object.
installUI
method on each UI handled by this object.
installUI
method on each UI handled by this object.
installUI
method on each UI handled by this object.
installUI
method on each UI handled by this object.
installUI
method on each UI handled by this object.
installUI
method on each UI handled by this object.
installUI
method on each UI handled by this object.
installUI
method on each UI handled by this object.
installUI
method on each UI handled by this object.
installUI
method on each UI handled by this object.
installUI
method on each UI handled by this object.
installUI
method on each UI handled by this object.
Window
,
if there is one.
installedLAFS
is used when no
swing.properties
file is available or if the file doesn't contain a "swing.installedlafs"
property.
true
, the protocol will automatically follow redirects.
float
value corresponding to a given
bit represention.
Byte
as an
int
.
Double
as an
int
(by casting to type int
).
Float
as an
int
(by casting to type int
).
Integer
as an
int
.
Long
as an
int
.
int
.
Short
as an
int
.
int
.
int
.
Area
to the intersection of
its current shape and the shape of the specified Area
.
Rectangle2D
objects and puts the result into the specified destination
Rectangle2D
object.
Rectangle
with the
specified Rectangle
.
Polygon
intersects the
interior of a specified set of rectangular coordinates.
Polygon
intersects the
interior of a specified Rectangle2D
.
Rectangle
and the specified
Rectangle
intersect.
Shape
intersects the
interior of a specified rectangular area.
Shape
intersects the
interior of a specified Rectangle2D
.
Area
object
intersects the interior of the specified rectangular area.
Area
object
intersects the interior of the specified Rectangle2D
.
Rectangle2D
.
Ellipse2D
intersects
the interior of a specified rectangular area.
Shape
intersects the
interior of a specified set of rectangular coordinates.
Shape
intersects the
interior of a specified Rectangle2D
.
Line2D
intersects the interior of a
specified set of rectangular coordinates.
Line2D
intersects the interior of a
specified Rectangle2D
.
QuadCurve2D
intersects the
interior of a specified set of rectangular coordinates.
QuadCurve2D
intersects the
interior of a specified Rectangle2D
.
Rectangle2D
intersects the interior of a specified set of rectangular
coordinates.
Shape
intersects the
interior of a specified Rectangle2D
.
RoundRectangle2D
intersects the interior of a specified set of rectangular
coordinates.
BitSet
has any bits set to
true
that are also set to true
in this
BitSet
.
Rectangle2D
.
Rectangle2D
.
Polygon
.
LayoutCache
that the bounds for
path
are invalid, and need to be updated.
LayoutCache
that the bounds for
path
are invalid, and need to be updated.
TreeState
that it needs to recalculate
all the sizes it is referencing.
TreeState
that it needs to recalculate
all the sizes it is referencing.
ptSrc
and stores the
result in ptDst
.
Method
object, on the specified object with the specified parameters.
newCall
, invoke
, and done
), a
stub uses a single method, invoke(Remote, Method, Object[],
int)
, on the remote reference to carry out parameter
marshalling, remote method executing and unmarshalling of the return
value.
1.2 stubs are generated using rmic -v1.2
. By
default, rmic
generates stubs compatible with JDK1.1 and
the Java 2 SDK. The compatible stubs can also be generated using
rmic -vcompat
.
cut
, copy
and paste
.
runnable
to have its run
method called in the dispatch thread of the EventQueue
.
runnable
to have its run
method called in the dispatch thread of the EventQueue
.
i
inside a heavy weight
Popup
.
stopCellEditing
is invoked, and changes are saved.
true
if the object whose capabilities are
encapsulated in this ImageCapabilities
can be or is
accelerated.
AcceptAll FileFilter
is used.
DropTarget
is currently active (ready to accept drops).
index
was added to
the selection.
Scrollbar
.
Scrollbar
.
isAdjusting
is true if the event is one
of the series of multiple adjustment events.
ResultSet
object.
ColorModel
.
FontRenderContext
.
Class
object represents an array class.
Class
object is either the same as, or is a superclass or
superinterface of, the class or interface represented by the specified
Class
parameter.
waitForIdle
after generating an event.
getScrollMode()
.
ResultSet
object.
true
if this tag is a block
tag, which is a tag used to add structure to a
document.
Font
object's style is
BOLD.
borderPainted
property.
borderPainted
property.
borderPainted
property.
borderPaintedFlat
property.
true
if a print job is
in progress, but is going to be cancelled
at the next opportunity; otherwise returns
false
.
anEvent
.
anEvent
is not a
MouseEvent
.
CellEditor
to
the delegate
.
row
and column
is editable.
rowIndex
and
columnIndex
is editable.
realEditor
returns true to this
message, prepareForEditing
is messaged and true is returned.
JInternalFrame
can be closed by
some user action.
Connection
object has been
closed.
JInternalFrame
is currently closed.
true
if the Timer
coalesces
multiple pending action events.
true
if this is a combining glyph.
true
if raster
is compatible
with this ColorModel
and false
if it is
not.
raster
is compatible with this
ColorModel
; false if it is not.
true
if raster
is compatible
with this ColorModel
and false
if it is
not.
true
if raster
is compatible
with this ColorModel
or false
if it
is not compatible with this ColorModel
.
SampleModel
is compatible with this
ColorModel
.
SampleModel
is compatible with this ColorModel
.
SampleModel
is compatible
with this ColorModel
.
SampleModel
is compatible
with this ColorModel
.
true
if this is a component glyph.
Event
class is obsolete and is
available only for backwards compatilibility.
ImageConsumer
object is currently registered with this
ImageProducer
as one of its consumers.
contentAreaFilled
property.
boolean
indicating whether or not
this shaper shapes contextually.
continuousLayout
property.
elem
represents a control.
true
if the gradient cycles repeatedly
between the two colors C1 and C2.
Transferable
.
boolean
indicating if the given DataFlavor
is
supported by this DropTargetContext
.
boolean
indicating
if the specified DataFlavor
is supported.
boolean
indicating if the
specified DataFlavor
is available
from the source.
defaultButton
property,
which if true
means that this button is the current
default button for its JRootPane
.
defaultCapable
property.
JDialog
s should have their
Window decorations provided by the current look and feel.
JFrame
s should have their
Window decorations provided by the current look and feel.
aTreePath
is a
descendant of this
TreePath.
true
if a component a
descends from a component b
EventQueue
's dispatch thread.
true
if this GraphicsDevice
supports low-level display changes.
Image
support
is available on the underlying platform.
JComboBox
is editable.
TextComponent
is editable or not.
isEditing
method on each UI handled by this object.
Rectangle
is empty.
true
if this
RenderingHints
contains no key-value mappings.
Area
object encloses any area.
Ellipse2D
is empty.
Ellipse2D
is empty.
Rectangle2D
is empty.
Rectangle2D
is empty.
RectangularShape
is empty.
RoundRectangle2D
is empty.
RoundRectangle2D
is empty.
BitSet
contains no bits that are set
to true
.
Action
.
index
is
currently enabled.
path
is
currently expanded.
f
represents a real directory or file as opposed to a
special folder such as "Desktop"
.
ResultSet
object.
DataFlavor
specified represents
a list of file objects.
DataFlavor
specified represents
a remote object.
DataFlavor
specified represents
a serialized object.
DataFlavor
is a valid text flavor for
this implementation of the Java platform.
floatable
property.
true
because all Windows must be roots of a
focus traversal cycle.
true
because all JInternalFrame
s must be
roots of a focus traversal cycle.
KeyboardFocusManager.getDefaultFocusTraversalPolicy()
true
if this Component
is the
focus owner.
paintFocus
property.
isFocusable()
.
isFocusTraversable
method on each UI handled by this object.
Frame
s.
true
if this GraphicsDevice
supports full-screen exclusive mode.
true
if it is a general entity.
boolean
indicating whether or
not the specified GraphicsConfiguration
can be
used to create a drawing surface that supports the indicated
features.
true
if the Menu in question is actually a help
menu.
JInternalFrame
is currently iconified.
iconable
property,
which by default is false
.
true
if the wrapped transform is
an identity transform.
true
if this AffineTransform
is
an identity transform.
indeterminate
property.
true
if the specified number is infinitely
large in magnitude, false
otherwise.
true
if this Double
value is
infinitely large in magnitude, false
otherwise.
true
if the specified number is infinitely
large in magnitude, false
otherwise.
true
if this Float
value is
infinitely large in magnitude, false
otherwise.
Object
is assignment-compatible
with the object represented by this Class
.
Class
object represents an
interface type.
Font
object's style is
ITALIC.
String
is an encoded Java
MIME type.
ResultSet
object.
leadAnchorNotificationEnabled
flag.
true
if the leading edge of the character was
hit.
true
if node
is a leaf.
true
if this TextLayout
has
a left-to-right base direction or false
if it has
a right-to-left base direction.
p0
to
p1
is left to right.
text
can be inserted.
text
contains in an invalid
character to insert, that is, it is not a digit
(Character.isDigit()
) and
not one of the characters defined by the DecimalFormatSymbols.
true
if this is a ligature glyph.
lightWeightPopupEnabled
property.
lightWeightPopupEnabled
property.
Tooltips
are in use, or false if heavyweight (native peer)
Tooltips
are being used.
attributes
is null or empty.
boolean
indicating if the encapsulated
Transferable
object represents the result
of local drag-n-drop operation (within the same JVM).
Util.isLocal(javax.rmi.CORBA.Stub)
.
int
indicating if
the source is in the same JVM as the target.
true
if the source is in the same JVM as the target.
mouseX
and mouseY
fall
in the area of row that is used to expand/collapse the node and
the node at row
does not represent a leaf.
Component.setFocusTraversalKeys(int, Set)
and
Container.setFocusCycleRoot(boolean)
.
maximizable
property.
JInternalFrame
is currently maximized.
null
value otherwise returns false.
DataFlavor
.
mimeType
of two DataFlavor
objects.
mimeType
of two DataFlavor
objects.
DataFlavor
represent a serialized object?
null
value otherwise returns false.
setItem(int node, int index)
method.
setItem(int node, int index)
method.
setItem(int node, int index)
method.
true
if the specified number is a
Not-a-Number (NaN) value, false
otherwise.
true
if this Double
value is
a Not-a-Number (NaN), false
otherwise.
true
if the specified number is a
Not-a-Number (NaN) value, false
otherwise.
true
if this Float
value is a
Not-a-Number (NaN), false
otherwise.
false
;
this look and feel is not native to any platform.
offset
is a literal.
anotherNode
is an ancestor of this node
-- if it is this node, this node's parent, or an ancestor of this
node's parent.
aNode
is a child of this node.
anotherNode
is a descendant of this node
-- if it is this node, one of this node's children, or a descendant of
one of this node's children.
aNode
is in the same tree
as this node.
anotherNode
is a sibling of (has the
same parent as) this node.
AWTKeyStroke
represents a key release.
oneTouchExpandable
property.
glassPane
and contentPane
have the same bounds, which means JRootPane
does not tiles its children and this should return false.
JViewport
overrides the default implementation of
this method (in JComponent
) to return false.
JViewport
, or one of its
ancestors.
true
if it is a parameter entity.
isEditable
.
path
,
is in the current selection.
path
, is in the current
selection.
Font
object's style is
PLAIN.
Area
consists entirely of
straight edged polygonal geometry.
JMenu
.
MouseEvent
is considered a popup trigger
by the JPopupMenu
's currently installed UI.
isPopupTrigger
method on each UI handled by this object.
isPopupVisible
method on each UI handled by this object.
null
value otherwise returns false.
true
if this tag is pre-formatted,
which is true if the tag is either PRE
or
TEXTAREA
.
Class
object represents a
primitive type.
klass
is NOT a JTextComponent and it or
one of its superclasses (stoping at JTextComponent) overrides
processInputMethodEvent
.
getProxyClass
method or the newProxyInstance
method.
Connection
object is in read-only mode.
RowSet
object is read-only.
a
contains b
Area
is rectangular in shape.
AbstractPreferences.removeNode()
method.
true
(the default)
if the Timer
will send
an action event
to its listeners multiple times.
DataFlavor
is java.nio.ByteBuffer
or a
subclass thereof.
DataFlavor
is java.nio.CharBuffer
or a
subclass thereof.
DataFlavor
represent a
java.io.InputStream
?
DataFlavor
is java.io.Reader
or a subclass
thereof.
Remote
.
true
if this JComponent
should
get focus; otherwise returns false
.
JInternalFrame
can be resized
by some user action.
rolloverEnabled
property.
add
and setLayout
should be checked.
add
and
setLayout
cause an exception to be thrown.
add
and
setLayout
cause an exception to be thrown.
add
and
setLayout
will cause an exception to be thrown.
row
is selected.
row
is selected.
true
if the Timer
is running.
isIndexSelected(int)
.
ButtonModel
is selected.
JInternalFrame
is the
currently "selected" or active frame.
UndoableEdit
s
in edits
do.
Area
is comprised of a single
closed subpath.
true
if this is a standard glyph.
stringPainted
property.
popup
is a popup menu.
true
;
every platform permits this look and feel.
time
is valid.
Font
object has a
transform that affects its size in addition to the Size
attribute.
true
if the VolatileImage
described by this ImageCapabilities
can lose
its surfaces.
Preferences.isUserNode()
.
null
.
aChar
is a valid reprensentation of
the receiver.
e
is a valid KeyEvent to use in
processing the key bindings associated with JComponents.
value
is between the min/max.
revalidate
calls by
descendants of this component will cause the entire tree
beginning with this root to be validated.
JRootPane
calls
revalidate
, validate from here on down.
revalidate
on any descendant of this
JScrollPane
.
revalidate
on any descendant of this JSplitPane
will cause a request to be queued that
will validate the JSplitPane
and all its descendants.
revalidate
that come from within the
textfield itself will
be handled by validating the textfield, unless the textfield
is contained within a JViewport
,
in which case this returns false.
true
if this TextLayout
is vertical.
true
if this is a whitespace glyph.
node handle
of an item in the collection.
index
th item in the map.
index
th item in the collection.
index
th item in the collection.
index
th item in the collection.
index
th item in the collection.
ItemListener
.
null
if there are no more nodes.
Iterator
for the events
comprising the gesture.
MONTH
field indicating the
first month of the year.
JAVA_OBJECT
.
JApplet
class.Action
supplied.
JButton
class. JCheckBox
class. JCheckBoxMenuItem
class. JColorChooser
provides a pane of controls designed to allow
a user to manipulate and select a color.
ColorSelectionModel
.
JColorChooser
class. JComboBox
that takes it's items from an
existing ComboBoxModel
.
JComboBox
that contains the elements
in the specified array.
JComboBox
that contains the elements
in the specified Vector.
JComboBox
with a default data model.
JComboBox
class. KeySelectionManager
.
JComponent
constructor.
ActionStandin
is used as a standin for
ActionListeners
that are
added via registerKeyboardAction
.java.awt.Container.writeObject
runs.
ObjectInputStream
callback
that's called after a complete graph of objects (including at least
one JComponent
) has been read.
JDesktopPane
.
JDesktopPane
class. Frame
owner.
Frame
as its owner.
Frame
.
Frame
.
Frame
, and GraphicsConfiguration
.
Dialog
as its owner.
Dialog
, and GraphicsConfiguration
.
JDialog
class. JEditorPane
.
JEditorPane
based on a specified URL for input.
JEditorPane
based on a string containing
a URL specification.
JEditorPane
that has been initialized
to the given text.
JEditorPane
class. AccessibleHypertext
,
and is used in instances where the EditorKit
installed in this JEditorPane
is an instance of
HTMLEditorKit
.
AccessibleJEditorPaneHTML.getAccessibleText
.
JFileChooser
provides a simple mechanism for the user to
choose a file.
JFileChooser
pointing to the user's
default directory.
JFileChooser
using the given path.
JFileChooser
using the given File
as the path.
JFileChooser
using the given
FileSystemView
.
JFileChooser
using the given current directory
and FileSystemView
.
JFileChooser
using the given current directory
path and FileSystemView
.
JFileChooser
class. JFormattedTextField
extends JTextField
adding
support for formatting arbitrary values, as well as retrieving a particular
object once the user has edited the text. JFormattedTextField
with no
AbstractFormatterFactory
.
JFormattedTextField
.
JFormattedTextField
with the specified
AbstractFormatter
.
JFormattedTextField
with the specified
AbstractFormatterFactory
.
JFormattedTextField
with the specified
AbstractFormatterFactory
and initial value.
AbstractFormatter
are used by
JFormattedTextField
to handle the conversion both
from an Object to a String, and back from a String to an Object.
AbstractFormatterFactory
are used by
JFormattedTextField
to obtain instances of
AbstractFormatter
which in turn are used to format values.
actionPerformed
is invoked. java.awt.Frame
that adds support for
the JFC/Swing component architecture.
Frame
in the specified
GraphicsConfiguration
of
a screen device and a blank title.
Frame
with the
specified title.
JFrame
with the specified title and the
specified GraphicsConfiguration
of a screen device.
JFrame
class. JInternalFrame
with no title.
JInternalFrame
with the specified title.
JInternalFrame
with the specified title
and resizability.
JInternalFrame
with the specified title, resizability, and
closability.
JInternalFrame
with the specified title,
resizability, closability, and maximizability.
JInternalFrame
with the specified title,
resizability, closability, maximizability, and iconifiability.
JInternalFrame
class. JInternalFrame
.
JInternalFrame.JDesktopIcon
class. JLabel
instance with the specified
text, image, and horizontal alignment.
JLabel
instance with the specified
text and horizontal alignment.
JLabel
instance with the specified text.
JLabel
instance with the specified
image and horizontal alignment.
JLabel
instance with the specified image.
JLabel
instance with
no image and with an empty string for the title.
JLayeredPane
adds depth to a JFC/Swing container,
allowing components to overlap each other when needed.
JLayeredPane
class. JList
that displays the elements in the
specified, non-null
model.
JList
that displays the elements in
the specified array.
JList
that displays the elements in
the specified Vector
.
JList
with an empty model.
JList
class. JMenuItem
s that
is displayed when the user selects an item on the JMenuBar
.
JMenu
with no text.
JMenu
with the supplied string
as its text.
Action
supplied.
JMenu
with the supplied string as
its text and specified as a tear-off menu or not.
JMenu
class. JMenuBar
class. JMenuItem
with no set text or icon.
JMenuItem
with the specified icon.
JMenuItem
with the specified text.
Action
.
JMenuItem
with the specified text and icon.
JMenuItem
with the specified text and
keyboard mnemonic.
JMenuItem
class. JOptionPane
makes it easy to pop up a standard dialog box that
prompts users for a value or informs them of something.
JOptionPane
with a test message.
JOptionPane
to display a
message using the
plain-message message type and the default options delivered by
the UI.
JOptionPane
to display a message
with the specified message type and the default options,
JOptionPane
to display a message
with the specified message type and options.
JOptionPane
to display a message
with the specified message type, options, and icon.
JOptionPane
to display a message
with the specified message type, icon, and options.
JOptionPane
to display a message
with the specified message type, icon, and options, with the
initially-selected option specified.
JOptionPane
class. JPanel
is a generic lightweight container.
JPanel
with FlowLayout
and the specified buffering strategy.
JPanel
with a double buffer
and a flow layout.
JPanel
class. JPasswordField
is a lightweight component that allows
the editing of a single line of text where the view indicates
something was typed, but does not show the original characters.
JPasswordField
,
with a default document, null
starting
text string, and 0 column width.
JPasswordField
initialized
with the specified text.
JPasswordField
with the specified
number of columns.
JPasswordField
initialized with
the specified text and columns.
JPasswordField
that uses the
given text storage model and the given number of columns.
JPasswordField
class. JPopupMenu
without an "invoker".
JPopupMenu
with the specified title.
JPopupMenu
class. JProgressBar.VERTICAL
or
JProgressBar.HORIZONTAL
.
JProgressBar
class. JRadioButton
class. JRadioButtonMenuItem
with no set text or icon.
JRadioButtonMenuItem
with an icon.
JRadioButtonMenuItem
with text.
Action
supplied.
Icon
.
JRadioButtonMenuItem
class. JFrame
, JDialog
, JWindow
,
JApplet
, and JInternalFrame
.
JRootPane
, setting up its
glassPane
, layeredPane
,
and contentPane
.
JRootPane
class. JScrollBar
class. JScrollPane
that displays the view
component in a viewport
whose view position can be controlled with a pair of scrollbars.
JScrollPane
that displays the
contents of the specified
component, where both horizontal and vertical scrollbars appear
whenever the component's contents are larger than the view.
JScrollPane
with specified
scrollbar policies.
JScrollPane
where both horizontal and vertical scrollbars appear when needed.
JScrollPane
class. JScrollPane
creates scrollbars
that are instances
of this class. JSeparator
provides a general purpose component for
implementing divider lines - most commonly used as a divider
between menu items that breaks them up into logical groupings.
JSeparator
class. JSlider
class. SpinnerModel
.
Integer SpinnerNumberModel
with initial value 0 and no minimum or maximum limits.
JSpinner
whose model is a
SpinnerDateModel
. JSpinner
editor that supports displaying
and editing the value of a SpinnerDateModel
with a JFormattedTextField
.
JSpinner
editor that supports displaying
and editing the value of a SpinnerDateModel
with a JFormattedTextField
.
JSpinner
editor that supports displaying
and editing the value of a SpinnerDateModel
with a JFormattedTextField
.
JFormattedTextField. - JSpinner.DefaultEditor(JSpinner) -
Constructor for class javax.swing.JSpinner.DefaultEditor
- Constructs an editor component for the specified
JSpinner
.
- JSpinner.DisabledAction - class javax.swing.JSpinner.DisabledAction.
- An Action implementation that is always disabled.
- JSpinner.DisabledAction() -
Constructor for class javax.swing.JSpinner.DisabledAction
-
- JSpinner.ListEditor - class javax.swing.JSpinner.ListEditor.
- An editor for a
JSpinner
whose model is a
SpinnerListModel
. - JSpinner.ListEditor(JSpinner) -
Constructor for class javax.swing.JSpinner.ListEditor
- Construct a
JSpinner
editor that supports displaying
and editing the value of a SpinnerListModel
with a JFormattedTextField
.
- JSpinner.ListEditor.ListFormatter - class javax.swing.JSpinner.ListEditor.ListFormatter.
- ListFormatter provides completion while text is being input
into the JFormattedTextField.
- JSpinner.ListEditor.ListFormatter() -
Constructor for class javax.swing.JSpinner.ListEditor.ListFormatter
-
- JSpinner.ListEditor.ListFormatter.Filter - class javax.swing.JSpinner.ListEditor.ListFormatter.Filter.
-
- JSpinner.ListEditor.ListFormatter.Filter() -
Constructor for class javax.swing.JSpinner.ListEditor.ListFormatter.Filter
-
- JSpinner.ModelListener - class javax.swing.JSpinner.ModelListener.
- We pass
Change
events along to the listeners with the
the slider (instead of the model itself) as the event source. - JSpinner.ModelListener() -
Constructor for class javax.swing.JSpinner.ModelListener
-
- JSpinner.NumberEditor - class javax.swing.JSpinner.NumberEditor.
- An editor for a
JSpinner
whose model is a
SpinnerNumberModel
. - JSpinner.NumberEditor(JSpinner) -
Constructor for class javax.swing.JSpinner.NumberEditor
- Construct a
JSpinner
editor that supports displaying
and editing the value of a SpinnerNumberModel
with a JFormattedTextField
.
- JSpinner.NumberEditor(JSpinner, String) -
Constructor for class javax.swing.JSpinner.NumberEditor
- Construct a
JSpinner
editor that supports displaying
and editing the value of a SpinnerNumberModel
with a JFormattedTextField
.
- JSpinner.NumberEditor(JSpinner, DecimalFormat) -
Constructor for class javax.swing.JSpinner.NumberEditor
- Construct a
JSpinner
editor that supports displaying
and editing the value of a SpinnerNumberModel
with a JFormattedTextField
.
- JSpinner.NumberEditorFormatter - class javax.swing.JSpinner.NumberEditorFormatter.
- This subclass of javax.swing.NumberFormatter maps the minimum/maximum
properties to a SpinnerNumberModel and initializes the valueClass
of the NumberFormatter to match the type of the initial models value.
- JSpinner.NumberEditorFormatter(SpinnerNumberModel, NumberFormat) -
Constructor for class javax.swing.JSpinner.NumberEditorFormatter
-
- JSplitPane - class javax.swing.JSplitPane.
JSplitPane
is used to divide two (and only two)
Component
s. - JSplitPane() -
Constructor for class javax.swing.JSplitPane
- Creates a new
JSplitPane
configured to arrange the child
components side-by-side horizontally with no continuous
layout, using two buttons for the components.
- JSplitPane(int) -
Constructor for class javax.swing.JSplitPane
- Creates a new
JSplitPane
configured with the
specified orientation and no continuous layout.
- JSplitPane(int, boolean) -
Constructor for class javax.swing.JSplitPane
- Creates a new
JSplitPane
with the specified
orientation and redrawing style.
- JSplitPane(int, Component, Component) -
Constructor for class javax.swing.JSplitPane
- Creates a new
JSplitPane
with the specified
orientation and
with the specified components that do not do continuous
redrawing.
- JSplitPane(int, boolean, Component, Component) -
Constructor for class javax.swing.JSplitPane
- Creates a new
JSplitPane
with the specified
orientation and
redrawing style, and with the specified components.
- JSplitPane.AccessibleJSplitPane - class javax.swing.JSplitPane.AccessibleJSplitPane.
- This class implements accessibility support for the
JSplitPane
class. - JSplitPane.AccessibleJSplitPane() -
Constructor for class javax.swing.JSplitPane.AccessibleJSplitPane
-
- JTabbedPane - class javax.swing.JTabbedPane.
- A component that lets the user switch between a group of components by
clicking on a tab with a given title and/or icon.
- JTabbedPane() -
Constructor for class javax.swing.JTabbedPane
- Creates an empty
TabbedPane
with a default
tab placement of JTabbedPane.TOP
.
- JTabbedPane(int) -
Constructor for class javax.swing.JTabbedPane
- Creates an empty
TabbedPane
with the specified tab placement
of either: JTabbedPane.TOP
, JTabbedPane.BOTTOM
,
JTabbedPane.LEFT
, or JTabbedPane.RIGHT
.
- JTabbedPane(int, int) -
Constructor for class javax.swing.JTabbedPane
- Creates an empty
TabbedPane
with the specified tab placement
and tab layout policy.
- JTabbedPane.AccessibleJTabbedPane - class javax.swing.JTabbedPane.AccessibleJTabbedPane.
- This class implements accessibility support for the
JTabbedPane
class. - JTabbedPane.AccessibleJTabbedPane() -
Constructor for class javax.swing.JTabbedPane.AccessibleJTabbedPane
- Constructs an AccessibleJTabbedPane
- JTabbedPane.ModelListener - class javax.swing.JTabbedPane.ModelListener.
- We pass
ModelChanged
events along to the listeners with
the tabbedpane (instead of the model itself) as the event source. - JTabbedPane.ModelListener() -
Constructor for class javax.swing.JTabbedPane.ModelListener
-
- JTabbedPane.Page - class javax.swing.JTabbedPane.Page.
-
- JTabbedPane.Page(JTabbedPane, String, Icon, Icon, Component, String) -
Constructor for class javax.swing.JTabbedPane.Page
-
- JTable - class javax.swing.JTable.
- The
JTable
is used to display and edit regular two-dimensional tables
of cells.
- JTable() -
Constructor for class javax.swing.JTable
- Constructs a default
JTable
that is initialized with a default
data model, a default column model, and a default selection
model.
- JTable(TableModel) -
Constructor for class javax.swing.JTable
- Constructs a
JTable
that is initialized with
dm
as the data model, a default column model,
and a default selection model.
- JTable(TableModel, TableColumnModel) -
Constructor for class javax.swing.JTable
- Constructs a
JTable
that is initialized with
dm
as the data model, cm
as the column model, and a default selection model.
- JTable(TableModel, TableColumnModel, ListSelectionModel) -
Constructor for class javax.swing.JTable
- Constructs a
JTable
that is initialized with
dm
as the data model, cm
as the
column model, and sm
as the selection model.
- JTable(int, int) -
Constructor for class javax.swing.JTable
- Constructs a
JTable
with numRows
and numColumns
of empty cells using
DefaultTableModel
.
- JTable(Vector, Vector) -
Constructor for class javax.swing.JTable
- Constructs a
JTable
to display the values in the
Vector
of Vectors
, rowData
,
with column names, columnNames
.
- JTable(Object[][], Object[]) -
Constructor for class javax.swing.JTable
- Constructs a
JTable
to display the values in the two dimensional array,
rowData
, with column names, columnNames
.
- JTable.AccessibleJTable - class javax.swing.JTable.AccessibleJTable.
- This class implements accessibility support for the
JTable
class. - JTable.AccessibleJTable() -
Constructor for class javax.swing.JTable.AccessibleJTable
-
- JTable.AccessibleJTable.AccessibleJTableCell - class javax.swing.JTable.AccessibleJTable.AccessibleJTableCell.
- The class provides an implementation of the Java Accessibility
API appropriate to table cells.
- JTable.AccessibleJTable.AccessibleJTableCell(JTable, int, int, int) -
Constructor for class javax.swing.JTable.AccessibleJTable.AccessibleJTableCell
- Constructs an
AccessibleJTableHeaderEntry
.
- JTable.AccessibleJTable.AccessibleJTableModelChange - class javax.swing.JTable.AccessibleJTable.AccessibleJTableModelChange.
-
- JTable.AccessibleJTable.AccessibleJTableModelChange(int, int, int, int, int) -
Constructor for class javax.swing.JTable.AccessibleJTable.AccessibleJTableModelChange
-
- JTable.AccessibleJTable.AccessibleTableHeader - class javax.swing.JTable.AccessibleJTable.AccessibleTableHeader.
-
- JTable.AccessibleJTable.AccessibleTableHeader(JTableHeader) -
Constructor for class javax.swing.JTable.AccessibleJTable.AccessibleTableHeader
-
- JTable.BooleanEditor - class javax.swing.JTable.BooleanEditor.
-
- JTable.BooleanEditor() -
Constructor for class javax.swing.JTable.BooleanEditor
-
- JTable.BooleanRenderer - class javax.swing.JTable.BooleanRenderer.
-
- JTable.BooleanRenderer() -
Constructor for class javax.swing.JTable.BooleanRenderer
-
- JTable.CellEditorRemover - class javax.swing.JTable.CellEditorRemover.
-
- JTable.CellEditorRemover(KeyboardFocusManager) -
Constructor for class javax.swing.JTable.CellEditorRemover
-
- JTable.DateRenderer - class javax.swing.JTable.DateRenderer.
-
- JTable.DateRenderer() -
Constructor for class javax.swing.JTable.DateRenderer
-
- JTable.DoubleRenderer - class javax.swing.JTable.DoubleRenderer.
-
- JTable.DoubleRenderer() -
Constructor for class javax.swing.JTable.DoubleRenderer
-
- JTable.GenericEditor - class javax.swing.JTable.GenericEditor.
- Default Editors
- JTable.GenericEditor() -
Constructor for class javax.swing.JTable.GenericEditor
-
- JTable.IconRenderer - class javax.swing.JTable.IconRenderer.
-
- JTable.IconRenderer() -
Constructor for class javax.swing.JTable.IconRenderer
-
- JTable.NumberEditor - class javax.swing.JTable.NumberEditor.
-
- JTable.NumberEditor() -
Constructor for class javax.swing.JTable.NumberEditor
-
- JTable.NumberRenderer - class javax.swing.JTable.NumberRenderer.
- Default Renderers
- JTable.NumberRenderer() -
Constructor for class javax.swing.JTable.NumberRenderer
-
- JTable.Resizable2 - interface javax.swing.JTable.Resizable2.
-
- JTable.Resizable3 - interface javax.swing.JTable.Resizable3.
-
- JTableHeader - class javax.swing.table.JTableHeader.
- This is the object which manages the header of the
JTable
.
- JTableHeader() -
Constructor for class javax.swing.table.JTableHeader
- Constructs a
JTableHeader
with a default
TableColumnModel
.
- JTableHeader(TableColumnModel) -
Constructor for class javax.swing.table.JTableHeader
- Constructs a
JTableHeader
which is initialized with
cm
as the column model.
- JTableHeader.AccessibleJTableHeader - class javax.swing.table.JTableHeader.AccessibleJTableHeader.
- This class implements accessibility support for the
JTableHeader
class. - JTableHeader.AccessibleJTableHeader() -
Constructor for class javax.swing.table.JTableHeader.AccessibleJTableHeader
-
- JTableHeader.AccessibleJTableHeader.AccessibleJTableHeaderEntry - class javax.swing.table.JTableHeader.AccessibleJTableHeader.AccessibleJTableHeaderEntry.
- This class provides an implementation of the Java Accessibility
API appropropriate for JTableHeader entries.
- JTableHeader.AccessibleJTableHeader.AccessibleJTableHeaderEntry(int, JTableHeader, JTable) -
Constructor for class javax.swing.table.JTableHeader.AccessibleJTableHeader.AccessibleJTableHeaderEntry
- Constructs an AccessiblJTableHeaaderEntry
- JTableHeader.UIResourceTableCellRenderer - class javax.swing.table.JTableHeader.UIResourceTableCellRenderer.
-
- JTableHeader.UIResourceTableCellRenderer() -
Constructor for class javax.swing.table.JTableHeader.UIResourceTableCellRenderer
-
- JTextArea - class javax.swing.JTextArea.
- A
JTextArea
is a multi-line area that displays plain text.
- JTextArea() -
Constructor for class javax.swing.JTextArea
- Constructs a new TextArea.
- JTextArea(String) -
Constructor for class javax.swing.JTextArea
- Constructs a new TextArea with the specified text displayed.
- JTextArea(int, int) -
Constructor for class javax.swing.JTextArea
- Constructs a new empty TextArea with the specified number of
rows and columns.
- JTextArea(String, int, int) -
Constructor for class javax.swing.JTextArea
- Constructs a new TextArea with the specified text and number
of rows and columns.
- JTextArea(Document) -
Constructor for class javax.swing.JTextArea
- Constructs a new JTextArea with the given document model, and defaults
for all of the other arguments (null, 0, 0).
- JTextArea(Document, String, int, int) -
Constructor for class javax.swing.JTextArea
- Constructs a new JTextArea with the specified number of rows
and columns, and the given model.
- JTextArea.AccessibleJTextArea - class javax.swing.JTextArea.AccessibleJTextArea.
- This class implements accessibility support for the
JTextArea
class. - JTextArea.AccessibleJTextArea() -
Constructor for class javax.swing.JTextArea.AccessibleJTextArea
-
- JTextComponent - class javax.swing.text.JTextComponent.
JTextComponent
is the base class for swing text
components. - JTextComponent() -
Constructor for class javax.swing.text.JTextComponent
- Creates a new
JTextComponent
.
- JTextComponent.AccessibleJTextComponent - class javax.swing.text.JTextComponent.AccessibleJTextComponent.
- This class implements accessibility support for the
JTextComponent
class. - JTextComponent.AccessibleJTextComponent() -
Constructor for class javax.swing.text.JTextComponent.AccessibleJTextComponent
- Constructs an AccessibleJTextComponent.
- JTextComponent.AccessibleJTextComponent.IndexedSegment - class javax.swing.text.JTextComponent.AccessibleJTextComponent.IndexedSegment.
- IndexedSegment extends Segment adding the offset into the
the model the
Segment
was asked for. - JTextComponent.AccessibleJTextComponent.IndexedSegment() -
Constructor for class javax.swing.text.JTextComponent.AccessibleJTextComponent.IndexedSegment
-
- JTextComponent.ComposedTextCaret - class javax.swing.text.JTextComponent.ComposedTextCaret.
-
- JTextComponent.ComposedTextCaret() -
Constructor for class javax.swing.text.JTextComponent.ComposedTextCaret
-
- JTextComponent.DefaultKeymap - class javax.swing.text.JTextComponent.DefaultKeymap.
-
- JTextComponent.DefaultKeymap(String, Keymap) -
Constructor for class javax.swing.text.JTextComponent.DefaultKeymap
-
- JTextComponent.DefaultTransferHandler - class javax.swing.text.JTextComponent.DefaultTransferHandler.
- A Simple TransferHandler that exports the data as a String, and
imports the data from the String clipboard.
- JTextComponent.DefaultTransferHandler() -
Constructor for class javax.swing.text.JTextComponent.DefaultTransferHandler
-
- JTextComponent.DoSetCaretPosition - class javax.swing.text.JTextComponent.DoSetCaretPosition.
-
- JTextComponent.DoSetCaretPosition(JTextComponent, Position) -
Constructor for class javax.swing.text.JTextComponent.DoSetCaretPosition
-
- JTextComponent.InputMethodRequestsHandler - class javax.swing.text.JTextComponent.InputMethodRequestsHandler.
-
- JTextComponent.InputMethodRequestsHandler() -
Constructor for class javax.swing.text.JTextComponent.InputMethodRequestsHandler
-
- JTextComponent.KeyBinding - class javax.swing.text.JTextComponent.KeyBinding.
- Binding record for creating key bindings.
- JTextComponent.KeyBinding(KeyStroke, String) -
Constructor for class javax.swing.text.JTextComponent.KeyBinding
- Creates a new key binding.
- JTextComponent.KeymapActionMap - class javax.swing.text.JTextComponent.KeymapActionMap.
- Wraps a Keymap inside an ActionMap.
- JTextComponent.KeymapActionMap(Keymap) -
Constructor for class javax.swing.text.JTextComponent.KeymapActionMap
-
- JTextComponent.KeymapWrapper - class javax.swing.text.JTextComponent.KeymapWrapper.
- KeymapWrapper wraps a Keymap inside an InputMap.
- JTextComponent.KeymapWrapper(Keymap) -
Constructor for class javax.swing.text.JTextComponent.KeymapWrapper
-
- JTextComponent.MutableCaretEvent - class javax.swing.text.JTextComponent.MutableCaretEvent.
- Event to use when firing a notification of change to caret
position.
- JTextComponent.MutableCaretEvent(JTextComponent) -
Constructor for class javax.swing.text.JTextComponent.MutableCaretEvent
-
- JTextField - class javax.swing.JTextField.
JTextField
is a lightweight component that allows the editing
of a single line of text.
- JTextField() -
Constructor for class javax.swing.JTextField
- Constructs a new
TextField
.
- JTextField(String) -
Constructor for class javax.swing.JTextField
- Constructs a new
TextField
initialized with the
specified text.
- JTextField(int) -
Constructor for class javax.swing.JTextField
- Constructs a new empty
TextField
with the specified
number of columns.
- JTextField(String, int) -
Constructor for class javax.swing.JTextField
- Constructs a new
TextField
initialized with the
specified text and columns.
- JTextField(Document, String, int) -
Constructor for class javax.swing.JTextField
- Constructs a new
JTextField
that uses the given text
storage model and the given number of columns.
- JTextField.AccessibleJTextField - class javax.swing.JTextField.AccessibleJTextField.
- This class implements accessibility support for the
JTextField
class. - JTextField.AccessibleJTextField() -
Constructor for class javax.swing.JTextField.AccessibleJTextField
-
- JTextField.NotifyAction - class javax.swing.JTextField.NotifyAction.
-
- JTextField.NotifyAction() -
Constructor for class javax.swing.JTextField.NotifyAction
-
- JTextField.ScrollRepainter - class javax.swing.JTextField.ScrollRepainter.
-
- JTextField.ScrollRepainter() -
Constructor for class javax.swing.JTextField.ScrollRepainter
-
- JTextPane - class javax.swing.JTextPane.
- A text component that can be marked up with attributes that are
represented graphically.
- JTextPane() -
Constructor for class javax.swing.JTextPane
- Creates a new
JTextPane
.
- JTextPane(StyledDocument) -
Constructor for class javax.swing.JTextPane
- Creates a new
JTextPane
, with a specified document model.
- JToggleButton - class javax.swing.JToggleButton.
- An implementation of a two-state button.
- JToggleButton() -
Constructor for class javax.swing.JToggleButton
- Creates an initially unselected toggle button
without setting the text or image.
- JToggleButton(Icon) -
Constructor for class javax.swing.JToggleButton
- Creates an initially unselected toggle button
with the specified image but no text.
- JToggleButton(Icon, boolean) -
Constructor for class javax.swing.JToggleButton
- Creates a toggle button with the specified image
and selection state, but no text.
- JToggleButton(String) -
Constructor for class javax.swing.JToggleButton
- Creates an unselected toggle button with the specified text.
- JToggleButton(String, boolean) -
Constructor for class javax.swing.JToggleButton
- Creates a toggle button with the specified text
and selection state.
- JToggleButton(Action) -
Constructor for class javax.swing.JToggleButton
- Creates a toggle button where properties are taken from the
Action supplied.
- JToggleButton(String, Icon) -
Constructor for class javax.swing.JToggleButton
- Creates a toggle button that has the specified text and image,
and that is initially unselected.
- JToggleButton(String, Icon, boolean) -
Constructor for class javax.swing.JToggleButton
- Creates a toggle button with the specified text, image, and
selection state.
- JToggleButton.AccessibleJToggleButton - class javax.swing.JToggleButton.AccessibleJToggleButton.
- This class implements accessibility support for the
JToggleButton
class. - JToggleButton.AccessibleJToggleButton() -
Constructor for class javax.swing.JToggleButton.AccessibleJToggleButton
-
- JToggleButton.ToggleButtonModel - class javax.swing.JToggleButton.ToggleButtonModel.
- The ToggleButton model
Warning:
Serialized objects of this class will not be compatible with
future Swing releases.
- JToggleButton.ToggleButtonModel() -
Constructor for class javax.swing.JToggleButton.ToggleButtonModel
- Creates a new ToggleButton Model
- JToolBar - class javax.swing.JToolBar.
JToolBar
provides a component that is useful for
displaying commonly used Action
s or controls.
- JToolBar() -
Constructor for class javax.swing.JToolBar
- Creates a new tool bar; orientation defaults to
HORIZONTAL
.
- JToolBar(int) -
Constructor for class javax.swing.JToolBar
- Creates a new tool bar with the specified
orientation
.
- JToolBar(String) -
Constructor for class javax.swing.JToolBar
- Creates a new tool bar with the specified
name
.
- JToolBar(String, int) -
Constructor for class javax.swing.JToolBar
- Creates a new tool bar with a specified
name
and
orientation
.
- JToolBar.AccessibleJToolBar - class javax.swing.JToolBar.AccessibleJToolBar.
- This class implements accessibility support for the
JToolBar
class. - JToolBar.AccessibleJToolBar() -
Constructor for class javax.swing.JToolBar.AccessibleJToolBar
-
- JToolBar.DefaultToolBarLayout - class javax.swing.JToolBar.DefaultToolBarLayout.
-
- JToolBar.DefaultToolBarLayout(int) -
Constructor for class javax.swing.JToolBar.DefaultToolBarLayout
-
- JToolBar.Separator - class javax.swing.JToolBar.Separator.
- A toolbar-specific separator.
- JToolBar.Separator() -
Constructor for class javax.swing.JToolBar.Separator
- Creates a new toolbar separator with the default size
as defined by the current look and feel.
- JToolBar.Separator(Dimension) -
Constructor for class javax.swing.JToolBar.Separator
- Creates a new toolbar separator with the specified size.
- JToolTip - class javax.swing.JToolTip.
- Used to display a "Tip" for a Component.
- JToolTip() -
Constructor for class javax.swing.JToolTip
- Creates a tool tip.
- JToolTip.AccessibleJToolTip - class javax.swing.JToolTip.AccessibleJToolTip.
- This class implements accessibility support for the
JToolTip
class. - JToolTip.AccessibleJToolTip() -
Constructor for class javax.swing.JToolTip.AccessibleJToolTip
-
- JTree - class javax.swing.JTree.
-
A control that displays a set of hierarchical data as an outline.
- JTree() -
Constructor for class javax.swing.JTree
- Returns a
JTree
with a sample model.
- JTree(Object[]) -
Constructor for class javax.swing.JTree
- Returns a
JTree
with each element of the
specified array as the
child of a new root node which is not displayed.
- JTree(Vector) -
Constructor for class javax.swing.JTree
- Returns a
JTree
with each element of the specified
Vector
as the
child of a new root node which is not displayed.
- JTree(Hashtable) -
Constructor for class javax.swing.JTree
- Returns a
JTree
created from a Hashtable
which does not display with root.
- JTree(TreeNode) -
Constructor for class javax.swing.JTree
- Returns a
JTree
with the specified
TreeNode
as its root,
which displays the root node.
- JTree(TreeNode, boolean) -
Constructor for class javax.swing.JTree
- Returns a
JTree
with the specified TreeNode
as its root, which
displays the root node and which decides whether a node is a
leaf node in the specified manner.
- JTree(TreeModel) -
Constructor for class javax.swing.JTree
- Returns an instance of
JTree
which displays the root node
-- the tree is created using the specified data model.
- JTree.AccessibleJTree - class javax.swing.JTree.AccessibleJTree.
- This class implements accessibility support for the
JTree
class. - JTree.AccessibleJTree() -
Constructor for class javax.swing.JTree.AccessibleJTree
-
- JTree.AccessibleJTree.AccessibleJTreeNode - class javax.swing.JTree.AccessibleJTree.AccessibleJTreeNode.
- This class implements accessibility support for the
JTree
child. - JTree.AccessibleJTree.AccessibleJTreeNode(JTree, TreePath, Accessible) -
Constructor for class javax.swing.JTree.AccessibleJTree.AccessibleJTreeNode
- Constructs an AccessibleJTreeNode
- JTree.DynamicUtilTreeNode - class javax.swing.JTree.DynamicUtilTreeNode.
DynamicUtilTreeNode
can wrap
vectors/hashtables/arrays/strings and
create the appropriate children tree nodes as necessary. - JTree.DynamicUtilTreeNode(Object, Object) -
Constructor for class javax.swing.JTree.DynamicUtilTreeNode
- Creates a node with the specified object as its value and
with the specified children.
- JTree.EmptySelectionModel - class javax.swing.JTree.EmptySelectionModel.
EmptySelectionModel
is a TreeSelectionModel
that does not allow anything to be selected.
- JTree.EmptySelectionModel() -
Constructor for class javax.swing.JTree.EmptySelectionModel
-
- JTree.TreeModelHandler - class javax.swing.JTree.TreeModelHandler.
- Listens to the model and updates the
expandedState
accordingly when nodes are removed, or changed. - JTree.TreeModelHandler() -
Constructor for class javax.swing.JTree.TreeModelHandler
-
- JTree.TreeSelectionRedirector - class javax.swing.JTree.TreeSelectionRedirector.
- Handles creating a new
TreeSelectionEvent
with the
JTree
as the
source and passing it off to all the listeners.
- JTree.TreeSelectionRedirector() -
Constructor for class javax.swing.JTree.TreeSelectionRedirector
-
- JULY -
Static variable in class java.util.Calendar
- Value of the
MONTH
field indicating the
seventh month of the year.
- JUNE -
Static variable in class java.util.Calendar
- Value of the
MONTH
field indicating the
sixth month of the year.
- JUSTIFICATION -
Static variable in class java.awt.font.TextAttribute
- Attribute key for the justification of a paragraph.
- JUSTIFICATION_FULL -
Static variable in class java.awt.font.TextAttribute
- Justify the line to the full requested width.
- JUSTIFICATION_NONE -
Static variable in class java.awt.font.TextAttribute
- Do not allow the line to be justified.
- JViewport - class javax.swing.JViewport.
- The "viewport" or "porthole" through which you see the underlying
information.
- JViewport() -
Constructor for class javax.swing.JViewport
- Creates a
JViewport
.
- JViewport.AccessibleJViewport - class javax.swing.JViewport.AccessibleJViewport.
- This class implements accessibility support for the
JViewport
class. - JViewport.AccessibleJViewport() -
Constructor for class javax.swing.JViewport.AccessibleJViewport
-
- JViewport.ViewListener - class javax.swing.JViewport.ViewListener.
- A listener for the view.
- JViewport.ViewListener() -
Constructor for class javax.swing.JViewport.ViewListener
-
- JWindow - class javax.swing.JWindow.
- A
JWindow
is a container that can be displayed anywhere on the
user's desktop. - JWindow() -
Constructor for class javax.swing.JWindow
- Creates a window with no specified owner.
- JWindow(GraphicsConfiguration) -
Constructor for class javax.swing.JWindow
- Creates a window with the specified
GraphicsConfiguration
of a screen device.
- JWindow(Frame) -
Constructor for class javax.swing.JWindow
- Creates a window with the specified owner frame.
- JWindow(Window) -
Constructor for class javax.swing.JWindow
- Creates a window with the specified owner window.
- JWindow(Window, GraphicsConfiguration) -
Constructor for class javax.swing.JWindow
- Creates a window with the specified owner window and
GraphicsConfiguration
of a screen device.
- JWindow.AccessibleJWindow - class javax.swing.JWindow.AccessibleJWindow.
- This class implements accessibility support for the
JWindow
class. - JWindow.AccessibleJWindow() -
Constructor for class javax.swing.JWindow.AccessibleJWindow
-
- JarEntry - class java.util.jar.JarEntry.
- This class is used to represent a JAR file entry.
- JarEntry(String) -
Constructor for class java.util.jar.JarEntry
- Creates a new
JarEntry
for the specified JAR file
entry name.
- JarEntry(ZipEntry) -
Constructor for class java.util.jar.JarEntry
- Creates a new
JarEntry
with fields taken from the
specified ZipEntry
object.
- JarEntry(JarEntry) -
Constructor for class java.util.jar.JarEntry
- Creates a new
JarEntry
with fields taken from the
specified JarEntry
object.
- JarException - exception java.util.jar.JarException.
- Signals that an error of some sort has occurred while reading from
or writing to a JAR file.
- JarException() -
Constructor for class java.util.jar.JarException
- Constructs a JarException with no detail message.
- JarException(String) -
Constructor for class java.util.jar.JarException
- Constructs a JarException with the specified detail message.
- JarFile - class java.util.jar.JarFile.
- The
JarFile
class is used to read the contents of a JAR file
from any file that can be opened with java.io.RandomAccessFile
.
- JarFile(String) -
Constructor for class java.util.jar.JarFile
- Creates a new
JarFile
to read from the specified
file name
.
- JarFile(String, boolean) -
Constructor for class java.util.jar.JarFile
- Creates a new
JarFile
to read from the specified
file name
.
- JarFile(File) -
Constructor for class java.util.jar.JarFile
- Creates a new
JarFile
to read from the specified
File
object.
- JarFile(File, boolean) -
Constructor for class java.util.jar.JarFile
- Creates a new
JarFile
to read from the specified
File
object.
- JarFile(File, boolean, int) -
Constructor for class java.util.jar.JarFile
- Creates a new
JarFile
to read from the specified
File
object in the specified mode.
- JarFile.JarFileEntry - class java.util.jar.JarFile.JarFileEntry.
-
- JarFile.JarFileEntry(ZipEntry) -
Constructor for class java.util.jar.JarFile.JarFileEntry
-
- JarInputStream - class java.util.jar.JarInputStream.
- The
JarInputStream
class is used to read the contents of
a JAR file from any input stream. - JarInputStream(InputStream) -
Constructor for class java.util.jar.JarInputStream
- Creates a new
JarInputStream
and reads the optional
manifest.
- JarInputStream(InputStream, boolean) -
Constructor for class java.util.jar.JarInputStream
- Creates a new
JarInputStream
and reads the optional
manifest.
- JarOutputStream - class java.util.jar.JarOutputStream.
- The
JarOutputStream
class is used to write the contents
of a JAR file to any output stream. - JarOutputStream(OutputStream, Manifest) -
Constructor for class java.util.jar.JarOutputStream
- Creates a new
JarOutputStream
with the specified
Manifest
.
- JarOutputStream(OutputStream) -
Constructor for class java.util.jar.JarOutputStream
- Creates a new
JarOutputStream
with no manifest.
- JarURLConnection - class java.net.JarURLConnection.
- A URL Connection to a Java ARchive (JAR) file or an entry in a JAR
file.
- JarURLConnection(URL) -
Constructor for class java.net.JarURLConnection
- Creates the new JarURLConnection to the specified URL.
- JarVerifier - class java.util.jar.JarVerifier.
-
- JarVerifier(Manifest, byte[]) -
Constructor for class java.util.jar.JarVerifier
-
- JarVerifier.VerifierStream - class java.util.jar.JarVerifier.VerifierStream.
-
- JarVerifier.VerifierStream(Manifest, JarEntry, InputStream, JarVerifier) -
Constructor for class java.util.jar.JarVerifier.VerifierStream
-
- JavaMIME -
Static variable in class java.awt.datatransfer.SystemFlavorMap
- Constant prefix used to tag Java types converted to native platform
type.
- JavaUtilJarAccessImpl - class java.util.jar.JavaUtilJarAccessImpl.
-
- JavaUtilJarAccessImpl() -
Constructor for class java.util.jar.JavaUtilJarAccessImpl
-
- JavaUtils - class org.apache.xml.utils.synthetic.JavaUtils.
-
This class supports invoking Java compilation from within
a Java program.
- JavaUtils() -
Constructor for class org.apache.xml.utils.synthetic.JavaUtils
-
- JobAttributes - class java.awt.JobAttributes.
- A set of attributes which control a print job.
- JobAttributes() -
Constructor for class java.awt.JobAttributes
- Constructs a
JobAttributes
instance with default
values for every attribute.
- JobAttributes(JobAttributes) -
Constructor for class java.awt.JobAttributes
- Constructs a
JobAttributes
instance which is a copy
of the supplied JobAttributes
.
- JobAttributes(int, JobAttributes.DefaultSelectionType, JobAttributes.DestinationType, JobAttributes.DialogType, String, int, int, JobAttributes.MultipleDocumentHandlingType, int[][], String, JobAttributes.SidesType) -
Constructor for class java.awt.JobAttributes
- Constructs a
JobAttributes
instance with the
specified values for every attribute.
- JobAttributes.DefaultSelectionType - class java.awt.JobAttributes.DefaultSelectionType.
- A type-safe enumeration of possible default selection states.
- JobAttributes.DefaultSelectionType(int) -
Constructor for class java.awt.JobAttributes.DefaultSelectionType
-
- JobAttributes.DestinationType - class java.awt.JobAttributes.DestinationType.
- A type-safe enumeration of possible job destinations.
- JobAttributes.DestinationType(int) -
Constructor for class java.awt.JobAttributes.DestinationType
-
- JobAttributes.DialogType - class java.awt.JobAttributes.DialogType.
- A type-safe enumeration of possible dialogs to display to the user.
- JobAttributes.DialogType(int) -
Constructor for class java.awt.JobAttributes.DialogType
-
- JobAttributes.MultipleDocumentHandlingType - class java.awt.JobAttributes.MultipleDocumentHandlingType.
- A type-safe enumeration of possible multiple copy handling states.
- JobAttributes.MultipleDocumentHandlingType(int) -
Constructor for class java.awt.JobAttributes.MultipleDocumentHandlingType
-
- JobAttributes.SidesType - class java.awt.JobAttributes.SidesType.
- A type-safe enumeration of possible multi-page impositions.
- JobAttributes.SidesType(int) -
Constructor for class java.awt.JobAttributes.SidesType
-
- JoinFractureDirection -
Static variable in class javax.swing.text.DefaultStyledDocument.ElementSpec
- A possible value for getDirection.
- JoinNextDirection -
Static variable in class javax.swing.text.DefaultStyledDocument.ElementSpec
- A possible value for getDirection.
- JoinPreviousDirection -
Static variable in class javax.swing.text.DefaultStyledDocument.ElementSpec
- A possible value for getDirection.
- jacobiSymbol(int, BigInteger) -
Method in class java.math.BigInteger
- Computes Jacobi(p,n).
- jarFileHasClassPathAttribute(JarFile) -
Method in class java.util.jar.JavaUtilJarAccessImpl
-
- jarFileURL -
Variable in class java.net.JarURLConnection
-
- jarFileURLConnection -
Variable in class java.net.JarURLConnection
- The connection to the JAR file URL, if the connection has been
initiated.
- jarNames -
Variable in class org.apache.xalan.xslt.EnvironmentCheck
- Listing of common .jar files that include Xalan-related classes.
- jarVersions -
Static variable in class org.apache.xalan.xslt.EnvironmentCheck
- Manual table of known .jar sizes.
- java.awt - package java.awt
-
- java.awt.color - package java.awt.color
-
- java.awt.datatransfer - package java.awt.datatransfer
-
- java.awt.dnd - package java.awt.dnd
-
- java.awt.dnd.peer - package java.awt.dnd.peer
-
- java.awt.event - package java.awt.event
-
- java.awt.font - package java.awt.font
-
- java.awt.geom - package java.awt.geom
-
- java.awt.im - package java.awt.im
-
- java.awt.im.spi - package java.awt.im.spi
-
- java.awt.image - package java.awt.image
-
- java.awt.image.renderable - package java.awt.image.renderable
-
- java.awt.peer - package java.awt.peer
-
- java.awt.print - package java.awt.print
-
- java.io - package java.io
-
- java.lang - package java.lang
-
- java.lang.ref - package java.lang.ref
-
- java.lang.reflect - package java.lang.reflect
-
- java.math - package java.math
-
- java.net - package java.net
-
- java.nio - package java.nio
-
- java.nio.channels - package java.nio.channels
-
- java.nio.channels.spi - package java.nio.channels.spi
-
- java.nio.charset - package java.nio.charset
-
- java.nio.charset.spi - package java.nio.charset.spi
-
- java.rmi - package java.rmi
-
- java.rmi.activation - package java.rmi.activation
-
- java.rmi.dgc - package java.rmi.dgc
-
- java.rmi.registry - package java.rmi.registry
-
- java.rmi.server - package java.rmi.server
-
- java.sql - package java.sql
-
- java.text - package java.text
-
- java.util - package java.util
-
- java.util.jar - package java.util.jar
-
- java.util.logging - package java.util.logging
-
- java.util.prefs - package java.util.prefs
-
- java.util.regex - package java.util.regex
-
- java.util.zip - package java.util.zip
-
- java2std(String) -
Static method in class org.apache.crimson.tree.XmlDocument
-
- javaEncodingIsISO -
Static variable in class org.apache.xalan.serialize.SerializerToXML
- Assume java encoding names are the same as the ISO encoding names if this is true.
- javaFileListFlavor -
Static variable in class java.awt.datatransfer.DataFlavor
- To transfer a list of files to/from Java (and the underlying
platform) a
DataFlavor
of this type/subtype and
representation class of java.util.List
is used.
- javaHome -
Static variable in class java.util.jar.JarFile
-
- javaIncrement(int[]) -
Method in class java.math.BigInteger
-
- javaJVMLocalObjectMimeType -
Static variable in class java.awt.datatransfer.DataFlavor
- To transfer a reference to an arbitrary Java object reference that
has no associated MIME Content-type, across a
Transferable
interface WITHIN THE SAME JVM, a DataFlavor
with this type/subtype is used, with a representationClass
equal to the type of the class/interface being passed across the
Transferble
.
- javaName -
Variable in class org.apache.xalan.serialize.EncodingInfo
- The name used by the Java convertor.
- javaRemoteObjectMimeType -
Static variable in class java.awt.datatransfer.DataFlavor
- In order to pass a live link to a Remote object via a Drag and Drop
ACTION_LINK
operation a Mime Content Type of
application/x-java-remote-object should be used,
where the representation class of the DataFlavor
represents the type of the Remote
interface to be
transferred.
- javaSerializedObjectMimeType -
Static variable in class java.awt.datatransfer.DataFlavor
- A MIME Content-Type of application/x-java-serialized-object represents
a graph of Java object(s) that have been made persistent.
- javaToDosTime(long) -
Static method in class java.util.zip.ZipEntry
-
- javax.rmi - package javax.rmi
-
- javax.rmi.CORBA - package javax.rmi.CORBA
-
- javax.sql - package javax.sql
-
- javax.swing - package javax.swing
-
- javax.swing.border - package javax.swing.border
-
- javax.swing.colorchooser - package javax.swing.colorchooser
-
- javax.swing.event - package javax.swing.event
-
- javax.swing.filechooser - package javax.swing.filechooser
-
- javax.swing.plaf - package javax.swing.plaf
-
- javax.swing.plaf.basic - package javax.swing.plaf.basic
-
- javax.swing.plaf.metal - package javax.swing.plaf.metal
-
- javax.swing.plaf.multi - package javax.swing.plaf.multi
-
- javax.swing.table - package javax.swing.table
-
- javax.swing.text - package javax.swing.text
-
- javax.swing.text.html - package javax.swing.text.html
-
- javax.swing.text.html.parser - package javax.swing.text.html.parser
-
- javax.swing.text.rtf - package javax.swing.text.rtf
-
- javax.swing.tree - package javax.swing.tree
-
- javax.swing.undo - package javax.swing.undo
-
- jdbcCompliant() -
Method in interface java.sql.Driver
- Reports whether this driver is a genuine JDBC
CompliantTM driver.
- jniVersion -
Variable in class java.lang.ClassLoader.NativeLibrary
-
- join -
Variable in class java.awt.BasicStroke
-
- join(long) -
Method in class java.lang.Thread
- Waits at most
millis
milliseconds for this thread to
die.
- join(long, int) -
Method in class java.lang.Thread
- Waits at most
millis
milliseconds plus
nanos
nanoseconds for this thread to die.
- join() -
Method in class java.lang.Thread
- Waits for this thread to die.
- join(InetAddress) -
Method in class java.net.DatagramSocketImpl
- Join the multicast group.
- join(InetAddress) -
Method in class java.net.PlainDatagramSocketImpl
- Join the multicast group.
- join(InetAddress, NetworkInterface) -
Method in class java.net.PlainDatagramSocketImpl
-
- join(char[], int[]) -
Static method in class java.net.URI
-
- join(Element, Element, Element, int, int) -
Method in class javax.swing.text.DefaultStyledDocument.ElementBuffer
- Joins the two elements carving out a hole for the
given removed range.
- joinGroup(SocketAddress, NetworkInterface) -
Method in class java.net.DatagramSocketImpl
- Join the multicast group.
- joinGroup(InetAddress) -
Method in class java.net.MulticastSocket
- Joins a multicast group.
- joinGroup(SocketAddress, NetworkInterface) -
Method in class java.net.MulticastSocket
- Joins the specified multicast group at the specified interface.
- joinGroup(SocketAddress, NetworkInterface) -
Method in class java.net.PlainDatagramSocketImpl
- Join the multicast group.
- joinNextText() -
Method in class org.apache.crimson.tree.TextNode
- Combines this text node with its next sibling to create a
single text node.
- jongseong -
Static variable in class java.text.CharacterBreakData
-
- julianDayToDayOfWeek(long) -
Static method in class java.util.GregorianCalendar
-
- julianDayToMillis(long) -
Static method in class java.util.GregorianCalendar
- Converts Julian day to time as milliseconds.
- jungseong -
Static variable in class java.text.CharacterBreakData
-
- justification -
Variable in class javax.swing.text.ParagraphView
-
- justify(float) -
Method in class java.awt.font.TextJustifier
- Return an array of deltas twice as long as the original info array,
indicating the amount by which each side of each glyph should grow
or shrink.
- justifyRatio -
Variable in class java.awt.font.TextLayout
-
- justifyRows(int, int) -
Method in class javax.swing.table.DefaultTableModel
-
- jv -
Variable in class java.util.jar.JarFile
-
- jv -
Variable in class java.util.jar.JarInputStream
-
- jv -
Variable in class java.util.jar.JarVerifier.VerifierStream
-
- jvInitialized -
Variable in class java.util.jar.JarFile
-
- jwrd -
Static variable in class java.text.LineBreakData
-
- jzentry -
Variable in class java.util.zip.ZipFile.ZipFileInputStream
-
- jzfile -
Variable in class java.util.zip.ZipFile
-
ResultSet
object
should not be closed when calling getMoreResults
.
JComponent
to access keyboard bindings.
Kernel
class defines a matrix that describes how a
specified pixel and its surrounding pixels affect the value
computed for the pixel's position in the output image of a filtering
operation. Kernel
object from an array of floats.
KeyEvent
object.
KeyEvent
object.
keyChar
is a valid unicode character
that is fired by a key or a key combination on
a keyboard.
Set
view of the Keys contained in this
RenderingHints
.
Preferences.keys()
.
Action
names that are bound in this ActionMap
.
KeyStroke
s that are bound in this InputMap
.
largeModel
.
ComponentOrienation
.
ComponentOrienation
.
leadSelectionPath
.
Component
to the left of the other
Component
.
getAlignmentX
.
ComponentOrientation
property.
ComponentOrienation
.
ComponentOrienation
.
int
representing a "link" transfer action.
getDisplayName()
indicating
a long name, such as "Pacific Standard Time."
LONGVARBINARY
.
LONGVARCHAR
.
Label
object is a component for placing text in a
container. Label
class. LabelView
is a styled chunk of text
that represents a view mapped over an element in the
text model. Comparator
.
Container
s.Line2D
represents a line segment in (x, y)
coordinate space. Line2D
from the
specified coordinates.
Line2D
from the
specified Point2D
objects.
Line2D
from the
specified Point2D
objects.
LineBreakMeasurer
class allows styled text to be
broken into lines (or segments) that fit within a particular visual
advance. LineBreakMeasurer
for the specified text.
LineBreakMeasurer
for the specified text.
LineMetrics
class allows access to the
metrics needed to layout characters along a line
and to layout of a set of lines. LinkageError
indicate that a class has
some dependency on another class; however, the latter class has
incompatibly changed after the compilation of the former class.LinkageError
with no detail message.
LinkageError
with the specified detail
message.
List
component presents the user with a
scrolling list of text items. List
class. ListResourceBundle
is an abstract subclass of
ResourceBundle
that manages resources for a locale
in a convenient and easy to use list. firstIndex
and lastIndex
inclusive
(firstIndex is less than or equal to
lastIndex
).
Locale
object represents a specific geographical, political,
or cultural region. LocateRegistry
is used to obtain a reference to a bootstrap
remote object registry on a particular host (including the local host), or
to create a remote object registry that accepts calls on a specific port.
Long
class wraps a value of the primitive type
long
in an object. Long
object that
represents the specified long
argument.
Long
object that
represents the long
value indicated by the
String
parameter.
LookupOp
object given the lookup
table and a RenderingHints
object, which might
be null
.
label
is the label of a menu item.
AppContext
key for our one LAFState
instance.
ResultSet
object.
Cursor
used to track the cursor set by the user.
UndoableEdit
in
edits
, or null
if edits
is empty.
restoreSubcomponentFocus
is invoked, that is,
restoreSubcomponentFocus
sets this to the value returned
from getMostRecentFocusOwner
.
elem
.
elem
, starting from the
specified index, and returns an index to it.
viewPosition
that we've painted, so we know how
much of the backing store image is valid.
getTreeCellEditorComponent
.
doLayout()
.
doLayout()
.
doLayout()
.
GlyphVector
object, performing full
layout of the text if possible.
LayoutManager
that is set on the
JRootPane
.
VERTICAL
.
null
.
TextHitInfo
on the leading edge of the
character at the specified charIndex
.
BLOB
value
designated by this Blob
object.
CLOB
value
designated by this Clob
object.
BitSet
: the index of
the highest set bit in the BitSet
plus one.
time
from fields[]
.
lineNumber
returns the line number of the current
context node.
lineNumber
returns the line number of the node
passed as argument.
href
to the known list
of stylesheets.
ss
.
System.out
.
List
component's
Serialized Data Version.
count
argument.
soundFile
filename.
childValue
.
info
.
loadClass(String,String)
method
RMIClassLoader.loadClass(URL,String)
,
RMIClassLoader.loadClass(String,String)
, and
RMIClassLoader.loadClass(String,String,ClassLoader)
.
Util.loadClass(java.lang.String, java.lang.String, java.lang.ClassLoader)
.
getImageURL
.
keys
into retMap
.
libname
argument.
Proxy
)
that implements a set of interfaces with the given names
from a codebase URL path.
RMIClassLoader.loadProxyClass(String,String[],ClassLoader)
.
getComponentAt(int, int)
.
getLocation()
.
(x, y)
.
boolean
indicating whether the cursor location
is specified for this event.
JList
coordinates to the closest index
of the cell at that location.
JList
coordinates to the closest index
of the cell at that location.
JList
coordinates to the closest index
of the cell at that location.
locationToIndex
method on each UI handled by this object.
double
value.
double
value.
double
value corresponding to a given
bit representation.
Byte
as a
long
.
Double
as a
long
(by casting to type long
).
Float
as a long
(by casting to type long
).
Integer
as a
long
.
Long
as a
long
value.
long
.
Short
as a
long
.
long
.
long
.
name
.
name
in this registry.
int
array of components for
one pixel.
Name
object for Main-Class
manifest
attribute used for launching applications packaged in JAR files.
Name
object for Manifest-Version
manifest attribute.
MONTH
field indicating the
third month of the year.
byte
can
have, 27-1.
char
, '\uFFFF'
.
double
, (2-2-52)·21023.
float
, (2-2-23)·2127.
int
can
have, 231-1.
long
can
have, 263-1.
short
can
have, 215-1.
MONTH
field indicating the
fifth month of the year.
menu
system color.
menuText
system color.
message
.
type
.
get
and set
indicating the
millisecond within the second.
get
and set
indicating the
minute within the hour.
byte
can
have, -27.
char
, '\u0000'
.
double
, 2-1074.
float
, 2-149.
int
can
have, -231.
long
can
have, -263.
short
can
have, -215.
sMissingImageIcon
.
DAY_OF_WEEK
field indicating
Monday.
get
and set
indicating the
month.
int
representing a "move" transfer action.
Cursor.MOVE_CURSOR
.
MalformedURLException
with no detail message.
MalformedURLException
with the
specified detail message.
MarshalException
is thrown if a
java.io.IOException
occurs while marshalling the remote call
header, arguments or return value for a remote method call. MarshalException
with the specified
detail message.
MarshalException
with the specified
detail message and nested exception.
MarshalledObject
contains a byte stream with the serialized
representation of an object given to its constructor. MarshalledObject
that contains the
serialized representation of the current state of the supplied object.
MarshalledObjectOutputStream
.MarshalledObjectInputStream
that
reads its objects from objIn
and annotations
from locIn
.
MarshalledObject
. MarshalledObjectOutputStream
whose
non-location bytes will be written to objOut
and whose
location annotations (if any) will be written to
locOut
.
MaskFormatter
is used to format and edit strings. MaskFormatter
with the specified mask.
Character.isLetterOrDigit
.Character.isLetter
.Character.isDigit
.Character.toLowerCase
.Character.toUpperCase
.
character sequence
by interpreting a Pattern
.
Math
contains methods for performing basic
numeric operations such as the elementary exponential, logarithm,
square root, and trigonometric functions.
MediaTracker
class is a utility class to track
the status of a number of media objects. Menu
object is a pull-down menu component
that is deployed from a menu bar.
MenuBar
class encapsulates the platform's
concept of a menu bar bound to a frame. MenuComponent
is the superclass
of all menu-related components. MenuComponent
.
MenuComponent
used to provide
default support for accessibility. MenuItem
, or one of its subclasses.
MenuShortcut
class represents a keyboard accelerator
for a MenuItem.
MessageFormat
provides a means to produce concatenated
messages in language-neutral way. AttributedCharacterIterator
returned
from MessageFormat.formatToCharacterIterator
.ButtonAreaLayout
behaves in a similar manner to
FlowLayout
. Icon
s for
the JavaTM look and feel (Metal).
ProxyLaxyValue
.
RootPaneUI
.
close
the Window
.iconfiy
the Frame
.restore
the Frame
.restore
the Frame
.TreeUI
.
Method
provides information about, and access to, a single method
on a class or interface. MimeType
object.
MimeType
from a String
.
MimeType
with the given primary and sub
type but has an empty parameter list.
MimeType
with a pre-defined
and valid (or empty) parameter list.
static
methods and
constants to decode class and member access modifiers. DragGestureRecognizer
defines a DragGestureRecognizer
for mouse based gestures.
MouseDragGestureRecognizer
given the DragSource
for the
Component
c, the Component
to observe, the action(s)
permitted for this drag operation, and
the DragGestureListener
to
notify when a drag gesture is detected.
MouseDragGestureRecognizer
given the DragSource
for
the Component
c,
the Component
to observe, and the action(s)
permitted for this drag operation.
MouseDragGestureRecognizer
given the DragSource
for the
Component
c, and the
Component
to observe.
MouseDragGestureRecognizer
given the DragSource
for the Component
.
MouseEvent
object with the
specified source component,
type, modifiers, coordinates, and click count.
MouseEvent
object with the
specified source component,
type, modifiers, coordinates, and click count.
MouseWheelEvent
object with the
specified source component, type, modifiers, coordinates,
scroll type, scroll amount, and wheel rotation.
ButtonUI
s.
ColorChooserUI
s.
ComboBoxUI
s.
DesktopIconUI
s.
DesktopPaneUI
s.
FileChooserUI
s.
InternalFrameUI
s.
LabelUI
s.
ListUI
s.
MenuBarUI
s.
MenuItemUI
s.
OptionPaneUI
s.
PanelUI
s.
MultiPixelPackedSampleModel
class represents
one-banded images and can pack multiple one-sample
pixels into one data element. MultiPixelPackedSampleModel
with the
specified data type, width, height and number of bits per pixel.
MultiPixelPackedSampleModel
with
specified data type, width, height, number of bits per pixel,
scanline stride and data bit offset.
PopupMenuUI
s.
ProgressBarUI
s.
RootPaneUI
s.
ScrollBarUI
s.
ScrollPaneUI
s.
SeparatorUI
s.
SliderUI
s.
SpinnerUI
s.
SplitPaneUI
s.
TabbedPaneUI
s.
TableHeaderUI
s.
TableUI
s.
TextUI
s.
ToolBarUI
s.
ToolTipUI
s.
TreeUI
s.
ViewportUI
s.
MultipleMaster
interface represents Type 1
Multiple Master fonts.
ComboBoxModel
.AttributeSet
that can multiplex
across a set of AttributeSet
s.MuxingAttributeSet
with the passed in
attributes.
MuxingAttributeSet
.
FunctionTable
, but may
be a value installed by an external module.
expression
.
NodeTest.WILD
.
XMLNSDecl
s for this element
and all parent elements, screened for excluded prefixes.
Document
node.
Rectangle2D
of the appropriate precision
to hold the parameters calculated to be the bounding box
of this arc.
keys
.
gifFile
filename.
keys
.
expandParentAndReceiver
on the superclass.
expandParentAndReceiver
on the superclass.
style
.
Util.mapSystemException(org.omg.CORBA.SystemException)
.
mark
method of InputStream
.
mark
and reset
methods.
InputStream
supports mark/reset.
mark
and reset
methods.
mark
and
reset
methods.
mark
and
reset
methods, which it does not.
mark
method before subsequent calls to the
reset
method fail.
pos
field at the time the last
mark
method was called.
DataFlavor
to this DataFlavor
for
equality.
true
if the primary type and the
subtype of this object are the same as the specified
type
; otherwise returns false
.
true
if the primary type and the
subtype of this object are the same as the content type
described in rawdata
; otherwise returns
false
.
StyleConstants.NameAttribute
is
equal to the tag that is passed in as a parameter.
selector
, where
a match is defined by the CSS rule matching.
Format.Field
value and
attribute
is equal to it.
Format.Field
value and
attribute
is equal to it, or true if the receiver
represents an inteter constant and field
equals it.
int
values.
long
values.
float
values.
double
values.
int
values.
long
values.
float
values.
double
values.
max(s1, s2)
: a spring whose value is always greater than (or equal to)
the values of both s1
and s2
.
offsets
.
Scrollbar
.
mbManagement
is only used by the Motif implementation.
MenuElement -- does nothing.
- menuSelectionChanged(boolean) -
Method in class javax.swing.JMenuItem
- Called by the
MenuSelectionManager
when the
MenuElement
is selected or unselected.
- menuSelectionChanged(boolean) -
Method in class javax.swing.JPopupMenu
- Messaged when the menubar selection changes to activate or
deactivate this menu.
- menuSelectionChanged(boolean) -
Method in interface javax.swing.MenuElement
- Call by the MenuSelection when the MenuElement is added or remove from
the menu selection.
- menuSerializedDataVersion -
Variable in class java.awt.Menu
- The menu serialized Data Version.
- menuText -
Static variable in class java.awt.SystemColor
- The color rendered for the text of menus.
- menus -
Variable in class java.awt.MenuBar
- This field represents a vector of the
actual menus that will be part of the MenuBar.
- mergeList -
Variable in class java.text.RuleBasedBreakIterator.Builder
- A list mapping pairs of state numbers for states that are to be combined
to the state number of the state representing their combination.
- mergeSort(Object[], Object[], int, int, int) -
Static method in class java.util.Arrays
- Src is the source array that starts at index 0
Dest is the (possibly larger) array destination with a possible offset
low is the index in dest to start sorting
high is the end index in dest to end sorting
off is the offset to generate corresponding low, high in src
- mergeSort(Object[], Object[], int, int, int, Comparator) -
Static method in class java.util.Arrays
- Src is the source array that starts at index 0
Dest is the (possibly larger) array destination with a possible offset
low is the index in dest to start sorting
high is the end index in dest to end sorting
off is the offset into src corresponding to low in dest
- mergeStates(int, short[], Vector) -
Method in class java.text.RuleBasedBreakIterator.Builder
- The real work of making the state table deterministic happens here.
- mergesort(Vector, Vector, int, int, XPathContext) -
Method in class org.apache.xalan.transformer.NodeSorter
- This implements a standard Mergesort, as described in
Robert Sedgewick's Algorithms book.
- message -
Variable in class java.util.logging.LogRecord
-
- message -
Variable in class javax.swing.JOptionPane
- Message to display.
- message -
Variable in class javax.swing.ProgressMonitor
-
- message(SourceLocator, String, boolean) -
Method in class org.apache.xalan.transformer.MsgMgr
- Warn the user of a problem.
- messageString(Locale, int) -
Static method in class org.apache.crimson.tree.DomEx
-
- messageType -
Variable in class javax.swing.JOptionPane
- Message type.
- messages -
Static variable in class org.apache.crimson.parser.Parser2
-
- meta -
Variable in class javax.swing.text.html.parser.DTD
-
- metaDown() -
Method in class java.awt.Event
- NOTE: The
Event
class is obsolete and is
available only for backwards compatilibility.
- metalButtonUI -
Static variable in class javax.swing.plaf.metal.MetalButtonUI
-
- metalLabelUI -
Static variable in class javax.swing.plaf.metal.MetalLabelUI
-
- metalPropertyChangeListener -
Static variable in class javax.swing.plaf.metal.MetalInternalFrameUI
-
- metalRadioButtonUI -
Static variable in class javax.swing.plaf.metal.MetalRadioButtonUI
-
- metalToggleButtonUI -
Static variable in class javax.swing.plaf.metal.MetalToggleButtonUI
-
- meter -
Variable in class java.util.logging.FileHandler
-
- method -
Variable in class java.net.HttpURLConnection
- The HTTP method (GET,POST,PUT,etc.).
- method -
Variable in class java.util.zip.ZipEntry
-
- method -
Variable in class java.util.zip.ZipOutputStream
-
- methodAccessor -
Variable in class java.lang.reflect.Method
-
- methodName -
Variable in class java.lang.StackTraceElement
-
- methodName -
Variable in class javax.swing.UIDefaults.ProxyLazyValue
-
- methods -
Variable in class java.lang.Class.MethodArray
-
- methods -
Static variable in class java.net.HttpURLConnection
-
- metrics -
Static variable in class java.awt.Component
- saves an internal cache of FontMetrics for better performance
- metrics -
Variable in class java.awt.font.TextLayout.OptInfo
-
- metrics -
Variable in class javax.swing.text.GlyphPainter1
-
- metrics -
Variable in class javax.swing.text.PlainView
- Font metrics for the current font.
- metrics -
Variable in class javax.swing.text.WrappedPlainView
-
- mev -
Variable in class java.util.jar.JarInputStream
-
- mev -
Variable in class java.util.jar.JarVerifier.VerifierStream
-
- mgrLoadScriptingEngine -
Static variable in class org.apache.xalan.extensions.ExtensionHandlerGeneral
- Manager load scripting engine
- midInsert -
Variable in class javax.swing.text.html.HTMLDocument.HTMLReader
- True if (!
- midLetNum -
Static variable in class java.text.WordBreakData
-
- midLetter -
Static variable in class java.text.WordBreakData
-
- midNum -
Static variable in class java.text.WordBreakData
-
- mightBeProximate(Compiler, int, int) -
Static method in class org.apache.xpath.axes.WalkerFactory
- Tell if the predicates need to have proximity knowledge.
- millis -
Variable in class java.util.logging.LogRecord
-
- millisPerDay -
Static variable in class java.util.SimpleTimeZone
-
- millisPerHour -
Static variable in class java.text.DateFormatSymbols
- Useful constant for defining timezone offsets.
- millisPerHour -
Static variable in class java.text.SimpleDateFormat
-
- millisPerHour -
Static variable in class java.util.SimpleTimeZone
-
- millisPerMinute -
Static variable in class java.text.SimpleDateFormat
-
- millisToDecideToPopup -
Variable in class javax.swing.ProgressMonitor
-
- millisToJulianDay(long) -
Static method in class java.util.GregorianCalendar
- Converts time as milliseconds to Julian day.
- millisToPopup -
Variable in class javax.swing.ProgressMonitor
-
- millisUntilExpiration -
Variable in class java.io.ExpiringCache
-
- mimeType -
Variable in class java.awt.datatransfer.DataFlavor
-
- mimeType -
Variable in class javax.swing.plaf.basic.BasicTextUI.TextTransferHandler.TextTransferable
-
- min -
Variable in class java.awt.image.ComponentColorModel
-
- min(int, int) -
Method in class java.io.BufferedWriter
- Our own little min method, to avoid loading java.lang.Math if we've run
out of file descriptors and we're trying to print a stack trace.
- min(int, int) -
Static method in class java.lang.Math
- Returns the smaller of two
int
values.
- min(long, long) -
Static method in class java.lang.Math
- Returns the smaller of two
long
values.
- min(float, float) -
Static method in class java.lang.Math
- Returns the smaller of two
float
values.
- min(double, double) -
Static method in class java.lang.Math
- Returns the smaller of two
double
values.
- min(int, int) -
Static method in class java.lang.StrictMath
- Returns the smaller of two
int
values.
- min(long, long) -
Static method in class java.lang.StrictMath
- Returns the smaller of two
long
values.
- min(float, float) -
Static method in class java.lang.StrictMath
- Returns the smaller of two
float
values.
- min(double, double) -
Static method in class java.lang.StrictMath
- Returns the smaller of two
double
values.
- min(BigDecimal) -
Method in class java.math.BigDecimal
- Returns the minimum of this BigDecimal and val.
- min(BigInteger) -
Method in class java.math.BigInteger
- Returns the minimum of this BigInteger and val.
- min(Collection) -
Static method in class java.util.Collections
- Returns the minimum element of the given collection, according to the
natural ordering of its elements.
- min(Collection, Comparator) -
Static method in class java.util.Collections
- Returns the minimum element of the given collection, according to the
order induced by the specified comparator.
- min -
Variable in class javax.swing.DefaultBoundedRangeModel
-
- min -
Variable in class javax.swing.ProgressMonitor
-
- min -
Variable in class javax.swing.Spring.StaticSpring
-
- min -
Variable in class javax.swing.text.AsyncBoxView.ChildState
-
- min -
Variable in class javax.swing.text.ComponentView.Invalidator
-
- min -
Variable in class javax.swing.text.InternationalFormatter
- Can be used to impose a minimum value.
- min(ExpressionContext, NodeList, String) -
Static method in class org.apache.xalan.lib.ExsltDynamic
- The dyn:min function calculates the minimum value for the nodes passed as the
first argument, where the value of each node is calculated dynamically using
an XPath expression passed as a string as the second argument.
- min(NodeList) -
Static method in class org.apache.xalan.lib.ExsltMath
- The math:min function returns the minimum value of the nodes passed as the argument.
- minDecimalExponent -
Static variable in class java.lang.FloatingDecimal
-
- minExponentDigits -
Variable in class java.text.DecimalFormat
- The minimum number of digits used to display the exponent when a number is
formatted in exponential notation.
- minFractionDigits -
Variable in class java.text.NumberFormat
- The minimum number of digits allowed in the fractional portion of a
number.
- minHeight -
Variable in class java.awt.GridBagConstraints
- The minimum height of the component.
- minHeight -
Variable in class java.awt.GridBagLayoutInfo
-
- minIcon -
Variable in class javax.swing.plaf.basic.BasicInternalFrameTitlePane
-
- minIndex -
Variable in class javax.swing.DefaultListSelectionModel
-
- minIndex -
Variable in class javax.swing.text.html.OptionListModel
-
- minIntegerDigits -
Variable in class java.text.NumberFormat
- The minimum number of digits allowed in the integer portion of a
number.
- minLength -
Variable in class java.util.regex.Pattern.Start
-
- minLength -
Variable in class java.util.regex.Pattern.TreeInfo
-
- minPage -
Variable in class java.awt.JobAttributes
-
- minRequest -
Variable in class javax.swing.text.AsyncBoxView
-
- minSize -
Variable in class java.awt.Component
- Internal, cached size information.
- minSize -
Static variable in class javax.swing.plaf.basic.BasicDesktopPaneUI
-
- minSmallBinExp -
Static variable in class java.lang.FloatingDecimal
-
- minTabWidth -
Variable in class javax.swing.plaf.metal.MetalTabbedPaneUI
-
- minVal -
Variable in class java.awt.color.ICC_ColorSpace
-
- minValue -
Variable in class javax.swing.colorchooser.DefaultRGBChooserPanel
-
- minWidth -
Variable in class java.awt.GridBagConstraints
- The minimum width of the component.
- minWidth -
Variable in class java.awt.GridBagLayoutInfo
-
- minWidth -
Variable in class javax.swing.table.TableColumn
- The minimum width of the column.
- minX -
Variable in class java.awt.image.Raster
- The X coordinate of the upper-left pixel of this Raster.
- minX -
Variable in class javax.swing.plaf.basic.BasicSplitPaneDivider.DragController
- Maximum and minimum positions to drag to.
- minY -
Variable in class java.awt.image.Raster
- The Y coordinate of the upper-left pixel of this Raster.
- minimalDaysInFirstWeek -
Variable in class java.util.Calendar
- The number of days required for the first week in a month or year,
with possible values from 1 to 7.
- minimizeFrame(JInternalFrame) -
Method in class javax.swing.DefaultDesktopManager
- Restores the frame back to its size and position prior
to a
maximizeFrame
call.
- minimizeFrame(JInternalFrame) -
Method in interface javax.swing.DesktopManager
- Generally, this indicates that the frame should be restored to it's
size and position prior to a maximizeFrame() call.
- minimizeFrame(JInternalFrame) -
Method in class javax.swing.plaf.basic.BasicInternalFrameUI
- This method is called when the user wants to minimize the frame.
- minimizeIcon -
Variable in class javax.swing.plaf.metal.MetalTitlePane
- Icon used for toggleButton when window is maximized.
- minimizeKey -
Variable in class javax.swing.plaf.basic.BasicDesktopPaneUI
- Deprecated. As of 1.3.
- minimum -
Variable in class java.awt.ScrollPaneAdjustable
- The minimum value of this scrollbar.
- minimum -
Variable in class java.awt.Scrollbar
- The minimum value of the
Scrollbar
.
- minimum -
Variable in class javax.swing.SizeRequirements
- The minimum size required.
- minimum -
Variable in class javax.swing.SpinnerNumberModel
-
- minimumFractionDigits -
Variable in class java.text.NumberFormat
- The minimum number of digits allowed in the fractional portion of a
number.
- minimumIntegerDigits -
Variable in class java.text.NumberFormat
- The minimum number of digits allowed in the integer portion of a
number.
- minimumLayoutSize(Container) -
Method in class java.awt.BorderLayout
- Determines the minimum size of the
target
container
using this layout manager.
- minimumLayoutSize(Container) -
Method in class java.awt.CardLayout
- Calculates the minimum size for the specified panel.
- minimumLayoutSize(Container) -
Method in class java.awt.FlowLayout
- Returns the minimum dimensions needed to layout the visible
components contained in the specified target container.
- minimumLayoutSize(Container) -
Method in class java.awt.GridBagLayout
- Determines the minimum size of the
parent
container
using this grid bag layout.
- minimumLayoutSize(Container) -
Method in class java.awt.GridLayout
- Determines the minimum size of the container argument using this
grid layout.
- minimumLayoutSize(Container) -
Method in interface java.awt.LayoutManager
- Calculates the minimum size dimensions for the specified
container, given the components it contains.
- minimumLayoutSize(Container) -
Method in class javax.swing.BoxLayout
- Returns the minimum dimensions needed to lay out the components
contained in the specified target container.
- minimumLayoutSize(Container) -
Method in class javax.swing.JRootPane.RootLayout
- Returns the minimum amount of space the layout needs.
- minimumLayoutSize(Container) -
Method in class javax.swing.JSpinner.DefaultEditor
- Returns the minimum size of first (and only) child plus the
size of the parents insets.
- minimumLayoutSize(Container) -
Method in class javax.swing.JToolBar.DefaultToolBarLayout
-
- minimumLayoutSize(Container) -
Method in class javax.swing.OverlayLayout
- Returns the minimum dimensions needed to lay out the components
contained in the specified target container.
- minimumLayoutSize(Container) -
Method in class javax.swing.ScrollPaneLayout
- The minimum size of a
ScrollPane
is the size of the insets
plus minimum size of the viewport, plus the scrollpane's
viewportBorder insets, plus the minimum size
of the visible headers, plus the minimum size of the
scrollbars whose displayPolicy isn't NEVER.
- minimumLayoutSize(Container) -
Method in class javax.swing.SpringLayout
-
- minimumLayoutSize(Container) -
Method in class javax.swing.ViewportLayout
- Returns the minimum dimensions needed to layout the components
contained in the specified target container.
- minimumLayoutSize(Container) -
Method in class javax.swing.colorchooser.CenterLayout
-
- minimumLayoutSize(Container) -
Method in class javax.swing.colorchooser.SmartGridLayout
-
- minimumLayoutSize(Container) -
Method in class javax.swing.plaf.basic.BasicComboBoxUI.ComboBoxLayoutManager
-
- minimumLayoutSize(Container) -
Method in class javax.swing.plaf.basic.BasicInternalFrameTitlePane.TitlePaneLayout
-
- minimumLayoutSize(Container) -
Method in class javax.swing.plaf.basic.BasicInternalFrameUI.InternalFrameLayout
-
- minimumLayoutSize(Container) -
Method in class javax.swing.plaf.basic.BasicOptionPaneUI.ButtonAreaLayout
-
- minimumLayoutSize(Container) -
Method in class javax.swing.plaf.basic.BasicScrollBarUI
-
- minimumLayoutSize(Container) -
Method in class javax.swing.plaf.basic.BasicSpinnerUI.SpinnerLayout
-
- minimumLayoutSize(Container) -
Method in class javax.swing.plaf.basic.BasicSplitPaneDivider.DividerLayout
-
- minimumLayoutSize(Container) -
Method in class javax.swing.plaf.basic.BasicSplitPaneUI.BasicHorizontalLayoutManager
- Returns the minimum size needed to contain the children.
- minimumLayoutSize(Container) -
Method in class javax.swing.plaf.basic.BasicTabbedPaneUI.TabbedPaneLayout
-
- minimumLayoutSize(Container) -
Method in class javax.swing.plaf.basic.BasicTextUI.UpdateHandler
- Calculates the minimum size dimensions for the specified
panel given the components in the specified parent container.
- minimumLayoutSize(Container) -
Method in class javax.swing.plaf.basic.CenterLayout
-
- minimumLayoutSize(Container) -
Method in class javax.swing.plaf.metal.MetalFileChooserUI.ButtonAreaLayout
-
- minimumLayoutSize(Container) -
Method in class javax.swing.plaf.metal.MetalInternalFrameTitlePane.MetalTitlePaneLayout
-
- minimumLayoutSize(Container) -
Method in class javax.swing.plaf.metal.MetalRootPaneUI.MetalRootLayout
- Returns the minimum amount of space the layout needs.
- minimumLayoutSize(Container) -
Method in class javax.swing.plaf.metal.MetalSplitPaneDivider.MetalDividerLayout
-
- minimumLayoutSize(Container) -
Method in class javax.swing.plaf.metal.MetalTitlePane.TitlePaneLayout
-
- minimumSize() -
Method in class java.awt.Component
- Deprecated. As of JDK version 1.1,
replaced by
getMinimumSize()
.
- minimumSize() -
Method in class java.awt.Container
- Deprecated. As of JDK version 1.1,
replaced by
getMinimumSize()
.
- minimumSize(int) -
Method in class java.awt.List
- Deprecated. As of JDK version 1.1,
replaced by
getMinimumSize(int)
.
- minimumSize() -
Method in class java.awt.List
- Deprecated. As of JDK version 1.1,
replaced by
getMinimumSize()
.
- minimumSize(int, int) -
Method in class java.awt.TextArea
- Deprecated. As of JDK version 1.1,
replaced by
getMinimumSize(int, int)
.
- minimumSize() -
Method in class java.awt.TextArea
- Deprecated. As of JDK version 1.1,
replaced by
getMinimumSize()
.
- minimumSize(int) -
Method in class java.awt.TextField
- Deprecated. As of JDK version 1.1,
replaced by
getMinimumSize(int)
.
- minimumSize() -
Method in class java.awt.TextField
- Deprecated. As of JDK version 1.1,
replaced by
getMinimumSize()
.
- minimumSize() -
Method in interface java.awt.peer.ComponentPeer
- DEPRECATED: Replaced by getMinimumSize().
- minimumSize(int) -
Method in interface java.awt.peer.ListPeer
- DEPRECATED: Replaced by getMinimumSize(int).
- minimumSize(int, int) -
Method in interface java.awt.peer.TextAreaPeer
- DEPRECATED: Replaced by getMinimumSize(int, int).
- minimumSize(int) -
Method in interface java.awt.peer.TextFieldPeer
- DEPRECATED: Replaced by getMinimumSize(int).
- minimumSize -
Variable in class javax.swing.JComponent
-
- minimumSize -
Variable in class javax.swing.plaf.basic.BasicOptionPaneUI
-
- minimumThumbSize -
Variable in class javax.swing.plaf.basic.BasicScrollBarUI
-
- minorAllocValid -
Variable in class javax.swing.text.BoxView
-
- minorChanged -
Variable in class javax.swing.text.AsyncBoxView
-
- minorOffsets -
Variable in class javax.swing.text.BoxView
-
- minorReqValid -
Variable in class javax.swing.text.BoxView
-
- minorRequest -
Variable in class javax.swing.text.BoxView
-
- minorRequirementChange(AsyncBoxView.ChildState) -
Method in class javax.swing.text.AsyncBoxView
- Requirements changed along the minor axis.
- minorSpan -
Variable in class javax.swing.text.AsyncBoxView
- Current span along the minor axis.
- minorSpan -
Variable in class javax.swing.text.BoxView
-
- minorSpans -
Variable in class javax.swing.text.BoxView
-
- minorTickSpacing -
Variable in class javax.swing.JSlider
- The number of values between the minor tick marks -- the
smaller marks that occur between the major tick marks.
- minorValid -
Variable in class javax.swing.text.AsyncBoxView.ChildState
-
- minus(Spring) -
Static method in class javax.swing.Spring
- Returns
-s
: a spring running in the opposite direction to s
.
- minus(int) -
Method in class org.apache.xpath.compiler.Compiler
- Compile a '-' operation.
- minusSign -
Variable in class java.text.DecimalFormatSymbols
- Character used to represent minus sign.
- minuteInHour(String) -
Static method in class org.apache.xalan.lib.ExsltDatetime
- The date:minute-in-hour function returns the minute of the hour
as a number.
- minuteInHour() -
Static method in class org.apache.xalan.lib.ExsltDatetime
- See above.
- missingGlyph -
Variable in class java.awt.Font
-
- miterlimit -
Variable in class java.awt.BasicStroke
-
- mkdir() -
Method in class java.io.File
- Creates the directory named by this abstract pathname.
- mkdirs() -
Method in class java.io.File
- Creates the directory named by this abstract pathname, including any
necessary but nonexistent parent directories.
- mnemonic -
Variable in class javax.swing.AbstractButton.AccessibleAbstractButton.ButtonKeyBinding
-
- mnemonic -
Variable in class javax.swing.AbstractButton
-
- mnemonic -
Variable in class javax.swing.DefaultButtonModel
-
- mnemonic -
Variable in class javax.swing.JLabel.AccessibleJLabel.LabelKeyBinding
-
- mnemonic -
Variable in class javax.swing.JLabel
-
- mnemonic -
Variable in class javax.swing.JTabbedPane.Page
-
- mnemonicIndex -
Variable in class javax.swing.AbstractButton
-
- mnemonicIndex -
Variable in class javax.swing.JLabel
-
- mnemonicIndex -
Variable in class javax.swing.JTabbedPane.Page
-
- mnemonicInputMap -
Variable in class javax.swing.plaf.basic.BasicTabbedPaneUI
- InputMap used for mnemonics.
- mnemonicToIndexMap -
Variable in class javax.swing.plaf.basic.BasicTabbedPaneUI
-
- mnemonics -
Variable in class javax.swing.plaf.basic.BasicOptionPaneUI
- The mnemonics for the keys, these are set in
getButtons
.
- mockery -
Variable in class javax.swing.text.rtf.RTFReader
-
- mod(double, double) -
Static method in class java.awt.TexturePaintContext
-
- mod(BigInteger) -
Method in class java.math.BigInteger
- Returns a BigInteger whose value is (this mod m).
- mod(int) -
Method in class org.apache.xpath.compiler.Compiler
- Compile a 'mod' operation.
- mod2(int) -
Method in class java.math.BigInteger
- Returns a BigInteger whose value is this mod(2**p).
- modCount -
Variable in class java.util.AbstractList
- The number of times this list has been structurally modified.
- modCount -
Variable in class java.util.HashMap
- The number of times this HashMap has been structurally modified
Structural modifications are those that change the number of mappings in
the HashMap or otherwise modify its internal structure (e.g.,
rehash).
- modCount -
Variable in class java.util.Hashtable
- The number of times this Hashtable has been structurally modified
Structural modifications are those that change the number of entries in
the Hashtable or otherwise modify its internal structure (e.g.,
rehash).
- modCount -
Variable in class java.util.IdentityHashMap
- The number of modifications, to support fast-fail iterators
- modCount -
Variable in class java.util.TreeMap
- The number of structural modifications to the tree.
- modCount -
Variable in class java.util.WeakHashMap
- The number of times this HashMap has been structurally modified
Structural modifications are those that change the number of mappings in
the HashMap or otherwise modify its internal structure (e.g.,
rehash).
- modInverse(BigInteger) -
Method in class java.math.BigInteger
- Returns a BigInteger whose value is (this-1 mod m).
- modInverse(MutableBigInteger) -
Method in class java.math.MutableBigInteger
- Calculate the multiplicative inverse of this mod mod, where mod is odd.
- modInverseBP2(MutableBigInteger, int) -
Static method in class java.math.MutableBigInteger
-
- modInverseMP2(int) -
Method in class java.math.MutableBigInteger
-
- modPow(BigInteger, BigInteger) -
Method in class java.math.BigInteger
- Returns a BigInteger whose value is
(thisexponent mod m).
- modPow2(BigInteger, int) -
Method in class java.math.BigInteger
- Returns a BigInteger whose value is (this ** exponent) mod (2**p)
- modal -
Variable in class java.awt.Dialog
- Will be true if the Dialog is modal,
otherwise the dialog will be modeless.
- mode -
Variable in class java.awt.FileDialog
-
- mode -
Variable in class org.apache.xalan.extensions.XSLProcessorContext
- the current mode being executed.
- model -
Variable in class java.awt.GradientPaintContext
-
- model -
Variable in class java.awt.image.BufferedImageFilter
-
- model -
Variable in class java.awt.image.MemoryImageSource
-
- model -
Variable in class javax.swing.AbstractButton
- The data model that determines the button's state.
- model -
Variable in class javax.swing.JProgressBar
- The object that holds the data for the progress bar.
- model -
Variable in class javax.swing.JScrollBar
- The model that represents the scrollbar's minimum, maximum, extent
(aka "visibleAmount") and current value.
- model -
Variable in class javax.swing.JSpinner.DateEditorFormatter
-
- model -
Variable in class javax.swing.JSpinner.NumberEditorFormatter
-
- model -
Variable in class javax.swing.JSpinner
-
- model -
Variable in class javax.swing.JTabbedPane
- The default selection model
- model -
Variable in class javax.swing.plaf.basic.BasicFileChooserUI
-
- model -
Variable in class javax.swing.text.JTextComponent
- The document model.
- model -
Variable in class javax.swing.text.html.AccessibleHTML
- Current model.
- model -
Variable in class javax.swing.text.html.FormView.BrowseFileAction
-
- model -
Variable in class javax.swing.text.html.parser.ContentModelState
-
- model -
Variable in class org.apache.crimson.parser.ContentModelState
-
- model -
Variable in class org.apache.crimson.parser.ElementDecl
-
- modelChanged -
Static variable in class javax.swing.plaf.basic.BasicListUI
-
- modelChanged() -
Method in class javax.swing.plaf.basic.BasicTextUI
- Flags model changes.
- modelIndex -
Variable in class javax.swing.table.TableColumn
- The index of the column in the model which is to be displayed by
this
TableColumn
.
- modelListener -
Variable in class javax.swing.JSpinner
-
- modelListener -
Variable in class javax.swing.plaf.basic.BasicScrollBarUI
-
- modelOffset -
Variable in class javax.swing.text.JTextComponent.AccessibleJTextComponent.IndexedSegment
- Offset into the model that the position represents.
- modelOffset -
Variable in class javax.swing.text.html.AccessibleHTML.TextElementInfo.TextAccessibleContext.IndexedSegment
- Offset into the model that the position represents.
- modelToView(JTextComponent, int) -
Method in class javax.swing.plaf.TextUI
- Converts the given location in the model to a place in
the view coordinate system.
- modelToView(JTextComponent, int, Position.Bias) -
Method in class javax.swing.plaf.TextUI
- Converts the given location in the model to a place in
the view coordinate system.
- modelToView(int, Shape, Position.Bias) -
Method in class javax.swing.plaf.basic.BasicHTML.Renderer
- Provides a mapping from the document model coordinate space
to the coordinate space of the view mapped to it.
- modelToView(int, Position.Bias, int, Position.Bias, Shape) -
Method in class javax.swing.plaf.basic.BasicHTML.Renderer
- Provides a mapping from the document model coordinate space
to the coordinate space of the view mapped to it.
- modelToView(int, Shape, Position.Bias) -
Method in class javax.swing.plaf.basic.BasicTextFieldUI.I18nFieldView
- Provides a mapping from the document model coordinate space
to the coordinate space of the view mapped to it.
- modelToView(int, Position.Bias, int, Position.Bias, Shape) -
Method in class javax.swing.plaf.basic.BasicTextFieldUI.I18nFieldView
- Provides a mapping from the document model coordinate space
to the coordinate space of the view mapped to it.
- modelToView(int, Shape, Position.Bias) -
Method in class javax.swing.plaf.basic.BasicTextUI.RootView
- Provides a mapping from the document model coordinate space
to the coordinate space of the view mapped to it.
- modelToView(int, Position.Bias, int, Position.Bias, Shape) -
Method in class javax.swing.plaf.basic.BasicTextUI.RootView
- Provides a mapping from the document model coordinate space
to the coordinate space of the view mapped to it.
- modelToView(JTextComponent, int) -
Method in class javax.swing.plaf.basic.BasicTextUI
- Converts the given location in the model to a place in
the view coordinate system.
- modelToView(JTextComponent, int, Position.Bias) -
Method in class javax.swing.plaf.basic.BasicTextUI
- Converts the given location in the model to a place in
the view coordinate system.
- modelToView(JTextComponent, int) -
Method in class javax.swing.plaf.multi.MultiTextUI
- Invokes the
modelToView
method on each UI handled by this object.
- modelToView(JTextComponent, int, Position.Bias) -
Method in class javax.swing.plaf.multi.MultiTextUI
- Invokes the
modelToView
method on each UI handled by this object.
- modelToView(int, Shape, Position.Bias) -
Method in class javax.swing.text.AsyncBoxView
- Provides a mapping from the document model coordinate space
to the coordinate space of the view mapped to it.
- modelToView(int, Shape, Position.Bias) -
Method in class javax.swing.text.BoxView
- Provides a mapping from the document model coordinate space
to the coordinate space of the view mapped to it.
- modelToView(int, Shape, Position.Bias) -
Method in class javax.swing.text.ComponentView
- Provides a mapping from the coordinate space of the model to
that of the view.
- modelToView(int, Shape, Position.Bias) -
Method in class javax.swing.text.CompositeView
- Provides a mapping from the document model coordinate space
to the coordinate space of the view mapped to it.
- modelToView(int, Position.Bias, int, Position.Bias, Shape) -
Method in class javax.swing.text.CompositeView
- Provides a mapping from the document model coordinate space
to the coordinate space of the view mapped to it.
- modelToView(int, Shape, Position.Bias) -
Method in class javax.swing.text.FieldView
- Provides a mapping from the document model coordinate space
to the coordinate space of the view mapped to it.
- modelToView(GlyphView, int, Position.Bias, Shape) -
Method in class javax.swing.text.GlyphPainter1
-
- modelToView(GlyphView, int, Position.Bias, Shape) -
Method in class javax.swing.text.GlyphPainter2
-
- modelToView(GlyphView, int, Position.Bias, Shape) -
Method in class javax.swing.text.GlyphView.GlyphPainter
- Provides a mapping from the document model coordinate space
to the coordinate space of the view mapped to it.
- modelToView(int, Shape, Position.Bias) -
Method in class javax.swing.text.GlyphView
- Provides a mapping from the document model coordinate space
to the coordinate space of the view mapped to it.
- modelToView(int, Shape, Position.Bias) -
Method in class javax.swing.text.IconView
- Provides a mapping from the document model coordinate space
to the coordinate space of the view mapped to it.
- modelToView(int) -
Method in class javax.swing.text.JTextComponent
- Converts the given location in the model to a place in
the view coordinate system.
- modelToView(int, Shape, Position.Bias) -
Method in class javax.swing.text.ParagraphView.Row
- Provides a mapping from the document model coordinate space
to the coordinate space of the view mapped to it.
- modelToView(int, Shape, Position.Bias) -
Method in class javax.swing.text.PasswordView
- Provides a mapping from the document model coordinate space
to the coordinate space of the view mapped to it.
- modelToView(int, Shape, Position.Bias) -
Method in class javax.swing.text.PlainView
- Provides a mapping from the document model coordinate space
to the coordinate space of the view mapped to it.
- modelToView(int, Shape, Position.Bias) -
Method in class javax.swing.text.View
- Provides a mapping, for a given character,
from the document model coordinate space
to the view coordinate space.
- modelToView(int, Position.Bias, int, Position.Bias, Shape) -
Method in class javax.swing.text.View
- Provides a mapping, for a given region,
from the document model coordinate space
to the view coordinate space.
- modelToView(int, Shape) -
Method in class javax.swing.text.View
- Deprecated.
- modelToView(int, Shape, Position.Bias) -
Method in class javax.swing.text.WrappedPlainView.WrappedLine
- Provides a mapping from the document model coordinate space
to the coordinate space of the view mapped to it.
- modelToView(int, Shape, Position.Bias) -
Method in class javax.swing.text.ZoneView.Zone
- Provides a mapping from the document model coordinate space
to the coordinate space of the view mapped to it.
- modelToView(int, Shape, Position.Bias) -
Method in class javax.swing.text.html.HRuleView
- Provides a mapping from the document model coordinate space
to the coordinate space of the view mapped to it.
- modelToView(int, Shape, Position.Bias) -
Method in class javax.swing.text.html.ImageView
- Provides a mapping from the document model coordinate space
to the coordinate space of the view mapped to it.
- modifier -
Variable in class javax.swing.text.html.parser.AttributeList
-
- modifierFromString(String) -
Static method in class org.apache.xml.utils.synthetic.Class
- Method modifierFromString
- modifierKeywords -
Static variable in class java.awt.AWTKeyStroke
-
- modifierList -
Static variable in class java.text.MessageFormat
-
- modifiers -
Variable in class java.awt.AWTKeyStroke
-
- modifiers -
Variable in class java.awt.Event
- The state of the modifier keys.
- modifiers -
Variable in class java.awt.event.ActionEvent
- This represents the key modifier that was selected,
and is used to determine the state of the selected key.
- modifiers -
Variable in class java.awt.event.InputEvent
- The state of the modifier mask at the time the input
event was fired.
- modifiers -
Variable in class java.lang.reflect.Constructor
-
- modifiers -
Variable in class java.lang.reflect.Field
-
- modifiers -
Variable in class java.lang.reflect.Method
-
- modifiers -
Variable in class org.apache.xml.utils.synthetic.Class
- Field modifiers: Java language modifiers for this class
or interface, encoded in an integer.
- modifiers -
Variable in class org.apache.xml.utils.synthetic.reflection.Constructor
- Field modifiers
- modifiers -
Variable in class org.apache.xml.utils.synthetic.reflection.EntryPoint
- Field modifiers
- modifiers -
Variable in class org.apache.xml.utils.synthetic.reflection.Field
- Field modifiers
- modifiersFromString(String) -
Static method in class org.apache.xml.utils.synthetic.Class
- Method modifiersFromString
- monetarySeparator -
Variable in class java.text.DecimalFormatSymbols
- The decimal separator used when formatting currency values.
- monitor -
Variable in class java.rmi.activation.ActivationGroup
-
- monitor -
Variable in class javax.swing.ProgressMonitorInputStream
-
- montReduce(int[], int[], int, int) -
Static method in class java.math.BigInteger
- Montgomery reduce n, modulo mod.
- monthAbbreviation(String) -
Static method in class org.apache.xalan.lib.ExsltDatetime
- The date:month-abbreviation function returns the abbreviation of the month of
a date.
- monthAbbreviation() -
Static method in class org.apache.xalan.lib.ExsltDatetime
- See above.
- monthInYear(String) -
Static method in class org.apache.xalan.lib.ExsltDatetime
- The date:year function returns the month of a date as a number.
- monthInYear() -
Static method in class org.apache.xalan.lib.ExsltDatetime
- See above.
- monthLength(int, int) -
Method in class java.util.GregorianCalendar
-
- monthLength(int) -
Method in class java.util.GregorianCalendar
-
- monthLength -
Variable in class java.util.SimpleTimeZone
- This field was serialized in JDK 1.1, so we have to keep it that way
to maintain serialization compatibility.
- monthName(String) -
Static method in class org.apache.xalan.lib.ExsltDatetime
- The date:month-name function returns the full name of the month of a date.
- monthName() -
Static method in class org.apache.xalan.lib.ExsltDatetime
- See above.
- months -
Variable in class java.text.DateFormatSymbols
- Month strings.
- mostRecentEventTime -
Variable in class java.awt.EventQueue
-
- mostRecentFocusOwner -
Variable in class javax.swing.JRootPane
-
- mostRecentFocusOwners -
Static variable in class java.awt.KeyboardFocusManager
- Maps Windows to those Windows' most recent focus owners.
- motionListener -
Variable in class java.awt.dnd.DragSource
-
- motionThreshold -
Static variable in class javax.swing.plaf.basic.BasicDragGestureRecognizer
-
- mouseClicked(MouseEvent) -
Method in class java.awt.AWTEventMulticaster
- Handles the mouseClicked event by invoking the
mouseClicked methods on listener-a and listener-b.
- mouseClicked(MouseEvent) -
Method in class java.awt.dnd.MouseDragGestureRecognizer
- Invoked when the mouse has been clicked on a component.
- mouseClicked(MouseEvent) -
Method in class java.awt.event.MouseAdapter
- Invoked when the mouse has been clicked on a component.
- mouseClicked(MouseEvent) -
Method in interface java.awt.event.MouseListener
- Invoked when the mouse button has been clicked (pressed
and released) on a component.
- mouseClicked(MouseEvent) -
Method in class javax.swing.event.MouseInputAdapter
-
- mouseClicked(MouseEvent) -
Method in class javax.swing.plaf.basic.BasicButtonListener
-
- mouseClicked(MouseEvent) -
Method in class javax.swing.plaf.basic.BasicDragGestureRecognizer
-
- mouseClicked(MouseEvent) -
Method in class javax.swing.plaf.basic.BasicFileChooserUI.DoubleClickListener
-
- mouseClicked(MouseEvent) -
Method in class javax.swing.plaf.basic.BasicInternalFrameUI.BorderListener
-
- mouseClicked(MouseEvent) -
Method in class javax.swing.plaf.basic.BasicInternalFrameUI.GlassPaneDispatcher
- Ignore mouseClicked events.
- mouseClicked(MouseEvent) -
Method in class javax.swing.plaf.basic.BasicListUI.MouseInputHandler
-
- mouseClicked(MouseEvent) -
Method in class javax.swing.plaf.basic.BasicMenuItemUI.MouseInputHandler
-
- mouseClicked(MouseEvent) -
Method in class javax.swing.plaf.basic.BasicMenuUI.MouseInputHandler
-
- mouseClicked(MouseEvent) -
Method in class javax.swing.plaf.basic.BasicPopupMenuUI.MouseGrabber
-
- mouseClicked(MouseEvent) -
Method in class javax.swing.plaf.basic.BasicSpinnerUI.ArrowButtonHandler
-
- mouseClicked(MouseEvent) -
Method in class javax.swing.plaf.basic.BasicTableHeaderUI.MouseInputHandler
-
- mouseClicked(MouseEvent) -
Method in class javax.swing.plaf.basic.BasicTableUI.MouseInputHandler
-
- mouseClicked(MouseEvent) -
Method in class javax.swing.plaf.basic.BasicToolBarUI.DockingListener
-
- mouseClicked(MouseEvent) -
Method in class javax.swing.plaf.basic.BasicTreeUI.MouseInputHandler
-
- mouseClicked(MouseEvent) -
Method in class javax.swing.plaf.metal.MetalFileChooserUI.SingleClickListener
-
- mouseClicked(MouseEvent) -
Method in class javax.swing.plaf.metal.MetalRootPaneUI.MouseInputHandler
-
- mouseClicked(MouseEvent) -
Method in class javax.swing.text.DefaultCaret
- Called when the mouse is clicked.
- mouseClicked(MouseEvent) -
Method in class javax.swing.text.JTextComponent.MutableCaretEvent
-
- mouseClicked(MouseEvent) -
Method in class javax.swing.text.html.HTMLEditorKit.LinkController
- Called for a mouse click event.
- mouseDown(Event, int, int) -
Method in class java.awt.Component
- Deprecated. As of JDK version 1.1,
replaced by processMouseEvent(MouseEvent).
- mouseDrag(Event, int, int) -
Method in class java.awt.Component
- Deprecated. As of JDK version 1.1,
replaced by processMouseMotionEvent(MouseEvent).
- mouseDragged(MouseEvent) -
Method in class java.awt.AWTEventMulticaster
- Handles the mouseDragged event by invoking the
mouseDragged methods on listener-a and listener-b.
- mouseDragged(MouseEvent) -
Method in class java.awt.dnd.MouseDragGestureRecognizer
- Invoked when a mouse button is pressed on a component.
- mouseDragged(MouseEvent) -
Method in class java.awt.event.MouseMotionAdapter
- Invoked when a mouse button is pressed on a component and then
dragged.
- mouseDragged(MouseEvent) -
Method in interface java.awt.event.MouseMotionListener
- Invoked when a mouse button is pressed on a component and then
dragged.
- mouseDragged(MouseEvent) -
Method in class javax.swing.Autoscroller
-
- mouseDragged(MouseEvent) -
Method in class javax.swing.ToolTipManager
- Called when the mouse is pressed and dragged.
- mouseDragged(MouseEvent) -
Method in class javax.swing.event.MouseInputAdapter
-
- mouseDragged(MouseEvent) -
Method in class javax.swing.plaf.basic.BasicButtonListener
-
- mouseDragged(MouseEvent) -
Method in class javax.swing.plaf.basic.BasicComboPopup.InvocationMouseMotionHandler
-
- mouseDragged(MouseEvent) -
Method in class javax.swing.plaf.basic.BasicDesktopIconUI.MouseInputHandler
-
- mouseDragged(MouseEvent) -
Method in class javax.swing.plaf.basic.BasicDragGestureRecognizer
-
- mouseDragged(MouseEvent) -
Method in class javax.swing.plaf.basic.BasicInternalFrameUI.BorderListener
-
- mouseDragged(MouseEvent) -
Method in class javax.swing.plaf.basic.BasicInternalFrameUI.GlassPaneDispatcher
- Forward the mouseDragged event to the underlying child container.
- mouseDragged(MouseEvent) -
Method in class javax.swing.plaf.basic.BasicListUI.MouseInputHandler
-
- mouseDragged(MouseEvent) -
Method in class javax.swing.plaf.basic.BasicMenuItemUI.MouseInputHandler
-
- mouseDragged(MouseEvent) -
Method in class javax.swing.plaf.basic.BasicMenuUI.MouseInputHandler
- Invoked when a mouse button is pressed on the menu and then dragged.
- mouseDragged(MouseEvent) -
Method in class javax.swing.plaf.basic.BasicPopupMenuUI.MouseGrabber
-
- mouseDragged(MouseEvent) -
Method in class javax.swing.plaf.basic.BasicScrollBarUI.TrackListener
- Set the models value to the position of the thumb's top of Vertical
scrollbar, or the left/right of Horizontal scrollbar in
left-to-right/right-to-left scrollbar relative to the origin of the
track.
- mouseDragged(MouseEvent) -
Method in class javax.swing.plaf.basic.BasicSliderUI.TrackListener
- Set the models value to the position of the top/left
of the thumb relative to the origin of the track.
- mouseDragged(MouseEvent) -
Method in class javax.swing.plaf.basic.BasicSplitPaneDivider.MouseHandler
- If dragger is not null it is messaged with continueDrag.
- mouseDragged(MouseEvent) -
Method in class javax.swing.plaf.basic.BasicTableHeaderUI.MouseInputHandler
-
- mouseDragged(MouseEvent) -
Method in class javax.swing.plaf.basic.BasicTableUI.MouseInputHandler
-
- mouseDragged(MouseEvent) -
Method in class javax.swing.plaf.basic.BasicToolBarUI.DockingListener
-
- mouseDragged(MouseEvent) -
Method in class javax.swing.plaf.basic.BasicTreeUI.MouseHandler
-
- mouseDragged(MouseEvent) -
Method in class javax.swing.plaf.basic.BasicTreeUI.MouseInputHandler
-
- mouseDragged(MouseEvent) -
Method in class javax.swing.plaf.metal.MetalRootPaneUI.MouseInputHandler
-
- mouseDragged(MouseEvent) -
Method in class javax.swing.plaf.metal.MetalToolBarUI.MetalDockingListener
-
- mouseDragged(MouseEvent) -
Method in class javax.swing.text.DefaultCaret
- Moves the caret position
according to the mouse pointer's current
location.
- mouseDragged(MouseEvent) -
Method in class javax.swing.text.html.HTMLEditorKit.LinkController
-
- mouseEnter(Event, int, int) -
Method in class java.awt.Component
- Deprecated. As of JDK version 1.1,
replaced by processMouseEvent(MouseEvent).
- mouseEntered(MouseEvent) -
Method in class java.awt.AWTEventMulticaster
- Handles the mouseEntered event by invoking the
mouseEntered methods on listener-a and listener-b.
- mouseEntered(MouseEvent) -
Method in class java.awt.dnd.MouseDragGestureRecognizer
- Invoked when the mouse enters a component.
- mouseEntered(MouseEvent) -
Method in class java.awt.event.MouseAdapter
- Invoked when the mouse enters a component.
- mouseEntered(MouseEvent) -
Method in interface java.awt.event.MouseListener
- Invoked when the mouse enters a component.
- mouseEntered(MouseEvent) -
Method in class javax.swing.ToolTipManager
- Called when the mouse enters the region of a component.
- mouseEntered(MouseEvent) -
Method in class javax.swing.event.MouseInputAdapter
-
- mouseEntered(MouseEvent) -
Method in class javax.swing.plaf.basic.BasicButtonListener
-
- mouseEntered(MouseEvent) -
Method in class javax.swing.plaf.basic.BasicDragGestureRecognizer
-
- mouseEntered(MouseEvent) -
Method in class javax.swing.plaf.basic.BasicFileChooserUI.DoubleClickListener
- The JList used for representing the files is created by subclasses, but the
selection is monitored in this class.
- mouseEntered(MouseEvent) -
Method in class javax.swing.plaf.basic.BasicInternalFrameUI.GlassPaneDispatcher
- Forward the mouseEntered event to the underlying child container.
- mouseEntered(MouseEvent) -
Method in class javax.swing.plaf.basic.BasicListUI.MouseInputHandler
-
- mouseEntered(MouseEvent) -
Method in class javax.swing.plaf.basic.BasicMenuItemUI.MouseInputHandler
-
- mouseEntered(MouseEvent) -
Method in class javax.swing.plaf.basic.BasicMenuUI.MouseInputHandler
- Invoked when the cursor enters the menu.
- mouseEntered(MouseEvent) -
Method in class javax.swing.plaf.basic.BasicPopupMenuUI.MouseGrabber
-
- mouseEntered(MouseEvent) -
Method in class javax.swing.plaf.basic.BasicSpinnerUI.ArrowButtonHandler
-
- mouseEntered(MouseEvent) -
Method in class javax.swing.plaf.basic.BasicTableHeaderUI.MouseInputHandler
-
- mouseEntered(MouseEvent) -
Method in class javax.swing.plaf.basic.BasicTableUI.MouseInputHandler
-
- mouseEntered(MouseEvent) -
Method in class javax.swing.plaf.basic.BasicToolBarUI.DockingListener
-
- mouseEntered(MouseEvent) -
Method in class javax.swing.plaf.basic.BasicTreeUI.MouseInputHandler
-
- mouseEntered(MouseEvent) -
Method in class javax.swing.plaf.metal.MetalRootPaneUI.MouseInputHandler
-
- mouseEntered(MouseEvent) -
Method in class javax.swing.text.DefaultCaret
- Called when the mouse enters a region.
- mouseEntered(MouseEvent) -
Method in class javax.swing.text.JTextComponent.MutableCaretEvent
-
- mouseEvent -
Variable in class javax.swing.ToolTipManager
-
- mouseEventTarget -
Variable in class java.awt.LightweightDispatcher
- The current subcomponent being hosted by this windowed
component that has events being forwarded to it.
- mouseEventTarget -
Variable in class javax.swing.plaf.basic.BasicInternalFrameUI.GlassPaneDispatcher
-
- mouseExit(Event, int, int) -
Method in class java.awt.Component
- Deprecated. As of JDK version 1.1,
replaced by processMouseEvent(MouseEvent).
- mouseExited(MouseEvent) -
Method in class java.awt.AWTEventMulticaster
- Handles the mouseExited event by invoking the
mouseExited methods on listener-a and listener-b.
- mouseExited(MouseEvent) -
Method in class java.awt.dnd.MouseDragGestureRecognizer
- Invoked when the mouse exits a component.
- mouseExited(MouseEvent) -
Method in class java.awt.event.MouseAdapter
- Invoked when the mouse exits a component.
- mouseExited(MouseEvent) -
Method in interface java.awt.event.MouseListener
- Invoked when the mouse exits a component.
- mouseExited(MouseEvent) -
Method in class javax.swing.ToolTipManager
- Called when the mouse exits the region of a component.
- mouseExited(MouseEvent) -
Method in class javax.swing.event.MouseInputAdapter
-
- mouseExited(MouseEvent) -
Method in class javax.swing.plaf.basic.BasicButtonListener
-
- mouseExited(MouseEvent) -
Method in class javax.swing.plaf.basic.BasicDragGestureRecognizer
-
- mouseExited(MouseEvent) -
Method in class javax.swing.plaf.basic.BasicInternalFrameUI.BorderListener
-
- mouseExited(MouseEvent) -
Method in class javax.swing.plaf.basic.BasicInternalFrameUI.GlassPaneDispatcher
- Forward the mouseExited event to the underlying child container.
- mouseExited(MouseEvent) -
Method in class javax.swing.plaf.basic.BasicListUI.MouseInputHandler
-
- mouseExited(MouseEvent) -
Method in class javax.swing.plaf.basic.BasicMenuItemUI.MouseInputHandler
-
- mouseExited(MouseEvent) -
Method in class javax.swing.plaf.basic.BasicMenuUI.MouseInputHandler
-
- mouseExited(MouseEvent) -
Method in class javax.swing.plaf.basic.BasicPopupMenuUI.MouseGrabber
-
- mouseExited(MouseEvent) -
Method in class javax.swing.plaf.basic.BasicSpinnerUI.ArrowButtonHandler
-
- mouseExited(MouseEvent) -
Method in class javax.swing.plaf.basic.BasicTableHeaderUI.MouseInputHandler
-
- mouseExited(MouseEvent) -
Method in class javax.swing.plaf.basic.BasicTableUI.MouseInputHandler
-
- mouseExited(MouseEvent) -
Method in class javax.swing.plaf.basic.BasicToolBarUI.DockingListener
-
- mouseExited(MouseEvent) -
Method in class javax.swing.plaf.basic.BasicTreeUI.MouseInputHandler
-
- mouseExited(MouseEvent) -
Method in class javax.swing.plaf.metal.MetalRootPaneUI.MouseInputHandler
-
- mouseExited(MouseEvent) -
Method in class javax.swing.text.DefaultCaret
- Called when the mouse exits a region.
- mouseExited(MouseEvent) -
Method in class javax.swing.text.JTextComponent.MutableCaretEvent
-
- mouseGrabber -
Static variable in class javax.swing.plaf.basic.BasicPopupMenuUI
-
- mouseHandler -
Variable in class javax.swing.plaf.basic.BasicSplitPaneDivider
- Handles mouse events from both this class, and the split pane.
- mouseInputListener -
Variable in class javax.swing.plaf.basic.BasicDesktopIconUI
-
- mouseInputListener -
Variable in class javax.swing.plaf.basic.BasicListUI
-
- mouseInputListener -
Variable in class javax.swing.plaf.basic.BasicMenuItemUI
-
- mouseInputListener -
Variable in class javax.swing.plaf.basic.BasicTableHeaderUI
-
- mouseInputListener -
Variable in class javax.swing.plaf.basic.BasicTableUI
-
- mouseInputListener -
Variable in class javax.swing.plaf.metal.MetalRootPaneUI
MouseInputListener
that is added to the parent
Window
the JRootPane
is contained in.
- mouseListener -
Variable in class java.awt.Component
-
- mouseListener -
Variable in class javax.swing.plaf.basic.BasicComboPopup
- This protected field is implementation specific.
- mouseListener -
Variable in class javax.swing.plaf.basic.BasicTabbedPaneUI
-
- mouseListener -
Variable in class javax.swing.plaf.basic.BasicTreeUI
-
- mouseListenerK -
Static variable in class java.awt.Component
-
- mouseMotionListener -
Variable in class java.awt.Component
-
- mouseMotionListener -
Variable in class javax.swing.plaf.basic.BasicComboPopup
- This protected field is implementation specific.
- mouseMotionListenerK -
Static variable in class java.awt.Component
-
- mouseMove(Event, int, int) -
Method in class java.awt.Component
- Deprecated. As of JDK version 1.1,
replaced by processMouseMotionEvent(MouseEvent).
- mouseMove(int, int) -
Method in class java.awt.Robot
- Moves mouse pointer to given screen coordinates.
- mouseMove(int, int) -
Method in interface java.awt.peer.RobotPeer
-
- mouseMoved(MouseEvent) -
Method in class java.awt.AWTEventMulticaster
- Handles the mouseMoved event by invoking the
mouseMoved methods on listener-a and listener-b.
- mouseMoved(MouseEvent) -
Method in class java.awt.dnd.MouseDragGestureRecognizer
- Invoked when the mouse button has been moved on a component
(with no buttons no down).
- mouseMoved(MouseEvent) -
Method in class java.awt.event.MouseMotionAdapter
- Invoked when the mouse button has been moved on a component
(with no buttons no down).
- mouseMoved(MouseEvent) -
Method in interface java.awt.event.MouseMotionListener
- Invoked when the mouse cursor has been moved onto a component
but no buttons have been pushed.
- mouseMoved(MouseEvent) -
Method in class javax.swing.ToolTipManager.MoveBeforeEnterListener
-
- mouseMoved(MouseEvent) -
Method in class javax.swing.ToolTipManager
- Called when the mouse is moved.
- mouseMoved(MouseEvent) -
Method in class javax.swing.event.MouseInputAdapter
-
- mouseMoved(MouseEvent) -
Method in class javax.swing.plaf.basic.BasicButtonListener
-
- mouseMoved(MouseEvent) -
Method in class javax.swing.plaf.basic.BasicComboPopup.ListMouseMotionHandler
-
- mouseMoved(MouseEvent) -
Method in class javax.swing.plaf.basic.BasicDesktopIconUI.MouseInputHandler
-
- mouseMoved(MouseEvent) -
Method in class javax.swing.plaf.basic.BasicDragGestureRecognizer
-
- mouseMoved(MouseEvent) -
Method in class javax.swing.plaf.basic.BasicInternalFrameUI.BorderListener
-
- mouseMoved(MouseEvent) -
Method in class javax.swing.plaf.basic.BasicInternalFrameUI.GlassPaneDispatcher
- Forward the mouseMoved event to the underlying child container.
- mouseMoved(MouseEvent) -
Method in class javax.swing.plaf.basic.BasicListUI.MouseInputHandler
-
- mouseMoved(MouseEvent) -
Method in class javax.swing.plaf.basic.BasicMenuItemUI.MouseInputHandler
-
- mouseMoved(MouseEvent) -
Method in class javax.swing.plaf.basic.BasicMenuUI.MouseInputHandler
-
- mouseMoved(MouseEvent) -
Method in class javax.swing.plaf.basic.BasicPopupMenuUI.MouseGrabber
-
- mouseMoved(MouseEvent) -
Method in class javax.swing.plaf.basic.BasicScrollBarUI.TrackListener
-
- mouseMoved(MouseEvent) -
Method in class javax.swing.plaf.basic.BasicSliderUI.TrackListener
-
- mouseMoved(MouseEvent) -
Method in class javax.swing.plaf.basic.BasicSplitPaneDivider.MouseHandler
- Resets the cursor based on the orientation.
- mouseMoved(MouseEvent) -
Method in class javax.swing.plaf.basic.BasicTableHeaderUI.MouseInputHandler
-
- mouseMoved(MouseEvent) -
Method in class javax.swing.plaf.basic.BasicTableUI.MouseInputHandler
-
- mouseMoved(MouseEvent) -
Method in class javax.swing.plaf.basic.BasicToolBarUI.DockingListener
-
- mouseMoved(MouseEvent) -
Method in class javax.swing.plaf.basic.BasicTreeUI.MouseHandler
- Invoked when the mouse button has been moved on a component
(with no buttons no down).
- mouseMoved(MouseEvent) -
Method in class javax.swing.plaf.basic.BasicTreeUI.MouseInputHandler
-
- mouseMoved(MouseEvent) -
Method in class javax.swing.plaf.metal.MetalRootPaneUI.MouseInputHandler
-
- mouseMoved(MouseEvent) -
Method in class javax.swing.text.DefaultCaret
- Called when the mouse is moved.
- mouseMoved(MouseEvent) -
Method in class javax.swing.text.html.HTMLEditorKit.LinkController
-
- mousePress(int) -
Method in class java.awt.Robot
- Presses one or more mouse buttons.
- mousePress(int) -
Method in interface java.awt.peer.RobotPeer
-
- mousePressed(MouseEvent) -
Method in class java.awt.AWTEventMulticaster
- Handles the mousePressed event by invoking the
mousePressed methods on listener-a and listener-b.
- mousePressed(MouseEvent) -
Method in class java.awt.dnd.MouseDragGestureRecognizer
- Invoked when a mouse button has been
pressed on a
Component
.
- mousePressed(MouseEvent) -
Method in class java.awt.event.MouseAdapter
- Invoked when a mouse button has been pressed on a component.
- mousePressed(MouseEvent) -
Method in interface java.awt.event.MouseListener
- Invoked when a mouse button has been pressed on a component.
- mousePressed(MouseEvent) -
Method in class javax.swing.ToolTipManager
- Called when the mouse is pressed.
- mousePressed(MouseEvent) -
Method in class javax.swing.colorchooser.DefaultSwatchChooserPanel.MainSwatchListener
-
- mousePressed(MouseEvent) -
Method in class javax.swing.colorchooser.DefaultSwatchChooserPanel.RecentSwatchListener
-
- mousePressed(MouseEvent) -
Method in class javax.swing.event.MouseInputAdapter
-
- mousePressed(MouseEvent) -
Method in class javax.swing.plaf.basic.BasicButtonListener
-
- mousePressed(MouseEvent) -
Method in class javax.swing.plaf.basic.BasicComboPopup.InvocationMouseHandler
- Responds to mouse-pressed events on the combo box.
- mousePressed(MouseEvent) -
Method in class javax.swing.plaf.basic.BasicComboPopup.ListMouseHandler
-
- mousePressed(MouseEvent) -
Method in class javax.swing.plaf.basic.BasicDesktopIconUI.MouseInputHandler
-
- mousePressed(MouseEvent) -
Method in class javax.swing.plaf.basic.BasicDragGestureRecognizer
-
- mousePressed(MouseEvent) -
Method in class javax.swing.plaf.basic.BasicInternalFrameUI.BorderListener
-
- mousePressed(MouseEvent) -
Method in class javax.swing.plaf.basic.BasicInternalFrameUI.GlassPaneDispatcher
- When inactive, mouse events are forwarded as appropriate either to
the UI to activate the frame or to the underlying child component.
- mousePressed(MouseEvent) -
Method in class javax.swing.plaf.basic.BasicListUI.MouseInputHandler
-
- mousePressed(MouseEvent) -
Method in class javax.swing.plaf.basic.BasicMenuItemUI.MouseInputHandler
-
- mousePressed(MouseEvent) -
Method in class javax.swing.plaf.basic.BasicMenuUI.MouseInputHandler
- Invoked when the mouse has been clicked on the menu.
- mousePressed(MouseEvent) -
Method in class javax.swing.plaf.basic.BasicOptionPaneUI.ListSelectionListener
-
- mousePressed(MouseEvent) -
Method in class javax.swing.plaf.basic.BasicPopupMenuUI.MouseGrabber
-
- mousePressed(MouseEvent) -
Method in class javax.swing.plaf.basic.BasicScrollBarUI.ArrowButtonListener
-
- mousePressed(MouseEvent) -
Method in class javax.swing.plaf.basic.BasicScrollBarUI.TrackListener
- If the mouse is pressed above the "thumb" component
then reduce the scrollbars value by one page ("page up"),
otherwise increase it by one page.
- mousePressed(MouseEvent) -
Method in class javax.swing.plaf.basic.BasicSliderUI.TrackListener
- If the mouse is pressed above the "thumb" component
then reduce the scrollbars value by one page ("page up"),
otherwise increase it by one page.
- mousePressed(MouseEvent) -
Method in class javax.swing.plaf.basic.BasicSpinnerUI.ArrowButtonHandler
-
- mousePressed(MouseEvent) -
Method in class javax.swing.plaf.basic.BasicSplitPaneDivider.MouseHandler
- Starts the dragging session by creating the appropriate instance
of DragController.
- mousePressed(MouseEvent) -
Method in class javax.swing.plaf.basic.BasicTabbedPaneUI.MouseHandler
-
- mousePressed(MouseEvent) -
Method in class javax.swing.plaf.basic.BasicTableHeaderUI.MouseInputHandler
-
- mousePressed(MouseEvent) -
Method in class javax.swing.plaf.basic.BasicTableUI.MouseInputHandler
-
- mousePressed(MouseEvent) -
Method in class javax.swing.plaf.basic.BasicToolBarUI.DockingListener
-
- mousePressed(MouseEvent) -
Method in class javax.swing.plaf.basic.BasicTreeUI.MouseHandler
- Invoked when a mouse button has been pressed on a component.
- mousePressed(MouseEvent) -
Method in class javax.swing.plaf.basic.BasicTreeUI.MouseInputHandler
-
- mousePressed(MouseEvent) -
Method in class javax.swing.plaf.metal.MetalRootPaneUI.MouseInputHandler
-
- mousePressed(MouseEvent) -
Method in class javax.swing.plaf.metal.MetalToolBarUI.MetalDockingListener
-
- mousePressed(MouseEvent) -
Method in class javax.swing.text.DefaultCaret
- If button 1 is pressed, this is implemented to
request focus on the associated text component,
and to set the caret position.
- mousePressed(MouseEvent) -
Method in class javax.swing.text.JTextComponent.MutableCaretEvent
- Requests focus on the associated
text component, and try to set the cursor position.
- mouseRelease(int) -
Method in class java.awt.Robot
- Releases one or more mouse buttons.
- mouseRelease(int) -
Method in interface java.awt.peer.RobotPeer
-
- mouseReleased(MouseEvent) -
Method in class java.awt.AWTEventMulticaster
- Handles the mouseReleased event by invoking the
mouseReleased methods on listener-a and listener-b.
- mouseReleased(MouseEvent) -
Method in class java.awt.dnd.MouseDragGestureRecognizer
- Invoked when a mouse button has been released on a component.
- mouseReleased(MouseEvent) -
Method in class java.awt.event.MouseAdapter
- Invoked when a mouse button has been released on a component.
- mouseReleased(MouseEvent) -
Method in interface java.awt.event.MouseListener
- Invoked when a mouse button has been released on a component.
- mouseReleased(MouseEvent) -
Method in class javax.swing.Autoscroller
-
- mouseReleased(MouseEvent) -
Method in class javax.swing.event.MouseInputAdapter
-
- mouseReleased(MouseEvent) -
Method in class javax.swing.plaf.basic.BasicButtonListener
-
- mouseReleased(MouseEvent) -
Method in class javax.swing.plaf.basic.BasicComboPopup.InvocationMouseHandler
- Responds to the user terminating
a click or drag that began on the combo box.
- mouseReleased(MouseEvent) -
Method in class javax.swing.plaf.basic.BasicComboPopup.ListMouseHandler
-
- mouseReleased(MouseEvent) -
Method in class javax.swing.plaf.basic.BasicDesktopIconUI.MouseInputHandler
-
- mouseReleased(MouseEvent) -
Method in class javax.swing.plaf.basic.BasicDragGestureRecognizer
-
- mouseReleased(MouseEvent) -
Method in class javax.swing.plaf.basic.BasicInternalFrameUI.BorderListener
-
- mouseReleased(MouseEvent) -
Method in class javax.swing.plaf.basic.BasicInternalFrameUI.GlassPaneDispatcher
- Forward the mouseReleased event to the underlying child container.
- mouseReleased(MouseEvent) -
Method in class javax.swing.plaf.basic.BasicListUI.MouseInputHandler
-
- mouseReleased(MouseEvent) -
Method in class javax.swing.plaf.basic.BasicMenuItemUI.MouseInputHandler
-
- mouseReleased(MouseEvent) -
Method in class javax.swing.plaf.basic.BasicMenuUI.MouseInputHandler
- Invoked when the mouse has been released on the menu.
- mouseReleased(MouseEvent) -
Method in class javax.swing.plaf.basic.BasicPopupMenuUI.MouseGrabber
-
- mouseReleased(MouseEvent) -
Method in class javax.swing.plaf.basic.BasicScrollBarUI.ArrowButtonListener
-
- mouseReleased(MouseEvent) -
Method in class javax.swing.plaf.basic.BasicScrollBarUI.TrackListener
-
- mouseReleased(MouseEvent) -
Method in class javax.swing.plaf.basic.BasicSliderUI.TrackListener
-
- mouseReleased(MouseEvent) -
Method in class javax.swing.plaf.basic.BasicSpinnerUI.ArrowButtonHandler
-
- mouseReleased(MouseEvent) -
Method in class javax.swing.plaf.basic.BasicSplitPaneDivider.MouseHandler
- If dragger is not null it is messaged with completeDrag.
- mouseReleased(MouseEvent) -
Method in class javax.swing.plaf.basic.BasicTableHeaderUI.MouseInputHandler
-
- mouseReleased(MouseEvent) -
Method in class javax.swing.plaf.basic.BasicTableUI.MouseInputHandler
-
- mouseReleased(MouseEvent) -
Method in class javax.swing.plaf.basic.BasicToolBarUI.DockingListener
-
- mouseReleased(MouseEvent) -
Method in class javax.swing.plaf.basic.BasicTreeUI.MouseHandler
-
- mouseReleased(MouseEvent) -
Method in class javax.swing.plaf.basic.BasicTreeUI.MouseInputHandler
-
- mouseReleased(MouseEvent) -
Method in class javax.swing.plaf.metal.MetalRootPaneUI.MouseInputHandler
-
- mouseReleased(MouseEvent) -
Method in class javax.swing.text.DefaultCaret
- Called when the mouse is released.
- mouseReleased(MouseEvent) -
Method in class javax.swing.text.JTextComponent.MutableCaretEvent
- Called when the mouse is released.
- mouseReleased(MouseEvent) -
Method in class javax.swing.text.html.FormView.MouseEventListener
-
- mouseScrollListener -
Variable in class javax.swing.plaf.basic.BasicScrollPaneUI
-
- mouseUp(Event, int, int) -
Method in class java.awt.Component
- Deprecated. As of JDK version 1.1,
replaced by processMouseEvent(MouseEvent).
- mouseWheel(int) -
Method in class java.awt.Robot
- Rotates the scroll wheel on wheel-equipped mice.
- mouseWheel(int) -
Method in interface java.awt.peer.RobotPeer
-
- mouseWheelListener -
Variable in class java.awt.Component
-
- mouseWheelListenerK -
Static variable in class java.awt.Component
-
- mouseWheelMoved(MouseWheelEvent) -
Method in class java.awt.AWTEventMulticaster
- Handles the mouseWheelMoved event by invoking the
mouseWheelMoved methods on listener-a and listener-b.
- mouseWheelMoved(MouseWheelEvent) -
Method in interface java.awt.event.MouseWheelListener
- Invoked when the mouse wheel is rotated.
- mouseWheelMoved(MouseWheelEvent) -
Method in class javax.swing.plaf.basic.BasicPopupMenuUI.MouseGrabber
-
- mouseWheelMoved(MouseWheelEvent) -
Method in class javax.swing.plaf.basic.BasicScrollPaneUI.MouseWheelHandler
- Called when the mouse wheel is rotated while over a
JScrollPane.
- mouseXOffset -
Variable in class javax.swing.plaf.basic.BasicTableHeaderUI.MouseInputHandler
-
- move(int, int) -
Method in class java.awt.Component
- Deprecated. As of JDK version 1.1,
replaced by
setLocation(int, int)
.
- move(int, int) -
Method in class java.awt.Point
- Moves this point to the specified location in the
(x, y) coordinate plane.
- move(int, int) -
Method in class java.awt.Rectangle
- Deprecated. As of JDK version 1.1,
replaced by
setLocation(int, int)
.
- moveAction -
Variable in class javax.swing.plaf.basic.BasicInternalFrameTitlePane
-
- moveAndRepaint(JComponent, int, int, int, int) -
Method in class javax.swing.plaf.basic.BasicDesktopIconUI.MouseInputHandler
-
- moveBeforeEnterListener -
Variable in class javax.swing.ToolTipManager
-
- moveCaret(MouseEvent) -
Method in class javax.swing.text.DefaultCaret
- Tries to move the position of the caret from
the coordinates of a mouse event, using viewToModel().
- moveCaretPosition(int) -
Method in class javax.swing.text.JTextComponent
- Moves the caret to a new position, leaving behind a mark
defined by the last time
setCaretPosition
was
called.
- moveCaretPosition(JTextComponent, int, int) -
Method in class javax.swing.text.html.HTMLEditorKit.NavigateLinkAction
-
- moveColumn(int, int) -
Method in class javax.swing.JTable
- Moves the column
column
to the position currently
occupied by the column targetColumn
in the view.
- moveColumn(int, int) -
Method in class javax.swing.table.DefaultTableColumnModel
- Moves the column and heading at
columnIndex
to
newIndex
.
- moveColumn(int, int) -
Method in interface javax.swing.table.TableColumnModel
- Moves the column and its header at
columnIndex
to
newIndex
.
- moveComponents(Container, int, int, int, int, int, int, boolean) -
Method in class java.awt.FlowLayout
- Centers the elements in the specified row, if there is any slack.
- moveDot(int) -
Method in interface javax.swing.text.Caret
- Moves the caret position (dot) to some other position,
leaving behind the mark.
- moveDot(int, Position.Bias) -
Method in class javax.swing.text.DefaultCaret.DefaultFilterBypass
-
- moveDot(int) -
Method in class javax.swing.text.DefaultCaret
- Moves the caret position to some other position.
- moveDot(int, Position.Bias) -
Method in class javax.swing.text.DefaultCaret
-
- moveDot(NavigationFilter.FilterBypass, int, Position.Bias) -
Method in class javax.swing.text.DefaultFormatter.DefaultNavigationFilter
-
- moveDot(NavigationFilter.FilterBypass, int, Position.Bias) -
Method in class javax.swing.text.DefaultFormatter
- NavigationFilter method, subclasses that wish finer control should
override this.
- moveDot(int, Position.Bias) -
Method in class javax.swing.text.NavigationFilter.FilterBypass
- Moves the caret location, bypassing the NavigationFilter.
- moveDot(NavigationFilter.FilterBypass, int, Position.Bias) -
Method in class javax.swing.text.NavigationFilter
- Invoked prior to the Caret moving the dot.
- moveForward -
Variable in class javax.swing.plaf.basic.BasicDesktopPaneUI.NavigateOutAction
-
- movePointLeft(int) -
Method in class java.math.BigDecimal
- Returns a BigDecimal which is equivalent to this one with the decimal
point moved n places to the left.
- movePointRight(int) -
Method in class java.math.BigDecimal
- Moves the decimal point the specified number of places to the right.
- moveRow(int, int, int) -
Method in class javax.swing.table.DefaultTableModel
- Moves one or more rows from the inlcusive range
start
to
end
to the to
position in the model.
- moveTo(float, float) -
Method in class java.awt.geom.GeneralPath
- Adds a point to the path by moving to the specified
coordinates.
- moveToBack() -
Method in class javax.swing.JInternalFrame
- Convenience method that moves this component to position -1 if its
parent is a
JLayeredPane
.
- moveToBack(Component) -
Method in class javax.swing.JLayeredPane
- Moves the component to the bottom of the components in its current layer
(position -1).
- moveToCurrentRow() -
Method in interface java.sql.ResultSet
- Moves the cursor to the remembered cursor position, usually the
current row.
- moveToFront() -
Method in class javax.swing.JInternalFrame
- Convenience method that moves this component to position 0 if its
parent is a
JLayeredPane
.
- moveToFront(Component) -
Method in class javax.swing.JLayeredPane
- Moves the component to the top of the components in its current layer
(position 0).
- moveToInsertRow() -
Method in interface java.sql.ResultSet
- Moves the cursor to the insert row.
- moveWithinSelectedRange(JTable, int, int, boolean) -
Method in class javax.swing.plaf.basic.BasicTableUI.NavigationalAction
-
- moveWithinTableRange(JTable, int, int, boolean) -
Method in class javax.swing.plaf.basic.BasicTableUI.NavigationalAction
-
- moving -
Variable in class javax.swing.plaf.basic.BasicDesktopPaneUI
-
- movx -
Variable in class java.awt.geom.FlatteningPathIterator
-
- movy -
Variable in class java.awt.geom.FlatteningPathIterator
-
- mul(int, MutableBigInteger) -
Method in class java.math.MutableBigInteger
- Multiply the contents of this MutableBigInteger by the word y.
- mulAdd(int[], int[], int, int, int) -
Static method in class java.math.BigInteger
- Multiply an array by one word k and add to result, return the carry
- mulsub(int[], int[], int, int, int) -
Method in class java.math.MutableBigInteger
- This method is used for division.
- mult(int) -
Method in class java.lang.FDBigInt
-
- mult(FDBigInt) -
Method in class java.lang.FDBigInt
-
- mult(int) -
Method in class org.apache.xpath.compiler.Compiler
- Compile a '*' operation.
- multPow52(FDBigInt, int, int) -
Static method in class java.lang.FloatingDecimal
-
- multaddMe(int, int) -
Method in class java.lang.FDBigInt
-
- multiClickThreshhold -
Variable in class javax.swing.AbstractButton
-
- multiLookAndFeel -
Variable in class javax.swing.UIManager.LAFState
-
- multiNewArray(Class, int[]) -
Static method in class java.lang.reflect.Array
-
- multiRowCells -
Variable in class javax.swing.text.html.TableView.RowView
- Does this table row have cells that span multiple rows?
- multiRowCells -
Variable in class javax.swing.text.html.TableView
- Do any of the table cells span multiple rows?
- multiSelectionEnabled -
Variable in class javax.swing.JFileChooser
-
- multiUIDefaults -
Variable in class javax.swing.UIManager.LAFState
-
- multicastInterface -
Variable in class java.net.PlainDatagramSocketImpl
-
- multiline -
Variable in class java.util.regex.Pattern.Dollar
-
- multiline -
Variable in class java.util.regex.Pattern.UnixDollar
-
- multipleDocumentHandling -
Variable in class java.awt.JobAttributes
-
- multipleMode -
Variable in class java.awt.List
multipleMode
is a variable that will
be set to true
if a list component is to be set to
multiple selection mode, that is where the user can
select more than one item in a list at one time.
- multiplexingLAFKey -
Static variable in class javax.swing.UIManager
-
- multiplier -
Variable in class java.text.DecimalFormat
- The multiplier for use in percent, permill, etc.
- multiplier -
Static variable in class java.util.Random
-
- multiply(BigDecimal) -
Method in class java.math.BigDecimal
- Returns a BigDecimal whose value is (this * val), and whose
scale is (this.scale() + val.scale()).
- multiply(BigInteger) -
Method in class java.math.BigInteger
- Returns a BigInteger whose value is (this * val).
- multiply(MutableBigInteger, MutableBigInteger) -
Method in class java.math.MutableBigInteger
- Multiply the contents of two MutableBigInteger objects.
- multiplyToLen(int[], int, int[], int, int[]) -
Method in class java.math.BigInteger
- Multiplies int arrays x and y to the specified lengths and places
the result into z.
- mungeExpressionList(Hashtable) -
Method in class java.text.DictionaryBasedBreakIterator.Builder
-
- mungeExpressionList(Hashtable) -
Method in class java.text.RuleBasedBreakIterator.Builder
-
- mustSetRoundDir -
Variable in class java.lang.FloatingDecimal
-
- mutableModInverse(MutableBigInteger) -
Method in class java.math.MutableBigInteger
- Returns the modInverse of this mod p.
- mutableNodeset() -
Method in class org.apache.xpath.objects.XNodeSet
- Cast result object to a mutableNodeset.
- mutableNodeset() -
Method in class org.apache.xpath.objects.XObject
- Cast result object to a nodelist.
- mutated() -
Method in class org.apache.crimson.tree.ParentNode
-
- mutationCount -
Variable in class org.apache.crimson.tree.XmlDocument
-
- mutex -
Variable in class java.util.Collections.SynchronizedCollection
-
- mutex -
Variable in class java.util.Collections.SynchronizedMap
-
- myBar -
Variable in class javax.swing.ProgressMonitor
-
- myCRIF -
Variable in class java.awt.image.renderable.RenderableImageOp
- The associated ContextualRenderedImageFactory.
- myEdit -
Variable in class javax.swing.event.UndoableEditEvent
-
- myFRC(Graphics) -
Method in class java.awt.FontMetrics
-
- mySpace -
Static variable in class java.rmi.server.ObjID
-
namespace node
.
DialogType
instance to use for
specifying the platform's native print dialog.
int
value representing the native
modifier.
double
.
float
.
Cursor.NE_RESIZE_CURSOR
.
MouseEvent.getButton()
.
DialogType
instance to use for
specifying no print dialog.
int
representing no transfer action.
Notation
.
MONTH
field indicating the
eleventh month of the year.
Adjustable
has no orientation.
print
to signify that the
pageIndex
is too large and that the requested page
does not exist.
NULL
.
NUMERIC
.
Cursor.NW_RESIZE_CURSOR
.
Cursor.N_RESIZE_CURSOR
.
double
.
float
.
Naming
class provides methods for storing and obtaining
references to remote objects in a remote object registry. NavigationFilter
can be used to restrict where the cursor can
be positioned. NegativeArraySizeException
with no
detail message.
NegativeArraySizeException
with the
specified detail message.
ClassLoader
instance
tries to load in the definition of a class (as part of a normal method call
or as part of creating a new instance using the new
expression)
and no definition of the class could be found.
NoClassDefFoundError
with no detail message.
NoClassDefFoundError
with the specified
detail message.
finishConnect
method of a SocketChannel
is invoked without first
successfully invoking its connect
method.nextElement
method of an
Enumeration
to indicate that there are no more
elements in the enumeration.NoSuchElementException
with null
as its error message string.
NoSuchElementException
, saving a reference
to the error message string s for later retrieval by the
getMessage method.
NoSuchFieldException
with no detail message.
NoSuchFieldException
with the specified
detail message.
NoSuchMethodError
with no detail message.
NoSuchMethodError
with the
specified detail message.
NoSuchMethodException
without a detail message.
NoSuchMethodException
with a detail message.
NoSuchObjectException
is thrown if an attempt is made to
invoke a method on an object that no longer exists in the remote virtual
machine. NoSuchObjectException
with the specified
detail message.
NodeChangeEvent
instance.
NodeInfo
defines a set of XSLT extension functions to be
used from stylesheets.NodeLocator
maintains information on an XML source
node.NodeLocator
instance.
NoninvertibleTransformException
class represents
an exception that is thrown if an operation is performed requiring
the inverse of an AffineTransform
object but the
AffineTransform
is in a non-invertible state.NoninvertibleTransformException
with the specified detail message.
NotBoundException
is thrown if an attempt
is made to lookup or unbind in the registry a name that has
no associated binding.NotBoundException
with no
specified detail message.
NotBoundException
with the specified
detail message.
null
in a
case where an object is required. NullPointerException
with no detail message.
NullPointerException
with the specified
detail message.
Number
is the superclass of classes
BigDecimal
, BigInteger
,
Byte
, Double
, Float
,
Integer
, Long
, and Short
.
NumberFormat
is the abstract base class for all number
formats. AttributedCharacterIterator
returned
from NumberFormat.formatToCharacterIterator
and as
field identifiers in FieldPosition
.NumberFormatException
with no detail message.
NumberFormatException
with the
specified detail message.
NumberFormatter
subclasses InternationalFormatter
adding special behavior for numbers. NumberFormatter
with the a default
NumberFormat
instance obtained from
NumberFormat.getNumberInstance()
.
NumericShaper
class is used to convert Latin-1 (European)
digits to other Unicode decimal digits. Font
, as passed to the
constructor.
null
.
Preferences.name()
.
nm
string to the corresponding
entity type.
PortableRemoteObject.narrow(java.lang.Object, java.lang.Class)
.
newAlign
is the property that determines
how each row distributes empty space for the Java 2 platform,
v1.2 and greater.
newCall
, invoke
, and done
), a
stub uses a single method, invoke(Remote, Method, Object[],
int)
, on the remote reference to carry out parameter
marshalling, remote method executing and unmarshalling of the return
value.
1.2 stubs are generated using rmic -v1.2
. By
default, rmic
generates stubs compatible with JDK1.1 and
the Java 2 SDK. The compatible stubs can also be generated using
rmic -vcompat
.
fireTableChanged
.
newEventsOnly
will be true if the event is
one of the event types enabled for the component.
false
.
Constructor
object to
create and initialize a new instance of the constructor's
declaring class, with the specified initialization parameters.
newInstance
method in order to recreate in that group an object with the
activation identifier, id
, and descriptor,
desc
.
DTMManager
.
SAXParser
using the currently
configured factory parameters.
writeLineSeparator
instead of
tempChars.
ColorModel
with which to
replace origmodel
when the user calls
substituteColorModel
.
boolean
value from this random number generator's
sequence.
false
that occurs on or after the specified starting index.
double
value between 0.0
and
1.0
from this random number generator's sequence.
nextToken
method,
except that its declared return value is Object
rather than
String
.
float
value between 0.0
and 1.0
from this random
number generator's sequence.
double
value with mean 0.0
and standard
deviation 1.0
from this random number generator's sequence.
BufferUnderflowException
if it is not smaller than the limit, and then
increments the position.
int
value from this random number generator's sequence.
long
value from this random number generator's sequence.
TreeWalker
to the next visible node in document
order relative to the current node, and returns the new node.
BufferOverflowException
if it is not smaller than the limit, and then
increments the position.
true
that occurs on or after the specified starting index.
stamp[]
, an internal array.
Action
for moving the caret to the
beginning of the next word.
Preferences.node(String)
.
Preferences.nodeExists(String)
.
actionPerformed
on action
if
action
is enabled (and non null).
hasChanged
method, then notify all of its observers
and then call the clearChanged
method to
indicate that this object has no longer changed.
hasChanged
method, then notify all of its observers
and then call the clearChanged
method to indicate
that this object has no longer changed.
JFormattedTextField.AbstractFormatter
to use if the value
is null.
NULL
and non-NULL
values being
NULL
.
NULL
values are sorted at the end regardless of
sort order.
NULL
values are sorted at the start regardless
of sort order.
NULL
values are sorted high.
NULL
values are sorted low.
ComponentSampleModel
.
ComponentSampleModel
.
currWriter
.
DateFormat
uses to format numbers
in dates and times.
MONTH
field indicating the
tenth month of the year.
showConfirmDialog
.
SidesType
instance to use for specifying that
consecutive job pages should be printed upon the same side of
consecutive media sheets.
JFileChooser
supports an
"Open" file operation.
option
.
optionType
.
getObject
and setObject
.
Rectangle2D
.
Rectangle2D
.
Rectangle2D
.
Rectangle2D
.
int
used by updateCurrentCursor()
indicating that the Cursor
is
over a DropTarget
.
ObjID
is used to identify a remote object exported
to an RMI runtime. Object
is the root of the class hierarchy.
Observer
interface when it
wants to be informed of changes in observable objects.OpenType
interface represents OpenType and
TrueType fonts. OutOfMemoryError
with no detail message.
OutOfMemoryError
with the specified
detail message.
charset
. null
if the character is not a
member of a defined block.
Field
constant that corresponds to
the Calendar
constant calendarField
.
URLConnection
object that represents a
connection to the remote object referred to by the URL
.
URL
argument.
URL
and returns an
InputStream
for reading from that connection.
JOptionPane
that the receiver is providing the
look and feel for.
DEFAULT_OPTION
,
YES_NO_OPTION
,
YES_NO_CANCEL_OPTION
or
OK_CANCEL_OPTION
.
low <= c <= high
are "ordinary" in this tokenizer.
Scrollbar
's orientation--being either horizontal
or vertical.
ColorModel
to be replaced by
newmodel
when the user calls
substituteColorModel
.
PrintWriter
.
Rectangle
.
Rectangle2D
.
Rectangle2D
.
Rectangle2D
.
Point2D
lies with
respect to this Rectangle2D
.
byte
array initialized with a size of
ReplicateScaleFilter.destWidth
and used to deliver a row of pixel
data to the ImageConsumer
.
output
after converting
string
to a char[].
processInputMethodEvent
has been overriden.
ResultSet
object,
the result set's own updates are visible.
ComponentOrientation
property.
ComponentOrienation
.
Printable.print(Graphics, PageFormat, int)
to signify that the requested page was rendered.
ComponentOrienation
.
HIERARCHY_CHANGED
event
was generated by a reparenting operation.
sPendingImageIcon
.
double
value that is closer than any other to
pi, the ratio of the circumference of a circle to its
diameter.
double
value that is closer than any other to
pi, the ratio of the circumference of a circle to its
diameter.
AM_PM
field indicating the
period of the day from noon to just before midnight.
double
.
float
.
DestinationType
instance to use for
specifying print to printer.
PRIOR
, the
contents of the back buffer are the prior contents of the front buffer
(a true page flip).
int
value representing the private
modifier.
ProcessingInstruction
.
int
value representing the protected
modifier.
int
value representing the public
modifier.
Package
objects contain version information
about the implementation and specification of a Java package.
PackedColorModel
class is an abstract
ColorModel
class that works with pixel values which represent
color and alpha information as separate samples and which pack all
samples for a single pixel into a single int, short, or byte quantity.
PackedColorModel
from a color mask array,
which specifies which bits in an int
pixel representation
contain each of the color samples, and an alpha mask.
PackedColorModel
from the specified
masks which indicate which bits in an int
pixel
representation contain the alpha, red, green and blue color samples.
PageFormat
class describes the size and
orientation of a page to be printed.PageFormat
.
Pageable
implementation represents a set of
pages to be printed. Paint
interface defines how color patterns
can be generated for Graphics2D
operations. PaintContext
interface defines the encapsulated
and optimized environment to generate color patterns in device
space for fill or stroke operations on a
Graphics2D
. PaintEvent
object with the specified
source component and type.
Panel
is the simplest container class. Panel
class. Paper
class describes the physical characteristics of
a piece of paper.
ParagraphView
for the given element.
ParameterBlock
encapsulates all the information about sources and
parameters (Objects) required by a RenderableImageOp, or other
classes that process images.
ParameterBlock
with a given Vector
of sources.
ParameterBlock
with a given Vector of sources and
Vector of parameters.
PreparedStatement
object.ParsePosition
is a simple class used by Format
and its subclasses to keep track of the current position during parsing.
PasswordAuthentication
object from the given
user name and password.
PathIterator
interface provides the mechanism
for objects that implement the Shape
interface to return the geometry of their boundary by allowing
a caller to retrieve the path of that boundary a segment at a
time. Pipe
. Pipe
. PipedInputStream
so
that it is connected to the piped output
stream src
.
PipedInputStream
so
that it is not yet connected.
PipedReader
so
that it is connected to the piped writer
src
.
PipedReader
so
that it is not yet connected.
Point
object.
Point2D
class defines a point representing a location
in (x, y) coordinate space.
Double
class defines a point specified in
double
precision.Point2D
with
coordinates (0, 0).
Point2D
with the
specified coordinates.
Float
class defines a point specified in float
precision.Point2D
with
coordinates (0, 0).
Point2D
with
the specified coordinates.
Polygon
class encapsulates a description of a
closed, two-dimensional region within a coordinate space. Polygon
from the specified
parameters.
Component
to the user, typically
on top of all the other Component
s in a particular containment
hierarchy. Popup
for the Component owner
containing the Component contents
.
Popup
.
PopupFactory
, as the name implies, is used to obtain
instances of Popup
s. Popup
.PortUnreachableException
with a
detail message.
PortUnreachableException
with no
detailed message.
exportObject(this)
.
PortableRemoteObject
.
PreferenceChangeEvent
instance.
PrintStream
adds functionality to another output stream,
namely the ability to print representations of various data values
conveniently. Printable
interface is implemented
by the print
methods of the current
page painter, which is called by the printing
system to render a page. PrinterAbortException
class is a subclass of
PrinterException
and is used to indicate that a user
or application has terminated the print job while it was in
the process of printing.PrinterAbortException
with no
detail message.
PrinterAbortException
with
the specified detail message.
PrinterException
class and its subclasses are used
to indicate that an exceptional condition has occurred in the print
system.PrinterException
object
without a detail message.
PrinterException
object
with the specified detail message.
PrinterGraphics
interface is implemented by
Graphics
objects that are passed to
Printable
objects to render a page. PrinterIOException
class is a subclass of
PrinterException
and is used to indicate that an IO error
of some sort has occurred while printing.
PrinterIOException
with the string representation of the specified
IOException
.
PrinterJob
class is the principal class that controls
printing. PrinterJob
object should be created using the
static getPrinterJob
method.
Runtime.exec
methods create a native process and
return an instance of a subclass of Process
that can
be used to control the process and obtain information about it.
Properties
class represents a persistent set of
properties. PropertyResourceBundle
is a concrete subclass of
ResourceBundle
that manages resources for a locale
using a set of static strings from a property file. ProtocolException
with the
specified detail message.
ProtocolException
with no detail message.
Proxy
provides static methods for creating dynamic proxy
classes and instances, and it is also the superclass of all
dynamic proxy classes created by those methods.
Proxy
instance from a subclass
(typically, a dynamic proxy class) with the specified value
for its invocation handler.
PushbackInputStream
adds
functionality to another input stream, namely
the ability to "push back" or "unread"
one byte. PushbackInputStream
with a pushback buffer of the specified size
,
and saves its argument, the input stream
in
, for later use.
PushbackInputStream
and saves its argument, the input stream
in
, for later use.
Choice
.
JInternalFrame
to be laid out at their preferred size.
Popup
to be sized to fit the preferred size
of the Component
it contains.
LoaderHandler
implementation.
PageFormat
instance.
backingStore
is enabled,
either paint the image through the backing store or paint
just the recently exposed part, using the backing store
to "blit" the remainder.
table
instance
that was set in installUI().
paint
method on each UI handled by this object.
paint
method on each UI handled by this object.
paint
method on each UI handled by this object.
paint
method on each UI handled by this object.
paint
method on each UI handled by this object.
paint
method on each UI handled by this object.
paint
method on each UI handled by this object.
paint
method on each UI handled by this object.
paint
method on each UI handled by this object.
paint
method on each UI handled by this object.
paint
method on each UI handled by this object.
paint
method on each UI handled by this object.
paint
method on each UI handled by this object.
paint
method on each UI handled by this object.
paint
method on each UI handled by this object.
paint
method on each UI handled by this object.
paint
method on each UI handled by this object.
paint
method on each UI handled by this object.
paint
method on each UI handled by this object.
paint
method on each UI handled by this object.
paint
method on each UI handled by this object.
paint
method on each UI handled by this object.
paint
method on each UI handled by this object.
paint
method on each UI handled by this object.
paint
method on each UI handled by this object.
paint
method on each UI handled by this object.
paint
method on each UI handled by this object.
paint
method on each UI handled by this object.
paint
method on each UI handled by this object.
paint
method on each UI handled by this object.
BoxView
using the given
rendering surface and area
on that surface.
Container.paint
to paint the node's
icon and use the selection color for the background.
BorderPainted
property is true and the button has a border.
BorderPainted
property is true.
borderPainted
property is true
.
borderPainted
property is true
.
borderPainted
property
is true
.
finishedPaintingChildren
after super has been messaged, as well as painting the border.
null
.
c
on an arbitrary graphics
g
in the
specified rectangle, specifying the rectangle's upper left corner
and size.
c
on an arbitrary graphics
g
in the specified rectangle, specifying a Rectangle object.
blitPaint
can not blit.
_paintImmediately
.
Event
.
Button
.
Checkbox
.
CheckBoxMenuItem
.
Choice
menu.
Container
.
Event
class is obsolete and is
available only for backwards compatilibility.
FileDialog
window.
Frame
.
Label
.
Menu
.
MenuComponent
.
MenuItem
.
ScrollPane
.
Scrollbar
.
TextArea
.
TextComponent
.
TextField
.
AbstractButton
.
JButton
.
JColorChooser
.
JComboBox
.
JComponent
.
JDesktopPane
.
JDialog
.
JEditorPane
.
JFileChooser
.
JFrame
.
JInternalFrame
.
JList
.
JMenu
.
JMenuBar
.
JMenuItem
.
JOptionPane
.
JPasswordField
.
JPopupMenu
.
JProgressBar
.
JRadioButtonMenuItem
.
JRootPane
.
JScrollPane
.
JSeparator
.
JSplitPane
.
JTabbedPane
.
JTextField
.
JTextPane
.
JToolBar
.
JToolTip
.
JTree
.
JViewport
.
JWindow
.
JTableHeader
.
JTextComponent
.
NULL
values.
NULL
values.
Preferences.parent()
.
Number
.
Date
.
DateFormat.parse(String s)
.
byte
.
byte
in the
radix specified by the second argument.
double
initialized to the value
represented by the specified String
, as performed
by the valueOf
method of class
Double
.
float
initialized to the value
represented by the specified String
, as performed
by the valueOf
method of class Float
.
extraChar
is encountered,
returning the ending token, which will be IDENTIFIER if extraChar
is found.
long
in the
radix specified by the second argument.
long
.
Date
.
Number
.
rgb(r, g, b)
where
each of the Color components is either an integer, or a floating number
with a % after indicating a percentage value of 255.
short
.
short
in
the radix specified by the second argument.
value
, placing the
result in attr
.
value
, placing the
result in attr
.
value
, placing the result in attr
.
URL
into a
URL
object.
child
.
ancestor
to this node.
EventQueue
without removing it.
GlyphVector
.
DataFlavor.getReaderForText(
Transferable)
instead of Transferable.
getTransferData(DataFlavor.plainTextFlavor)
.
Action
that is passed into
it and, if needed, fires the Action
's
actionPerformed
method.
Font
in float
.
EventQueue
.
pattern
begins within the BLOB
value that this Blob
object represents.
BLOB
value
designated by this Blob
object at which
pattern
begins.
searchstr
appears in the SQL CLOB
value
represented by this Clob
object.
Clob
object searchstr
appears in this
Clob
object.
ActionListener
objects.
undoableEditHappened
in all listeners.
EventQueue
.
dispatchEvent
.
dispatchEvent(AWTEvent)
.
EventQueue
.
dispatchKeyEvent
.
dispatchKeyEvent
.
AffineTransform
Tx
to
this AffineTransform
Cx
in a less commonly used way such that Tx
modifies the
coordinate transformation relative to the absolute pixel
space rather than relative to the existing user space.
preConcatenateTransform(AffineTransform)
.
target
container using this layout manager, based on the components
in the container.
parent
container using this grid bag layout.
ScrollPane
is the size of the insets,
plus the preferred size of the viewport, plus the preferred size of
the visible headers, plus the preferred size of the scrollbars
that will appear given the current view and the current
scrollbar displayPolicies.
getPreferredSize()
.
getPreferredSize()
.
getPreferredSize(int)
.
getPreferredSize()
.
getPreferredSize(int, int)
.
getPreferredSize()
.
getPreferredSize(int)
.
getPreferredSize()
.
Scrollable
interface to determine the initial visible area.
CallableStatement
object for calling
database stored procedures.
CallableStatement
object that will generate
ResultSet
objects with the given type and concurrency.
CallableStatement
object that will generate
ResultSet
objects with the given type and concurrency.
row
, column
.
tree
instance variable has been
set, but before any defaults/listeners have been installed.
row
, column
.
PreparedStatement
object for sending
parameterized SQL statements to the database.
PreparedStatement
object that will generate
ResultSet
objects with the given type and concurrency.
PreparedStatement
object that will generate
ResultSet
objects with the given type, concurrency,
and holdability.
PreparedStatement
object that has
the capability to retrieve auto-generated keys.
PreparedStatement
object capable
of returning the auto-generated keys designated by the given array.
PreparedStatement
object capable
of returning the auto-generated keys designated by the given array.
ResultSet
object.
DTMIterator
backwards in the set.
Action
for moving the caret to the
beginning of the previous word.
Graphics
context in the specified
format.
Pageable
interface.
NULL
values are not allowed.
NULL
values are allowed.
NULL
values are allowed
is unknown.
ActionListener
objects.
ActionListener
objects.
ActionListener
objects.
ActionListener
objects.
AdjustmentListener
objects.
ComponentListener
objects.
dragDropEnd
on the
DragSourceListener
s registered with this
DragSource
, and passes them the specified
DragSourceDropEvent
.
dragEnter
on the
DragSourceListener
s registered with this
DragSource
, and passes them the specified
DragSourceDragEvent
.
dragExit
on the
DragSourceListener
s registered with this
DragSource
, and passes them the specified
DragSourceEvent
.
dragMouseMoved
on the
DragSourceMotionListener
s registered with this
DragSource
, and passes them the specified
DragSourceDragEvent
.
dragOver
on the
DragSourceListener
s registered with this
DragSource
, and passes them the specified
DragSourceDragEvent
.
dropActionChanged
on the
DragSourceListener
s registered with this
DragSource
, and passes them the specified
DragSourceDragEvent
.
FocusListener
objects.
FocusEvent.FOCUS_GAINED
or
FocusEvent.FOCUS_LOST
.
HyperlinkEvents
that
are generated by documents in an HTML frame.
HierarchyBoundsListener
objects.
HierarchyListener
objects.
InputMethodListener
objects.
InputMethodEvent.INPUT_METHOD_TEXT_CHANGED
or
InputMethodEvent.CARET_POSITION_CHANGED
.
ItemListener
objects.
ItemListener
objects.
Choice
menu by dispatching them to any registered
ItemListener
objects.
ItemListener
objects.
ks
as the result
of the KeyEvent
e
.
KeyEvent
that was not consumed by the FocusManager
,
KeyListeners
, or the component.
Component
associated with
event
.
KeyListener
objects.
KeyEvent
s, looking for the Tab key.
processKeyEvent
to process events.
MenuElement
-- does nothing.
MenuSelectionManager
and changes the menu selection,
if necessary, by using MenuSelectionManager
's API.
MenuElement
interface, but it not implemented.
MouseListener
objects.
MenuElement
-- does nothing.
MenuSelectionManager
and changes the menu
selection, if necessary, by using the
MenuSelectionManager
's API.
MenuElement
interface, but it not implemented.
MouseMotionListener
objects.
MouseWheelListener
objects.
ScrollPane
by scrolling an appropriate amount.
TextListener
objects.
defaultCloseOperation
property.
WindowStateListener
objects.
JFormattedTextField
PropertyChangeListener
.
e
equals the
optionPane and is one of the ICON_PROPERTY, MESSAGE_PROPERTY,
OPTIONS_PROPERTY or INITIAL_VALUE_PROPERTY,
validateComponent is invoked.
JSplitPane
the receiver is
contained in.
PropertyChangeListener
that's added to the
JSpinner
itself.
JTextField
that has focus.
JTextField
that has focus.
Point2D
to this line.
Point2D
to this line.
Point2D
to this line
segment.
Point2D
to
this line segment.
publicId
returns the public identifier of the current
context node.
publicId
returns the public identifier of the node passed as
argument.
EventQueue
with the specified one.
nextToken
method of this
tokenizer to return the current value in the ttype
field, and not to modify the value in the nval
or
sval
field.
key
to the specified
value
in this RenderingHints
object.
key
to the specified
value
in this dictionary.
key
to the specified
value
in this hashtable.
Preferences.put(String,String)
.
key
to action
.
keyStroke
to actionMapKey
.
keyStroke
to actionMapKey
.
key
to value
for all locales.
key
to the specified
value
in this hashtable.
Map
to this RenderingHints
.
Preferences.putBoolean(String,boolean)
.
Preferences.putByteArray(String,byte[])
.
e1
of component c1
to
edge e2
of component c2
,
with a fixed distance between the edges.
e1
of component c1
to
edge e2
of component c2
.
PropertyChangeEvent
.
Preferences.putDouble(String,double)
.
Preferences.putFloat(String,float)
.
Preferences.putInt(String,int)
.
Preferences.putLong(String,long)
.
Value
associated with the specified key.
QuadCurve2D
class defines a quadratic parametric curve
segment in (x, y) coordinate space.
double
coordinates.QuadCurve2D
with
coordinates (0, 0, 0, 0, 0, 0).
QuadCurve2D
from the
specified coordinates.
float
coordinates.QuadCurve2D
with
coordinates (0, 0, 0, 0, 0, 0).
QuadCurve2D
from the
specified coordinates.
DefaultSelectionType
instance to use for
specifying that a range of pages of the job should be printed.
REAL
.
REF
.
ObjID
of the registry.
gridwidth
, gridheight
),
or that this component be placed next to the previously added
component (gridx
, gridy
).
CoderResult
object or by throwing a CharacterCodingException
, whichever is appropriate for the method
implementing the coding process.
JFormattedTextField
.
Component
to the right of the other
Component
.
getAlignmentX
.
RMIClassLoader
comprises static methods to support
dynamic class loading with RMI. RMIClassLoaderSpi
is the service provider interface for
RMIClassLoader
.
RMIClientSocketFactory
instance is used by the RMI runtime
in order to obtain client sockets for RMI calls. RMIFailureHandler
can be registered via the
RMISocketFactory.setFailureHandler
call. SecurityException
instead.
Application code should never directly reference this class, and
RMISecurityManager
no longer throws this subclass of
java.lang.SecurityException
.RMISecurityManager
provides an example security manager for
use by RMI applications that use downloaded code. RMISecurityManager
.
RMIServerSocketFactory
instance is used by the RMI runtime
in order to obtain server sockets for RMI calls. RMISocketFactory
instance is used by the RMI runtime
in order to obtain client and server sockets for RMI calls. RMISocketFactory
.
rootVisible
.
rowHeight
.
StyledDocument
(the target).
target
ivar of the
containing RTFReader.long
seed:
public Random(long seed) { setSeed(seed); }
Used by method next to hold
the state of the pseudorandom number generator.
File
argument.
RasterFormatException
is thrown if there is
invalid layout information in the Raster
.RasterFormatException
with the
specified message.
Rectangle
specifies an area in a coordinate space that is
enclosed by the Rectangle
object's top-left point
(x, y)
in the coordinate space, its width, and its height.
Rectangle
whose top-left corner
is at (0, 0) in the coordinate space, and whose width and
height are both zero.
Rectangle
, initialized to match
the values of the specified Rectangle
.
Rectangle
whose top-left corner is
specified as
(x
, y
) and whose width and height
are specified by the arguments of the same name.
Rectangle
whose top-left corner
is at (0, 0) in the coordinate space, and whose width and
height are specified by the arguments of the same name.
Rectangle
whose top-left corner is
specified by the Point
argument, and
whose width and height are specified by the
Dimension
argument.
Rectangle
whose top-left corner is the
specified Point
, and whose width and height are both zero.
Rectangle
whose top left corner is
(0, 0) and whose width and height are specified
by the Dimension
argument.
Rectangle2D
class describes a rectangle
defined by a location (x, y) and dimension
(w x h).
Double
class defines a rectangle specified in
double coordinates.Rectangle2D
, initialized to
location (0, 0) and size (0, 0).
Rectangle2D
from the specified double coordinates.
Float
class defines a rectangle specified in float
coordinates.Rectangle2D
, initialized to
location (0.0, 0.0) and size (0.0, 0.0).
Rectangle2D
from the specified float coordinates.
RectangularShape
is the base class for a number of
Shape
objects whose geometry is defined by a rectangular frame.
getRedoPresentationName
;
as of Java 2 platform v1.3.1 this field is no longer used.
REF
value, which is a reference to an SQL structured type value in the database.
Registry
is a remote interface to a simple remote
object registry that provides methods for storing and retrieving
remote object references bound with arbitrary string names. Remote
interface serves to identify interfaces whose
methods may be invoked from a non-local virtual machine. RemoteException
is the common superclass for a number of
communication-related exceptions that may occur during the execution of a
remote method call. RemoteException
with no specified
detail message.
RemoteException
with the specified
detail message.
RemoteException
with the specified
detail message and nested exception.
RemoteObject
class implements the
java.lang.Object
behavior for remote objects.
RemoteRef
represents the handle for a remote object. RemoteServer
class is the common superclass to server
implementations and provides the framework to support a wide range
of remote reference semantics. RemoteServer
.
RemoteServer
with the given reference type.
RemoteStub
class is the common superclass to client
stubs and provides the framework to support a wide range of remote
reference semantics. RemoteStub
.
RemoteStub
, with the specified remote
reference.
RenderingHints
class contains rendering hints that can
be used by the Graphics2D
class, and classes that
implement BufferedImageOp
and
Raster
.ResultSet
object.
RoundRectangle2D
class defines a rectangle with
rounded corners defined by a location (x, y), a
dimension (w x h), and the width and height of an arc
with which to round the corners.
Double
class defines a rectangle with rounded
corners all specified in double
coordinates.RoundRectangle2D
, initialized to
location (0.0, 0), size (0.0, 0.0), and corner arcs
of radius 0.0.
RoundRectangle2D
from the specified coordinates.
Float
class defines a rectangle with rounded
corners all specified in float
coordinates.RoundRectangle2D
, initialized to
location (0.0, 0), size (0.0, 0.0), and corner arcs
of radius 0.0.
RoundRectangle2D
from the specified coordinates.
Event
object generated when an event occurs to a
RowSet
object. RowSetEvent
object initialized with the
given RowSet
object.
RowSet
object implements in order to
present itself to a RowSetReader
or RowSetWriter
object. RowSet
object.
RowSet
object. RowSet
object calls on
to populate itself with rows of data. RowSetWriter
interface,
called a writer. RuleBasedCollator
class is a concrete subclass of
Collator
that provides a simple, data-driven, table
collator. Runnable
interface should be implemented by any
class whose instances are intended to be executed by a thread. Runtime
that allows the application to interface with
the environment in which the application is running. RuntimeException
is the superclass of those
exceptions that can be thrown during the normal operation of the
Java Virtual Machine.
null
as its
detail message.
double
value with a positive sign, greater
than or equal to 0.0
and less than 1.0
.
double
value with a positive sign, greater
than or equal to 0.0
and less than 1.0
.
read
method of InputStream
.
len
bytes of data into an array of bytes
from this input stream.
b
.
len
bytes of data from the contained
input stream into an array of bytes.
b.length
bytes of data from this input
stream into an array of bytes.
len
bytes of data from this input stream
into an array of bytes.
byte.length
bytes of data from this
input stream into an array of bytes.
len
bytes of data from this input stream
into an array of bytes.
b
.
len
bytes of data from the input stream into
an array of bytes.
len
bytes of data from this input stream
into an array of bytes.
len
bytes of data from this piped input
stream into an array of bytes.
len
characters of data from this piped
stream into an array of characters.
len
bytes of data from this input stream into
an array of bytes.
len
bytes of data from this file into an
array of bytes.
b.length
bytes of data from this file
into an array of bytes.
len
bytes of data from this input stream
into an array of bytes.
len
bytes of data from this input stream
into an array of bytes.
ObjID
instance by
unmarshalling a binary representation from an
ObjectInput
instance.
UID
instance by
unmarshalling a binary representation from an
DataInput
instance.
EditorKit
to initiate a
read.
FilterInputStream.read
to update the progress monitor after the read.
FilterInputStream.read
to update the progress monitor after the read.
FilterInputStream.read
to update the progress monitor after the read.
Util.readAny(org.omg.CORBA.portable.InputStream)
.
ARRAY
value from the stream and returns it as an
Array
object in the Java programming language.
writeAttributeSet
.
java.math.BigDecimal
object in the Java programming language.
BLOB
value from the stream and returns it as a
Blob
object in the Java programming language.
true
if that byte is nonzero,
false
if that byte is zero.
readBoolean
method of DataInput
.
boolean
from this file.
boolean
in the Java programming language.
readByte
method of DataInput
.
byte
in the Java programming language.
char
and returns the char
value.
readChar
method of DataInput
.
CLOB
value from the stream and returns it as a
Clob
object in the Java programming language.
RowSet
object.
java.sql.Date
object.
double
value.
readDouble
method of DataInput
.
double
from this file.
double
in the Java programming language.
DataFlavor
from a Serialized state.
float
value.
readFloat
method of DataInput
.
float
from this file.
float
in the Java programming language.
b
.
len
bytes from
an input stream.
readFully
method of DataInput
.
readFully
method of DataInput
.
b.length
bytes from this file into the byte
array, starting at the current file pointer.
len
bytes from this file into the byte
array, starting at the current file pointer.
int
value.
readInt
method of DataInput
.
int
in the Java programming language.
BufferedReader.readLine()
method. Programs that use the
DataInputStream
class to read lines can be converted to use
the BufferedReader
class by replacing code of the form:
with:DataInputStream d = new DataInputStream(in);
BufferedReader d = new BufferedReader(new InputStreamReader(in));
null
if we were given a
null
location stream.
long
value.
readLong
method of DataInput
.
long
in the Java programming language.
ObjectInputStream
and if
it isn't null
adds a listener to
receive action events fired by the button.
ObjectInputStream
and if it
isn't null
adds a listener to receive
item events fired by the Checkbox
.
ObjectInputStream
and if it
isn't null
adds a listener to receive
item events fired by the Choice
item.
ObjectInputStream
and if it isn't
null
adds a listener to receive a variety
of events fired by the component.
Container
from the specified
ObjectInputStream
.
ObjectInputStream
and performs
a backwards compatibility check by converting
either a dir
or a file
equal to an empty string to null
.
ObjectInputStream
.
ObjectInputStream
.
ObjectInputStream
and if it
isn't null
adds a listener to receive
both item events and action events (as specified
by the key stored in the stream) fired by the
List
.
ObjectInputStream
.
ObjectInputStream
.
ObjectInputStream
and if it
isn't null
adds a listener to receive
action events fired by the Menu
Item.
ObjectInputStream
and if
it isn't null
adds a listener to
receive adjustment events fired by the
Scrollbar
.
ObjectInputStream
and an optional
list of listeners to receive various events fired by
the component; also reads a list of
(possibly null
) child windows.
DragGestureEvent
.
DragGestureRecognizer
.
DragSource
.
DragSourceContext
.
DropTarget
.
when
field if it is not present in the
object input stream.
readObject
for custom serialization.
readObject
for custom serialization.
Object
in the Java programming language.
Stub.readObject(java.io.ObjectInputStream)
.
ObjectInputStream
"registerValidation"
callback to update the UI for the entire tree of components
after they've all been read in.
readObject
and writeObject
in
JComponent
for more
information about serialization in Swing.
REF
value from the stream and returns it as a
Ref
object in the Java programming language.
AWTKeyStroke
(or a subclass of
AWTKeyStroke
) which is equal to this instance.
short
value.
readShort
method of DataInput
.
short
in the Java programming language.
String
in the Java programming language.
stopChar
is encountered, escaping characters
as necessary.
java.sql.Time
object.
java.sql.Timestamp
object.
DATALINK
value from the stream and returns it as a
java.net.URL
object in the Java programming language.
readUTF
method of DataInput
.
in
a representation
of a Unicode character string encoded in
Java modified UTF-8 format; this string
of characters is then returned as a String
.
int
, and returns
the result, which is therefore in the range
0
through 255
.
readUnsignedByte
method of DataInput
.
int
value in the range 0
through 65535
.
readUnsignedShort
method of DataInput
.
name
in
this registry with the supplied remote reference.
toDuplicate
.
HeavyWeightPopup
.
popup
.
popup
.
CannotRedoException
if canRedo
returns false.
redo
to all contained
UndoableEdit
s in the order in
which they were added.
UndoManager
is inProgress
,
redoes the last significant UndoableEdit
at
indexOfNextAdd
or after, and all insignificant
edits up to it.
c
isn't a descendant of a component we've already
seen, then add it to the roots Vector
.
DriverManager
.
type
to
classname
.
type
to
classname
.
getActionMap()
and getInputMap()
for
similiar behavior.
getActionMap()
and getInputMap()
for
similiar behavior.
registerObject
method is used to register an
activation descriptor, desc
, and obtain an
activation identifier for a activatable remote object.
parameterIndex
to the JDBC type
sqlType
.
parameterIndex
to be of JDBC type
sqlType
.
parameterName
to the JDBC type
sqlType
.
parameterName
to be of JDBC type
sqlType
.
AWTKeyStroke
will use when generating new
instances of AWTKeyStroke
s.
Util.registerTarget(javax.rmi.CORBA.Tie, java.rmi.Remote)
.
WHEN_IN_FOCUSED_WINDOW
actions with
the KeyboardManager
.
RegistryHandler
to obtain the registry's
implementation.
RegistryHandler
to obtain the registry's
stub.
dropAction
or the available DataFlavor
types.
Point2D
lies with respect to this line segment.
Savepoint
object from the current
transaction.
sb
to the stack of SearchBuffers that can
be used.
SegmentCache
.
item
from the Choice
menu.
index
,
from this container.
RenderingHints
object.
key
(and its corresponding
value
) from this dictionary.
Preferences.remove(String)
.
key
from this ActionMap
.
key
from this object.
key
from this
InputMap
.
c
from this menu.
component
from the
pane.
Component
at the specified index.
Component
from the
JTabbedPane
.
Viewport
s one lightweight child.
aChild
from this node's child array, giving it a
null parent.
removedFromMapping
to remove all the children.
index
from the receiver.
node
from the receiver.
removedFromMapping
to remove all the children.
ActionListener
from the button.
ActionListener
from the button.
ActionListener
.
ActionListener
from the file chooser.
Timer
.
ScrollPaneAdjustable
.
AdjustmentEvent
from this scroll bar.
tabbedpane
.
listener
so that it will no longer receive
AncestorEvents
.
name
.
index
.
names
.
name
.
LookAndFeel
from the list of auxiliary look and feels.
CellEditorListener
from the listener list.
CellEditorListener
.
ChangeListener
.
ChangeListener
from the button.
ChangeListener
from the button.
ChangeListener
from the progress bar.
ChangeListener
from this spinner.
ChangeListener
from this tabbedpane.
ChangeListener
from the list that's notified each
time the views size, position, or the viewports extent size
has changed.
ChangeListener
from the model's listener list.
listener
as a listener to changes in the model.
ChangeListener
from the model.
modelIndex
.
aColumn
from this JTable
's
array of columns.
column
from the
tableColumns
array.
TableColumn
column
from the
tableColumns
array.
index0
to index1
, inclusive.
PooledConnection
object.
ImageConsumer
object
from the list of consumers currently registered to
receive image data.
path
.
e
.
TreePaths
in
toRemove
that have been expanded.
DragSourceListener
from this
DragSource
.
DragSourceListener
from this DragSourceContext
.
DragSourceMotionListener
from this
DragSource
.
DropTargetListener
(UNICAST SOURCE).
elem
in range
rmOffs0
, rmOffs1
.
e
.
e
when one of the
elements to remove is representing the end character.
SizeSequence
.
index
+
extendedIndex
.
anIndex
This method works only if the JComboBox
uses a
mutable data model.
Choice
menu.
ItemListener
from the button.
ItemListener
from the button.
ItemListener
.
LayoutManager
method does nothing.
MenuDragMouseListener
from the menu item.
MenuKeyListener
from the menu item.
Choice
at the
specified position, but does not invalidate the Choice
.
Preferences.removeNode()
.
Component
undisplayable by destroying it native
screen resource.
TextComponent
's peer.
DropTargetContextPeer
.
JComponent.removeNotify
to check if
this button is currently set as the default button on the
RootPane
, and if so, sets the RootPane
's
default button to null
to ensure the
RootPane
doesn't hold onto an invalid button reference.
JComponent.removeNotify
to unregister this
menu bar with the current keyboard manager.
SystemEventQueueUtils
.
unconfigureEnclosingScrollPane
method.
PopupMenuListener
.
PopupMenu
listener.
PropertyChangeListener
from the listener list.
PropertyChange
listener.
PropertyChangeListener
from the listener list.
PropertyChangeListener
for a specific property.
PropertyChangeListener
from the
listener list.
PropertyChangeListener
from the listener list.
PropertyChangeListener
from the listener list.
PropertyChangeListener
from the listener list.
row
from the model.
index0
to index1
, inclusive.
RowSet
object.
null
implementation that removes nothing.
row
from the current
selection.
null
style previously added to
the document.
ss
from those of the receiver.
index
.
l
is null
, no exception is
thrown and no action is performed.
TreeExpansion
events.
addTreeModelListener
.
TreeSelection
listener.
TreeWillExpand
events.
UndoableEditListener
.
VetoableChangeListener
from the listener list.
true
if and only if
the operation succeeds.
tm
milliseconds.
RepaintManager
.
setViewPosition
if doing a window blit and the viewport is obscured.
modelToView
is safe.
repaint
on the JTree for the passed in TreePath,
path
.
Timer
is started and when it fires, repaint is invoked.
oldChar
in this string with newChar
.
StringBuffer
with characters in the specified String
.
offset
to
offset + length
, and replaces it with text
.
replace
.
rh
is legal, this will
return true, commit the edit (if necessary) and update the cursor
position.
offset
to
offset + length
, and replaces it with
text
.
removeElementsAtEnd
, it removes
count
elements starting at start
from
e
.
UndoableEdit
should replace
anEdit
.
PropertyChangeListener
when the
JSpinner
editor property changes.
newPane
and adds it to the frame.
replaceRange(String, int, int)
.
component
to uiActionMap
.
component
to uiInputMap
.
FocusTraversalPolicy.getDefaultComponent(Container).requestFocus()
JComponent
overrides requestFocus
solely
to make the method public so that UI implementations can cause
temporary focus changes.
JComponent
overrides requestFocusInWindow
solely to make the method public so that UI implementations can cause
temporary focus changes.
ImageConsumer
,
that the ImageProducer
attempt to resend
the image data one more time in TOPDOWNLEFTRIGHT order
so that higher quality conversion algorithms which
depend on receiving pixels in order can be used to
produce a better output version of the image.
required
field is true
if a value must be
supplied for this property
during Driver.connect
and false
otherwise.
rescanCurrentDirectory
method on each UI handled by this object.
Polygon
object to an empty polygon.
Area
and
restores it to an empty area.
reset
method of InputStream
.
count
field of this byte array output
stream to zero, so that all currently accumulated output in the
ouput stream is discarded.
mark
method was last called on this input stream.
mark
method was last called on this input stream.
mark
method was last called on this input stream.
Popup
to an initial state.
Popup
to an initial state.
Popup
to an initial state.
FilterInputStream.reset
to reset the progress monitor as well as the stream.
Component
's
GraphicsConfiguration
back to a default
value.
InputMaps
and ActionMap
.
JSplitPane
layout based on the preferred size
of the children components.
resetToPreferredSizes
method on each UI handled by this object.
value
.
setBounds(int, int, int, int)
.
setBounds(int, int, int, int)
.
setSize(int, int)
.
setSize(Dimension)
.
setSize(int, int)
.
revalidate
followed by repaint
.
setBoundsForFrame
with the new values.
int
representing the three digit HTTP Status-Code.
Timer
,
canceling any pending firings and causing
it to fire with its initial delay.
Thread.suspend()
,
which has been deprecated because it is deadlock-prone.
For more information, see
Why
are Thread.stop, Thread.suspend and Thread.resume Deprecated?.
Thread.suspend()
for details.
double
value that is closest in value
to the argument and is equal to a mathematical integer.
double
value that is closest in value
to the argument and is equal to a mathematical integer.
Connection
object.
Savepoint
object
was set.
JRootPane
providing the look and feel for.
JRootPane
instance that manages the
contentPane
and optional menuBar
for this frame, as well as the
glassPane
.
JRootPane
instance that manages the
content pane
and optional menu bar for this internal frame, as well as the
glass pane.
JRootPane
instance that manages the
contentPane
and optional menuBar
for this frame, as well as the
glassPane
.
add
and setLayout
will cause an exception to be thrown.
true
then calls to add
and setLayout
cause an exception to be thrown.
add
and setLayout
will cause an exception to be thrown.
Graphics2D
Transform
with a rotation transform.
Graphics2D
Transform
with a translated rotation
transform.
int
to the argument.
long
to the argument.
int
to the argument.
long
to the argument.
point
lies in,
or -1 if the result is not in the range
[0, getRowCount()
-1].
RowSet
object
has had a change in one of its rows.
RowSet
object
in the given RowSetEvent
object has changed its entire contents.
List
Component.
TextArea
.
fireTableChanged
.
Runnable
is used
to create a thread, starting the thread causes the object's
run
method to be called in that separately executing
thread.
Runnable
run object, then that
Runnable
object's run
method is called;
otherwise, this method does nothing and returns.
DAY_OF_WEEK
field indicating
Saturday.
JFileChooser
supports a
"Save" file operation.
javax.xml.parsers.SAXParserFactory
. javax.xml.parsers.SAXParser
.ReplicateScaleFilter
class.
scrollbar
system color.
AWTError
reported when one of
the public but unsupported methods is called.
scrollsOnExpand
.
Name
object for Sealed
manifest attribute
used for sealing.
getMouseEventTarget
.
get
and set
indicating the
second within the minute.
DefaultSelectionType
instance to use for
specifying that the current selection should be printed.
selectionValues
.
MultipleDocumentHandlingType
instance to use for specifying
that the job should be divided into separate, collated copies.
MultipleDocumentHandlingType
instance to use for specifying
that the job should be divided into separate, uncollated copies.
MONTH
field indicating the
ninth month of the year.
SQLPermission
constant that allows the
setting of the logging stream.
Cursor.SE_RESIZE_CURSOR
.
getDisplayName()
indicating
a short name, such as "PST."
HIERARCHY_CHANGED
event
was generated due to a change in the showing state
of the hierarchy.
showsRootHandles
.
Nodes
.
Attr
nodes.
CDATASection
nodes.
Comment
nodes.
Document
nodes.
DocumentFragment
nodes.
DocumentType
nodes.
Element
nodes.
Entity
nodes.
EntityReference
nodes.
Notation
nodes.
ProcessingInstruction
nodes.
Text
nodes.
Name
object for Signature-Version
manifest attribute used when signing JAR files.
SMALLINT
.
Name
object for Specification-Title
manifest attribute used for package versioning.
Name
object for Specification-Vendor
manifest attribute used for package versioning.
Name
object for Specification-Version
manifest attribute used for package versioning.
SQLException
object.
SQLException
object with the given reason and
SQLState; the vendorCode
field defaults to 0.
SQLException
object with a reason;
the SQLState
field defaults to null
, and
the vendorCode
field defaults to 0.
SQLException
object;
the reason
field defaults to null,
the SQLState
field defaults to null
, and
the vendorCode
field defaults to 0.
SecurityManager
will check
when code that is running in an applet calls the
DriverManager.setLogWriter
method or the
DriverManager.setLogStream
(deprecated) method.
SQLPermission
object with the specified name.
SQLPermission
object with the specified name.
SQLWarning
object
initialized with the given values.
SQLWarning
object
with the given reason and SQLState;
the vendorCode defaults to 0.
SQLWarning
object
with the given value for a reason; SQLstate defaults to
null
, and vendorCode defaults to 0.
SQLWarning
object.
int
value representing the static
modifier.
int
value representing the strictfp
modifier.
STRUCT
.
StylesheetHandler.getStylesheetType()
returns this value, the current stylesheet
is an imported stylesheet.
StylesheetHandler.getStylesheetType()
returns this value, the current stylesheet
is an included stylesheet.
StylesheetHandler.getStylesheetType()
returns this value, the current stylesheet
is a root stylesheet.
DAY_OF_WEEK
field indicating
Sunday.
Cursor.SW_RESIZE_CURSOR
.
int
value representing the synchronized
modifier.
Cursor.S_RESIZE_CURSOR
.
"Xalan Language
v.r[.dd| Dnn]"
.
Connection.rollback
method. ScrollPane
class. ScrollPane
. ScrollPane
.
JScrollPane
.
ScrollPaneLayout
.Scrollbar
class embodies a scroll bar, a
familiar user-interface object. Scrollbar
class. SecurityException
with no detail message.
SecurityException
with the specified
detail message.
SecurityManager
.
Segment
s to avoid continually creating
and destroying of Segment
s. Selector
.
SelectableChannel
with a
Selector
.
SelectableChannel
objects.
SequenceInputStream
represents
the logical concatenation of other input
streams. SequenceInputStream
by remembering the argument, which must
be an Enumeration
that produces
objects whose run-time type is InputStream
.
SequenceInputStream
by remembering the two arguments, which
will be read in order, first s1
and then s2
, to provide the
bytes to be read from this SequenceInputStream
.
ServerCloneException
is thrown if a remote exception occurs
during the cloning of a UnicastRemoteObject
.
ServerCloneException
with the specified
detail message.
ServerCloneException
with the specified
detail message and nested exception.
ServerError
is thrown as a result of a remote method
invocation when an Error
is thrown while processing
the invocation on the server, either while unmarshalling the arguments,
executing the remote method itself, or marshalling the return value.
ServerError
with the specified
detail message and nested error.
ServerException
is thrown as a result of a remote method
invocation when a RemoteException
is thrown while processing
the invocation on the server, either while unmarshalling the arguments,
executing the remote method itself, or marshalling the return value.
ServerException
with the specified
detail message.
ServerException
with the specified
detail message and nested exception.
ServerNotActiveException
is an Exception
thrown during a call to RemoteServer.getClientHost
if
the getClientHost method is called outside of servicing a remote
method call.ServerNotActiveException
with no specified
detail message.
ServerNotActiveException
with the specified
detail message.
Shape
interface provides definitions for objects
that represent some form of geometric shape. ShapeGraphicAttribute
class is an implementation of
GraphicAttribute
that draws shapes in a TextLayout
.ShapeGraphicAttribute
for the specified
Shape
.
PopupFactory
is per
AppContext
.
Short
class wraps a value of primitive type
short
in an object. Short
object that
represents the specified short
value.
Short
object that
represents the short
value indicated by the
String
parameter.
SimpleDateFormat
is a concrete class for formatting and
parsing dates in a locale-sensitive manner. SimpleDateFormat
using the default pattern and
date format symbols for the default locale.
SimpleDateFormat
using the given pattern and
the default date format symbols for the default locale.
SimpleDateFormat
using the given pattern and
the default date format symbols for the given locale.
SimpleDateFormat
using the given pattern and
date format symbols.
SimpleTimeZone
is a concrete subclass of TimeZone
that represents a time zone for use with a Gregorian calendar.
SizeSequence
object
efficiently maintains an ordered list
of sizes and corresponding positions.
SizeSequence
object
that contains no entries.
SizeSequence
object
that contains the specified number of entries,
all initialized to have size 0.
SizeSequence
object
that contains the specified number of entries,
all initialized to have size value
.
SizeSequence
object
that contains the specified sizes.
SkeletonNotFoundException
with the specified
detail message.
SkeletonNotFoundException
with the specified
detail message and nested exception.
SocketException
with the
specified detail message.
SocketException
with no detail message.
SocketImpl
is a common superclass
of all classes that actually implement sockets. SocketSecurityException
is thrown during remote object
export if the code exporting the remote object (either by construction
or by explicit call to the exportObject
method of
UnicastRemoteObject
or
java.rmi.activation.Activatable
) does not have permission
to create a java.net.ServerSocket
on the port number
specified during remote object export.SocketSecurityException
with the specified
detail message.
SocketSecurityException
with the specified
detail message and nested exception.
SpinnerModel
for sequences of Date
s.
SpinnerDateModel
that represents a sequence of dates
between start
and end
.
SpinnerDateModel
whose initial
value
is the current date, calendarField
is equal to Calendar.DAY_OF_MONTH
, and for which
there are no start
/end
limits.
SpinnerModel
whose
values are defined by an array or a List
.
SpinnerModel
whose sequence of
values is defined by the specified List
.
SpinnerModel
whose sequence of values
is defined by the specified array.
SpinnerListModel
.
SpinnerModel
for sequences of numbers.
SpinnerModel
that represents
a closed sequence of
numbers from minimum
to maximum
.
SpinnerNumberModel
with the specified
value
, minimum
/maximum
bounds,
and stepSize
.
SpinnerNumberModel
with the specified
value
, minimum
/maximum
bounds,
and stepSize
.
SpinnerNumberModel
with no
minimum
or maximum
value,
stepSize
equal to one, and an initial value of zero.
Spring
class holds three properties that
characterize its behavior: the minimum, preferred, and
maximum values. Spring
.
SpringLayout
lays out the children of its associated container
according to a set of constraints.
SpringLayout
.
Constraints
object holds the
constraints that govern the way a component's size and position
change in a container controlled by a SpringLayout
.
Constraints
object.
Constraints
object with the
specified values for its
x
and y
properties.
Constraints
object with the
specified values for its
x
, y
, width
,
and height
properties.
AlphaComposite
object that implements the opaque SRC rule
with an alpha of 1.0f.
AlphaComposite
object that implements the opaque SRC_ATOP rule
with an alpha of 1.0f.
AlphaComposite
object that implements the opaque SRC_IN rule
with an alpha of 1.0f.
AlphaComposite
object that implements the opaque SRC_OUT rule
with an alpha of 1.0f.
AlphaComposite
object that implements the opaque SRC_OVER rule
with an alpha of 1.0f.
Stack
class represents a last-in-first-out
(LIFO) stack of objects. StackOverflowError
with no detail message.
StackOverflowError
with the specified
detail message.
Throwable.getStackTrace()
. StreamTokenizer
class takes an input stream and
parses it into "tokens", allowing the tokens to be
read one at a time. Reader r = new BufferedReader(new InputStreamReader(is)); StreamTokenizer st = new StreamTokenizer(r);
StrictMath
contains methods for performing basic
numeric operations such as the elementary exponential, logarithm,
square root, and trigonometric functions.
String
class represents character strings. String
object so that it
represents an empty character sequence.
String
object so that it
represents the same sequence of characters as the argument; in other
words, the newly created string is a copy of the argument string.
String
so that it represents the
sequence of characters currently contained in the character array
argument.
String
that contains characters from
a subarray of the character array argument.
String
constructors that take a charset name or that use
the platform's default charset.
String
constructors that take a charset name or
that use the platform's default charset.
length
argument.
StringReader
class.StringCharacterIterator
implements the
CharacterIterater
protocol for a String
.
String
methods to indicate that an index
is either negative or greater than the size of the string. StringIndexOutOfBoundsException
with no
detail message.
StringIndexOutOfBoundsException
with
the specified detail message.
StringIndexOutOfBoundsException
class with an argument indicating the illegal index.
Transferable
which implements the capability required
to transfer a String
.
Transferable
capable of transferring
the specified String
.
Stroke
interface allows a
Graphics2D
object to obtain a Shape
that is the
decorated outline, or stylistic representation of the outline,
of the specified Shape
.
Stub
.
StubNotFoundException
is thrown if a valid stub class
could not be found for a remote object when it is exported.
StubNotFoundException
with the specified
detail message and nested exception.
StubNotFoundException
with the specified
detail message and nested exception.
DefaultEditorKit.InsertBreakAction
. System
class contains several useful class fields
and methods. preferenceChanged
on the event displatching
thread.
store(OutputStream out,
String header)
method.
LayoutManager
of the JRootPane
before we
replaced it.
Graphics2D
Transform
with a scaling transformation
Subsequent rendering is resized according to the specified scaling
factors relative to the previous scaling.
scrollRectToVisible()
message to the
JComponent
's parent.
Rectangle
within the view becomes visible.
UL.getRef
method for the URL being displayed).
scrollUnderway
flag is used for components like
JList
.
Choice
menu to be the
item at the specified position.
Choice
menu
to be the item whose name is equal to the specified string.
index
in response to a page up.
TextComponent
.
JTable
supports multiple selections,
and if individual cell selection is enabled.
DataFlavor
from an array of
DataFlavor
s.
attributes
.
selectInitialValue
method on each UI handled by this object.
Option
.
selected
is an array that will contain
the indices of items that have been selected.
Choice
or -1 if nothing is selected.
Action
for moving the caret
to the beginning of the document.
Action
for moving the caret
to the beginning of a line, extending the selection.
Action
for moving the caret
to the beginning of a paragraph, extending the selection.
Action
for moving the caret
to the beginning of a word, extending the selection.
selectionEnd
is the end position of the selected text.
Action
for moving the caret
to the end of a line, extending the selection.
Action
for moving the caret
to the end of a paragraph, extending the selection.
aKey
and the model, returns the row
that should become selected.
ListSelectionModel
of the table, used to keep track of row selections.
Action
for moving the selection to the
beginning of the next word, extending the selection.
Action
for moving the selection to the
beginning of the previous word, extending the selection.
selectionListeners
.
selectionStart
is the start position
of the selected text.
currentSerialVersion
which is bein used.
DecimalFormatSymbols
present on the stream.
NumberFormat
present on the stream.
JobAttributes
to
the same values as the attributes of obj.
Field
object on the
specified object argument to the specified new value.
true
.
true
.
setAccelerator
is not defined for JMenu
.
AcceptAll FileFilter
is used
as an available choice in the choosable filter list.
AccessibleTable
.
AccessibleTable
.
Action
for the ActionEvent
source.
Action
for the ActionEvent
source.
Action
for the ActionEvent
source.
actionCommand
string that gets sent as
part of the event when the button is pressed.
ActionMap
to am
.
desc
for the object with
the activation identifier, id
.
desc
for the object
with the activation group identifier, id
.
true
,
inactive if false
.
allowUserInteraction
field of
this URLConnection
.
stringToValue
throws
a ParseException
).
ApproveButton
in the
FileChooserUI
.
ApproveButton
.
OPEN
, CHORD
, or PIE
.
Array
object.
RowSet
object's command
with the given Array
value.
CLOB
value that this Clob
object represents,
starting at position pos
.
RowSet
object's command
to the given java.io.InputStream
value.
AttributeSet
s that comprise this
MuxingAttributeSet
.
autoCreateColumnsFromModel
flag.
waitForIdle
after generating an event.
autoscrolls
property.
Graphics2D
context.
JComponent.setBackground
to assign
the unselected-background color to the specified color.
ColorUIResource
s to null.
index
to
background
which can be null
, in which case the tab's background color
will default to the background color of the tabbedpane
.
setScrollMode()
.
java.math.BigDecimal
value.
java.math.BigDecimal
value.
RowSet
object's command
to the given java.math.BigDeciaml
value.
BLOB
value that this Blob
object represents.
RowSet
object's command
to the given java.io.InputStream
value.
Blob
object.
RowSet
object's command
with the given Blob
value.
blockIncrementSet
instance variable to true.
boolean
value.
boolean
on the specified object.
boolean
value.
boolean
value.
RowSet
object's command
to the given Java boolean
value.
borderPainted
property.
borderPainted
property, which is
true
if the progress bar should paint its border.
borderPainted
property, which is
true
if the border should be painted.
borderPaintedFlat
property,
which gives a hint to the look and feel as to the
appearance of the check box border.
createNonRolloverBorder
.
createRolloverBorder
.
Rectangle
object.
r
.
Rectangle
object.
Rectangle
of this Rectangle
to match the specified Rectangle
.
Rectangle
of this
Rectangle
to the specified
x
, y
, width
,
and height
.
JComponent
and repaints the damaged areas.
byte
value.
byte
on the specified object.
byte
value.
byte
value.
RowSet
object's command
to the given Java byte
value.
BLOB
value that
this Blob
object represents, starting at position
pos
, and returns the number of bytes written.
byte
array to the
BLOB
value that this Blob
object represents
and returns the number of bytes written.
RowSet
object's command
to the given Java array of byte
values.
nextValue
and previousValue
methods.
TextComponent
.
Connection
object's database
in which to work.
String
.
cellEditor
variable.
TreeCellRenderer
that will be used to
draw each cell.
tcr
.
TableCellRenderer
used by JTable
to draw individual values for this column.
char
value.
char
on the specified object.
ch
.
Reader
object, which is the given number of characters long.
CLOB
value that this Clob
object
represents, at position pos
.
Reader
object, which is the given number of characters long.
RowSet
object's command
to the given java.io.Reader
value.
Graphics.setClip
.
Graphics.setClip
.
Clob
object.
RowSet
object's command
with the given Clob
value.
JInternalFrame
can be closed by
some user action.
true
.
Timer
coalesces multiple pending
ActionEvent
firings.
setColorModel
method
of the ImageConsumer
interface.
RowSet
object to
the given number.
int
.
String
.
newMargin
.
TableColumn
's column margin to
newMargin
.
newModel
and registers
for listener notifications from the new column model.
newModel
and registers
for listener notifications from the new column model.
String
.
index0
to index1
,
inclusive.
String
.
TextField
,
and then invalidate the layout.
RowSet
object's command property to the given
SQL query.
JFormattedTextField
.
component.setDropTarget(droptarget);
or droptarget.setComponent(component);
The Component will receive drops only if it is enabled.
index
to component
.
ComponentOrientation
argument.
Composite
for the Graphics2D
context.
enable
.
enable
.
RowSet
object to the given
concurrency level.
contentAreaFilled
property.
ContentHandlerFactory
of an
application.
contentPane
property.
contentPane
property.
JInternalFrame
's contentPane
property.
contentPane
property for this window.
continuousLayout
property,
which must be true
for the child components
to be continuously
redisplayed and laid out during user intervention.
RepaintManager
if
createImage
is called on the component.
setSelectedCheckbox(Checkbox)
.
Number
.
Number
.
KeyboardFocusManager
instance
for the calling thread's context.
Cursor
of this object.
Component.setCursor(Cursor)
.
Cursor
of this object.
Cursor
.
Cursor
of this object.
String
, which
will be used by subsequent Statement
object
execute
methods.
CubicCurve2D
to the specified double
coordinates.
Point2D
coordinates.
Point2D
objects at the specified
offset in the specified array.
CubicCurve2D
.
double
coordinates.
QuadCurve2D
to the specified double
coordinates.
float
coordinates.
double
coordinates.
QuadCurve2D
to the double
coordinates at
the specified offset in the specified array.
QuadCurve2D
to the specified Point2D
coordinates.
QuadCurve2D
to the coordinates of the
Point2D
objects at the specified offset in
the specified array.
QuadCurve2D
to the same as those in the specified
QuadCurve2D
.
Raster
r
, which is
assumed to be in the same coordinate space as the
BufferedImage
.
DataBuffer
from a primitive array of type
TransferType
.
DataBuffer
from a primitive array of type
TransferType.
RowSet
object to the
given String
.
dataVector
instance variable
with the new Vector of rows, dataVector
.
dataVector
instance
variable with the values in the array dataVector
.
java.sql.Date
value.
java.sql.Date
value,
using the given Calendar
object.
java.sql.Date
value.
java.sql.Date
value,
using the given Calendar
object.
Calendar.set(Calendar.DAY_OF_MONTH, int date)
.
RowSet
object's command
to the given java.sql.Date
value.
RowSet
object's command
with the given java.sql.Date
value.
TimeZone
that is
returned by the getDefault
method.
DropTarget
allowUserInteraction
field for all future
URLConnection
objects to the specified value.
defaultButton
property,
which determines the current default button for this JRootPane
.
defaultCapable
property,
which determines whether this button can be
made the default button for its root pane.
TableColumn
.
JFormattedTextField.AbstractFormatter
to use as
a last resort, eg in case a display, edit or null
JFormattedTextField.AbstractFormatter
has not been
specified.
lightWeightPopupEnabled
property.
JDialog
s
should have their Window decorations (such as borders, widgets to
close the window, title...) provided by the current look
and feel.
JFrame
s
should have their Window decorations (such as borders, widgets to
close the window, title...) provided by the current look
and feel.
TableColumn
.
headerRenderer
is defined by a TableColumn
.
getPageRanges
, or the current selection.
useCaches
field to the
specified value.
PopupMenu
is popped up or down.
Timer
's delay, the number of milliseconds
between successive action events.
JDesktopIcon
associated with this
JInternalFrame
.
DesktopManger
that will handle
desktop-specific UI actions.
JFileChooser
window's
title bar.
setDimensions
method
of the ImageConsumer
interface.
index
to icon
which can be null
.
JFormattedTextField.AbstractFormatter
to use if
the JFormattedTextField
is not being edited and either
the value is not-null, or the value is null and a null formatter has
has not been specified.
JSplitPane
's size.
leftSize
,
and the right component to the remainder of the space.
setDividerLocation
method on each UI handled by this object.
newSize
.
doInput
field for this
URLConnection
to the specified value.
doOutput
field for this
URLConnection
to the specified value.
DocumentFilter
.
double
value.
double
on the specified object.
double
value.
double
value.
RowSet
object's command
to the given Java double
value.
dragEnabled
property,
which must be true
to enable
automatic drag handling (the first part of drag and drop)
on this component.
dragEnabled
property,
which must be true
to enable
automatic drag handling (the first part of drag and drop)
on this component.
dragEnabled
property,
which must be true
to enable
automatic drag handling (the first part of drag and drop)
on this component.
dragEnabled
property,
which must be true
to enable
automatic drag handling (the first part of drag and drop)
on this component.
dragEnabled
property,
which must be true
to enable
automatic drag handling (the first part of drag and drop)
on this component.
dragEnabled
property,
which must be true
to enable
automatic drag handling (the first part of drag and drop)
on this component.
draggedColumn
to aColumn
.
draggedDistance
to distance
.
DropTarget
with this component.
JPasswordField
.
setEchoChar(char)
.
JFormattedTextField.AbstractFormatter
to use if
the code>JFormattedTextField is being edited and either
the value is not-null, or the value is null and a null formatter has
has not been specified.
editValid
property of the
JFormattedTextField
.
JComboBox
field is editable.
TextComponent
should be editable.
editingColumn
variable.
editingRow
variable.
JComboBox
field.
JComponent
that displays the current value
of the SpinnerModel
.
int
.
int
.
int
.
int
.
i
.
double
.
double
.
double
.
double
.
float
.
float
.
float
.
float
.
index
of this
vector to be the specified object.
index
of this
list to be the specified object.
b
.
Action
.
index
is enabled.
Date
s in this sequence.
true
.
RowSet
object on or
off.
JTree
.
path
expanded state to
isExpanded
.
path
expanded state to
isExpanded
.
path
expanded state to
isExpanded
.
expandsSelectedPaths
property.
ResultSet
object will be processed.
ResultSet
objects created using this Statement
object.
ResultSet
object.
JFileChooser
to allow the user to just
select files, just select
directories, or select both files and directories.
JFileChooser
uses for
accessing and creating file system resources, such as finding
the floppy drive and getting a list of root drives.
FlavorMap
associated
with this DropTarget
.
String
native, and creates new mappings to the specified
DataFlavor
s.
float
value.
float
on the specified object.
float
value.
float
value.
RowSet
object's command
to the given Java float
value.
floatable
property,
which must be true
for the user to move the tool bar.
JInternalFrame
s must always be roots of a focus
traversal cycle.
paintFocus
property, which must
be true
for the focus state to be painted.
isFocusableWindow
.
Font
of this object.
Font
of this object.
Font
of this object.
FontUIResource
s to null.
JComponent.setForeground
to assign
the unselected-foreground color to the specified color.
index
to
foreground
which can be
null
, in which case the tab's foreground color
will default to the foreground color of this tabbedpane
.
format
methods or returned from parse
methods.
AbstractFormatter
.
actions
.
AbstractFormatterFactory
.
Ellipse2D
to the specified double
values.
Ellipse2D
to
the specified float
values.
Ellipse2D
to
the specified double
values.
Rectangle2D
to the specified rectangular values.
Shape
to the specified rectangular values.
Shape
to the specified Point2D
and
Dimension2D
, respectively.
Shape
to
be the specified Rectangle2D
.
RoundRectangle2D
to the specified rectangular values.
Shape
based on the specified center point coordinates and corner point
coordinates.
Shape
based on a
specified center Point2D
and corner
Point2D
.
Shape
based on the two specified coordinates.
Shape
based on two specified Point2D
objects.
glassPane
property.
glassPane
property.
JInternalFrame
's
glassPane
property.
Component
to be the glass pane for this
root pane.
glassPane
property.
GlyphVector
.
GlyphVector
.
gridColor
and redisplays.
TableCellRenderer
used to draw the
TableColumn
's header to headerRenderer
.
Object
whose string representation will be
used as the value for the headerRenderer
.
height
property,
which controls the height of a component.
ResultSet
objects
created using this Connection
object to the given
holdability.
Calendar.set(Calendar.HOUR_OF_DAY, int hours)
.
DataFlavor
represents.
index
to icon
which can be
null
.
iconable
property,
which must be true
for the user to be able to
make the JInternalFrame
an icon.
TableColumn
's identifier to
anIdentifier
.
ifModifiedSince
field of
this URLConnection
to the specified value.
Paper
.
indeterminate
property of the progress bar,
which determines whether the progress bar is in determinate
or indeterminate mode.
Timer
's initial delay,
which by default is the same as the between-event delay.
Component
that has the focus when the pane is initially displayed.
InputMap
to use under the condition
condition
to
map
.
LookAndFeelInfos
.
HttpURLConnection
instance.
int
value.
int
on the specified object.
int
value.
int
value.
RowSet
object's command
to the given Java int
value.
rowMargin
and the columnMargin
--
the height and width of the space between cells -- to
intercellSpacing
.
JInternalFrame
with which this
DesktopIcon
is associated.
menuBar
property for this JInternalFrame
.
setText(text)
newLastLocation
.
true
if and only if the
operation succeeds.
layeredPane
property.
layeredPane
property.
JInternalFrame
's
layeredPane
property.
layeredPane
property.
contentPane
should be set instead.
contentPane
should be set instead.
JScrollPane
.
lightWeightPopupEnabled
property, which
provides a hint as to whether or not a lightweight
Component
should be used to contain the
JComboBox
, versus a heavyweight
Component
such as a Panel
or a Window
.
lightWeightPopupEnabled
property,
which by default is true
.
JToolTip
, the
ToolTipManager
chooses to use a lightweight
JPanel
if it fits.
Line2D
to the specified double coordinates.
Line2D
to the specified double coordinates.
Line2D
to the specified float coordinates.
Line2D
to
the specified double coordinates.
Line2D
to
the specified Point2D
coordinates.
Line2D
to
the same as those endpoints of the specified Line2D
.
setUnitIncrement(int)
.
value
to zero.
ListModel
from an array of objects and then
applies setModel
to it.
ListModel
from a Vector
and then
applies setModel
to it.
Rectangle
to the specified location.
Rectangle
to the specified location.
Point2D
to the
specified double
coordinates.
Point2D
to the
specified double
coordinates.
Point2D
to the
specified float
coordinates.
Point2D
to the
specified double
coordinates.
Point2D
to the same
coordinates as the specified Point2D
object.
out
.
PrintWriter
object
that is used by the DriverManager
and all drivers.
ConnectionPoolDataSource
object to the given java.io.PrintWriter
object.
DataSource
object to the given java.io.PrintWriter
object.
XADataSource
object
to the given java.io.PrintWriter
object.
ConnectionPoolDataSource
object will wait
while attempting to connect to a database.
long
value.
long
on the specified object.
long
value.
long
value.
RowSet
object's command
to the given Java long
value.
LookAndFeel
object.
ResultSet
column storing character or binary values to
the given number of bytes.
ResultSet
object can contain to the given number.
RowSet
object can contain to the specified number.
TableColumn
's maximum width to
maxWidth
; also adjusts the width and preferred
width if they are greater than this value.
maximizable
property,
which determines whether the JInternalFrame
can be maximized by
some user action.
n
.
JComboBox
displays.
setJMenuBar(JMenuBar m)
.
setJMenuBar(JMenuBar menu)
.
RowSetMetaData
object as the
RowSetMetaData
object for this RowSet
object.
TableColumn
's minimum width to
minWidth
; also adjusts the current width
and preferred width if they are less than this value.
n
.
Calendar.set(Calendar.MINUTE, int minutes)
.
setMnemonic(int)
to set the mnemonic for a button.
JComboBox
uses to obtain
the list of items.
PropertyChangeListeners
.
JProgressBar
.
newModel
and registers
with it for listener notifications from the new data model.
TreeModel
that will provide the data.
TreeModel
that will provide the data.
TreeModel
that will provide the data.
Calendar.set(Calendar.MONTH, int month)
.
setMultipleMode(boolean)
.
name
.
nodeName
attribute.
namespaceURI
and
localName
.
Timestamp
object's nanos
field
to the given value.
DataFlavor
and all DataFlavor
s equal to the specified
DataFlavor
, and creates new mappings to the
specified String
natives.
NavigationFilter
.
SQLException
object to the end of the chain.
FocusTraversalPolicy
SQLWarning
object to the end of the chain.
NULL
.
NULL
.
NULL
.
NULL
.
RowSet
object's SQL
command to SQL NULL
.
RowSet
object's SQL
command to SQL NULL
.
NULL
.
Ref
object references to the given instance of Object
.
RowSet
object's command
with the given Java Object
.
RowSet
object's command
with a Java Object
.
RowSet
object's command
with a Java Object
.
oneTouchExpandable
property,
which must be true
for the
JSplitPane
to provide a UI widget
on the divider to quickly expand/collapse the divider.
newOrientation
,
which must be JProgressBar.VERTICAL
or
JProgressBar.HORIZONTAL
.
PageFormat
and the Painter
for a
specified page number.
setBlockIncrement()
.
document
for the number of pages and
the PageFormat
and Printable
for each
page held in the Pageable
instance,
document
.
Paint
attribute for the
Graphics2D
context.
Graphics.setPaintMode
.
Paper
object for this
PageFormat
.
ActionMap
's parent.
ComponentInputMap
associated with the same component as this
ComponentInputMap
.
InputMap
's parent.
newParent
but does not
change the parent's child array.
newParent
.
setInnerHTML
,
and setOuterHTML
.
RowSet
object to
the given String
.
DataBuffer
using an int array of
samples for input.
DataBuffer
using an
int
array for input.
setPixels
method of the ImageConsumer
interface which takes
an array of bytes.
setPixels
method of the ImageConsumer
interface which takes
an array of integers.
Dimension
object.
Popup
that should
be created.
setPopupVisible
method on each UI handled by this object.
LineBreakMeasurer
.
position
within its current layer,
where 0 is the topmost position within the layer and -1 is the bottommost
position.
int
.
preferredWidth
.
painter
to render the pages.
painter
to render the pages in the specified
format
.
Properties
argument.
put
.
TransformerImpl
.
fixedCellWidth
and
fixedCellHeight
properties
by configuring the cellRenderer
to index equals
zero for the specified value and then computing the renderer
component's preferred size.
Statement
object to execute to the given number of seconds.
BufferedImage
to the specified
RGB value.
BoundedRangeModel
properties after forcing
the arguments to obey the usual constraints:
minimum <= value <= value+extent <= maximum
At most, one ChangeEvent
is generated.
true
if and only if the operation
succeeds.
RowSet
object is read-only to the
given boolean
.
Rectangle
to the specified
x
, y
, width
,
and height
.
Rectangle2D
to the specified double values.
Rectangle2D
to be the same as the
specified Rectangle2D
.
Rectangle2D
to the specified float values.
Rectangle2D
to the specified double values.
Rectangle2D
to be the same as the
specified Rectangle2D
.
Rectangle2D
to the specified double values.
Rectangle2D
to be the same as the specified
Rectangle2D
.
setRef
method
is not needed since RemoteStub
s can be created with
the RemoteStub(RemoteRef)
constructor.
REF(<structured-type>)
value.
RowSet
object's command
with the given Ref
value.
hints
.
RenderContext
.
flag
is false
,
instructs the Timer
to send only one
action event to its listeners.
JComponent
should get focus.
initialDelay
milliseconds before a tooltip will be
shown.
JInternalFrame
can be resized by some
user action.
resizingColumn
to aColumn
.
rolloverEnabled
property, which
must be true
for rollover effects to occur.
root
.
DTMIterator
, overriding
the value specified when it was created.
rootPane
property.
rootPane
property.
rootPane
property
for this JInternalFrame
.
rootPane
object for this window.
add
and setLayout
will cause an exception to be thrown.
add
and
setLayout
will cause an exception to be thrown.
add
and
setLayout
cause an exception to be thrown.
add
and
setLayout
will cause an exception to be thrown.
TreeModel
is visible.
TreeModel
is visible.
TreeModel
is visible.
RoundRectangle2D
to the
specified double
values.
RoundRectangle2D
to be the same as the
specified RoundRectangle2D
.
RoundRectangle2D
to the
specified float
values.
RoundRectangle2D
to the
specified double
values.
RoundRectangle2D
to be the same as the
specified RoundRectangle2D
.
RoundRectangle2D
to the specified
double
values.
RoundRectangle2D
to be the same as the
specified RoundRectangle2D
.
nextRow
and recursively
updates all the children of the receivers rows.
rowHeight
,
revalidates, and repaints.
row
to rowHeight
,
revalidates, and repaints.
index0
to index1
,
inclusive.
DataBuffer
using an int for input.
DataBuffer
using a float for input.
DataBuffer
using a double for input.
DataBuffer
using an
int
for input.
Savepoint
object that represents it.
Savepoint
object that represents it.
int
.
String
.
scrollsOnExpand
property,
which determines whether the
tree might scroll to show previously hidden children.
Calendar.set(Calendar.SECOND, int seconds)
.
long
seed.
ButtonModel
.
color
.
color
.
JInternalFrame
in this JDesktopPane
.
anIndex
.
selectionModel
for the list to a
non-null
ListSelectionModel
implementation.
newModel
and registers for listener notifications from the new selection model.
TableColumnModel
to newModel
and registers for listener notifications from the new selection
model.
TreeSelectionModel
used to manage the
selection to new LSM.
null
implementation that selects nothing.
AppContext
specific PopupFactory
.
short
value.
short
on the specified object.
short
value.
short
value.
RowSet
object's command
to the given Java short
value.
MenuShortcut
object associated with this
menu item.
showsRootHandles
property,
which specifies whether the node handles should be displayed.
width
and height height
.
d.width
and height d.height
.
Dimension
object to
the specified width and height in double precision.
Dimension
object to the specified size.
Dimension
object
to the specified width and height.
Rectangle
to match the
specified Dimension
.
Rectangle
to the specified
width and height.
Dimension
object to the
specified width and height.
Dimension2D
object to
match the specified size.
Paper
object, which represents the properties of the page onto
which printing occurs.
SizeSequence
object,
using the data in the sizes
argument.
newSizes
.
minimum
, maximum
and
visible
values.
Throwable.getStackTrace()
and printed by Throwable.printStackTrace()
and related methods.
getNextValue
and getPreviousValue
methods.
String
value.
String
to the CLOB
value that this Clob
object designates at the position
pos
.
len
characters of str
, starting
at character offset
, to the CLOB
value
that this Clob
represents.
String
value.
RowSet
object's command
to the given Java String
value.
stringPainted
property,
which determines whether the progress bar
should render a progress string.
Stroke
for the Graphics2D
context.
tableHeader
working with this JTable
to newHeader
.
String
.
Util.registerTarget(javax.rmi.CORBA.Tie, java.rmi.Remote)
to set the target
for this tie.
DropTarget
.
TemplateList
associated with this
StylesheetRoot.
TextComponent
to the specified
content,
which is expected to be in the format of the content type of
this editor.
TextComponent
to the specified text.
java.sql.Time
value.
java.sql.Time
value,
using the given Calendar
object.
Date
object
using the given milliseconds time value.
java.sql.Time
value.
java.sql.Time
value,
using the given Calendar
object.
Time
object using a milliseconds time value.
Timestamp
object to represent a point in time that is
time milliseconds after January 1, 1970 00:00:00 GMT.
RowSet
object's command
to the given java.sql.Time
value.
RowSet
object's command
with the given java.sql.Time
value.
MulticastSocket
in order to control the
scope of the multicasts.
java.sql.Timestamp
value.
java.sql.Timestamp
value,
using the given Calendar
object.
java.sql.Timestamp
value.
java.sql.Timestamp
value,
using the given Calendar
object.
RowSet
object's command
to the given java.sql.Timestamp
value.
RowSet
object's command
with the given java.sql.Timestamp
value.
JInternalFrame
title.
index
to title
which
can be null
.
index
to toolTipText
which can be null
.
Connection
object to the one given.
RowSet
obejct.
transferHandler
property,
which is null
if the component does
not support data transfer operations.
Graphics2D
context.
AffineTransform
object.
RowSet
object to the given type.
TypeMap
object as the type map for
this Connection
object.
java.util.Map
object as the default
type map for this RowSet
object.
JInternalFrame
.
ScrollPaneUI
object that provides the
look and feel (L&F) for this component.
URL
argument to the indicated values.
java.net.URL
object.
java.net.URL
value.
URLStreamHandlerFactory
.
unitIncrementSet
instance variable to true.
RowSet
object will use when it uses the
DriverManager
to create a connection.
useCaches
field of this
URLConnection
to the specified value.
userObject
.
object
.
RowSet
object to the
given String
.
newValue
if newValue
satisfies the model's constraints.
AbstractFormatter
obtained from the current
AbstractFormatterFactory
.
n
.
editor
.
Date
for this sequence.
ChangeListeners
.
editor
part of a JSpinner
.
Spring
to value
.
String
object for the cell being rendered to
value
.
row
and column
.
column
and
row
.
columnIndex
and
rowIndex
to aValue
.
valueIsAdjusting
property.
valueIsAdjusting
property.
valueIsAdjusting
property.
isAdjusting
property to true,
so that a single event will be generated when all of the selection
events have finished (for example, when the mouse is being
dragged over the list in selection mode).
value
, visibleAmount
,
minimum
, and maximum
.
JViewport
's one lightweight child
(view
), which can be null
.
b
.
b
.
JViewport
ancestor, if any.
wantsInput
property.
desktopIcon
are valid.
width
property,
which controls the width of a component.
JTable
, use setPreferredWidth
instead.
JRootPane
should
provide.
x
property,
which controls the x
value
of a component's location.
Graphics.setXORMode
.
y
property,
which controls the y
value
of a component's location.
Calendar.set(Calendar.YEAR, year + 1900)
.
setUI
call.
ParameterBlock
.
ToolTipManager
instance.
PropertyChangeListener
that
createPropertyChangeListener
returns.
char
argument to uppercase using case
mapping information from the SpecialCasing file in the Unicode
specification.
Graphics2D
Transform
with a shearing transform.
Event
class is obsolete and is
available only for backwards compatilibility.
offset
.
Byte
as a
short
.
Double
as a
short
(by casting to a short
).
Float
as a
short
(by casting to a short
).
Integer
as a
short
.
Long
as a
short
.
short
.
Short
as a
short
.
JComponent
or one of its parents.
JComponent
.
CellEditor
to
the delegate
.
realEditor
for the return value.
event
is a MouseEvent
and the click count is 1.
verify(input)
to ensure that the input is valid.
name
, using addLayoutComponent
.
setVisible(boolean)
.
setVisible(boolean)
.
Popup
visible.
optionType
parameter.
optionType
parameter, where the
messageType
parameter determines the icon to display.
optionType
parameter.
showHorizontalLines
is true.
initialSelectionValue
.
parentComponent
.
parentComponent
.
parentComponent
with the dialog having the title
title
and message type messageType
.
optionType
parameter.
optionType
parameter, where
the messageType
parameter determines the icon to display.
optionType
parameter.
parentComponent
.
parentComponent
with the dialog having the title
title
and message type messageType
.
messageType
parameter.
initialValue
parameter and the number of choices is determined by the
optionType
parameter.
messageType
parameter.
initialValue
parameter and
the number of choices is determined by the optionType
parameter.
showVerticalLines
is true.
true
,this glyph absorbs all remaining shrinkage at
this and lower priority levels as it shrinks.
signed
is true
for short
,
float
, and double
transfer types; it
is false
for byte
, ushort
,
and int
transfer types.
getSize()
.
Font
, rounded to integer.
RenderingHints
.
written
,
the number of bytes written to this data output stream so far.
BitSet
to represent bit values.
KeyStroke
bindings.
KeyStroke
bindings.
doLayout()
.
TableColumn
to fit the width of its header cell.
skip
method of InputStream
.
n
bytes of input from this input stream.
n
bytes of data from the
input stream.
n
bytes of data from the
input stream.
n
bytes of data from this input
stream.
n
bytes of data from this
input stream.
n
bytes of data from this
input stream.
n
bytes of input from this input stream.
FilterInputStream.skip
to update the progress monitor after the skip.
n
bytes
of data from the input
stream, discarding the skipped bytes.
skipBytes
method of DataInput
.
n
bytes of input discarding the
skipped bytes.
index
th item in the snapshot collection.
eqn
array and places the non-complex roots back into the same array,
returning the number of roots.
eqn
array and place the non-complex roots into the res
array, returning the number of roots.
eqn
array and places the non-complex roots back into the same array,
returning the number of roots.
eqn
array and places the non-complex roots into the res
array, returning the number of roots.
int
representing
the type(s) of action(s) used
in this Drag and Drop operation.
DnDConstants
that represents the set of
drop actions supported by the drag source for the drag operation associated
with this DragSourceContext.
- sourceClassName -
Variable in class java.util.logging.LogRecord
-
- sourceCursor -
Variable in class java.text.RuleBasedCollator
-
- sourceElement -
Variable in class javax.swing.event.HyperlinkEvent
-
- sourceMethodName -
Variable in class java.util.logging.LogRecord
-
- sourceNode -
Variable in class org.apache.xalan.extensions.XSLProcessorContext
- the current context node.
- sourceTree -
Variable in class org.apache.xalan.extensions.XSLProcessorContext
- The root of the source tree being executed.
- sources -
Variable in class java.awt.image.renderable.ParameterBlock
- A Vector of sources, stored as arbitrary Objects.
- south -
Variable in class java.awt.BorderLayout
- Constant to specify components location to be the
south portion of the border layout.
- south -
Variable in class javax.swing.SpringLayout.Constraints
-
- southPane -
Variable in class javax.swing.plaf.basic.BasicInternalFrameUI
-
- sp -
Variable in class java.awt.ScrollPaneAdjustable
- The
ScrollPane
this object is a scrollbar of.
- spPropertyChangeListener -
Variable in class javax.swing.plaf.basic.BasicScrollPaneUI
-
- space -
Variable in class java.rmi.server.ObjID
-
- space -
Static variable in class java.text.SentenceBreakData
-
- space -
Static variable in class javax.swing.plaf.metal.MetalFileChooserUI
-
- space -
Variable in class javax.swing.text.html.parser.Parser
-
- span -
Variable in class javax.swing.text.AsyncBoxView.ChildState
-
- span -
Variable in class javax.swing.text.html.CSS.LengthValue
- Either the absolute value (percentage == false) or
a percentage value.
- spanSetFromAttributes(int, SizeRequirements, CSS.LengthValue, CSS.LengthValue) -
Static method in class javax.swing.text.html.BlockView
- Adjust the given requirements to the CSS width or height if
it is specified along the applicable axis.
- spans -
Variable in class javax.swing.text.html.TableView.ColumnIterator
-
- spans -
Variable in class javax.swing.text.html.TableView.RowIterator
-
- specTitle -
Variable in class java.lang.Package
-
- specVendor -
Variable in class java.lang.Package
-
- specVersion -
Variable in class java.lang.Package
-
- specialChars -
Variable in class javax.swing.text.NumberFormatter
- The special characters from the Format instance.
- specialFind(int, int) -
Method in class org.apache.xml.dtm.ref.ChunkedIntArray
-
- specialSaveChars -
Static variable in class java.util.Properties
-
- specialsTable -
Variable in class javax.swing.text.rtf.AbstractFilter
- A table indicating which byte values should be interpreted as
characters and which should be treated as formatting codes
- specificity -
Variable in class javax.swing.text.html.StyleSheet.SelectorMapping
- The specificity for this selector.
- specified -
Variable in class org.apache.crimson.parser.AttributesExImpl
-
- specified -
Variable in class org.apache.crimson.tree.AttributeNode
-
- spine -
Variable in class java.io.ObjectOutputStream.HandleTable
-
- spinner -
Variable in class javax.swing.plaf.basic.BasicSpinnerUI.ArrowButtonHandler
-
- spinner -
Variable in class javax.swing.plaf.basic.BasicSpinnerUI
- The spinner that we're a UI delegate for.
- split(String, int) -
Method in class java.lang.String
- Splits this string around matches of the given regular expression.
- split(String) -
Method in class java.lang.String
- Splits this string around matches of the given regular expression.
- split(char[], int[]) -
Static method in class java.net.URI
-
- split(CharSequence, int) -
Method in class java.util.regex.Pattern
- Splits the given input sequence around matches of this pattern.
- split(CharSequence) -
Method in class java.util.regex.Pattern
- Splits the given input sequence around matches of this pattern.
- split(int, int) -
Method in class javax.swing.text.DefaultStyledDocument.ElementBuffer
-
- split(String, String) -
Static method in class org.apache.xalan.lib.ExsltStrings
- The str:split function splits up a string and returns a node set of token
elements, each containing one token from the string.
- split(String) -
Static method in class org.apache.xalan.lib.ExsltStrings
- See above
- splitPane -
Variable in class javax.swing.plaf.basic.BasicSplitPaneDivider
- JSplitPane the receiver is contained in.
- splitPane -
Variable in class javax.swing.plaf.basic.BasicSplitPaneUI
- JSplitPane instance this instance is providing
the look and feel for.
- splitPaneUI -
Variable in class javax.swing.plaf.basic.BasicSplitPaneDivider
- UI this instance was created from.
- splitText(int) -
Method in class org.apache.crimson.tree.TextNode
- DOM: Splits this text node into two, returning the part
beginning at offset.
- splitText(int) -
Method in class org.apache.xml.dtm.ref.DTMNodeProxy
-
- splitText(int) -
Method in class org.apache.xml.utils.UnImplNode
- Unimplemented.
- splitZone(int, int, int) -
Method in class javax.swing.text.ZoneView
- Break up the zone at the given index into pieces
of an acceptable size.
- spread(int, int[]) -
Method in class javax.swing.text.html.FrameSetView
- This method is responsible for returning in span[] the
span for each child view along the major axis.
- sqlStateSQL99 -
Static variable in interface java.sql.DatabaseMetaData
- Indicates that the value is an SQL99 SQLSTATE value.
- sqlStateXOpen -
Static variable in interface java.sql.DatabaseMetaData
- Indicates that the value is an
X/Open (now know as Open Group) SQL CLI SQLSTATE value.
- sqrt(double) -
Static method in class java.lang.Math
- Returns the correctly rounded positive square root of a
double
value.
- sqrt(double) -
Static method in class java.lang.StrictMath
- Returns the correctly rounded positive square root of a
double
value.
- sqrt(double) -
Static method in class org.apache.xalan.lib.ExsltMath
- The math:sqrt function returns the square root of a number.
- square() -
Method in class java.math.BigInteger
- Returns a BigInteger whose value is (this2).
- squareGap -
Variable in class javax.swing.colorchooser.DefaultPreviewPanel
-
- squareSize -
Variable in class javax.swing.colorchooser.DefaultPreviewPanel
-
- squareToLen(int[], int, int[]) -
Static method in class java.math.BigInteger
- Squares the contents of the int array x.
- squareflat -
Variable in class java.awt.geom.FlatteningPathIterator
-
- src -
Variable in class java.awt.geom.FlatteningPathIterator
-
- src -
Variable in class java.awt.image.FilteredImageSource
-
- src -
Static variable in class java.util.jar.JarFile
-
- src -
Variable in class javax.swing.text.html.FrameView
-
- srcHeight -
Variable in class java.awt.image.ReplicateScaleFilter
- The height of the source image.
- srcMaxVals -
Variable in class java.awt.image.ColorConvertOp
-
- srcMinVals -
Variable in class java.awt.image.ColorConvertOp
-
- srcNbits -
Variable in class java.awt.image.RescaleOp
-
- srcRas -
Variable in class java.awt.TexturePaintContext.Any
-
- srcRas -
Variable in class java.awt.TexturePaintContext.Byte
-
- srcRas -
Variable in class java.awt.TexturePaintContext.ByteFilter
-
- srcRas -
Variable in class java.awt.TexturePaintContext.Int
-
- srcWidth -
Variable in class java.awt.image.ReplicateScaleFilter
- The width of the source image.
- srccols -
Variable in class java.awt.image.ReplicateScaleFilter
- An
int
array containing information about a
column of pixels.
- srcrows -
Variable in class java.awt.image.ReplicateScaleFilter
- An
int
array containing information about a
row of pixels.
- srgb2this -
Variable in class java.awt.color.ICC_ColorSpace
-
- ss -
Variable in class java.util.Collections.SynchronizedSortedSet
-
- ss -
Variable in class java.util.Collections.UnmodifiableSortedSet
-
- ss -
Variable in class javax.swing.text.html.StyleSheet.BoxPainter
-
- ssf -
Variable in class java.rmi.server.UnicastRemoteObject
-
- stCache -
Static variable in class java.awt.font.NumericShaper
-
- stack -
Variable in class javax.swing.text.html.parser.Parser
-
- stack -
Variable in class javax.swing.tree.DefaultMutableTreeNode.PathBetweenNodesEnumeration
-
- stack -
Variable in class javax.swing.tree.DefaultMutableTreeNode.PreorderEnumeration
-
- stackContains(Stack, String) -
Method in class org.apache.xalan.processor.StylesheetHandler
- Utility function to see if the stack contains the given URL.
- stackCount -
Variable in class javax.swing.text.html.CSSParser
- Number of valid blocks.
- stackSize -
Variable in class java.lang.Thread
-
- stackTrace -
Variable in class java.lang.Throwable
- The stack trace, as returned by
Throwable.getStackTrace()
.
- stamp -
Variable in class java.util.Calendar
- Pseudo-time-stamps which specify when each field was set.
- standardCreateTextLine(FontRenderContext, AttributedCharacterIterator, char[], float[]) -
Static method in class java.awt.font.TextLine
- Create a TextLine from the text.
- standardDoubleBuffer -
Variable in class javax.swing.RepaintManager
-
- standardInit(AttributedCharacterIterator, char[], FontRenderContext) -
Method in class java.awt.font.TextLayout
-
- standardProvider -
Static variable in class java.nio.charset.Charset
-
- start() -
Method in class ISSearch.ISCrawler
- Starts the thread of the crawler and changes the engine state to
RUNNING
- start() -
Method in interface ISSearch.ISCrawlerInterface
- Starts the thread of the crawler and changes the engine state to
RUNNING
- start() -
Method in class ISSearch.ISDBCrawler
- Starts the thread of the crawler and changes the engine state to
RUNNING
- start -
Variable in class java.awt.font.LineBreakMeasurer
-
- start -
Variable in class java.awt.font.TextJustifier
-
- start -
Variable in class java.awt.geom.Arc2D.Double
- The starting angle of the arc in degrees.
- start -
Variable in class java.awt.geom.Arc2D.Float
- The starting angle of the arc in degrees.
- start() -
Method in class java.lang.Thread
- Causes this thread to begin execution; the Java Virtual Machine
calls the
run
method of this thread.
- start -
Variable in class java.util.logging.MemoryHandler
-
- start() -
Method in class java.util.regex.Matcher
- Returns the start index of the previous match.
- start(int) -
Method in class java.util.regex.Matcher
- Returns the start index of the subsequence captured by the given group
during the previous match operation.
- start -
Variable in class javax.swing.SpinnerDateModel
-
- start() -
Method in class javax.swing.Timer
- Starts the
Timer
,
causing it to start sending action events
to its listeners.
- start() -
Method in class javax.swing.TimerQueue
-
- start(int) -
Method in class javax.swing.plaf.basic.BasicProgressBarUI.Animator
- Creates a timer if one doesn't already exist,
then starts the timer thread.
- start -
Variable in class javax.swing.text.DefaultEditorKit.SelectLineAction
-
- start -
Variable in class javax.swing.text.DefaultEditorKit.SelectParagraphAction
-
- start -
Variable in class javax.swing.text.DefaultEditorKit.SelectWordAction
-
- start -
Variable in class javax.swing.text.ZoneView.Zone
-
- start(HTML.Tag, MutableAttributeSet) -
Method in class javax.swing.text.html.HTMLDocument.HTMLReader.AnchorAction
-
- start(HTML.Tag, MutableAttributeSet) -
Method in class javax.swing.text.html.HTMLDocument.HTMLReader.AreaAction
-
- start(HTML.Tag, MutableAttributeSet) -
Method in class javax.swing.text.html.HTMLDocument.HTMLReader.BaseAction
-
- start(HTML.Tag, MutableAttributeSet) -
Method in class javax.swing.text.html.HTMLDocument.HTMLReader.BlockAction
-
- start(HTML.Tag, MutableAttributeSet) -
Method in class javax.swing.text.html.HTMLDocument.HTMLReader.CharacterAction
-
- start(HTML.Tag, MutableAttributeSet) -
Method in class javax.swing.text.html.HTMLDocument.HTMLReader.ConvertAction
-
- start(HTML.Tag, MutableAttributeSet) -
Method in class javax.swing.text.html.HTMLDocument.HTMLReader.FormAction
-
- start(HTML.Tag, MutableAttributeSet) -
Method in class javax.swing.text.html.HTMLDocument.HTMLReader.FormTagAction
-
- start(HTML.Tag, MutableAttributeSet) -
Method in class javax.swing.text.html.HTMLDocument.HTMLReader.HeadAction
-
- start(HTML.Tag, MutableAttributeSet) -
Method in class javax.swing.text.html.HTMLDocument.HTMLReader.HiddenAction
-
- start(HTML.Tag, MutableAttributeSet) -
Method in class javax.swing.text.html.HTMLDocument.HTMLReader.IsindexAction
-
- start(HTML.Tag, MutableAttributeSet) -
Method in class javax.swing.text.html.HTMLDocument.HTMLReader.LinkAction
-
- start(HTML.Tag, MutableAttributeSet) -
Method in class javax.swing.text.html.HTMLDocument.HTMLReader.MapAction
-
- start(HTML.Tag, MutableAttributeSet) -
Method in class javax.swing.text.html.HTMLDocument.HTMLReader.MetaAction
-
- start(HTML.Tag, MutableAttributeSet) -
Method in class javax.swing.text.html.HTMLDocument.HTMLReader.ObjectAction
-
- start(HTML.Tag, MutableAttributeSet) -
Method in class javax.swing.text.html.HTMLDocument.HTMLReader.ParagraphAction
-
- start(HTML.Tag, MutableAttributeSet) -
Method in class javax.swing.text.html.HTMLDocument.HTMLReader.PreAction
-
- start(HTML.Tag, MutableAttributeSet) -
Method in class javax.swing.text.html.HTMLDocument.HTMLReader.SpecialAction
-
- start(HTML.Tag, MutableAttributeSet) -
Method in class javax.swing.text.html.HTMLDocument.HTMLReader.StyleAction
-
- start(HTML.Tag, MutableAttributeSet) -
Method in class javax.swing.text.html.HTMLDocument.HTMLReader.TagAction
- Called when a start tag is seen for the
type of tag this action was registered
to.
- start(HTML.Tag, MutableAttributeSet) -
Method in class javax.swing.text.html.HTMLDocument.HTMLReader.TitleAction
-
- start -
Variable in class javax.swing.text.html.StyleSheet.ListPainter
-
- start -
Variable in class org.apache.crimson.parser.InputEntity
-
- start -
Variable in class org.apache.crimson.parser.XmlReader.BaseReader
-
- start() -
Method in class org.apache.xalan.client.XSLTProcessorApplet
- Automatically called when the HTML client containing the applet loads.
- startAndAddPrefixMappings() -
Method in class org.apache.xalan.transformer.ResultTreeHandler
- Combination of sendStartPrefixMappings and
addNSDeclsToAttrs() (which it mostly replaces).
- startAnimationTimer() -
Method in class javax.swing.plaf.basic.BasicProgressBarUI
- Starts the animation thread, creating and initializing
it if necessary.
- startAutoScrolling(int) -
Method in class javax.swing.plaf.basic.BasicComboPopup
- This protected method is implementation specific and should be private.
- startBlock(int) -
Method in class javax.swing.text.html.CSSParser
- Called when a block start is encountered ({[.
- startCDATA() -
Method in class org.apache.crimson.parser.Parser2.NullHandler
-
- startCDATA() -
Method in class org.apache.crimson.tree.XmlDocumentBuilder
- Report the start of a CDATA section.
- startCDATA() -
Method in class org.apache.xalan.serialize.SerializerToXML
- Report the start of a CDATA section.
- startCDATA() -
Method in class org.apache.xalan.transformer.ResultTreeHandler
- Start the CDATACharacters.
- startCDATA() -
Method in class org.apache.xalan.transformer.TransformerHandlerImpl
- Report the start of a CDATA section.
- startCDATA() -
Method in class org.apache.xalan.transformer.TransformerIdentityImpl
- Report the start of a CDATA section.
- startCDATA() -
Method in class org.apache.xml.dtm.ref.DTMDocumentImpl
-
- startCDATA() -
Method in class org.apache.xml.dtm.ref.IncrementalSAXSource_Filter
-
- startCDATA() -
Method in class org.apache.xml.dtm.ref.sax2dtm.SAX2DTM
- Report the start of a CDATA section.
- startCDATA() -
Method in class org.apache.xml.utils.DOMBuilder
- Report the start of a CDATA section.
- startCellEditing(EventObject) -
Method in class javax.swing.DefaultCellEditor.EditorDelegate
- Returns true to indicate that editing has begun.
- startChar -
Variable in class java.text.SpecialMapping
- The first character in exception range
- startDTD(String, String, String) -
Method in class org.apache.crimson.parser.Parser2.NullHandler
-
- startDTD(String, String, String) -
Method in class org.apache.crimson.tree.XmlDocumentBuilder
- Report the start of DTD declarations, if any.
- startDTD(String, String, String) -
Method in class org.apache.xalan.serialize.SerializerToXML
- Report the start of DTD declarations, if any.
- startDTD(String, String, String) -
Method in class org.apache.xalan.transformer.ResultTreeHandler
- Start the DTD.
- startDTD(String, String, String) -
Method in class org.apache.xalan.transformer.TransformerHandlerImpl
- Report the start of DTD declarations, if any.
- startDTD(String, String, String) -
Method in class org.apache.xalan.transformer.TransformerIdentityImpl
- Report the start of DTD declarations, if any.
- startDTD(String, String, String) -
Method in class org.apache.xml.dtm.ref.DTMDocumentImpl
-
- startDTD(String, String, String) -
Method in class org.apache.xml.dtm.ref.IncrementalSAXSource_Filter
-
- startDTD(String, String, String) -
Method in class org.apache.xml.dtm.ref.sax2dtm.SAX2DTM
- Report the start of DTD declarations, if any.
- startDTD(String, String, String) -
Method in class org.apache.xml.utils.DOMBuilder
- Report the start of DTD declarations, if any.
- startDay -
Variable in class java.util.SimpleTimeZone
- This field has two possible interpretations:
startMode == DOW_IN_MONTH
startDay
indicates the day of the month of
startMonth
on which daylight
saving time starts, from 1 to 28, 30, or 31, depending on the
startMonth
.
- startDayOfWeek -
Variable in class java.util.SimpleTimeZone
- The day of the week on which daylight saving time starts.
- startDocument() -
Method in class org.apache.crimson.tree.XmlDocumentBuilder
- Receive notification of the beginning of a document.
- startDocument() -
Method in class org.apache.xalan.processor.StylesheetHandler
- Receive notification of the beginning of the document.
- startDocument() -
Method in class org.apache.xalan.serialize.SerializerToHTML
- Receive notification of the beginning of a document.
- startDocument() -
Method in class org.apache.xalan.serialize.SerializerToText
- Receive notification of the beginning of a document.
- startDocument() -
Method in class org.apache.xalan.serialize.SerializerToXML
- Receive notification of the beginning of a document.
- startDocument() -
Method in class org.apache.xalan.transformer.ResultTreeHandler
- Bottleneck the startDocument event.
- startDocument() -
Method in class org.apache.xalan.transformer.TransformerHandlerImpl
- Filter a start document event.
- startDocument() -
Method in class org.apache.xalan.transformer.TransformerIdentityImpl
- Receive notification of the beginning of the document.
- startDocument() -
Method in class org.apache.xml.dtm.ref.DTMDocumentImpl
-
- startDocument() -
Method in class org.apache.xml.dtm.ref.IncrementalSAXSource_Filter
-
- startDocument() -
Method in class org.apache.xml.dtm.ref.sax2dtm.SAX2DTM
- Receive notification of the beginning of the document.
- startDocument() -
Method in class org.apache.xml.dtm.ref.sax2dtm.SAX2RTFDTM
- Receive notification of the beginning of a new RTF document.
- startDocument() -
Method in class org.apache.xml.utils.DOMBuilder
- Receive notification of the beginning of a document.
- startDrag(Cursor, Transferable) -
Method in class java.awt.dnd.DragGestureEvent
- Starts the drag operation given the
Cursor
for this drag
operation and the Transferable
representing the source data
for this drag operation.
- startDrag(Cursor, Transferable, DragSourceListener) -
Method in class java.awt.dnd.DragGestureEvent
- Starts the drag given the initial
Cursor
to display,
the Transferable
object,
and the DragSourceListener
to use.
- startDrag(Cursor, Image, Point, Transferable, DragSourceListener) -
Method in class java.awt.dnd.DragGestureEvent
- Start the drag given the initial
Cursor
to display,
a drag Image
, the offset of
the Image
,
the Transferable
object, and
the DragSourceListener
to use.
- startDrag(DragGestureEvent, Cursor, Image, Point, Transferable, DragSourceListener, FlavorMap) -
Method in class java.awt.dnd.DragSource
- Start a drag, given the
DragGestureEvent
that initiated the drag, the initial
Cursor
to use,
the Image
to drag,
the offset of the Image
origin
from the hotspot of the Cursor
at
the instant of the trigger,
the Transferable
subject data
of the drag, the DragSourceListener
,
and the FlavorMap
.
- startDrag(DragGestureEvent, Cursor, Transferable, DragSourceListener, FlavorMap) -
Method in class java.awt.dnd.DragSource
- Start a drag, given the
DragGestureEvent
that initiated the drag, the initial
Cursor
to use,
the Transferable
subject data
of the drag, the DragSourceListener
,
and the FlavorMap
.
- startDrag(DragGestureEvent, Cursor, Image, Point, Transferable, DragSourceListener) -
Method in class java.awt.dnd.DragSource
- Start a drag, given the
DragGestureEvent
that initiated the drag, the initial Cursor
to use,
the Image
to drag,
the offset of the Image
origin
from the hotspot of the Cursor
at the instant of the trigger,
the subject data of the drag, and
the DragSourceListener
.
- startDrag(DragGestureEvent, Cursor, Transferable, DragSourceListener) -
Method in class java.awt.dnd.DragSource
- Start a drag, given the
DragGestureEvent
that initiated the drag, the initial
Cursor
to
use,
the Transferable
subject data
of the drag, and the DragSourceListener
.
- startDrag(DragSourceContext, Cursor, Image, Point) -
Method in interface java.awt.dnd.peer.DragSourceContextPeer
- start a drag
- startDragging() -
Method in class javax.swing.plaf.basic.BasicSplitPaneUI
- Should be messaged before the dragging session starts, resets
lastDragLocation and dividerSize.
- startEditing(TreePath, MouseEvent) -
Method in class javax.swing.plaf.basic.BasicTreeUI
- Will start editing for node if there is a cellEditor and
shouldSelectCell returns true.
- startEditingAtPath(TreePath) -
Method in class javax.swing.JTree
- Selects the node identified by the specified path and initiates
editing.
- startEditingAtPath(JTree, TreePath) -
Method in class javax.swing.plaf.TreeUI
- Selects the last item in path and tries to edit it.
- startEditingAtPath(JTree, TreePath) -
Method in class javax.swing.plaf.basic.BasicTreeUI
- Selects the last item in path and tries to edit it.
- startEditingAtPath(JTree, TreePath) -
Method in class javax.swing.plaf.multi.MultiTreeUI
- Invokes the
startEditingAtPath
method on each UI handled by this object.
- startEditingTimer() -
Method in class javax.swing.tree.DefaultTreeCellEditor
- Starts the editing timer.
- startElement(String, String, String, Attributes) -
Method in class org.apache.crimson.tree.XmlDocumentBuilder
- Receive notification of the beginning of an element.
- startElement(String, String, String, Attributes) -
Method in class org.apache.crimson.tree.XmlDocumentBuilderNS
- Receive notification of the beginning of an element.
- startElement(StylesheetHandler, String, String, String, Attributes) -
Method in class org.apache.xalan.processor.ProcessorAttributeSet
- Receive notification of the start of an xsl:attribute-set element.
- startElement(StylesheetHandler, String, String, String, Attributes) -
Method in class org.apache.xalan.processor.ProcessorDecimalFormat
- Receive notification of the start of an element.
- startElement(StylesheetHandler, String, String, String, Attributes) -
Method in class org.apache.xalan.processor.ProcessorExsltFuncResult
- Verify that the func:result element does not appear within a variable,
parameter, or another func:result, and that it belongs to a func:function
element.
- startElement(StylesheetHandler, String, String, String, Attributes) -
Method in class org.apache.xalan.processor.ProcessorExsltFunction
- Start an ElemExsltFunction.
- startElement(StylesheetHandler, String, String, String, Attributes) -
Method in class org.apache.xalan.processor.ProcessorInclude
- Receive notification of the start of an xsl:include element.
- startElement(StylesheetHandler, String, String, String, Attributes) -
Method in class org.apache.xalan.processor.ProcessorKey
- Receive notification of the start of an xsl:key element.
- startElement(StylesheetHandler, String, String, String, Attributes) -
Method in class org.apache.xalan.processor.ProcessorLRE
- Receive notification of the start of an element.
- startElement(StylesheetHandler, String, String, String, Attributes) -
Method in class org.apache.xalan.processor.ProcessorNamespaceAlias
- Receive notification of the start of an xsl:namespace-alias element.
- startElement(StylesheetHandler, String, String, String, Attributes) -
Method in class org.apache.xalan.processor.ProcessorOutputElem
- Receive notification of the start of an xsl:output element.
- startElement(StylesheetHandler, String, String, String, Attributes) -
Method in class org.apache.xalan.processor.ProcessorPreserveSpace
- Receive notification of the start of an preserve-space element.
- startElement(StylesheetHandler, String, String, String, Attributes) -
Method in class org.apache.xalan.processor.ProcessorStripSpace
- Receive notification of the start of an strip-space element.
- startElement(StylesheetHandler, String, String, String, Attributes) -
Method in class org.apache.xalan.processor.ProcessorStylesheetElement
- Receive notification of the start of an strip-space element.
- startElement(StylesheetHandler, String, String, String, Attributes) -
Method in class org.apache.xalan.processor.ProcessorTemplateElem
- Receive notification of the start of an element.
- startElement(StylesheetHandler, String, String, String, Attributes) -
Method in class org.apache.xalan.processor.ProcessorUnknown
- Receive notification of the start of an element.
- startElement(String, String, String, Attributes) -
Method in class org.apache.xalan.processor.StylesheetHandler
- Receive notification of the start of an element.
- startElement(String, String, String, Attributes) -
Method in class org.apache.xalan.processor.StylesheetPIHandler
- The spec notes that "The xml-stylesheet processing instruction is allowed only in the prolog of an XML document
- startElement(StylesheetHandler, String, String, String, Attributes) -
Method in class org.apache.xalan.processor.XSLTElementProcessor
- Receive notification of the start of an element.
- startElement(String, String, String, Attributes) -
Method in class org.apache.xalan.serialize.SerializerToHTML
- Receive notification of the beginning of an element.
- startElement(String, String, String, Attributes) -
Method in class org.apache.xalan.serialize.SerializerToText
- Receive notification of the beginning of an element.
- startElement(String, String, String, Attributes) -
Method in class org.apache.xalan.serialize.SerializerToXML
- Receive notification of the beginning of an element.
- startElement(String, String, String, Attributes) -
Method in class org.apache.xalan.transformer.ResultTreeHandler
- Bottleneck the startElement event.
- startElement(String, String, String, Attributes) -
Method in class org.apache.xalan.transformer.TransformerHandlerImpl
- Filter a start element event.
- startElement(String, String, String, Attributes) -
Method in class org.apache.xalan.transformer.TransformerIdentityImpl
- Receive notification of the start of an element.
- startElement(String, String, String, Attributes) -
Method in class org.apache.xml.dtm.ref.DTMDocumentImpl
-
- startElement(String, String, String, Attributes) -
Method in class org.apache.xml.dtm.ref.IncrementalSAXSource_Filter
-
- startElement(String, String, String, Attributes) -
Method in class org.apache.xml.dtm.ref.sax2dtm.SAX2DTM
- Receive notification of the start of an element.
- startElement(String, String, String, Attributes) -
Method in class org.apache.xml.utils.DOMBuilder
- Receive notification of the beginning of an element.
- startEntity(String) -
Method in class org.apache.crimson.parser.Parser2.NullHandler
-
- startEntity(String) -
Method in class org.apache.crimson.tree.XmlDocumentBuilder
- Report the beginning of an entity in content.
- startEntity(String) -
Method in class org.apache.xalan.serialize.SerializerToXML
- Report the beginning of an entity.
- startEntity(String) -
Method in class org.apache.xalan.transformer.ResultTreeHandler
- Start an entity.
- startEntity(String) -
Method in class org.apache.xalan.transformer.TransformerHandlerImpl
- Report the beginning of an entity in content.
- startEntity(String) -
Method in class org.apache.xalan.transformer.TransformerIdentityImpl
- Report the beginning of an entity in content.
- startEntity(String) -
Method in class org.apache.xml.dtm.ref.DTMDocumentImpl
-
- startEntity(String) -
Method in class org.apache.xml.dtm.ref.IncrementalSAXSource_Filter
-
- startEntity(String) -
Method in class org.apache.xml.dtm.ref.sax2dtm.SAX2DTM
- Report the beginning of an entity in content.
- startEntity(String) -
Method in class org.apache.xml.utils.DOMBuilder
- Report the beginning of an entity.
- startEventDispatchThreadIfNecessary() -
Static method in class java.util.prefs.AbstractPreferences
- This method starts the event dispatch thread the first time it
is called.
- startFontTag(String) -
Method in class javax.swing.text.html.MinimalHTMLWriter
- This is no longer used, instead <span> will be written out.
- startGrabbing() -
Method in class java.awt.image.PixelGrabber
- Request the PixelGrabber to start fetching the pixels.
- startListeningForOtherDrags() -
Method in class java.awt.LightweightDispatcher
-
- startLoad() -
Method in class java.awt.ImageMediaEntry
-
- startLoad() -
Method in class java.awt.MediaEntry
-
- startModal() -
Method in class javax.swing.JInternalFrame
-
- startMode -
Variable in class java.util.SimpleTimeZone
- Variables specifying the mode of the start rule.
- startMonth -
Variable in class java.util.SimpleTimeZone
- The month in which daylight saving time starts.
- startNode(int) -
Method in class org.apache.xalan.transformer.TreeWalker2Result
- Start traversal of the tree at the given node
- startNode(int) -
Method in class org.apache.xml.dtm.ref.DTMTreeWalker
- Start processing given node
- startNode(Node) -
Method in class org.apache.xml.utils.TreeWalker
- Start processing given node
- startNonEscaping() -
Method in class org.apache.xalan.serialize.SerializerToXML
- Starts an un-escaping section.
- startNonText(StylesheetHandler) -
Method in class org.apache.xalan.processor.ProcessorCharacters
- Receive notification of the start of the non-text event.
- startNonText(StylesheetHandler) -
Method in class org.apache.xalan.processor.XSLTElementProcessor
- Receive notification of the start of the non-text event.
- startOffset -
Variable in class javax.swing.text.AbstractWriter
-
- startOffset -
Variable in class javax.swing.text.html.MinimalHTMLWriter
-
- startParse(InputSource) -
Method in interface org.apache.xml.dtm.ref.IncrementalSAXSource
- Launch an XMLReader's parsing operation, feeding events to this
IncrementalSAXSource.
- startParse(InputSource) -
Method in class org.apache.xml.dtm.ref.IncrementalSAXSource_Filter
- Launch a thread that will run an XMLReader's parse() operation within
a thread, feeding events to this IncrementalSAXSource_Filter.
- startPoint -
Variable in class org.apache.crimson.tree.TreeWalker
-
- startPrefixMapping(String, String) -
Method in class org.apache.crimson.tree.XmlDocumentBuilder
- Begin the scope of a prefix-URI Namespace mapping.
- startPrefixMapping(String, String) -
Method in class org.apache.xalan.processor.StylesheetHandler
- Receive notification of the start of a Namespace mapping.
- startPrefixMapping(String, String) -
Method in class org.apache.xalan.serialize.SerializerToXML
- Begin the scope of a prefix-URI Namespace mapping.
- startPrefixMapping(String, String) -
Method in class org.apache.xalan.transformer.ResultTreeHandler
- Begin the scope of a prefix-URI Namespace mapping.
- startPrefixMapping(String, String, boolean) -
Method in class org.apache.xalan.transformer.ResultTreeHandler
- Begin the scope of a prefix-URI Namespace mapping.
- startPrefixMapping(String, String) -
Method in class org.apache.xalan.transformer.TransformerHandlerImpl
- Filter a start Namespace prefix mapping event.
- startPrefixMapping(String, String) -
Method in class org.apache.xalan.transformer.TransformerIdentityImpl
- Receive notification of the start of a Namespace mapping.
- startPrefixMapping(String, String) -
Method in class org.apache.xml.dtm.ref.DTMDocumentImpl
-
- startPrefixMapping(String, String) -
Method in class org.apache.xml.dtm.ref.IncrementalSAXSource_Filter
-
- startPrefixMapping(String, String) -
Method in class org.apache.xml.dtm.ref.sax2dtm.SAX2DTM
- Receive notification of the start of a Namespace mapping.
- startPrefixMapping(String, String) -
Method in class org.apache.xml.utils.DOMBuilder
- Begin the scope of a prefix-URI Namespace mapping.
- startPreserving() -
Method in class org.apache.xalan.serialize.SerializerToXML
- Starts a whitespace preserving section.
- startProduction(ImageConsumer) -
Method in class java.awt.image.FilteredImageSource
- Adds an ImageConsumer to the list of consumers interested in
data for this image, and immediately starts delivery of the
image data through the ImageConsumer interface.
- startProduction(ImageConsumer) -
Method in interface java.awt.image.ImageProducer
- Registers the specified
ImageConsumer
object
as a consumer and starts an immediate reconstruction of
the image data which will then be delivered to this
consumer and any other consumer which might have already
been registered with the producer.
- startProduction(ImageConsumer) -
Method in class java.awt.image.MemoryImageSource
- Adds an ImageConsumer to the list of consumers interested in
data for this image and immediately starts delivery of the
image data through the ImageConsumer interface.
- startProduction(ImageConsumer) -
Method in class java.awt.image.renderable.RenderableImageProducer
- Adds an ImageConsumer to the list of consumers interested in
data for this image, and immediately starts delivery of the
image data through the ImageConsumer interface.
- startProduction(ImageConsumer) -
Method in class javax.swing.colorchooser.SyntheticImage
-
- startRemember -
Variable in class org.apache.crimson.parser.InputEntity
-
- startRemembering() -
Method in class org.apache.crimson.parser.InputEntity
-
- startRule() -
Method in interface javax.swing.text.html.CSSParser.CSSParserCallback
-
- startRule() -
Method in class javax.swing.text.html.StyleSheet.CssParser
- Invoked when the start of a rule is encountered.
- startScrollTimerIfNecessary() -
Method in class javax.swing.plaf.basic.BasicScrollBarUI.TrackListener
-
- startSpanTag(String) -
Method in class javax.swing.text.html.MinimalHTMLWriter
- Writes out a start tag for the <font> tag.
- startTag(Element) -
Method in class javax.swing.text.html.HTMLWriter
- Writes out a start tag for the element.
- startTag(TagElement) -
Method in class javax.swing.text.html.parser.Parser
- Handle a start tag.
- startTime -
Variable in class java.util.SimpleTimeZone
- The time in milliseconds after midnight at which daylight saving
time starts.
- startTime -
Variable in class javax.swing.plaf.basic.BasicProgressBarUI
-
- startTimeMode -
Variable in class java.util.SimpleTimeZone
- The format of startTime, either WALL_TIME, STANDARD_TIME, or UTC_TIME.
- startTimer() -
Method in class javax.swing.plaf.basic.BasicTreeUI.ComponentHandler
- Creates, if necessary, and starts a Timer to check if need to
resize the bounds.
- startYear -
Variable in class java.util.SimpleTimeZone
- The year in which daylight saving time is first observed.
- startingBounds -
Variable in class javax.swing.plaf.basic.BasicDesktopIconUI.MouseInputHandler
-
- startingBounds -
Variable in class javax.swing.plaf.basic.BasicInternalFrameUI.BorderListener
-
- startsWith(String, int) -
Method in class java.lang.String
- Tests if this string starts with the specified prefix beginning
a specified index.
- startsWith(String) -
Method in class java.lang.String
- Tests if this string starts with the specified prefix.
- startsWith(String, int) -
Method in interface org.apache.xml.utils.XMLString
- Tests if this string starts with the specified prefix beginning
a specified index.
- startsWith(XMLString, int) -
Method in interface org.apache.xml.utils.XMLString
- Tests if this string starts with the specified prefix beginning
a specified index.
- startsWith(String) -
Method in interface org.apache.xml.utils.XMLString
- Tests if this string starts with the specified prefix.
- startsWith(XMLString) -
Method in interface org.apache.xml.utils.XMLString
- Tests if this string starts with the specified prefix.
- startsWith(String, int) -
Method in class org.apache.xpath.objects.XString
- Tests if this string starts with the specified prefix beginning
a specified index.
- startsWith(String) -
Method in class org.apache.xpath.objects.XString
- Tests if this string starts with the specified prefix.
- startsWith(XMLString, int) -
Method in class org.apache.xpath.objects.XString
- Tests if this string starts with the specified prefix beginning
a specified index.
- startsWith(XMLString) -
Method in class org.apache.xpath.objects.XString
- Tests if this string starts with the specified prefix.
- startsWith(XMLString, int) -
Method in class org.apache.xpath.objects.XStringForFSB
- Tests if this string starts with the specified prefix beginning
a specified index.
- startsWith(XMLString) -
Method in class org.apache.xpath.objects.XStringForFSB
- Tests if this string starts with the specified prefix.
- startx -
Variable in class java.awt.GridBagLayoutInfo
-
- starty -
Variable in class java.awt.GridBagLayoutInfo
-
- state -
Variable in class java.awt.Checkbox
- The state of the
Checkbox
.
- state -
Variable in class java.awt.CheckboxMenuItem
- The state of a checkbox menu item
- state -
Variable in class java.awt.Frame
-
- state -
Variable in class java.awt.Window
- An Integer value representing the Window State.
- state -
Variable in class java.awt.geom.AffineTransform
- This field keeps track of which components of the matrix need to
be applied when performing a transformation.
- state -
Variable in class java.awt.im.InputMethodHighlight
-
- state -
Static variable in class java.lang.Shutdown
-
- state -
Variable in class java.nio.charset.CharsetDecoder
-
- state -
Variable in class java.nio.charset.CharsetEncoder
-
- state -
Variable in class java.util.TimerTask
- The state of this task, chosen from the constants below.
- state -
Variable in class javax.swing.plaf.metal.MetalTitlePane
- Buffered Frame.state property.
- state -
Variable in class javax.swing.text.html.ImageView
- Bitmask containing some of the above bitmask values.
- state -
Variable in class javax.swing.text.html.parser.TagStack
-
- state -
Variable in class javax.swing.text.rtf.RTFParser
-
- state -
Variable in class org.apache.crimson.parser.ValidatingParser.ChildrenValidator
-
- stateChange -
Variable in class java.awt.event.ItemEvent
stateChange
indicates whether the item
was selected or deselected.
- stateChanged(ChangeEvent) -
Method in class javax.swing.AbstractButton.ButtonChangeListener
-
- stateChanged(ChangeEvent) -
Method in class javax.swing.JMenu.MenuChangeListener
-
- stateChanged(ChangeEvent) -
Method in class javax.swing.JMenuItem.AccessibleJMenuItem
- Supports the change listener interface and fires property changes.
- stateChanged(ChangeEvent) -
Method in class javax.swing.JProgressBar.ModelListener
-
- stateChanged(ChangeEvent) -
Method in class javax.swing.JScrollBar.ModelListener
-
- stateChanged(ChangeEvent) -
Method in class javax.swing.JScrollPane.AccessibleJScrollPane
- Supports the change listener interface and fires property change
- stateChanged(ChangeEvent) -
Method in class javax.swing.JSlider.ModelListener
-
- stateChanged(ChangeEvent) -
Method in class javax.swing.JSpinner.DefaultEditor
- This method is called when the spinner's model's state changes.
- stateChanged(ChangeEvent) -
Method in class javax.swing.JSpinner.ModelListener
-
- stateChanged(ChangeEvent) -
Method in class javax.swing.JTabbedPane.AccessibleJTabbedPane
-
- stateChanged(ChangeEvent) -
Method in class javax.swing.JTabbedPane.ModelListener
-
- stateChanged(ChangeEvent) -
Method in class javax.swing.JTextField.ScrollRepainter
-
- stateChanged(ChangeEvent) -
Method in class javax.swing.colorchooser.AbstractColorChooserPanel.ModelListener
-
- stateChanged(ChangeEvent) -
Method in class javax.swing.colorchooser.DefaultHSBChooserPanel
-
- stateChanged(ChangeEvent) -
Method in class javax.swing.colorchooser.DefaultRGBChooserPanel
-
- stateChanged(ChangeEvent) -
Method in interface javax.swing.event.ChangeListener
- Invoked when the target of the listener has changed its state.
- stateChanged(ChangeEvent) -
Method in class javax.swing.plaf.basic.BasicButtonListener
-
- stateChanged(ChangeEvent) -
Method in class javax.swing.plaf.basic.BasicColorChooserUI.PreviewListener
-
- stateChanged(ChangeEvent) -
Method in class javax.swing.plaf.basic.BasicMenuBarUI.ChangeHandler
-
- stateChanged(ChangeEvent) -
Method in class javax.swing.plaf.basic.BasicMenuUI.ChangeHandler
-
- stateChanged(ChangeEvent) -
Method in class javax.swing.plaf.basic.BasicPopupMenuUI.MenuKeyboardHelper
-
- stateChanged(ChangeEvent) -
Method in class javax.swing.plaf.basic.BasicPopupMenuUI.MouseGrabber
-
- stateChanged(ChangeEvent) -
Method in class javax.swing.plaf.basic.BasicProgressBarUI.ChangeHandler
-
- stateChanged(ChangeEvent) -
Method in class javax.swing.plaf.basic.BasicScrollBarUI.ModelListener
-
- stateChanged(ChangeEvent) -
Method in class javax.swing.plaf.basic.BasicScrollPaneUI.HSBChangeListener
-
- stateChanged(ChangeEvent) -
Method in class javax.swing.plaf.basic.BasicScrollPaneUI.VSBChangeListener
-
- stateChanged(ChangeEvent) -
Method in class javax.swing.plaf.basic.BasicScrollPaneUI.ViewportChangeHandler
-
- stateChanged(ChangeEvent) -
Method in class javax.swing.plaf.basic.BasicSliderUI.ChangeHandler
-
- stateChanged(ChangeEvent) -
Method in class javax.swing.plaf.basic.BasicTabbedPaneUI.ScrollableTabSupport
-
- stateChanged(ChangeEvent) -
Method in class javax.swing.plaf.basic.BasicTabbedPaneUI.TabSelectionHandler
-
- stateChanged(ChangeEvent) -
Method in class javax.swing.text.DefaultStyledDocument.StyleChangeHandler
-
- stateChanged(ChangeEvent) -
Method in class javax.swing.text.DefaultStyledDocument.StyleContextChangeHandler
-
- stateChanged(ChangeEvent) -
Method in class javax.swing.text.JTextComponent.MutableCaretEvent
-
- stateError() -
Method in class java.awt.geom.AffineTransform
-
- stateMask -
Variable in class javax.swing.DefaultButtonModel
-
- stateNames -
Static variable in class java.nio.charset.CharsetDecoder
-
- stateNames -
Static variable in class java.nio.charset.CharsetEncoder
-
- stateTable -
Variable in class java.text.RuleBasedBreakIterator
- The table of state transitions used for forward iteration
- statesToBackfill -
Variable in class java.text.RuleBasedBreakIterator.Builder
- Looping states actually have to be backfilled later in the process
than everything else.
- staticCal -
Static variable in class java.util.Date
-
- staticLeapMonthLength -
Static variable in class java.util.SimpleTimeZone
-
- staticMonthLength -
Static variable in class java.util.SimpleTimeZone
-
- stats -
Variable in class javax.swing.text.AsyncBoxView
- The children and their layout statistics.
- status -
Variable in class java.awt.MediaEntry
-
- status() -
Method in class java.awt.image.PixelGrabber
- Returns the status of the pixels.
- status -
Variable in class java.io.ObjectInputStream.HandleTable
- array mapping handle -> object status
- statusAll(boolean) -
Method in class java.awt.MediaTracker
- Calculates and returns the bitwise inclusive OR of the
status of all media that are tracked by this media tracker.
- statusAll(boolean, boolean) -
Method in class java.awt.MediaTracker
-
- statusArray -
Variable in class java.text.MergeCollation
-
- statusID(int, boolean) -
Method in class java.awt.MediaTracker
- Calculates and returns the bitwise inclusive OR of the
status of all media with the specified identifier that are
tracked by this media tracker.
- statusID(int, boolean, boolean) -
Method in class java.awt.MediaTracker
-
- std2java(String) -
Static method in class org.apache.crimson.parser.XmlReader
-
- stderr_fd -
Variable in class java.lang.Win32Process
-
- stderr_stream -
Variable in class java.lang.Win32Process
-
- stdin_fd -
Variable in class java.lang.Win32Process
-
- stdin_stream -
Variable in class java.lang.Win32Process
-
- stdout_fd -
Variable in class java.lang.Win32Process
-
- stdout_stream -
Variable in class java.lang.Win32Process
-
- stem(String) -
Method in class ISSearch.ISParser
- Applies the Porter stemming algorithm and returns the resulting word stem.
- stem(String) -
Method in interface ISSearch.ISParserInterface
- Applies the Porter stemming algorithm and returns the resulting word stem.
- stepPattern(int, int, StepPattern) -
Method in class org.apache.xpath.compiler.Compiler
- Compile a step pattern unit expression, used for both location paths
and match patterns.
- stepSize -
Variable in class javax.swing.SpinnerNumberModel
-
- stepsEqual(WalkingIterator, WalkingIterator, int) -
Method in class org.apache.xalan.templates.RedundentExprEliminator
- Compare a given number of steps between two iterators, to see if they are equal.
- stickyRound(double) -
Method in class java.lang.FloatingDecimal
-
- stillborn -
Variable in class java.lang.Thread
-
- stop() -
Method in class ISSearch.ISCrawler
- Stops the crawler.
- stop() -
Method in interface ISSearch.ISCrawlerInterface
- Stops the crawler.
- stop() -
Method in class ISSearch.ISDBCrawler
- Stops the crawler.
- stop() -
Method in class java.awt.dnd.DropTarget.DropTargetAutoScroller
- cause autoscrolling to stop
- stop() -
Method in class java.lang.Thread
- Deprecated. This method is inherently unsafe. Stopping a thread with
Thread.stop causes it to unlock all of the monitors that it
has locked (as a natural consequence of the unchecked
ThreadDeath
exception propagating up the stack). If
any of the objects previously protected by these monitors were in
an inconsistent state, the damaged objects become visible to
other threads, potentially resulting in arbitrary behavior. Many
uses of stop
should be replaced by code that simply
modifies some variable to indicate that the target thread should
stop running. The target thread should check this variable
regularly, and return from its run method in an orderly fashion
if the variable indicates that it is to stop running. If the
target thread waits for long periods (on a condition variable,
for example), the interrupt
method should be used to
interrupt the wait.
For more information, see
Why
are Thread.stop, Thread.suspend and Thread.resume Deprecated?.
- stop(Throwable) -
Method in class java.lang.Thread
- Deprecated. This method is inherently unsafe. See
Thread.stop()
(with no arguments) for details. An additional danger of this
method is that it may be used to generate exceptions that the
target thread is unprepared to handle (including checked
exceptions that the thread could not possibly throw, were it
not for this method).
For more information, see
Why
are Thread.stop, Thread.suspend and Thread.resume Deprecated?.
- stop() -
Method in class java.lang.ThreadGroup
- Deprecated. This method is inherently unsafe. See
Thread.stop()
for details.
- stop() -
Method in class javax.swing.Autoscroller
-
- stop() -
Method in class javax.swing.Timer
- Stops the
Timer
,
causing it to stop sending action events
to its listeners.
- stop() -
Method in class javax.swing.TimerQueue
-
- stop() -
Method in class javax.swing.plaf.basic.BasicProgressBarUI.Animator
- Stops the timer thread.
- stop() -
Method in class org.apache.xalan.client.XSLTProcessorApplet
- Automatically called when the HTML page containing the applet is no longer
on the screen.
- stop0(Object) -
Method in class java.lang.Thread
-
- stopAnimationTimer() -
Method in class javax.swing.plaf.basic.BasicProgressBarUI
- Stops the animation thread.
- stopAutoScrolling() -
Method in class javax.swing.plaf.basic.BasicComboPopup
- This protected method is implementation specific and should be private.
- stopCellEditing() -
Method in class javax.swing.AbstractCellEditor
- Calls
fireEditingStopped
and returns true.
- stopCellEditing() -
Method in interface javax.swing.CellEditor
- Tells the editor to stop editing and accept any partially edited
value as the value of the editor.
- stopCellEditing() -
Method in class javax.swing.DefaultCellEditor.EditorDelegate
- Stops editing and
returns true to indicate that editing has stopped.
- stopCellEditing() -
Method in class javax.swing.DefaultCellEditor
- Forwards the message from the
CellEditor
to
the delegate
.
- stopCellEditing() -
Method in class javax.swing.JTable.GenericEditor
-
- stopCellEditing() -
Method in class javax.swing.tree.DefaultTreeCellEditor
- If the
realEditor
will allow editing to stop,
the realEditor
is removed and true is returned,
otherwise false is returned.
- stopDispatching() -
Method in class java.awt.EventDispatchThread
-
- stopDispatchingImpl(boolean) -
Method in class java.awt.EventDispatchThread
-
- stopDispatchingLater() -
Method in class java.awt.EventDispatchThread
-
- stopEditing() -
Method in class javax.swing.JTree
- Ends the current editing session.
- stopEditing(JTree) -
Method in class javax.swing.plaf.TreeUI
- Stops the current editing session.
- stopEditing(JTree) -
Method in class javax.swing.plaf.basic.BasicTreeUI
- Stops the current editing session.
- stopEditing(JTree) -
Method in class javax.swing.plaf.multi.MultiTreeUI
- Invokes the
stopEditing
method on each UI handled by this object.
- stopEditingInCompleteEditing -
Variable in class javax.swing.plaf.basic.BasicTreeUI
- Set to false when editing and shouldSelectCell() returns true meaning
the node should be selected before editing, used in completeEditing.
- stopListeningForOtherDrags() -
Method in class java.awt.LightweightDispatcher
-
- stopModal() -
Method in class javax.swing.JInternalFrame
-
- stopOrSuspend(boolean) -
Method in class java.lang.ThreadGroup
- Helper method: recursively stops or suspends (as directed by the
boolean argument) all of the threads in this thread group and its
subgroups, except the current thread.
- stopTransformation() -
Method in class org.apache.xalan.transformer.TransformerImpl
- NEEDSDOC Method stopTransformation
- store(URL, ISDocumentInterface) -
Method in class ISSearch.ISDBCrawler
- Stores the crawled document and its URL into the database
- store(URL, ISDocumentInterface) -
Method in interface ISSearch.ISDBCrawlerInterface
- Stores the crawled document and its URL into the database
- store(URL, ISDocumentInterface) -
Method in interface ISSearch.ISDBinterface
- Stores the content of an ISDocument and its URL into the database.
- store(Object, Object, Map) -
Method in class java.awt.datatransfer.SystemFlavorMap
- Stores the listed object under the specified hash key in map.
- store(OutputStream, String) -
Method in class java.util.Properties
- Writes this property list (key and element pairs) in this
Properties
table to the output stream in a format suitable
for loading into a Properties
table using the
load
method.
- storeInitialText() -
Method in class javax.swing.text.html.TextAreaDocument
- Stores the data that the model is initially
loaded with.
- storeState(Hashtable) -
Method in interface javax.swing.undo.StateEditable
- Upon receiving this message the receiver should place any relevant
state into state.
- storesLowerCaseIdentifiers() -
Method in interface java.sql.DatabaseMetaData
- Retrieves whether this database treats mixed case unquoted SQL identifiers as
case insensitive and stores them in lower case.
- storesLowerCaseQuotedIdentifiers() -
Method in interface java.sql.DatabaseMetaData
- Retrieves whether this database treats mixed case quoted SQL identifiers as
case insensitive and stores them in lower case.
- storesMixedCaseIdentifiers() -
Method in interface java.sql.DatabaseMetaData
- Retrieves whether this database treats mixed case unquoted SQL identifiers as
case insensitive and stores them in mixed case.
- storesMixedCaseQuotedIdentifiers() -
Method in interface java.sql.DatabaseMetaData
- Retrieves whether this database treats mixed case quoted SQL identifiers as
case insensitive and stores them in mixed case.
- storesUpperCaseIdentifiers() -
Method in interface java.sql.DatabaseMetaData
- Retrieves whether this database treats mixed case unquoted SQL identifiers as
case insensitive and stores them in upper case.
- storesUpperCaseQuotedIdentifiers() -
Method in interface java.sql.DatabaseMetaData
- Retrieves whether this database treats mixed case quoted SQL identifiers as
case insensitive and stores them in upper case.
- str -
Variable in class java.awt.font.TextLayout.OptInfo
-
- str -
Variable in class java.io.StringReader
-
- str -
Variable in class java.nio.StringCharBuffer
-
- str -
Variable in class java.util.StringTokenizer
-
- str -
Variable in class javax.swing.text.html.parser.Parser
-
- str -
Variable in class org.apache.xalan.templates.ElemNumber.NumberFormatStringTokenizer
- Format string to be tokenized
- str -
Variable in class org.apache.xalan.transformer.NumeratorFormatter.NumberFormatStringTokenizer
- The string to tokenize
- str() -
Method in class org.apache.xpath.objects.XBoolean
- Cast result object to a string.
- str() -
Method in class org.apache.xpath.objects.XNodeSet
- Cast result object to a string.
- str() -
Method in class org.apache.xpath.objects.XNull
- Cast result object to a string.
- str() -
Method in class org.apache.xpath.objects.XNumber
- Cast result object to a string.
- str() -
Method in class org.apache.xpath.objects.XObject
- Cast result object to a string.
- str() -
Method in class org.apache.xpath.objects.XRTreeFrag
- Cast result object to a string.
- str() -
Method in class org.apache.xpath.objects.XRTreeFragSelectWrapper
- Cast result object to a string.
- str() -
Method in class org.apache.xpath.objects.XString
- Cast result object to a string.
- str() -
Method in class org.apache.xpath.objects.XStringForChars
- Cast result object to a string.
- str() -
Method in class org.apache.xpath.objects.XStringForFSB
- Cast result object to a string.
- strANY -
Static variable in class org.apache.crimson.parser.Parser2
-
- strEMPTY -
Static variable in class org.apache.crimson.parser.Parser2
-
- strIndexOf(char) -
Method in class javax.swing.text.html.parser.Parser
-
- strTmp -
Variable in class org.apache.crimson.parser.Parser2
-
- straightforwardAttributes -
Static variable in class javax.swing.text.rtf.RTFReader
-
- strategy -
Variable in class java.util.zip.Deflater
-
- strategy -
Variable in class javax.swing.text.FlowView
- The behavior for keeping the flow updated.
- stream -
Static variable in class java.awt.dnd.SerializationTester
-
- stream -
Variable in class javax.swing.DebugGraphicsInfo
-
- streamHandlerLock -
Static variable in class java.net.URL
-
- strength -
Variable in class java.text.Collator
-
- strength -
Variable in class java.text.PatternEntry
-
- strengthOrder(int) -
Method in class java.text.CollationElementIterator
- Get the comparison order in the desired strength.
- strict -
Variable in class javax.swing.text.html.parser.Parser
- This flag determines whether or not the Parser will be strict
in enforcing SGML compatibility.
- strictKeyValueSeparators -
Static variable in class java.awt.datatransfer.SystemFlavorMap
-
- strictKeyValueSeparators -
Static variable in class java.util.Properties
-
- strike -
Variable in class javax.swing.text.LabelView
-
- strikethroughOffset -
Variable in class java.awt.Font.FontLineMetrics
-
- strikethroughThickness -
Variable in class java.awt.Font.FontLineMetrics
-
- string -
Variable in class java.net.URI
- The string form of this URI.
- string -
Variable in class javax.swing.text.GapContent.InsertUndo
- The string that was inserted.
- string -
Variable in class javax.swing.text.GapContent.RemoveUndo
- The string that was removed.
- string -
Variable in class javax.swing.text.InternationalFormatter
- Current value being displayed.
- string -
Variable in class javax.swing.text.StringContent.InsertUndo
-
- string -
Variable in class javax.swing.text.StringContent.RemoveUndo
-
- string(int) -
Method in class org.apache.xpath.compiler.Compiler
- Compile a 'string(...)' operation.
- stringBuffer -
Variable in class javax.swing.text.html.StyleSheet.SearchBuffer
-
- stringFlavor -
Static variable in class java.awt.datatransfer.DataFlavor
- The
DataFlavor
representing a Java Unicode String class,
where:
representationClass = java.lang.String
mimeType = "application/x-java-serialized-object"
- stringFlavors -
Static variable in class javax.swing.plaf.basic.BasicTransferable
-
- stringToByteArray(String) -
Static method in class java.util.prefs.WindowsPreferences
- Returns this java string as a null-terminated byte array
- stringToColor(String) -
Static method in class javax.swing.text.html.CSS
- Convert a color string such as "RED" or "#NNNNNN" or "rgb(r, g, b)"
to a Color.
- stringToColor(String) -
Method in class javax.swing.text.html.StyleSheet
- Converts a color string such as "RED" or "#NNNNNN" to a Color.
- stringToIndex(String) -
Method in class org.apache.xml.dtm.ref.CustomStringPool
-
- stringToIndex(String) -
Method in class org.apache.xml.dtm.ref.DTMSafeStringPool
-
- stringToIndex(String) -
Method in class org.apache.xml.dtm.ref.DTMStringPool
-
- stringToValue(String) -
Method in class javax.swing.JFormattedTextField.AbstractFormatter
- Parses
text
returning an arbitrary Object.
- stringToValue(String) -
Method in class javax.swing.JSpinner.ListEditor.ListFormatter
-
- stringToValue(String) -
Method in class javax.swing.text.DefaultFormatter
- Converts the passed in String into an instance of
getValueClass
by way of the constructor that
takes a String argument.
- stringToValue(String) -
Method in class javax.swing.text.InternationalFormatter
- Returns the
Object
representation of the
String
text
.
- stringToValue(String, Format) -
Method in class javax.swing.text.InternationalFormatter
- Invokes
parseObject
on f
, returning
its value.
- stringToValue(String) -
Method in class javax.swing.text.MaskFormatter
- Parses the text, returning the appropriate Object representation of
the String
value
.
- stringToValue(String, boolean) -
Method in class javax.swing.text.MaskFormatter
- Actual
stringToValue
implementation.
- stringToValue(String, Format) -
Method in class javax.swing.text.NumberFormatter
- Invokes
parseObject
on f
, returning
its value.
- stringWidth(String) -
Method in class java.awt.FontMetrics
- Returns the total advance width for showing the specified
String
in this Font
.
- stripContentBorder(Object) -
Method in class javax.swing.plaf.metal.MetalInternalFrameUI
-
- stripLeadingZeroBytes(byte[]) -
Static method in class java.math.BigInteger
- Returns a copy of the input array stripped of any leading zero bytes.
- stripLeadingZeroInts(int[]) -
Static method in class java.math.BigInteger
- Returns a copy of the input array stripped of any leading zero bytes.
- stripLiteralChars(String) -
Method in class javax.swing.text.MaskFormatter
- Removes the literal characters from the passed in string.
- stripOffParameters(String) -
Method in class java.net.URLConnection
-
- strm -
Variable in class java.util.zip.Deflater
-
- strm -
Variable in class java.util.zip.Inflater
-
- strokes -
Variable in class javax.swing.plaf.basic.BasicOptionPaneUI.MultiplexingTextField
-
- strongTable -
Static variable in class java.awt.font.NumericShaper
-
- strpos -
Variable in class javax.swing.text.html.parser.Parser
-
- stubDelegate -
Variable in class javax.rmi.CORBA.Stub
-
- stubDelegateClass -
Static variable in class javax.rmi.CORBA.Stub
-
- study(Pattern.TreeInfo) -
Method in class java.util.regex.Pattern.Add
-
- study(Pattern.TreeInfo) -
Method in class java.util.regex.Pattern.All
-
- study(Pattern.TreeInfo) -
Method in class java.util.regex.Pattern.BackRef
-
- study(Pattern.TreeInfo) -
Method in class java.util.regex.Pattern.BitClass
-
- study(Pattern.TreeInfo) -
Method in class java.util.regex.Pattern.BnM
-
- study(Pattern.TreeInfo) -
Method in class java.util.regex.Pattern.Both
-
- study(Pattern.TreeInfo) -
Method in class java.util.regex.Pattern.Branch
-
- study(Pattern.TreeInfo) -
Method in class java.util.regex.Pattern.CIBackRef
-
- study(Pattern.TreeInfo) -
Method in class java.util.regex.Pattern.Category
-
- study(Pattern.TreeInfo) -
Method in class java.util.regex.Pattern.Conditional
-
- study(Pattern.TreeInfo) -
Method in class java.util.regex.Pattern.Ctype
-
- study(Pattern.TreeInfo) -
Method in class java.util.regex.Pattern.Curly
-
- study(Pattern.TreeInfo) -
Method in class java.util.regex.Pattern.Dollar
-
- study(Pattern.TreeInfo) -
Method in class java.util.regex.Pattern.Dot
-
- study(Pattern.TreeInfo) -
Method in class java.util.regex.Pattern.First
-
- study(Pattern.TreeInfo) -
Method in class java.util.regex.Pattern.GroupCurly
-
- study(Pattern.TreeInfo) -
Method in class java.util.regex.Pattern.GroupRef
-
- study(Pattern.TreeInfo) -
Method in class java.util.regex.Pattern.LazyLoop
-
- study(Pattern.TreeInfo) -
Method in class java.util.regex.Pattern.Loop
-
- study(Pattern.TreeInfo) -
Method in class java.util.regex.Pattern.Node
- This method is good for all zero length assertions.
- study(Pattern.TreeInfo) -
Method in class java.util.regex.Pattern.Not
-
- study(Pattern.TreeInfo) -
Method in class java.util.regex.Pattern.NotCtype
-
- study(Pattern.TreeInfo) -
Method in class java.util.regex.Pattern.NotRange
-
- study(Pattern.TreeInfo) -
Method in class java.util.regex.Pattern.NotSingle
-
- study(Pattern.TreeInfo) -
Method in class java.util.regex.Pattern.NotSingleA
-
- study(Pattern.TreeInfo) -
Method in class java.util.regex.Pattern.NotSingleU
-
- study(Pattern.TreeInfo) -
Method in class java.util.regex.Pattern.Prolog
-
- study(Pattern.TreeInfo) -
Method in class java.util.regex.Pattern.Ques
-
- study(Pattern.TreeInfo) -
Method in class java.util.regex.Pattern.Range
-
- study(Pattern.TreeInfo) -
Method in class java.util.regex.Pattern.Single
-
- study(Pattern.TreeInfo) -
Method in class java.util.regex.Pattern.SingleA
-
- study(Pattern.TreeInfo) -
Method in class java.util.regex.Pattern.SingleU
-
- study(Pattern.TreeInfo) -
Method in class java.util.regex.Pattern.Slice
-
- study(Pattern.TreeInfo) -
Method in class java.util.regex.Pattern.SliceA
-
- study(Pattern.TreeInfo) -
Method in class java.util.regex.Pattern.SliceU
-
- study(Pattern.TreeInfo) -
Method in class java.util.regex.Pattern.Specials
-
- study(Pattern.TreeInfo) -
Method in class java.util.regex.Pattern.Start
-
- study(Pattern.TreeInfo) -
Method in class java.util.regex.Pattern.Sub
-
- study(Pattern.TreeInfo) -
Method in class java.util.regex.Pattern.UnixDollar
-
- study(Pattern.TreeInfo) -
Method in class java.util.regex.Pattern.UnixDot
-
- style -
Variable in class java.awt.Font
- The style of this
Font
, as passed to the constructor.
- style -
Variable in class java.awt.im.InputMethodHighlight
-
- style -
Variable in class javax.swing.text.StyleContext.FontKey
-
- style -
Variable in class javax.swing.text.html.CSS.BorderStyle
-
- style -
Variable in class javax.swing.text.html.StyleSheet.SelectorMapping
- Style for this selector.
- style -
Variable in class javax.swing.text.html.parser.DTD
-
- styleAttributes -
Variable in class javax.swing.text.html.HTMLDocument.HTMLReader
- Attributes from a style Attribute.
- styleChangeListener -
Variable in class javax.swing.text.DefaultStyledDocument
- Listens to Styles.
- styleChanged(Style) -
Method in class javax.swing.text.DefaultStyledDocument
- Called when any of this document's styles have changed.
- styleChanges -
Static variable in class javax.swing.plaf.basic.BasicHTML
- Overrides to the default stylesheet.
- styleConstantToCssMap -
Static variable in class javax.swing.text.html.CSS
- The hashtable and static initialization that follows sets
up a translation from StyleConstants (i.e. the well known
attributes) to the associated CSS attributes.
- styleConstantsKeyToCSSKey(StyleConstants) -
Method in class javax.swing.text.html.CSS
- Maps from a StyleConstants to a CSS Attribute.
- styleConstantsValueToCSSValue(StyleConstants, Object) -
Method in class javax.swing.text.html.CSS
- Maps from a StyleConstants value to a CSS value.
- styleContextChangeListener -
Variable in class javax.swing.text.DefaultStyledDocument
- Listens to Styles.
- styleCount -
Variable in class javax.swing.text.rtf.RTFGenerator
-
- styleFromMessageType(int) -
Static method in class javax.swing.JOptionPane
-
- styleName -
Variable in class javax.swing.text.rtf.RTFReader.StylesheetDestination.StyleDefiningDestination
-
- styleNameMapping -
Variable in class javax.swing.text.html.MinimalHTMLWriter
- Maps from style name as held by the Document, to the archived
style name (style name written out).
- styleTable -
Variable in class javax.swing.text.rtf.RTFGenerator
-
- styles -
Variable in class javax.swing.text.StyleContext
-
- styles -
Variable in class javax.swing.text.html.HTMLDocument.HTMLReader
- Vector describing styles that should be include.
- stylesheetTree -
Variable in class org.apache.xalan.extensions.XSLProcessorContext
- The owning stylesheet for this context
- sub(FDBigInt) -
Method in class java.lang.FDBigInt
-
- subFlag() -
Method in class java.util.regex.Pattern
- Parses the second part of inlined match flags and turns off
flags appropriately.
- subFormat(int, int, Format.FieldDelegate, StringBuffer) -
Method in class java.text.SimpleDateFormat
- Private member function that does the real date/time formatting.
- subGraphics() -
Method in interface javax.swing.GraphicsWrapper
-
- subGraphics() -
Method in class javax.swing.SwingGraphics
-
- subList(int, int) -
Method in class java.util.AbstractList
- Returns a view of the portion of this list between fromIndex,
inclusive, and toIndex, exclusive.
- subList(int, int) -
Method in class java.util.Collections.SynchronizedList
-
- subList(int, int) -
Method in class java.util.Collections.SynchronizedRandomAccessList
-
- subList(int, int) -
Method in class java.util.Collections.UnmodifiableList
-
- subList(int, int) -
Method in class java.util.Collections.UnmodifiableRandomAccessList
-
- subList(int, int) -
Method in interface java.util.List
- Returns a view of the portion of this list between the specified
fromIndex, inclusive, and toIndex, exclusive.
- subList(int, int) -
Method in class java.util.RandomAccessSubList
-
- subList(int, int) -
Method in class java.util.SubList
-
- subList(int, int) -
Method in class java.util.Vector
- Returns a view of the portion of this List between fromIndex,
inclusive, and toIndex, exclusive.
- subMap(Object, Object) -
Method in class java.util.Collections.SynchronizedSortedMap
-
- subMap(Object, Object) -
Method in class java.util.Collections.UnmodifiableSortedMap
-
- subMap(Object, Object) -
Method in interface java.util.SortedMap
- Returns a view of the portion of this sorted map whose keys range from
fromKey, inclusive, to toKey, exclusive.
- subMap(Object, Object) -
Method in class java.util.TreeMap.SubMap
-
- subMap(Object, Object) -
Method in class java.util.TreeMap
- Returns a view of the portion of this map whose keys range from
fromKey, inclusive, to toKey, exclusive.
- subN(int[], int[], int) -
Static method in class java.math.BigInteger
- Subtracts two numbers of same length, returning borrow.
- subParse(String, int, int, int, boolean, boolean[], ParsePosition) -
Method in class java.text.SimpleDateFormat
- Private member function that converts the parsed date strings into
timeFields.
- subParseZoneString(String, int) -
Method in class java.text.SimpleDateFormat
- find time zone 'text' matched zoneStrings and set to internal
calendar.
- subPartMatch(String, String) -
Static method in class org.apache.xalan.serialize.SerializerToXML
- Tell if two strings are equal, without worry if the first string is null.
- subPartMatch(String, String) -
Static method in class org.apache.xpath.patterns.NodeTest
- Two names are equal if they and either both are null or
the name t is wild and the name p is non-null, or the two
strings are equal.
- subPartMatchNS(String, String) -
Static method in class org.apache.xpath.patterns.NodeTest
- This is temporary to patch over Xerces issue with representing DOM
namespaces as "".
- subSequence(int, int) -
Method in interface java.lang.CharSequence
- Returns a new character sequence that is a subsequence of this sequence.
- subSequence(int, int) -
Method in class java.lang.String
- Returns a new character sequence that is a subsequence of this sequence.
- subSequence(int, int) -
Method in class java.lang.StringBuffer
- Returns a new character sequence that is a subsequence of this sequence.
- subSequence(int, int) -
Method in class java.nio.ByteBufferAsCharBufferB
-
- subSequence(int, int) -
Method in class java.nio.ByteBufferAsCharBufferL
-
- subSequence(int, int) -
Method in class java.nio.ByteBufferAsCharBufferRB
-
- subSequence(int, int) -
Method in class java.nio.ByteBufferAsCharBufferRL
-
- subSequence(int, int) -
Method in class java.nio.CharBuffer
- Creates a new character buffer that represents the specified subsequence
of this buffer, relative to the current position.
- subSequence(int, int) -
Method in class java.nio.DirectCharBufferRS
-
- subSequence(int, int) -
Method in class java.nio.DirectCharBufferRU
-
- subSequence(int, int) -
Method in class java.nio.DirectCharBufferS
-
- subSequence(int, int) -
Method in class java.nio.DirectCharBufferU
-
- subSequence(int, int) -
Method in class java.nio.HeapCharBuffer
-
- subSequence(int, int) -
Method in class java.nio.HeapCharBufferR
-
- subSequence(int, int) -
Method in class java.nio.StringCharBuffer
-
- subSet(Object, Object) -
Method in class java.util.Collections.SynchronizedSortedSet
-
- subSet(Object, Object) -
Method in class java.util.Collections.UnmodifiableSortedSet
-
- subSet(Object, Object) -
Method in interface java.util.SortedSet
- Returns a view of the portion of this sorted set whose elements range
from fromElement, inclusive, to toElement, exclusive.
- subSet(Object, Object) -
Method in class java.util.TreeSet
- Returns a view of the portion of this set whose elements range from
fromElement, inclusive, to toElement, exclusive.
- subType -
Variable in class java.awt.datatransfer.MimeType
-
- subclass -
Static variable in class java.awt.AWTKeyStroke
-
- subclassAudits -
Static variable in class java.io.ObjectInputStream
- cache of subclass security audit results
- subclassAudits -
Static variable in class java.io.ObjectOutputStream
- cache of subclass security audit results
- subdivide(CubicCurve2D, CubicCurve2D) -
Method in class java.awt.geom.CubicCurve2D
- Subdivides this cubic curve and stores the resulting two
subdivided curves into the left and right curve parameters.
- subdivide(CubicCurve2D, CubicCurve2D, CubicCurve2D) -
Static method in class java.awt.geom.CubicCurve2D
- Subdivides the cubic curve specified by the
src
parameter
and stores the resulting two subdivided curves into the
left
and right
curve parameters.
- subdivide(double[], int, double[], int, double[], int) -
Static method in class java.awt.geom.CubicCurve2D
- Subdivides the cubic curve specified by the coordinates
stored in the
src
array at indices srcoff
through (srcoff
+ 7) and stores the
resulting two subdivided curves into the two result arrays at the
corresponding indices.
- subdivide(QuadCurve2D, QuadCurve2D) -
Method in class java.awt.geom.QuadCurve2D
- Subdivides this
QuadCurve2D
and stores the resulting
two subdivided curves into the left
and
right
curve parameters.
- subdivide(QuadCurve2D, QuadCurve2D, QuadCurve2D) -
Static method in class java.awt.geom.QuadCurve2D
- Subdivides the quadratic curve specified by the
src
parameter and stores the resulting two subdivided curves into the
left
and right
curve parameters.
- subdivide(double[], int, double[], int, double[], int) -
Static method in class java.awt.geom.QuadCurve2D
- Subdivides the quadratic curve specified by the coordinates
stored in the
src
array at indices
srcoff
through srcoff
+ 5
and stores the resulting two subdivided curves into the two
result arrays at the corresponding indices.
- subformat(StringBuffer, Format.FieldDelegate, boolean, boolean) -
Method in class java.text.DecimalFormat
- Complete the formatting of a finite number.
- subformat(Object[], StringBuffer, FieldPosition, List) -
Method in class java.text.MessageFormat
- Internal routine used by format.
- submitData(String) -
Method in class javax.swing.text.html.FormView
- This method is responsible for submitting the form data.
- subparse(String, ParsePosition, DigitList, boolean, boolean[]) -
Method in class java.text.DecimalFormat
- Parse the given text into a number.
- subs -
Variable in class java.io.ObjectOutputStream
- obj -> replacement obj map
- subscript -
Variable in class javax.swing.text.LabelView
-
- substituteColorModel(ColorModel, ColorModel) -
Method in class java.awt.image.RGBImageFilter
- Registers two ColorModel objects for substitution.
- substring(int) -
Method in class java.lang.String
- Returns a new string that is a substring of this string.
- substring(int, int) -
Method in class java.lang.String
- Returns a new string that is a substring of this string.
- substring(int) -
Method in class java.lang.StringBuffer
- Returns a new
String
that contains a subsequence of
characters currently contained in this StringBuffer
.The
substring begins at the specified index and extends to the end of the
StringBuffer
.
- substring(int, int) -
Method in class java.lang.StringBuffer
- Returns a new
String
that contains a subsequence of
characters currently contained in this StringBuffer
.
- substring(int, int) -
Method in class java.net.URI.Parser
-
- substring(int) -
Method in interface org.apache.xml.utils.XMLString
- Returns a new string that is a substring of this string.
- substring(int, int) -
Method in interface org.apache.xml.utils.XMLString
- Returns a new string that is a substring of this string.
- substring(int) -
Method in class org.apache.xpath.objects.XString
- Returns a new string that is a substring of this string.
- substring(int, int) -
Method in class org.apache.xpath.objects.XString
- Returns a new string that is a substring of this string.
- substring(int) -
Method in class org.apache.xpath.objects.XStringForFSB
- Returns a new string that is a substring of this string.
- substring(int, int) -
Method in class org.apache.xpath.objects.XStringForFSB
- Returns a new string that is a substring of this string.
- substringData(int, int) -
Method in class org.apache.crimson.tree.DataNode
- DOM: Returns the specified substring of the data in this node.
- substringData(int, int) -
Method in class org.apache.xml.dtm.ref.DTMNodeProxy
-
- substringData(int, int) -
Method in class org.apache.xml.utils.UnImplNode
- Unimplemented.
- subtract(Area) -
Method in class java.awt.geom.Area
- Subtracts the shape of the specified
Area
from the
shape of this Area
.
- subtract(BigDecimal) -
Method in class java.math.BigDecimal
- Returns a BigDecimal whose value is (this - val), and whose
scale is max(this.scale(), val.scale()).
- subtract(BigInteger) -
Method in class java.math.BigInteger
- Returns a BigInteger whose value is (this - val).
- subtract(int[], int[]) -
Static method in class java.math.BigInteger
- Subtracts the contents of the second int arrays (little) from the
first (big).
- subtract(MutableBigInteger) -
Method in class java.math.MutableBigInteger
- Subtracts the smaller of this and b from the larger and places the
result into this MutableBigInteger.
- subtree -
Variable in class javax.swing.tree.DefaultMutableTreeNode.PostorderEnumeration
-
- successor(TreeMap.Entry) -
Method in class java.util.TreeMap
- Returns the successor of the specified Entry, or null if no such.
- suid -
Variable in class java.io.ObjectStreamClass
- serialVersionUID of represented class (null if not computed yet)
- sum(Spring, Spring) -
Static method in class javax.swing.Spring
- Returns
s1+s2
: a spring representing s1
and s2
in series.
- sum(Spring, Spring) -
Method in class javax.swing.SpringLayout.Constraints
-
- sum(ExpressionContext, NodeList, String) -
Static method in class org.apache.xalan.lib.ExsltDynamic
- The dyn:sum function calculates the sum for the nodes passed as the first argument,
where the value of each node is calculated dynamically using an XPath expression
passed as a string as the second argument.
- summary -
Variable in class javax.swing.JTable.AccessibleJTable
-
- superConnectServer(String, int, int) -
Method in class java.net.SocksSocketImpl
-
- superDesc -
Variable in class java.io.ObjectStreamClass
- superclass descriptor appearing in stream
- superLayout(Container) -
Method in class javax.swing.plaf.metal.MetalComboBoxUI.MetalComboBoxLayoutManager
-
- superProcessMouseMotionEvent(MouseEvent) -
Method in class javax.swing.JComponent
-
- superclass -
Variable in class org.apache.xml.utils.synthetic.Class
- Field superclass: If this object represents the class
Object, this is null.
- superscript -
Variable in class javax.swing.text.LabelView
-
- supplemental(char, char) -
Static method in class org.apache.xml.utils.XMLChar
- Returns true the supplemental character corresponding to the given
surrogates.
- supportValidation -
Static variable in class org.apache.crimson.parser.Parser2
-
- supportedVersion -
Static variable in class java.text.BreakDictionary
- The version of the dictionary that was read in.
- supports(String, String) -
Method in class org.apache.xml.dtm.ref.DTMNodeProxy
- Ask whether we support a given DOM feature.
- supportsANSI92EntryLevelSQL() -
Method in interface java.sql.DatabaseMetaData
- Retrieves whether this database supports the ANSI92 entry level SQL
grammar.
- supportsANSI92FullSQL() -
Method in interface java.sql.DatabaseMetaData
- Retrieves whether this database supports the ANSI92 full SQL grammar supported.
- supportsANSI92IntermediateSQL() -
Method in interface java.sql.DatabaseMetaData
- Retrieves whether this database supports the ANSI92 intermediate SQL grammar supported.
- supportsAbsolutePositioning -
Variable in class javax.swing.plaf.basic.BasicScrollBarUI
- True indicates a middle click will absolutely position the
scrollbar.
- supportsAlpha -
Variable in class java.awt.image.ColorModel
-
- supportsAlterTableWithAddColumn() -
Method in interface java.sql.DatabaseMetaData
- Retrieves whether this database supports
ALTER TABLE
with add column.
- supportsAlterTableWithDropColumn() -
Method in interface java.sql.DatabaseMetaData
- Retrieves whether this database supports
ALTER TABLE
with drop column.
- supportsBatchUpdates() -
Method in interface java.sql.DatabaseMetaData
- Retrieves whether this database supports batch updates.
- supportsCatalogsInDataManipulation() -
Method in interface java.sql.DatabaseMetaData
- Retrieves whether a catalog name can be used in a data manipulation statement.
- supportsCatalogsInIndexDefinitions() -
Method in interface java.sql.DatabaseMetaData
- Retrieves whether a catalog name can be used in an index definition statement.
- supportsCatalogsInPrivilegeDefinitions() -
Method in interface java.sql.DatabaseMetaData
- Retrieves whether a catalog name can be used in a privilege definition statement.
- supportsCatalogsInProcedureCalls() -
Method in interface java.sql.DatabaseMetaData
- Retrieves whether a catalog name can be used in a procedure call statement.
- supportsCatalogsInTableDefinitions() -
Method in interface java.sql.DatabaseMetaData
- Retrieves whether a catalog name can be used in a table definition statement.
- supportsColumnAliasing() -
Method in interface java.sql.DatabaseMetaData
- Retrieves whether this database supports column aliasing.
- supportsConvert() -
Method in interface java.sql.DatabaseMetaData
- Retrieves whether this database supports the
CONVERT
function between SQL types.
- supportsConvert(int, int) -
Method in interface java.sql.DatabaseMetaData
- Retrieves whether this database supports the
CONVERT
for two given SQL types.
- supportsCoreSQLGrammar() -
Method in interface java.sql.DatabaseMetaData
- Retrieves whether this database supports the ODBC Core SQL grammar.
- supportsCorrelatedSubqueries() -
Method in interface java.sql.DatabaseMetaData
- Retrieves whether this database supports correlated subqueries.
- supportsDataDefinitionAndDataManipulationTransactions() -
Method in interface java.sql.DatabaseMetaData
- Retrieves whether this database supports both data definition and
data manipulation statements within a transaction.
- supportsDataManipulationTransactionsOnly() -
Method in interface java.sql.DatabaseMetaData
- Retrieves whether this database supports only data manipulation
statements within a transaction.
- supportsDifferentTableCorrelationNames() -
Method in interface java.sql.DatabaseMetaData
- Retrieves whether, when table correlation names are supported, they
are restricted to being different from the names of the tables.
- supportsExpressionsInOrderBy() -
Method in interface java.sql.DatabaseMetaData
- Retrieves whether this database supports expressions in
ORDER BY
lists.
- supportsExtendedSQLGrammar() -
Method in interface java.sql.DatabaseMetaData
- Retrieves whether this database supports the ODBC Extended SQL grammar.
- supportsFullOuterJoins() -
Method in interface java.sql.DatabaseMetaData
- Retrieves whether this database supports full nested outer joins.
- supportsGetGeneratedKeys() -
Method in interface java.sql.DatabaseMetaData
- Retrieves whether auto-generated keys can be retrieved after
a statement has been executed.
- supportsGroupBy() -
Method in interface java.sql.DatabaseMetaData
- Retrieves whether this database supports some form of
GROUP BY
clause.
- supportsGroupByBeyondSelect() -
Method in interface java.sql.DatabaseMetaData
- Retrieves whether this database supports using columns not included in
the
SELECT
statement in a GROUP BY
clause
provided that all of the columns in the SELECT
statement
are included in the GROUP BY
clause.
- supportsGroupByUnrelated() -
Method in interface java.sql.DatabaseMetaData
- Retrieves whether this database supports using a column that is
not in the
SELECT
statement in a
GROUP BY
clause.
- supportsIntegrityEnhancementFacility() -
Method in interface java.sql.DatabaseMetaData
- Retrieves whether this database supports the SQL Integrity
Enhancement Facility.
- supportsLikeEscapeClause() -
Method in interface java.sql.DatabaseMetaData
- Retrieves whether this database supports specifying a
LIKE
escape clause.
- supportsLimitedOuterJoins() -
Method in interface java.sql.DatabaseMetaData
- Retrieves whether this database provides limited support for outer
joins.
- supportsMinimumSQLGrammar() -
Method in interface java.sql.DatabaseMetaData
- Retrieves whether this database supports the ODBC Minimum SQL grammar.
- supportsMixedCaseIdentifiers() -
Method in interface java.sql.DatabaseMetaData
- Retrieves whether this database treats mixed case unquoted SQL identifiers as
case sensitive and as a result stores them in mixed case.
- supportsMixedCaseQuotedIdentifiers() -
Method in interface java.sql.DatabaseMetaData
- Retrieves whether this database treats mixed case quoted SQL identifiers as
case sensitive and as a result stores them in mixed case.
- supportsMultipleOpenResults() -
Method in interface java.sql.DatabaseMetaData
- Retrieves whether it is possible to have multiple
ResultSet
objects
returned from a CallableStatement
object
simultaneously.
- supportsMultipleResultSets() -
Method in interface java.sql.DatabaseMetaData
- Retrieves whether this database supports getting multiple
ResultSet
objects from a single call to the
method execute
.
- supportsMultipleTransactions() -
Method in interface java.sql.DatabaseMetaData
- Retrieves whether this database allows having multiple
transactions open at once (on different connections).
- supportsNamedParameters() -
Method in interface java.sql.DatabaseMetaData
- Retrieves whether this database supports named parameters to callable
statements.
- supportsNonNullableColumns() -
Method in interface java.sql.DatabaseMetaData
- Retrieves whether columns in this database may be defined as non-nullable.
- supportsOpenCursorsAcrossCommit() -
Method in interface java.sql.DatabaseMetaData
- Retrieves whether this database supports keeping cursors open
across commits.
- supportsOpenCursorsAcrossRollback() -
Method in interface java.sql.DatabaseMetaData
- Retrieves whether this database supports keeping cursors open
across rollbacks.
- supportsOpenStatementsAcrossCommit() -
Method in interface java.sql.DatabaseMetaData
- Retrieves whether this database supports keeping statements open
across commits.
- supportsOpenStatementsAcrossRollback() -
Method in interface java.sql.DatabaseMetaData
- Retrieves whether this database supports keeping statements open
across rollbacks.
- supportsOrderByUnrelated() -
Method in interface java.sql.DatabaseMetaData
- Retrieves whether this database supports using a column that is
not in the
SELECT
statement in an
ORDER BY
clause.
- supportsOuterJoins() -
Method in interface java.sql.DatabaseMetaData
- Retrieves whether this database supports some form of outer join.
- supportsPositionedDelete() -
Method in interface java.sql.DatabaseMetaData
- Retrieves whether this database supports positioned
DELETE
statements.
- supportsPositionedUpdate() -
Method in interface java.sql.DatabaseMetaData
- Retrieves whether this database supports positioned
UPDATE
statements.
- supportsPreStripping() -
Method in class org.apache.xalan.lib.sql.DTMDocument
- Event overriding for Debug
- supportsPreStripping() -
Method in interface org.apache.xml.dtm.DTM
- Return true if the xsl:strip-space or xsl:preserve-space was processed
during construction of the document contained in this DTM.
- supportsPreStripping() -
Method in class org.apache.xml.dtm.ref.DTMDefaultBase
- Return true if the xsl:strip-space or xsl:preserve-space was processed
during construction of the DTM document.
- supportsPreStripping() -
Method in class org.apache.xml.dtm.ref.DTMDocumentImpl
- Return true if the xsl:strip-space or xsl:preserve-space was processed
during construction of the DTM document.
- supportsResultSetConcurrency(int, int) -
Method in interface java.sql.DatabaseMetaData
- Retrieves whether this database supports the given concurrency type
in combination with the given result set type.
- supportsResultSetHoldability(int) -
Method in interface java.sql.DatabaseMetaData
- Retrieves whether this database supports the given result set holdability.
- supportsResultSetType(int) -
Method in interface java.sql.DatabaseMetaData
- Retrieves whether this database supports the given result set type.
- supportsSAX() -
Method in class org.apache.xpath.DOM2Helper
- Deprecated. Returns true if the DOM implementation handled by this helper
supports the SAX ContentHandler interface.
- supportsSavepoints() -
Method in interface java.sql.DatabaseMetaData
- Retrieves whether this database supports savepoints.
- supportsSchemasInDataManipulation() -
Method in interface java.sql.DatabaseMetaData
- Retrieves whether a schema name can be used in a data manipulation statement.
- supportsSchemasInIndexDefinitions() -
Method in interface java.sql.DatabaseMetaData
- Retrieves whether a schema name can be used in an index definition statement.
- supportsSchemasInPrivilegeDefinitions() -
Method in interface java.sql.DatabaseMetaData
- Retrieves whether a schema name can be used in a privilege definition statement.
- supportsSchemasInProcedureCalls() -
Method in interface java.sql.DatabaseMetaData
- Retrieves whether a schema name can be used in a procedure call statement.
- supportsSchemasInTableDefinitions() -
Method in interface java.sql.DatabaseMetaData
- Retrieves whether a schema name can be used in a table definition statement.
- supportsSelectForUpdate() -
Method in interface java.sql.DatabaseMetaData
- Retrieves whether this database supports
SELECT FOR UPDATE
statements.
- supportsStatementPooling() -
Method in interface java.sql.DatabaseMetaData
- Retrieves whether this database supports statement pooling.
- supportsStoredProcedures() -
Method in interface java.sql.DatabaseMetaData
- Retrieves whether this database supports stored procedure calls
that use the stored procedure escape syntax.
- supportsSubqueriesInComparisons() -
Method in interface java.sql.DatabaseMetaData
- Retrieves whether this database supports subqueries in comparison
expressions.
- supportsSubqueriesInExists() -
Method in interface java.sql.DatabaseMetaData
- Retrieves whether this database supports subqueries in
EXISTS
expressions.
- supportsSubqueriesInIns() -
Method in interface java.sql.DatabaseMetaData
- Retrieves whether this database supports subqueries in
IN
statements.
- supportsSubqueriesInQuantifieds() -
Method in interface java.sql.DatabaseMetaData
- Retrieves whether this database supports subqueries in quantified
expressions.
- supportsTableCorrelationNames() -
Method in interface java.sql.DatabaseMetaData
- Retrieves whether this database supports table correlation names.
- supportsTransactionIsolationLevel(int) -
Method in interface java.sql.DatabaseMetaData
- Retrieves whether this database supports the given transaction isolation level.
- supportsTransactions() -
Method in interface java.sql.DatabaseMetaData
- Retrieves whether this database supports transactions.
- supportsUnion() -
Method in interface java.sql.DatabaseMetaData
- Retrieves whether this database supports SQL
UNION
.
- supportsUnionAll() -
Method in interface java.sql.DatabaseMetaData
- Retrieves whether this database supports SQL
UNION ALL
.
- supportsUrgentData() -
Method in class java.net.PlainSocketImpl
-
- supportsUrgentData() -
Method in class java.net.SocketImpl
- Returns whether or not this SocketImpl supports sending
urgent data.
- suppressDropSupport -
Static variable in class javax.swing.JComponent
- Indicates if we should register a
DropTarget
for a
non-null TransferHandler
.
- surrendersFocusOnKeystroke -
Variable in class javax.swing.JTable
-
- surrogatesToCharTmp(int) -
Method in class org.apache.crimson.parser.Parser2
-
- suspend() -
Method in class java.lang.Thread
- Deprecated. This method has been deprecated, as it is
inherently deadlock-prone. If the target thread holds a lock on the
monitor protecting a critical system resource when it is suspended, no
thread can access this resource until the target thread is resumed. If
the thread that would resume the target thread attempts to lock this
monitor prior to calling
resume
, deadlock results. Such
deadlocks typically manifest themselves as "frozen" processes.
For more information, see
Why
are Thread.stop, Thread.suspend and Thread.resume Deprecated?.
- suspend() -
Method in class java.lang.ThreadGroup
- Deprecated. This method is inherently deadlock-prone. See
Thread.suspend()
for details.
- suspend0() -
Method in class java.lang.Thread
-
- sval -
Variable in class java.io.StreamTokenizer
- If the current token is a word token, this field contains a
string giving the characters of the word token.
- svalue -
Variable in class javax.swing.text.html.CSS.CssValue
- The value as a string... before conversion to a
binary format.
- swap(short) -
Static method in class java.nio.Bits
-
- swap(char) -
Static method in class java.nio.Bits
-
- swap(int) -
Static method in class java.nio.Bits
-
- swap(long) -
Static method in class java.nio.Bits
-
- swap(long[], int, int) -
Static method in class java.util.Arrays
- Swaps x[a] with x[b].
- swap(int[], int, int) -
Static method in class java.util.Arrays
- Swaps x[a] with x[b].
- swap(short[], int, int) -
Static method in class java.util.Arrays
- Swaps x[a] with x[b].
- swap(char[], int, int) -
Static method in class java.util.Arrays
- Swaps x[a] with x[b].
- swap(byte[], int, int) -
Static method in class java.util.Arrays
- Swaps x[a] with x[b].
- swap(double[], int, int) -
Static method in class java.util.Arrays
- Swaps x[a] with x[b].
- swap(float[], int, int) -
Static method in class java.util.Arrays
- Swaps x[a] with x[b].
- swap(Object[], int, int) -
Static method in class java.util.Arrays
- Swaps x[a] with x[b].
- swap(List, int, int) -
Static method in class java.util.Collections
- Swaps the elements at the specified positions in the specified list.
- swap(Object[], int, int) -
Static method in class java.util.Collections
- Swaps the two specified elements in the specified array.
- swapCursor() -
Method in class javax.swing.plaf.basic.BasicTableHeaderUI.MouseInputHandler
-
- swapOrder -
Variable in class java.text.CollationElementIterator
-
- swatchPanel -
Variable in class javax.swing.colorchooser.DefaultSwatchChooserPanel
-
- swatchSize -
Variable in class javax.swing.colorchooser.SwatchPanel
-
- swatchWidth -
Variable in class javax.swing.colorchooser.DefaultPreviewPanel
-
- swingDefault -
Variable in class javax.swing.text.rtf.RTFAttributes.BooleanAttribute
-
- swingDefault -
Variable in class javax.swing.text.rtf.RTFAttributes.NumericAttribute
-
- swingName() -
Method in interface javax.swing.text.rtf.RTFAttribute
-
- swingName -
Variable in class javax.swing.text.rtf.RTFAttributes.GenericAttribute
-
- swingName() -
Method in class javax.swing.text.rtf.RTFAttributes.GenericAttribute
-
- swingProps -
Variable in class javax.swing.UIManager.LAFState
-
- swingValue -
Variable in class javax.swing.text.rtf.RTFAttributes.AssertiveAttribute
-
- switchSerializerIfHTML(TransformerImpl, String, String) -
Static method in class org.apache.xalan.transformer.SerializerSwitcher
- Switch to HTML serializer if element is HTML
- switchSerializerIfHTML(String, String, Properties, Serializer) -
Static method in class org.apache.xalan.transformer.SerializerSwitcher
- Switch to HTML serializer if element is HTML
- sx -
Variable in class java.awt.TexturePaint
-
- sy -
Variable in class java.awt.TexturePaint
-
- symbols -
Variable in class java.text.DecimalFormat
- The
DecimalFormatSymbols
object used by this format.
- sync() -
Method in class java.awt.Toolkit
- Synchronizes this toolkit's graphics state.
- sync() -
Method in class java.io.FileDescriptor
- Force all system buffers to synchronize with the underlying
device.
- sync() -
Method in class java.util.prefs.AbstractPreferences
- Implements the sync method as per the specification in
Preferences.sync()
.
- sync() -
Method in class java.util.prefs.Preferences
- Ensures that future reads from this preference node and its
descendants reflect any changes that were committed to the persistent
store (from any VM) prior to the sync invocation.
- sync() -
Method in class java.util.prefs.WindowsPreferences
- Implements Preferences sync() method.
- sync(GlyphView) -
Method in class javax.swing.text.GlyphPainter1
-
- sync() -
Method in class javax.swing.text.LabelView
- Synchronize the view's cached values with the model.
- sync(FlowView) -
Method in class javax.swing.text.TextLayoutStrategy
- Synchronize the strategy with its FlowView.
- sync() -
Method in class javax.swing.text.html.ImageView
- Makes sure the necessary properties and image is loaded.
- sync2() -
Method in class java.util.prefs.AbstractPreferences
-
- syncAllWidths -
Variable in class javax.swing.plaf.basic.BasicOptionPaneUI.ButtonAreaLayout
-
- syncLWRequests -
Variable in class java.awt.Window
-
- syncScrollPaneWithViewport() -
Method in class javax.swing.plaf.basic.BasicScrollPaneUI
-
- syncSpi() -
Method in class java.util.prefs.AbstractPreferences
- This method is invoked with this node locked.
- syncSpi() -
Method in class java.util.prefs.WindowsPreferences
- Empty, never used implementation of AbstractPreferences.flushSpi().
- syncWithScrollPane(JScrollPane) -
Method in class javax.swing.ScrollPaneLayout
- This method is invoked after the ScrollPaneLayout is set as the
LayoutManager of a
JScrollPane
.
- synchronizedCollection(Collection) -
Static method in class java.util.Collections
- Returns a synchronized (thread-safe) collection backed by the specified
collection.
- synchronizedCollection(Collection, Object) -
Static method in class java.util.Collections
-
- synchronizedList(List) -
Static method in class java.util.Collections
- Returns a synchronized (thread-safe) list backed by the specified
list.
- synchronizedList(List, Object) -
Static method in class java.util.Collections
-
- synchronizedMap(Map) -
Static method in class java.util.Collections
- Returns a synchronized (thread-safe) map backed by the specified
map.
- synchronizedSet(Set) -
Static method in class java.util.Collections
- Returns a synchronized (thread-safe) set backed by the specified
set.
- synchronizedSet(Set, Object) -
Static method in class java.util.Collections
-
- synchronizedSortedMap(SortedMap) -
Static method in class java.util.Collections
- Returns a synchronized (thread-safe) sorted map backed by the specified
sorted map.
- synchronizedSortedSet(SortedSet) -
Static method in class java.util.Collections
- Returns a synchronized (thread-safe) sorted set backed by the specified
sorted set.
- synthesizedElement(Element) -
Method in class javax.swing.text.html.HTMLWriter
- Returns true if the element is a
synthesized element.
- sys_paths -
Static variable in class java.lang.ClassLoader
-
- system -
Variable in class java.rmi.activation.ActivationGroupID
-
- systemColors -
Static variable in class java.awt.SystemColor
-
- systemCustomCursorDirPrefix -
Static variable in class java.awt.Cursor
-
- systemCustomCursorProperties -
Static variable in class java.awt.Cursor
-
- systemCustomCursorPropertiesFile -
Static variable in class java.awt.Cursor
-
- systemCustomCursors -
Static variable in class java.awt.Cursor
-
- systemId -
Variable in class org.apache.crimson.parser.ExternalEntity
-
- systemId -
Variable in class org.apache.crimson.tree.Doctype.EntityNode
-
- systemId -
Variable in class org.apache.crimson.tree.Doctype.NotationNode
-
- systemId -
Variable in class org.apache.crimson.tree.Doctype
-
- systemId -
Variable in class org.apache.crimson.tree.XmlDocument
-
- systemId(ExpressionContext) -
Static method in class org.apache.xalan.lib.NodeInfo
systemId
returns the system id of the current
context node.
- systemId(NodeList) -
Static method in class org.apache.xalan.lib.NodeInfo
systemId
returns the system id of the node passed as
argument.
- systemId -
Variable in class org.apache.xml.utils.SerializableLocatorImpl
- The system ID.
- systemNativeLibraries -
Static variable in class java.lang.ClassLoader
-
- systemNodeForPackage(Class) -
Static method in class java.util.prefs.Preferences
- Returns the preference node from the system preference tree that is
associated (by convention) with the specified class's package.
- systemRoot() -
Static method in class java.util.prefs.Preferences
- Returns the root preference node for the system.
- systemRoot() -
Method in interface java.util.prefs.PreferencesFactory
- Returns the system root preference node.
- systemRoot -
Static variable in class java.util.prefs.WindowsPreferences
- System root node.
- systemRoot() -
Method in class java.util.prefs.WindowsPreferencesFactory
- Returns WindowsPreferences.systemRoot
- systemSyncLWRequests -
Static variable in class java.awt.Window
-
text
system color.
Cursor.TEXT_CURSOR
.
textHighlight
system color.
textHighlightText
system color.
textInactiveText
system color.
Text
node.
textText
system color.
DAY_OF_WEEK
field indicating
Thursday.
TIME
.
TIMESTAMP
.
TINYINT
.
toggleClickCount
.
Component
above the other
Component
.
getAlignmentY()
.
int
value representing the transient
modifier.
treeModel
.
Boolean
object corresponding to the primitive
value true
.
DAY_OF_WEEK
field indicating
Tuesday.
SidesType
instance to use for specifying that
consecutive job pages should be printed upon front and back sides
of consecutive media sheets, such that the orientation of each pair
of pages on the medium would be correct for the reader as if for
binding on the long edge.
SidesType
instance to use for specifying that
consecutive job pages should be printed upon front and back sides
of consecutive media sheets, such that the orientation of each pair
of pages on the medium would be correct for the reader as if for
binding on the short edge.
Class
instance representing the primitive type
byte
.
Class
instance representing the primitive type
char
.
Class
instance representing the primitive type
double
.
Class
instance representing the primitive type
float
.
Class
instance representing the primitive type
int
.
Class
instance representing the primitive type
long
.
Class
instance representing the primitive type
short
.
ResultSet
object
whose cursor may move only forward.
ResultSet
object
that is scrollable but generally not sensitive to changes made by others.
ResultSet
object
that is scrollable and generally sensitive to changes made by others.
pos
with a default alignment
and default leader.
pos
,
alignment align
and leader leader
.
View
s that have size dependent upon tabs.JListBox
,
JComboBox
, JTree
, or JTable
needs to implement.JTable
.TableColumn
represents all the attributes of a column in a
JTable
, such as width, resizibility, minimum and maximum width.
null
renderer and a
null
editor.
null
renderer and a null
editor.
null
renderer and a
null
editor.
TableColumn
with modelIndex
.
JTable
.TableModel
interface specifies the methods the
JTable
will use to interrogate a tabular data model. TableModel
to get the new row count and all the appropriate values.
TextArea
object is a multi-line region
that displays text. TextArea
class. TextAttribute
class defines attribute keys and
attribute values used for text rendering.
TextAttribute
with the specified name.
TextComponent
class is the superclass of
any component that allows the editing of some text.
TextComponent
class. TextEvent
object.
TextField
object is a text component
that allows for the editing of a single line of text.
TextField
class. TextHitInfo
class represents a character position in a
text model, and a bias, or "side," of the character. TextHitInfo
.
TextLayout
is an immutable graphical representation of styled
character data.
TextLayout
from a String
and a Font
.
TextLayout
from a String
and an attribute set.
TextLayout
from an iterator over styled text.
TextLayout
from a TextLine
and
some paragraph data.
CaretPolicy
.
TextMeasurer
class provides the primitive operations
needed for line break: measuring up to a given advance, determining the
advance of a range of characters, and generating a
TextLayout
for a range of characters. TextMeasurer
from the source text.
TexturePaint
class provides a way to fill a
Shape
with a texture that is specified as
a BufferedImage
. TexturePaint
object.
Thread
object.
Thread
object.
Thread
object.
Thread
object.
Thread
object.
Thread
object.
Thread
object so that it has
target
as its run object, has the specified
name
as its name, and belongs to the thread group
referred to by group
.
Thread
object so that it has
target
as its run object, has the specified
name
as its name, belongs to the thread group referred to
by group
, and has the specified stack size.
ThreadDeath
is thrown in the victim
thread when the stop
method with zero arguments in
class Thread
is called.
Throwable
class is the superclass of all errors and
exceptions in the Java language. null
as its detail message.
java.util.Date
class that allows the JDBC
API to identify this as an SQL TIME
value. Time
object using a milliseconds time value.
TimeZone
represents a time zone offset, and also figures out daylight
savings.
Timer
that will notify its listeners every
delay
milliseconds.
java.util.Date
that allows
the JDBC API to identify this as an SQL TIMESTAMP
value.
Timestamp(long millis)
Timestamp
object
using a milliseconds time value.
TooManyListenersException
Exception is used as part of
the Java Event model to annotate and implement a unicast special case of
a multicast Event Source.
ToolTips
in the system.
Transferable
to and from Swing components. TransferHandler
.TransformAttribute
class provides an immutable
wrapper for a transform so that it is safe to use as an attribute.Transformer
interface, and is the core
representation of the transformation execution.Transparency
interface defines the common transparency
modes for implementing classes.JTree
.
parent
ending in lastElement
.
length
.
tabForCoordinate
method on each UI handled by this object.
null
.
TableModel
generates
a TableModelEvent
.
TableHeader
working with the table.
Component
that will be
tracked by a media tracker where the image will
eventually be drawn.
float
components supplied for
validity.
System.currentTimeMillis()
) at which
the VM that this UID
was generated in was alive
JComponent
providing window decorations.
Object
array of the
events comprising the drag gesture.
long
argument as an unsigned integer in base 2.
URL
.
URL
of a specific protocol to a
String
.
DateFormat.format(Date date)
, using a
GMT TimeZone
.
long
argument as an unsigned integer in base 16.
DateFormat.format(Date date)
.
String
to lower
case using the rules of the given Locale
.
String
to lower
case using the rules of the default locale.
String
to lower
case using the rules of the given Locale
.
String
to lower
case using the rules of the default locale, which is returned
by Locale.getDefault
.
String
to lower
case using the rules of the given Locale
.
String
to lower
case using the rules of the default locale, which is returned
by Locale.getDefault
.
long
argument as an unsigned integer in base 8.
Color
.
Dimension
object's height
and
width
fields.
Event
class is obsolete and is
available only for backwards compatilibility.
FlowLayout
object and its values.
Font
object to a String
representation.
FontMetrics
object's values as a String
.
String
object representing this
Graphics
object's value.
Insets
object.
String
representing this
Rectangle
and its values.
RenderingHints
object.
Color
's values.
DataFlavor
and its
parameters.
String
that describes this shaper.
String
representing the hit for debugging
use only.
TextLayout
.
String
that represents the value of this
Object
.
String
that represents the value
of this Point2D
.
String
that represents the value
of this Point2D
.
String
representation of this
Rectangle2D
.
String
representation of this
Rectangle2D
.
String
representation of this
BufferedImage
object and its values.
String
representation of the contents of
this ColorModel
object.
String
that represents this
DirectColorModel
.
String
representation of the contents of
this ColorModel
object.
toString(String enc)
method, which takes an encoding-name
argument, or the toString()
method, which uses the
platform's default character encoding.
String
object representing the
specified byte
.
String
object representing this
Byte
's value.
String
object representing this
Character
's value.
String
object representing the
specified char
.
double
argument.
Double
object.
float
argument.
Float
object.
String
object representing the
specified integer.
String
object representing this
Integer
's value.
String
object representing the specified
long
.
String
object representing this
Long
's value.
String
object representing the
specified short
.
String
object representing this
Short
's value.
Constructor
.
Field
.
Method
.
String
.
String
.
String
.
String
.
URL
.
String
representation of this URL connection.
UID
.
Date
object to a String
of the form:
dow mon dd hh:mm:ss zzz yyyy
where:
dow is the day of the week (Sun, Mon, Tue, Wed,
Thu, Fri, Sat).
Stub.toString()
.
BoundedRangeModel
properties.
toString()
to this node's
user object, or null if this node has no user object.
toString
returns a string representation of this
NodeLocator instance.
obj
passed
as a parameter.
PortableRemoteObject.toStub(java.rmi.Remote)
.
StyleConstants
value.
StyleConstants
value.
StyleConstants
value.
StyleConstants
value.
StyleConstants
value.
StyleConstants
value.
StyleConstants
value.
file:
URL.
String
to upper
case using the rules of the given Locale
.
String
to upper
case using the rules of the default locale.
String
to upper
case using the rules of the given locale.
String
to upper
case using the rules of the default locale, which is returned
by Locale.getDefault
.
String
to upper
case using the rules of the given locale.
String
to upper
case using the rules of the default locale, which is returned
by Locale.getDefault
.
aChar
is the positive or minus sign.
charIndex
.
Transferable
object.
Transferable
's
DataFlavor
s have changed.
AffineTransform
object with the
Transform
in this Graphics2D
according
to the rule last-specified-first-applied.
AffineTransform
for this
TransformAttribute
, or null
if AffineTransform
is the identity transform.
ptSrc
and stores the result
in ptDst
.
Area
using the specified
AffineTransform
.
AffineTransform
.
Event
class is obsolete and is
available only for backwards compatilibility.
Graphics2D
context to the
point (x, y) in the current coordinate system.
Graphics2D
Transform
with a translation transform.
dx
along the x axis and dy
along the y axis so that it now represents the point
(x
+
dx
,
y
+
dy
).
Polygon
by
deltaX
along the x axis and by
deltaY
along the y axis.
Rectangle
the indicated distance,
to the right along the x coordinate axis, and
downward along the y coordinate axis.
Graphics.translate
.
x
(horizontal) and y
(vertical) offsets.
JTree
instance listening too.
expandedState
.
TreePath
to a TreeStateNode
.
BLOB
value that this Blob
object represents to be len
bytes in length.
CLOB
value that this Clob
designates to have a length of len
characters.
nextToken
method, this field
contains the type of the token just read.
DEFAULT_CURSOR
.
NULL
value is NOT allowed for this
data type.
NULL
value is allowed for this
data type.
NULL
value
is allowed for this data type.
WHERE
search clauses
except WHERE . . .
- typePredChar -
Static variable in interface java.sql.DatabaseMetaData
- Indicates that the only
WHERE
search clause that can
be based on this type is WHERE . . .
- typePredNone -
Static variable in interface java.sql.DatabaseMetaData
- Indicates that
WHERE
search clauses are not supported
for this type.
- typeSearchable -
Static variable in interface java.sql.DatabaseMetaData
- Indicates that all
WHERE
search clauses can be
based on this type.
- typeString -
Variable in class javax.swing.event.DocumentEvent.EventType
-
- typeString -
Variable in class javax.swing.event.HyperlinkEvent.EventType
-
- typeToPackageName(String) -
Method in class java.net.URLConnection
- Utility function to map a MIME content type into an equivalent
pair of class name components.
- types -
Static variable in class java.awt.geom.RoundRectIterator
-
- types -
Variable in class java.io.ObjectStreamClass.FieldReflector
- field types
- types -
Static variable in class org.apache.crimson.parser.Resolver
-
UID
represents an identifier that is unique over time
with respect to the host it is generated on, or one of 216
"well-known" identifiers.
UID
that is unique over time with
respect to the host that it was generated on.
UID
.
UID
given data read from a stream.
getXXX(key)
methods. LazyInputMap
will create a InputMap
in its createValue
method. getXXX(key)
methods.
LazyValue
which can be
used to delay loading of the Class for the instance to be created.
LazyValue
which will construct an instance
when asked.
LazyValue
which will construct an instance
when asked.
LazyValue
which will construct an instance
when asked.
LazyValue
which will construct an instance
when asked.
UIManager
. LookAndFeel
for the sake of configuring a menu or
for initial application set up.UIManager
s
LookAndFeelInfo
object.
MONTH
field indicating the
thirteenth month of the year.
UNDEFINED
, the
contents of the back buffer are undefined after flipping.
getNumberOfPages
method if a Pageable
implementation does not know
the number of pages in its set.
MalformedURIException
with no specified
detail message.
MalformedURIException
with the
specified detail message.
URL
represents a Uniform Resource
Locator, a pointer to a "resource" on the World
Wide Web. URL
object from the specified
protocol
, host
, port
number, and file
.
protocol
name, host
name, and file
name.
URL
object from the specified
protocol
, host
, port
number, file
, and handler
.
URL
object from the String
representation.
ClassLoader
.
URLConnection
is the superclass
of all classes that represent a communications link between the
application and a URL. URLStreamHandler
is the common
superclass for all stream protocol handlers. URL
stream
protocol handlers.
Calendar.set(year + 1900, month, date,
hrs, min, sec)
or GregorianCalendar(year + 1900,
month, date, hrs, min, sec)
, using a UTC
TimeZone
, followed by Calendar.getTime().getTime()
.
UTFDataFormatException
with
null
as its error detail message.
UTFDataFormatException
with the
specified detail message.
invoke
method throws a
checked exception (a Throwable
that is not assignable
to RuntimeException
or Error
) that
is not assignable to any of the exception types declared in the
throws
clause of the method that was invoked on the
proxy instance and dispatched to the invocation handler.
UndeclaredThrowableException
with the
specified Throwable
.
UndeclaredThrowableException
with the
specified Throwable
and a detail message.
UndefinedProperty
object should be returned whenever a
property which was not defined for a particular image is fetched.
CompoundEdit
which can serve as a UndoableEditListener
,
consolidating the UndoableEditEvents
from a
variety of sources, and undoing or redoing them one at a time.
getUndoPresentationName
;
as of Java 2 platform v1.3.1 this field is no longer used.
UndoableEdit
listeners.UndoableEditSupport
object.
UndoableEditSupport
object.
UnexpectedException
is thrown if the client of a
remote method call receives, as a result of the call, a checked
exception that is not among the checked exception types declared in the
throws
clause of the method in the remote interface.UnexpectedException
with the specified
detail message.
UnexpectedException
with the specified
detail message and nested exception.
UnknownError
with no detail message.
UnknownError
with the specified detail
message.
UnknownGroupException
is thrown by methods of classes and
interfaces in the java.rmi.activation
package when the
ActivationGroupID
parameter to the method is determined to be
invalid, i.e., not known by the ActivationSystem
. UnknownGroupException
with the specified
detail message.
UnknownHostException
with the
specified detail message.
UnknownHostException
with no detail
message.
UnknownHostException
is thrown if a
java.net.UnknownHostException
occurs while creating
a connection to the remote host for a remote method call.UnknownHostException
with the specified
detail message.
UnknownHostException
with the specified
detail message and nested exception.
UnknownObjectException
is thrown by methods of classes and
interfaces in the java.rmi.activation
package when the
ActivationID
parameter to the method is determined to be
invalid. UnknownObjectException
with the specified
detail message.
UnknownServiceException
with no
detail message.
UnknownServiceException
with the
specified detail message.
UnmarshalException
can be thrown while unmarshalling the
parameters or results of a remote method call if any of the following
conditions occur:
if an exception occurs while unmarshalling the call header
if the protocol for the return value is invalid
if a java.io.IOException
occurs unmarshalling
parameters (on the server side) or the return value (on the client side).
UnmarshalException
with the specified
detail message.
UnmarshalException
with the specified
detail message and nested exception.
Unreferenced
interface to receive notification when there are
no more clients that reference that remote object.native
.UnsatisfiedLinkError
with no detail message.
UnsatisfiedLinkError
with the
specified detail message.
UnsupportedClassVersionError
with no detail message.
UnsupportedClassVersionError
with
the specified detail message.
Util
. addTreeExpansionListener
is invoked,
and settingUI
is true, this ivar gets set to the passed in
Listener
.
state
.
name
in
this registry.
configureEnclosingScrollPane
by replacing the columnHeaderView
of the enclosing
scroll pane with null
.
CannotUndoException
if canUndo
returns false
.
undo
to all contained
UndoableEdits
in the reverse of
the order in which they were added.
PortableRemoteObject.unexportObject(java.rmi.Remote)
.
Tie.deactivate()
to deactivate the object.
Util.unexportObject(java.rmi.Remote)
.
AbstractFormatter
may have
installed on the JFormattedTextField
.
installClientDecorations
has
installed.
JSpinner's
layout manager to null.
installKeyboardActions
.
LayoutManager
.
propertyChangeListener
added
by installListeners.
installUI
.
this.list
by calling uninstallListeners()
,
uninstallKeyboardActions()
, and uninstallDefaults()
in order.
uninstallDefaults
, uninstallListeners
,
and then removes all of the spinners children.
uninstallUI
method on each UI handled by this object.
uninstallUI
method on each UI handled by this object.
uninstallUI
method on each UI handled by this object.
uninstallUI
method on each UI handled by this object.
uninstallUI
method on each UI handled by this object.
uninstallUI
method on each UI handled by this object.
uninstallUI
method on each UI handled by this object.
uninstallUI
method on each UI handled by this object.
uninstallUI
method on each UI handled by this object.
uninstallUI
method on each UI handled by this object.
uninstallUI
method on each UI handled by this object.
uninstallUI
method on each UI handled by this object.
uninstallUI
method on each UI handled by this object.
uninstallUI
method on each UI handled by this object.
uninstallUI
method on each UI handled by this object.
uninstallUI
method on each UI handled by this object.
uninstallUI
method on each UI handled by this object.
uninstallUI
method on each UI handled by this object.
uninstallUI
method on each UI handled by this object.
uninstallUI
method on each UI handled by this object.
uninstallUI
method on each UI handled by this object.
uninstallUI
method on each UI handled by this object.
uninstallUI
method on each UI handled by this object.
uninstallUI
method on each UI handled by this object.
uninstallUI
method on each UI handled by this object.
uninstallUI
method on each UI handled by this object.
uninstallUI
method on each UI handled by this object.
uninstallUI
method on each UI handled by this object.
uninstallUI
method on each UI handled by this object.
uninstallUI
method on each UI handled by this object.
Window
the
Listeners were last installed on.
Rectangle
with the
specified Rectangle
.
Rectangle2D
objects
and puts the result into the specified destination
Rectangle2D
object.
UID
was generated in with respect to its host and at the given time
selection
.
VariableStack.link(int size)
.
VariableStack.link(int size)
.
ss
.
lock
.
id
.
ActivationSystem
; the object
can no longer be activated via the object's activation id.
WHEN_IN_FOCUSED_WINDOW
KeyStroke
bindings.
paint(g)
.
paint
.
paint(g)
.
paint(g)
.
paint(g)
.
update
method on each UI handled by this object.
update
method on each UI handled by this object.
update
method on each UI handled by this object.
update
method on each UI handled by this object.
update
method on each UI handled by this object.
update
method on each UI handled by this object.
update
method on each UI handled by this object.
update
method on each UI handled by this object.
update
method on each UI handled by this object.
update
method on each UI handled by this object.
update
method on each UI handled by this object.
update
method on each UI handled by this object.
update
method on each UI handled by this object.
update
method on each UI handled by this object.
update
method on each UI handled by this object.
update
method on each UI handled by this object.
update
method on each UI handled by this object.
update
method on each UI handled by this object.
update
method on each UI handled by this object.
update
method on each UI handled by this object.
update
method on each UI handled by this object.
update
method on each UI handled by this object.
update
method on each UI handled by this object.
update
method on each UI handled by this object.
update
method on each UI handled by this object.
update
method on each UI handled by this object.
update
method on each UI handled by this object.
update
method on each UI handled by this object.
update
method on each UI handled by this object.
update
method on each UI handled by this object.
java.sql.Array
value.
java.sql.Array
value.
java.math.BigDecimal
value.
java.sql.BigDecimal
value.
java.sql.Blob
value.
java.sql.Blob
value.
boolean
value.
boolean
value.
byte
value.
byte
value.
byte
array value.
preferredSize
instance variable,
which is returned from getPreferredSize()
.
java.sql.Clob
value.
java.sql.Clob
value.
updateUI()
-- that is, to initialize its UI property
with the current look and feel.
java.sql.Date
value.
java.sql.Date
value.
double
value.
double
value.
JSpinner
.
Component
s of c
.
path
by getting the expanded descendants from the tree and forwarding
to the tree state.
float
value.
float
value.
HTML.Attribute.SRC attribute
and fires a ChangedUpdate
event.
InputMap
s in response to a
Keymap
change.
int
value.
int
value.
long
value.
long
value.
formatToCharacterIterator
on the Format
.
iterator
.
nextIndex
returning false if it is beyond
the number of children of parent.
nextIndex
returning false if it is beyond
the number of children of parent.
updateNextIndex
and if not succesful findNextValidParent
.
updateNextIndex
and if not succesful findNextValidParent
.
null
value.
Object
value.
Object
value.
Object
value.
Object
value.
JOptionPane
.
updatePreferredSize
with an argument of -1.
java.sql.Ref
value.
java.sql.Ref
value.
ResultSet
object.
MetalBorders.ScrollPaneBorder
, the client property
FREE_STANDING_PROP
of the scrollbars
is set to false, otherwise it is set to true.
short
value.
short
value.
treeDidChange
.
String
value.
String
value.
java.sql.Time
value.
java.sql.Time
value.
java.sql.Timestamp
value.
java.sql.Timestamp
value.
icon
, and
Action action
.
UIManager
that the L&F has changed.
UIManager
that the L&F has changed.
UIManager
that the look and feel
has changed.
UIManager
that the look and feel
has changed.
UIManager
that the L&F has changed.
JComponent.updateUI
.
ScrollPaneUI
object with a version
from the current default look and feel.
UIManager
that the L&F has changed.
UIManager
that the L&F has changed.
UIFactory
that the L&F has changed.
UIManager
that the L&F has changed.
UIManager
that the look and feel
[L&F] has changed.
UIManager
that the look and feel
(L&F) has changed.
positions
.
positions
.
setEditValid
based on the
validity of the value.
value
to the editor if we are to
commit on edits.
ResultSet.rowUpdated
.
true
, the protocol is allowed to use caching
whenever it can.
true
if the custom drag cursor is used instead of the
default one.
Image
returned
from getVolatileOffscreenBuffer
to do double buffering.
FontRenderContext
.
value
.
VARBINARY
.
VARCHAR
.
Adjustable
has vertical orientation.
Component
s are
split along the y axis.
visibleRowCount
.
int
value representing the volatile
modifier.
Vector
class implements a growable array of
objects. VerifyError
with no detail message.
VerifyError
with the specified detail message.
View
class.
View
object.
JViewport
.
VirtualMachineError
with no detail message.
VirtualMachineError
with the specified
detail message.
validate
call.
page
with its settings
adjusted to be compatible with the current printer of this
PrinterJob
.
Viewport
's parents stopping when
a component is found that returns
true
to isValidateRoot
.
Scrollbar
.
value
will contain the new value of the
adjustable object.
Byte
.
Character
.
Integer
.
Long
.
Short
.
value
field specifies the current value of
the property, based on a combination of the information
supplied to the method getPropertyInfo
, the
Java environment, and the driver-supplied default values.
UNINITIALIZED_VALUE
or null
.
TreeSelectionModel
when the
selection changes.
ListSelectionListener
that forwards
ListSelectionEvents
when there is a column
selection change.
lastPath
.
path
to newValue
.
Boolean
with a value represented by the
specified String.
Byte
object holding the value
extracted from the specified String
when parsed
with the radix given by the second argument.
Byte
object holding the value
given by the specified String
.
Double
object holding the
double
value represented by the argument string
s
.
Float
object holding the
float
value represented by the argument string
s
.
Integer
object holding the value
extracted from the specified String
when parsed
with the radix given by the second argument.
Integer
object holding the
value of the specified String
.
Long
object holding the value
extracted from the specified String
when parsed
with the radix given by the second argument.
Long
object holding the value
of the specified String
.
Short
object holding the value
extracted from the specified String
when parsed
with the radix given by the second argument.
Short
object holding the
value given by the specified String
.
Object
argument.
char
array
argument.
char
array argument.
boolean
argument.
char
argument.
int
argument.
long
argument.
float
argument.
double
argument.
long
unscaled value and an
int
scale into a BigDecimal.
long
value into a BigDecimal with a
scale of zero.
long
.
Date
value.
Time
value.
String
object in JDBC timestamp escape format to a
Timestamp
value.
value
.
toString
method.
value
.
value
based on the mask.
Collection
view of the values
contained in this RenderinHints
.
HTMLEditorKit.Parser
set.
viewToModel
method on each UI handled by this object.
viewToModel
method on each UI handled by this object.
Scrollbar
.
Cursor.WAIT_CURSOR
.
wantsInput
.
DAY_OF_WEEK
field indicating
Wednesday.
get
and set
indicating the
week number within the current month.
get
and set
indicating the
week number within the current year.
registerKeyboardAction
that
means that the command should be invoked when the receiving
component is an ancestor of the focused component or is
itself the focused component.
registerKeyboardAction
that
means that the command should be invoked when
the component has the focus.
registerKeyboardAction
that
means that the command should be invoked when
the receiving component is in the window that has the focus
or is itself the focused component.
KeyStroke
s used for
WHEN_IN_FOCUSED_WINDOW
are stashed
in the client properties under this string.
window
system color.
windowBorder
system color.
windowText
system color.
Cursor.W_RESIZE_CURSOR
.
Window
object is a top-level window with no borders and no
menubar.
GraphicsConfiguration
.
Frame
as its owner.
Window
as its owner.
GraphicsConfiguration
of a screen device.
Window
class. WindowEvent
object.
WindowEvent
object with the
specified opposite Window
.
WindowEvent
object with the specified
previous and new window states.
WindowEvent
object.
WindowEvents
, including
WINDOW_GAINED_FOCUS
and WINDOW_LOST_FOCUS
events.
Object.notify()
method or the
Object.notifyAll()
method for this object, or a
specified amount of time has elapsed.
Object.notify()
method or the
Object.notifyAll()
method for this object, or
some other thread interrupts the current thread, or a certain
amount of real time has elapsed.
Object.notify()
method or the
Object.notifyAll()
method for this object.
Process
object has
terminated.
repaintAll
is true and the clip rectangle does not match the bounds.
JInternalFrame
s
closable property at updateUI
time.
true
if the component has been iconized
and the bounds of the desktopIcon
are valid,
otherwise returns false
.
NULL
.
NULL
.
NULL
.
low <= c <= high
are white space characters.
Rectangle
.
Ellipse2D
.
Ellipse2D
.
Rectangle2D
.
Rectangle2D
.
RoundRectangle2D
.
RoundRectangle2D
.
JRootPane
is in.
aComponent
's window
JWindow
properly.
WHEN_IN_FOCUSED_KEY
bindings.
low <= c <= high
are word constituents.
Util.wrapException(java.lang.Throwable)
.
len
bytes from the specified byte array
starting at offset off
to this buffered output stream.
len
bytes from the specified byte array
starting at offset off
to this byte array output stream.
b
.
b
.
len
bytes from array
b
, in order, to
the output stream.
b
) to the underlying output stream.
len
bytes from the specified byte array
starting at offset off
to the underlying output stream.
b.length
bytes from the specified byte array
to this file output stream.
len
bytes from the specified byte array
starting at offset off
to this file output stream.
byte
to this output stream.
b.length
bytes to this output stream.
len
bytes from the specified
byte
array starting at offset off
to
this output stream.
PutField
object in a proper format, and may
result in corruption of the serialization stream. The
correct way to write PutField
data is by
calling the ObjectOutputStream.writeFields()
method.
b.length
bytes from the specified byte array
to this output stream.
len
bytes from the specified byte array
starting at offset off
to this output stream.
byte
to the piped output stream.
len
bytes from the specified byte array
starting at offset off
to this piped output stream.
char
to the piped output stream.
len
characters from the specified character array
starting at offset off
to this piped output stream.
len
bytes from the specified byte array starting at
offset off
to this stream.
b.length
bytes from the specified byte array
to this file, starting at the current file pointer.
len
bytes from the specified byte array
starting at offset off
to this file.
ObjID
to
an ObjectOutput
instance.
UID
to
a DataOutput
instance.
write(char)
.
Util.writeAbstractObject(org.omg.CORBA.portable.OutputStream, java.lang.Object)
.
Util.writeAny(org.omg.CORBA.portable.OutputStream, java.lang.Object)
.
ARRAY
value to the stream.
&#xnn
.
&#xnn
.
%HH
, where HH is the hex of the byte value.
BLOB
value to the stream.
boolean
value to this output stream.
boolean
to the underlying output stream as
a 1-byte value.
boolean
to the file as a one-byte value.
v
.
byte
to the underlying output stream as
a 1-byte value.
byte
to the file as a one-byte value.
char
value, wich
is comprised of two bytes, to the
output stream.
char
to the underlying output stream as a
2-byte value, high byte first.
char
to the file as a two-byte value, high
byte first.
s
,
to the output stream, in order,
two bytes per character.
CLOB
value to the stream.
RowSetWriter
object's
rowset back to the data source from which it got its data.
double
value,
which is comprised of eight bytes, to the output stream.
long
using the
doubleToLongBits
method in class Double
,
and then writes that long
value to the underlying
output stream as an 8-byte quantity, high byte first.
long
using the
doubleToLongBits
method in class Double
,
and then writes that long
value to the file as an
eight-byte quantity, high byte first.
DataFlavor
.
float
value,
which is comprised of four bytes, to the output stream.
int
using the
floatToIntBits
method in class Float
,
and then writes that int
value to the underlying
output stream as a 4-byte quantity, high byte first.
int
using the
floatToIntBits
method in class Float
,
and then writes that int
value to the file as a
four-byte quantity, high byte first.
int
value, which is
comprised of four bytes, to the output stream.
int
to the underlying output stream as four
bytes, high byte first.
int
to the file as four bytes, high byte first.
long
value, which is
comprised of eight bytes, to the output stream.
long
to the underlying output stream as eight
bytes, high byte first.
long
to the file as eight bytes, high byte first.
Container
to the specified
ObjectOutputStream
.
DragGestureEvent
.
DragGestureRecognizer
.
DragSource
.
DragSourceContext
.
DropTarget
.
writeObject
for custom serialization.
writeObject
for custom serialization.
SQLData
object.
byte
fields such as maxIntegerDigits
to be
equal to the int
fields such as maximumIntegerDigits
(or to Byte.MAX_VALUE
, whichever is smaller), for compatibility
with the JDK 1.1 version of the stream format.
Stub.writeObject(java.io.ObjectOutputStream)
.
readObject
and writeObject
in
JComponent
for more
information about serialization in Swing.
readObject
and writeObject
in
JComponent for more
information about serialization in Swing.
JComponent
to an
ObjectOutputStream
we temporarily uninstall its UI.
readObject
and writeObject
in
JComponent
for more
information about serialization in Swing.
readObject
and writeObject
in
JComponent
for more
information about serialization in Swing.
readObject
and writeObject
in JComponent
for more
information about serialization in Swing.
readObject
and writeObject
in
JComponent
for more
information about serialization in Swing.
readObject
and writeObject
in
JComponent
for more
information about serialization in Swing.
readObject
and writeObject
in
JComponent
for more
information about serialization in Swing.
readObject
and writeObject
in
JComponent
for more
information about serialization in Swing.
readObject
and writeObject
in
JComponent
for more
information about serialization in Swing.
readObject
and writeObject
in
JComponent
for more
information about serialization in Swing.
readObject
and writeObject
in
JComponent
for more
information about serialization in Swing.
readObject
and writeObject
in
JComponent
for more
information about serialization in Swing.
readObject
and writeObject
in
JComponent
for more
information about serialization in Swing.
readObject
and writeObject
in JComponent
for more
information about serialization in Swing.
readObject
and writeObject
in
JComponent
for more
information about serialization in Swing.
REF
value to the stream.
Util.writeRemoteObject(org.omg.CORBA.portable.OutputStream, java.lang.Object)
.
writeReplace
method then the result
is returned.
short
to the underlying output stream as two
bytes, high byte first.
short
to the file as two bytes, high byte first.
String
in the Java programming language.
out.write(buf, 0, count)
.
DATALINK
value to the stream.
s
.
writeLock
.
XAConnection
objects that is used internally.
org.apache.xml.utils.FastStringBuffer
s, or
other character data. XPathNamespace
interface is returned by
XPathResult
interfaces to represent the XPath namespace node
type that DOM lacks. XalanProperties
defines the features understood by
Xalan.AlphaComposite
object that implements the opaque XOR rule
with an alpha of 1.0f.
Rectangle
.
Ellipse2D
.
Ellipse2D
.
Point2D
.
Point2D
.
Rectangle2D
.
Rectangle2D
.
RoundRectangle2D
.
RoundRectangle2D
.
get
and set
indicating the
year.
showConfirmDialog
.
showConfirmDialog
.
Rectangle
.
Ellipse2D
.
Ellipse2D
.
Point2D
.
Point2D
.
Rectangle2D
.
Rectangle2D
.
RoundRectangle2D
.
RoundRectangle2D
.
get
and set
indicating the raw offset from GMT in milliseconds.
ZipException
with null
as its error detail message.
ZipException
with the specified detail
message.
ZipFile
to read from the specified
File
object in the specified mode.
TimeZone
used by this calendar.
_stackFrames
).
_stackFrames
).
postEdit
and endUpdate
.
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |