Class NavigationPointTable

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, EventListener, Accessible, CellEditorListener, ListSelectionListener, RowSorterListener, TableColumnModelListener, TableModelListener, Scrollable

public class NavigationPointTable extends JTable
The NavigationPointTable class is a table that displays navigation point data.
Since:
3.2.2
Author:
Peter Hollemans
See Also:
  • Field Details

    • MANUAL_COMMENT

      public static final String MANUAL_COMMENT
      The point comment for manual navigation.
      See Also:
    • AUTO_OK_COMMENT

      public static final String AUTO_OK_COMMENT
      The point comment for automatic navigation successful.
      See Also:
    • AUTO_FAIL_COMMENT

      public static final String AUTO_FAIL_COMMENT
      The point comment for automatic navigation failed.
      See Also:
  • Constructor Details

    • NavigationPointTable

      public NavigationPointTable(List<NavigationPoint> pointList)
      Creates a point table.
      Parameters:
      pointList - the list of points to display initially, or null for none.