class TacletMatchCompletionDialog.DataTable.InputEditor extends DefaultCellEditor implements TacletMatchCompletionDialog.PositionSettable
DefaultCellEditor.EditorDelegate| Modifier and Type | Field and Description |
|---|---|
(package private) JPanel |
editPanel |
private static long |
serialVersionUID |
(package private) JTextArea |
textarea |
clickCountToStart, delegate, editorComponentchangeEvent, listenerList| Constructor and Description |
|---|
InputEditor(JTextArea ta) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
fireEditingStopped() |
Object |
getCellEditorValue() |
Component |
getTableCellEditorComponent(JTable table,
Object value,
boolean isSelected,
int row,
int column) |
void |
requestFocus() |
void |
setCaretPosition(int i) |
void |
setVisible(boolean b) |
void |
validate() |
cancelCellEditing, getClickCountToStart, getComponent, getTreeCellEditorComponent, isCellEditable, setClickCountToStart, shouldSelectCell, stopCellEditingaddCellEditorListener, fireEditingCanceled, getCellEditorListeners, removeCellEditorListenerclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddCellEditorListener, removeCellEditorListenerprivate static final long serialVersionUID
JPanel editPanel
JTextArea textarea
public InputEditor(JTextArea ta)
protected void fireEditingStopped()
fireEditingStopped in class AbstractCellEditorpublic Object getCellEditorValue()
getCellEditorValue in interface CellEditorgetCellEditorValue in class DefaultCellEditorpublic void setCaretPosition(int i)
setCaretPosition in interface TacletMatchCompletionDialog.PositionSettablepublic void setVisible(boolean b)
setVisible in interface TacletMatchCompletionDialog.PositionSettablepublic void validate()
validate in interface TacletMatchCompletionDialog.PositionSettablepublic void requestFocus()
requestFocus in interface TacletMatchCompletionDialog.PositionSettablepublic Component getTableCellEditorComponent(JTable table, Object value, boolean isSelected, int row, int column)
getTableCellEditorComponent in interface TableCellEditorgetTableCellEditorComponent in class DefaultCellEditor