public interface TargetConformModelItemFigureContext
TargetConformModelItemFigure
.Modifier and Type | Method and Description |
---|---|
String |
getTargetItemName()
Obtains the
TargetItemModel name. |
boolean |
isInherit()
Indicates whether inheriting the
TargetModel configuration. |
boolean |
isInheritable()
Indicates if the
TargetItemModel configuration is inheritable. |
void |
setInherit(boolean isInherit)
Allows an action of the
TargetConformModelItemFigure to indicate
whether the TargetItemModel is to be inherited. |
void |
setLayoutConstraint(org.eclipse.draw2d.IFigure figure,
Object layoutConstraint)
Specifies the layout constraint for the
TargetConformModelItemFigure . |
String getTargetItemName()
TargetItemModel
name.TargetItemModel
name.boolean isInheritable()
TargetItemModel
configuration is inheritable.true
if may inherit the TargetItemModel
configuration.boolean isInherit()
TargetModel
configuration.true
if inheriting the TargetItemModel
configuration.void setInherit(boolean isInherit)
TargetConformModelItemFigure
to indicate
whether the TargetItemModel
is to be inherited.isInherit
- true
to action inheriting the
TargetItemModel
configuration.void setLayoutConstraint(org.eclipse.draw2d.IFigure figure, Object layoutConstraint)
TargetConformModelItemFigure
.figure
- IFigure
to have constraint.layoutConstraint
- Layout constraint.Copyright © 2005–2016. All rights reserved.