sk.uniba.euromath.editor.xmlEditor.actions
Class InsertElementWizardAfterAction
java.lang.Object
org.eclipse.core.commands.common.EventManager
org.eclipse.jface.action.AbstractAction
org.eclipse.jface.action.Action
org.eclipse.gef.ui.actions.WorkbenchPartAction
sk.uniba.euromath.editor.xmlEditor.actions.XMLAccessModifyAction
sk.uniba.euromath.editor.xmlEditor.actions.ElementManipulateAction
sk.uniba.euromath.editor.xmlEditor.actions.InsertElementWizardAction
sk.uniba.euromath.editor.xmlEditor.actions.InsertElementWizardAfterAction
- All Implemented Interfaces:
- IAdaptable, Disposable, UpdateAction, IAction, IMultiViewAction
public class InsertElementWizardAfterAction
- extends InsertElementWizardAction
Inserts element by wizard after element.
- Author:
- Tomáš Studva 30.9.2005
Field Summary |
static String |
id
Default id of action. |
Fields inherited from interface org.eclipse.jface.action.IAction |
AS_CHECK_BOX, AS_DROP_DOWN_MENU, AS_PUSH_BUTTON, AS_RADIO_BUTTON, AS_UNSPECIFIED, CHECKED, DESCRIPTION, ENABLED, HANDLED, IMAGE, RESULT, TEXT, TOOL_TIP_TEXT |
Methods inherited from class sk.uniba.euromath.editor.xmlEditor.actions.XMLAccessModifyAction |
getAdaptableProvider, getAdapter, getIdManager, getModifyHelper, getSelection, getSelectionProvider, getShell, getXMLAccess, handleDocumentException, handleExportException, logError, logError, refresh, setAdaptableProvider, setWorkbenchPart, setXMLAccess, update |
Methods inherited from class org.eclipse.jface.action.Action |
convertAccelerator, convertAccelerator, findKeyCode, findKeyString, findModifier, findModifierString, getAccelerator, getActionDefinitionId, getDescription, getDisabledImageDescriptor, getHelpListener, getHoverImageDescriptor, getId, getImageDescriptor, getMenuCreator, getStyle, getText, getToolTipText, isChecked, isHandled, notifyResult, removeAcceleratorText, removeMnemonics, runWithEvent, setAccelerator, setActionDefinitionId, setChecked, setDescription, setDisabledImageDescriptor, setEnabled, setHelpListener, setHoverImageDescriptor, setId, setImageDescriptor, setMenuCreator, setText, setToolTipText |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.eclipse.jface.action.IAction |
addPropertyChangeListener, getAccelerator, getActionDefinitionId, getDescription, getDisabledImageDescriptor, getHelpListener, getHoverImageDescriptor, getId, getImageDescriptor, getMenuCreator, getStyle, getText, getToolTipText, isChecked, isEnabled, isHandled, removePropertyChangeListener, runWithEvent, setAccelerator, setActionDefinitionId, setChecked, setDescription, setDisabledImageDescriptor, setEnabled, setHelpListener, setHoverImageDescriptor, setId, setImageDescriptor, setMenuCreator, setText, setToolTipText |
id
public static final String id
- Default id of action.
InsertElementWizardAfterAction
public InsertElementWizardAfterAction()
- Constructor.
InsertElementWizardAfterAction
public InsertElementWizardAfterAction(IWorkbenchPart part)
- Constructor.
- Parameters:
part
-
InsertElementWizardAfterAction
public InsertElementWizardAfterAction(Element e,
IWorkbenchPart part)
- Constructor. Creates action to manipulate element e. Element e is used to
calculate position for insertion.
- Parameters:
e
- element where to insertpart
-
calculatePosition
protected void calculatePosition()
- Calculates position from element.
- Specified by:
calculatePosition
in class InsertElementWizardAction
Copyright 2003-2003-2006 null. All Rights Reserved.