com.partnersoft.modules.inspection.gui
Class InspectionPlannerForm
java.lang.Object
com.partnersoft.modules.inspection.gui.InspectionPlannerForm
public class InspectionPlannerForm
- extends java.lang.Object
Copyright 2008 Partner Software, Inc.
- Version:
- $Id$
- Author:
- Rich Stepanski
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
InspectionPlannerForm
public InspectionPlannerForm(InspectionKit kit,
java.lang.String title)
- Parameters:
parent - title - daForm -
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()