|
TPTP 4.6.0 Platform Project Internal API Specification |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.eclipse.core.commands.common.EventManager
org.eclipse.jface.action.AbstractAction
org.eclipse.jface.action.Action
org.eclipse.hyades.trace.ui.actions.OpenAssociatedTraceViewAction
org.eclipse.hyades.uml2sd.trace.actions.internal.OpenTraceInteractions
public abstract class OpenTraceInteractions
The abstract action that offers to help opening a trace interaction.
| 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 |
| Constructor Summary | |
|---|---|
OpenTraceInteractions()
OpenReferencePatternView constructor comment. |
|
OpenTraceInteractions(java.lang.String label)
OpenReferencePatternView constructor comment. |
|
OpenTraceInteractions(java.lang.String label,
org.eclipse.jface.resource.ImageDescriptor image)
OpenReferencePatternView constructor comment. |
|
| Method Summary | |
|---|---|
boolean |
checkCollectionMode(org.eclipse.emf.ecore.EObject object)
|
protected boolean |
checkEObjectCollectionMode(java.lang.Object obj)
|
void |
dispose()
Looks like a dispose... |
abstract java.lang.String |
getLoaderClassName()
The abstract to be implemented by concrete trace interactions opening actions. |
java.lang.String |
getViewID()
|
void |
init(org.eclipse.ui.IViewPart view)
Initializes this action delegate with the view it will work in. |
void |
init(org.eclipse.ui.IWorkbenchWindow window)
|
boolean |
isEnabledForObject(java.lang.Object obj)
|
boolean |
isVisibleForType(java.lang.Object mofObject)
|
void |
run()
|
void |
run(org.eclipse.jface.action.IAction action)
|
void |
selectionChanged(org.eclipse.jface.action.IAction action,
org.eclipse.jface.viewers.ISelection selection)
|
| 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, isEnabled, 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, removePropertyChangeListener |
| Constructor Detail |
|---|
public OpenTraceInteractions()
public OpenTraceInteractions(java.lang.String label)
label - java.lang.String
public OpenTraceInteractions(java.lang.String label,
org.eclipse.jface.resource.ImageDescriptor image)
label - java.lang.Stringimage - org.eclipse.jface.parts.IImage| Method Detail |
|---|
public boolean isVisibleForType(java.lang.Object mofObject)
public void run()
run in interface org.eclipse.jface.action.IActionrun in class org.eclipse.jface.action.ActionIAction.run()public void run(org.eclipse.jface.action.IAction action)
run in interface org.eclipse.ui.IActionDelegateIActionDelegate.run(org.eclipse.jface.action.IAction)public abstract java.lang.String getLoaderClassName()
public void selectionChanged(org.eclipse.jface.action.IAction action,
org.eclipse.jface.viewers.ISelection selection)
selectionChanged in interface org.eclipse.ui.IActionDelegateIActionDelegate.selectionChanged(org.eclipse.jface.action.IAction, org.eclipse.jface.viewers.ISelection)public void init(org.eclipse.ui.IWorkbenchWindow window)
init in interface org.eclipse.ui.IWorkbenchWindowActionDelegateIWorkbenchWindowActionDelegate.init(org.eclipse.ui.IWorkbenchWindow)public void init(org.eclipse.ui.IViewPart view)
init in interface org.eclipse.ui.IViewActionDelegateview - the view that provides the context for this delegatepublic void dispose()
dispose in interface org.eclipse.ui.IWorkbenchWindowActionDelegatepublic java.lang.String getViewID()
getViewID in class org.eclipse.hyades.trace.ui.actions.OpenAssociatedTraceViewActionprotected boolean checkEObjectCollectionMode(java.lang.Object obj)
public boolean isEnabledForObject(java.lang.Object obj)
isEnabledForObject in class org.eclipse.hyades.trace.ui.actions.OpenAssociatedTraceViewActionpublic boolean checkCollectionMode(org.eclipse.emf.ecore.EObject object)
|
TPTP 4.6.0 Platform Project Internal API Specification |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||