Package net.sourceforge.jsxe.gui

Interface Summary
DocumentView The DocumentView class defines the methods that will be implemented by all views in jsXe that provide features for editing XML documents.
 

Class Summary
ActivityLogDialog Dialog box which appears in response to ActivityLogAction being triggered
DirtyFilesDialog The Dialog box which comes up when user is exiting jsXe and their are dirty files existing.
EnhancedDialog A dialog box that handles window closing, the ENTER key and the ESCAPE key for you.
EnhancedMenu A Menu class that handles wrapping the menu items into sub-menus for you.
ErrorListDialog A dialog that displays multiple errors based on a Vector containing string objects.
GlobalOptionsDialog jsXe's global options dialog.
jsxeAboutDialog Displays the jsXe about dialog.
jsxeFileDialog The file chooser dialog for jsXe.
Messages Gets the messages for the current locale according to the JVM.
OptionsDialog An abstract tabbed options dialog box.
OptionsDialog.OptionTreeModel  
OptionsPanel Defines methods that are required for panels that are placed in jsXe's options dialogs
PluginManagerDialog The plugin manager dialog for jsXe.
ProgressSplashScreenWindow A splashscreen that popups when the jsxe application starts
TabbedView The view container that holds the JTabbedPane that holds all open DocumentViews.