Serialized Form


Package net.sourceforge.jsxe

Class net.sourceforge.jsxe.ActionManager.Wrapper extends AbstractAction implements Serializable

Serialized Fields

m_action

LocalizedAction m_action

Class net.sourceforge.jsxe.PluginDependencyException extends RuntimeException implements Serializable

Serialized Fields

m_pluginName

String m_pluginName

m_requiredName

String m_requiredName

m_versionRequired

String m_versionRequired

m_versionFound

String m_versionFound

Class net.sourceforge.jsxe.PluginLoadException extends RuntimeException implements Serializable

Serialized Fields

m_jarFile

JarFile m_jarFile

Class net.sourceforge.jsxe.UnrecognizedPluginException extends RuntimeException implements Serializable


Package net.sourceforge.jsxe.action

Class net.sourceforge.jsxe.action.OpenRecentFileAction extends AbstractAction implements Serializable

Serialized Fields

m_view

TabbedView m_view

m_entry

BufferHistory.BufferHistoryEntry m_entry


Package net.sourceforge.jsxe.dom

Class net.sourceforge.jsxe.dom.DOMSerializerException extends Exception implements Serializable

Serialized Fields

error

DOMError error


Package net.sourceforge.jsxe.gui

Class net.sourceforge.jsxe.gui.ActivityLogDialog extends EnhancedDialog implements Serializable

Serialized Fields

contentsJList

JList contentsJList

close

JButton close

iconJLabel

JLabel iconJLabel

activityLogJScrollPane

JScrollPane activityLogJScrollPane

Class net.sourceforge.jsxe.gui.DirtyFilesDialog extends EnhancedDialog implements Serializable

Serialized Fields

newTabbedView

TabbedView newTabbedView

dirtyFilesJList

JList dirtyFilesJList

dirtyFilesJListModel

DefaultListModel dirtyFilesJListModel

newDirtyBuffers

ArrayList newDirtyBuffers

dirtyFiles

String[] dirtyFiles

bottomJPanel

JPanel bottomJPanel

cancelJButton

JButton cancelJButton

centerJPanel

JPanel centerJPanel

discardSelectedJButton

JButton discardSelectedJButton

jLabel1

JLabel jLabel1

jScrollPane

JScrollPane jScrollPane

saveSelectedJButton

JButton saveSelectedJButton

selectAllJButton

JButton selectAllJButton

topJLabel

JLabel topJLabel

topJPanel

JPanel topJPanel

cancelFlag

boolean cancelFlag

Class net.sourceforge.jsxe.gui.DocumentOptionsDialog extends EnhancedDialog implements Serializable

Serialized Fields

m_view

TabbedView m_view
The parent view


m_okButton

JButton m_okButton

m_cancelButton

JButton m_cancelButton

m_optionPane

OptionPane m_optionPane
The document options panel for the current document

Class net.sourceforge.jsxe.gui.EnhancedDialog extends JDialog implements Serializable

Serialized Fields

keyHandler

EnhancedDialog.KeyHandler keyHandler

Class net.sourceforge.jsxe.gui.ErrorListDialog extends EnhancedDialog implements Serializable

Serialized Fields

ok

JButton ok

Class net.sourceforge.jsxe.gui.GlobalOptionsDialog extends OptionsDialog implements Serializable

Serialized Fields

m_buffer

DocumentBuffer m_buffer

m_defaultGroup

OptionGroup m_defaultGroup

Class net.sourceforge.jsxe.gui.GrabKeyDialog extends JDialog implements Serializable

Serialized Fields

shortcut

net.sourceforge.jsxe.gui.GrabKeyDialog.InputPane shortcut

assignedTo

JLabel assignedTo

ok

JButton ok

remove

JButton remove

cancel

JButton cancel

clear

JButton clear

isOK

boolean isOK

binding

GrabKeyDialog.KeyBinding binding

allBindings

Vector allBindings

Class net.sourceforge.jsxe.gui.GridPanel extends JPanel implements Serializable

