com.partnersoft.v3x.apps.Staker.FieldStaker
Class ControlPanel

java.lang.Object
  extended by com.partnersoft.v3x.apps.MapBrowser.MapAppDeck
      extended by com.partnersoft.v3x.apps.Staker.FieldStaker.ControlPanel
All Implemented Interfaces:
MapAppCard

public class ControlPanel
extends MapAppDeck

The control panel for the map part of the Staker..


Field Summary
protected  JobCard jobFileCard
           
protected  Staker staker
           
 
Constructor Summary
ControlPanel(Staker daStaker)
          Create a new ControlPanel for the given staker.
 
Method Summary
 JobCard getJobCard()
           
 JobCard getJobFileCard()
          Deprecated.  
 void tweakDataView()
           
 
Methods inherited from class com.partnersoft.v3x.apps.MapBrowser.MapAppDeck
addCard, disable, enable, getCard, getGUI, getName, isAScrollbarReallyNecessary, setMapApp, setName, setVisible, showCard, showCard, sources
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

staker

protected Staker staker

jobFileCard

protected JobCard jobFileCard
Constructor Detail

ControlPanel

public ControlPanel(Staker daStaker)
Create a new ControlPanel for the given staker.

Method Detail

tweakDataView

public void tweakDataView()

getJobFileCard

public JobCard getJobFileCard()
Deprecated. 

Same as getJobCard(), deprecated since it's confusing.

Returns:

getJobCard

public JobCard getJobCard()