org.datamanager.passiveentityvalue
Class GuiLayoutEntityValue

java.lang.Object
  |
  +--org.datamanager.passiveentityvalue.GuiLayoutEntityValue
All Implemented Interfaces:
EntityValue, PassiveEntityValue, Serializable

public class GuiLayoutEntityValue
extends Object
implements PassiveEntityValue

The GuiLayoutEntityValue will keep the Layout of each JPanel in the EmailGuiCollectorSimpletion

Version:
$Revision: 1.7 $
Author:
Team Helium
See Also:
Serialized Form

Constructor Summary
GuiLayoutEntityValue(Rectangle bound, String name)
          constructor: build the GridLayoutEntityValue with bound(Rectangle to represent the layout's position and size.
 
Method Summary
 boolean equal(Object object)
          report the wheather two GuiLayoutEntityValue is equal inlcude position and size
 Rectangle getBound()
          report the bound
 String getName()
           
 void setBound(Rectangle bound)
          change the value -- bound
 void setName(String name)
           
 String toString()
          report the position(x,y) and width and height
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.datamanager.passiveentityvalue.PassiveEntityValue
equals, hashCode
 

Constructor Detail

GuiLayoutEntityValue

public GuiLayoutEntityValue(Rectangle bound,
                            String name)
constructor: build the GridLayoutEntityValue with bound(Rectangle to represent the layout's position and size.

Method Detail

setBound

public void setBound(Rectangle bound)
change the value -- bound


getBound

public Rectangle getBound()
report the bound


setName

public void setName(String name)

getName

public String getName()

equal

public boolean equal(Object object)
report the wheather two GuiLayoutEntityValue is equal inlcude position and size


toString

public String toString()
report the position(x,y) and width and height

Overrides:
toString in class Object


See the Helium Website