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 boolean
equals(Object o)
BeaTunes
getApplication()
Icon
getIcon()
String
getLabel()
String
getResourceName()
Icon
getSelectedIcon()
String
getToolTipText()
int
hashCode()
void
setApplication(BeaTunes application)
String
toString()
-
-
-
Method Detail
-
getIcon
public Icon getIcon()
- Specified by:
getIcon
in interfaceTableHeaderValue
-
getSelectedIcon
public Icon getSelectedIcon()
- Specified by:
getSelectedIcon
in interfaceTableHeaderValue
-
getResourceName
public String getResourceName()
-
getApplication
public BeaTunes getApplication()
-
setApplication
public void setApplication(BeaTunes application)
-
getLabel
public String getLabel()
- Specified by:
getLabel
in interfaceTableHeaderValue
-
getToolTipText
public String getToolTipText()
- Specified by:
getToolTipText
in interfaceTableHeaderValue
-
-