public interface BorderContainer extends Container
The following features are supported:
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<BorderChild> |
getChildren()
Returns the value of the 'Children' containment reference list.
|
int |
getHorizontalSpacing()
Returns the value of the 'Horizontal Spacing' attribute.
|
int |
getVerticalSpacing()
Returns the value of the 'Vertical Spacing' attribute.
|
void |
setHorizontalSpacing(int value)
Sets the value of the '
Horizontal Spacing ' attribute. |
void |
setVerticalSpacing(int value)
Sets the value of the '
Vertical Spacing ' attribute. |
org.eclipse.emf.common.util.EList<BorderChild> getChildren()
BorderChild
.
If the meaning of the 'Children' containment reference list isn't clear, there really should be more of a description here...
VisualInterfacePackage.getBorderContainer_Children()
int getVerticalSpacing()
"0"
.
If the meaning of the 'Vertical Spacing' attribute isn't clear, there really should be more of a description here...
setVerticalSpacing(int)
,
VisualInterfacePackage.getBorderContainer_VerticalSpacing()
void setVerticalSpacing(int value)
Vertical Spacing
' attribute.
value
- the new value of the 'Vertical Spacing' attribute.getVerticalSpacing()
int getHorizontalSpacing()
"0"
.
If the meaning of the 'Horizontal Spacing' attribute isn't clear, there really should be more of a description here...
setHorizontalSpacing(int)
,
VisualInterfacePackage.getBorderContainer_HorizontalSpacing()
void setHorizontalSpacing(int value)
Horizontal Spacing
' attribute.
value
- the new value of the 'Horizontal Spacing' attribute.getHorizontalSpacing()
Copyright © 2016 Eclipse NeoSCADA Project. All rights reserved.