|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgpl.fredy.generate.TreeObject
public class TreeObject
Constructor Summary | |
---|---|
TreeObject()
|
|
TreeObject(java.lang.String name,
int number,
java.awt.GridBagConstraints gbc)
|
Method Summary | |
---|---|
java.lang.String |
getFieldType()
Get the value of fieldType. |
java.awt.GridBagConstraints |
getGbc()
Get the value of gbc. |
java.lang.String |
getLabel()
Get the value of label. |
java.awt.GridBagConstraints |
getLabelConstraints()
Get the value of labelConstraints. |
java.lang.String |
getName()
Get the value of name. |
int |
getNumber()
Get the value of number. |
java.lang.String |
getText()
Get the value of text. |
java.lang.String |
getTitle()
Get the value of title. |
java.lang.String |
getType()
Get the value of type. |
void |
setFieldType(java.lang.String v)
Set the value of fieldType. |
void |
setGbc(java.awt.GridBagConstraints v)
Set the value of gbc. |
void |
setLabel(java.lang.String v)
Set the value of label. |
void |
setLabelConstraints(java.awt.GridBagConstraints v)
Set the value of labelConstraints. |
void |
setName(java.lang.String v)
Set the value of name. |
void |
setNumber(int v)
Set the value of number. |
void |
setText(java.lang.String v)
Set the value of text. |
void |
setTitle(java.lang.String v)
Set the value of title. |
void |
setType(java.lang.String v)
Set the value of type. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TreeObject()
public TreeObject(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.public java.lang.String getTitle()
public void setTitle(java.lang.String v)
v
- Value to assign to title.public java.lang.String getType()
public void setType(java.lang.String v)
v
- Value to assign to type.public java.lang.String getFieldType()
public void setFieldType(java.lang.String v)
v
- Value to assign to fieldType.public java.awt.GridBagConstraints getLabelConstraints()
public void setLabelConstraints(java.awt.GridBagConstraints v)
v
- Value to assign to labelConstraints.public java.lang.String getLabel()
public void setLabel(java.lang.String v)
v
- Value to assign to label.public java.lang.String getText()
public void setText(java.lang.String v)
v
- Value to assign to text.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |