Package org.apache.jmeter.gui.util
Class TextBoxDialoger
java.lang.Object
org.apache.jmeter.gui.util.TextBoxDialoger
- All Implemented Interfaces:
ActionListener
,EventListener
Dialog text box to display some text in a box
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
Class to display a dialog box and cell's content when double click on a table's cellstatic class
Class to edit in a dialog box the cell's content when double (pressed) click on a table's cell which is editable -
Constructor Summary
ConstructorDescriptionDialog text boxTextBoxDialoger
(String text) Dialog text boxTextBoxDialoger
(String text, boolean editable) Dialog text box -
Method Summary
-
Constructor Details
-
TextBoxDialoger
public TextBoxDialoger()Dialog text box -
TextBoxDialoger
Dialog text box- Parameters:
text
- - text to display in a box
-
TextBoxDialoger
Dialog text box- Parameters:
text
- - text to display in a boxeditable
- - allow to modify text
-
-
Method Details
-
actionPerformed
- Specified by:
actionPerformed
in interfaceActionListener
-
setTextBox
-
getTextBox
-