Package net.anwiba.commons.swing.ui
Interface IObjectIcon<T>
-
- All Known Subinterfaces:
IObjectUi<T>
- All Known Implementing Classes:
AbstractObjectUi,ChooserPanelConfigurationUi,ConfigurationUi,DateUi,ToStringUi
public interface IObjectIcon<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description javax.swing.IcongetIcon(T object)
-
-
-
Method Detail
-
getIcon
javax.swing.Icon getIcon(T object)
-
-