public interface EEFPage
EEFPage
will control the content of a tab.Modifier and Type | Method and Description |
---|---|
EEFPageDescription |
getDescription()
Returns the description of the
EEFPage . |
java.util.List<EEFGroup> |
getGroups()
|
org.eclipse.sirius.common.interpreter.api.IInterpreter |
getInterpreter()
Returns the interpreter.
|
org.eclipse.sirius.common.interpreter.api.IVariableManager |
getVariableManager()
Returns the variable manager.
|
EEFView |
getView()
Returns the view containing the page.
|
boolean |
isUnique()
Indicates if this page is the only instantiation of the page description.
|
EEFPageDescription getDescription()
EEFPage
.EEFPageDescription
EEFView getView()
org.eclipse.sirius.common.interpreter.api.IVariableManager getVariableManager()
org.eclipse.sirius.common.interpreter.api.IInterpreter getInterpreter()
boolean isUnique()
true
if this page is the only page created from the page description, false
otherwise.