sk.uniba.euromath.editor.xmlEditor.actions
Class DeleteAttributeAction

java.lang.Object
  extended by org.eclipse.core.commands.common.EventManager
      extended by org.eclipse.jface.action.AbstractAction
          extended by org.eclipse.jface.action.Action
              extended by org.eclipse.gef.ui.actions.WorkbenchPartAction
                  extended by sk.uniba.euromath.editor.xmlEditor.actions.XMLAccessModifyAction
                      extended by sk.uniba.euromath.editor.xmlEditor.actions.AttributeAction
                          extended by 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 class sk.uniba.euromath.editor.xmlEditor.actions.AttributeAction
attribute, staticAttribute
 
Fields inherited from class sk.uniba.euromath.editor.xmlEditor.actions.XMLAccessModifyAction
adaptableProvider, selection
 
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
 
Constructor Summary
DeleteAttributeAction()
          Constructor.
DeleteAttributeAction(Attr attr, IWorkbenchPart part)
          Constructor.
DeleteAttributeAction(IWorkbenchPart part)
          Constructor.
 
Method Summary
 void run()
          Try to delete attribute.
 
Methods inherited from class sk.uniba.euromath.editor.xmlEditor.actions.AttributeAction
calculateEnabled, clear, getAttribute, isStaticAttribute, processSelection, setAttribute, setStaticAttribute
 
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.gef.ui.actions.WorkbenchPartAction
dispose, execute, getCommandStack, getWorkbenchPart, init, isEnabled, setLazyEnablementCalculation
 
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 org.eclipse.jface.action.AbstractAction
addPropertyChangeListener, firePropertyChange, firePropertyChange, removePropertyChangeListener
 
Methods inherited from class org.eclipse.core.commands.common.EventManager
addListenerObject, clearListeners, getListeners, isListenerAttached, removeListenerObject
 
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
 

Field Detail

id

public static final String id
Default id of action.

Constructor Detail

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
Method Detail

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.