|
|||||||||||
| 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.IncludeNode
Used to load include files.
| Field Summary |
| Fields inherited from class javax.swing.tree.DefaultMutableTreeNode |
EMPTY_ENUMERATION |
| Constructor Summary | |
IncludeNode()
|
|
IncludeNode(org.w3c.dom.Element e)
|
|
IncludeNode(java.lang.String file)
|
|
| Method Summary | |
void |
delete()
|
void |
fireUpdatedEvent(ElementNode node)
|
static java.lang.String |
getEncodingLine()
|
java.lang.String |
getFilename()
|
java.lang.String |
getName()
|
static java.lang.String |
getRootFooter()
|
static java.lang.String |
getRootLine()
|
void |
init()
|
boolean |
isCustom()
|
boolean |
isDefault()
|
void |
loadChildren(org.w3c.dom.Element e)
|
void |
save()
|
void |
writeXML(java.io.Writer fout,
int indent)
|
| Methods inherited from class daoc.editor.model.nodes.ElementNode |
add, addUpdateListener, compareTo, fireAddedEvent, fireRemoveEvent, getEditors, getNodeList, getNodeName, getPopup, 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 IncludeNode()
public IncludeNode(java.lang.String file)
public IncludeNode(org.w3c.dom.Element e)
| Method Detail |
public java.lang.String getName()
public boolean isCustom()
public void init()
init in class ElementNodepublic java.lang.String getFilename()
public void loadChildren(org.w3c.dom.Element e)
public void delete()
public boolean isDefault()
public void save()
public void writeXML(java.io.Writer fout,
int indent)
throws java.io.IOException
writeXML in class ElementNodejava.io.IOExceptionpublic void fireUpdatedEvent(ElementNode node)
fireUpdatedEvent in class ElementNodepublic static final java.lang.String getEncodingLine()
public static final java.lang.String getRootLine()
public static final java.lang.String getRootFooter()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||