|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--org.datamanager.passiveentityvalue.GuiLayoutEntityValue
The GuiLayoutEntityValue will keep the Layout of each JPanel in the EmailGuiCollectorSimpletion
| 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 |
public GuiLayoutEntityValue(Rectangle bound,
String name)
| Method Detail |
public void setBound(Rectangle bound)
public Rectangle getBound()
public void setName(String name)
public String getName()
public boolean equal(Object object)
public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||