-
btnAddGeoJson
javax.swing.JButton btnAddGeoJson
Button to add GeoJSON from a string
-
btnCircle
javax.swing.JButton btnCircle
The button to make a circle
-
btnGoToPlaces
javax.swing.JButton btnGoToPlaces
The button that will cause the map move to the selected place
-
btnLoadGeoJson
javax.swing.JButton btnLoadGeoJson
Button to add GeoJSON from a URL
-
btnMakeInfoWin
javax.swing.JButton btnMakeInfoWin
The button to make an info window
-
btnMakeOverlay
javax.swing.JButton btnMakeOverlay
Button to make a ground image overlay
-
btnMakePolygon
javax.swing.JButton btnMakePolygon
The button to make a polygon
-
btnMakePolyline
javax.swing.JButton btnMakePolyline
The button to make a polyline
-
btnMakeRectangle
javax.swing.JButton btnMakeRectangle
The button to make a rectangle
-
btnNav
javax.swing.JButton btnNav
The button to make the map go to the given lat/lng
-
btnResetMap
javax.swing.JButton btnResetMap
Button to reset the map
-
cbxPlaces
javax.swing.JComboBox<TPlacesDropListItem> cbxPlaces
A combobox of all the choices of places to move the map to.
-
lblLatLngDirections
javax.swing.JLabel lblLatLngDirections
Directions on capturing a lat/lng
-
lblNav
javax.swing.JLabel lblNav
Label for the navigation subpanel
-
lblToolTipInfo
javax.swing.JLabel lblToolTipInfo
Label for info about tool tips
-
pnlControl
javax.swing.JPanel pnlControl
The panel holding the controls to manipulate the map
-
pnlNav
javax.swing.JPanel pnlNav
The subpanel holding the map navigation controls.
-
pnlPlaces
javax.swing.JPanel pnlPlaces
The panel holding the components to enable moving the map to a new place
-
spDisplayText
javax.swing.JScrollPane spDisplayText
Scrollpane for holding the scrolling text area for console messages
-
taDisplayText
javax.swing.JTextArea taDisplayText
A text area to display console messages
-
tfLat
javax.swing.JTextField tfLat
The text field for the latitude value
-
tfLng
javax.swing.JTextField tfLng
The text field for the longitude value
-
view2ModelAdpt
IView2ModelAdapter<TPlacesDropListItem> view2ModelAdpt
The adapter to the model