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.
DocumentOptionsDialog The DocumentOptions class represents the options that are specific to an XML Document.
EnhancedDialog A dialog box that handles window closing, the ENTER key and the ESCAPE key for you.
ErrorListDialog A dialog that displays multiple errors based on a Vector containing string objects.
GlobalOptionsDialog jsXe's global options dialog.
GrabKeyDialog A dialog for getting shortcut keys.
GrabKeyDialog.KeyBinding A jsXe key binding
GridPanel A convenient class for laying out components in a form or dialog.
GUIUtilities Various GUI functions.
jsxeAboutDialog Displays the jsXe about dialog.
jsxeFileDialog The file chooser dialog for jsXe.
KeyEventTranslator In conjunction with the KeyEventWorkaround, hides some warts in the AWT key event API.
KeyEventTranslator.Key  
KeyEventWorkaround Various hacks to get keyboard event handling to behave in a consistent manner across Java implementations.
Messages Messages is the mechanism that jsXe uses to localize messages into the locale of the user.
OptionsDialog An abstract tabbed options dialog box.
OptionsDialog.OptionTreeModel  
OptionsPanel Deprecated. implement OptionPane directly or use AbstractOptionPane
PluginManagerDialog The plugin manager dialog for jsXe.
ProgressSplashScreenWindow A splashscreen that popups when the jsxe application starts
StatusBar The status bar used to display info to the user.
TabbedView The view container that holds the JTabbedPane that holds all open DocumentViews.
VariableGridLayout The VariableGridLayout class is a layout manager that lays out a container's components in a rectangular grid with variable cell sizes.