|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Uses of XMLAction in com.japisoft.xmlpad.action |
| Subclasses of XMLAction in com.japisoft.xmlpad.action | |
class |
XMLActionForSelection
This is a basic class for enabling/disabling action for a text selection. |
| Methods in com.japisoft.xmlpad.action with parameters of type XMLAction | |
static void |
ActionModel.addActionForGroup(java.lang.String groupName,
com.japisoft.xmlpad.action.XMLAction a)
Add this action 'a' for the followed groupName. |
static void |
ActionModel.removeActionForGroup(java.lang.String groupName,
com.japisoft.xmlpad.action.XMLAction a)
Remove this action 'a' from the following groupName. |
| 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 |
SurroundCDATAAction
Surround the selection by an XML CDATA Section |
class |
SurroundTagAction
Surround by a tag the selection |
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 vetically |
class |
SplitActionHorizontal
Split the container horizontally |
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 | ||||||||||