Uses of Interface
net.groboclown.gui.pluginapp.v1.IElement

Packages that use IElement
net.groboclown.gui.pluginapp.v1   
net.groboclown.gui.pluginapp.v1.event   
net.groboclown.gui.pluginapp.v1.plugin   
 

Uses of IElement in net.groboclown.gui.pluginapp.v1
 

Classes in net.groboclown.gui.pluginapp.v1 that implement IElement
 class Core
          Stores all the datastructures for the installer app.
 class ElementManager
          Stores registration information for each known IElement in the app.
 class EventManager
          Stores all the datastructures for the installer app.
 class MainFrame
          The main GUI frame controller.
 class PluginManager
          Stores all the datastructures for the installer app.
 class PropertyManager
          A decorator/adapter for a Property Database.
 

Methods in net.groboclown.gui.pluginapp.v1 that return IElement
 IElement[] ElementManager.getElements()
           
 IElement EventManager.getEventSourceElement(EventBusEvent ebe)
           
 

Methods in net.groboclown.gui.pluginapp.v1 with parameters of type IElement
protected  void MainFrame.MyElementRemovedListener.performTask(IElement element, Object data)
           
 Object ElementManager.getElementValue(IElement element, String key)
           
 String[] ElementManager.getElementKeys(IElement element)
           
 void ElementManager.addElement(IElement element)
           
 void ElementManager.setElementValue(IElement element, String key, Object value)
           
 boolean ElementManager.removeElement(IElement element)
           
protected  Map ElementManager.getElementMap(IElement element)
           
 void EventManager.addListener(IElement source, IEventBusListener listener)
           
 void EventManager.removeListener(IElement source, IEventBusListener listener)
           
 void EventManager.sendEvent(IElement source, BaseEvent be)
           
protected  void EventManager.MyElementRemovedListener.performTask(IElement element, Object data)
           
protected  void Core.setupElement(IElement element)
           
 

Constructors in net.groboclown.gui.pluginapp.v1 with parameters of type IElement
MainFrame.MyElementRemovedListener(IElement source, ElementManager elem, EventManager evt)
           
EventManager.MyElementRemovedListener(IElement source, ElementManager elem, EventManager evt)
           
 

Uses of IElement in net.groboclown.gui.pluginapp.v1.event
 

Fields in net.groboclown.gui.pluginapp.v1.event declared as IElement
private  IElement ErrorEvent.source
           
private  IElement ElementRemovedEvent.element
           
private  IElement ElementAddedEvent.element
           
 

Methods in net.groboclown.gui.pluginapp.v1.event that return IElement
 IElement ErrorEvent.getElement()
           
 IElement ElementRemovedEvent.getElement()
           
 IElement ElementAddedEvent.getElement()
           
 

Methods in net.groboclown.gui.pluginapp.v1.event with parameters of type IElement
 void ElementRemovedListener.addObjectToList(IElement element, Object data)
           
 void ElementRemovedListener.removeObjectFromList(IElement element, Object data)
           
protected abstract  void ElementRemovedListener.performTask(IElement element, Object data)
           
 

Constructors in net.groboclown.gui.pluginapp.v1.event with parameters of type IElement
ElementRemovedListener(IElement source, ElementManager elem, EventManager evt, String listName)
           
ErrorEvent(IElement source, String action, String[] errors)
           
ElementRemovedEvent(IElement element)
           
ElementAddedEvent(IElement element)
           
 

Uses of IElement in net.groboclown.gui.pluginapp.v1.plugin
 

Subinterfaces of IElement in net.groboclown.gui.pluginapp.v1.plugin
 interface IPluginElement
          Stores all the datastructures for the installer app.
 interface IPrimaryComponent
          Defines a main component that is displayed to the user.
 

Classes in net.groboclown.gui.pluginapp.v1.plugin that implement IElement
 class ErrorReporterPlugin
          The main GUI frame controller.
 class EventReporterPlugin
          The main GUI frame controller.
 

Methods in net.groboclown.gui.pluginapp.v1.plugin with parameters of type IElement
 void ErrorReporterPlugin.reportErrors(IElement source, String action, String[] errors)
           
 



Written under the LGPL