Uses of Class
kiwi.util.Config

Packages that use Config
kiwi.ui   
 

Uses of Config in kiwi.ui
 

Fields in kiwi.ui declared as Config
protected  Config WizardPanelSequence.config
          The configuration object for this sequence.
protected  Config WizardPanel.config
          The configuration object for the WizardPanelSequence that owns this WizardPanel.
 

Methods in kiwi.ui that return Config
 Config WizardPanelSequence.getConfig()
          Get a reference to this WizardPanelSequence's Config object.
 

Methods in kiwi.ui with parameters of type Config
(package private)  void WizardPanel.setConfig(Config config)
           
private  void ColorTheme.init(Config config)
           
 

Constructors in kiwi.ui with parameters of type Config
WizardPanelSequence(Config config)
          Construct a new WizardPanelSequence with the given configuration object.
ColorTheme(Config config)
          Construct a new ColorTheme.