TPTP 4.1.0 Platform Project
Public API Specification

org.eclipse.hyades.uml2sd.ui.load
Interface IUml2SDLoader

All Known Implementing Classes:
BaseLifelineLoader, testLoaders

public interface IUml2SDLoader

The interface all UML2SD loaders must implement


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)
 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
 

Method Detail

setViewer

public void setViewer(SDView viewer)
Set the viewer object to the loader that has been reloaded at the beginning of a new workbench session


getTitleString

public java.lang.String getTitleString()
Title string for the UML2SD View when this loader is the one

Returns:
the string convenient for this loader

aboutToBeReplaced

public 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)

Returns:
the string convenient for this loader

TPTP 4.1.0 Platform Project
Public API Specification