|
Apache JMeter | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.jmeter.gui.util.TextBoxDialoger
public class TextBoxDialoger
Dialog text box to display some text in a box
Nested Class Summary | |
---|---|
static class |
TextBoxDialoger.TextBoxDoubleClick
Class to display a dialog box and cell's content when double click on a table's cell |
static class |
TextBoxDialoger.TextBoxDoubleClickPressed
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 | |
---|---|
TextBoxDialoger()
Dialog text box |
|
TextBoxDialoger(String text)
Dialog text box |
|
TextBoxDialoger(String text,
boolean editable)
Dialog text box |
Method Summary | |
---|---|
void |
actionPerformed(ActionEvent e)
|
String |
getTextBox()
|
void |
setTextBox(String text)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TextBoxDialoger()
public TextBoxDialoger(String text)
text
- - text to display in a boxpublic TextBoxDialoger(String text, boolean editable)
text
- - text to display in a boxeditable
- - allow to modify textMethod Detail |
---|
public void actionPerformed(ActionEvent e)
actionPerformed
in interface ActionListener
public void setTextBox(String text)
public String getTextBox()
|
Apache JMeter | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |