|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Listens for requests to display information.
Method Summary | |
void |
requestBrowserContent(InfoDisplayEvent event)
Request that plain text or html text be displayed in a browser. |
void |
requestCursor(java.awt.Cursor cursor)
Request that the MapBean cursor be set to a certain type. |
void |
requestHideToolTip()
Request a tool tip be hidden. |
void |
requestInfoLine(InfoDisplayEvent event)
Request to have an information line displayed in an application status window. |
void |
requestMessage(InfoDisplayEvent event)
Request to have a message displayed in a dialog window. |
void |
requestShowToolTip(InfoDisplayEvent event)
Request a tool tip be shown. |
void |
requestURL(InfoDisplayEvent event)
Request to have a URL displayed in a Browser. |
Method Detail |
public void requestURL(InfoDisplayEvent event)
event
- InfoDisplayEventpublic void requestMessage(InfoDisplayEvent event)
event
- InfoDisplayEventpublic void requestInfoLine(InfoDisplayEvent event)
event
- InfoDisplayEventpublic void requestBrowserContent(InfoDisplayEvent event)
event
- InfoDisplayEventpublic void requestCursor(java.awt.Cursor cursor)
cursor
- java.awt.Cursor to set over the MapBean.public void requestShowToolTip(InfoDisplayEvent event)
event
- The InfoDisplayEvent containing the text and
requestor.public void requestHideToolTip()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |