Package UserInput
Class UserInputPanel
java.lang.Object
UserInput.UserInputPanel
- All Implemented Interfaces:
PamTabPanel
-
Field Summary
-
Constructor Summary
ConstructorDescriptionUserInputPanel
(UserInputController userInputController) Creates new form TestDataEntry -
Method Summary
Modifier and TypeMethodDescriptionvoid
appendStringToOutputField
(long timeMS, String string) void
appendStringToOutputField
(String string) createMenu
(Frame parentFrame) getPanel()
void
-
Field Details
-
uiFrame
-
-
Constructor Details
-
UserInputPanel
Creates new form TestDataEntry
-
-
Method Details
-
appendStringToOutputField
-
appendStringToOutputField
-
setFocusOnTextInput
public void setFocusOnTextInput() -
createMenu
- Specified by:
createMenu
in interfacePamTabPanel
- Returns:
- a JMeny for the panel
-
getPanel
- Specified by:
getPanel
in 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:
getToolBar
in interfacePamTabPanel
- Returns:
- a JToolbas associated with this tab. This will only be displayed when the current tab is activated
-