org.datamanager.kernel
Class GuiSimpletonInfo

java.lang.Object
  |
  +--org.datamanager.kernel.GuiSimpletonInfo

public final class GuiSimpletonInfo
extends Object

This class contains references to pertinent information about a GuiSimpleton. The Component being exported is publicly accessible so that the GuiCollector collecting these GuiSimpletonS can maintain a mapping between Components pointers - this is necessary so that the GuiSimpletonS can install event handlers within the exported component that let the Collector know that it should dispose() of whatever component it has generated on its end encapsulating the exported Component.

Version:
$Revision: 1.8 $
Author:
Team Helium

Constructor Summary
GuiSimpletonInfo(Component component, String componentTitle)
           
GuiSimpletonInfo(Component component, String componentTitle, Rectangle preferredBound)
           
 
Method Summary
 Component getComponent()
           
 Rectangle getPreferredBound()
           
 String getTitle()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GuiSimpletonInfo

public GuiSimpletonInfo(Component component,
                        String componentTitle)

GuiSimpletonInfo

public GuiSimpletonInfo(Component component,
                        String componentTitle,
                        Rectangle preferredBound)
Method Detail

getComponent

public final Component getComponent()

getPreferredBound

public final Rectangle getPreferredBound()

getTitle

public final String getTitle()


See the Helium Website