|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use I18n | |
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 | Contains OpenMap layers that read and display a variety of data formats, and a few that create their own data for display. |
com.bbn.openmap.layer.rpf | Provides a layer that displays RPF (Raster Product Format) data. |
com.bbn.openmap.layer.shape | Provides an OpenMap layer for dealing with shape files. |
com.bbn.openmap.omGraphics | Provides geographically based graphics classes. |
com.bbn.openmap.plugin | Provides support for writing OpenMap PlugIns. |
com.bbn.openmap.tools.drawing | Provides classes to implement a drawing tool. |
Uses of I18n in com.bbn.openmap |
Classes in com.bbn.openmap that implement I18n | |
class |
BasicI18n
Basic implementation of internationalization support. |
Fields in com.bbn.openmap declared as I18n | |
protected I18n |
OMComponent.i18n
All OMComponents have access to an I18n object, which is provided by the Environment. |
protected I18n |
Layer.i18n
All layers have access to an I18n object, which is provided by the Environment. |
Methods in com.bbn.openmap that return I18n | |
static I18n |
Environment.getI18n()
Get the Internationalization instance. |
Uses of I18n in com.bbn.openmap.gui |
Fields in com.bbn.openmap.gui declared as I18n | |
protected I18n |
OMComponentPanel.i18n
All OMComponentPanels have access to an I18n object, which is provided by the Environment. |
protected I18n |
LayerPane.i18n
|
protected I18n |
CoordPanel.i18n
|
protected I18n |
CoordDialog.i18n
|
protected I18n |
AbstractOpenMapMenu.i18n
All AbstractOpenMapMenus have access to an I18n object, which is provided by the Environment. |
Uses of I18n in com.bbn.openmap.gui.menu |
Fields in com.bbn.openmap.gui.menu declared as I18n | |
protected I18n |
MouseModeMenu.i18n
|
protected I18n |
MapHandlerMenuItem.i18n
|
Uses of I18n in com.bbn.openmap.layer |
Fields in com.bbn.openmap.layer declared as I18n | |
protected I18n |
GraticuleLayer.i18n
|
Uses of I18n in com.bbn.openmap.layer.rpf |
Fields in com.bbn.openmap.layer.rpf declared as I18n | |
protected I18n |
RpfViewAttributes.i18n
|
protected I18n |
RpfCoverage.i18n
|
Uses of I18n in com.bbn.openmap.layer.shape |
Fields in com.bbn.openmap.layer.shape declared as I18n | |
protected I18n |
SpatialIndexHandler.i18n
|
Uses of I18n in com.bbn.openmap.omGraphics |
Fields in com.bbn.openmap.omGraphics declared as I18n | |
protected I18n |
DrawingAttributes.i18n
For internationalization. |
Uses of I18n in com.bbn.openmap.plugin |
Fields in com.bbn.openmap.plugin declared as I18n | |
I18n |
AbstractPlugIn.i18n
Internationalization |
Uses of I18n in com.bbn.openmap.tools.drawing |
Fields in com.bbn.openmap.tools.drawing declared as I18n | |
protected I18n |
OMDrawingToolLauncher.i18n
|
protected I18n |
AbstractToolLoader.i18n
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |