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, editorComponent
changeEvent, 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, stopCellEditing
addCellEditorListener, fireEditingCanceled, getCellEditorListeners, removeCellEditorListener
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
addCellEditorListener, removeCellEditorListener
private static final long serialVersionUID
JPanel editPanel
JTextArea textarea
public InputEditor(JTextArea ta)
protected void fireEditingStopped()
fireEditingStopped
in class AbstractCellEditor
public Object getCellEditorValue()
getCellEditorValue
in interface CellEditor
getCellEditorValue
in class DefaultCellEditor
public void setCaretPosition(int i)
setCaretPosition
in interface TacletMatchCompletionDialog.PositionSettable
public void setVisible(boolean b)
setVisible
in interface TacletMatchCompletionDialog.PositionSettable
public void validate()
validate
in interface TacletMatchCompletionDialog.PositionSettable
public void requestFocus()
requestFocus
in interface TacletMatchCompletionDialog.PositionSettable
public Component getTableCellEditorComponent(JTable table, Object value, boolean isSelected, int row, int column)
getTableCellEditorComponent
in interface TableCellEditor
getTableCellEditorComponent
in class DefaultCellEditor