Uses of Interface
org.jfree.base.modules.SubSystem
Packages that use SubSystem
Package
Description
Base level classes.
Module definitions:
-
Uses of SubSystem in org.jfree.base
Classes in org.jfree.base that implement SubSystemModifier and TypeClassDescriptionclass
The common base for all Boot classes.class
The base boot class. -
Uses of SubSystem in org.jfree.base.log
Methods in org.jfree.base.log with parameters of type SubSystemModifier and TypeMethodDescriptionvoid
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 SubSystemModifier and TypeMethodDescriptionvoid
Configures the module by loading the configuration properties and adding them to the package configuration.void
Configures the module.boolean
Configures the module and raises the state to STATE_CONFIGURED if the module is not yet configured.void
Module.initialize
(SubSystem subSystem) Initializes 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.