|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ToolRegistry
A representation of the model object 'Tool Registry'.
The following features are supported:
GMFToolPackage.getToolRegistry()
Method Summary | |
---|---|
org.eclipse.emf.common.util.EList<Menu> |
getAllMenus()
Returns the value of the 'All Menus' containment reference list. |
Palette |
getPalette()
Returns the value of the 'Palette' containment reference. |
org.eclipse.emf.common.util.EList<MenuAction> |
getSharedActions()
Returns the value of the 'Shared Actions' containment reference list. |
void |
setPalette(Palette value)
Sets the value of the ' Palette ' containment reference. |
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 |
---|
org.eclipse.emf.common.util.EList<MenuAction> getSharedActions()
MenuAction
.
Instead of placing common actions somewhere in menu hierarchy and referencing them in (2..n) cases, keep them in this central registry and use ItemRef everywhere (i.e. in 1..n cases)
GMFToolPackage.getToolRegistry_SharedActions()
org.eclipse.emf.common.util.EList<Menu> getAllMenus()
Menu
.
If the meaning of the 'All Menus' containment reference list isn't clear, there really should be more of a description here...
GMFToolPackage.getToolRegistry_AllMenus()
Palette getPalette()
If the meaning of the 'Palette' containment reference isn't clear, there really should be more of a description here...
setPalette(Palette)
,
GMFToolPackage.getToolRegistry_Palette()
void setPalette(Palette value)
Palette
' containment reference.
value
- the new value of the 'Palette' containment reference.getPalette()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |