Package | Description |
---|---|
com.bbn.openmap |
The com.bbn.openmap package contains the core OpenMap classes.
|
com.bbn.openmap.gui |
This package contains the main OpenMap Swing GUI components.
|
com.bbn.openmap.gui.menu |
This package contains OpenMap Swing GUI components that can be used in
menus.
|
com.bbn.openmap.layer.location |
Provides a layer that can display location data - data that represents
a location with a graphic and a name.
|
com.bbn.openmap.layer.vpf |
This package contains code for dealing with NIMA data distributed in
Vector Product Format.
|
com.bbn.openmap.util.propertyEditor |
Provide PropertyEditors for different property types of OpenMap components.
|
Modifier and Type | Field and Description |
---|---|
protected WindowSupport |
Layer.windowSupport
Support class that now handles palette windows.
|
Modifier and Type | Method and Description |
---|---|
protected WindowSupport |
Layer.createWindowSupport()
Callback method to override how window support is created.
|
WindowSupport |
Layer.getWindowSupport()
Get the WindowSupport object handling the palette.
|
Modifier and Type | Method and Description |
---|---|
void |
Layer.setWindowSupport(WindowSupport ws)
Set the WindowSupport object handling the palette.
|
Modifier and Type | Class and Description |
---|---|
class |
ScrollPaneWindowSupport
The ScrollPaneWindowSupport class does the same thing as
WindowSupport, it just wraps content in a JScrollPane.
|
Modifier and Type | Field and Description |
---|---|
protected WindowSupport |
ProgressListenerGauge.windowSupport |
protected WindowSupport |
OMComponentPanel.windowSupport |
Modifier and Type | Method and Description |
---|---|
WindowSupport |
ProgressListenerGauge.getWindowSupport() |
WindowSupport |
OMComponentPanel.getWindowSupport() |
protected WindowSupport |
MiniBrowser.init() |
Modifier and Type | Method and Description |
---|---|
void |
ProgressListenerGauge.setWindowSupport(WindowSupport windowSupport) |
void |
OMComponentPanel.setWindowSupport(WindowSupport ws) |
Modifier and Type | Field and Description |
---|---|
protected WindowSupport |
CoordsMenuItem.ws
The WindowSupport for the CombinedCoordPanel.
|
Modifier and Type | Method and Description |
---|---|
protected WindowSupport |
LocationLayer.createWindowSupport()
Overridden from Layer because we are placing our own scroll pane around
the LocationHandler GUIs.
|
Modifier and Type | Field and Description |
---|---|
protected WindowSupport |
VPFLayer.configWindowSupport |
Modifier and Type | Field and Description |
---|---|
protected WindowSupport |
Inspector.windowSupport
Handle to the GUI.
|
Modifier and Type | Method and Description |
---|---|
WindowSupport |
Inspector.getWindowSupport() |
Copyright (C) BBNT Solutions LLC; See http://openmap.bbn.com/ for details