Uses of Interface
com.japisoft.xmlpad.action.Features

Packages that use Features
com.japisoft.xmlpad.action   
com.japisoft.xmlpad.action.edit   
com.japisoft.xmlpad.action.file   
com.japisoft.xmlpad.action.other   
com.japisoft.xmlpad.action.search   
com.japisoft.xmlpad.action.xml   
com.japisoft.xmlpad.tree.action   
 

Uses of Features in com.japisoft.xmlpad.action
 

Classes in com.japisoft.xmlpad.action that implement Features
 class XMLAction
          Abstract class for XML action.
 

Uses of Features in com.japisoft.xmlpad.action.edit
 

Classes in com.japisoft.xmlpad.action.edit that implement Features
 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 Features in com.japisoft.xmlpad.action.file
 

Classes in com.japisoft.xmlpad.action.file that implement Features
 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 Features in com.japisoft.xmlpad.action.other
 

Classes in com.japisoft.xmlpad.action.other that implement Features
 class SplitAction
          Split the container
 class TreeVisibilityAction
          Show or hide the current location tree
 

Uses of Features in com.japisoft.xmlpad.action.search
 

Classes in com.japisoft.xmlpad.action.search that implement Features
 class SearchAction
          Action for searching a node by its tree
 class SearchElement
          Search an element
 

Uses of Features in com.japisoft.xmlpad.action.xml
 

Classes in com.japisoft.xmlpad.action.xml that implement Features
 class CommentAction
          Insert an XML comment
 class FormatAction
          Action for formatting the XML content.
 class ParseAction
          Refresh action : XML Parsing.
 

Uses of Features in com.japisoft.xmlpad.tree.action
 

Classes in com.japisoft.xmlpad.tree.action that implement Features
 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