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

Quick Search    Search Deep
A B C D E F G I L M N O P R S T V

A

ALL_COLUMNS - Static variable in class org.jempeg.empeg.emplode.model.FIDPlaylistTableModel
 
AbstractFIDTreeNode - class org.jempeg.empeg.emplode.model.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").
AbstractFIDTreeNode(AbstractFIDNode) - Constructor for class org.jempeg.empeg.emplode.model.AbstractFIDTreeNode
Constructs a new AbstractFIDTreeNode.
add(FIDTreeNodeChangeListenerIfc, ConfirmationListenerIfc, EmpegTreeNodeIfc) - Method in class org.jempeg.empeg.emplode.model.BasicEmpegPlaylistTreeNode
Attempt to add the given child node.
add(FIDTreeNodeChangeListenerIfc, ConfirmationListenerIfc, EmpegTreeNodeIfc) - Method in interface org.jempeg.empeg.emplode.model.EmpegPlaylistTreeNodeIfc
Attempt to add the given child node.
add(FIDTreeNodeChangeListenerIfc, ConfirmationListenerIfc, EmpegTreeNodeIfc) - Method in class org.jempeg.empeg.emplode.model.FIDPlaylistTreeNode
Attempt to add the given child node.
add(FIDTreeNodeChangeListenerIfc, ConfirmationListenerIfc, EmpegTreeNodeIfc, boolean) - Method in class org.jempeg.empeg.emplode.model.FIDPlaylistTreeNode
Attempt to add the given child node.
add(AbstractFIDNode) - Method in class org.jempeg.empeg.emplode.model.VirtualEmpegPlaylistTreeNode
Looks for a child node with the same tag as the given FID Node.
add(FIDTreeNodeChangeListenerIfc, ConfirmationListenerIfc, EmpegTreeNodeIfc) - Method in class org.jempeg.empeg.emplode.model.VirtualEmpegPlaylistTreeNode
Attempt to add the given child node.
add(AbstractFIDNode) - Method in class org.jempeg.empeg.emplode.model.VirtualFIDPlaylistTreeNode
Adds the given FID Node to this virtual node
add(FIDTreeNodeChangeListenerIfc, ConfirmationListenerIfc, EmpegTreeNodeIfc) - Method in class org.jempeg.empeg.emplode.model.VirtualFIDPlaylistTreeNode
Attempt to add the given child node.
add(AbstractFIDNode) - Method in class org.jempeg.empeg.emplode.model.VirtualSearchFIDPlaylistTreeNode
 
add(FIDTreeNodeChangeListenerIfc, ConfirmationListenerIfc, EmpegTreeNodeIfc) - Method in class org.jempeg.empeg.emplode.model.VirtualSearchFIDPlaylistTreeNode
Attempt to add the given child node.
add(FIDTreeNodeChangeListenerIfc, ConfirmationListenerIfc, EmpegTreeNodeIfc) - Method in class org.jempeg.empeg.emplode.model.VirtualTagFIDPlaylistTreeNode
Attempt to add the given child node.
addTune(FIDTreeNodeChangeListenerIfc, AbstractFIDNode) - Method in class org.jempeg.empeg.emplode.model.FIDPlaylistTreeNode
Called when a new Tune is added to this playlist.
ascending - Variable in class org.jempeg.empeg.emplode.model.TableSorter
 

B

BasicEmpegPlaylistTreeNode - class org.jempeg.empeg.emplode.model.BasicEmpegPlaylistTreeNode.
BasicEmpegPlaylistTreeNode is the most simple implementation of EmpegPlaylistTreeNodeIfc (basically nothing :) ).
BasicEmpegPlaylistTreeNode(String) - Constructor for class org.jempeg.empeg.emplode.model.BasicEmpegPlaylistTreeNode
Constructs a new BasicEmpegPlaylistTreeNode

C

COLUMNS - Static variable in class org.jempeg.empeg.emplode.model.EmpegPlaylistTableModel
 
COLUMN_NAMES - Static variable in class org.jempeg.empeg.emplode.model.FIDPlaylistTableModel
 
COLUMN_TAGS - Static variable in class org.jempeg.empeg.emplode.model.FIDPlaylistTableModel
 
COLUMN_TYPES - Static variable in class org.jempeg.empeg.emplode.model.FIDPlaylistTableModel
 
checkModel() - Method in class org.jempeg.empeg.emplode.model.TableSorter
 
clear() - Method in class org.jempeg.empeg.emplode.model.VirtualFIDPlaylistTreeNode
 
clone() - Method in class org.jempeg.empeg.emplode.model.VirtualFIDPlaylistTreeNode
 
cloneInto(PlayerDatabase) - Method in class org.jempeg.empeg.emplode.model.FIDPlaylistTreeNode
Returns a clone of this node in the context of the given _db.
cloneInto(PlayerDatabase) - Method in interface org.jempeg.empeg.emplode.model.FIDTreeNodeIfc
Returns a clone of this node in the context of the given _db.
cloneInto(PlayerDatabase) - Method in class org.jempeg.empeg.emplode.model.FIDTuneTreeNode
Returns a clone of this node in the context of the given _db.
compare(int, int) - Method in class org.jempeg.empeg.emplode.model.TableSorter
 
compareRowsByColumn(int, int, int) - Method in class org.jempeg.empeg.emplode.model.TableSorter
 
compares - Variable in class org.jempeg.empeg.emplode.model.TableSorter
 
