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 booleanequals(Object o)AnalysisQueuegetAnalysisQueue()intgetCounterValue()IcongetIcon()StringgetId()StringgetText()AnalysisQueuegetUserObject()inthashCode()StringtoString()
-
-
-
Constructor Detail
-
AnalysisQueueUO
public AnalysisQueueUO(AnalysisQueue analysisQueue)
-
-
Method Detail
-
getAnalysisQueue
public AnalysisQueue getAnalysisQueue()
-
getUserObject
public AnalysisQueue getUserObject()
- Specified by:
getUserObjectin interfacePlayListTreeModel.UO
-
getId
public String getId()
- Specified by:
getIdin interfacePlayListTreeModel.IdentifiableUO
-
getIcon
public Icon getIcon()
- Specified by:
getIconin interfacecom.explodingpixels.widgets.IconProvider
-
getCounterValue
public int getCounterValue()
- Specified by:
getCounterValuein interfacecom.explodingpixels.macwidgets.SourceListBadgeContentProvider
-
getText
public String getText()
- Specified by:
getTextin interfacecom.explodingpixels.widgets.TextProvider
-
-