|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectjavax.swing.tree.DefaultMutableTreeNode
daoc.editor.model.nodes.ElementNode
daoc.editor.model.nodes.ControlNode
daoc.editor.model.nodes.LabeldefNode
Wrapper for the LabelDef node.
| Field Summary |
| Fields inherited from class javax.swing.tree.DefaultMutableTreeNode |
EMPTY_ENUMERATION |
| Constructor Summary | |
LabeldefNode()
|
|
LabeldefNode(org.w3c.dom.Element e)
|
|
| Method Summary | |
java.lang.String |
getAdapter()
|
java.awt.Color |
getColor()
|
java.lang.String |
getColorAdapter()
|
java.lang.String |
getData()
|
Editor[] |
getEditors()
|
java.lang.String |
getFontName()
|
int |
getHeight()
|
int |
getMaxChars()
|
java.lang.String |
getName()
|
int |
getWidth()
|
boolean |
isEndAligned()
|
boolean |
isTextCentered()
|
void |
writeXML(java.io.Writer fout,
int indent)
|
| Methods inherited from class daoc.editor.model.nodes.ControlNode |
fillPreviewPopup, getAlignedBounds, getAlignment, getId, getLocation, getPopup, getX, getY, init, moveBy |
| Methods inherited from class daoc.editor.model.nodes.ElementNode |
add, addUpdateListener, compareTo, fireAddedEvent, fireRemoveEvent, fireUpdatedEvent, getNodeList, getNodeName, insert, remove, removeUpdateListener, toString |
| Methods inherited from class javax.swing.tree.DefaultMutableTreeNode |
breadthFirstEnumeration, children, clone, depthFirstEnumeration, getAllowsChildren, getChildAfter, getChildAt, getChildBefore, getChildCount, getDepth, getFirstChild, getFirstLeaf, getIndex, getLastChild, getLastLeaf, getLeafCount, getLevel, getNextLeaf, getNextNode, getNextSibling, getParent, getPath, getPreviousLeaf, getPreviousNode, getPreviousSibling, getRoot, getSharedAncestor, getSiblingCount, getUserObject, getUserObjectPath, isLeaf, isNodeAncestor, isNodeChild, isNodeDescendant, isNodeRelated, isNodeSibling, isRoot, pathFromAncestorEnumeration, postorderEnumeration, preorderEnumeration, remove, removeAllChildren, removeFromParent, setAllowsChildren, setParent, setUserObject |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public LabeldefNode()
public LabeldefNode(org.w3c.dom.Element e)
| Method Detail |
public java.lang.String getName()
public java.lang.String getFontName()
public java.lang.String getData()
public int getWidth()
public int getHeight()
public java.awt.Color getColor()
public java.lang.String getAdapter()
getAdapter in class ControlNodepublic java.lang.String getColorAdapter()
public boolean isEndAligned()
public int getMaxChars()
public boolean isTextCentered()
public Editor[] getEditors()
getEditors in class ElementNode
public void writeXML(java.io.Writer fout,
int indent)
throws java.io.IOException
writeXML in class ControlNodejava.io.IOException
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||