Package com.tagtraum.beatunes.songtable
Class SongTableColumnIconSupplier
- java.lang.Object
-
- com.tagtraum.beatunes.songtable.SongTableColumnIconSupplier
-
- All Implemented Interfaces:
TableHeaderValue
public class SongTableColumnIconSupplier extends Object implements TableHeaderValue
SongTableColumnIconSupplier.- Author:
- Hendrik Schreiber
-
-
Constructor Summary
Constructors Constructor Description SongTableColumnIconSupplier(String resourceName, String selectedResourceName, String label, String toolTip)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)BeaTunesgetApplication()IcongetIcon()StringgetLabel()StringgetResourceName()IcongetSelectedIcon()StringgetToolTipText()inthashCode()voidsetApplication(BeaTunes application)StringtoString()
-
-
-
Method Detail
-
getIcon
public Icon getIcon()
- Specified by:
getIconin interfaceTableHeaderValue
-
getSelectedIcon
public Icon getSelectedIcon()
- Specified by:
getSelectedIconin interfaceTableHeaderValue
-
getResourceName
public String getResourceName()
-
getApplication
public BeaTunes getApplication()
-
setApplication
public void setApplication(BeaTunes application)
-
getLabel
public String getLabel()
- Specified by:
getLabelin interfaceTableHeaderValue
-
getToolTipText
public String getToolTipText()
- Specified by:
getToolTipTextin interfaceTableHeaderValue
-
-