Class PlayListTreeModel.InspectionUO
- java.lang.Object
-
- com.tagtraum.beatunes.playlisttree.PlayListTreeModel.InspectionUO
-
- All Implemented Interfaces:
com.explodingpixels.macwidgets.SourceListBadgeContentProvider
,com.explodingpixels.widgets.IconProvider
,com.explodingpixels.widgets.TextProvider
,PlayListTreeModel.IdentifiableUO
,PlayListTreeModel.UO
- Enclosing class:
- PlayListTreeModel
public static class PlayListTreeModel.InspectionUO extends Object implements PlayListTreeModel.IdentifiableUO, com.explodingpixels.widgets.IconProvider, com.explodingpixels.widgets.TextProvider, com.explodingpixels.macwidgets.SourceListBadgeContentProvider, PlayListTreeModel.UO
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
int
getCounterValue()
Icon
getIcon()
String
getId()
Inspection
getInspection()
static PlayListTreeModel.InspectionUO
getInstance(DefaultTreeModel model, Inspection inspection)
String
getText()
Inspection
getUserObject()
int
hashCode()
void
setNode(TreeNode node)
String
toString()
-
-
-
Method Detail
-
getInstance
public static PlayListTreeModel.InspectionUO getInstance(DefaultTreeModel model, Inspection inspection)
-
setNode
public void setNode(TreeNode node)
-
getInspection
public Inspection getInspection()
-
getUserObject
public Inspection getUserObject()
- Specified by:
getUserObject
in interfacePlayListTreeModel.UO
-
getId
public String getId()
- Specified by:
getId
in interfacePlayListTreeModel.IdentifiableUO
-
getCounterValue
public int getCounterValue()
- Specified by:
getCounterValue
in interfacecom.explodingpixels.macwidgets.SourceListBadgeContentProvider
-
getIcon
public Icon getIcon()
- Specified by:
getIcon
in interfacecom.explodingpixels.widgets.IconProvider
-
getText
public String getText()
- Specified by:
getText
in interfacecom.explodingpixels.widgets.TextProvider
-
-