Class TextBoxDialoger

java.lang.Object
org.apache.jmeter.gui.util.TextBoxDialoger
All Implemented Interfaces:
ActionListener, EventListener

public class TextBoxDialoger extends Object implements ActionListener
Dialog text box to display some text in a box
  • Constructor Details

    • TextBoxDialoger

      public TextBoxDialoger()
      Dialog text box
    • TextBoxDialoger

      public TextBoxDialoger(String text)
      Dialog text box
      Parameters:
      text - - text to display in a box
    • TextBoxDialoger

      public TextBoxDialoger(String text, boolean editable)
      Dialog text box
      Parameters:
      text - - text to display in a box
      editable - - allow to modify text
  • Method Details