Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 

Generation Framework

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:

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.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

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:
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:

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:

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:
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:
transient="true" changeable="false" volatile="true" derived="true"

Generation Framework

Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp., Borland Software Corp., and others 2005,2006. All rights reserved.


 
 
  Published under the terms of the Eclipse Public License Version 1.0 ("EPL") Design by Interspire