Uses of Interface
org.eclipse.gmf.codegen.gmfgen.Palette

Packages that use Palette
org.eclipse.gmf.codegen.gmfgen   
org.eclipse.gmf.codegen.gmfgen.impl   
org.eclipse.gmf.codegen.gmfgen.util   
 

Uses of Palette in org.eclipse.gmf.codegen.gmfgen
 

Methods in org.eclipse.gmf.codegen.gmfgen that return Palette
 Palette GMFGenFactory.createPalette()
          Returns a new object of class 'Palette'.
 Palette GenDiagram.getPalette()
          Returns the value of the 'Palette' containment reference.
 Palette ToolGroup.getPalette()
          Returns the value of the 'Palette' container reference.
 

Methods in org.eclipse.gmf.codegen.gmfgen with parameters of type Palette
 void GenDiagram.setPalette(Palette value)
          Sets the value of the 'Palette' containment reference.
 void ToolGroup.setPalette(Palette value)
          Sets the value of the 'Palette' container reference.
 

Uses of Palette in org.eclipse.gmf.codegen.gmfgen.impl
 

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

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

Methods in org.eclipse.gmf.codegen.gmfgen.impl that return Palette
 Palette GMFGenFactoryImpl.createPalette()
           
 Palette GenDiagramImpl.getPalette()
           
 Palette ToolGroupImpl.getPalette()
           
 Palette ToolGroupImpl.getPaletteGen()
           
 

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

Uses of Palette in org.eclipse.gmf.codegen.gmfgen.util
 

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



Copyright © 2012. All Rights Reserved.