|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectdip.gui.map.StatusBarUtils
Convenience methods for displaying information on the StatusBar.
Constructor Summary | |
protected |
StatusBarUtils(MapPanel mp,
StatusBar statusbar)
Create the StatusBarUtils object |
Method Summary | |
void |
clearText()
Clear the StatusBar text |
void |
displayProvinceInfo(Location loc)
Convenience version of displayProvinceInfo(Location, null) |
void |
displayProvinceInfo(Location loc,
java.lang.String appendText)
Suitable for mouseOver events Displays Province information. |
void |
setText(java.lang.String text)
Set the StatusBar text |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
protected StatusBarUtils(MapPanel mp, StatusBar statusbar)
Method Detail |
public void setText(java.lang.String text)
public void clearText()
public void displayProvinceInfo(Location loc)
public void displayProvinceInfo(Location loc, java.lang.String appendText)
Displays Province information.
Clears status bar if location & appendText is null
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |