Package UserInput
Class UserInputPanel
java.lang.Object
UserInput.UserInputPanel
- All Implemented Interfaces:
 PamTabPanel
- 
Field Summary
Fields - 
Constructor Summary
ConstructorsConstructorDescriptionUserInputPanel(UserInputController userInputController) Creates new form TestDataEntry - 
Method Summary
Modifier and TypeMethodDescriptionvoidappendStringToOutputField(long timeMS, String string) voidappendStringToOutputField(String string) createMenu(Frame parentFrame) getPanel()protected voidvoid 
- 
Field Details
- 
uiFrame
 
 - 
 - 
Constructor Details
- 
UserInputPanel
Creates new form TestDataEntry 
 - 
 - 
Method Details
- 
appendStringToOutputField
 - 
appendStringToOutputField
 - 
refillHistory
protected void refillHistory() - 
setFocusOnTextInput
public void setFocusOnTextInput() - 
createMenu
- Specified by:
 createMenuin interfacePamTabPanel- Returns:
 - a JMeny for the panel
 
 - 
getPanel
- Specified by:
 getPanelin interfacePamTabPanel- Returns:
 - Reference to a graphics component that can be added to the view. This will typically be a JPanel or a JInternalFrame;
 
 - 
getToolBar
- Specified by:
 getToolBarin interfacePamTabPanel- Returns:
 - a JToolbas associated with this tab. This will only be displayed when the current tab is activated
 
 
 -