All Packages This Package Class Hierarchy Class Search Index
Class grendel.widgets.TextCellEditor
java.lang.Object
|
+----java.awt.Component
|
+----java.awt.Container
|
+----com.sun.java.swing.JComponent
|
+----com.sun.java.swing.text.JTextComponent
|
+----com.sun.java.swing.JTextField
|
+----grendel.widgets.TextCellEditor
public class TextCellEditor
extends com.sun.java.swing.JTextField
implements grendel.widgets.CellEditor,
com.sun.java.swing.event.DocumentListener
{
// Fields 4
CellEditorListener fListener;
boolean fSelected;
Dimension fSize;
boolean fStopping;
// Constructors 1
public TextCellEditor();
// Methods 14
public void addCellEditorListener(CellEditorListener);
public void cancelCellEditing();
public void changedUpdate(DocumentEvent);
public Component getCellEditorComponent();
public Object getCellEditorValue();
public void insertUpdate(DocumentEvent);
public boolean isCellEditable(EventObject);
public void removeCellEditorListener(CellEditorListener);
public void removeUpdate(DocumentEvent);
public void setValue(Object, Object, boolean);
public boolean shouldSelectCell(EventObject);
public boolean startCellEditing(EventObject);
public boolean stopCellEditing();
protected void updateSize(Dimension);
// Inner Classes 3
class CancelAction
class StopAction
class MyFocusListener
}
Fields
CellEditorListener fListener
boolean fSelected
boolean fStopping
Dimension fSize
Constructors
public TextCellEditor()
Methods
public void cancelCellEditing()
public void setValue(Object aObject,
Object aData,
boolean aSelected)
- Implements:
- setValue in interface CellEditor
public Object getCellEditorValue()
public boolean isCellEditable(EventObject aEvent)
public boolean shouldSelectCell(EventObject aEvent)
public boolean stopCellEditing()
public boolean startCellEditing(EventObject aEvent)
- Implements:
- startCellEditing in interface CellEditor
public Component getCellEditorComponent()
- Implements:
- getCellEditorComponent in interface CellEditor
public void addCellEditorListener(CellEditorListener aListener)
public void removeCellEditorListener(CellEditorListener aListener)
protected void updateSize(Dimension aSize)
public void changedUpdate(DocumentEvent aEvent)
- Implements:
- changedUpdate in interface DocumentListener
public void insertUpdate(DocumentEvent aEvent)
- Implements:
- insertUpdate in interface DocumentListener
public void removeUpdate(DocumentEvent aEvent)
- Implements:
- removeUpdate in interface DocumentListener
All Packages This Package Class Hierarchy Class Search Index
Freshly brewed Java API Documentation automatically generated with polardoc Version 1.0.4