altosuilib: provide getName() for AltosInfoTable
authorKeith Packard <keithp@keithp.com>
Sat, 14 Jun 2014 21:37:35 +0000 (14:37 -0700)
committerKeith Packard <keithp@keithp.com>
Sat, 14 Jun 2014 21:37:35 +0000 (14:37 -0700)
Signed-off-by: Keith Packard <keithp@keithp.com>
altosuilib/AltosInfoTable.java

index 8ded1bea13bd8dca5ab773c6b5733e3ccb45bd13..23ae4ae507ce5fd795540abd4971e2dfc74aeeb8 100644 (file)
@@ -123,6 +123,8 @@ public class AltosInfoTable extends JTable implements AltosFlightDisplay, Hierar
                model.clear();
        }
 
+       public String getName() { return "Table"; }
+
        public void show(AltosState state, AltosListenerState listener_state) {
 
                if (!isShowing()) {