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 classManageLocationsTableModel.ListenerTableModelclass for use as TableModel for Listener Locations(package private) static classManageLocationsTableModel.LocationTableModelclass to serve as TableModel for Ops Locations(package private) static classManageLocationsTableModel.ReporterBlockTableModelclass to serve as TableModel for Reporters and Blocks
-
Field Summary
Fields Modifier and Type Field Description (package private) static intAZIMUTHCOL(package private) static intBEARINGCOL(package private) static intNAMECOL(package private) static intSYSNAMECOL(package private) static intTUNNELCOL(package private) static intUSECOL(package private) static intUSERNAMECOL(package private) static intXCOL(package private) static intYCOL(package private) static intZCOL
-
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()
-
-