Package | Description |
---|---|
ilog.views.chart.datax |
Provides extended data models and bridges from/to Swing models.
|
ilog.views.chart.datax.event |
Provides events sent by all kinds of extended data models.
|
Modifier and Type | Method and Description |
---|---|
void |
IlvAbstractDataColumnInfo.fireColumnEvent(DataColumnEvent event)
Notifies the listeners of a column event.
|
Modifier and Type | Method and Description |
---|---|
void |
DataColumnListener.boundOfValueChanged(DataColumnEvent event)
Invoked when the result of
getMinValue() or
getMaxValue() for a column has changed. |
void |
DataColumnListener.emptyValueChanged(DataColumnEvent event)
Invoked when the result of
getEmptyValue() for a
column has changed. |
void |
DataColumnListener.enumeratedChanged(DataColumnEvent event)
Invoked when the result of
isEnumerated() for a
column has changed. |
void |
DataColumnListener.enumValuesChanged(DataColumnEvent event)
Invoked when the result of
getEnumValues() for a
column has changed. |
void |
DataColumnListener.otherPropertyChanged(DataColumnEvent event)
Invoked when another property of a column has changed.
|
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.