Class PlayListTreeModel.AnalysisQueueUO
- java.lang.Object
-
- com.tagtraum.beatunes.playlisttree.PlayListTreeModel.AnalysisQueueUO
-
- 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.AnalysisQueueUO extends Object implements PlayListTreeModel.IdentifiableUO, com.explodingpixels.widgets.IconProvider, com.explodingpixels.widgets.TextProvider, com.explodingpixels.macwidgets.SourceListBadgeContentProvider, PlayListTreeModel.UO
-
-
Constructor Summary
Constructors Constructor Description AnalysisQueueUO(AnalysisQueue analysisQueue)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
AnalysisQueue
getAnalysisQueue()
int
getCounterValue()
Icon
getIcon()
String
getId()
String
getText()
AnalysisQueue
getUserObject()
int
hashCode()
String
toString()
-
-
-
Constructor Detail
-
AnalysisQueueUO
public AnalysisQueueUO(AnalysisQueue analysisQueue)
-
-
Method Detail
-
getAnalysisQueue
public AnalysisQueue getAnalysisQueue()
-
getUserObject
public AnalysisQueue getUserObject()
- Specified by:
getUserObject
in interfacePlayListTreeModel.UO
-
getId
public String getId()
- Specified by:
getId
in interfacePlayListTreeModel.IdentifiableUO
-
getIcon
public Icon getIcon()
- Specified by:
getIcon
in interfacecom.explodingpixels.widgets.IconProvider
-
getCounterValue
public int getCounterValue()
- Specified by:
getCounterValue
in interfacecom.explodingpixels.macwidgets.SourceListBadgeContentProvider
-
getText
public String getText()
- Specified by:
getText
in interfacecom.explodingpixels.widgets.TextProvider
-
-