Class AttributeCellRenderer

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible, SwingConstants, TableCellRenderer

public class AttributeCellRenderer extends JLabel implements TableCellRenderer
Renderer for cells in the attributes table. Provides a JCheckBox for boolean-type attributes (those that cannot be specified with an expression).

Copyright (c) 2023-2024 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands. All rights reserved.
BSD-style license. See OpenTrafficSim License.

Author:
Wouter Schakel
See Also:
  • Constructor Details

    • AttributeCellRenderer

      public AttributeCellRenderer(Icon infoIcon)
      Constructor.
      Parameters:
      infoIcon - Icon; info icon.
  • Method Details