Uses of Class
org.geotools.swing.control.StatusBarItem
-
Packages that use StatusBarItem 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. -
-
Uses of StatusBarItem in org.geotools.swing.control
Subclasses of StatusBarItem in org.geotools.swing.control Modifier and Type Class 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.Methods in org.geotools.swing.control that return StatusBarItem Modifier and Type Method Description StatusBarItem
JMapStatusBar. getItem(int index)
Gets the item at the specified position index.Methods in org.geotools.swing.control with parameters of type StatusBarItem Modifier and Type Method 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.
-