The Mozilla
Organization
At A Glance
Feedback
Get Involved
Newsgroups
License Terms
Newsbot
Developer Docs
Roadmap
Projects
Ports
Module Owners
Hacking
Get the Source
Build It
Testing
Download
Bugzilla
Bug Writing
Tools
View Source
Tree Status
New Checkins
Submit A Bug
FAQ
Search
Class grendel.widgets.TextCellEditor
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


fListener

   CellEditorListener fListener


fSelected

   boolean fSelected


fStopping

   boolean fStopping


fSize

   Dimension fSize



Constructors


TextCellEditor

   public TextCellEditor() 



Methods


cancelCellEditing

   public void cancelCellEditing() 


setValue

   public void setValue(Object aObject, 
                        Object aData, 
                        boolean aSelected) 
Implements:
setValue in interface CellEditor


getCellEditorValue

   public Object getCellEditorValue() 


isCellEditable

   public boolean isCellEditable(EventObject aEvent) 


shouldSelectCell

   public boolean shouldSelectCell(EventObject aEvent) 


stopCellEditing

   public boolean stopCellEditing() 


startCellEditing

   public boolean startCellEditing(EventObject aEvent) 
Implements:
startCellEditing in interface CellEditor


getCellEditorComponent

   public Component getCellEditorComponent() 
Implements:
getCellEditorComponent in interface CellEditor


addCellEditorListener

   public void addCellEditorListener(CellEditorListener aListener) 


removeCellEditorListener

   public void removeCellEditorListener(CellEditorListener aListener) 


updateSize

   protected void updateSize(Dimension aSize) 


changedUpdate

   public void changedUpdate(DocumentEvent aEvent) 
Implements:
changedUpdate in interface DocumentListener


insertUpdate

   public void insertUpdate(DocumentEvent aEvent) 
Implements:
insertUpdate in interface DocumentListener


removeUpdate

   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
Copyright © 1998-2000 The Mozilla Organization.
Last modified December 25, 1998.