In any case, you have
public abstract boolean isCellEditable(EventObject
anEvent)
in CellEditor. You can get the cell itself from the
event object.

Kirill

--- Chet Haase <[EMAIL PROTECTED]> wrote:
> Leonid,
>
> This is a 2D forum - you would be better off posting
> this to
> a Swing forum or alias instead (check out the forums
> on
> javadesktop.org for starters).
>
> Chet.
>
>
> Leonid Pavlov wrote:
> > Hi all,
> >
> > I have a jTable with columns "date_from",
> "date_to", "description". I would
> > like to protect the editing(getting the focus) of
> "date_to" and
> > "description" when the "date_from" is null. Have
> you any idea how to provide
> > this? When possible with example please...
> >
> > Regards
> >
> > Leonid Pavlov
> >
> >
>
===========================================================================
> > To unsubscribe, send email to
> [EMAIL PROTECTED] and include in the body
> > of the message "signoff JAVA2D-INTEREST".  For
> general help, send email to
> > [EMAIL PROTECTED] and include in the body of
> the message "help".
>
>
===========================================================================
> To unsubscribe, send email to [EMAIL PROTECTED]
> and include in the body
> of the message "signoff JAVA2D-INTEREST".  For
> general help, send email to
> [EMAIL PROTECTED] and include in the body of the
> message "help".
>



__________________________________
Do you Yahoo!?
Take Yahoo! Mail with you! Get it on your mobile phone.
http://mobile.yahoo.com/maildemo

===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff JAVA2D-INTEREST".  For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".

Reply via email to