public interface GridContainer extends Container
The following features are supported:
| Modifier and Type | Method and Description |
|---|---|
|
getChildren()
Returns the value of the 'Children' containment reference list.
|
int |
getColumns()
Returns the value of the 'Columns' attribute.
|
int |
getHorizontalSpacing()
Returns the value of the 'Horizontal Spacing' attribute.
|
int |
getMarginHeight()
Returns the value of the 'Margin Height' attribute.
|
int |
getMarginWidth()
Returns the value of the 'Margin Width' attribute.
|
int |
getVerticalSpacing()
Returns the value of the 'Vertical Spacing' attribute.
|
boolean |
isEqualWidth()
Returns the value of the 'Equal Width' attribute.
|
void |
setColumns(int value)
Sets the value of the '
Columns' attribute. |
void |
setEqualWidth(boolean value)
Sets the value of the '
Equal Width' attribute. |
void |
setHorizontalSpacing(int value)
Sets the value of the '
Horizontal Spacing' attribute. |
void |
setMarginHeight(int value)
Sets the value of the '
Margin Height' attribute. |
void |
setMarginWidth(int value)
Sets the value of the '
Margin Width' attribute. |
void |
setVerticalSpacing(int value)
Sets the value of the '
Vertical Spacing' attribute. |
int getColumns()
"1".
If the meaning of the 'Columns' attribute isn't clear, there really should be more of a description here...
setColumns(int),
VisualInterfacePackage.getGridContainer_Columns()void setColumns(int value)
Columns' attribute.
value - the new value of the 'Columns' attribute.getColumns()boolean isEqualWidth()
"false".
If the meaning of the 'Equal Width' attribute isn't clear, there really should be more of a description here...
setEqualWidth(boolean),
VisualInterfacePackage.getGridContainer_EqualWidth()void setEqualWidth(boolean value)
Equal Width' attribute.
value - the new value of the 'Equal Width' attribute.isEqualWidth()getChildren()
GridChild.
If the meaning of the 'Children' containment reference list isn't clear, there really should be more of a description here...
VisualInterfacePackage.getGridContainer_Children()int getHorizontalSpacing()
"5".
If the meaning of the 'Horizontal Spacing' attribute isn't clear, there really should be more of a description here...
setHorizontalSpacing(int),
VisualInterfacePackage.getGridContainer_HorizontalSpacing()void setHorizontalSpacing(int value)
Horizontal Spacing' attribute.
value - the new value of the 'Horizontal Spacing' attribute.getHorizontalSpacing()int getVerticalSpacing()
"5".
If the meaning of the 'Vertical Spacing' attribute isn't clear, there really should be more of a description here...
setVerticalSpacing(int),
VisualInterfacePackage.getGridContainer_VerticalSpacing()void setVerticalSpacing(int value)
Vertical Spacing' attribute.
value - the new value of the 'Vertical Spacing' attribute.getVerticalSpacing()int getMarginWidth()
"5".
If the meaning of the 'Margin Width' attribute isn't clear, there really should be more of a description here...
setMarginWidth(int),
VisualInterfacePackage.getGridContainer_MarginWidth()void setMarginWidth(int value)
Margin Width' attribute.
value - the new value of the 'Margin Width' attribute.getMarginWidth()int getMarginHeight()
"5".
If the meaning of the 'Margin Height' attribute isn't clear, there really should be more of a description here...
setMarginHeight(int),
VisualInterfacePackage.getGridContainer_MarginHeight()void setMarginHeight(int value)
Margin Height' attribute.
value - the new value of the 'Margin Height' attribute.getMarginHeight()
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