public interface InfoDisplayListener
extends java.util.EventListener
Modifier and Type | Method and Description |
---|---|
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.
|
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()
Copyright (C) BBNT Solutions LLC; See http://openmap.bbn.com/ for details