Class DisplayObjectListRenderer

  • All Implemented Interfaces:
    de.bsvrz.sys.funclib.kappich.selectionlist.ObjectListRenderer<DisplayObject>

    public class DisplayObjectListRenderer
    extends java.lang.Object
    implements de.bsvrz.sys.funclib.kappich.selectionlist.ObjectListRenderer<DisplayObject>
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      javax.swing.Icon getIcon​(DisplayObject obj)  
      java.lang.String getText​(DisplayObject displayObject)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface de.bsvrz.sys.funclib.kappich.selectionlist.ObjectListRenderer

        getTooltip
    • Constructor Detail

      • DisplayObjectListRenderer

        public DisplayObjectListRenderer()
    • Method Detail

      • getText

        public java.lang.String getText​(DisplayObject displayObject)
        Specified by:
        getText in interface de.bsvrz.sys.funclib.kappich.selectionlist.ObjectListRenderer<DisplayObject>
      • getIcon

        @Nullable
        public javax.swing.Icon getIcon​(DisplayObject obj)
        Specified by:
        getIcon in interface de.bsvrz.sys.funclib.kappich.selectionlist.ObjectListRenderer<DisplayObject>