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

Packages that use Properties
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 Properties in com.japisoft.xmlpad.action
 

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

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

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

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

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

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

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

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

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

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

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