|
|||||||||
| Home >> All >> entagged >> gui >> library >> [ models overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
entagged.gui.library.models
Class LibraryTreeNode

java.lang.Objectentagged.gui.library.models.LibraryTreeNode
- public class LibraryTreeNode
- extends java.lang.Object
Description of the Class $Id: LibraryTreeNode.java,v 1.4 2003/11/09 22:27:10 kikidonk Exp $
- Version:
- v0.09
| Field Summary | |
static byte |
ALBUM
Description of the Field |
static byte |
ARTIST
Description of the Field |
private java.lang.String |
content
Description of the Field |
private java.lang.String[][] |
dataArray
Description of the Field |
private java.lang.String |
id
Description of the Field |
private static entagged.library.LibraryDatabaseInterface |
ldb
Description of the Field |
static byte |
ROOT
Description of the Field |
static byte |
TITLE
Description of the Field |
private byte |
type
Description of the Field |
| Constructor Summary | |
LibraryTreeNode(java.lang.String id,
java.lang.String content,
byte type)
Constructor for the LibraryTreeNode object |
|
LibraryTreeNode(java.lang.String id,
java.lang.String content,
byte type,
entagged.library.LibraryDatabaseInterface ldb)
Constructor for the LibraryTreeNodeAbstract object |
|
| Method Summary | |
private java.lang.String[][] |
getArray()
Gets the array attribute of the LibraryTreeNode object |
LibraryTreeNode |
getChild(int index)
Gets the child attribute of the LibraryTreeNode object |
int |
getChildCount()
Gets the childCount attribute of the LibraryTreeNode object |
private byte |
getChildType()
Gets the childType attribute of the LibraryTreeNode object |
java.lang.String |
getID()
Gets the iD attribute of the LibraryTreeNode object |
int |
getIndexOfChild(LibraryTreeNode child)
Gets the indexOfChild attribute of the LibraryTreeNode object |
java.lang.String |
getName()
Gets the name attribute of the LibraryTreeNode object |
byte |
getType()
Gets the type attribute of the LibraryTreeNodeAbstract object |
boolean |
isLeaf()
Gets the leaf attribute of the LibraryTreeNodeAbstract object |
java.lang.String |
toString()
Description of the Method |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
content
private java.lang.String content
- Description of the Field
dataArray
private java.lang.String[][] dataArray
- Description of the Field
id
private java.lang.String id
- Description of the Field
type
private byte type
- Description of the Field
ALBUM
public static final byte ALBUM
- Description of the Field
- See Also:
- Constant Field Values
ARTIST
public static final byte ARTIST
- Description of the Field
- See Also:
- Constant Field Values
ROOT
public static final byte ROOT
- Description of the Field
- See Also:
- Constant Field Values
TITLE
public static final byte TITLE
- Description of the Field
- See Also:
- Constant Field Values
ldb
private static entagged.library.LibraryDatabaseInterface ldb
- Description of the Field
| Constructor Detail |
LibraryTreeNode
public LibraryTreeNode(java.lang.String id, java.lang.String content, byte type, entagged.library.LibraryDatabaseInterface ldb)
- Constructor for the LibraryTreeNodeAbstract object
LibraryTreeNode
public LibraryTreeNode(java.lang.String id, java.lang.String content, byte type)
- Constructor for the LibraryTreeNode object
| Method Detail |
getChild
public LibraryTreeNode getChild(int index)
- Gets the child attribute of the LibraryTreeNode object
getChildCount
public int getChildCount()
- Gets the childCount attribute of the LibraryTreeNode object
getID
public java.lang.String getID()
- Gets the iD attribute of the LibraryTreeNode object
getIndexOfChild
public int getIndexOfChild(LibraryTreeNode child)
- Gets the indexOfChild attribute of the LibraryTreeNode object
getName
public java.lang.String getName()
- Gets the name attribute of the LibraryTreeNode object
getType
public byte getType()
- Gets the type attribute of the LibraryTreeNodeAbstract object
isLeaf
public boolean isLeaf()
- Gets the leaf attribute of the LibraryTreeNodeAbstract object
toString
public java.lang.String toString()
- Description of the Method
getArray
private java.lang.String[][] getArray()
- Gets the array attribute of the LibraryTreeNode object
getChildType
private byte getChildType()
- Gets the childType attribute of the LibraryTreeNode object
|
|||||||||
| Home >> All >> entagged >> gui >> library >> [ models overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
entagged.gui.library.models.LibraryTreeNode