Liking cljdoc? Tell your friends :D

javax.swing.AbstractCellEditor

A base class for CellEditors, providing default implementations for the methods in the CellEditor interface except getCellEditorValue(). Like the other abstract implementations in Swing, also manages a list of listeners.

Warning: Serialized objects of this class will not be compatible with future Swing releases. The current serialization support is appropriate for short term storage or RMI between applications running the same version of Swing. As of 1.4, support for long term storage of all JavaBeans™ has been added to the java.beans package. Please see XMLEncoder.

A base class for CellEditors, providing default
implementations for the methods in the CellEditor
interface except getCellEditorValue().
Like the other abstract implementations in Swing, also manages a list
of listeners.


Warning:
Serialized objects of this class will not be compatible with
future Swing releases. The current serialization support is
appropriate for short term storage or RMI between applications running
the same version of Swing.  As of 1.4, support for long term storage
of all JavaBeans™
has been added to the java.beans package.
Please see XMLEncoder.
raw docstring

->abstract-cell-editorclj

(->abstract-cell-editor)

Constructor.

Constructor.
raw docstring

add-cell-editor-listenerclj

(add-cell-editor-listener this l)

Adds a CellEditorListener to the listener list.

l - the new listener to be added - javax.swing.event.CellEditorListener

Adds a CellEditorListener to the listener list.

l - the new listener to be added - `javax.swing.event.CellEditorListener`
raw docstring

cancel-cell-editingclj

(cancel-cell-editing this)

Calls fireEditingCanceled.

Calls fireEditingCanceled.
raw docstring

cell-editable?clj

(cell-editable? this e)

Returns true.

e - an event object - java.util.EventObject

returns: true - boolean

Returns true.

e - an event object - `java.util.EventObject`

returns: true - `boolean`
raw docstring

get-cell-editor-listenersclj

(get-cell-editor-listeners this)

Returns an array of all the CellEditorListeners added to this AbstractCellEditor with addCellEditorListener().

returns: all of the CellEditorListeners added or an empty array if no listeners have been added - javax.swing.event.CellEditorListener[]

Returns an array of all the CellEditorListeners added
 to this AbstractCellEditor with addCellEditorListener().

returns: all of the CellEditorListeners added or an empty
         array if no listeners have been added - `javax.swing.event.CellEditorListener[]`
raw docstring

remove-cell-editor-listenerclj

(remove-cell-editor-listener this l)

Removes a CellEditorListener from the listener list.

l - the listener to be removed - javax.swing.event.CellEditorListener

Removes a CellEditorListener from the listener list.

l - the listener to be removed - `javax.swing.event.CellEditorListener`
raw docstring

should-select-cell?clj

(should-select-cell? this an-event)

Returns true.

an-event - an event object - java.util.EventObject

returns: true - boolean

Returns true.

an-event - an event object - `java.util.EventObject`

returns: true - `boolean`
raw docstring

stop-cell-editingclj

(stop-cell-editing this)

Calls fireEditingStopped and returns true.

returns: true - boolean

Calls fireEditingStopped and returns true.

returns: true - `boolean`
raw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close