|
Class Summary |
| AboutDialog |
This class provides a dialog that will show informations about the current
JAXFront application. |
| AbstractEditorPanel |
AbstractEditorPanel is an abstract class which is responsible for visualizing
the JAXFront type tree. |
| AbstractFrame |
This class represents an abstract frame that may be used to
easily build an application that runs within a frame. |
| AbstractPopUpMenu |
This class is a popup menu that provides methodes for the acces to
the navigation tree |
| CheckTreeCellEditor |
|
| CheckTreeCellRenderer |
|
| ChooserTab |
This class visualizes three FileLocationChooser to choose an xsd, xml and/or xui
document that should be loaded into JAXFront. |
| ConsolAppender |
The ConsoleAppender appends log events to the jaxfront Console. |
| Console |
This class is a panel with a text area where the log messages could be
displayed. |
| DefaultPopUpMenu |
This class is a popup menu that creates a default popup for the navigation
tree with which the user can navigate through the tree nodes. |
| EditorPanel |
A instance of this class can be used to visualize a jaxfront tree with its
types. |
| ErrorMessageStatusBar |
An instance of this class is showing in the TypeWorkspace in the south. |
| FileNameChooser |
An instance of FileNameChooser shows several locations of resources in a combo box
that are xml files eq. po.xsd, po.xml, po.xui. |
| FileNameChooserModern |
An instance of FileNameChooser shows several locations of resources in a combo box
that are xml files eq. po.xsd, po.xml, po.xui. |
| GenericSuffixFilter |
|
| MemoryIndicatorPanel |
|
| NavigationTree |
A NavigationTree is a tree that display the jaxfront types. |
| NavigationTreeCellEditor |
|
| NavigationTreeCellRenderer |
This class is a tree cell renderer. |
| ShowXMLDialog |
A simple Editor to edit and show an jaxfront document For example:
ShowXMLDialog xmlDialog = new ShowXMLDialog(aDocument);
xmlDialog.setVisible(true);
|
| SplashScreen |
This class represents a splash screen for the applications startup. |
| StatusBar |
StatusBar for the XUIEditor. |
| TemplateFileChooser |
This class shows a dialog where the user can load the resources for jaxfront. |
| TextDialog |
A simple Editor to edit and show an jaxfront document For example:
ShowXMLDialog xmlDialog = new ShowXMLDialog(aDocument);
xmlDialog.setVisible(true);
|
| TypeWorkspace |
An instance of this class visualises a jaxfront type For example:
TypeWorkspace ws = new TypeWorkspace(editorPanel);
ws.visualize(aType);
Note that the EditorPanel or XUIEditorPanel creates an instance of this
class. |
| XMLFilter |
A FileFilter, once implemented, can be set on a File to
keep unwanted files from appearing in the directory listing. |
| XMLIndentHandler |
This class parse the xml string of a TextDocument and insert in this
TextDocument indents and mark the elements, attributes, comments, text and
processing instruction with different color and style. |
| XSDFilter |
A FileFilter, once implemented, can be set on a File to
keep unwanted files from appearing in the directory listing. |
| XUIFilter |
A FileFilter, once implemented, can be set on a File to
keep unwanted files from appearing in the directory listing. |