containsPlaylist(String) - Method in class org.jempeg.empeg.emplode.model.FIDPlaylistTreeNode
Returns whether or not this node contains a playlist with the given name.
createTableModel() - Method in class org.jempeg.empeg.emplode.model.BasicEmpegPlaylistTreeNode
Creates a TableModel out of the children of this tree node.
createTableModel() - Method in interface org.jempeg.empeg.emplode.model.EmpegPlaylistTreeNodeIfc
Creates a TableModel out of the children of this tree node.
createTableModel() - Method in class org.jempeg.empeg.emplode.model.FIDPlaylistTreeNode
Returns a table model that contains the entries in this Playlist.
createTableModel() - Method in class org.jempeg.empeg.emplode.model.VirtualEmpegPlaylistTreeNode
Creates a TableModel out of the children of this tree node.
createTableModel() - Method in class org.jempeg.empeg.emplode.model.VirtualFIDPlaylistTreeNode
Creates a TableModel out of the children of this tree node.

D

DEFAULT_COLUMNS - Static variable in class org.jempeg.empeg.emplode.model.FIDPlaylistTableModel
 
delete(FIDTreeNodeChangeListenerIfc, ConfirmationListenerIfc, EmpegTreeNodeIfc) - Method in class org.jempeg.empeg.emplode.model.BasicEmpegPlaylistTreeNode
Attempt to delete the given child node.
delete(FIDTreeNodeChangeListenerIfc, ConfirmationListenerIfc, EmpegTreeNodeIfc) - Method in interface org.jempeg.empeg.emplode.model.EmpegPlaylistTreeNodeIfc
Attempt to delete the given child node.
delete(FIDTreeNodeChangeListenerIfc, ConfirmationListenerIfc, EmpegTreeNodeIfc) - Method in class org.jempeg.empeg.emplode.model.FIDPlaylistTreeNode
Attempt to delete the given child node.
delete(FIDTreeNodeChangeListenerIfc, ConfirmationListenerIfc, EmpegTreeNodeIfc) - Method in class org.jempeg.empeg.emplode.model.SearchesPlaylistTreeNode
Attempt to delete the given child node.
delete(FIDTreeNodeChangeListenerIfc, ConfirmationListenerIfc, EmpegTreeNodeIfc) - Method in class org.jempeg.empeg.emplode.model.VirtualEmpegPlaylistTreeNode
Attempt to delete the given child node.
delete(FIDTreeNodeChangeListenerIfc, ConfirmationListenerIfc, EmpegTreeNodeIfc) - Method in class org.jempeg.empeg.emplode.model.VirtualFIDPlaylistTreeNode
Attempt to delete the given child node.
delete(FIDTreeNodeChangeListenerIfc, ConfirmationListenerIfc, EmpegTreeNodeIfc) - Method in class org.jempeg.empeg.emplode.model.VirtualSearchFIDPlaylistTreeNode
Attempt to delete the given child node.
delete(FIDTreeNodeChangeListenerIfc, ConfirmationListenerIfc, EmpegTreeNodeIfc) - Method in class org.jempeg.empeg.emplode.model.VirtualTagFIDPlaylistTreeNode
Attempt to delete the given child node.

E

EmpegPlaylistTableModel - class org.jempeg.empeg.emplode.model.EmpegPlaylistTableModel.
EmpegPlaylistTableModel is a table model that proxies an EmpegPlaylistTreeNode, presenting it's children in table format.
EmpegPlaylistTableModel(EmpegPlaylistTreeNodeIfc) - Constructor for class org.jempeg.empeg.emplode.model.EmpegPlaylistTableModel
 
EmpegPlaylistTreeNodeIfc - interface org.jempeg.empeg.emplode.model.EmpegPlaylistTreeNodeIfc.
EmpegPlaylistTreeNode is implemented by any node of the Empeg tree that is a group of nodes.
EmpegTableModelIfc - interface org.jempeg.empeg.emplode.model.EmpegTableModelIfc.
EmpegTableModelIfc is a table model that proxies an EmpegPlaylistTreeNode, presenting it's children in table format.
EmpegTreeNodeIfc - interface org.jempeg.empeg.emplode.model.EmpegTreeNodeIfc.
EmpegTreeNode is implemented by any node of the Empeg tree.
EmplodeSearcher - class org.jempeg.empeg.emplode.model.EmplodeSearcher.
 
EmplodeSearcher() - Constructor for class org.jempeg.empeg.emplode.model.EmplodeSearcher
 
EmplodeSearcher(PlayerDatabase) - Constructor for class org.jempeg.empeg.emplode.model.EmplodeSearcher
 
equals(Object) - Method in class org.jempeg.empeg.emplode.model.AbstractFIDTreeNode
 

F

FIDChangeSet - class org.jempeg.empeg.emplode.model.FIDChangeSet.
FIDchangeSet is used as a single datastructure to encapsulate a series of changes to a Playlist.
FIDChangeSet() - Constructor for class org.jempeg.empeg.emplode.model.FIDChangeSet
Constructs a new FIDChangeSet
FIDChangeSet.Reason - class org.jempeg.empeg.emplode.model.FIDChangeSet.Reason.
FIDChangeReason encapsulated a changed node and the explanation for why the change occurred.
FIDChangeSet.Reason(ImportFileIfc, Exception) - Constructor for class org.jempeg.empeg.emplode.model.FIDChangeSet.Reason
 
FIDChangeSet.Reason(ImportFileIfc, String) - Constructor for class org.jempeg.empeg.emplode.model.FIDChangeSet.Reason
 
