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

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

Uses of ControlsSettings in jebl.gui.trees.treeviewer
 

Methods in jebl.gui.trees.treeviewer with parameters of type ControlsSettings
 void TreePane.getSettings(ControlsSettings settings)
           
 void TreePane.setSettings(ControlsSettings settings)
           
 

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

Methods in jebl.gui.trees.treeviewer.painters with parameters of type ControlsSettings
 void BasicLabelPainter.getSettings(ControlsSettings settings)
           
 void ScaleBarPainter.getSettings(ControlsSettings settings)
           
 void BasicLabelPainter.setSettings(ControlsSettings settings)
           
 void ScaleBarPainter.setSettings(ControlsSettings settings)
           
 

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

Methods in jebl.gui.trees.treeviewer.treelayouts with parameters of type ControlsSettings
 void PolarTreeLayout.getSettings(ControlsSettings settings)
           
 void RadialTreeLayout.getSettings(ControlsSettings settings)
           
 void RectilinearTreeLayout.getSettings(ControlsSettings settings)
           
 void PolarTreeLayout.setSettings(ControlsSettings settings)
           
 void RadialTreeLayout.setSettings(ControlsSettings settings)
           
 void RectilinearTreeLayout.setSettings(ControlsSettings settings)
           
 

Uses of ControlsSettings in org.virion.jam.controlpanels
 

Methods in org.virion.jam.controlpanels with parameters of type ControlsSettings
 void ControlsProvider.getSettings(ControlsSettings settings)
          Get the settings for a given Controls object.
 void ControlsProvider.setSettings(ControlsSettings settings)
          Give the provider some settings.