Uses of Class
sk.uniba.euromath.editor.xmlEditor.actions.XMLAccessModifyAction

Packages that use XMLAccessModifyAction
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 XMLAccessModifyAction in sk.uniba.euromath.editor.actions
 

Fields in sk.uniba.euromath.editor.actions with type parameters of type XMLAccessModifyAction
protected  Map<String,Class<? extends XMLAccessModifyAction>> MultiViewActionFactory.actionClasses
          Map holding registered action classes.
 

Methods in sk.uniba.euromath.editor.actions that return XMLAccessModifyAction
 XMLAccessModifyAction MultiViewActionFactory.createAction(Class<? extends XMLAccessModifyAction> clz, IWorkbenchPart part)
          Creates instance of action.
 XMLAccessModifyAction MultiViewActionFactory.createAction(String key, IWorkbenchPart part)
          Creates instance of action.
 

Methods in sk.uniba.euromath.editor.actions that return types with arguments of type XMLAccessModifyAction
protected  List<XMLAccessModifyAction> MultiViewActionFactory.createActions(String[] ids, IWorkbenchPart part)
          Creates list of instances of actions.
protected  Class<? extends XMLAccessModifyAction> MultiViewActionFactory.getActionClass(String key)
          Returns CLass registered in this factory.
 

Method parameters in sk.uniba.euromath.editor.actions with type arguments of type XMLAccessModifyAction
 XMLAccessModifyAction MultiViewActionFactory.createAction(Class<? extends XMLAccessModifyAction> clz, IWorkbenchPart part)
          Creates instance of action.
 void MultiViewActionFactory.registerAction(String id, Class<? extends XMLAccessModifyAction> cls)
          Registers action id to class for creation.
 

Uses of XMLAccessModifyAction in sk.uniba.euromath.editor.textEditor.actions
 

Subclasses of XMLAccessModifyAction in sk.uniba.euromath.editor.textEditor.actions
 class CopyAsTextAction
           
 class DeleteTextOnlyAction
          Action which delete selected text only.
 class PasteTextAction
           
 

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 CopyAction
          Standart copy action.
 class CutAction
          Standart cut action.
 class DecloseElementAction
          Removes closement of element contents by removing element.
 class DeleteNodeAction
          Deletes node specified in constructor.
 class DeleteSelectionAction
          Action to delete selected elements.
 class EnclosingAction
          Encloses selection by element, if selection is only one interval, starts and ends in children of one parent and starts and ends in text.
 class InsertAction
          Common insertion action, needs to be subclassed.
 class InsertElementAction
          Action to insert element directly or by wizard.
 class InsertEntityReferenceAction
          Inserts entity reference to document.
 class InsertTextualNode
          Action to insert Text/CDATA/Comment/Processing instruction node by wizard.
 class ModifyNodeAction
          Action to modify node of any type except ELEMENT_NODE, ENTITY_REFERENCE_NODE.
 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 PasteAction
          Paste action to insert at position.
 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 caret.
 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 EncloseElementAction
          Encloses element by another element.
 



Copyright © 2003-2006 null. All Rights Reserved.