FIDPlaylistTableModel - class org.jempeg.empeg.emplode.model.FIDPlaylistTableModel.
FIDPlaylistTableModel is a table model that proxies an FIDPlaylist node, presenting it's children in table format.
FIDPlaylistTableModel(FIDPlaylistTreeNodeIfc) - Constructor for class org.jempeg.empeg.emplode.model.FIDPlaylistTableModel
 
FIDPlaylistTableModel(FIDPlaylistTreeNodeIfc, int[]) - Constructor for class org.jempeg.empeg.emplode.model.FIDPlaylistTableModel
 
FIDPlaylistTreeNode - class org.jempeg.empeg.emplode.model.FIDPlaylistTreeNode.
FIDPlaylistTreeNode is a basic implementation of an FIDTreeNode.
FIDPlaylistTreeNode(FIDPlaylist) - Constructor for class org.jempeg.empeg.emplode.model.FIDPlaylistTreeNode
Constructs a new FIDPlaylistTreeNode with the given FIDPlaylist.
FIDPlaylistTreeNodeIfc - interface org.jempeg.empeg.emplode.model.FIDPlaylistTreeNodeIfc.
FIDPlaylistTreeNode is implemented by any node of the Empeg tree that is a group of FID nodes.
FIDTreeNodeIfc - interface org.jempeg.empeg.emplode.model.FIDTreeNodeIfc.
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").
FIDTuneTreeNode - class org.jempeg.empeg.emplode.model.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").
FIDTuneTreeNode(AbstractFIDNode) - Constructor for class org.jempeg.empeg.emplode.model.FIDTuneTreeNode
Constructs a new FIDTuneTreeNode.
fidTreeNodesAdded(FIDTreeNodeChangeEvent) - Method in class org.jempeg.empeg.emplode.model.BasicEmpegPlaylistTreeNode
Called when a set of FIDTreeNodes is added.
fidTreeNodesAdded(FIDTreeNodeChangeEvent) - Method in class org.jempeg.empeg.emplode.model.FIDPlaylistTreeNode
Called when a set of FIDTreeNodes is added.
fidTreeNodesAdded(FIDTreeNodeChangeEvent) - Method in class org.jempeg.empeg.emplode.model.VirtualEmpegPlaylistTreeNode
Called when a set of FIDTreeNodes is added.
fidTreeNodesAdded(FIDTreeNodeChangeEvent) - Method in class org.jempeg.empeg.emplode.model.VirtualFIDPlaylistTreeNode
Called when a set of FIDTreeNodes is added.
fidTreeNodesModified(FIDTreeNodeChangeEvent) - Method in class org.jempeg.empeg.emplode.model.BasicEmpegPlaylistTreeNode
Called when a set of FIDTreeNodes is modified.
fidTreeNodesModified(FIDTreeNodeChangeEvent) - Method in class org.jempeg.empeg.emplode.model.FIDPlaylistTreeNode
Called when a set of FIDTreeNodes is modified.
fidTreeNodesModified(FIDTreeNodeChangeEvent) - Method in class org.jempeg.empeg.emplode.model.VirtualEmpegPlaylistTreeNode
Called when a set of FIDTreeNodes is modified.
fidTreeNodesModified(FIDTreeNodeChangeEvent) - Method in class org.jempeg.empeg.emplode.model.VirtualFIDPlaylistTreeNode
Called when a set of FIDTreeNodes is modified.
fidTreeNodesRemoved(FIDTreeNodeChangeEvent) - Method in class org.jempeg.empeg.emplode.model.BasicEmpegPlaylistTreeNode
Called when a set of FIDTreeNodes is removed.
fidTreeNodesRemoved(FIDTreeNodeChangeEvent) - Method in class org.jempeg.empeg.emplode.model.FIDPlaylistTreeNode
Called when a set of FIDTreeNodes is removed.
fidTreeNodesRemoved(FIDTreeNodeChangeEvent) - Method in class org.jempeg.empeg.emplode.model.VirtualEmpegPlaylistTreeNode
Called when a set of FIDTreeNodes is removed.
fidTreeNodesRemoved(FIDTreeNodeChangeEvent) - Method in class org.jempeg.empeg.emplode.model.VirtualFIDPlaylistTreeNode
Called when a set of FIDTreeNodes is removed.
fileFailed(ImportFileIfc, String) - Method in class org.jempeg.empeg.emplode.model.FIDChangeSet
Called when a node fails
fileFailed(ImportFileIfc, Exception) - Method in class org.jempeg.empeg.emplode.model.FIDChangeSet
Called when a file import fails
fileSkipped(ImportFileIfc, String) - Method in class org.jempeg.empeg.emplode.model.FIDChangeSet
Called when a file is skipped
findMatches(String) - Method in class org.jempeg.empeg.emplode.model.EmplodeSearcher
 
findMatches(PredicateIfc) - Method in class org.jempeg.empeg.emplode.model.EmplodeSearcher
 
findMatches(String, String) - Method in class org.jempeg.empeg.emplode.model.EmplodeSearcher
 
findMatches(String, PredicateIfc) - Method in class org.jempeg.empeg.emplode.model.EmplodeSearcher
 
fireTo(FIDTreeNodeChangeListenerIfc) - Method in class org.jempeg.empeg.emplode.model.FIDChangeSet
Fires all of the changes in this FIDChangeSet as FIDTreeNodeChangeEvents.
fromFIDPlaylistIndex(int) - Method in class org.jempeg.empeg.emplode.model.FIDPlaylistTreeNode
Returns the index in this list that corresponds to the index in the actual FIDPlaylist.

