java.lang.Object
javax.swing.tree.DefaultMutableTreeNode
org.jempeg.empeg.emplode.model.VirtualFIDPlaylistTreeNode
org.jempeg.empeg.emplode.model.VirtualSearchFIDPlaylistTreeNode
- All Implemented Interfaces:
- java.lang.Cloneable, EmpegPlaylistTreeNodeIfc, EmpegTreeNodeIfc, java.util.EventListener, FIDPlaylistTreeNodeIfc, org.jempeg.empeg.emplode.action.FIDTreeNodeChangeListenerIfc, javax.swing.tree.MutableTreeNode, java.io.Serializable, javax.swing.tree.TreeNode
- public class VirtualSearchFIDPlaylistTreeNode
- extends VirtualFIDPlaylistTreeNode
VirtualSearchFIDPlaylistTreeNode is a virtual playlist
that is created based on a set of search results.
- Version:
- $Revision: 1.1 $
| Fields inherited from interface org.jempeg.empeg.emplode.model.EmpegTreeNodeIfc |
TYPE_ALBUM, TYPE_ALBUMS, TYPE_ARTIST, TYPE_ARTISTS, TYPE_FOLDER, TYPE_GENRE, TYPE_GENRES, TYPE_PLAYLIST, TYPE_ROOT, TYPE_TUNE, TYPE_TUNES, TYPE_YEAR, TYPE_YEARS |
| Methods inherited from class org.jempeg.empeg.emplode.model.VirtualFIDPlaylistTreeNode |
clear, clone, createTableModel, fidTreeNodesAdded, fidTreeNodesModified, fidTreeNodesRemoved, getFIDIndexOf, getFIDTreeNodeAt, getSize, getTitle, getTreeNode, getType, remove, setType |
| Methods inherited from class javax.swing.tree.DefaultMutableTreeNode |
add, breadthFirstEnumeration, children, 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, setUserObject, toString |
myPredicate
private org.jempeg.empeg.emplode.model.predicate.PredicateIfc myPredicate
VirtualSearchFIDPlaylistTreeNode
public VirtualSearchFIDPlaylistTreeNode(java.lang.String _name,
org.jempeg.empeg.emplode.model.predicate.PredicateIfc _predicate)
add
public void add(org.jempeg.empeg.emptool.AbstractFIDNode _node)
- Description copied from class:
VirtualFIDPlaylistTreeNode
- Adds the given FID Node to this virtual node
- Overrides:
add in class VirtualFIDPlaylistTreeNode
getPredicate
public org.jempeg.empeg.emplode.model.predicate.PredicateIfc getPredicate()
add
public void add(org.jempeg.empeg.emplode.action.FIDTreeNodeChangeListenerIfc _changeListener,
org.jempeg.empeg.emplode.action.ConfirmationListenerIfc _confirmationListener,
EmpegTreeNodeIfc _childNode)
- Attempt to add the given child node.
- Specified by:
add in interface EmpegPlaylistTreeNodeIfc- Overrides:
add in class VirtualFIDPlaylistTreeNode
delete
public void delete(org.jempeg.empeg.emplode.action.FIDTreeNodeChangeListenerIfc _changeListener,
org.jempeg.empeg.emplode.action.ConfirmationListenerIfc _confirmationListener,
EmpegTreeNodeIfc _childNode)
- Attempt to delete the given child node.
- Specified by:
delete in interface EmpegPlaylistTreeNodeIfc- Overrides:
delete in class VirtualFIDPlaylistTreeNode
move
public void move(org.jempeg.empeg.emplode.action.FIDTreeNodeChangeListenerIfc _changeListener,
org.jempeg.empeg.emplode.action.ConfirmationListenerIfc _confirmationListener,
EmpegTreeNodeIfc _childNode)
- Attempt to move the given child node into this node.
- Specified by:
move in interface EmpegPlaylistTreeNodeIfc- Overrides:
move in class VirtualFIDPlaylistTreeNode