Uses of Interface
net.groboclown.gui.pluginapp.v1.plugin.IPrimaryComponent

Packages that use IPrimaryComponent
net.groboclown.gui.pluginapp.v1   
net.groboclown.gui.pluginapp.v1.plugin   
 

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

Fields in net.groboclown.gui.pluginapp.v1 declared as IPrimaryComponent
private  IPrimaryComponent PrincipalComponentWrapper.ipc
           
 

Methods in net.groboclown.gui.pluginapp.v1 that return IPrimaryComponent
 IPrimaryComponent[] MainFrame.getComponents()
           
 IPrimaryComponent PrincipalComponentWrapper.getPrimaryComponent()
           
 

Methods in net.groboclown.gui.pluginapp.v1 with parameters of type IPrimaryComponent
 void MainFrame.addComponent(IPrimaryComponent ipc)
           
 void MainFrame.removeComponent(IPrimaryComponent ipc)
           
 

Constructors in net.groboclown.gui.pluginapp.v1 with parameters of type IPrimaryComponent
PrincipalComponentWrapper(IPrimaryComponent ipcc, MainFrame fr)
           
 

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

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



Written under the LGPL