Uses of Interface
com.gargoylesoftware.base.gui.ComponentLoader
Packages that use ComponentLoader
-
Uses of ComponentLoader in com.gargoylesoftware.base.gui
Classes in com.gargoylesoftware.base.gui that implement ComponentLoaderModifier and TypeClassDescriptionclassA default implementation of ComponentLoader that uses reflection to instantiate components.Fields in com.gargoylesoftware.base.gui declared as ComponentLoaderModifier and TypeFieldDescriptionprivate final ComponentLoaderDelayedComponentLoaderEvent.loader_Methods in com.gargoylesoftware.base.gui that return ComponentLoaderModifier and TypeMethodDescriptionDelayedComponentLoaderEvent.getComponentLoader()Return the component loader or null if there isn't one.Methods in com.gargoylesoftware.base.gui with parameters of type ComponentLoaderModifier and TypeMethodDescriptionprivate voidDelayedComponentLoaderPanel.fireComponentLoadingEvent(int action, ComponentLoader loader, Component loadedComponent) Fire the component loading event.voidDelayedComponentLoaderPanel.setComponentLoader(ComponentLoader loader) Set the new component loader.Constructors in com.gargoylesoftware.base.gui with parameters of type ComponentLoaderModifierConstructorDescriptionDelayedComponentLoaderEvent(Object source, ComponentLoader loader, Component loadedComponent) Create a new event.