Uses of Class
org.geotools.swing.control.StatusBarItem
Packages that use StatusBarItem
Package
Description
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.controlModifier and TypeClassDescriptionclass
A status bar item that displays the world coordinates of the mouse cursor position.class
A status bar item that displays the coordinate reference system name and provides a pop-up menu to inspect or change the CRS.class
A status bar item that displays the map pane's world bounds.class
A status bar item with an icon which displays a pop-up menu when clicked.class
A status bar item that displays an animated icon to indicate renderer activity.Methods in org.geotools.swing.control that return StatusBarItemModifier and TypeMethodDescriptionJMapStatusBar.getItem
(int index) Gets the item at the specified position index.Methods in org.geotools.swing.control with parameters of type StatusBarItemModifier and TypeMethodDescriptionboolean
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.