|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Config | |
kiwi.ui | |
kiwi.util |
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 . |
Uses of Config in kiwi.util |
Methods in kiwi.util that return Config | |
Config |
ResourceDecoder.decodeConfig(java.io.InputStream stream)
Decode a configuration from an input stream. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |