|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ToolGroup
A representation of the model object 'Tool Group'.
The following features are supported:
GMFToolPackage.getToolGroup()
Method Summary | |
---|---|
AbstractTool |
getActive()
Returns the value of the 'Active' reference. |
boolean |
isCollapsible()
Returns the value of the 'Collapsible' attribute. |
boolean |
isStack()
Returns the value of the 'Stack' attribute. |
void |
setActive(AbstractTool value)
Sets the value of the ' Active ' reference. |
void |
setCollapsible(boolean value)
Sets the value of the ' Collapsible ' attribute. |
void |
setStack(boolean value)
Sets the value of the ' Stack ' attribute. |
Methods inherited from interface org.eclipse.gmf.tooldef.ToolContainer |
---|
getTools |
Methods inherited from interface org.eclipse.gmf.tooldef.AbstractTool |
---|
getDescription, getLargeIcon, getSmallIcon, getTitle, setDescription, setLargeIcon, setSmallIcon, setTitle |
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 |
Method Detail |
---|
boolean isCollapsible()
If the meaning of the 'Collapsible' attribute isn't clear, there really should be more of a description here...
setCollapsible(boolean)
,
GMFToolPackage.getToolGroup_Collapsible()
void setCollapsible(boolean value)
Collapsible
' attribute.
value
- the new value of the 'Collapsible' attribute.isCollapsible()
boolean isStack()
If the meaning of the 'Stack' attribute isn't clear, there really should be more of a description here...
setStack(boolean)
,
GMFToolPackage.getToolGroup_Stack()
void setStack(boolean value)
Stack
' attribute.
value
- the new value of the 'Stack' attribute.isStack()
AbstractTool getActive()
If the meaning of the 'Active' reference isn't clear, there really should be more of a description here...
setActive(AbstractTool)
,
GMFToolPackage.getToolGroup_Active()
void setActive(AbstractTool value)
Active
' reference.
value
- the new value of the 'Active' reference.getActive()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |