com.partnersoft.modules.inspection.gui
Class InspectionPlannerForm

java.lang.Object
  extended by com.partnersoft.modules.inspection.gui.InspectionPlannerForm

public class InspectionPlannerForm
extends java.lang.Object

Copyright 2008 Partner Software, Inc.

Version:
$Id$
Author:
Rich Stepanski

Constructor Summary
InspectionPlannerForm(InspectionKit kit, java.lang.String title)
           
 
Method Summary
 void addTab(InspectionPlannerTab tab)
           
 void buildForm()
           
 javax.swing.JEditorPane getBottomEditorPane()
           
 com.partnersoft.gui.GUIFormDialog getDialog()
           
 javax.swing.JEditorPane getTopEditorPane()
           
 java.lang.Object getValue(java.lang.String key)
          Returns the value stored in the form's Naming variable with the matching key.
 void runCurrentButton()
           
 void setButtonText(java.lang.String text)
           
 void setButtonVisibility(boolean isVisible)
           
 void setCurrentCard(java.lang.String name)
           
 void setValue(java.lang.String key, java.lang.Object value)
          Stores a value in the form's Naming variable with the passed key.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InspectionPlannerForm

public InspectionPlannerForm(InspectionKit kit,
                             java.lang.String title)
Parameters:
parent -
title -
daForm -
Method Detail

addTab

public void addTab(InspectionPlannerTab tab)

getTopEditorPane

public javax.swing.JEditorPane getTopEditorPane()

getBottomEditorPane

public javax.swing.JEditorPane getBottomEditorPane()

buildForm

public void buildForm()

getDialog

public com.partnersoft.gui.GUIFormDialog getDialog()

setCurrentCard

public void setCurrentCard(java.lang.String name)

setButtonText

public void setButtonText(java.lang.String text)

setButtonVisibility

public void setButtonVisibility(boolean isVisible)

getValue

public java.lang.Object getValue(java.lang.String key)
Returns the value stored in the form's Naming variable with the matching key. Used for inter-tab data passing.

Parameters:
key -
Returns:

setValue

public void setValue(java.lang.String key,
                     java.lang.Object value)
Stores a value in the form's Naming variable with the passed key. Used for inter-tab data passing.

Parameters:
key -
value -

runCurrentButton

public void runCurrentButton()