Package net.anwiba.commons.swing.ui
Class ToStringUi<T>
- java.lang.Object
-
- net.anwiba.commons.lang.object.ObjectText<T>
-
- net.anwiba.commons.swing.ui.ToStringUi<T>
-
- All Implemented Interfaces:
IObjectText<T>,IObjectIcon<T>,IObjectUi<T>
public class ToStringUi<T> extends ObjectText<T> implements IObjectUi<T>
-
-
Constructor Summary
Constructors Constructor Description ToStringUi()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description javax.swing.IcongetIcon(T object)java.lang.StringgetToolTipText(T object)-
Methods inherited from class net.anwiba.commons.lang.object.ObjectText
getText
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface net.anwiba.commons.lang.object.IObjectText
getText
-
-
-
-
Method Detail
-
getIcon
public javax.swing.Icon getIcon(T object)
- Specified by:
getIconin interfaceIObjectIcon<T>
-
getToolTipText
public java.lang.String getToolTipText(T object)
- Specified by:
getToolTipTextin interfaceIObjectUi<T>
-
-