Interface IUml2SDLoader

All Known Implementing Classes:
SDView.BlankUml2SdLoader, TmfUml2SDSyncLoader

public interface IUml2SDLoader
The interface all UML2SD loaders must implement.
Version:
1.0
Author:
sveyrier
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    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 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 Details

    • setViewer

      void setViewer(SDView viewer)
      Set the viewer object to the loader that has been reloaded at the beginning of a new workbench session
      Parameters:
      viewer - The sequence diagram view
    • getTitleString

      String getTitleString()
      Returns title string for the UML2SD View when this loader is the one
      Returns:
      the string convenient for this loader
    • dispose

      void dispose()
      When another loader becomes the one the previous one is replaced It's time clean-up if needed (listeners to be removed for example)