public static class Bookmarks.BookmarkEntry extends DefaultMutableTreeNode
allowsChildren, children, EMPTY_ENUMERATION, parent, userObject| Constructor and Description |
|---|
BookmarkEntry() |
| Modifier and Type | Method and Description |
|---|---|
Date |
getCreated() |
Date |
getLastVisited() |
URL |
getLocation() |
String |
getName() |
void |
setCreated(Date date) |
void |
setLastVisited(Date date) |
void |
setLocation(URL location) |
void |
setName(String name) |
String |
toString() |
add, breadthFirstEnumeration, children, clone, depthFirstEnumeration, getAllowsChildren, getChildAfter, getChildAt, getChildBefore, getChildCount, getDepth, getFirstChild, getFirstLeaf, getIndex, getLastChild, getLastLeaf, getLeafCount, getLevel, getNextLeaf, getNextNode, getNextSibling, getParent, getPath, getPathToRoot, 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, setUserObjectpublic void setName(String name)
public String getName()
public void setLocation(URL location)
public URL getLocation()
public void setLastVisited(Date date)
public Date getLastVisited()
public void setCreated(Date date)
public Date getCreated()
public String toString()
toString in class DefaultMutableTreeNodeCopyright © 2021. All rights reserved.