Liking cljdoc? Tell your friends :D

javax.swing.event.TableColumnModelEvent

TableColumnModelEvent is used to notify listeners that a table column model has changed, such as a column was added, removed, or moved.

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.

TableColumnModelEvent is used to notify listeners that a table
column model has changed, such as a column was added, removed, or
moved.

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

->table-column-model-eventclj

(->table-column-model-event source from to)

Constructor.

Constructs a TableColumnModelEvent object.

source - the TableColumnModel that originated the event - javax.swing.table.TableColumnModel from - an int specifying the index from where the column was moved or removed - int to - an int specifying the index to where the column was moved or added - int

Constructor.

Constructs a TableColumnModelEvent object.

source - the TableColumnModel that originated the event - `javax.swing.table.TableColumnModel`
from - an int specifying the index from where the column was moved or removed - `int`
to - an int specifying the index to where the column was moved or added - `int`
raw docstring

get-from-indexclj

(get-from-index this)

Returns the fromIndex. Valid for removed or moved events

returns: int

Returns the fromIndex.  Valid for removed or moved events

returns: `int`
raw docstring

get-to-indexclj

(get-to-index this)

Returns the toIndex. Valid for add and moved events

returns: int

Returns the toIndex.  Valid for add and moved events

returns: `int`
raw docstring

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

× close