Serialized Form
menuBar
JMenuBar menuBar
- The menu bar of this window.
toolBar
JToolBar toolBar
- The tool bar.
|
Package de.jppietsch.prefedit |
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"
preferences
Preferences preferences
- Description of the Field
rsc
RscBundle rsc
- Resource bundle which delivers column names etc.
name
String name
- The name of this tree node.
preferences
Preferences preferences
- Preferences which are represented by this tree node.