Interface AefGridLayoutData
-
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,IAefLayoutData
,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
AefGridLayoutDataImpl
public interface AefGridLayoutData extends IAefLayoutData
A representation of the model object 'Aef Grid Layout Data'. AEF grid data.The following features are supported:
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getHeightHint()
Returns the value of the 'Height Hint' attribute.int
getHorizontalAlignment()
Returns the value of the 'Horizontal Alignment' attribute.int
getHorizontalIndent()
Returns the value of the 'Horizontal Indent' attribute.int
getHorizontalSpan()
Returns the value of the 'Horizontal Span' attribute.int
getMinimumHeight()
Returns the value of the 'Minimum Height' attribute.int
getMinimumWidth()
Returns the value of the 'Minimum Width' attribute.int
getVerticalAlignment()
Returns the value of the 'Vertical Alignment' attribute.int
getVerticalIndent()
Returns the value of the 'Vertical Indent' attribute.int
getVerticalSpan()
Returns the value of the 'Vertical Span' attribute.int
getWidthHint()
Returns the value of the 'Width Hint' attribute.boolean
isExclude()
Returns the value of the 'Exclude' attribute.boolean
isGrabExcessHorizontalSpace()
Returns the value of the 'Grab Excess Horizontal Space' attribute.boolean
isGrabExcessVerticalSpace()
Returns the value of the 'Grab Excess Vertical Space' attribute.void
setExclude(boolean value)
Sets the value of the 'Exclude
' attribute.void
setGrabExcessHorizontalSpace(boolean value)
Sets the value of the 'Grab Excess Horizontal Space
' attribute.void
setGrabExcessVerticalSpace(boolean value)
Sets the value of the 'Grab Excess Vertical Space
' attribute.void
setHeightHint(int value)
Sets the value of the 'Height Hint
' attribute.void
setHorizontalAlignment(int value)
Sets the value of the 'Horizontal Alignment
' attribute.void
setHorizontalIndent(int value)
Sets the value of the 'Horizontal Indent
' attribute.void
setHorizontalSpan(int value)
Sets the value of the 'Horizontal Span
' attribute.void
setMinimumHeight(int value)
Sets the value of the 'Minimum Height
' attribute.void
setMinimumWidth(int value)
Sets the value of the 'Minimum Width
' attribute.void
setVerticalAlignment(int value)
Sets the value of the 'Vertical Alignment
' attribute.void
setVerticalIndent(int value)
Sets the value of the 'Vertical Indent
' attribute.void
setVerticalSpan(int value)
Sets the value of the 'Vertical Span
' attribute.void
setWidthHint(int value)
Sets the value of the 'Width Hint
' attribute.
-
-
-
Method Detail
-
getVerticalAlignment
int getVerticalAlignment()
Returns the value of the 'Vertical Alignment' attribute. The default value is"2"
.- Returns:
- the value of the 'Vertical Alignment' attribute.
- See Also:
setVerticalAlignment(int)
,AefStandardPackage.getAefGridLayoutData_VerticalAlignment()
-
setVerticalAlignment
void setVerticalAlignment(int value)
Sets the value of the 'Vertical Alignment
' attribute.- Parameters:
value
- the new value of the 'Vertical Alignment' attribute.- See Also:
getVerticalAlignment()
-
getHorizontalAlignment
int getHorizontalAlignment()
Returns the value of the 'Horizontal Alignment' attribute. The default value is"1"
.- Returns:
- the value of the 'Horizontal Alignment' attribute.
- See Also:
setHorizontalAlignment(int)
,AefStandardPackage.getAefGridLayoutData_HorizontalAlignment()
-
setHorizontalAlignment
void setHorizontalAlignment(int value)
Sets the value of the 'Horizontal Alignment
' attribute.- Parameters:
value
- the new value of the 'Horizontal Alignment' attribute.- See Also:
getHorizontalAlignment()
-
getWidthHint
int getWidthHint()
Returns the value of the 'Width Hint' attribute. The default value is"-1"
.- Returns:
- the value of the 'Width Hint' attribute.
- See Also:
setWidthHint(int)
,AefStandardPackage.getAefGridLayoutData_WidthHint()
-
setWidthHint
void setWidthHint(int value)
Sets the value of the 'Width Hint
' attribute.- Parameters:
value
- the new value of the 'Width Hint' attribute.- See Also:
getWidthHint()
-
getHeightHint
int getHeightHint()
Returns the value of the 'Height Hint' attribute. The default value is"-1"
.- Returns:
- the value of the 'Height Hint' attribute.
- See Also:
setHeightHint(int)
,AefStandardPackage.getAefGridLayoutData_HeightHint()
-
setHeightHint
void setHeightHint(int value)
Sets the value of the 'Height Hint
' attribute.- Parameters:
value
- the new value of the 'Height Hint' attribute.- See Also:
getHeightHint()
-
getHorizontalIndent
int getHorizontalIndent()
Returns the value of the 'Horizontal Indent' attribute. The default value is"0"
.- Returns:
- the value of the 'Horizontal Indent' attribute.
- See Also:
setHorizontalIndent(int)
,AefStandardPackage.getAefGridLayoutData_HorizontalIndent()
-
setHorizontalIndent
void setHorizontalIndent(int value)
Sets the value of the 'Horizontal Indent
' attribute.- Parameters:
value
- the new value of the 'Horizontal Indent' attribute.- See Also:
getHorizontalIndent()
-
getVerticalIndent
int getVerticalIndent()
Returns the value of the 'Vertical Indent' attribute. The default value is"0"
.- Returns:
- the value of the 'Vertical Indent' attribute.
- See Also:
setVerticalIndent(int)
,AefStandardPackage.getAefGridLayoutData_VerticalIndent()
-
setVerticalIndent
void setVerticalIndent(int value)
Sets the value of the 'Vertical Indent
' attribute.- Parameters:
value
- the new value of the 'Vertical Indent' attribute.- See Also:
getVerticalIndent()
-
getHorizontalSpan
int getHorizontalSpan()
Returns the value of the 'Horizontal Span' attribute. The default value is"1"
.- Returns:
- the value of the 'Horizontal Span' attribute.
- See Also:
setHorizontalSpan(int)
,AefStandardPackage.getAefGridLayoutData_HorizontalSpan()
-
setHorizontalSpan
void setHorizontalSpan(int value)
Sets the value of the 'Horizontal Span
' attribute.- Parameters:
value
- the new value of the 'Horizontal Span' attribute.- See Also:
getHorizontalSpan()
-
getVerticalSpan
int getVerticalSpan()
Returns the value of the 'Vertical Span' attribute. The default value is"1"
.- Returns:
- the value of the 'Vertical Span' attribute.
- See Also:
setVerticalSpan(int)
,AefStandardPackage.getAefGridLayoutData_VerticalSpan()
-
setVerticalSpan
void setVerticalSpan(int value)
Sets the value of the 'Vertical Span
' attribute.- Parameters:
value
- the new value of the 'Vertical Span' attribute.- See Also:
getVerticalSpan()
-
isGrabExcessHorizontalSpace
boolean isGrabExcessHorizontalSpace()
Returns the value of the 'Grab Excess Horizontal Space' attribute. The default value is"false"
.- Returns:
- the value of the 'Grab Excess Horizontal Space' attribute.
- See Also:
setGrabExcessHorizontalSpace(boolean)
,AefStandardPackage.getAefGridLayoutData_GrabExcessHorizontalSpace()
-
setGrabExcessHorizontalSpace
void setGrabExcessHorizontalSpace(boolean value)
Sets the value of the 'Grab Excess Horizontal Space
' attribute.- Parameters:
value
- the new value of the 'Grab Excess Horizontal Space' attribute.- See Also:
isGrabExcessHorizontalSpace()
-
isGrabExcessVerticalSpace
boolean isGrabExcessVerticalSpace()
Returns the value of the 'Grab Excess Vertical Space' attribute. The default value is"false"
.- Returns:
- the value of the 'Grab Excess Vertical Space' attribute.
- See Also:
setGrabExcessVerticalSpace(boolean)
,AefStandardPackage.getAefGridLayoutData_GrabExcessVerticalSpace()
-
setGrabExcessVerticalSpace
void setGrabExcessVerticalSpace(boolean value)
Sets the value of the 'Grab Excess Vertical Space
' attribute.- Parameters:
value
- the new value of the 'Grab Excess Vertical Space' attribute.- See Also:
isGrabExcessVerticalSpace()
-
getMinimumWidth
int getMinimumWidth()
Returns the value of the 'Minimum Width' attribute. The default value is"0"
.- Returns:
- the value of the 'Minimum Width' attribute.
- See Also:
setMinimumWidth(int)
,AefStandardPackage.getAefGridLayoutData_MinimumWidth()
-
setMinimumWidth
void setMinimumWidth(int value)
Sets the value of the 'Minimum Width
' attribute.- Parameters:
value
- the new value of the 'Minimum Width' attribute.- See Also:
getMinimumWidth()
-
getMinimumHeight
int getMinimumHeight()
Returns the value of the 'Minimum Height' attribute. The default value is"0"
.- Returns:
- the value of the 'Minimum Height' attribute.
- See Also:
setMinimumHeight(int)
,AefStandardPackage.getAefGridLayoutData_MinimumHeight()
-
setMinimumHeight
void setMinimumHeight(int value)
Sets the value of the 'Minimum Height
' attribute.- Parameters:
value
- the new value of the 'Minimum Height' attribute.- See Also:
getMinimumHeight()
-
isExclude
boolean isExclude()
Returns the value of the 'Exclude' attribute. The default value is"false"
.- Returns:
- the value of the 'Exclude' attribute.
- See Also:
setExclude(boolean)
,AefStandardPackage.getAefGridLayoutData_Exclude()
-
setExclude
void setExclude(boolean value)
Sets the value of the 'Exclude
' attribute.- Parameters:
value
- the new value of the 'Exclude' attribute.- See Also:
isExclude()
-
-