|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Class Summary | |
---|---|
ActionConsts | Constants used in contributors, menus, actions. |
AddAttributeWizardAction | Action to add new attribute to element. |
DeleteElementAction | Deletes element specified in constructor. |
DeleteElementsOnlyAction | Action to delete selected elements. |
EMMenuManager | |
EmptyAction | An empty action. |
InsertNodeAction | Common action to insert node by wizard. |
ModifyNodeAction | Action to modify node of any type. |
MultiNodeEnclosingAction | Encloses selection by element, if single selection - is selected only continuous text with one id multi selection - are selected sequent neightbour nodes |
NodeManipulateAction | Common action for manipulating single node gained from:
selection
contructor - if node was specified in constructor, that node is taken
into account, so selection is not handled.
How node is gained from selection, is specified by type:
NodeManipulateAction.SINGLE - selection must contain one node
only (otherwise action is disabled), so which is taken for manipulation
NodeManipulateAction.FIRST - as node for manipualtion is taken
first node in selection
NodeManipulateAction.LAST - as node for manipualtion is taken
last node in selection
and into account is taken way of partially selected nodes processing (this
option is set in constructor):if selection contains some partially selected nodes, then action is disabled if selection contains some partially selected nodes, they are proccessed as completelly selected nodes |
RedoAction | |
SelectAction | Selects node(or part, depends on id) specified by id in constructor. |
SelectParentAction | Selects parent of selected element or element with cursor. |
ShowDocumentPropertiesAction | Shows some info about current document - location, namespaces, number of elements and attributes, etc etc. |
UndoAction | |
XMLAccessModifyAction | Base action for generic xml modification actions. Supposed to be subclassed. |
XMLActionContributor | Contributor for XMLEditor. |
XMLEditor comes with basic wysiswyg editing abilities in bars.
XMLEditor
fills these bars(mainly context menu) by
XMLActionContributor
. The base action class is
XMLAccessModifyAction
.
Features covered by actions are:
Mainteners Tomáš Studva
|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |