|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use XMLAction | |
com.japisoft.xmlpad.action |
Uses of XMLAction in com.japisoft.xmlpad.action |
Subclasses of XMLAction in com.japisoft.xmlpad.action | |
class |
CommentAction
Insert an XML comment |
class |
CopyAction
Copy action |
class |
CutAction
Cut action |
class |
FormatAction
Action for formatting the XML content |
class |
LoadAction
Load a new XML document |
class |
NewAction
New action |
class |
ParseAction
Refresh action : XML Parsing |
class |
PasteAction
Paste action |
class |
RedoAction
Redo action |
class |
SaveAction
|
class |
SaveAsAction
Action for saving the current content |
class |
SearchAction
Action for searching a node by its tree |
class |
SplitAction
Split the container |
class |
UndoAction
Undo action |
Methods in com.japisoft.xmlpad.action that return XMLAction | |
static XMLAction |
ActionModel.getActionByName(java.lang.String name)
|
XMLAction |
ActionGroup.getActionByName(java.lang.String name)
|
Methods in com.japisoft.xmlpad.action with parameters of type XMLAction | |
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 |
void |
ActionGroup.addAction(XMLAction a)
Add a new XML action |
void |
ActionGroup.removeAction(XMLAction a)
Remove a known XML action |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |