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 TypeClassDescriptionclass
A default implementation of ComponentLoader that uses reflection to instantiate components.Fields in com.gargoylesoftware.base.gui declared as ComponentLoaderModifier and TypeFieldDescriptionprivate final ComponentLoader
DelayedComponentLoaderEvent.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 void
DelayedComponentLoaderPanel.fireComponentLoadingEvent
(int action, ComponentLoader loader, Component loadedComponent) Fire the component loading event.void
DelayedComponentLoaderPanel.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.