|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgpl.fredy.generate.PanelTreeNodeObject
public class PanelTreeNodeObject
Constructor Summary | |
---|---|
PanelTreeNodeObject()
|
|
PanelTreeNodeObject(org.jdom.Element e)
|
|
PanelTreeNodeObject(org.jdom.Element e,
org.jdom.Namespace n)
|
|
PanelTreeNodeObject(java.lang.String n)
|
Method Summary | |
---|---|
java.lang.String |
getBorder()
Get the value of border. |
org.jdom.Element |
getElt()
Get the value of elt. |
GridBagObject |
getGbc()
Get the value of gbc. |
java.lang.String |
getName()
Get the value of name. |
org.jdom.Namespace |
getNs()
Get the value of ns. |
java.lang.String |
getTitle()
Get the value of title. |
void |
setBorder(java.lang.String v)
Set the value of border. |
void |
setElt(org.jdom.Element v)
Set the value of elt. |
void |
setGbc(GridBagObject v)
Set the value of gbc. |
void |
setName(java.lang.String v)
Set the value of name. |
void |
setNs(org.jdom.Namespace v)
Set the value of ns. |
void |
setTitle(java.lang.String v)
Set the value of title. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PanelTreeNodeObject(org.jdom.Element e)
public PanelTreeNodeObject(org.jdom.Element e, org.jdom.Namespace n)
public PanelTreeNodeObject()
public PanelTreeNodeObject(java.lang.String n)
Method Detail |
---|
public java.lang.String getName()
public void setName(java.lang.String v)
v
- Value to assign to name.public java.lang.String getTitle()
public void setTitle(java.lang.String v)
v
- Value to assign to title.public java.lang.String getBorder()
public void setBorder(java.lang.String v)
v
- Value to assign to border.public GridBagObject getGbc()
public void setGbc(GridBagObject v)
v
- Value to assign to gbc.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 |