org.merlotxml.merlot
Class XMLEditorActions
java.lang.Object
|
+--org.merlotxml.merlot.XMLEditorActions
- public class XMLEditorActions
- extends java.lang.Object
- implements MerlotConstants
Actions used by the xml editor UI
- Version:
- $Id: XMLEditorActions.java,v 1.10.4.1 2001/01/30 04:01:02 camk Exp $
- Author:
- Kelly A. Campbell
Fields inherited from interface org.merlotxml.merlot.MerlotConstants |
ACTION_MENU_ACCELERATOR,
ACTION_MENU_ICON,
ACTION_NAME,
ACTION_SHORT_DESCRIPTION,
ACTION_SMALL_ICON,
AFTER,
BEFORE,
ERR,
INTO,
UI,
XML |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
_quitAction
protected XMLEditorActions.QuitAction _quitAction
_saveFileAction
protected XMLEditorActions.SaveFileAction _saveFileAction
_saveAsAction
protected XMLEditorActions.SaveAsAction _saveAsAction
_closeFileAction
protected XMLEditorActions.CloseFileAction _closeFileAction
_revertFileAction
protected XMLEditorActions.RevertFileAction _revertFileAction
_newFileAction
protected XMLEditorActions.NewFileAction _newFileAction
_openFileAction
protected XMLEditorActions.OpenFileAction _openFileAction
_openLibraryAction
protected XMLEditorActions.OpenLibraryAction _openLibraryAction
_newLibraryAction
protected XMLEditorActions.NewLibraryAction _newLibraryAction
_undoAction
protected javax.swing.Action _undoAction
_cutAction
protected javax.swing.Action _cutAction
_copyAction
protected javax.swing.Action _copyAction
_pasteAction
protected javax.swing.Action _pasteAction
_prefsAction
protected javax.swing.Action _prefsAction
_windowCascadeAction
protected XMLEditorActions.WindowCascadeAction _windowCascadeAction
_windowTileHorizontalAction
protected XMLEditorActions.WindowTileHorizontalAction _windowTileHorizontalAction
_windowTileVerticalAction
protected XMLEditorActions.WindowTileVerticalAction _windowTileVerticalAction
_pluginLoadAction
protected XMLEditorActions.PluginLoadAction _pluginLoadAction
_aboutAction
protected javax.swing.Action _aboutAction
_winLFAction
protected javax.swing.Action _winLFAction
_metalLFAction
protected javax.swing.Action _metalLFAction
XMLEditorActions
public XMLEditorActions(XMLEditorFrame f)
getSharedInstance
public static XMLEditorActions getSharedInstance()