Package | Description |
---|---|
com.bbn.openmap |
The com.bbn.openmap package contains the core OpenMap classes.
|
com.bbn.openmap.event |
Provides the various event object and listener interfaces for using
the MapBean.
|
com.bbn.openmap.layer |
Contains OpenMap layers that read and display a variety of data
formats, and a few that create their own data for display.
|
Modifier and Type | Method and Description |
---|---|
void |
Layer.fireRequestBrowserContent(InfoDisplayEvent evt)
Sends a request to the InfoDisplay listener to display the information in
the InfoDisplay event in a Browser.
|
void |
Layer.fireRequestInfoLine(InfoDisplayEvent evt)
Sends a request to the InfoDisplayListener to show the information in the
InfoDisplay event on an single line display facility.
|
void |
Layer.fireRequestMessage(InfoDisplayEvent evt)
Sends a request to the InfoDisplayListener to put the information in the
InfoDisplay event in a dialog window.
|
void |
Layer.fireRequestToolTip(InfoDisplayEvent event)
Fire off a Tool Tip request to the InfoDisplayListeners.
|
void |
Layer.fireRequestURL(InfoDisplayEvent evt)
Sends a request to the InfoDisplayListener to display a URL given in the
InfoDisplay event in a Browser.
|
void |
InformationDelegator.requestBrowserContent(InfoDisplayEvent event)
Handle layer requests that plain text or html text be displayed in a
browser.
|
void |
InformationDelegator.requestInfoLine(InfoDisplayEvent event)
Handle layer requests to have an information line displayed in an
application status window.
|
void |
InformationDelegator.requestMessage(InfoDisplayEvent event)
Handle layer requests to have a message displayed in a dialog window.
|
void |
InformationDelegator.requestShowToolTip(InfoDisplayEvent event)
If a tooltip is required over a spot on the map then a
MouseMapListener should pass a MouseEvent to this method. |
void |
InformationDelegator.requestShowToolTip(java.awt.event.MouseEvent me,
InfoDisplayEvent event)
Deprecated.
use requestShowToolTip(InfoDisplayEvent) instead.
|
void |
InformationDelegator.requestURL(InfoDisplayEvent event)
Handle layer requests to have a URL displayed in a Browser.
|
Modifier and Type | Method and Description |
---|---|
void |
InfoDisplayListener.requestBrowserContent(InfoDisplayEvent event)
Request that plain text or html text be displayed in a browser.
|
void |
InfoDisplayListener.requestInfoLine(InfoDisplayEvent event)
Request to have an information line displayed in an application
status window.
|
void |
InfoDisplayListener.requestMessage(InfoDisplayEvent event)
Request to have a message displayed in a dialog window.
|
void |
InfoDisplayListener.requestShowToolTip(InfoDisplayEvent event)
Request a tool tip be shown.
|
void |
InfoDisplayListener.requestURL(InfoDisplayEvent event)
Request to have a URL displayed in a Browser.
|
Modifier and Type | Method and Description |
---|---|
void |
ScaleFilterLayer.requestBrowserContent(InfoDisplayEvent event)
Request that plain text or html text be displayed in a browser.
|
void |
ScaleFilterLayer.requestInfoLine(InfoDisplayEvent event)
Request to have an information line displayed in an application status
window.
|
void |
ScaleFilterLayer.requestMessage(InfoDisplayEvent event)
Request to have a message displayed in a dialog window.
|
void |
ScaleFilterLayer.requestShowToolTip(InfoDisplayEvent event)
Request a tool tip be shown.
|
void |
ScaleFilterLayer.requestURL(InfoDisplayEvent event)
Request to have a URL displayed in a Browser.
|
Copyright (C) BBNT Solutions LLC; See http://openmap.bbn.com/ for details