Uses of Interface
com.bbn.openmap.I18n

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.dted Provides a layer that displays DTED (Digital Terrain Elevation Data) data. 
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.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.proj Provides projection classes. 
com.bbn.openmap.tools.drawing Provides classes to implement a drawing tool. 
com.bbn.openmap.util Provide miscellaneous utility classes for OpenMap. 
com.bbn.openmap.util.stateMachine Provides a basic finite-state-machine implementation. 
 

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 PropertyHandler.i18n
          All components can have access to an I18n object, which is provided by the Environment.
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 OpenMapFrame.i18n
          All OMComponentPanels have access to an I18n object, which is provided by the Environment.
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 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 MapHandlerMenuItem.i18n
           
 

Uses of I18n in com.bbn.openmap.layer.dted
 

Fields in com.bbn.openmap.layer.dted declared as I18n
protected  I18n DTEDCoverageManager.i18n
           
 

Uses of I18n in com.bbn.openmap.layer.location
 

Fields in com.bbn.openmap.layer.location declared as I18n
protected  I18n AbstractLocationHandler.i18n
          All LocationHandlers have access to an I18n object, which is provided by the Environment.
 

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 EditableOMGraphic.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.proj
 

Fields in com.bbn.openmap.proj declared as I18n
protected  I18n Length.i18n
           
 

Uses of I18n in com.bbn.openmap.tools.drawing
 

Fields in com.bbn.openmap.tools.drawing declared as I18n
protected  I18n AbstractToolLoader.i18n
           
 

Uses of I18n in com.bbn.openmap.util
 

Methods in com.bbn.openmap.util with parameters of type I18n
static java.util.Properties PropUtils.setI18NPropertyInfo(I18n i18n, java.util.Properties info, java.lang.Class<? extends java.lang.Object> classToSetFor, java.lang.String propertyName, java.lang.String label, java.lang.String tooltip, java.lang.String editor)
          Simple space saving implementation of common I18n Property Info setting.
 

Uses of I18n in com.bbn.openmap.util.stateMachine
 

Fields in com.bbn.openmap.util.stateMachine declared as I18n
protected  I18n State.i18n
          To read local settings
 



Copyright (C) BBNT Solutions LLC; See http://openmap.bbn.com/ for details