Package adams.gui.core
Interface MultiPageIconSupporter
-
- All Known Implementing Classes:
FlowPanel
public interface MultiPageIconSupporter
Interface for classes that allow changing the tab icon of the multi-page pane that they are part of.- Author:
- FracPete (fracpete at waikato dot ac dot nz)
- See Also:
MultiPagePane
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
setPageIcon(String icon)
Sets the page icon.
-
-
-
Method Detail
-
setPageIcon
void setPageIcon(String icon)
Sets the page icon.- Parameters:
icon
- the name of the icon, null to unset it
-
-