Package | Description |
---|---|
com.bbn.openmap |
The com.bbn.openmap package contains the core OpenMap classes.
|
com.bbn.openmap.app |
Provides the basic OpenMap applet and application classes.
|
com.bbn.openmap.gui |
This package contains the main OpenMap Swing GUI components.
|
Modifier and Type | Field and Description |
---|---|
protected PropertyHandler |
LayerHandler.propertyHandler
This handle is only here to keep it appraised of layer prefix names.
|
Modifier and Type | Method and Description |
---|---|
PropertyHandler |
LayerHandler.getPropertyHandler() |
Modifier and Type | Method and Description |
---|---|
protected static void |
PropertyHandler.printComponentProperties(java.util.Vector components,
PropertyHandler ph,
java.io.PrintStream ps,
java.util.Properties createdProperties)
A helper function to createOpenMapProperties that gets the current
properties of the given components and prints them out to the PrintStream
and the provided Properties object.
|
protected static void |
PropertyHandler.printLayerProperties(LayerHandler layerHandler,
PropertyHandler ph,
java.io.PrintStream ps,
java.util.Properties createdProperties)
A helper function to createOpenMapProperties that gets the current
properties of the layers in the LayerHandler and prints them out to the
PrintStream and the provided Properties object.
|
void |
LayerHandler.setPropertyHandler(PropertyHandler ph) |
Modifier and Type | Method and Description |
---|---|
static PropertyHandler |
OpenMap.configurePropertyHandler(java.lang.String propertiesFile)
Given a path to a properties file, try to configure a PropertyHandler
with it.
|
static PropertyHandler |
Main.configurePropertyHandler(java.lang.String propertiesFile)
Given a path to a properties file, try to configure a PropertyHandler
with it.
|
Modifier and Type | Method and Description |
---|---|
protected void |
TimeFrameApp.configureMapPanel(PropertyHandler propertyHandler)
A method that lets you control what gets added to the application
programmatically.
|
protected void |
OpenMap.configureMapPanel(PropertyHandler propertyHandler) |
protected void |
Main.configureMapPanel(PropertyHandler propertyHandler) |
Constructor and Description |
---|
Main(PropertyHandler propertyHandler)
Create a new OpenMap framework object - creates a MapPanel, OpenMapFrame,
and brings up the layer palettes that are being told to be open at
startup.
|
OpenMap(PropertyHandler propertyHandler)
Create a new OpenMap framework object - creates a MapPanel, OpenMapFrame,
and brings up the layer palettes that are being told to be open at
startup.
|
TimeFrameApp(PropertyHandler propertyHandler) |
Modifier and Type | Field and Description |
---|---|
protected PropertyHandler |
LayerAddPanel.propertyHandler
Holds the PropertyHandler.
|
protected PropertyHandler |
BasicMapPanel.propertyHandler |
Modifier and Type | Method and Description |
---|---|
PropertyHandler |
BasicMapPanel.getPropertyHandler()
Get the PropertyHandler containing properties used to configure the
panel, creating it if it doesn't exist.
|
Modifier and Type | Method and Description |
---|---|
void |
BasicMapPanel.setPropertyHandler(PropertyHandler handler)
Set the PropertyHandler containing the properties used to configure this
panel.
|
Constructor and Description |
---|
BasicMapPanel(PropertyHandler propertyHandler)
Create a MapPanel that configures itself with the properties contained in
the PropertyHandler provided.
|
BasicMapPanel(PropertyHandler propertyHandler,
boolean delayCreation)
Create a MapPanel that configures itself with properties contained in the
PropertyHandler provided, and with the option of delaying the search for
properties until the
create() call is made. |
DockMapPanel(PropertyHandler propertyHandler)
Create a MapPanel that configures itself with the properties
contained in the PropertyHandler provided.
|
DockMapPanel(PropertyHandler propertyHandler,
boolean delayCreation)
Create a MapPanel that configures itself with properties
contained in the PropertyHandler provided, and with the option
of delaying the search for properties until the
create() call is made. |
LayerAddPanel(PropertyHandler p,
LayerHandler l)
Creates the LayerPanel.
|
OverlayMapPanel(PropertyHandler propertyHandler)
Create a OverlayMapPanel that configures itself with the properties
contained in the PropertyHandler provided.
|
OverlayMapPanel(PropertyHandler propertyHandler,
boolean delayCreation)
Create a OverlayMapPanel that configures itself with properties contained
in the PropertyHandler provided, and with the option of delaying the
search for properties until the
create() call is made. |
Copyright (C) BBNT Solutions LLC; See http://openmap.bbn.com/ for details