Package jmri.jmrit.vsdecoder.swing
Class ManageLocationsTableModel
- java.lang.Object
-
- jmri.jmrit.vsdecoder.swing.ManageLocationsTableModel
-
class ManageLocationsTableModel extends java.lang.Object
Table Models for Loading of Reporters, Blocks, Locations and Listener.
This file is part of JMRI.JMRI is free software; you can redistribute it and/or modify it under the terms of version 2 of the GNU General Public License as published by the Free Software Foundation. See the "COPYING" file for a copy of this license.
JMRI is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description (package private) static class
ManageLocationsTableModel.ListenerTableModel
class for use as TableModel for Listener Locations(package private) static class
ManageLocationsTableModel.LocationTableModel
class to serve as TableModel for Ops Locations(package private) static class
ManageLocationsTableModel.ReporterBlockTableModel
class to serve as TableModel for Reporters and Blocks
-
Field Summary
Fields Modifier and Type Field Description (package private) static int
AZIMUTHCOL
(package private) static int
BEARINGCOL
(package private) static int
NAMECOL
(package private) static int
SYSNAMECOL
(package private) static int
TUNNELCOL
(package private) static int
USECOL
(package private) static int
USERNAMECOL
(package private) static int
XCOL
(package private) static int
YCOL
(package private) static int
ZCOL
-
Constructor Summary
Constructors Constructor Description ManageLocationsTableModel()
-
-
-
Field Detail
-
SYSNAMECOL
static final int SYSNAMECOL
- See Also:
- Constant Field Values
-
NAMECOL
static final int NAMECOL
- See Also:
- Constant Field Values
-
USERNAMECOL
static final int USERNAMECOL
- See Also:
- Constant Field Values
-
USECOL
static final int USECOL
- See Also:
- Constant Field Values
-
XCOL
static final int XCOL
- See Also:
- Constant Field Values
-
YCOL
static final int YCOL
- See Also:
- Constant Field Values
-
ZCOL
static final int ZCOL
- See Also:
- Constant Field Values
-
TUNNELCOL
static final int TUNNELCOL
- See Also:
- Constant Field Values
-
BEARINGCOL
static final int BEARINGCOL
- See Also:
- Constant Field Values
-
AZIMUTHCOL
static final int AZIMUTHCOL
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
ManageLocationsTableModel
ManageLocationsTableModel()
-
-