Class DisplayObjectListRenderer

java.lang.Object
de.kappich.pat.gnd.choose.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>
  • Constructor Summary

    Constructors
    Constructor Description
    DisplayObjectListRenderer()  
  • Method Summary

    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 Details

    • DisplayObjectListRenderer

      public DisplayObjectListRenderer()
  • Method Details

    • 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>