Uses of Class
org.jfree.base.AbstractBoot
Packages that use AbstractBoot
-
Uses of AbstractBoot in org.jfree.base
Subclasses of AbstractBoot in org.jfree.baseMethods in org.jfree.base that return AbstractBootModifier and TypeMethodDescriptionstatic AbstractBoot
BaseBoot.getInstance()
Returns the boot instance.protected AbstractBoot
AbstractBoot.loadBooter
(String classname) Loads the specified booter implementation. -
Uses of AbstractBoot in org.jfree.base.modules
Fields in org.jfree.base.modules declared as AbstractBootModifier and TypeFieldDescriptionprivate AbstractBoot
PackageManager.booter
The boot implementation for which the modules are managed.Methods in org.jfree.base.modules with parameters of type AbstractBootModifier and TypeMethodDescriptionstatic PackageManager
PackageManager.createInstance
(AbstractBoot booter) Creates a package manager instance.Constructors in org.jfree.base.modules with parameters of type AbstractBootModifierConstructorDescriptionprivate
PackageManager
(AbstractBoot booter) Creates a new package manager.