Class AttributesCellEditor

java.lang.Object
javax.swing.AbstractCellEditor
javax.swing.DefaultCellEditor
org.opentrafficsim.editor.render.AttributesCellEditor
All Implemented Interfaces:
Serializable, CellEditor, TableCellEditor, TreeCellEditor

public class AttributesCellEditor extends DefaultCellEditor
Editor for attribute table cells. Extends the default cell editor with checkboxes for boolean 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: