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 classJCoordsStatusBarItemA status bar item that displays the world coordinates of the mouse cursor position.classJCRSStatusBarItemA status bar item that displays the coordinate reference system name and provides a pop-up menu to inspect or change the CRS.classJExtentStatusBarItemA status bar item that displays the map pane's world bounds.classJMenuStatusBarItemA status bar item with an icon which displays a pop-up menu when clicked.classJRendererStatusBarItemA 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 StatusBarItemJMapStatusBar. 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 booleanJMapStatusBar. addItem(StatusBarItem item)Adds a new item to the status bar.booleanJMapStatusBar. addItem(StatusBarItem item, boolean configurable, boolean showing)Adds a new item to the status bar.intJMapStatusBar. findItem(StatusBarItem item)Searches for the given item in the current set of status bar items.
-