Uses of Class
org.jfree.base.AbstractBoot
-
Packages that use AbstractBoot Package Description org.jfree.base Base level classes.org.jfree.base.modules Module definitions: -
-
Uses of AbstractBoot in org.jfree.base
Subclasses of AbstractBoot in org.jfree.base Modifier and Type Class Description classBaseBootThe base boot class.Methods in org.jfree.base that return AbstractBoot Modifier and Type Method Description static AbstractBootBaseBoot. getInstance()Returns the boot instance.protected AbstractBootAbstractBoot. loadBooter(java.lang.String classname)Loads the specified booter implementation. -
Uses of AbstractBoot in org.jfree.base.modules
Fields in org.jfree.base.modules declared as AbstractBoot Modifier and Type Field Description private AbstractBootPackageManager. booterThe boot implementation for which the modules are managed.Methods in org.jfree.base.modules with parameters of type AbstractBoot Modifier and Type Method Description static PackageManagerPackageManager. createInstance(AbstractBoot booter)Creates a package manager instance.Constructors in org.jfree.base.modules with parameters of type AbstractBoot Constructor Description PackageManager(AbstractBoot booter)Creates a new package manager.
-