public interface EEFView
Modifier and Type | Method and Description |
---|---|
EditingContextAdapter |
getContextAdapter()
Returns the editing context adapter.
|
EEFViewDescription |
getDescription()
Returns the description of the
EEFView . |
org.eclipse.sirius.common.interpreter.api.IInterpreter |
getInterpreter()
Returns the interpreter.
|
java.util.List<EEFPage> |
getPages()
|
org.eclipse.sirius.common.interpreter.api.IVariableManager |
getVariableManager()
Returns the variable manager.
|
void |
initialize()
Initializes the view by creating the pages and groups used to compute the tab and section descriptors.
|
void |
setInput(InputDescriptor input)
Sets the input of the view.
|
void initialize()
void setInput(InputDescriptor input)
input
- The inputEEFViewDescription getDescription()
EEFView
.EEFViewDescription
org.eclipse.sirius.common.interpreter.api.IVariableManager getVariableManager()
org.eclipse.sirius.common.interpreter.api.IInterpreter getInterpreter()
EditingContextAdapter getContextAdapter()