| Package | Description |
|---|---|
| java.awt.image |
Provides classes for creating and modifying images.
|
| java.awt.image.renderable |
Provides classes and interfaces for producing rendering-independent images.
|
| java.util |
Contains the collections framework, legacy collection classes, event model, date and time facilities, internationalization, and miscellaneous utility classes (a string tokenizer, a random-number generator, and a bit array).
|
| javax.accessibility |
Defines a contract between user-interface components and an assistive technology that provides access to those components.
|
| javax.management |
Provides the core classes for the Java Management Extensions.
|
| javax.management.relation |
Provides the definition of the Relation Service.
|
| javax.management.timer |
Provides the definition of the Timer MBean.
|
| javax.naming |
Provides the classes and interfaces for accessing naming services.
|
| javax.naming.directory |
Extends the
javax.naming package to provide functionality for accessing directory services.
|
| javax.sound.midi |
Provides interfaces and classes for I/O, sequencing, and synthesis of MIDI (Musical Instrument Digital Interface) data.
|
| javax.sql.rowset.serial |
Provides utility classes to allow serializable mappings between SQL types and data types in the Java programming language.
|
| javax.swing |
Provides a set of "lightweight" (all-Java language) components that, to the maximum degree possible, work the same on all platforms.
|
| javax.swing.plaf.basic |
Provides user interface objects built according to the Basic look and feel.
|
| javax.swing.plaf.multi |
Provides user interface objects that combine two or more look and feels.
|
| javax.swing.table |
Provides classes and interfaces for dealing with
javax.swing.JTable.
|
| javax.swing.text |
Provides classes and interfaces that deal with editable and noneditable text components.
|
| javax.swing.text.html |
Provides the class
HTMLEditorKit and supporting classes for creating HTML text editors.
|
| javax.swing.text.html.parser |
Provides the default HTML parser, along with support classes.
|
| javax.swing.tree |
Provides classes and interfaces for dealing with
javax.swing.JTree.
|
| javax.swing.undo |
Allows developers to provide support for undo/redo in applications such as text editors.
|
| Modifier and Type | Method and Description |
|---|---|
Vector |
BufferedImage.getSources()
Returns a
Vector of
RenderedImage objects that are the immediate sources, not the sources of these immediate sources, of image data for this
BufferedImage.
|
Vector |
RenderedImage.getSources()
Returns a vector of RenderedImages that are the immediate sources of image data for this RenderedImage.
|
| Modifier and Type | Field and Description |
|---|---|
protected Vector |
ParameterBlock.parameters
A Vector of non-source parameters, stored as arbitrary Objects.
|
protected Vector |
ParameterBlock.sources
A Vector of sources, stored as arbitrary Objects.
|
| Modifier and Type | Method and Description |
|---|---|
Vector |
ParameterBlock.getParameters()
Returns the entire Vector of parameters.
|
Vector |
RenderableImageOp.getSources()
Returns a vector of RenderableImages that are the sources of image data for this RenderableImage.
|
Vector |
ParameterBlock.getSources()
Returns the entire Vector of sources.
|
Vector |
RenderableImage.getSources()
Returns a vector of RenderableImages that are the sources of image data for this RenderableImage.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ParameterBlock.setParameters(Vector
Sets the entire Vector of parameters to a given Vector.
|
void |
ParameterBlock.setSources(Vector
Sets the entire Vector of sources to a given Vector.
|
| Constructor and Description | |
|---|---|
ParameterBlock(Vector
Constructs a
ParameterBlock with a given Vector of sources.
|
|
ParameterBlock(Vector
Constructs a
ParameterBlock with a given Vector of sources and Vector of parameters.
|
|
ParameterBlock(Vector
Constructs a
ParameterBlock with a given Vector of sources and Vector of parameters.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Stack<E>
The
Stack class represents a last-in-first-out (LIFO) stack of objects.
|
| Modifier and Type | Field and Description |
|---|---|
protected Vector |
AccessibleRelationSet.relations
Each entry in the Vector represents an AccessibleRelation.
|
protected Vector |
AccessibleStateSet.states
Each entry in the Vector represents an AccessibleState.
|
| Modifier and Type | Method and Description |
|---|---|
Vector |
AttributeChangeNotificationFilter.getEnabledAttributes()
Gets all the enabled attribute names for this filter.
|
Vector |
NotificationFilterSupport.getEnabledTypes()
Gets all the enabled notification types for this filter.
|
| Modifier and Type | Method and Description |
|---|---|
Vector |
MBeanServerNotificationFilter.getDisabledObjectNames()
Gets all the ObjectNames disabled.
|
Vector |
MBeanServerNotificationFilter.getEnabledObjectNames()
Gets all the ObjectNames enabled.
|
| Modifier and Type | Method and Description |
|---|---|
Vector |
TimerMBean.getAllNotificationIDs()
Gets all timer notification identifiers registered into the list of notifications.
|
Vector |
Timer.getAllNotificationIDs()
Gets all timer notification identifiers registered into the list of notifications.
|
Vector |
TimerMBean.getNotificationIDs(String
Gets all the identifiers of timer notifications corresponding to the specified type.
|
Vector |
Timer.getNotificationIDs(String
Gets all the identifiers of timer notifications corresponding to the specified type.
|
| Modifier and Type | Field and Description |
|---|---|
protected Vector |
Reference.addrs
Contains the addresses contained in this Reference.
|
| Modifier and Type | Field and Description |
|---|---|
protected Vector |
BasicAttribute.values
Holds the attribute's values.
|
| Modifier and Type | Field and Description |
|---|---|
protected Vector |
Sequence.tracks
The MIDI tracks in this sequence.
|
| Constructor and Description | |
|---|---|
SQLOutputImpl(Vector
Creates a new
SQLOutputImpl object initialized with the given vector of attributes and type map.
|
| Modifier and Type | Field and Description |
|---|---|
protected Vector |
ButtonGroup.buttons
|
| Modifier and Type | Method and Description |
|---|---|
void |
JList.setListData(Vector
Constructs a read-only
ListModel from a
Vector and calls
setModel with this model.
|
| Constructor and Description | |
|---|---|
DefaultComboBoxModel(Vector
Constructs a DefaultComboBoxModel object initialized with a vector.
|
|
JComboBox(Vector
Creates a
JComboBox that contains the elements in the specified Vector.
|
|
JList(Vector
Constructs a
JList that displays the elements in the specified
Vector.
|
|
JTable(Vector
Constructs a
JTable to display the values in the
Vector of
Vectors,
rowData, with column names,
columnNames.
|
|
JTable(Vector
Constructs a
JTable to display the values in the
Vector of
Vectors,
rowData, with column names,
columnNames.
|
|
JTree(Vector
Returns a
JTree with each element of the specified
Vector as the child of a new root node which is not displayed.
|
| Modifier and Type | Method and Description |
|---|---|
Vector |
BasicDirectoryModel.getDirectories()
|
Vector |
BasicDirectoryModel.getFiles()
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
BasicDirectoryModel.sort(Vector
|
| Modifier and Type | Field and Description |
|---|---|
protected Vector |
MultiDesktopPaneUI.uis
The vector containing the real UIs.
|
protected Vector |
MultiPopupMenuUI.uis
The vector containing the real UIs.
|
protected Vector |
MultiSeparatorUI.uis
The vector containing the real UIs.
|
protected Vector |
MultiScrollBarUI.uis
The vector containing the real UIs.
|
protected Vector |
MultiFileChooserUI.uis
The vector containing the real UIs.
|
protected Vector |
MultiColorChooserUI.uis
The vector containing the real UIs.
|
protected Vector |
MultiDesktopIconUI.uis
The vector containing the real UIs.
|
protected Vector |
MultiProgressBarUI.uis
The vector containing the real UIs.
|
protected Vector |
MultiLabelUI.uis
The vector containing the real UIs.
|
protected Vector |
MultiTableUI.uis
The vector containing the real UIs.
|
protected Vector |
MultiMenuBarUI.uis
The vector containing the real UIs.
|
protected Vector |
MultiToolBarUI.uis
The vector containing the real UIs.
|
protected Vector |
MultiTableHeaderUI.uis
The vector containing the real UIs.
|
protected Vector |
MultiPanelUI.uis
The vector containing the real UIs.
|
protected Vector |
MultiSliderUI.uis
The vector containing the real UIs.
|
protected Vector |
MultiViewportUI.uis
The vector containing the real UIs.
|
protected Vector |
MultiTabbedPaneUI.uis
The vector containing the real UIs.
|
protected Vector |
MultiInternalFrameUI.uis
The vector containing the real UIs.
|
protected Vector |
MultiListUI.uis
The vector containing the real UIs.
|
protected Vector |
MultiButtonUI.uis
The vector containing the real UIs.
|
protected Vector |
MultiMenuItemUI.uis
The vector containing the real UIs.
|
protected Vector |
MultiTextUI.uis
The vector containing the real UIs.
|
protected Vector |
MultiTreeUI.uis
The vector containing the real UIs.
|
protected Vector |
MultiComboBoxUI.uis
The vector containing the real UIs.
|
protected Vector |
MultiRootPaneUI.uis
The vector containing the real UIs.
|
protected Vector |
MultiSplitPaneUI.uis
The vector containing the real UIs.
|
protected Vector |
MultiOptionPaneUI.uis
The vector containing the real UIs.
|
protected Vector |
MultiToolTipUI.uis
The vector containing the real UIs.
|
protected Vector |
MultiScrollPaneUI.uis
The vector containing the real UIs.
|
protected Vector |
MultiSpinnerUI.uis
The vector containing the real UIs.
|
| Modifier and Type | Method and Description |
|---|---|
static ComponentUI |
MultiLookAndFeel.createUIs(ComponentUI
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.
|
protected static ComponentUI |
MultiLookAndFeel.uisToArray(Vector
Creates an array, populates it with UI objects from the passed-in vector, and returns the array.
|
| Modifier and Type | Field and Description |
|---|---|
protected Vector |
DefaultTableModel.columnIdentifiers
The
Vector of column identifiers.
|
protected Vector |
DefaultTableModel.dataVector
The
Vector of
Vectors of
Object values.
|
protected Vector |
DefaultTableColumnModel.tableColumns
Array of TableColumn objects in this model
|
| Modifier and Type | Method and Description |
|---|---|
protected static Vector |
DefaultTableModel.convertToVector(Object
Returns a vector that contains the same objects as the array.
|
protected static Vector |
DefaultTableModel.convertToVector(Object
Returns a vector of vectors that contains the same objects as the array.
|
Vector |
DefaultTableModel.getDataVector()
Returns the
Vector of
Vectors that contains the table's data values.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultTableModel.addColumn(Object
Adds a column to the model.
|
void |
DefaultTableModel.addRow(Vector
Adds a row to the end of the model.
|
void |
DefaultTableModel.insertRow(int row, Vector
Inserts a row at
row in the model.
|
void |
DefaultTableModel.setColumnIdentifiers(Vector
Replaces the column identifiers in the model.
|
void |
DefaultTableModel.setDataVector(Vector
Replaces the current
dataVector instance variable with the new
Vector of rows,
dataVector.
|
void |
DefaultTableModel.setDataVector(Vector
Replaces the current
dataVector instance variable with the new
Vector of rows,
dataVector.
|
| Constructor and Description | |
|---|---|
DefaultTableModel(Vector
Constructs a
DefaultTableModel with as many columns as there are elements in
columnNames and
rowCount of
null object values.
|
|
DefaultTableModel(Vector
Constructs a
DefaultTableModel and initializes the table by passing
data and
columnNames to the
setDataVector method.
|
|
DefaultTableModel(Vector
Constructs a
DefaultTableModel and initializes the table by passing
data and
columnNames to the
setDataVector method.
|
| Modifier and Type | Method and Description |
|---|---|
protected Vector |
StringContent.getPositionsInRange(Vector
Returns a Vector containing instances of UndoPosRef for the Positions in the range
offset to
offset +
length.
|
protected Vector |
GapContent.getPositionsInRange(Vector
Returns a Vector containing instances of UndoPosRef for the Positions in the range
offset to
offset +
length.
|
| Modifier and Type | Method and Description |
|---|---|
protected Vector |
StringContent.getPositionsInRange(Vector
Returns a Vector containing instances of UndoPosRef for the Positions in the range
offset to
offset +
length.
|
protected Vector |
GapContent.getPositionsInRange(Vector
Returns a Vector containing instances of UndoPosRef for the Positions in the range
offset to
offset +
length.
|
protected void |
StringContent.updateUndoPositions(Vector
Resets the location for all the UndoPosRef instances in
positions.
|
protected void |
GapContent.updateUndoPositions(Vector
Resets the location for all the UndoPosRef instances in
positions.
|
| Modifier and Type | Field and Description |
|---|---|
protected Vector |
HTMLDocument.HTMLReader.parseBuffer
|
| Modifier and Type | Field and Description |
|---|---|
Vector |
DTD.elements
|
Vector |
AttributeList.values
|
| Modifier and Type | Method and Description |
|---|---|
void |
ContentModel.getElements(Vector
Update elemVec with the list of elements that are part of the this contentModel.
|
| Constructor and Description | |
|---|---|
AttributeList(String
Create an attribute list element.
|
| Modifier and Type | Field and Description |
|---|---|
protected Vector |
DefaultMutableTreeNode.children
array of children, may be null if this node has no children
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
DefaultTreeSelectionModel.notifyPathChange(Vector
Deprecated.
As of JDK version 1.7
|
| Modifier and Type | Field and Description |
|---|---|
protected Vector |
CompoundEdit.edits
The collection of
UndoableEdits undone/redone en masse by this
CompoundEdit.
|
protected Vector |
UndoableEditSupport.listeners
|