G

getAddedNodes() - Method in class org.jempeg.empeg.emplode.model.FIDChangeSet
Returns the set of added nodes.
getChanges(Vector) - Method in class org.jempeg.empeg.emplode.model.FIDChangeSet
 
getColumnClass(int) - Method in class org.jempeg.empeg.emplode.model.EmpegPlaylistTableModel
 
getColumnClass(int) - Method in class org.jempeg.empeg.emplode.model.FIDPlaylistTableModel
 
getColumnClass(int) - Method in class org.jempeg.empeg.emplode.model.TableMap
 
getColumnCount() - Method in class org.jempeg.empeg.emplode.model.EmpegPlaylistTableModel
 
getColumnCount() - Method in class org.jempeg.empeg.emplode.model.FIDPlaylistTableModel
 
getColumnCount() - Method in class org.jempeg.empeg.emplode.model.TableMap
 
getColumnName(int) - Method in class org.jempeg.empeg.emplode.model.EmpegPlaylistTableModel
 
getColumnName(int) - Method in class org.jempeg.empeg.emplode.model.FIDPlaylistTableModel
 
getColumnName(int) - Method in class org.jempeg.empeg.emplode.model.TableMap
 
getColumns() - Method in class org.jempeg.empeg.emplode.model.FIDPlaylistTableModel
 
getException() - Method in class org.jempeg.empeg.emplode.model.FIDChangeSet.Reason
Returns the exception that is associated with this change.
getFID() - Method in class org.jempeg.empeg.emplode.model.AbstractFIDTreeNode
Returns the FID of this node.
getFID() - Method in interface org.jempeg.empeg.emplode.model.FIDTreeNodeIfc
Returns the FID of this node.
getFIDIndexOf(FIDTreeNodeIfc) - Method in class org.jempeg.empeg.emplode.model.FIDPlaylistTreeNode
Returns the index of the given FIDTreeNodeIfc.
getFIDIndexOf(FIDTreeNodeIfc) - Method in interface org.jempeg.empeg.emplode.model.FIDPlaylistTreeNodeIfc
Returns the index of the given FIDTreeNodeIfc.
getFIDIndexOf(FIDTreeNodeIfc) - Method in class org.jempeg.empeg.emplode.model.VirtualFIDPlaylistTreeNode
Returns the index of the given FIDTreeNodeIfc.
getFIDInteger() - Method in class org.jempeg.empeg.emplode.model.AbstractFIDTreeNode
Returns the FID of this node as an Integer.
getFIDInteger() - Method in interface org.jempeg.empeg.emplode.model.FIDTreeNodeIfc
Returns the FID of this node as an Integer.
getFIDLong() - Method in class org.jempeg.empeg.emplode.model.AbstractFIDTreeNode
Returns the FID of this node as a Long.
getFIDLong() - Method in interface org.jempeg.empeg.emplode.model.FIDTreeNodeIfc
Returns the FID of this node as a Long.
getFIDNode() - Method in class org.jempeg.empeg.emplode.model.AbstractFIDTreeNode
Returns the FIDNode that is associated with this tree node.
getFIDNode() - Method in interface org.jempeg.empeg.emplode.model.FIDTreeNodeIfc
Returns the FIDNode that is associated with this tree node.
getFIDNodeAt(int) - Method in class org.jempeg.empeg.emplode.model.FIDPlaylistTableModel
 
getFIDTreeNode(DefaultMutableTreeNode, int) - Method in class org.jempeg.empeg.emplode.model.AbstractFIDTreeNode
Returns the FIDTreeNodeIfc associated with the given FID
getFIDTreeNodeAt(int) - Method in class org.jempeg.empeg.emplode.model.FIDPlaylistTreeNode
Returns an FIDTreeNodeIfc at the given index.
getFIDTreeNodeAt(int) - Method in interface org.jempeg.empeg.emplode.model.FIDPlaylistTreeNodeIfc
Returns an FIDTreeNodeIfc at the given index.
getFIDTreeNodeAt(int) - Method in class org.jempeg.empeg.emplode.model.VirtualFIDPlaylistTreeNode
Returns an FIDTreeNodeIfc at the given index.
getFailedReasons() - Method in class org.jempeg.empeg.emplode.model.FIDChangeSet
Returns the set of failed reasons.
getFile() - Method in class org.jempeg.empeg.emplode.model.FIDChangeSet.Reason
Returns the File that was affected.
getModel() - Method in class org.jempeg.empeg.emplode.model.TableMap
 
getModifiedNodes() - Method in class org.jempeg.empeg.emplode.model.FIDChangeSet
Returns the set of modified nodes.
getNode(FIDPlaylist) - Method in class org.jempeg.empeg.emplode.model.FIDPlaylistTreeNode
Returns the tree node that corresponds to the given playlist.
getNodes(Vector) - Method in class org.jempeg.empeg.emplode.model.FIDChangeSet
 
getPlaylist() - Method in class org.jempeg.empeg.emplode.model.FIDPlaylistTreeNode
Returns the FIDPlaylist that this node is wrapping.
getPredicate() - Method in class org.jempeg.empeg.emplode.model.VirtualSearchFIDPlaylistTreeNode
 
