com.partnersoft.modules.inspection.gui
Class InspectionMessageTab

java.lang.Object
  extended by com.partnersoft.modules.inspection.gui.InspectionMessageTab
All Implemented Interfaces:
InspectionPlannerTab

public class InspectionMessageTab
extends java.lang.Object
implements InspectionPlannerTab

A Generic Planner tab for displaying data. Confirmation messages, explanations, etc. Doesn't handle parent's button clicks or button text. Has an internal textArea that is disabled on creation. Use the setText() to change message.

Copyright 2008 Partner Software, Inc.

Version:
$Id$
Author:
Rich Stepanski

Field Summary
protected  InspectionPlannerForm parent
           
 
Constructor Summary
InspectionMessageTab(InspectionPlannerForm parent, java.lang.String tabName, java.lang.String message)
           
 
Method Summary
 void fireButton()
           
 java.lang.String getCardName()
           
 com.partnersoft.gui.GUIForm getGuiForm()
           
 java.lang.String getNextCardName()
          Just returns this card's name...
 void preVisibleSetup()
           
 void setText(java.lang.String msg)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

parent

protected InspectionPlannerForm parent
Constructor Detail

InspectionMessageTab

public InspectionMessageTab(InspectionPlannerForm parent,
                            java.lang.String tabName,
                            java.lang.String message)
Method Detail

setText

public void setText(java.lang.String msg)

fireButton

public void fireButton()
Specified by:
fireButton in interface InspectionPlannerTab

preVisibleSetup

public void preVisibleSetup()
Specified by:
preVisibleSetup in interface InspectionPlannerTab

getCardName

public java.lang.String getCardName()
Specified by:
getCardName in interface InspectionPlannerTab

getNextCardName

public java.lang.String getNextCardName()
Just returns this card's name... This class must be extended to have any button behavior.

Specified by:
getNextCardName in interface InspectionPlannerTab

getGuiForm

public com.partnersoft.gui.GUIForm getGuiForm()
Specified by:
getGuiForm in interface InspectionPlannerTab