|
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.BaseLifelineLoader
public abstract class BaseLifelineLoader
Base class for all the lifeline loaders (see ILifelineLoader) for Trace Interactions features.
| Constructor Summary | |
|---|---|
BaseLifelineLoader()
|
|
| Method Summary | |
|---|---|
void |
aboutToBeReplaced()
When another loader becomes the one the previous one is replaced It's time clean-up if needed (listeners to be removed for example) |
boolean |
drillDownEnabled(java.lang.String value)
Default implementation for the lifeline loaders that does allow drill down |
java.lang.String |
getMessageTypeName()
|
ILifelineLoader |
getParent()
|
java.lang.String |
getTitleString()
Title string for the UML2SD View when this loader is the one |
void |
setViewer(SDView viewer)
Set the viewer object to the loader that has been reloaded at the beginning of a new workbench session |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.eclipse.hyades.uml2sd.trace.loaders.ILifelineLoader |
|---|
getDistinguishedLifeLineTitle, getFinalTitleString, getLifeLineCategory, getLifelineEObjectFromMethodInvocation, getLifeLineId, getLifeLineTitle, getLifelineType, getLifelineTypeName |
| Constructor Detail |
|---|
public BaseLifelineLoader()
| Method Detail |
|---|
public ILifelineLoader getParent()
getParent in interface ILifelineLoaderpublic void setViewer(SDView viewer)
IUml2SDLoader
setViewer in interface IUml2SDLoaderIUml2SDLoader.setViewer(org.eclipse.hyades.uml2sd.ui.view.SDView)public java.lang.String getTitleString()
IUml2SDLoader
getTitleString in interface IUml2SDLoaderIUml2SDLoader.getTitleString()public void aboutToBeReplaced()
IUml2SDLoader
aboutToBeReplaced in interface IUml2SDLoaderIUml2SDLoader.aboutToBeReplaced()public boolean drillDownEnabled(java.lang.String value)
drillDownEnabled in interface ILifelineLoadervalue - the value 'true' or 'false' to compare this property to
public java.lang.String getMessageTypeName()
getMessageTypeName in interface ILifelineLoader
|
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 | ||||||||