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 AbstractBootBaseBoot.getInstance()Returns the boot instance.protected AbstractBootAbstractBoot.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 AbstractBootPackageManager.booterThe boot implementation for which the modules are managed.Methods in org.jfree.base.modules with parameters of type AbstractBootModifier and TypeMethodDescriptionstatic PackageManagerPackageManager.createInstance(AbstractBoot booter) Creates a package manager instance.Constructors in org.jfree.base.modules with parameters of type AbstractBootModifierConstructorDescriptionprivatePackageManager(AbstractBoot booter) Creates a new package manager.