|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface GenCompartment
A representation of the model object 'Gen Compartment'. Child container within node. Compartment, iow.
The following features are supported:
GMFGenPackage.getGenCompartment()
Field Summary | |
---|---|
static String |
CLASS_NAME_PREFIX
|
Fields inherited from interface org.eclipse.gmf.codegen.gmfgen.GenContainerBase |
---|
CANONICAL_EDIT_POLICY_SUFFIX |
Fields inherited from interface org.eclipse.gmf.codegen.gmfgen.GenCommonBase |
---|
DEFAULT_CLASS_NAME_PREFIX, EDIT_PART_SUFFIX, ITEM_SEMANTIC_EDIT_POLICY_SUFFIX, NOTATION_VIEW_FACTORY_SUFFIX |
Method Summary | |
---|---|
GenDiagram |
getDiagram()
Returns the value of the 'Diagram' container reference. |
GenNode |
getNode()
Returns the value of the 'Node' reference. |
String |
getTitle()
Returns the value of the 'Title' attribute. |
boolean |
isCanCollapse()
Returns the value of the 'Can Collapse' attribute. |
boolean |
isHideIfEmpty()
Returns the value of the 'Hide If Empty' attribute. |
boolean |
isListLayout()
Returns the value of the 'List Layout' attribute. |
boolean |
isNeedsTitle()
Returns the value of the 'Needs Title' attribute. |
void |
setCanCollapse(boolean value)
Sets the value of the ' Can Collapse ' attribute. |
void |
setHideIfEmpty(boolean value)
Sets the value of the ' Hide If Empty ' attribute. |
void |
setListLayout(boolean value)
Sets the value of the ' List Layout ' attribute. |
void |
setNeedsTitle(boolean value)
Sets the value of the ' Needs Title ' attribute. |
void |
setNode(GenNode value)
Sets the value of the ' Node ' reference. |
void |
setTitle(String value)
Sets the value of the ' Title ' attribute. |
Methods inherited from interface org.eclipse.gmf.codegen.gmfgen.GenChildContainer |
---|
getChildNodes |
Methods inherited from interface org.eclipse.gmf.codegen.gmfgen.GenContainerBase |
---|
getAssistantNodes, getCanonicalEditPolicyClassName, getCanonicalEditPolicyQualifiedClassName, getContainedNodes, needsCanonicalEditPolicy, setCanonicalEditPolicyClassName |
Methods inherited from interface org.eclipse.emf.ecore.EObject |
---|
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset |
Methods inherited from interface org.eclipse.emf.common.notify.Notifier |
---|
eAdapters, eDeliver, eNotify, eSetDeliver |
Field Detail |
---|
static final String CLASS_NAME_PREFIX
Method Detail |
---|
String getTitle()
If the meaning of the 'Title' attribute isn't clear, there really should be more of a description here...
setTitle(String)
,
GMFGenPackage.getGenCompartment_Title()
void setTitle(String value)
Title
' attribute.
value
- the new value of the 'Title' attribute.getTitle()
boolean isCanCollapse()
"true"
.
If the meaning of the 'Can Collapse' attribute isn't clear, there really should be more of a description here...
setCanCollapse(boolean)
,
GMFGenPackage.getGenCompartment_CanCollapse()
void setCanCollapse(boolean value)
Can Collapse
' attribute.
value
- the new value of the 'Can Collapse' attribute.isCanCollapse()
boolean isHideIfEmpty()
"true"
.
If the meaning of the 'Hide If Empty' attribute isn't clear, there really should be more of a description here...
setHideIfEmpty(boolean)
,
GMFGenPackage.getGenCompartment_HideIfEmpty()
void setHideIfEmpty(boolean value)
Hide If Empty
' attribute.
value
- the new value of the 'Hide If Empty' attribute.isHideIfEmpty()
boolean isNeedsTitle()
"true"
.
If the meaning of the 'Needs Title' attribute isn't clear, there really should be more of a description here...
setNeedsTitle(boolean)
,
GMFGenPackage.getGenCompartment_NeedsTitle()
void setNeedsTitle(boolean value)
Needs Title
' attribute.
value
- the new value of the 'Needs Title' attribute.isNeedsTitle()
GenDiagram getDiagram()
Compartments
'.
If the meaning of the 'Diagram' container reference isn't clear, there really should be more of a description here...
getDiagram
in interface GenCommonBase
GMFGenPackage.getGenCompartment_Diagram()
,
GenDiagram.getCompartments()
GenNode getNode()
Compartments
'.
If the meaning of the 'Node' reference isn't clear, there really should be more of a description here...
setNode(GenNode)
,
GMFGenPackage.getGenCompartment_Node()
,
GenNode.getCompartments()
void setNode(GenNode value)
Node
' reference.
value
- the new value of the 'Node' reference.getNode()
boolean isListLayout()
"true"
.
If the meaning of the 'List Layout' attribute isn't clear, there really should be more of a description here...
setListLayout(boolean)
,
GMFGenPackage.getGenCompartment_ListLayout()
void setListLayout(boolean value)
List Layout
' attribute.
value
- the new value of the 'List Layout' attribute.isListLayout()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |