|
|||||||||
| PREV LETTER NEXT LETTER | FRAMES NO FRAMES | ||||||||
JApplet.AccessibleJApplet.
selected state.JCheckBox.AccessibleJCheckBox.
JCheckBoxMenuItem
component.AccessibleJCheckBoxMenuItem instance.
JColorChooser.JComboBox.JComponent instance.
JComponent derived
widgets.JDesktopPane
component.AccessibleJDesktopPane instance.
JDialogs.AccessibleJDialog.
JEditorPane.AccessibleJEditorPane object.
JEditorPanes, when the
editor kit is an instance of HTMLEditorKit.JEditorPane.AccessibleJEditorPaneHTML.getAccessibleText().HTMLLink.
JFileChooser object.
JFileChooser object.
JFileChooser object with the specified
directory and FileSystemView.
JFileChooser object.
JFileChooser object.
JFileChooser object.
JFileChooser
component.AccessibleJFileChooser.
JFormattedTextField.AbstractFormatter for
a specific value type for a JFormattedTextField.JFrame with the specified title.
GraphicsConfiguration
and with an empty title.
GraphicsConfiguration
and with the specified title.
JFrames.AccessibleJFrame.
JInternalFrame
component.AccessibleJInternalFrame instance.
JDesktopIcon
component.AccessibleJDesktopIcon instance.
JLabel
component.Container semantics.JLayeredPane.AccessibleJLayeredPane.
ListModel, ListSelectionModel and
ListUI.JList object.
JList object.
JList object.
JList object.
JList.JLists.AccessibleJListChild.
JMenu with the specified label.
JMenu object.
JMenu with specified label and an option
for this menu to be tear-off menu.
JMenu.WinListener.
JMenuBar.JMenuItem
component.JMException.
JMException
with the specified message.
JMRuntimeException.
JMRuntimeException
with the specified message.
JobHoldUntil attribute which
specifies a time period still in the future and causes the job to
be on hold.
JobHoldUntil attribute specifies the date
and the time at which a print job must become a candidate
for printing.JobHoldUntil object.
JobImpressions printing attribute specifies
the total size in number of impressions of the documents
of a a print job.JobImpressions object.
JobImpressionsCompleted printing attribute reports
the number of impressions already processed.JobImpressionsCompleted object.
JobImpressionsSupported printing attribute specifies the
supported range of values for the
JobImpressions attribute.JobImpressionsSupported object with the
given range of supported job impressions values.
JobKOctets printing attribute specifies
the total size of all the documents of a print job in K octets.JobKOctets object.
JobKOctetsProcessed printing attribute reports
the total number of octets already processed in K octets units.JobKOctetsProcessed object.
JobKOctetsSupported printing attribute specifies the
supported range of values for the
JobKOctets attribute.JobKOctetsSupported object with the
given range for supported K octets.
JobMediaSheets printing attribute specifies
the total number of media sheets needed by a job.JobMediaSheets object.
JobMediaSheetsCompleted printing attribute reports
the number of media sheets already processed.JobMediaSheetsCompleted object.
JobMediaSheetsSupported printing attribute specifies the
supported range of values for the
JobMediaSheets attribute.JobMediaSheetsSupported object with the
given range of supported job media sheets values.
JobMessageFromOperator printing attribute provides
a message from an operator or a system administrator related to the
print job.JobMessageFromOperator object.
JobName printing attribute provides the name of a
print job for identification.JobName object.
JobOriginatingUserName attribute specifies the name of
the user which submitted the print job.JobOriginatingUserName object.
JobPriority printing attribute specifies
the priority for scheduling a job on the print service.JobPriority object.
JobPrioritySupported printing attribute provides
the supported values for the JobPriority attribute.JobPrioritySupported object.
JobSheets printing attribute specifies if a
job start/end sheets should be printed.JobSheets object.
JobState printing attribute reports
the current state of a job.JobState object.
JobStateReason attribute provides additional
information about the current state of a job.JobStateReason object.
JobStateReasons attribute provides the set of
additional informations available about the current state of a print job.JobStateReasons attribute.
JobStateReasons attribute
with the given initial capacity and load factor.
JobStateReasons attribute
with the given initial capacity and the default load factor.
JobStateReasons attribute
with the content of the given collection.
JOptionPane
component.AccessibleJOptionPane instance.
FlowLayout as the
layout manager and double-buffering enabled.
JPanel.AccessibleJPanel.
JPasswordField object.
JPasswordField object.
JPasswordField object.
JPasswordField object.
JPasswordField object.
JProgressBar with default attributes.
JProgressBar with the specified
orientation.
JProgressBar with the specified value range.
JProgressBar with the specified range and
orientation.
JProgressBar with the specified model.
JProgressBar
component.AccessibleJProgressBar instance.
JRadioButton component provides a visually selectable
button with mutually exclusive behaviour within a ButtonGroup.JRadioButtonMenuItem component.AccessibleJRadioButtonMenuItem instance.
JRootPane object.
AccessibleJRootPane object.
RootLayout object.
JScrollBar
component.AccessibleJScrollBar instance.
JScrollPane without a view.
JScrollPane that embeds the specified
view component, displaying vertical and horizontal scrollbars
as needed.
JScrollPane without a view; The scrollbar
policies are set to vsbPolicy and hsbPolicy.
JScrollPane that embeds the specified
view component; The scrollbar
policies are set to vsbPolicy and hsbPolicy.
JScrollPane.AccessibleJScrollPane object.
JSeparator object.
JSeparator object with the given orientation.
JSeparator
component.AccessibleJSeparator instance.
JSlider instance with a minimum of
0, a maximum of 100, and a value of 50.
JSlider instance with the given orientation
and a minimum of 0, a maximum of 100, and a value of 50.
JSlider instance with the given
maximum and minimum and a value that is halfway between the minimum and the
maximum.
JSlider instance with the given
minimum, maximum, and value.
JSlider instance with the given orientation,
minimum, maximum, and value.
JSlider instance with the given
model.
JSlider
component.AccessibleJSlider instance.
JSpinner is a component that displays a single value from
a sequence of values, and provides a convenient means for selecting the
previous and next values in the sequence.JSpinner with default instance of
SpinnerNumberModel (that is, a model with value 0, step size 1,
and no upper or lower limit).
JSpinner with the specified model.
- JSpinner.DateEditor - Class in javax.swing
- An editor class for a
JSpinner that is used
for displaying and editing dates (e.g. that uses
SpinnerDateModel as model). - JSpinner.DateEditor(JSpinner) -
Constructor for class javax.swing.JSpinner.DateEditor
- Creates a new instance of DateEditor for the specified
JSpinner.
- JSpinner.DateEditor(JSpinner, String) -
Constructor for class javax.swing.JSpinner.DateEditor
- Creates a new instance of DateEditor for the specified
JSpinner using the specified date format
pattern.
- JSpinner.DefaultEditor - Class in javax.swing
- The base class for the editor used by the
JSpinner component. - JSpinner.DefaultEditor(JSpinner) -
Constructor for class javax.swing.JSpinner.DefaultEditor
- Creates a new
DefaultEditor object.
- JSpinner.ListEditor - Class in javax.swing
- A
JSpinner editor used for the SpinnerListModel. - JSpinner.ListEditor(JSpinner) -
Constructor for class javax.swing.JSpinner.ListEditor
- Creates a new instance of
ListEditor.
- JSpinner.NumberEditor - Class in javax.swing
- A panel containing a
JFormattedTextField that is configured for
displaying and editing numbers. - JSpinner.NumberEditor(JSpinner) -
Constructor for class javax.swing.JSpinner.NumberEditor
- Creates a new
NumberEditor object for the specified
spinner.
- JSpinner.NumberEditor(JSpinner, String) -
Constructor for class javax.swing.JSpinner.NumberEditor
- Creates a new
NumberEditor object.
- JSplitPane - Class in javax.swing
- This class implements JSplitPane.
- JSplitPane(int, boolean, Component, Component) -
Constructor for class javax.swing.JSplitPane
- Creates a new JSplitPane object with the given orientation, layout mode,
and left and right components.
- JSplitPane(int, Component, Component) -
Constructor for class javax.swing.JSplitPane
- Creates a new JSplitPane object using nonContinuousLayout mode, the given
orientation and left and right components.
- JSplitPane(int, boolean) -
Constructor for class javax.swing.JSplitPane
- Creates a new JSplitPane object with the given layout mode and
orientation.
- JSplitPane(int) -
Constructor for class javax.swing.JSplitPane
- Creates a new JSplitPane object using a nonContinuousLayout mode and the
given orientation.
- JSplitPane() -
Constructor for class javax.swing.JSplitPane
- Creates a new JSplitPane object using HORIZONTAL_SPLIT and a
nonContinuousLayout mode.
- JSplitPane.AccessibleJSplitPane - Class in javax.swing
- Provides the accessibility features for the
JSplitPane
component. - JSplitPane.AccessibleJSplitPane() -
Constructor for class javax.swing.JSplitPane.AccessibleJSplitPane
- Creates a new
AccessibleJSplitPane instance.
- JTabbedPane - Class in javax.swing
- This is a container for components where only one component is displayed at
a given time and the displayed component can be switched by clicking on
tabs.
- JTabbedPane() -
Constructor for class javax.swing.JTabbedPane
- Creates a new JTabbedPane object with tabs on top and using wrap tab
layout.
- JTabbedPane(int) -
Constructor for class javax.swing.JTabbedPane
- Creates a new JTabbedPane object using wrap tab layout and the given
tabPlacement, where tabPlacement can be one
of the following values: SwingConstants.TOP, SwingConstants.BOTTOM, SwingConstants.LEFT or
SwingConstants.RIGHT.
- JTabbedPane(int, int) -
Constructor for class javax.swing.JTabbedPane
- Creates a new JTabbedPane object with the given
tabPlacement
and tabLayoutPolicy.
- JTabbedPane.AccessibleJTabbedPane - Class in javax.swing
- Accessibility support for
JTabbedPane. - JTabbedPane.AccessibleJTabbedPane() -
Constructor for class javax.swing.JTabbedPane.AccessibleJTabbedPane
- Creates a new AccessibleJTabbedPane object.
- JTabbedPane.ModelListener - Class in javax.swing
- A helper class that listens for changes to the model.
- JTabbedPane.ModelListener() -
Constructor for class javax.swing.JTabbedPane.ModelListener
- Creates a new ModelListener object.
- JTable - Class in javax.swing
- The table component, displaying information, organized in rows and columns.
- JTable() -
Constructor for class javax.swing.JTable
- Creates a new
JTable instance.
- JTable(int, int) -
Constructor for class javax.swing.JTable
- Creates a new
JTable instance with the given number
of rows and columns.
- JTable(Object[][], Object[]) -
Constructor for class javax.swing.JTable
- Creates a new
JTable instance, storing the given data
array and heaving the given column names.
- JTable(TableModel) -
Constructor for class javax.swing.JTable
- Creates a new
JTable instance, using the given data model
object that provides information about the table content.
- JTable(TableModel, TableColumnModel) -
Constructor for class javax.swing.JTable
- Creates a new
JTable instance, using the given model object
that provides information about the table content.
- JTable(TableModel, TableColumnModel, ListSelectionModel) -
Constructor for class javax.swing.JTable
- Creates a new
JTable instance, providing data model,
column model and list selection model.
- JTable(Vector, Vector) -
Constructor for class javax.swing.JTable
- Creates a new
JTable instance that uses data and column
names, stored in Vectors.
- JTable.AccessibleJTable - Class in javax.swing
- Provides accessibility support for
JTable. - JTable.AccessibleJTable() -
Constructor for class javax.swing.JTable.AccessibleJTable
- Creates a new
AccessibleJTable.
- JTable.AccessibleJTable.AccessibleJTableCell - Class in javax.swing
- Provides accessibility support for table cells.
- JTable.AccessibleJTable.AccessibleJTableCell(JTable, int, int, int) -
Constructor for class javax.swing.JTable.AccessibleJTable.AccessibleJTableCell
- Creates a new
AccessibleJTableCell.
- JTable.AccessibleJTable.AccessibleJTableModelChange - Class in javax.swing
-
- JTable.AccessibleJTable.AccessibleJTableModelChange(int, int, int, int, int) -
Constructor for class javax.swing.JTable.AccessibleJTable.AccessibleJTableModelChange
-
- JTableHeader - Class in javax.swing.table
- Represents the table header.
- JTableHeader() -
Constructor for class javax.swing.table.JTableHeader
- Creates a new default instance.
- JTableHeader(TableColumnModel) -
Constructor for class javax.swing.table.JTableHeader
- Creates a new header.
- JTableHeader.AccessibleJTableHeader - Class in javax.swing.table
-
- JTableHeader.AccessibleJTableHeader() -
Constructor for class javax.swing.table.JTableHeader.AccessibleJTableHeader
-
- JTableHeader.AccessibleJTableHeader.AccessibleJTableHeaderEntry - Class in javax.swing.table
-
- JTableHeader.AccessibleJTableHeader.AccessibleJTableHeaderEntry(int, JTableHeader, JTable) -
Constructor for class javax.swing.table.JTableHeader.AccessibleJTableHeader.AccessibleJTableHeaderEntry
-
- JTextArea - Class in javax.swing
- The
JTextArea component provides a multi-line area for displaying
and editing plain text. - JTextArea() -
Constructor for class javax.swing.JTextArea
- Creates a new
JTextArea object.
- JTextArea(String) -
Constructor for class javax.swing.JTextArea
- Creates a new
JTextArea object.
- JTextArea(int, int) -
Constructor for class javax.swing.JTextArea
- Creates a new
JTextArea object.
- JTextArea(String, int, int) -
Constructor for class javax.swing.JTextArea
- Creates a new
JTextArea object.
- JTextArea(Document) -
Constructor for class javax.swing.JTextArea
- Creates a new
JTextArea object.
- JTextArea(Document, String, int, int) -
Constructor for class javax.swing.JTextArea
- Creates a new
JTextArea object.
- JTextArea.AccessibleJTextArea - Class in javax.swing
- Provides accessibility support for
JTextArea. - JTextArea.AccessibleJTextArea() -
Constructor for class javax.swing.JTextArea.AccessibleJTextArea
- Creates a new
AccessibleJTextArea object.
- JTextComponent - Class in javax.swing.text
-
- JTextComponent() -
Constructor for class javax.swing.text.JTextComponent
- Creates a new
JTextComponent instance.
- JTextComponent.AccessibleJTextComponent - Class in javax.swing.text
- AccessibleJTextComponent implements accessibility hooks for
JTextComponent.
- JTextComponent.AccessibleJTextComponent() -
Constructor for class javax.swing.text.JTextComponent.AccessibleJTextComponent
- Construct an AccessibleJTextComponent.
- JTextComponent.KeyBinding - Class in javax.swing.text
-
- JTextComponent.KeyBinding(KeyStroke, String) -
Constructor for class javax.swing.text.JTextComponent.KeyBinding
- Creates a new
KeyBinding instance.
- JTextField - Class in javax.swing
-
- JTextField() -
Constructor for class javax.swing.JTextField
- Creates a new instance of
JTextField.
- JTextField(String) -
Constructor for class javax.swing.JTextField
- Creates a new instance of
JTextField.
- JTextField(int) -
Constructor for class javax.swing.JTextField
- Creates a new instance of
JTextField.
- JTextField(String, int) -
Constructor for class javax.swing.JTextField
- Creates a new instance of
JTextField.
- JTextField(Document, String, int) -
Constructor for class javax.swing.JTextField
- Creates a new instance of
JTextField.
- JTextField.AccessibleJTextField - Class in javax.swing
- AccessibleJTextField
- JTextField.AccessibleJTextField() -
Constructor for class javax.swing.JTextField.AccessibleJTextField
- Constructor AccessibleJTextField
- JTextPane - Class in javax.swing
- A powerful text component that supports styled content as well as
embedding images and components.
- JTextPane() -
Constructor for class javax.swing.JTextPane
- Creates a new
JTextPane with a null document.
- JTextPane(StyledDocument) -
Constructor for class javax.swing.JTextPane
- Creates a new
JTextPane and sets the specified
document.
- JToggleButton - Class in javax.swing
- The
JToggleButton component provides a stateful button,
which can be either selected or unselected. - JToggleButton() -
Constructor for class javax.swing.JToggleButton
- Constructs an unselected toggle button with no text or icon.
- JToggleButton(Action) -
Constructor for class javax.swing.JToggleButton
- Constructs a toggle button using the labelling, state
and icon specified by the supplied action.
- JToggleButton(Icon) -
Constructor for class javax.swing.JToggleButton
- Constructs an unselected toggle button with the supplied icon
and no text.
- JToggleButton(Icon, boolean) -
Constructor for class javax.swing.JToggleButton
- Constructs a toggle button with the supplied icon and state.
- JToggleButton(String) -
Constructor for class javax.swing.JToggleButton
- Constructs an unselected toggle button using the supplied text
and no icon.
- JToggleButton(String, boolean) -
Constructor for class javax.swing.JToggleButton
- Constructs a toggle button with the supplied text and state.
- JToggleButton(String, Icon) -
Constructor for class javax.swing.JToggleButton
- Constructs an unselected toggle button with the supplied text
and icon.
- JToggleButton(String, Icon, boolean) -
Constructor for class javax.swing.JToggleButton
- Constructs a toggle button with the supplied text, icon and state.
- JToggleButton.AccessibleJToggleButton - Class in javax.swing
- This class provides accessibility support for the toggle button.
- JToggleButton.AccessibleJToggleButton() -
Constructor for class javax.swing.JToggleButton.AccessibleJToggleButton
- Constructor for the accessible toggle button.
- JToggleButton.ToggleButtonModel - Class in javax.swing
- The model handles the storage and maintenance of the state of
the toggle button.
- JToggleButton.ToggleButtonModel() -
Constructor for class javax.swing.JToggleButton.ToggleButtonModel
-
- JToolBar - Class in javax.swing
- JToolBar is a component that provides a toolbar to Swing programs.
- JToolBar() -
Constructor for class javax.swing.JToolBar
- This method creates a new JToolBar object with horizontal orientation
and no name.
- JToolBar(int) -
Constructor for class javax.swing.JToolBar
- This method creates a new JToolBar with the given orientation and no
name.
- JToolBar(String) -
Constructor for class javax.swing.JToolBar
- This method creates a new JToolBar object with the given name and
horizontal orientation.
- JToolBar(String, int) -
Constructor for class javax.swing.JToolBar
- This method creates a new JToolBar object with the given name and
orientation.
- JToolBar.AccessibleJToolBar - Class in javax.swing
- Provides the accessibility features for the
JToolBar
component. - JToolBar.AccessibleJToolBar() -
Constructor for class javax.swing.JToolBar.AccessibleJToolBar
- Creates a new
AccessibleJToolBar instance.
- JToolBar.Separator - Class in javax.swing
- This is an extension of JSeparator used in toolbars.
- JToolBar.Separator() -
Constructor for class javax.swing.JToolBar.Separator
- Creates a new Separator object.
- JToolBar.Separator(Dimension) -
Constructor for class javax.swing.JToolBar.Separator
- Creates a new Separator object with the given size.
- JToolTip - Class in javax.swing
- This class is used to display ToolTips.
- JToolTip() -
Constructor for class javax.swing.JToolTip
- Creates a new
JToolTip instance.
- JToolTip.AccessibleJToolTip - Class in javax.swing
- Provides the accessibility features for the
JToolTip
component. - JToolTip.AccessibleJToolTip() -
Constructor for class javax.swing.JToolTip.AccessibleJToolTip
- Creates a new AccessibleJToolTip object.
- JTree - Class in javax.swing
-
- JTree() -
Constructor for class javax.swing.JTree
- Creates a new
JTree object.
- JTree(Hashtable<?, ?>) -
Constructor for class javax.swing.JTree
- Creates a new
JTree object.
- JTree(Object[]) -
Constructor for class javax.swing.JTree
- Creates a new
JTree object.
- JTree(TreeModel) -
Constructor for class javax.swing.JTree
- Creates a new
JTree object.
- JTree(TreeNode) -
Constructor for class javax.swing.JTree
- Creates a new
JTree object.
- JTree(TreeNode, boolean) -
Constructor for class javax.swing.JTree
- Creates a new
JTree object.
- JTree(Vector<?>) -
Constructor for class javax.swing.JTree
- Creates a new
JTree object.
- JTree.AccessibleJTree - Class in javax.swing
- This class implements accessibility support for the JTree class.
- JTree.AccessibleJTree() -
Constructor for class javax.swing.JTree.AccessibleJTree
- Constructor
- JTree.AccessibleJTree.AccessibleJTreeNode - Class in javax.swing
- 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 in javax.swing
-
- JTree.DynamicUtilTreeNode(Object, Object) -
Constructor for class javax.swing.JTree.DynamicUtilTreeNode
-
- JTree.EmptySelectionModel - Class in javax.swing
- A TreeModel that does not allow anything to be selected.
- JTree.EmptySelectionModel() -
Constructor for class javax.swing.JTree.EmptySelectionModel
- Creates a new instance of EmptySelectionModel.
- JTree.TreeModelHandler - Class in javax.swing
- Listens to the model of the JTree and updates the property
expandedState if nodes are removed or changed. - JTree.TreeModelHandler() -
Constructor for class javax.swing.JTree.TreeModelHandler
- Creates a new instance of TreeModelHandler.
- JTree.TreeSelectionRedirector - Class in javax.swing
- This redirects TreeSelectionEvents and rewrites the source of it to be
this JTree.
- JTree.TreeSelectionRedirector() -
Constructor for class javax.swing.JTree.TreeSelectionRedirector
- Creates a new instance of TreeSelectionRedirector
- JULY -
Static variable in class java.util.Calendar
- Constant representing July.
- JULY -
Static variable in class javax.xml.datatype.DatatypeConstants
- Value for July.
- JUNE -
Static variable in class java.util.Calendar
- Constant representing June.
- JUNE -
Static variable in class javax.xml.datatype.DatatypeConstants
- Value for June.
- JUSTIFICATION -
Static variable in class java.awt.font.TextAttribute
- A key for the text justification attribute.
- JUSTIFICATION_FULL -
Static variable in class java.awt.font.TextAttribute
- A value that can be used with the
TextAttribute.JUSTIFICATION attribute to
indicate full justification of the text.
- JUSTIFICATION_NONE -
Static variable in class java.awt.font.TextAttribute
- A value that can be used with the
TextAttribute.JUSTIFICATION attribute to
indicate no justification of the text.
- JViewport - Class in javax.swing
-
_
+-------------------------------+ ...........Y1 \
| view |
- JViewport() -
Constructor for class javax.swing.JViewport
-
- JViewport.AccessibleJViewport - Class in javax.swing
- Provides accessibility support for
JViewport. - JViewport.AccessibleJViewport() -
Constructor for class javax.swing.JViewport.AccessibleJViewport
- Creates a new instance of
AccessibleJViewport.
- JViewport.ViewListener - Class in javax.swing
- A
ComponentListener that listens for
changes of the view's size. - JViewport.ViewListener() -
Constructor for class javax.swing.JViewport.ViewListener
- Creates a new instance of ViewListener.
- JWindow - Class in javax.swing
- Unlike JComponent derivatives, JWindow inherits from
java.awt.Window.
- JWindow() -
Constructor for class javax.swing.JWindow
- Creates a new
JWindow that has a shared invisible owner frame
as its parent.
- JWindow(GraphicsConfiguration) -
Constructor for class javax.swing.JWindow
- Creates a new
JWindow that uses the specified graphics
environment.
- JWindow(Frame) -
Constructor for class javax.swing.JWindow
- Creates a new
JWindow that has the specified
owner frame.
- JWindow(Window) -
Constructor for class javax.swing.JWindow
- Creates a new
JWindow that has the specified
owner window.
- JWindow(Window, GraphicsConfiguration) -
Constructor for class javax.swing.JWindow
- Creates a new
JWindow for the given graphics configuration
and that has the specified owner window.
- JWindow.AccessibleJWindow - Class in javax.swing
- Provides accessibility support for
JWindow. - JWindow.AccessibleJWindow() -
Constructor for class javax.swing.JWindow.AccessibleJWindow
- Creates a new instance of
AccessibleJWindow.
|
|||||||||
| PREV LETTER NEXT LETTER | FRAMES NO FRAMES | ||||||||