Package adams.gui.core
Interface TabIconSupporter
-
public interface TabIconSupporter
Interface for classes that allow changing the tab icon of the tabbed pane that they are part of.- Version:
- $Revision$
- Author:
- FracPete (fracpete at waikato dot ac dot nz)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
setTabIcon(String icon)
Sets the tab icon.
-
-
-
Method Detail
-
setTabIcon
void setTabIcon(String icon)
Sets the tab icon.- Parameters:
icon
- the name of the icon, null to unset it
-
-