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

Quick Search    Search Deep

org.jempeg.empeg.emplode.model
Interface EmpegTreeNodeIfc  view EmpegTreeNodeIfc download EmpegTreeNodeIfc.java

All Superinterfaces:
javax.swing.tree.MutableTreeNode, javax.swing.tree.TreeNode
All Known Subinterfaces:
EmpegPlaylistTreeNodeIfc, FIDPlaylistTreeNodeIfc, FIDTreeNodeIfc
All Known Implementing Classes:
AbstractFIDTreeNode, BasicEmpegPlaylistTreeNode, FIDPlaylistTreeNode, VirtualEmpegPlaylistTreeNode, VirtualFIDPlaylistTreeNode

public interface EmpegTreeNodeIfc
extends javax.swing.tree.MutableTreeNode

EmpegTreeNode is implemented by any node of the Empeg tree.

Version:
$Revision: 1.5 $

Field Summary
static int TYPE_ALBUM
           
static int TYPE_ALBUMS
           
static int TYPE_ARTIST
           
static int TYPE_ARTISTS
           
static int TYPE_FOLDER
           
static int TYPE_GENRE
           
static int TYPE_GENRES
           
static int TYPE_PLAYLIST
           
static int TYPE_ROOT
           
static int TYPE_TUNE
           
static int TYPE_TUNES
           
static int TYPE_YEAR
           
static int TYPE_YEARS
           
 
Method Summary
 java.lang.String getTitle()
          Returns the title of this EmpegTreeNode.
 int getType()
          Returns the type of this EmpegTreeNode.
 
Methods inherited from interface javax.swing.tree.MutableTreeNode
insert, remove, remove, removeFromParent, setParent, setUserObject
 
Methods inherited from interface javax.swing.tree.TreeNode
children, getAllowsChildren, getChildAt, getChildCount, getIndex, getParent, isLeaf
 

Field Detail

TYPE_ROOT

public static final int TYPE_ROOT
See Also:
Constant Field Values

TYPE_FOLDER

public static final int TYPE_FOLDER
See Also:
Constant Field Values

TYPE_PLAYLIST

public static final int TYPE_PLAYLIST
See Also:
Constant Field Values

TYPE_TUNE

public static final int TYPE_TUNE
See Also:
Constant Field Values

TYPE_TUNES

public static final int TYPE_TUNES
See Also:
Constant Field Values

TYPE_GENRE

public static final int TYPE_GENRE
See Also:
Constant Field Values

TYPE_GENRES

public static final int TYPE_GENRES
See Also:
Constant Field Values

TYPE_YEAR

public static final int TYPE_YEAR
See Also:
Constant Field Values

TYPE_YEARS

public static final int TYPE_YEARS
See Also:
Constant Field Values

TYPE_ALBUM

public static final int TYPE_ALBUM
See Also:
Constant Field Values

TYPE_ALBUMS

public static final int TYPE_ALBUMS
See Also:
Constant Field Values

TYPE_ARTIST

public static final int TYPE_ARTIST
See Also:
Constant Field Values

TYPE_ARTISTS

public static final int TYPE_ARTISTS
See Also:
Constant Field Values
Method Detail

getType

public int getType()
Returns the type of this EmpegTreeNode.


getTitle

public java.lang.String getTitle()
Returns the title of this EmpegTreeNode.