public interface BorderContainer extends Container
The following features are supported:
| Modifier and Type | Method and Description |
|---|---|
|
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. |
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 (c) IBH SYSTEMS GmbH and others 2010, 2013.
All rights reserved. This program and the accompanying materials
are made available under the terms of the
Eclipse Public License v1.0