com.partnersoft.modules.inspection.gui
Class InspectionMessageTab
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
parent
protected InspectionPlannerForm parent
InspectionMessageTab
public InspectionMessageTab(InspectionPlannerForm parent,
java.lang.String tabName,
java.lang.String message)
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