Class GeometryListCellRendererLabel

  • All Implemented Interfaces:
    ListCellRenderer


    public class GeometryListCellRendererLabel
    extends Object
    implements ListCellRenderer
    A renderer for the geometry list that simply displays a label for each entry.
    • Constructor Detail

      • GeometryListCellRendererLabel

        public GeometryListCellRendererLabel()
        Public constructor for the rendering component.
    • Method Detail

      • getListCellRendererComponent

        public Component getListCellRendererComponent(JList list,
                                                      Object value,
                                                      int index,
                                                      boolean isSelected,
                                                      boolean cellHasFocus)