Class ToStringUi<T>

    • Constructor Summary

      Constructors 
      Constructor Description
      ToStringUi()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      javax.swing.Icon getIcon​(T object)  
      java.lang.String getToolTipText​(T object)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ToStringUi

        public ToStringUi()
    • Method Detail

      • getIcon

        public javax.swing.Icon getIcon​(T object)
        Specified by:
        getIcon in interface IObjectIcon<T>
      • getToolTipText

        public java.lang.String getToolTipText​(T object)
        Specified by:
        getToolTipText in interface IObjectUi<T>