getReason() - Method in class org.jempeg.empeg.emplode.model.FIDChangeSet.Reason
Returns the reason this change occurred.
getRemovedNodes() - Method in class org.jempeg.empeg.emplode.model.FIDChangeSet
Returns the set of removed nodes.
getRowCount() - Method in class org.jempeg.empeg.emplode.model.EmpegPlaylistTableModel
 
getRowCount() - Method in class org.jempeg.empeg.emplode.model.FIDPlaylistTableModel
 
getRowCount() - Method in class org.jempeg.empeg.emplode.model.TableMap
 
getRowFor(EmpegTreeNodeIfc) - Method in class org.jempeg.empeg.emplode.model.EmpegPlaylistTableModel
 
getRowFor(EmpegTreeNodeIfc) - Method in interface org.jempeg.empeg.emplode.model.EmpegTableModelIfc
Returns the row of the given EmpegTreeNode.
getRowFor(EmpegTreeNodeIfc) - Method in class org.jempeg.empeg.emplode.model.FIDPlaylistTableModel
 
getRowFor(EmpegTreeNodeIfc) - Method in class org.jempeg.empeg.emplode.model.TableSorter
 
getSize() - Method in class org.jempeg.empeg.emplode.model.FIDChangeSet
Returns the total number of changes that are encapsulated in this set.
getSize() - Method in class org.jempeg.empeg.emplode.model.FIDPlaylistTreeNode
Returns the size of this FIDPlaylistTreeNodeIfc.
getSize() - Method in interface org.jempeg.empeg.emplode.model.FIDPlaylistTreeNodeIfc
Returns the size of this FIDPlaylistTreeNodeIfc.
getSize() - Method in class org.jempeg.empeg.emplode.model.VirtualFIDPlaylistTreeNode
Returns the size of this FIDPlaylistTreeNodeIfc.
getSkippedReasons() - Method in class org.jempeg.empeg.emplode.model.FIDChangeSet
Returns the set of skipped reasons.
getSortColumnClass(int) - Method in class org.jempeg.empeg.emplode.model.EmpegPlaylistTableModel
 
getSortColumnClass(int) - Method in interface org.jempeg.empeg.emplode.model.EmpegTableModelIfc
Returns the type that will be used to sort with.
getSortColumnClass(int) - Method in class org.jempeg.empeg.emplode.model.FIDPlaylistTableModel
 
getSortColumnClass(int) - Method in class org.jempeg.empeg.emplode.model.TableSorter
Returns the type that will be used to sort with.
getSortValueAt(int, int) - Method in class org.jempeg.empeg.emplode.model.EmpegPlaylistTableModel
 
getSortValueAt(int, int) - Method in interface org.jempeg.empeg.emplode.model.EmpegTableModelIfc
Returns the value that will be used to sort with.
getSortValueAt(int, int) - Method in class org.jempeg.empeg.emplode.model.FIDPlaylistTableModel
 
getSortValueAt(int, int) - Method in class org.jempeg.empeg.emplode.model.TableSorter
Returns the value that will be used to sort with.
getSortingColumn() - Method in class org.jempeg.empeg.emplode.model.TableSorter
 
getTitle() - Method in class org.jempeg.empeg.emplode.model.AbstractFIDTreeNode
Returns the title of the underlying FIDNode.
getTitle() - Method in class org.jempeg.empeg.emplode.model.BasicEmpegPlaylistTreeNode
Returns the name of this EmpegTreeNode.
getTitle() - Method in interface org.jempeg.empeg.emplode.model.EmpegTreeNodeIfc
Returns the title of this EmpegTreeNode.
getTitle() - Method in class org.jempeg.empeg.emplode.model.VirtualEmpegPlaylistTreeNode
Returns the name of this Playlist.
getTitle() - Method in class org.jempeg.empeg.emplode.model.VirtualFIDPlaylistTreeNode
Returns the name of this Playlist.
getTreeNode() - Method in class org.jempeg.empeg.emplode.model.EmpegPlaylistTableModel
 
getTreeNode() - Method in interface org.jempeg.empeg.emplode.model.EmpegTableModelIfc
Returns the EmpegPlaylistTreeNode that this table model is proxying.
getTreeNode() - Method in class org.jempeg.empeg.emplode.model.FIDPlaylistTableModel
 
getTreeNode() - Method in class org.jempeg.empeg.emplode.model.TableSorter
Returns the EmpegPlaylistTreeNode that this table model is proxying.
getTreeNode(AbstractFIDNode) - Method in class org.jempeg.empeg.emplode.model.VirtualFIDPlaylistTreeNode
Returns the FIDTreeNodeIfc that corresponds to the given AbstractFIDNode.
getType() - Method in class org.jempeg.empeg.emplode.model.BasicEmpegPlaylistTreeNode
Returns the type of this EmpegTreeNode.
getType() - Method in interface org.jempeg.empeg.emplode.model.EmpegTreeNodeIfc
Returns the type of this EmpegTreeNode.
getType() - Method in class org.jempeg.empeg.emplode.model.FIDPlaylistTreeNode
Returns the type of this EmpegTreeNode.
getType() - Method in class org.jempeg.empeg.emplode.model.FIDTuneTreeNode
Returns the type of this EmpegTreeNode.
getType() - Method in class org.jempeg.empeg.emplode.model.SearchesPlaylistTreeNode
Returns the type of this EmpegTreeNode.
getType() - Method in class org.jempeg.empeg.emplode.model.VirtualEmpegPlaylistTreeNode
Returns the type of this EmpegTreeNode.
getType() - Method in class org.jempeg.empeg.emplode.model.VirtualFIDPlaylistTreeNode
Returns the type of this EmpegTreeNode.
getValueAt(int) - Method in class org.jempeg.empeg.emplode.model.EmpegPlaylistTableModel
 
