org.eclipse.gmt.umlx.editor.regime
Interface IRegimeLoader

All Known Implementing Classes:
MmRegimeUtils, RegimeUtils, TxRegimeUtils

public interface IRegimeLoader

IRegimeLoader defines the interface for the regime loader class provided by the org.eclipse.gmt.umlx.editor.editorSheet extension point to define the required regimes for an editor.


Method Summary
 void loadRegimes()
          Load the required regimes.
 

Method Detail

loadRegimes

void loadRegimes()
                 throws org.eclipse.core.runtime.CoreException
Load the required regimes.

Throws:
org.eclipse.core.runtime.CoreException