sk.uniba.euromath.editor.actions
Interface IMultiViewAction

All Superinterfaces:
IAction, org.eclipse.gef.ui.actions.UpdateAction
All Known Implementing Classes:
EmptyAction

public interface IMultiViewAction
extends IAction, org.eclipse.gef.ui.actions.UpdateAction

Interface for all action used for global contributions in MultiViewActionContributor. This type of action is used in IActionContributor, because using this type of action is easier and it is not hard to implement it and mainly are used for global contributions.

Author:
Tomáš Studva 26.10.2005

Field Summary
 
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 setWorkbenchPart(IWorkbenchPart part)
          Sets new workbench part.
 
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, run, runWithEvent, setAccelerator, setActionDefinitionId, setChecked, setDescription, setDisabledImageDescriptor, setEnabled, setHelpListener, setHoverImageDescriptor, setId, setImageDescriptor, setMenuCreator, setText, setToolTipText
 
Methods inherited from interface org.eclipse.gef.ui.actions.UpdateAction
update
 

Method Detail

setWorkbenchPart

void setWorkbenchPart(IWorkbenchPart part)
Sets new workbench part. Used when active workbench part was changed.

Parameters:
part - active workbench part


Copyright © 2003-2006 null. All Rights Reserved.