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

Packages that use InsertPosition
sk.uniba.euromath.editor.textEditor.actions Actions for TextEditor 
sk.uniba.euromath.editor.xmlEditor.actions Actions for XMLEditor 
sk.uniba.euromath.plugin.views.outline.actions Actions for outline view 
 

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

Methods in sk.uniba.euromath.editor.textEditor.actions with parameters of type InsertPosition
protected  void TextActionContributor.populateInsertPositionMenu(IMenuManager manager, InsertPosition position)
           
 

Constructors in sk.uniba.euromath.editor.textEditor.actions with parameters of type InsertPosition
PasteTextAction(InsertPosition position, IWorkbenchPart part)
          Constructor.
 

Uses of InsertPosition in sk.uniba.euromath.editor.xmlEditor.actions
 

Methods in sk.uniba.euromath.editor.xmlEditor.actions that return InsertPosition
static InsertPosition InsertPosition.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static InsertPosition[] InsertPosition.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in sk.uniba.euromath.editor.xmlEditor.actions with parameters of type InsertPosition
protected  void XMLActionContributor.populateInsertPositionMenu(IMenuManager manager, InsertPosition position)
          Fills up insert before/child/after/ at caret menu to right content.
 void InsertAction.setInsertPosition(InsertPosition pos)
          Setter.
 

Constructors in sk.uniba.euromath.editor.xmlEditor.actions with parameters of type InsertPosition
InsertAction(InsertPosition position, IWorkbenchPart part)
          Constructor.
InsertAction(Node nodePosition, InsertPosition position, IWorkbenchPart part)
          Constructor.
InsertElementAction(InsertPosition position, QName qName, IWorkbenchPart part)
          Constructor to create action to insert element directly(if qName in not null) or by wizard at position.
InsertElementAction(Node nodePosition, InsertPosition position, QName qName, IWorkbenchPart part)
          Constructor to create action to insert element directly(if qName in not null) or by wizard at position at positionNode.
InsertEntityReferenceAction(InsertPosition position, String entityName, IWorkbenchPart part)
          Constructor to create action to insert entity reference directly(if entityName in not null) or by wizard at position.
InsertEntityReferenceAction(Node nodePosition, InsertPosition position, String entityName, IWorkbenchPart part)
          Constructor to create action to insert entity reference directly(if entityName in not null) or by wizard at position at positionNode.
InsertTextualNode(short nodeType, InsertPosition position, IWorkbenchPart part)
          Constructor to insert Text/CDATA/Entity/Comment/Processing instruction node by wizard.
PasteAction(InsertPosition position, IWorkbenchPart part)
          Constructor.
 

Uses of InsertPosition in sk.uniba.euromath.plugin.views.outline.actions
 

Methods in sk.uniba.euromath.plugin.views.outline.actions with parameters of type InsertPosition
protected  void XMLOutlineActionContributor.populateInsertSubMenu(InsertPosition position, IMenuManager manager)
          Fills up insert before/child/after menu to right content.
 



Copyright © 2003-2006 null. All Rights Reserved.