sk.uniba.euromath.editor.xmlEditor.actions
Class ModifyAttributeAction
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.AttributeAction
sk.uniba.euromath.editor.xmlEditor.actions.ModifyAttributeAction
- All Implemented Interfaces:
- IAdaptable, Disposable, UpdateAction, IAction, IMultiViewAction
public class ModifyAttributeAction
- extends AttributeAction
Modifies attribute by wizard. Can be dynamic - modifies selected attribute,
or static - modifies attribute from constructor.
- Author:
- Tomáš Studva 9.12.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 |
Method Summary |
void |
run()
Tries to modify attribute. |
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.
ModifyAttributeAction
public ModifyAttributeAction()
- Constructor.
ModifyAttributeAction
public ModifyAttributeAction(IWorkbenchPart part)
- Constructor. Creates action t omodify attribute from selection.
- Parameters:
part
- associated workbench part
ModifyAttributeAction
public ModifyAttributeAction(Attr attr,
IWorkbenchPart part)
- Constructor. Creates action to modify attr.
- Parameters:
attr
- attribute to modify.part
-
run
public void run()
- Tries to modify attribute.
- Specified by:
run
in interface IAction
- Overrides:
run
in class Action
Copyright 2003-2003-2006 null. All Rights Reserved.