Package UserInput

Class UserInputPanel

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

public class UserInputPanel extends Object implements PamTabPanel
  • Field Details Link icon

    • uiFrame Link icon

      public JFrame uiFrame
  • Constructor Details Link icon

    • UserInputPanel Link icon

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

    • appendStringToOutputField Link icon

      public void appendStringToOutputField(String string)
    • appendStringToOutputField Link icon

      public void appendStringToOutputField(long timeMS, String string)
    • refillHistory Link icon

      protected void refillHistory()
    • setFocusOnTextInput Link icon

      public void setFocusOnTextInput()
    • createMenu Link icon

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

      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 Link icon

      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