|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface InfoDisplayListener
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 |
|---|
void requestURL(InfoDisplayEvent event)
event - InfoDisplayEventvoid requestMessage(InfoDisplayEvent event)
event - InfoDisplayEventvoid requestInfoLine(InfoDisplayEvent event)
event - InfoDisplayEventvoid requestBrowserContent(InfoDisplayEvent event)
event - InfoDisplayEventvoid requestCursor(java.awt.Cursor cursor)
cursor - java.awt.Cursor to set over the MapBean.void requestShowToolTip(InfoDisplayEvent event)
event - The InfoDisplayEvent containing the text and
requestor.void requestHideToolTip()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||