Interface AefGridLayout
-
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,IAefLayout
,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
AefGridLayoutImpl
public interface AefGridLayout extends IAefLayout
A representation of the model object 'Aef Grid Layout'. AEF grid layout.The following features are supported:
- See Also:
AefStandardPackage.getAefGridLayout()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getHorizontalSpacing()
Returns the value of the 'Horizontal Spacing' attribute.int
getMarginBottom()
Returns the value of the 'Margin Bottom' attribute.int
getMarginHeight()
Returns the value of the 'Margin Height' attribute.int
getMarginLeft()
Returns the value of the 'Margin Left' attribute.int
getMarginRight()
Returns the value of the 'Margin Right' attribute.int
getMarginTop()
Returns the value of the 'Margin Top' attribute.int
getMarginWidth()
Returns the value of the 'Margin Width' attribute.int
getNumColumns()
Returns the value of the 'Num Columns' attribute.int
getOptimizedLayoutWidth()
Returns the value of the 'Optimized Layout Width' attribute.int
getVerticalSpacing()
Returns the value of the 'Vertical Spacing' attribute.boolean
isMakeColumnsEqualWidth()
Returns the value of the 'Make Columns Equal Width' attribute.boolean
isUseOptimizedLayout()
Returns the value of the 'Use Optimized Layout' attribute.void
setHorizontalSpacing(int value)
Sets the value of the 'Horizontal Spacing
' attribute.void
setMakeColumnsEqualWidth(boolean value)
Sets the value of the 'Make Columns Equal Width
' attribute.void
setMarginBottom(int value)
Sets the value of the 'Margin Bottom
' attribute.void
setMarginHeight(int value)
Sets the value of the 'Margin Height
' attribute.void
setMarginLeft(int value)
Sets the value of the 'Margin Left
' attribute.void
setMarginRight(int value)
Sets the value of the 'Margin Right
' attribute.void
setMarginTop(int value)
Sets the value of the 'Margin Top
' attribute.void
setMarginWidth(int value)
Sets the value of the 'Margin Width
' attribute.void
setNumColumns(int value)
Sets the value of the 'Num Columns
' attribute.void
setOptimizedLayoutWidth(int value)
Sets the value of the 'Optimized Layout Width
' attribute.void
setUseOptimizedLayout(boolean value)
Sets the value of the 'Use Optimized Layout
' attribute.void
setVerticalSpacing(int value)
Sets the value of the 'Vertical Spacing
' attribute.
-
-
-
Method Detail
-
getNumColumns
int getNumColumns()
Returns the value of the 'Num Columns' attribute. The default value is"1"
.- Returns:
- the value of the 'Num Columns' attribute.
- See Also:
setNumColumns(int)
,AefStandardPackage.getAefGridLayout_NumColumns()
-
setNumColumns
void setNumColumns(int value)
Sets the value of the 'Num Columns
' attribute.- Parameters:
value
- the new value of the 'Num Columns' attribute.- See Also:
getNumColumns()
-
isMakeColumnsEqualWidth
boolean isMakeColumnsEqualWidth()
Returns the value of the 'Make Columns Equal Width' attribute. The default value is"false"
.- Returns:
- the value of the 'Make Columns Equal Width' attribute.
- See Also:
setMakeColumnsEqualWidth(boolean)
,AefStandardPackage.getAefGridLayout_MakeColumnsEqualWidth()
-
setMakeColumnsEqualWidth
void setMakeColumnsEqualWidth(boolean value)
Sets the value of the 'Make Columns Equal Width
' attribute.- Parameters:
value
- the new value of the 'Make Columns Equal Width' attribute.- See Also:
isMakeColumnsEqualWidth()
-
getMarginWidth
int getMarginWidth()
Returns the value of the 'Margin Width' attribute. The default value is"5"
.- Returns:
- the value of the 'Margin Width' attribute.
- See Also:
setMarginWidth(int)
,AefStandardPackage.getAefGridLayout_MarginWidth()
-
setMarginWidth
void setMarginWidth(int value)
Sets the value of the 'Margin Width
' attribute.- Parameters:
value
- the new value of the 'Margin Width' attribute.- See Also:
getMarginWidth()
-
getMarginHeight
int getMarginHeight()
Returns the value of the 'Margin Height' attribute. The default value is"5"
.- Returns:
- the value of the 'Margin Height' attribute.
- See Also:
setMarginHeight(int)
,AefStandardPackage.getAefGridLayout_MarginHeight()
-
setMarginHeight
void setMarginHeight(int value)
Sets the value of the 'Margin Height
' attribute.- Parameters:
value
- the new value of the 'Margin Height' attribute.- See Also:
getMarginHeight()
-
getMarginLeft
int getMarginLeft()
Returns the value of the 'Margin Left' attribute. The default value is"0"
.- Returns:
- the value of the 'Margin Left' attribute.
- See Also:
setMarginLeft(int)
,AefStandardPackage.getAefGridLayout_MarginLeft()
-
setMarginLeft
void setMarginLeft(int value)
Sets the value of the 'Margin Left
' attribute.- Parameters:
value
- the new value of the 'Margin Left' attribute.- See Also:
getMarginLeft()
-
getMarginTop
int getMarginTop()
Returns the value of the 'Margin Top' attribute. The default value is"0"
.- Returns:
- the value of the 'Margin Top' attribute.
- See Also:
setMarginTop(int)
,AefStandardPackage.getAefGridLayout_MarginTop()
-
setMarginTop
void setMarginTop(int value)
Sets the value of the 'Margin Top
' attribute.- Parameters:
value
- the new value of the 'Margin Top' attribute.- See Also:
getMarginTop()
-
getMarginRight
int getMarginRight()
Returns the value of the 'Margin Right' attribute. The default value is"0"
.- Returns:
- the value of the 'Margin Right' attribute.
- See Also:
setMarginRight(int)
,AefStandardPackage.getAefGridLayout_MarginRight()
-
setMarginRight
void setMarginRight(int value)
Sets the value of the 'Margin Right
' attribute.- Parameters:
value
- the new value of the 'Margin Right' attribute.- See Also:
getMarginRight()
-
getMarginBottom
int getMarginBottom()
Returns the value of the 'Margin Bottom' attribute. The default value is"0"
.- Returns:
- the value of the 'Margin Bottom' attribute.
- See Also:
setMarginBottom(int)
,AefStandardPackage.getAefGridLayout_MarginBottom()
-
setMarginBottom
void setMarginBottom(int value)
Sets the value of the 'Margin Bottom
' attribute.- Parameters:
value
- the new value of the 'Margin Bottom' attribute.- See Also:
getMarginBottom()
-
getHorizontalSpacing
int getHorizontalSpacing()
Returns the value of the 'Horizontal Spacing' attribute. The default value is"5"
.- Returns:
- the value of the 'Horizontal Spacing' attribute.
- See Also:
setHorizontalSpacing(int)
,AefStandardPackage.getAefGridLayout_HorizontalSpacing()
-
setHorizontalSpacing
void setHorizontalSpacing(int value)
Sets the value of the 'Horizontal Spacing
' attribute.- Parameters:
value
- the new value of the 'Horizontal Spacing' attribute.- See Also:
getHorizontalSpacing()
-
getVerticalSpacing
int getVerticalSpacing()
Returns the value of the 'Vertical Spacing' attribute. The default value is"5"
.- Returns:
- the value of the 'Vertical Spacing' attribute.
- See Also:
setVerticalSpacing(int)
,AefStandardPackage.getAefGridLayout_VerticalSpacing()
-
setVerticalSpacing
void setVerticalSpacing(int value)
Sets the value of the 'Vertical Spacing
' attribute.- Parameters:
value
- the new value of the 'Vertical Spacing' attribute.- See Also:
getVerticalSpacing()
-
isUseOptimizedLayout
boolean isUseOptimizedLayout()
Returns the value of the 'Use Optimized Layout' attribute. The default value is"true"
. Indicates to use specific optimized 2-column layout- Returns:
- the value of the 'Use Optimized Layout' attribute.
- See Also:
setUseOptimizedLayout(boolean)
,AefStandardPackage.getAefGridLayout_UseOptimizedLayout()
-
setUseOptimizedLayout
void setUseOptimizedLayout(boolean value)
Sets the value of the 'Use Optimized Layout
' attribute.- Parameters:
value
- the new value of the 'Use Optimized Layout' attribute.- See Also:
isUseOptimizedLayout()
-
getOptimizedLayoutWidth
int getOptimizedLayoutWidth()
Returns the value of the 'Optimized Layout Width' attribute. The default value is"200"
. First column width for optimized layout- Returns:
- the value of the 'Optimized Layout Width' attribute.
- See Also:
setOptimizedLayoutWidth(int)
,AefStandardPackage.getAefGridLayout_OptimizedLayoutWidth()
-
setOptimizedLayoutWidth
void setOptimizedLayoutWidth(int value)
Sets the value of the 'Optimized Layout Width
' attribute.- Parameters:
value
- the new value of the 'Optimized Layout Width' attribute.- See Also:
getOptimizedLayoutWidth()
-
-