|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgpl.fredy.generate.TreeGBCObject
public class TreeGBCObject
Constructor Summary | |
---|---|
TreeGBCObject()
|
|
TreeGBCObject(java.lang.String name,
int number,
java.awt.GridBagConstraints gbc)
|
Method Summary | |
---|---|
java.awt.GridBagConstraints |
getGbc()
Get the value of gbc. |
java.lang.String |
getName()
Get the value of name. |
int |
getNumber()
Get the value of number. |
void |
setGbc(java.awt.GridBagConstraints v)
Set the value of gbc. |
void |
setName(java.lang.String v)
Set the value of name. |
void |
setNumber(int v)
Set the value of number. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TreeGBCObject()
public TreeGBCObject(java.lang.String name, int number, java.awt.GridBagConstraints gbc)
Method Detail |
---|
public java.awt.GridBagConstraints getGbc()
public void setGbc(java.awt.GridBagConstraints v)
v
- Value to assign to gbc.public java.lang.String getName()
public void setName(java.lang.String v)
v
- Value to assign to name.public int getNumber()
public void setNumber(int v)
v
- Value to assign to number.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |