|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IMultiViewAction | |
---|---|
sk.uniba.euromath.editor.actions | Actions |
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 IMultiViewAction in sk.uniba.euromath.editor.actions |
---|
Fields in sk.uniba.euromath.editor.actions with type parameters of type IMultiViewAction | |
---|---|
protected Map<String,Class<? extends IMultiViewAction>> |
MultiViewActionFactory.actionClasses
Map holding registered action classes. |
Methods in sk.uniba.euromath.editor.actions that return IMultiViewAction | |
---|---|
protected IMultiViewAction |
AbstractActionContributor.checkOrCreateAction(String key)
Checks for action with id key in registry. |
IMultiViewAction |
MultiViewActionFactory.createAction(Class<? extends IMultiViewAction> clz)
Creates instance of action. |
IMultiViewAction |
MultiViewActionFactory.createAction(String key,
IWorkbenchPart part)
Creates instance of action. |
Methods in sk.uniba.euromath.editor.actions that return types with arguments of type IMultiViewAction | |
---|---|
protected List<IMultiViewAction> |
AbstractActionContributor.checkOrCreateActions(String[] keys)
Checks for action with id key in registry. |
protected List<IMultiViewAction> |
MultiViewActionFactory.createActions(String[] ids,
IWorkbenchPart part)
Creates list of instances of actions. |
protected Class<? extends IMultiViewAction> |
MultiViewActionFactory.getActionClass(String key)
Returns CLass registered in this factory. |
Map<String,Class<? extends IMultiViewAction>> |
MultiViewActionFactory.getActionClasses()
|
Method parameters in sk.uniba.euromath.editor.actions with type arguments of type IMultiViewAction | |
---|---|
IMultiViewAction |
MultiViewActionFactory.createAction(Class<? extends IMultiViewAction> clz)
Creates instance of action. |
void |
MultiViewActionFactory.registerAction(String id,
Class<? extends IMultiViewAction> cls)
Registers action id to class for creation. |
Uses of IMultiViewAction in sk.uniba.euromath.editor.textEditor.actions |
---|
Classes in sk.uniba.euromath.editor.textEditor.actions that implement IMultiViewAction | |
---|---|
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. |
Methods in sk.uniba.euromath.editor.textEditor.actions that return IMultiViewAction | |
---|---|
protected IMultiViewAction |
TextActionContributor.checkOrCreateAction(String key)
|
Uses of IMultiViewAction in sk.uniba.euromath.editor.xmlEditor.actions |
---|
Classes in sk.uniba.euromath.editor.xmlEditor.actions that implement IMultiViewAction | |
---|---|
class |
AddAttributeWizardAction
Action to add new attribute to element. |
class |
DeleteElementAction
Deletes element specified in constructor. |
class |
DeleteElementsOnlyAction
Action to delete selected elements. |
class |
EmptyAction
An empty action. |
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
|
class |
XMLAccessModifyAction
Base action for generic xml modification actions. Supposed to be subclassed. |
Uses of IMultiViewAction in sk.uniba.euromath.plugin.views.inputBox.actions |
---|
Classes in sk.uniba.euromath.plugin.views.inputBox.actions that implement IMultiViewAction | |
---|---|
class |
InsertTextAction
|
Uses of IMultiViewAction in sk.uniba.euromath.plugin.views.outline.actions |
---|
Classes in sk.uniba.euromath.plugin.views.outline.actions that implement IMultiViewAction | |
---|---|
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 |