Uses of Class
com.bbn.openmap.gui.WindowSupport

Packages that use WindowSupport
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. 
 

Uses of WindowSupport in com.bbn.openmap
 

Fields in com.bbn.openmap declared as WindowSupport
protected  WindowSupport Layer.windowSupport
          Support class that now handles palette windows.
 

Methods in com.bbn.openmap that return WindowSupport
protected  WindowSupport Layer.createWindowSupport()
          Callback method to override how window support is created.
 WindowSupport Layer.getWindowSupport()
          Get the WindowSupport object handling the palette.
 

Methods in com.bbn.openmap with parameters of type WindowSupport
 void Layer.setWindowSupport(WindowSupport ws)
          Set the WindowSupport object handling the palette.
 

Uses of WindowSupport in com.bbn.openmap.gui
 

Subclasses of WindowSupport in com.bbn.openmap.gui
 class ScrollPaneWindowSupport
          The ScrollPaneWindowSupport class does the same thing as WindowSupport, it just wraps content in a JScrollPane.
 

Fields in com.bbn.openmap.gui declared as WindowSupport
protected  WindowSupport ProgressListenerGauge.windowSupport
           
protected  WindowSupport OMComponentPanel.windowSupport
           
 

Methods in com.bbn.openmap.gui that return WindowSupport
 WindowSupport ProgressListenerGauge.getWindowSupport()
           
 WindowSupport OMComponentPanel.getWindowSupport()
           
protected  WindowSupport MiniBrowser.init()
           
 

Methods in com.bbn.openmap.gui with parameters of type WindowSupport
 void ProgressListenerGauge.setWindowSupport(WindowSupport windowSupport)
           
 void OMComponentPanel.setWindowSupport(WindowSupport ws)
           
 

Uses of WindowSupport in com.bbn.openmap.gui.menu
 

Fields in com.bbn.openmap.gui.menu declared as WindowSupport
protected  WindowSupport CoordsMenuItem.ws
          The WindowSupport for the CombinedCoordPanel.
 

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

Methods in com.bbn.openmap.layer.location that return WindowSupport
protected  WindowSupport LocationLayer.createWindowSupport()
          Overridden from Layer because we are placing our own scroll pane around the LocationHandler GUIs.
 

Uses of WindowSupport in com.bbn.openmap.layer.vpf
 

Fields in com.bbn.openmap.layer.vpf declared as WindowSupport
protected  WindowSupport VPFLayer.configWindowSupport
           
 

Uses of WindowSupport in com.bbn.openmap.util.propertyEditor
 

Fields in com.bbn.openmap.util.propertyEditor declared as WindowSupport
protected  WindowSupport Inspector.windowSupport
          Handle to the GUI.
 

Methods in com.bbn.openmap.util.propertyEditor that return WindowSupport
 WindowSupport Inspector.getWindowSupport()
           
 



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