JClass DesktopViews 6.3.0 API
Documentation

com.klg.jclass.table
Class CellStyleChangeSupport

java.lang.Object
  |
  +--java.beans.PropertyChangeSupport
        |
        +--com.klg.jclass.table.CellStyleChangeSupport
All Implemented Interfaces:
Serializable

public class CellStyleChangeSupport
extends PropertyChangeSupport
implements Serializable

The CellStyleChangeSupport class provides methods to notify PropertyChange listeners of style changes.

See Also:
Serialized Form

Field Summary
static String STYLE_BACKGROUND
          Constant used to notify listeners that the background color has changed.
static String STYLE_BORDER
          Constant used to notify listeners that the cell border has changed.
static String STYLE_BORDER_SIDES
          Constant used to notify listeners that the border sides have changed.
static String STYLE_CELL_BORDER_COLOR
          Constant used to notify listeners that the cell border color has changed.
static String STYLE_CELL_EDITOR
          Constant used to notify listeners that the cell editor has changed.
static String STYLE_CELL_RENDERER
          Constant used to notify listeners that the cell renderer has changed.
static String STYLE_CLIP_HINTS
          Constant used to notify listeners that the clip hint property has changed.
static String STYLE_DATA_TYPE
          Contant used to notify listeners that the data type property has changed.
static String STYLE_EDITABLE
          Constant used to notify listeners that the editable state of the style has changed.
static String STYLE_FONT
          Constant used to notify listeners that the font has changed.
static String STYLE_FOREGROUND
          Constant used to notify listeners that the foreground color has changed.
static String STYLE_HORIZONTAL_ALIGNMENT
          Constant used to notify listeners that the horizontal alignment of the style has changed.
static String STYLE_PARENT
          Constant used to notify listeners that the parent of the style has changed.
static String STYLE_REPEAT_BACKGROUND
          Constant used to notify listeners that the repeat background properties have changed.
static String STYLE_REPEAT_FOREGROUND
          Constant used to notify listeners that the repeat foreground properties have changed.
static String STYLE_TRAVERSABLE
          Constant used to notify listeners that the traversable state of the style has changed.
static String STYLE_VERTICAL_ALIGNMENT
          Constant used to notify listeners that the vertical alignment of the style has changed.
 
Constructor Summary
CellStyleChangeSupport(com.klg.jclass.table.CellStyleModel model)
          Creates a new CellStyleChangeSupport for a style.
 
Methods inherited from class java.beans.PropertyChangeSupport
addPropertyChangeListener, addPropertyChangeListener, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, getPropertyChangeListeners, getPropertyChangeListeners, hasListeners, removePropertyChangeListener, removePropertyChangeListener
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

STYLE_PARENT

public static final String STYLE_PARENT
Constant used to notify listeners that the parent of the style has changed.

See Also:
Constant Field Values

STYLE_BACKGROUND

public static final String STYLE_BACKGROUND
Constant used to notify listeners that the background color has changed.

See Also:
Constant Field Values

STYLE_BORDER

public static final String STYLE_BORDER
Constant used to notify listeners that the cell border has changed.

See Also:
Constant Field Values

STYLE_BORDER_SIDES

public static final String STYLE_BORDER_SIDES
Constant used to notify listeners that the border sides have changed.

See Also:
Constant Field Values

STYLE_CELL_BORDER_COLOR

public static final String STYLE_CELL_BORDER_COLOR
Constant used to notify listeners that the cell border color has changed.

See Also:
Constant Field Values

STYLE_CELL_EDITOR

public static final String STYLE_CELL_EDITOR
Constant used to notify listeners that the cell editor has changed.

See Also:
Constant Field Values

STYLE_CELL_RENDERER

public static final String STYLE_CELL_RENDERER
Constant used to notify listeners that the cell renderer has changed.

See Also:
Constant Field Values

STYLE_CLIP_HINTS

public static final String STYLE_CLIP_HINTS
Constant used to notify listeners that the clip hint property has changed.

See Also:
Constant Field Values

STYLE_DATA_TYPE

public static final String STYLE_DATA_TYPE
Contant used to notify listeners that the data type property has changed.

See Also:
Constant Field Values

STYLE_EDITABLE

public static final String STYLE_EDITABLE
Constant used to notify listeners that the editable state of the style has changed.

See Also:
Constant Field Values

STYLE_FONT

public static final String STYLE_FONT
Constant used to notify listeners that the font has changed.

See Also:
Constant Field Values

STYLE_FOREGROUND

public static final String STYLE_FOREGROUND
Constant used to notify listeners that the foreground color has changed.

See Also:
Constant Field Values

STYLE_HORIZONTAL_ALIGNMENT

public static final String STYLE_HORIZONTAL_ALIGNMENT
Constant used to notify listeners that the horizontal alignment of the style has changed.

See Also:
Constant Field Values

STYLE_REPEAT_BACKGROUND

public static final String STYLE_REPEAT_BACKGROUND
Constant used to notify listeners that the repeat background properties have changed.

See Also:
Constant Field Values

STYLE_REPEAT_FOREGROUND

public static final String STYLE_REPEAT_FOREGROUND
Constant used to notify listeners that the repeat foreground properties have changed.

See Also:
Constant Field Values

STYLE_TRAVERSABLE

public static final String STYLE_TRAVERSABLE
Constant used to notify listeners that the traversable state of the style has changed.

See Also:
Constant Field Values

STYLE_VERTICAL_ALIGNMENT

public static final String STYLE_VERTICAL_ALIGNMENT
Constant used to notify listeners that the vertical alignment of the style has changed.

See Also:
Constant Field Values
Constructor Detail

CellStyleChangeSupport

public CellStyleChangeSupport(com.klg.jclass.table.CellStyleModel model)
Creates a new CellStyleChangeSupport for a style. This utility class provides convenient firing methods for notifying PropertyChangeListeners of cell style field changes.


Copyright © 2004 Quest Software Inc..
All rights reserved.