public class TextBoxDialoger
extends java.lang.Object
implements java.awt.event.ActionListener
Modifier and Type | Class and Description |
---|---|
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 and Description |
---|
TextBoxDialoger()
Dialog text box
|
TextBoxDialoger(java.lang.String text)
Dialog text box
|
TextBoxDialoger(java.lang.String text,
boolean editable)
Dialog text box
|
Modifier and Type | Method and Description |
---|---|
void |
actionPerformed(java.awt.event.ActionEvent e) |
java.lang.String |
getTextBox() |
void |
setTextBox(java.lang.String text) |
public TextBoxDialoger()
public TextBoxDialoger(java.lang.String text)
text
- - text to display in a boxpublic TextBoxDialoger(java.lang.String text, boolean editable)
text
- - text to display in a boxeditable
- - allow to modify textCopyright © 1998-2019 Apache Software Foundation. All Rights Reserved.