org.eclipse.gmf.codegen.gmfgen
Interface ToolGroup

All Superinterfaces:
EntryBase, org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier, ToolGroupItem
All Known Implementing Classes:
ToolGroupImpl

public interface ToolGroup
extends EntryBase, ToolGroupItem

A representation of the model object 'Tool Group'.

The following features are supported:

See Also:
GMFGenPackage.getToolGroup()
Generated
Model Properties:

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, getId, getLargeIconPath, getSmallIconPath, getTitle, setCreateMethodName, setDescription, setId, setLargeIconPath, setSmallIconPath, setTitle
 
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, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Method Detail

getPalette

Palette getPalette()
Returns the value of the 'Palette' container reference. It is bidirectional and its opposite is 'Groups'.

If the meaning of the 'Palette' reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Palette' container reference.
See Also:
setPalette(Palette), GMFGenPackage.getToolGroup_Palette(), Palette.getGroups()
Generated
Model Properties:
opposite="groups" required="true" transient="false"

setPalette

void setPalette(Palette value)
Sets the value of the 'Palette' container reference.

Parameters:
value - the new value of the 'Palette' container reference.
See Also:
getPalette()
Generated

isStack

boolean isStack()
Returns the value of the 'Stack' attribute.

If the meaning of the 'Stack' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Stack' attribute.
See Also:
setStack(boolean), GMFGenPackage.getToolGroup_Stack()
Generated
Model Properties:

setStack

void setStack(boolean value)
Sets the value of the 'Stack' attribute.

Parameters:
value - the new value of the 'Stack' attribute.
See Also:
isStack()
Generated

isCollapse

boolean isCollapse()
Returns the value of the 'Collapse' attribute.

If the meaning of the 'Collapse' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Collapse' attribute.
See Also:
setCollapse(boolean), GMFGenPackage.getToolGroup_Collapse()
Generated
Model Properties:

setCollapse

void setCollapse(boolean value)
Sets the value of the 'Collapse' attribute.

Parameters:
value - the new value of the 'Collapse' attribute.
See Also:
isCollapse()
Generated

getEntries

org.eclipse.emf.common.util.EList<ToolGroupItem> getEntries()
Returns the value of the 'Entries' containment reference list. The list contents are of type 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...

Returns:
the value of the 'Entries' containment reference list.
See Also:
GMFGenPackage.getToolGroup_Entries(), ToolGroupItem.getGroup()
Generated
Model Properties:
opposite="group" containment="true" required="true"

isToolsOnly

boolean isToolsOnly()
Returns the value of the 'Tools Only' attribute.

If the meaning of the 'Tools Only' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Tools Only' attribute.
See Also:
GMFGenPackage.getToolGroup_ToolsOnly()
Generated
Model Properties:
transient="true" changeable="false" volatile="true" derived="true"


Copyright © 2012. All Rights Reserved.