com.partnersoft.v3x.apps.MapBrowser
Class DataViewCard

java.lang.Object
  extended by com.partnersoft.v3x.apps.MapBrowser.MapAppCardStd
      extended by com.partnersoft.v3x.apps.MapBrowser.DataViewCard
All Implemented Interfaces:
MapAppCard

public class DataViewCard
extends MapAppCardStd

Card to view data for selected graphical objects.


Field Summary
 LabeledListViewer dataViewer
           
 double selectedX
           
 double selectedY
           
 
Fields inherited from class com.partnersoft.v3x.apps.MapBrowser.MapAppCardStd
gui, name, scrollbarReallyNecessary, source, subGui
 
Constructor Summary
DataViewCard()
           
 
Method Summary
 MapGraphicSpecifier getBackgroundSpec()
           
 java.lang.Object getViewed()
           
 void setMapApp(MapApp app)
          Called to hook up any listeners etc.
 void setVisible(boolean tizit)
          Fired when card is hidden or viewed.
 
Methods inherited from class com.partnersoft.v3x.apps.MapBrowser.MapAppCardStd
addComponentToSubsection, addSubsection, addSubsection, getGUI, getName, isAScrollbarReallyNecessary, sources
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

dataViewer

public LabeledListViewer dataViewer

selectedX

public double selectedX

selectedY

public double selectedY
Constructor Detail

DataViewCard

public DataViewCard()
Method Detail

getBackgroundSpec

public MapGraphicSpecifier getBackgroundSpec()

getViewed

public java.lang.Object getViewed()

setMapApp

public void setMapApp(MapApp app)
Description copied from class: MapAppCardStd
Called to hook up any listeners etc. to the MapViewPanel; provides hook to MapApp that allows control of zooming and other behavior. By default, does nothing; override for your own behaviors.

Specified by:
setMapApp in interface MapAppCard
Overrides:
setMapApp in class MapAppCardStd

setVisible

public void setVisible(boolean tizit)
Description copied from class: MapAppCardStd
Fired when card is hidden or viewed. By default, does nothing; override for your own behaviors.

Specified by:
setVisible in interface MapAppCard
Overrides:
setVisible in class MapAppCardStd