getValueAt(int, int) - Method in class org.jempeg.empeg.emplode.model.EmpegPlaylistTableModel
 
getValueAt(int) - Method in interface org.jempeg.empeg.emplode.model.EmpegTableModelIfc
Returns the EmpegTreeNode at the given row.
getValueAt(int) - Method in class org.jempeg.empeg.emplode.model.FIDPlaylistTableModel
 
getValueAt(int, int) - Method in class org.jempeg.empeg.emplode.model.FIDPlaylistTableModel
 
getValueAt(int, int) - Method in class org.jempeg.empeg.emplode.model.TableMap
 
getValueAt(int) - Method in class org.jempeg.empeg.emplode.model.TableSorter
 
getValueAt(int, int) - Method in class org.jempeg.empeg.emplode.model.TableSorter
 

I

indexes - Variable in class org.jempeg.empeg.emplode.model.TableSorter
 
isAscending() - Method in class org.jempeg.empeg.emplode.model.TableSorter
 
isCellEditable(int, int) - Method in class org.jempeg.empeg.emplode.model.TableMap
 
isDirty() - Method in class org.jempeg.empeg.emplode.model.FIDPlaylistTreeNode
Returns whether or not this node (or any of its children) is dirty.
isDirty() - Method in interface org.jempeg.empeg.emplode.model.FIDTreeNodeIfc
Returns whether or not this node is dirty.
isDirty() - Method in class org.jempeg.empeg.emplode.model.FIDTuneTreeNode
Returns whether or not this node is dirty.

L

load() - Method in class org.jempeg.empeg.emplode.model.SearchesPlaylistTreeNode
 

M

makePlaylist(FIDTreeNodeChangeListenerIfc, String) - Method in class org.jempeg.empeg.emplode.model.FIDPlaylistTreeNode
Creates a new sub-playlist underneath this node.
model - Variable in class org.jempeg.empeg.emplode.model.TableMap
 
move(FIDTreeNodeChangeListenerIfc, ConfirmationListenerIfc, EmpegTreeNodeIfc) - Method in class org.jempeg.empeg.emplode.model.BasicEmpegPlaylistTreeNode
Attempt to move the given child node into this node.
move(FIDTreeNodeChangeListenerIfc, ConfirmationListenerIfc, EmpegTreeNodeIfc) - Method in interface org.jempeg.empeg.emplode.model.EmpegPlaylistTreeNodeIfc
Attempt to move the given child node into this node.
move(FIDTreeNodeChangeListenerIfc, ConfirmationListenerIfc, EmpegTreeNodeIfc) - Method in class org.jempeg.empeg.emplode.model.FIDPlaylistTreeNode
Attempt to move the given child node into this node.
move(FIDTreeNodeChangeListenerIfc, ConfirmationListenerIfc, EmpegTreeNodeIfc) - Method in class org.jempeg.empeg.emplode.model.VirtualEmpegPlaylistTreeNode
Attempt to move the given child node into this node.
move(FIDTreeNodeChangeListenerIfc, ConfirmationListenerIfc, EmpegTreeNodeIfc) - Method in class org.jempeg.empeg.emplode.model.VirtualFIDPlaylistTreeNode
Attempt to move the given child node into this node.
move(FIDTreeNodeChangeListenerIfc, ConfirmationListenerIfc, EmpegTreeNodeIfc) - Method in class org.jempeg.empeg.emplode.model.VirtualSearchFIDPlaylistTreeNode
Attempt to move the given child node into this node.
move(FIDTreeNodeChangeListenerIfc, ConfirmationListenerIfc, EmpegTreeNodeIfc) - Method in class org.jempeg.empeg.emplode.model.VirtualTagFIDPlaylistTreeNode
Attempt to move the given child node into this node.
myAddedNodes - Variable in class org.jempeg.empeg.emplode.model.FIDChangeSet
 
myAllowsPlaylists - Variable in class org.jempeg.empeg.emplode.model.VirtualEmpegPlaylistTreeNode
 
myColumns - Variable in class org.jempeg.empeg.emplode.model.FIDPlaylistTableModel
 
myDB - Variable in class org.jempeg.empeg.emplode.model.EmplodeSearcher
 
myException - Variable in class org.jempeg.empeg.emplode.model.FIDChangeSet.Reason
 
myFailedReasons - Variable in class org.jempeg.empeg.emplode.model.FIDChangeSet
 
myFile - Variable in class org.jempeg.empeg.emplode.model.FIDChangeSet.Reason
 
myHearsEvents - Variable in class org.jempeg.empeg.emplode.model.VirtualFIDPlaylistTreeNode
 
myModifiedNodes - Variable in class org.jempeg.empeg.emplode.model.FIDChangeSet
 
myName - Variable in class org.jempeg.empeg.emplode.model.BasicEmpegPlaylistTreeNode
 
myNodes - Variable in class org.jempeg.empeg.emplode.model.FIDPlaylistTreeNode
 
myNodes - Variable in class org.jempeg.empeg.emplode.model.VirtualFIDPlaylistTreeNode
 
myPredicate - Variable in class org.jempeg.empeg.emplode.model.VirtualSearchFIDPlaylistTreeNode
 
myReason - Variable in class org.jempeg.empeg.emplode.model.FIDChangeSet.Reason
 
