|
TPTP 4.6.0 Platform Project Public API Specification |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.eclipse.hyades.uml2sd.trace.loaders.BaseTraceInteractions
public abstract class BaseTraceInteractions
The abstract trace loader. It is based on the parsing of MethodInvocations from the model. Lifelines attribution is made by the concrete classes.
| Field Summary | |
|---|---|
static java.lang.String |
ACTIONS_SHOWSTATTABLE
|
| Fields inherited from interface org.eclipse.hyades.uml2sd.ui.actions.provider.ISDGraphNodeSupporter |
|---|
ASYNCMESSAGE, ASYNCMESSAGERETURN, LIFELINE, STOP, SYNCMESSAGE, SYNCMESSAGERETURN |
| Constructor Summary | |
|---|---|
BaseTraceInteractions()
|
|
| Method Summary | |
|---|---|
void |
aboutToBeReplaced()
|
void |
cancel()
Called when dialog is closed |
abstract void |
fillPage(org.eclipse.hyades.uml2sd.trace.loaders.internal.TraceInteractionUpdate update)
|
boolean |
find(Criteria toSearch_)
implementation of ISDFindProvider |
SDView |
getView()
Let's share the view... |
void |
handleProfileEvent(ProfileEvent event)
Implementation of IProfileEventListener |
boolean |
isNodeSupported(int nodeType)
Implementation of ISDGraphNodeSupporter |
abstract boolean |
notFoundYet(Criteria toSearch)
Called when find in the current shown graph nodes returned an empty strings. |
abstract void |
onSetViewer()
|
void |
selectionChanged(org.eclipse.ui.IWorkbenchPart part,
org.eclipse.jface.viewers.ISelection selection)
Implementation of ISelectionListener |
abstract void |
setFrameName()
|
void |
setViewer(SDView view_)
Implementation of IUml2SDLoader |
void |
sortTraceThreadList(org.eclipse.hyades.uml2sd.trace.loaders.internal.TraceCallStack tcs)
|
void |
supplementCoolbarContent(org.eclipse.ui.IActionBars bar)
Implementation of ISDExtendedActionBarProvider |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.eclipse.hyades.uml2sd.ui.actions.provider.ISDGraphNodeSupporter |
|---|
getNodeName |
| Field Detail |
|---|
public static final java.lang.String ACTIONS_SHOWSTATTABLE
| Constructor Detail |
|---|
public BaseTraceInteractions()
| Method Detail |
|---|
public void setViewer(SDView view_)
public abstract void onSetViewer()
public void aboutToBeReplaced()
public SDView getView()
public abstract void setFrameName()
process - public abstract void fillPage(org.eclipse.hyades.uml2sd.trace.loaders.internal.TraceInteractionUpdate update)
public void sortTraceThreadList(org.eclipse.hyades.uml2sd.trace.loaders.internal.TraceCallStack tcs)
tcs -
public void selectionChanged(org.eclipse.ui.IWorkbenchPart part,
org.eclipse.jface.viewers.ISelection selection)
selectionChanged in interface org.eclipse.ui.ISelectionListenerpublic void handleProfileEvent(ProfileEvent event)
handleProfileEvent in interface IProfileEventListenerevent - the profile eventpublic boolean isNodeSupported(int nodeType)
isNodeSupported in interface ISDGraphNodeSupporterpublic boolean find(Criteria toSearch_)
find in interface ISDFindProviderpublic void cancel()
ISDFindProvider
cancel in interface ISDFindProviderISDFindProvider.cancel()public void supplementCoolbarContent(org.eclipse.ui.IActionBars bar)
supplementCoolbarContent in interface ISDExtendedActionBarProviderbar - the barpublic abstract boolean notFoundYet(Criteria toSearch)
|
TPTP 4.6.0 Platform Project Public API Specification |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||