com.partnersoft.v3x.apps.Redliner
Class RedlineCard

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

public class RedlineCard
extends MapAppCardStd

The redlining functions card.


Field Summary
 
Fields inherited from class com.partnersoft.v3x.apps.MapBrowser.MapAppCardStd
gui, name, scrollbarReallyNecessary, source, subGui
 
Constructor Summary
RedlineCard(RedlineSource source)
           
RedlineCard(RedlineSource source, java.lang.String daPackageName)
           
 
Method Summary
 void setMapApp(MapApp yapp)
          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
 

Constructor Detail

RedlineCard

public RedlineCard(RedlineSource source,
                   java.lang.String daPackageName)

RedlineCard

public RedlineCard(RedlineSource source)
Method Detail

setMapApp

public void setMapApp(MapApp yapp)
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