sk.uniba.euromath.editor.xmlEditor.actions
Class DeleteAttributeAction
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.DeleteAttributeAction
- All Implemented Interfaces:
- IAdaptable, Disposable, UpdateAction, IAction, IMultiViewAction
public class DeleteAttributeAction
- extends AttributeAction
- Author:
- Tomáš Studva 16.6.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()
Try to delete 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.
DeleteAttributeAction
public DeleteAttributeAction()
- Constructor.
DeleteAttributeAction
public DeleteAttributeAction(IWorkbenchPart part)
- Constructor. Creates action to manipulate attribute from selection.
- Parameters:
part
- associated workbench part
DeleteAttributeAction
public DeleteAttributeAction(Attr attr,
IWorkbenchPart part)
- Constructor. Creates action to delete attribute attr.
- Parameters:
attr
- attribute to delete.part
- workbench part to associate
run
public void run()
- Try to delete attribute.
- Specified by:
run
in interface IAction
- Overrides:
run
in class Action
Copyright 2003-2003-2006 null. All Rights Reserved.