Uses of Interface
org.virion.jam.controlpanels.ControlPalette

Packages that use ControlPalette
jebl.gui.trees.treeviewer   
jebl.gui.trees.treeviewer.painters   
jebl.gui.trees.treeviewer.treelayouts   
org.virion.jam.controlpanels   
 

Uses of ControlPalette in jebl.gui.trees.treeviewer
 

Methods in jebl.gui.trees.treeviewer that return ControlPalette
 ControlPalette TreeViewer.getControlPalette()
           
 

Methods in jebl.gui.trees.treeviewer with parameters of type ControlPalette
 void TreePane.setControlPalette(ControlPalette controlPalette)
           
 

Constructors in jebl.gui.trees.treeviewer with parameters of type ControlPalette
MultipleTreeViewer(ControlPalette controlPalette, int controlsLocation)
           
TreeViewer(ControlPalette controlPalette, int CONTROL_PALETTE_ALIGNMENT)
          Creates new TreeViewer
 

Uses of ControlPalette in jebl.gui.trees.treeviewer.painters
 

Methods in jebl.gui.trees.treeviewer.painters with parameters of type ControlPalette
 void BasicLabelPainter.setControlPalette(ControlPalette controlPalette)
           
 void ScaleBarPainter.setControlPalette(ControlPalette controlPalette)
           
 

Uses of ControlPalette in jebl.gui.trees.treeviewer.treelayouts
 

Methods in jebl.gui.trees.treeviewer.treelayouts with parameters of type ControlPalette
 void PolarTreeLayout.setControlPalette(ControlPalette controlPalette)
           
 void RadialTreeLayout.setControlPalette(ControlPalette controlPalette)
           
 void RectilinearTreeLayout.setControlPalette(ControlPalette controlPalette)
           
 

Uses of ControlPalette in org.virion.jam.controlpanels
 

Classes in org.virion.jam.controlpanels that implement ControlPalette
 class BasicControlPalette
           
 

Methods in org.virion.jam.controlpanels with parameters of type ControlPalette
 void ControlsProvider.setControlPalette(ControlPalette controlPalette)
          Give the controls provider with a handle for the controlPalette object.