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 booleanequals(Object o)intgetCounterValue()IcongetIcon()StringgetId()InspectiongetInspection()static PlayListTreeModel.InspectionUOgetInstance(DefaultTreeModel model, Inspection inspection)StringgetText()InspectiongetUserObject()inthashCode()voidsetNode(TreeNode node)StringtoString()
-
-
-
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:
getUserObjectin interfacePlayListTreeModel.UO
-
getId
public String getId()
- Specified by:
getIdin interfacePlayListTreeModel.IdentifiableUO
-
getCounterValue
public int getCounterValue()
- Specified by:
getCounterValuein interfacecom.explodingpixels.macwidgets.SourceListBadgeContentProvider
-
getIcon
public Icon getIcon()
- Specified by:
getIconin interfacecom.explodingpixels.widgets.IconProvider
-
getText
public String getText()
- Specified by:
getTextin interfacecom.explodingpixels.widgets.TextProvider
-
-