Preferences Editor

Serialized Form


Package de.jppietsch.gui

Class de.jppietsch.gui.MainWindow extends JFrame implements Serializable

Serialized Fields

menuBar

JMenuBar menuBar
The menu bar of this window.


toolBar

JToolBar toolBar
The tool bar.

Class de.jppietsch.gui.MainWindow.ExitAction extends RscAction implements Serializable

Class de.jppietsch.gui.RscAction extends AbstractAction implements Serializable

Class de.jppietsch.gui.RscMenu extends JMenu implements Serializable


Package de.jppietsch.prefedit

Class de.jppietsch.prefedit.PrefEditWindow extends MainWindow implements Serializable

Serialized Fields

treeModel

DefaultTreeModel treeModel
This window's preferences tree model.


table

JTable table
A table view to the currently selected preference node's keys and values.


tree

JTree tree
A tree view to the preferences.


tableModel

PreferencesTableModel tableModel
A table model for the currently selected preference node.


importAction

RscAction importAction
An action to import a preferences node from an XML file.


exportAction

RscAction exportAction
An action to export a preferences node to an XML file.


newKeyAction

RscAction newKeyAction
An action to create a new key and add it to the current node.


cutAction

RscAction cutAction
An action to cut the currently selected preferences node or preference and put it into the clipboard.


copyAction

RscAction copyAction
An action to copy the currently selected preferences node or preference to the clipboard.


pasteAction

RscAction pasteAction
An action to paste the contents of the clipboard to currently selected preferences node.


newNodeAction

RscAction newNodeAction
An action to create a new node and add it to the current node.


recentTableFocus

boolean recentTableFocus
Flag: "table and not tree had the focus most recently"

Class de.jppietsch.prefedit.PreferencesTableModel extends AbstractTableModel implements Serializable

Serialized Fields

preferences

Preferences preferences
Description of the Field


rsc

RscBundle rsc
Resource bundle which delivers column names etc.

Class de.jppietsch.prefedit.PreferencesTreeNode extends DefaultMutableTreeNode implements Serializable

Serialized Fields

name

String name
The name of this tree node.


preferences

Preferences preferences
Preferences which are represented by this tree node.

Class de.jppietsch.prefedit.RootTreeNode extends DefaultMutableTreeNode implements Serializable


Preferences Editor