org.eclipse.gmt.umlx.mm.editor.regimes
Class MmRegimeUtils

java.lang.Object
  extended by org.eclipse.gmt.umlx.editor.regimes.RegimeUtils
      extended by org.eclipse.gmt.umlx.mm.editor.regimes.MmRegimeUtils
All Implemented Interfaces:
IRegimeLoader

public class MmRegimeUtils
extends RegimeUtils


Constructor Summary
MmRegimeUtils()
           
 
Method Summary
 void loadRegimes()
          This replaces the org.eclipse.gmt.umlx.editor.diagramContent extension point and avoids the need for Eclipse to run for testing.
 
Methods inherited from class org.eclipse.gmt.umlx.editor.regimes.RegimeUtils
getGSheet, getGSheetNode
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MmRegimeUtils

public MmRegimeUtils()
Method Detail

loadRegimes

public void loadRegimes()
                 throws org.eclipse.core.runtime.CoreException
This replaces the org.eclipse.gmt.umlx.editor.diagramContent extension point and avoids the need for Eclipse to run for testing. Only the RegimeLoader is worth making extensible and this can be defined in the org.eclipse.gmt.umlx.editor.editorSheet extension.

Specified by:
loadRegimes in interface IRegimeLoader
Overrides:
loadRegimes in class RegimeUtils
Throws:
org.eclipse.core.runtime.CoreException