Interface | Description |
---|---|
HTMLPage.EmbedListener |
Class | Description |
---|---|
AccentAction |
A tool for typing accented characters into JTextComponents.
|
Arrow |
Model and draw an arrow.
|
CheckOff |
Dialog for choosing from a list
After constructing the object, the client tailors it:
CheckOff co = new CheckOff(null, "Pick a Winner", "Choose one or more of the following:");
co.setIcon(Icon);
co.setList( ...
|
ChoosableFileField |
A file field combining a JTextField naming a file-or-directory and a button
to set the field via JFileChooser.
|
DateParser |
This class accepts dates in a wide variety of formats, most of which
have been observed in the wild.
|
DragRect |
Display and manage a resizeable/draggable rectangle.
|
Embed |
Manage a user input object embedded in a document.
|
Embed.EAbstractButton |
An Embed that manages a button.
|
Embed.EButton |
Embed JButton.
|
Embed.ECheckBox |
An Embed that manages a JCheckBox.
|
Embed.EComboBox |
An Embed that manages a JComboBox<String>.
|
Embed.EFilename |
Embed a JTextField AND an associated button
to raise a JFileChooser.
|
Embed.ELabel |
An Embed that manages a JLabel.
|
Embed.EList |
An Embed that manages a JList.
|
Embed.EPanel |
Embed JPanel.
|
Embed.ERadioButton |
An Embed that manages a JRadioButton.
|
Embed.ESpinner |
An Embed that manages a JSpinner.
|
Embed.ETextComponent |
An Embed that manages a JTextField or a JTextArea.
|
HelpBox |
Establishes and manages a link between an application and a help file.
|
HelpfulFileChooser |
A skin for JFileChooser.
|
HelpfulFileChooser.HelpDialog |
A dialog that provides help for HelpfulFileChooser.
|
HTMLDocPlus | Deprecated
Use instead HTMLPage HTMLPane HTMLKit and Embed
The relationships of the objects of HTMLDocPlus is diagrammed as
<img src="doc-files/HTMLDocPlusObjects.png" width="561" height="436"
slt="Relations among the HTMLDocPlus objects">
JComponents are embedded in documents using the syntax described
with the Embed class.
|
HTMLDocPlus.ChoiceDiv | |
HTMLDocPlus.ChoiceGroup |
A document may be displayed piecemeal; nominally each piece
corresponds to a tab in the view, but other organizations
will also be used.
|
HTMLDocPlus.Embed |
Manage a user input object embedded in a document.
|
HTMLDocPlus.EmbedAbstractButton |
An Embed that manages a button.
|
HTMLDocPlus.EmbedButton |
Embed JButton.
|
HTMLDocPlus.EmbedCheckBox |
An Embed that manages a JCheckBox.
|
HTMLDocPlus.EmbedComboBox |
An Embed that manages a JComboBox
|
HTMLDocPlus.EmbedFilename |
Embed a JTextField AND an associated button
to raise a JFileChooser.
|
HTMLDocPlus.EmbedLabel |
An Embed that manages a JLabel.
|
HTMLDocPlus.EmbedList |
An Embed that manages a JList.
|
HTMLDocPlus.EmbedListener | |
HTMLDocPlus.EmbedRadioButton |
An Embed that manages a JRadioButton.
|
HTMLDocPlus.EmbedTextComponent |
An Embed that manages a JTextField or a JTextArea.
|
HTMLDocPlus.HTMLEdKitPlus | |
HTMLDocPlus.HTMLFactoryPlus | |
HTMLDocPlus.HTMLFactoryPlus.ImageViewPlus | |
HTMLKit | |
HTMLPage |
A data model for HTML pages.
|
HTMLPane |
Support for embedding components in an HTMLDocument.
|
HTMLPane.ChoiceDiv | |
HTMLPane.ChoiceGroup |
A document may be displayed piecemeal; nominally each piece
corresponds to a tab in the view, but other organizations
will also be used.
|
INumber |
Sequential value objects.
|
Pointer |
An Arrow from one component to another.
|
Pointer.Attachment |
Each end of a Pointer is an Attachment.
|
PropertyPack |
A PropertyPack is a set of properties from various locations
named by a packStem and locale-based variants thereof.
|
PropertyPack.CacheEntry |
Record the value for a property along with its source.
|
TextFields |
A TextFields is an adjunct to a JEditorPane.
|
TextFields.ArrowPane |
A JPanel for overlaying the text and labels windows.
|
Enum | Description |
---|---|
Arrow.Corner |
Attachment points around a Component.
|
DragRect.Moving |
Cell values for the activeToMoving map.
|
DragRect.Side |
There is one Side enum value for each possible side:
left, top, right, bottom.
|
Pointer.Hook |
Attachment points around a Component.
|