Package | Description |
---|---|
org.geotools.swing.control |
A small collection of Swing controls including type-specific text fields and a list class with
drag and drop item re-ordering.
|
Modifier and Type | Class and Description |
---|---|
class |
JCoordsStatusBarItem
A status bar item that displays the world coordinates of the mouse cursor position.
|
class |
JCRSStatusBarItem
A status bar item that displays the coordinate reference system name and provides a pop-up menu
to inspect or change the CRS.
|
class |
JExtentStatusBarItem
A status bar item that displays the map pane's world bounds.
|
class |
JMenuStatusBarItem
A status bar item with an icon which displays a pop-up menu when clicked.
|
class |
JRendererStatusBarItem
A status bar item that displays an animated icon to indicate renderer activity.
|
Modifier and Type | Method and Description |
---|---|
StatusBarItem |
JMapStatusBar.getItem(int index)
Gets the item at the specified position index.
|
Modifier and Type | Method and Description |
---|---|
boolean |
JMapStatusBar.addItem(StatusBarItem item)
Adds a new item to the status bar.
|
boolean |
JMapStatusBar.addItem(StatusBarItem item,
boolean configurable,
boolean showing)
Adds a new item to the status bar.
|
int |
JMapStatusBar.findItem(StatusBarItem item)
Searches for the given item in the current set of status bar items.
|
Copyright © 1996–2019 Geotools. All rights reserved.