|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgpl.fredy.generate.ComponentTreeNodeObject
public class ComponentTreeNodeObject
Constructor Summary | |
---|---|
ComponentTreeNodeObject()
|
|
ComponentTreeNodeObject(org.jdom.Element v)
|
Method Summary | |
---|---|
org.jdom.Element |
getElt()
Get the value of elt. |
GridBagObject |
getGbc()
Get the value of gbc. |
java.lang.String |
getGuiType()
Get the value of guiType. |
GridBagObject |
getLabelGbc()
Get the value of labelGbc. |
java.lang.String |
getName()
Get the value of name. |
org.jdom.Namespace |
getNs()
Get the value of ns. |
FieldTypeParameters |
getParameter()
Get the value of parameter. |
java.lang.String |
getType()
Get the value of type. |
void |
setElt(org.jdom.Element v)
Set the value of elt. |
void |
setGbc(GridBagObject v)
Set the value of gbc. |
void |
setGuiType(java.lang.String v)
Set the value of guiType. |
void |
setLabelGbc(GridBagObject v)
Set the value of labelGbc. |
void |
setName(java.lang.String v)
Set the value of name. |
void |
setNs(org.jdom.Namespace v)
Set the value of ns. |
void |
setParameter(FieldTypeParameters v)
Set the value of parameter. |
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 ComponentTreeNodeObject(org.jdom.Element v)
public ComponentTreeNodeObject()
Method Detail |
---|
public java.lang.String getName()
public void setName(java.lang.String v)
v
- Value to assign to name.public java.lang.String getType()
public void setType(java.lang.String v)
v
- Value to assign to type.public GridBagObject getGbc()
public void setGbc(GridBagObject v)
v
- Value to assign to gbc.public GridBagObject getLabelGbc()
public void setLabelGbc(GridBagObject v)
v
- Value to assign to labelGbc.public java.lang.String getGuiType()
public void setGuiType(java.lang.String v)
v
- Value to assign to guiType.public FieldTypeParameters getParameter()
public void setParameter(FieldTypeParameters v)
v
- Value to assign to parameter.public org.jdom.Element getElt()
public void setElt(org.jdom.Element v)
v
- Value to assign to elt.public org.jdom.Namespace getNs()
public void setNs(org.jdom.Namespace v)
v
- Value to assign to ns.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |