Package UserInput

Class UserInputPanel

java.lang.Object
UserInput.UserInputPanel
All Implemented Interfaces:
PamTabPanel

public class UserInputPanel extends Object implements PamTabPanel
  • Field Details

    • uiFrame

      public JFrame uiFrame
  • Constructor Details

    • UserInputPanel

      public UserInputPanel(UserInputController userInputController)
      Creates new form TestDataEntry
  • Method Details

    • appendStringToOutputField

      public void appendStringToOutputField(String string)
    • appendStringToOutputField

      public void appendStringToOutputField(long timeMS, String string)
    • setFocusOnTextInput

      public void setFocusOnTextInput()
    • createMenu

      public JMenu createMenu(Frame parentFrame)
      Specified by:
      createMenu in interface PamTabPanel
      Returns:
      a JMeny for the panel
    • getPanel

      public JComponent getPanel()
      Specified by:
      getPanel in interface PamTabPanel
      Returns:
      Reference to a graphics component that can be added to the view. This will typically be a JPanel or a JInternalFrame;
    • getToolBar

      public JToolBar getToolBar()
      Specified by:
      getToolBar in interface PamTabPanel
      Returns:
      a JToolbas associated with this tab. This will only be displayed when the current tab is activated