myRemovedNodes - Variable in class org.jempeg.empeg.emplode.model.FIDChangeSet
 
mySkippedReasons - Variable in class org.jempeg.empeg.emplode.model.FIDChangeSet
 
mySubType - Variable in class org.jempeg.empeg.emplode.model.VirtualEmpegPlaylistTreeNode
 
myTagName - Variable in class org.jempeg.empeg.emplode.model.VirtualEmpegPlaylistTreeNode
 
myTagName - Variable in class org.jempeg.empeg.emplode.model.VirtualTagFIDPlaylistTreeNode
 
myTagToChild - Variable in class org.jempeg.empeg.emplode.model.VirtualEmpegPlaylistTreeNode
 
myTagValue - Variable in class org.jempeg.empeg.emplode.model.VirtualTagFIDPlaylistTreeNode
 
myTreeNode - Variable in class org.jempeg.empeg.emplode.model.EmpegPlaylistTableModel
 
myTreeNode - Variable in class org.jempeg.empeg.emplode.model.FIDPlaylistTableModel
 
myType - Variable in class org.jempeg.empeg.emplode.model.FIDPlaylistTreeNode
 
myType - Variable in class org.jempeg.empeg.emplode.model.VirtualEmpegPlaylistTreeNode
 
myType - Variable in class org.jempeg.empeg.emplode.model.VirtualFIDPlaylistTreeNode
 

N

n2sort() - Method in class org.jempeg.empeg.emplode.model.TableSorter
 
nodeAdded(FIDTreeNodeIfc) - Method in class org.jempeg.empeg.emplode.model.FIDChangeSet
Called when a node is added to a playlist.
nodeModified(FIDTreeNodeIfc) - Method in class org.jempeg.empeg.emplode.model.FIDChangeSet
Called when a node is modified in a playlist.
nodeRemoved(FIDTreeNodeIfc) - Method in class org.jempeg.empeg.emplode.model.FIDChangeSet
Called when a node is removed from a playlist.

O

org.jempeg.empeg.emplode.model - package org.jempeg.empeg.emplode.model
 

P

PLAYLIST_COLUMNS_KEY - Static variable in class org.jempeg.empeg.emplode.model.FIDPlaylistTableModel
 

R

reallocateIndexes() - Method in class org.jempeg.empeg.emplode.model.TableSorter
 
refreshNode() - Method in class org.jempeg.empeg.emplode.model.FIDPlaylistTreeNode
Refreshes this node by removing and readded all the entries in the backing FIDPlaylist.
remove(AbstractFIDNode) - Method in class org.jempeg.empeg.emplode.model.VirtualEmpegPlaylistTreeNode
Removes the given FID Node from the corresponding virtal tree node
remove(AbstractFIDNode) - Method in class org.jempeg.empeg.emplode.model.VirtualFIDPlaylistTreeNode
Removes the given FID Node from this virtual node
removeFIDTreeNode(FIDTreeNodeChangeListenerIfc, ConfirmationListenerIfc, FIDTreeNodeIfc, boolean) - Method in class org.jempeg.empeg.emplode.model.FIDPlaylistTreeNode
Removes the given tree node.
reorder(FIDTreeNodeChangeListenerIfc, FIDTreeNodeIfc, int) - Method in class org.jempeg.empeg.emplode.model.FIDPlaylistTreeNode
Attempt to reorder the given child node in this node.

S

SORT_COLUMN_TYPES - Static variable in class org.jempeg.empeg.emplode.model.FIDPlaylistTableModel
 
SearchesPlaylistTreeNode - class org.jempeg.empeg.emplode.model.SearchesPlaylistTreeNode.
BasicEmpegPlaylistTreeNode is the most simple implementation of EmpegPlaylistTreeNodeIfc (basically nothing :) ).
SearchesPlaylistTreeNode() - Constructor for class org.jempeg.empeg.emplode.model.SearchesPlaylistTreeNode
Constructs a new SearchesPlaylistTreeNode
save() - Method in class org.jempeg.empeg.emplode.model.SearchesPlaylistTreeNode
 
setColumns(int[]) - Method in class org.jempeg.empeg.emplode.model.FIDPlaylistTableModel
 
setModel(TableModel) - Method in class org.jempeg.empeg.emplode.model.TableMap
 
setModel(TableModel) - Method in class org.jempeg.empeg.emplode.model.TableSorter
 
setPlayerDatabase(PlayerDatabase) - Method in class org.jempeg.empeg.emplode.model.EmplodeSearcher
 
setPlaylistOrder(TableSorter, FIDTreeNodeChangeListenerIfc) - Method in class org.jempeg.empeg.emplode.model.FIDPlaylistTreeNode
Reorders this node according to the order of the given TableSorter.
setType(int) - Method in class org.jempeg.empeg.emplode.model.FIDPlaylistTreeNode
Sets the type of this EmpegTreeNode.
setType(int) - Method in class org.jempeg.empeg.emplode.model.VirtualEmpegPlaylistTreeNode
Sets the type of this EmpegTreeNode.
setType(int) - Method in class org.jempeg.empeg.emplode.model.VirtualFIDPlaylistTreeNode
Sets the type of this EmpegTreeNode.
setValueAt(Object, int, int) - Method in class org.jempeg.empeg.emplode.model.TableMap
 
setValueAt(Object, int, int) - Method in class org.jempeg.empeg.emplode.model.TableSorter
 
shuttlesort(int[], int[], int, int) - Method in class org.jempeg.empeg.emplode.model.TableSorter
 