Serialized Fields

initialized

boolean initialized
Has the option pane been initialized?


gridBag

GridBagLayout gridBag
The layout manager.


y

int y
The number of components already added to the layout manager.

Class net.sourceforge.jsxe.gui.jsxeFileDialog extends JFileChooser implements Serializable

Class net.sourceforge.jsxe.gui.OptionsDialog extends EnhancedDialog implements Serializable

Serialized Fields

name

String name

splitter

JSplitPane splitter

paneTree

JTree paneTree

cardPanel

JPanel cardPanel

currentLabel

JLabel currentLabel

ok

JButton ok

cancel

JButton cancel

apply

JButton apply

currentPane

String currentPane

firstPane

String firstPane

Class net.sourceforge.jsxe.gui.OptionsPanel extends JPanel implements Serializable

Class net.sourceforge.jsxe.gui.PluginManagerDialog extends EnhancedDialog implements Serializable

Serialized Fields

m_ok

JButton m_ok

m_cancel

JButton m_cancel

m_pluginNames

ArrayList m_pluginNames

Class net.sourceforge.jsxe.gui.ProgressSplashScreenWindow extends JWindow implements Serializable

Serialized Fields

progressBar

JProgressBar progressBar

outputScroll

JScrollPane outputScroll

imageLabel

JLabel imageLabel

Class net.sourceforge.jsxe.gui.StatusBar extends JPanel implements Serializable

Serialized Fields

m_centerLabel

JLabel m_centerLabel
The main status bar label


m_leftLabel

JLabel m_leftLabel

m_mainPanel

JPanel m_mainPanel

Class net.sourceforge.jsxe.gui.TabbedView extends JFrame implements Serializable

Serialized Fields

m_fileMenu

JMenu m_fileMenu

m_viewMenu

JMenu m_viewMenu

m_toolsMenu

JMenu m_toolsMenu

m_helpMenu

JMenu m_helpMenu

m_recentFilesMenu

WrappingMenu m_recentFilesMenu

m_documentViews

ArrayList m_documentViews

tabbedPane

JTabbedPane tabbedPane

m_statusBar

StatusBar m_statusBar

panel

JPanel panel

m_docBufListener

DocumentBufferListener m_docBufListener

m_keyHandler

net.sourceforge.jsxe.gui.TabbedView.KeyHandler m_keyHandler

m_containerHandler

net.sourceforge.jsxe.gui.TabbedView.ContainerHandler m_containerHandler

Class net.sourceforge.jsxe.gui.VariableGridLayout extends Object implements Serializable

Serialized Fields

mode

int mode

size

int size

hgap

int hgap

vgap

int vgap


Package net.sourceforge.jsxe.gui.menu

Class net.sourceforge.jsxe.gui.menu.WrappingMenu extends JMenu implements Serializable

Serialized Fields

m_wrapCount

int m_wrapCount

m_addToMenus

Stack m_addToMenus

m_menuHash

HashMap m_menuHash
An item to menu that contains it mapping.

Class net.sourceforge.jsxe.gui.menu.WrappingMenu.MoreMenu extends JMenu implements Serializable


Package net.sourceforge.jsxe.options

Class net.sourceforge.jsxe.options.AbstractOptionPane extends GridPanel implements Serializable

Serialized Fields

name

String name

Class net.sourceforge.jsxe.options.GeneralOptionPane extends AbstractOptionPane implements Serializable

Serialized Fields

menuSpillOverComboBox

JComboBox menuSpillOverComboBox

maxRecentFilesComboBox

JComboBox maxRecentFilesComboBox

network

JComboBox network

Class net.sourceforge.jsxe.options.ShortcutsOptionPane extends AbstractOptionPane implements Serializable

Serialized Fields

m_currentModel

net.sourceforge.jsxe.options.ShortcutsOptionPane.ActionSetTableModel m_currentModel

m_models

Vector m_models

m_setsComboBox

JComboBox m_setsComboBox

m_keyTable

JTable m_keyTable