|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--javax.swing.tree.DefaultMutableTreeNode | +--javax.help.FavoritesNode
A class for Favorites node. This class forces none-folders to have children.
Field Summary | |
static java.lang.String |
ELEMENT
XML element name |
static java.lang.String |
FOOTER
Footer of xml document |
static java.lang.String |
HEADER
Header part of xml file |
Fields inherited from class javax.swing.tree.DefaultMutableTreeNode |
EMPTY_ENUMERATION |
Constructor Summary | |
FavoritesNode(FavoritesItem item)
Creates a FavoritesNode for FavoritesItem. |
Method Summary | |
void |
add(javax.swing.tree.DefaultMutableTreeNode child)
Adds the child node. |
void |
export(java.io.OutputStream out)
Exports nodes descendants to the OutputStream |
java.io.OutputStreamWriter |
exportHeader(java.io.OutputStream out)
Exports header defined for this type of node to the OutputStream. |
void |
exportNode(java.io.OutputStreamWriter writer)
Exports node and its descendants to the xml file according favorites.dtd. |
boolean |
getAllowsChildren()
Returns wheter node is allowed to have children or not. |
FavoritesNode |
getDeepCopy()
Returns the deep copy of node |
java.lang.String |
getOffset()
Returns the string representation of offset. |
int |
getVisibleChildCount()
Returns the number of visible children |
java.lang.String |
getXMLElement()
Returns the XML element string |
java.lang.String |
getXMLHeader()
Returns the XML header string |
boolean |
isVisible()
Returns wheter node is visible or not |
void |
remove(javax.swing.tree.DefaultMutableTreeNode child)
Removes the child node. |
void |
setVisible(boolean vis)
Sets visibility of node |
Methods inherited from class javax.swing.tree.DefaultMutableTreeNode |
add, breadthFirstEnumeration, children, clone, depthFirstEnumeration, 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, insert, isLeaf, isNodeAncestor, isNodeChild, isNodeDescendant, isNodeRelated, isNodeSibling, isRoot, pathFromAncestorEnumeration, postorderEnumeration, preorderEnumeration, remove, remove, removeAllChildren, removeFromParent, setAllowsChildren, setParent, setUserObject, toString |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final java.lang.String HEADER
public static final java.lang.String ELEMENT
public static final java.lang.String FOOTER
Constructor Detail |
public FavoritesNode(FavoritesItem item)
item
- The FavoritesItemMethod Detail |
public boolean getAllowsChildren()
getAllowsChildren
in interface javax.swing.tree.TreeNode
getAllowsChildren
in class javax.swing.tree.DefaultMutableTreeNode
public void add(javax.swing.tree.DefaultMutableTreeNode child)
child
- The DefaultMutableTreeNode with FavoritesItem as UserObject.public void remove(javax.swing.tree.DefaultMutableTreeNode child)
child
- Node to remove.public int getVisibleChildCount()
public java.lang.String getOffset()
public void export(java.io.OutputStream out) throws java.io.IOException
out
- The OutputStream
java.io.IOException
public void exportNode(java.io.OutputStreamWriter writer) throws java.io.IOException
java.io.IOException
public java.io.OutputStreamWriter exportHeader(java.io.OutputStream out) throws java.io.IOException
out
- The OutputStream.
java.io.IOException
public java.lang.String getXMLHeader()
public java.lang.String getXMLElement()
public FavoritesNode getDeepCopy()
public boolean isVisible()
public void setVisible(boolean vis)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |