|
Generation Framework | |||||||||
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:
GMFGenPackage.getToolGroup()
Method Summary | |
---|---|
org.eclipse.emf.common.util.EList<ToolGroupItem> |
getEntries()
Returns the value of the 'Entries' containment reference list. |
Palette |
getPalette()
Returns the value of the 'Palette' container reference. |
boolean |
isCollapse()
Returns the value of the 'Collapse' attribute |
boolean |
isStack()
Returns the value of the 'Stack' attribute |
boolean |
isToolsOnly()
Returns the value of the 'Tools Only' attribute |
void |
setCollapse(boolean value)
Sets the value of the ' Collapse ' attribute |
void |
setPalette(Palette value)
Sets the value of the ' Palette ' container reference |
void |
setStack(boolean value)
Sets the value of the ' Stack ' attribute |
Methods inherited from interface org.eclipse.gmf.codegen.gmfgen.EntryBase |
---|
getCreateMethodName, getDescription, getLargeIconPath, getSmallIconPath, getTitle, setCreateMethodName, setDescription, setLargeIconPath, setSmallIconPath, setTitle |
Methods inherited from interface org.eclipse.emf.ecore.EObject |
---|
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset |
Methods inherited from interface org.eclipse.emf.common.notify.Notifier |
---|
eAdapters, eDeliver, eNotify, eSetDeliver |
Methods inherited from interface org.eclipse.gmf.codegen.gmfgen.ToolGroupItem |
---|
getGroup |
Methods inherited from interface org.eclipse.emf.ecore.EObject |
---|
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset |
Methods inherited from interface org.eclipse.emf.common.notify.Notifier |
---|
eAdapters, eDeliver, eNotify, eSetDeliver |
Method Detail |
---|
Palette getPalette()
Groups
'.
If the meaning of the 'Palette' reference isn't clear, there really should be more of a description here...
setPalette(Palette)
,
GMFGenPackage.getToolGroup_Palette()
,
Palette.getGroups()
void setPalette(Palette value)
Palette
' container reference.
value
- the new value of the 'Palette' container reference.getPalette()
boolean isStack()
If the meaning of the 'Stack' attribute isn't clear, there really should be more of a description here...
setStack(boolean)
,
GMFGenPackage.getToolGroup_Stack()
void setStack(boolean value)
Stack
' attribute.
value
- the new value of the 'Stack' attribute.isStack()
boolean isCollapse()
If the meaning of the 'Collapse' attribute isn't clear, there really should be more of a description here...
setCollapse(boolean)
,
GMFGenPackage.getToolGroup_Collapse()
void setCollapse(boolean value)
Collapse
' attribute.
value
- the new value of the 'Collapse' attribute.isCollapse()
org.eclipse.emf.common.util.EList<ToolGroupItem> getEntries()
ToolGroupItem
.
It is bidirectional and its opposite is 'Group
'.
If the meaning of the 'Entries' containment reference list isn't clear, there really should be more of a description here...
GMFGenPackage.getToolGroup_Entries()
,
ToolGroupItem.getGroup()
boolean isToolsOnly()
If the meaning of the 'Tools Only' attribute isn't clear, there really should be more of a description here...
GMFGenPackage.getToolGroup_ToolsOnly()
|
Generation Framework | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Guidelines for using Eclipse APIs.
Copyright (c) IBM Corp., Borland Software Corp., and others 2005,2006. All rights reserved.