|
Class Summary |
| AddFacetDialog |
Extends SelectionDialog to provide a selection
dialog for adding facets to a Topic. |
| AssociationEditorDialog |
A singleton class extending JDialog, providing basic dialog features for an
Association editor. |
| CollectionVisualizer |
A utility that visualizes one or more XMLDB Collections via a GraphView. |
| Composer |
An processor class for to extract the spatial structure from a graph,
and from this organize the composition of the selected Occurrences of
those Topics into an XHTML document. |
| ComposerDialog |
A subclass of JDialog providing a dialog box devoted to planning a
composition. |
| ComposerListener |
Extends ActionListener to respond to Compositer status
changes during composition. |
| Compositor |
An Object given the responsibility of managing content extraction
and metadata handling for Topics having an occurrence to be composed
as part of a composite document. |
| ConnectedNodesPanel |
Extends ExpandablePanel to provided a panel for navigating among the nodes
connected to the current one, either up, down, or in any direction. |
| DatatypeValuePanel |
A ValuePanel extension used for selection from
among the registered datatypes within the ValueManager. |
| DateTimeValuePanel |
A ValuePanel extension used for input of DateTime values. |
| DateValuePanel |
A ValuePanel extension used for input of Date values. |
| EditorLayoutPanel |
Extends TMLayoutPanel as an editing panel for visualized Topic Map objects. |
| EnumerationValuePanel |
A ValuePanel extension used for input of enumerated
String values. |
| FacetPanel |
Extends JPanel to provided a panel for navigating among the nodes
connected to the current one, either up, down, or in any direction. |
| FavoritesList |
Extends JComboBox acting as a Topic favorites list. |
| FindTopicDialog |
A class that creates a dialog box used for searching for a topic in the
graph. |
| FindTopicPanel |
A JPanel extension used for searching for a topic in the graph. |
| GraphInfoDialog |
Extends JDialog providing a Help dialog box. |
| GraphNavigator |
A subclass of JDialog providing a dialog box devoted to navigating a
Topic Map. |
| LinkPopupMenu |
A class that creates a link popup menu (used by TNodes having Locators that
have been caused a loading of an external Topic Map). |
| OccurrenceViewer |
Extends Thread to display a Topic Occurrence. |
| ResourceSelectionDialog |
A subclass of JDialog providing a selection list populated by a Vector. |
| StringValuePanel |
A ValuePanel extension used for input of String values. |
| TopicEditorDialog |
Extends JDialog providing editor features for Topic nodes (TNodes). |
| TopicMapObjectRenderer |
Extends JLabel to provide a renderer for org.tm4j.topicmap.TopicMapObjects
(e.g., Topic, Association, Occurrence) when appearing in a Swing JList. |
| ValueManager |
Extends JPanel as a container for ValuePanel
instances, selectable via a String identifier (generally a URI indicating
a datatype). |
| ValuePanel |
An abstract class for a JPanel extension used as an input panel for
a specific datatype, as used in FacetPanel. |