com.japisoft.xmlpad.action
Interface ActionSet

All Known Implementing Classes:
ActionModel

public interface ActionSet

This interface describes available known action. It can be used for updating / changing an action

Version:
1.0
Author:
(c) 2004 JAPISoft / http://www.japisoft.com

Field Summary
static java.lang.String COMMENT_ACTION
          Comment action
static java.lang.String COPY_ACTION
          Copy action
static java.lang.String CUT_ACTION
          Cut action
static java.lang.String FAST_COMMENT_ACTION
          Fast comment/uncomment action
static java.lang.String FORMAT_ACTION
          Format action
static java.lang.String INSERT_ACTION
          Insert file action
static java.lang.String LOAD_ACTION
          Load action
static java.lang.String NEW_ACTION
          New action
static java.lang.String PARSE_ACTION
          Refresh action
static java.lang.String PASTE_ACTION
          Paste action
static java.lang.String REDO_ACTION
          Redo action
static java.lang.String SAVE_ACTION
          Save action
static java.lang.String SAVEAS_ACTION
          SaveAs action
static java.lang.String SEARCH_ACTION
          Search action
static java.lang.String SPLIT_ACTION
          Split vertically action
static java.lang.String SPLIT_ACTION_HOR
          Split horizontally action
static java.lang.String TREE_ADDHISTORY_ACTION
          Add the current node in the history
static java.lang.String TREE_CLEANHISTORY_ACTION
          Clean the history
static java.lang.String TREE_COMMENTNODE_ACTION
          Tree comment node
static java.lang.String TREE_COPYNODE_ACTION
          Tree copy node
static java.lang.String TREE_CUTNODE_ACTION
          Tree cut node
static java.lang.String TREE_EDITNODE_ACTION
          Tree edit node
static java.lang.String TREE_NEXT_ACTION
          Retreive the next history node
static java.lang.String TREE_PREVIOUS_ACTION
          Retreive the previous history node
static java.lang.String TREE_SELECTNODE_ACTION
          Tree select node
static java.lang.String UNDO_ACTION
          Undo action
 

Field Detail

NEW_ACTION

public static final java.lang.String NEW_ACTION
New action


UNDO_ACTION

public static final java.lang.String UNDO_ACTION
Undo action


REDO_ACTION

public static final java.lang.String REDO_ACTION
Redo action


COPY_ACTION

public static final java.lang.String COPY_ACTION
Copy action


CUT_ACTION

public static final java.lang.String CUT_ACTION
Cut action


PASTE_ACTION

public static final java.lang.String PASTE_ACTION
Paste action


PARSE_ACTION

public static final java.lang.String PARSE_ACTION
Refresh action


SEARCH_ACTION

public static final java.lang.String SEARCH_ACTION
Search action


COMMENT_ACTION

public static final java.lang.String COMMENT_ACTION
Comment action


FAST_COMMENT_ACTION

public static final java.lang.String FAST_COMMENT_ACTION
Fast comment/uncomment action


SAVEAS_ACTION

public static final java.lang.String SAVEAS_ACTION
SaveAs action


SAVE_ACTION

public static final java.lang.String SAVE_ACTION
Save action


INSERT_ACTION

public static final java.lang.String INSERT_ACTION
Insert file action


LOAD_ACTION

public static final java.lang.String LOAD_ACTION
Load action


SPLIT_ACTION

public static final java.lang.String SPLIT_ACTION
Split vertically action


SPLIT_ACTION_HOR

public static final java.lang.String SPLIT_ACTION_HOR
Split horizontally action


FORMAT_ACTION

public static final java.lang.String FORMAT_ACTION
Format action


TREE_SELECTNODE_ACTION

public static final java.lang.String TREE_SELECTNODE_ACTION
Tree select node


TREE_COPYNODE_ACTION

public static final java.lang.String TREE_COPYNODE_ACTION
Tree copy node


TREE_CUTNODE_ACTION

public static final java.lang.String TREE_CUTNODE_ACTION
Tree cut node


TREE_EDITNODE_ACTION

public static final java.lang.String TREE_EDITNODE_ACTION
Tree edit node


TREE_COMMENTNODE_ACTION

public static final java.lang.String TREE_COMMENTNODE_ACTION
Tree comment node


TREE_PREVIOUS_ACTION

public static final java.lang.String TREE_PREVIOUS_ACTION
Retreive the previous history node


TREE_NEXT_ACTION

public static final java.lang.String TREE_NEXT_ACTION
Retreive the next history node


TREE_CLEANHISTORY_ACTION

public static final java.lang.String TREE_CLEANHISTORY_ACTION
Clean the history


TREE_ADDHISTORY_ACTION

public static final java.lang.String TREE_ADDHISTORY_ACTION
Add the current node in the history



Copyright © 2006 JAPISoft. All Rights Reserved.