Uses of Interface
org.eclipse.gmf.tooldef.Palette

Packages that use Palette
org.eclipse.gmf.mappings   
org.eclipse.gmf.mappings.impl   
org.eclipse.gmf.mappings.presentation   
org.eclipse.gmf.tooldef   
org.eclipse.gmf.tooldef.impl   
org.eclipse.gmf.tooldef.util   
 

Uses of Palette in org.eclipse.gmf.mappings
 

Methods in org.eclipse.gmf.mappings that return Palette
 Palette CanvasMapping.getPalette()
          Returns the value of the 'Palette' reference.
 

Methods in org.eclipse.gmf.mappings with parameters of type Palette
 void CanvasMapping.setPalette(Palette value)
          Sets the value of the 'Palette' reference.
 

Uses of Palette in org.eclipse.gmf.mappings.impl
 

Fields in org.eclipse.gmf.mappings.impl declared as Palette
protected  Palette CanvasMappingImpl.palette
          The cached value of the 'Palette' reference.
 

Methods in org.eclipse.gmf.mappings.impl that return Palette
 Palette CanvasMappingImpl.basicGetPalette()
           
 Palette CanvasMappingImpl.getPalette()
           
 

Methods in org.eclipse.gmf.mappings.impl with parameters of type Palette
 void CanvasMappingImpl.setPalette(Palette newPalette)
           
 

Uses of Palette in org.eclipse.gmf.mappings.presentation
 

Methods in org.eclipse.gmf.mappings.presentation that return Palette
 Palette MapRefModelPages.getPalette()
           
 

Uses of Palette in org.eclipse.gmf.tooldef
 

Methods in org.eclipse.gmf.tooldef that return Palette
 Palette GMFToolFactory.createPalette()
          Returns a new object of class 'Palette'.
 Palette ToolRegistry.getPalette()
          Returns the value of the 'Palette' containment reference.
 

Methods in org.eclipse.gmf.tooldef with parameters of type Palette
 void ToolRegistry.setPalette(Palette value)
          Sets the value of the 'Palette' containment reference.
 

Uses of Palette in org.eclipse.gmf.tooldef.impl
 

Classes in org.eclipse.gmf.tooldef.impl that implement Palette
 class PaletteImpl
          An implementation of the model object 'Palette'.
 

Fields in org.eclipse.gmf.tooldef.impl declared as Palette
protected  Palette ToolRegistryImpl.palette
          The cached value of the 'Palette' containment reference.
 

Methods in org.eclipse.gmf.tooldef.impl that return Palette
 Palette GMFToolFactoryImpl.createPalette()
           
 Palette ToolRegistryImpl.getPalette()
           
 

Methods in org.eclipse.gmf.tooldef.impl with parameters of type Palette
 org.eclipse.emf.common.notify.NotificationChain ToolRegistryImpl.basicSetPalette(Palette newPalette, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void ToolRegistryImpl.setPalette(Palette newPalette)
           
 

Uses of Palette in org.eclipse.gmf.tooldef.util
 

Methods in org.eclipse.gmf.tooldef.util with parameters of type Palette
 T GMFToolSwitch.casePalette(Palette object)
          Returns the result of interpreting the object as an instance of 'Palette'.
 



Copyright © 2012. All Rights Reserved.