Package | Description |
---|---|
org.jfree.base |
Base level classes.
|
org.jfree.base.log | |
org.jfree.base.modules |
Module definitions:
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractBoot
The common base for all Boot classes.
|
class |
BaseBoot
The base boot class.
|
Modifier and Type | Method and Description |
---|---|
void |
DefaultLogModule.initialize(SubSystem subSystem)
Initalizes the module.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractModule.configure(SubSystem subSystem)
Configures the module by loading the configuration properties and
adding them to the package configuration.
|
boolean |
PackageState.configure(SubSystem subSystem)
Configures the module and raises the state to STATE_CONFIGURED if the
module is not yet configured.
|
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.
|
Copyright © 2001–2018 JFree.org. All rights reserved.