public interface View
extends org.eclipse.emf.ecore.EObject
The following features are supported:
DetailViewPackage.getView()
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<GroupEntry> |
getGroups()
Returns the value of the 'Groups' containment reference list.
|
Component |
getHeaderComponent()
Returns the value of the 'Header Component' containment reference.
|
org.eclipse.emf.common.util.EList<HiddenComponent> |
getHiddenComponent()
Returns the value of the 'Hidden Component' containment reference list.
|
org.eclipse.emf.common.util.EList<ScriptModule> |
getScriptModule()
Returns the value of the 'Script Module' containment reference list.
|
TabStyle |
getTabStyle()
Returns the value of the 'Tab Style' attribute.
|
boolean |
isWriteDialogEnabled()
Returns the value of the 'Write Dialog Enabled' attribute.
|
void |
setHeaderComponent(Component value)
Sets the value of the '
Header Component ' containment reference. |
void |
setTabStyle(TabStyle value)
Sets the value of the '
Tab Style ' attribute. |
void |
setWriteDialogEnabled(boolean value)
Sets the value of the '
Write Dialog Enabled ' attribute. |
Component getHeaderComponent()
If the meaning of the 'Header Component' containment reference isn't clear, there really should be more of a description here...
setHeaderComponent(Component)
,
DetailViewPackage.getView_HeaderComponent()
void setHeaderComponent(Component value)
Header Component
' containment reference.
value
- the new value of the 'Header Component' containment reference.getHeaderComponent()
org.eclipse.emf.common.util.EList<GroupEntry> getGroups()
GroupEntry
.
If the meaning of the 'Groups' containment reference list isn't clear, there really should be more of a description here...
DetailViewPackage.getView_Groups()
org.eclipse.emf.common.util.EList<HiddenComponent> getHiddenComponent()
HiddenComponent
.
If the meaning of the 'Hidden Component' containment reference list isn't clear, there really should be more of a description here...
DetailViewPackage.getView_HiddenComponent()
org.eclipse.emf.common.util.EList<ScriptModule> getScriptModule()
ScriptModule
.
If the meaning of the 'Script Module' containment reference list isn't clear, there really should be more of a description here...
DetailViewPackage.getView_ScriptModule()
TabStyle getTabStyle()
TabStyle
.
If the meaning of the 'Tab Style' attribute isn't clear, there really should be more of a description here...
TabStyle
,
setTabStyle(TabStyle)
,
DetailViewPackage.getView_TabStyle()
void setTabStyle(TabStyle value)
Tab Style
' attribute.
value
- the new value of the 'Tab Style' attribute.TabStyle
,
getTabStyle()
boolean isWriteDialogEnabled()
"true"
.
If the meaning of the 'Write Dialog Enabled' attribute isn't clear, there really should be more of a description here...
setWriteDialogEnabled(boolean)
,
DetailViewPackage.getView_WriteDialogEnabled()
void setWriteDialogEnabled(boolean value)
Write Dialog Enabled
' attribute.
value
- the new value of the 'Write Dialog Enabled' attribute.isWriteDialogEnabled()
Copyright © 2016 Eclipse NeoSCADA Project. All rights reserved.