sort(Object) - Method in class org.jempeg.empeg.emplode.model.TableSorter
 
sortByColumn(int) - Method in class org.jempeg.empeg.emplode.model.TableSorter
 
sortByColumn(int, boolean) - Method in class org.jempeg.empeg.emplode.model.TableSorter
 
sortingColumns - Variable in class org.jempeg.empeg.emplode.model.TableSorter
 
swap(int, int) - Method in class org.jempeg.empeg.emplode.model.TableSorter
 

T

TYPE_ALBUM - Static variable in interface org.jempeg.empeg.emplode.model.EmpegTreeNodeIfc
 
TYPE_ALBUMS - Static variable in interface org.jempeg.empeg.emplode.model.EmpegTreeNodeIfc
 
TYPE_ARTIST - Static variable in interface org.jempeg.empeg.emplode.model.EmpegTreeNodeIfc
 
TYPE_ARTISTS - Static variable in interface org.jempeg.empeg.emplode.model.EmpegTreeNodeIfc
 
TYPE_FOLDER - Static variable in interface org.jempeg.empeg.emplode.model.EmpegTreeNodeIfc
 
TYPE_GENRE - Static variable in interface org.jempeg.empeg.emplode.model.EmpegTreeNodeIfc
 
TYPE_GENRES - Static variable in interface org.jempeg.empeg.emplode.model.EmpegTreeNodeIfc
 
TYPE_PLAYLIST - Static variable in interface org.jempeg.empeg.emplode.model.EmpegTreeNodeIfc
 
TYPE_ROOT - Static variable in interface org.jempeg.empeg.emplode.model.EmpegTreeNodeIfc
 
TYPE_TUNE - Static variable in interface org.jempeg.empeg.emplode.model.EmpegTreeNodeIfc
 
TYPE_TUNES - Static variable in interface org.jempeg.empeg.emplode.model.EmpegTreeNodeIfc
 
TYPE_YEAR - Static variable in interface org.jempeg.empeg.emplode.model.EmpegTreeNodeIfc
 
TYPE_YEARS - Static variable in interface org.jempeg.empeg.emplode.model.EmpegTreeNodeIfc
 
TableMap - class org.jempeg.empeg.emplode.model.TableMap.
 
TableMap() - Constructor for class org.jempeg.empeg.emplode.model.TableMap
 
TableSorter - class org.jempeg.empeg.emplode.model.TableSorter.
 
TableSorter() - Constructor for class org.jempeg.empeg.emplode.model.TableSorter
 
TableSorter(TableModel) - Constructor for class org.jempeg.empeg.emplode.model.TableSorter
 
tableChanged(TableModelEvent) - Method in class org.jempeg.empeg.emplode.model.TableMap
 
tableChanged(TableModelEvent) - Method in class org.jempeg.empeg.emplode.model.TableSorter
 
toFIDPlaylistIndex(int) - Method in class org.jempeg.empeg.emplode.model.FIDPlaylistTreeNode
Returns the index in the actual FIDPlaylist that corresponds to the index in this list.
toString() - Method in class org.jempeg.empeg.emplode.model.BasicEmpegPlaylistTreeNode
 
toString() - Method in class org.jempeg.empeg.emplode.model.FIDPlaylistTreeNode
Returns the title of this playlist.

V

VirtualEmpegPlaylistTreeNode - class org.jempeg.empeg.emplode.model.VirtualEmpegPlaylistTreeNode.
VirtualEmpegPlaylistTreeNode is the root of a virtual playlist.
VirtualEmpegPlaylistTreeNode(String, String, int, int, boolean) - Constructor for class org.jempeg.empeg.emplode.model.VirtualEmpegPlaylistTreeNode
Constructs a new VirtualEmpegPlaylistTreeNode.
VirtualFIDPlaylistTreeNode - class org.jempeg.empeg.emplode.model.VirtualFIDPlaylistTreeNode.
VirtualFIDPlaylistTreeNode is an FIDPlaylistTreeNode that doesn't actually exist on the Empeg.
VirtualFIDPlaylistTreeNode(String) - Constructor for class org.jempeg.empeg.emplode.model.VirtualFIDPlaylistTreeNode
Constructs a new VirtualFIDPlaylistTreeNode that doesn't listen to FIDTreeNodeChangeEvents.
VirtualFIDPlaylistTreeNode(String, boolean) - Constructor for class org.jempeg.empeg.emplode.model.VirtualFIDPlaylistTreeNode
Constructs a new VirtualFIDPlaylistTreeNode.
VirtualSearchFIDPlaylistTreeNode - class org.jempeg.empeg.emplode.model.VirtualSearchFIDPlaylistTreeNode.
VirtualSearchFIDPlaylistTreeNode is a virtual playlist that is created based on a set of search results.
VirtualSearchFIDPlaylistTreeNode(String, PredicateIfc) - Constructor for class org.jempeg.empeg.emplode.model.VirtualSearchFIDPlaylistTreeNode
 
VirtualTagFIDPlaylistTreeNode - class org.jempeg.empeg.emplode.model.VirtualTagFIDPlaylistTreeNode.
VirtualTagFIDPlaylistTreeNode is a virtual playlist that is created based on a tag (i.e.
VirtualTagFIDPlaylistTreeNode(String, String) - Constructor for class org.jempeg.empeg.emplode.model.VirtualTagFIDPlaylistTreeNode
 

A B C D E F G I L M N O P R S T V