|
Preferences Editor | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RscAction | |
de.jppietsch.gui | |
de.jppietsch.prefedit |
Uses of RscAction in de.jppietsch.gui |
Subclasses of RscAction in de.jppietsch.gui | |
class |
MainWindow.ExitAction
Default action to exit the application. |
Uses of RscAction in de.jppietsch.prefedit |
Fields in de.jppietsch.prefedit declared as RscAction | |
private RscAction |
PrefEditWindow.importAction
An action to import a preferences node from an XML file. |
private RscAction |
PrefEditWindow.exportAction
An action to export a preferences node to an XML file. |
private RscAction |
PrefEditWindow.newKeyAction
An action to create a new key and add it to the current node. |
private RscAction |
PrefEditWindow.cutAction
An action to cut the currently selected preferences node or preference and put it into the clipboard. |
private RscAction |
PrefEditWindow.copyAction
An action to copy the currently selected preferences node or preference to the clipboard. |
private RscAction |
PrefEditWindow.pasteAction
An action to paste the contents of the clipboard to currently selected preferences node. |
private RscAction |
PrefEditWindow.newNodeAction
An action to create a new node and add it to the current node. |
Methods in de.jppietsch.prefedit with parameters of type RscAction | |
private void |
PrefEditWindow.initAction(JMenu aMenu,
RscAction anAction)
Adds the given action to the menu and the toolbar and disables it initially. |
|
Preferences Editor | ||||||||||
PREV NEXT | FRAMES NO FRAMES |