JCommon 1.0.17-redhat-2

Uses of Interface
org.jfree.base.modules.SubSystem

Packages that use SubSystem
org.jfree.base Base level classes. 
org.jfree.base.log   
org.jfree.base.modules Module definitions: 
 

Uses of SubSystem in org.jfree.base
 

Classes in org.jfree.base that implement SubSystem
 class AbstractBoot
          The common base for all Boot classes.
 class BaseBoot
          The base boot class.
 

Uses of SubSystem in org.jfree.base.log
 

Methods in org.jfree.base.log with parameters of type SubSystem
 void DefaultLogModule.initialize(SubSystem subSystem)
          Initalizes the module.
 

Uses of SubSystem in org.jfree.base.modules
 

Methods in org.jfree.base.modules with parameters of type SubSystem
 boolean PackageState.configure(SubSystem subSystem)
          Configures the module and raises the state to STATE_CONFIGURED if the module is not yet configured.
 void AbstractModule.configure(SubSystem subSystem)
          Configures the module by loading the configuration properties and adding them to the package configuration.
 void Module.configure(SubSystem subSystem)
          Configures the module.
 boolean PackageState.initialize(SubSystem subSystem)
          Initializes the contained module and raises the set of the module to STATE_INITIALIZED, if the module was not yet initialized.
 void Module.initialize(SubSystem subSystem)
          Initializes the module.
 


JCommon 1.0.17-redhat-2

Copyright © 2001-2012 JFree.org. All Rights Reserved.