org.eclipse.gmf.tooldef
Interface Palette

All Superinterfaces:
AbstractTool, org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier, ToolContainer
All Known Implementing Classes:
PaletteImpl

public interface Palette
extends ToolContainer

A representation of the model object 'Palette'.

The following features are supported:

See Also:
GMFToolPackage.getPalette()
Generated
Model Properties:

Method Summary
 AbstractTool getDefault()
          Returns the value of the 'Default' reference.
 void setDefault(AbstractTool value)
          Sets the value of the 'Default' reference.
 
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

getDefault

AbstractTool getDefault()
Returns the value of the 'Default' reference.

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

Returns:
the value of the 'Default' reference.
See Also:
setDefault(AbstractTool), GMFToolPackage.getPalette_Default()
Generated
Model Properties:

setDefault

void setDefault(AbstractTool value)
Sets the value of the 'Default' reference.

Parameters:
value - the new value of the 'Default' reference.
See Also:
getDefault()
Generated


Copyright © 2012. All Rights Reserved.