|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of XMLAction in com.japisoft.xmlpad.action |
Methods in com.japisoft.xmlpad.action that return XMLAction | |
XMLAction |
ActionGroup.getActionByName(java.lang.String name)
|
static XMLAction |
ActionModel.getActionByName(java.lang.String name)
|
Methods in com.japisoft.xmlpad.action with parameters of type XMLAction | |
void |
ActionGroup.addAction(XMLAction a)
Add a new XML action |
void |
ActionGroup.removeAction(XMLAction a)
Remove a known XML action |
static void |
ActionModel.addActionForGroup(java.lang.String groupName,
XMLAction a)
Add this action 'a' for the followed groupName. |
static void |
ActionModel.removeActionForGroup(java.lang.String groupName,
XMLAction a)
Remove this action 'a' from the following groupName. |
static void |
ActionModel.replaceActionByName(java.lang.String name,
XMLAction newAction)
Replace an action matching the name by the newAction |
Uses of XMLAction in com.japisoft.xmlpad.action.edit |
Subclasses of XMLAction in com.japisoft.xmlpad.action.edit | |
class |
CommentTagAction
Comment the current tag |
class |
CopyAction
Copy action |
class |
CopyXPathLocation
Copy the current XPath location |
class |
CutAction
Cut action |
class |
FastCommentUncommentAction
Fast comment/uncomment |
class |
PasteAction
Paste action |
class |
RedoAction
Redo action |
class |
SelectAllAction
Select all on the current editor |
class |
SelectTagAction
Select the current tag |
class |
UndoAction
Undo action |
Uses of XMLAction in com.japisoft.xmlpad.action.file |
Subclasses of XMLAction in com.japisoft.xmlpad.action.file | |
class |
InsertAction
Insert a file content at the current location |
class |
LoadAction
Load a new XML document |
class |
NewAction
New action |
class |
SaveAction
|
class |
SaveAsAction
Action for saving the current content |
Uses of XMLAction in com.japisoft.xmlpad.action.other |
Subclasses of XMLAction in com.japisoft.xmlpad.action.other | |
class |
SplitAction
Split the container |
class |
TreeVisibilityAction
Show or hide the current location tree |
Uses of XMLAction in com.japisoft.xmlpad.action.search |
Subclasses of XMLAction in com.japisoft.xmlpad.action.search | |
class |
SearchAction
Action for searching a node by its tree |
class |
SearchElement
Search an element |
Uses of XMLAction in com.japisoft.xmlpad.action.xml |
Subclasses of XMLAction in com.japisoft.xmlpad.action.xml | |
class |
CommentAction
Insert an XML comment |
class |
FormatAction
Action for formatting the XML content. |
class |
ParseAction
Refresh action : XML Parsing. |
Uses of XMLAction in com.japisoft.xmlpad.tree.action |
Subclasses of XMLAction in com.japisoft.xmlpad.tree.action | |
class |
AbstractTreeAction
Basic class for Tree action |
class |
AddHistoryAction
Add this navigation path to the history |
class |
CleanHistoryAction
Delete current navigation history |
class |
CommentNode
Comment the current selection |
class |
CopyNode
Copy the tree node |
class |
CutNode
Cut the current node |
class |
EditNode
Edit the current node using the EditorModel |
class |
NextAction
Navigation history : Next path |
class |
PreviousAction
Navigation history path : Previous one |
class |
SelectNode
Select the current node |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |