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
Nested ClassesModifier and TypeClassDescriptionstatic classClass to display a dialog box and cell's content when double click on a table's cellstatic classClass to edit in a dialog box the cell's content when double (pressed) click on a table's cell which is editable - 
Constructor Summary
ConstructorsConstructorDescriptionDialog 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:
 actionPerformedin interfaceActionListener
 - 
setTextBox
 - 
getTextBox
 
 -