|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use XMLAccessModifyAction | |
---|---|
sk.uniba.euromath.editor.textEditor.actions | Actions for TextEditor |
sk.uniba.euromath.editor.xmlEditor.actions | Actions for XMLEditor |
sk.uniba.euromath.plugin.views.inputBox.actions | Actions used in InputBox |
sk.uniba.euromath.plugin.views.outline.actions | Actions for outline view |
Uses of XMLAccessModifyAction in sk.uniba.euromath.editor.textEditor.actions |
---|
Subclasses of XMLAccessModifyAction in sk.uniba.euromath.editor.textEditor.actions | |
---|---|
class |
AtCaretAction
Common action for actions using caret. |
class |
ClipboardAction
Common clipboard action. |
class |
CopyAction
Standart copy action. |
class |
CutAction
Standart cut action. |
class |
DeleteMixedAction
Deletes selected text and elements. |
class |
DeleteTextOnlyAction
Action which delete selected text only. |
class |
DisplayCaretPositionAction
|
class |
InsertElementAtCaretAction
Inserts element specified by name and QName at cursor. |
class |
InsertElementWizardAtCaretAction
Runs insert element wizard to insert element to position of cursor. |
class |
InsertEntityAtCaretAction
|
class |
InsertEntityWizardAtCaretAction
|
class |
PasteAction
Standart paste action. |
Uses of XMLAccessModifyAction in sk.uniba.euromath.editor.xmlEditor.actions |
---|
Subclasses of XMLAccessModifyAction in sk.uniba.euromath.editor.xmlEditor.actions | |
---|---|
class |
AddAttributeWizardAction
Action to add new attribute to element. |
class |
DeleteElementAction
Deletes element specified in constructor. |
class |
DeleteElementsOnlyAction
Action to delete selected elements. |
class |
InsertNodeAction
Common action to insert node by wizard. |
class |
ModifyNodeAction
Action to modify node of any type. |
class |
MultiNodeEnclosingAction
Encloses selection by element, if single selection - is selected only continuous text with one id multi selection - are selected sequent neightbour nodes |
class |
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 |
class |
RedoAction
|
class |
SelectAction
Selects node(or part, depends on id) specified by id in constructor. |
class |
SelectParentAction
Selects parent of selected element or element with cursor. |
class |
UndoAction
|
Uses of XMLAccessModifyAction in sk.uniba.euromath.plugin.views.inputBox.actions |
---|
Subclasses of XMLAccessModifyAction in sk.uniba.euromath.plugin.views.inputBox.actions | |
---|---|
class |
InsertTextAction
|
Uses of XMLAccessModifyAction in sk.uniba.euromath.plugin.views.outline.actions |
---|
Subclasses of XMLAccessModifyAction in sk.uniba.euromath.plugin.views.outline.actions | |
---|---|
class |
DecloseElementAction
Removes closement of element contents by removing element. |
class |
DeleteTextPieceAction
Deletes selected text if is selected continuous text of one element. |
class |
EncloseElementAction
Encloses element by another element. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |