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

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

public class JobCard
extends MapAppCardStd

The job functions card.


Field Summary
 
Fields inherited from class com.partnersoft.v3x.apps.MapBrowser.MapAppCardStd
gui, name, scrollbarReallyNecessary, source, subGui
 
Constructor Summary
JobCard(Staker daStaker)
           
 
Method Summary
 void checkin()
           
 void complainAboutNoJobSelection()
           
 void discardAndCloseJob()
          Called by discard dialog if they really do want to discard.
 void discardJob()
          Closes and discards job - pops up dialog first though.
 void doNothing()
          Called by dialogs as a do-nothing or cancel action
 void editJob()
          Pops up job edit window.
 void editPreferences()
          Pops up preferences edit window.
 boolean getEditingHeaderTemplate()
           
 boolean getEditingHubJob()
           
 boolean getEditingJobTemplate()
           
 JobFileManager getJobFileManager()
           
 boolean isEditingHeaderTemplate()
           
 boolean isEditingHubJob()
           
 boolean isEditingJobTemplate()
           
 void manageAlternatives()
          Pops up job alternative window.
 void openJob()
          Opens a JobSelector and allows user to load a job.
 void openSelectedWhatsit(java.lang.Object whatsit)
          Does the ridiculously complex job of opening whatever it is the job selector horked up.
 void releaseJob()
          Release job action.
 void renumberJob()
          This is for 4.x staker to run the renumber job/locations function as 4.x staker action.
 void saveJob()
          Saves current job.
 void setEditingHeaderTemplate(boolean bool)
           
 void setEditingHubJob(boolean bool)
           
 void setEditingJobTemplate(boolean bool)
           
 void viewSelectedWhatsit(java.lang.Object whatsit)
          Does the ridiculously complex job of viewing whatever it is the job selector horked up.
 
Methods inherited from class com.partnersoft.v3x.apps.MapBrowser.MapAppCardStd
addComponentToSubsection, addSubsection, addSubsection, getGUI, getName, isAScrollbarReallyNecessary, setMapApp, setVisible, sources
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JobCard

public JobCard(Staker daStaker)
Method Detail

isEditingJobTemplate

public boolean isEditingJobTemplate()

isEditingHeaderTemplate

public boolean isEditingHeaderTemplate()

isEditingHubJob

public boolean isEditingHubJob()

viewSelectedWhatsit

public void viewSelectedWhatsit(java.lang.Object whatsit)
Does the ridiculously complex job of viewing whatever it is the job selector horked up. Yuk. I am ashamed.


openSelectedWhatsit

public void openSelectedWhatsit(java.lang.Object whatsit)
Does the ridiculously complex job of opening whatever it is the job selector horked up. Yuk. I am ashamed.


releaseJob

public void releaseJob()
Release job action. This function does the same functionality as the "Release job" button in the 3.7 Staker. I'm rewriting this function to work a little better with 4.x staker. Adding checks if a job is open first or not, since this is an action in the 4.x staker.


openJob

public void openJob()
Opens a JobSelector and allows user to load a job.


renumberJob

public void renumberJob()
This is for 4.x staker to run the renumber job/locations function as 4.x staker action. The action is called "Renumber Locations".


editJob

public void editJob()
Pops up job edit window.


manageAlternatives

public void manageAlternatives()
Pops up job alternative window.


editPreferences

public void editPreferences()
Pops up preferences edit window.


getEditingHeaderTemplate

public boolean getEditingHeaderTemplate()

setEditingHeaderTemplate

public void setEditingHeaderTemplate(boolean bool)

getEditingJobTemplate

public boolean getEditingJobTemplate()

setEditingJobTemplate

public void setEditingJobTemplate(boolean bool)

getEditingHubJob

public boolean getEditingHubJob()

setEditingHubJob

public void setEditingHubJob(boolean bool)

saveJob

public void saveJob()
Saves current job.


discardJob

public void discardJob()
Closes and discards job - pops up dialog first though.


complainAboutNoJobSelection

public void complainAboutNoJobSelection()

checkin

public void checkin()

doNothing

public void doNothing()
Called by dialogs as a do-nothing or cancel action


discardAndCloseJob

public void discardAndCloseJob()
Called by discard dialog if they really do want to discard.


getJobFileManager

public JobFileManager getJobFileManager()