Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Interface
org.jempeg.empeg.emplode.model.FIDTreeNodeIfc

Uses of FIDTreeNodeIfc in org.jempeg.empeg.emplode.model
 

Classes in org.jempeg.empeg.emplode.model that implement FIDTreeNodeIfc
 class AbstractFIDTreeNode
          This interface is implemented by any tree node that maps onto an Empeg AbstractFIDNode (an actual node as opposed to a virtual node like "Genre" or "Album").
 class FIDPlaylistTreeNode
          FIDPlaylistTreeNode is a basic implementation of an FIDTreeNode.
 class FIDTuneTreeNode
          This interface is implemented by any tree node that maps onto an Empeg AbstractFIDNode (an actual node as opposed to a virtual node like "Genre" or "Album").
 

Methods in org.jempeg.empeg.emplode.model that return FIDTreeNodeIfc
 FIDTreeNodeIfc VirtualFIDPlaylistTreeNode.getTreeNode(org.jempeg.empeg.emptool.AbstractFIDNode _fidNode)
          Returns the FIDTreeNodeIfc that corresponds to the given AbstractFIDNode.
 FIDTreeNodeIfc VirtualFIDPlaylistTreeNode.getFIDTreeNodeAt(int _index)
          Returns an FIDTreeNodeIfc at the given index.
 FIDTreeNodeIfc FIDTuneTreeNode.cloneInto(org.jempeg.empeg.emptool.PlayerDatabase _db)
          Returns a clone of this node in the context of the given _db.
 FIDTreeNodeIfc FIDTreeNodeIfc.cloneInto(org.jempeg.empeg.emptool.PlayerDatabase _db)
          Returns a clone of this node in the context of the given _db.
 FIDTreeNodeIfc FIDPlaylistTreeNodeIfc.getFIDTreeNodeAt(int _index)
          Returns an FIDTreeNodeIfc at the given index.
 FIDTreeNodeIfc FIDPlaylistTreeNode.cloneInto(org.jempeg.empeg.emptool.PlayerDatabase _db)
          Returns a clone of this node in the context of the given _db.
 FIDTreeNodeIfc FIDPlaylistTreeNode.getFIDTreeNodeAt(int _index)
          Returns an FIDTreeNodeIfc at the given index.
 FIDTreeNodeIfc[] FIDChangeSet.getAddedNodes()
          Returns the set of added nodes.
 FIDTreeNodeIfc[] FIDChangeSet.getRemovedNodes()
          Returns the set of removed nodes.
 FIDTreeNodeIfc[] FIDChangeSet.getModifiedNodes()
          Returns the set of modified nodes.
protected  FIDTreeNodeIfc[] FIDChangeSet.getNodes(java.util.Vector _vec)
           
 FIDTreeNodeIfc AbstractFIDTreeNode.getFIDTreeNode(javax.swing.tree.DefaultMutableTreeNode _rootNode, int _fid)
          Returns the FIDTreeNodeIfc associated with the given FID
 

Methods in org.jempeg.empeg.emplode.model with parameters of type FIDTreeNodeIfc
 int VirtualFIDPlaylistTreeNode.getFIDIndexOf(FIDTreeNodeIfc _treeNode)
          Returns the index of the given FIDTreeNodeIfc.
 int FIDPlaylistTreeNodeIfc.getFIDIndexOf(FIDTreeNodeIfc _treeNode)
          Returns the index of the given FIDTreeNodeIfc.
 int FIDPlaylistTreeNode.getFIDIndexOf(FIDTreeNodeIfc _treeNode)
          Returns the index of the given FIDTreeNodeIfc.
 void FIDPlaylistTreeNode.reorder(org.jempeg.empeg.emplode.action.FIDTreeNodeChangeListenerIfc _changeListener, FIDTreeNodeIfc _fidTreeNode, int _toIndex)
          Attempt to reorder the given child node in this node.
protected  void FIDPlaylistTreeNode.removeFIDTreeNode(org.jempeg.empeg.emplode.action.FIDTreeNodeChangeListenerIfc _changeListener, org.jempeg.empeg.emplode.action.ConfirmationListenerIfc _confirmationListener, FIDTreeNodeIfc _fidTreeNode, boolean _removeCompletely)
          Removes the given tree node.
 void FIDChangeSet.nodeAdded(FIDTreeNodeIfc _node)
          Called when a node is added to a playlist.
 void FIDChangeSet.nodeRemoved(FIDTreeNodeIfc _node)
          Called when a node is removed from a playlist.
 void FIDChangeSet.nodeModified(FIDTreeNodeIfc _node)
          Called when a node is modified in a playlist.