|
Copyright © 2011 Citra Technologies. All Rights Reserved. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.citra.pivot.AbstractPivotDataModel
public abstract class AbstractPivotDataModel
AbstractPivotDataModel is an abstract subclass of PivotDataModel that has methods for adding, removing and notifying pivot data model listeners.
Field Summary | |
---|---|
protected EventListenerList |
dataListeners
a list of PivotDataModelListeners |
Constructor Summary | |
---|---|
AbstractPivotDataModel()
Constructs an AbstractPivotDataModel. |
Method Summary | |
---|---|
void |
addDataModelListener(PivotDataModelListener x)
Adds a listener that is notified when the data of the model has changed. |
protected void |
fireDataChanged()
Notifies listeners that the data of the pivot model have changed. |
protected void |
fireEdgesChanged()
Notifies listeners that the row and/or column headers of the model have changed. |
void |
removeDataModelListener(PivotDataModelListener x)
Removes a listener that is notified when the data of the model has changed. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.citra.pivot.PivotDataModel |
---|
getColumnClass, getPivotColumnAdapter, getPivotRowAdapter, getValueAt |
Field Detail |
---|
protected EventListenerList dataListeners
Constructor Detail |
---|
public AbstractPivotDataModel()
Method Detail |
---|
public void addDataModelListener(PivotDataModelListener x)
addDataModelListener
in interface PivotDataModel
x
- the listener to be addedprotected void fireDataChanged()
protected void fireEdgesChanged()
public void removeDataModelListener(PivotDataModelListener x)
removeDataModelListener
in interface PivotDataModel
x
- the listener to be removed
|
Copyright © 2011 Citra Technologies. All Rights Reserved. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |