Uses of Interface
com.gargoylesoftware.base.gui.ComponentLoader

Packages that use ComponentLoader
com.gargoylesoftware.base.gui Classes that are UI related. 
 

Uses of ComponentLoader in com.gargoylesoftware.base.gui
 

Classes in com.gargoylesoftware.base.gui that implement ComponentLoader
 class DefaultComponentLoader
          A default implementation of ComponentLoader that uses reflection to instantiate components.
 

Methods in com.gargoylesoftware.base.gui that return ComponentLoader
 ComponentLoader DelayedComponentLoaderEvent.getComponentLoader()
          Return the component loader or null if there isn't one.
 

Methods in com.gargoylesoftware.base.gui with parameters of type ComponentLoader
 void DelayedComponentLoaderPanel.setComponentLoader(ComponentLoader loader)
          Set the new component loader.
 

Constructors in com.gargoylesoftware.base.gui with parameters of type ComponentLoader
DelayedComponentLoaderEvent(Object source, ComponentLoader loader, Component loadedComponent)
          Create a new event.
 



Copyright © 1998-2005 Gargoyle Software Inc.. All Rights Reserved.