public abstract class AbstractMultiTypeModel extends Object implements MultiTypeModel
| Constructor and Description |
|---|
AbstractMultiTypeModel() |
| Modifier and Type | Method and Description |
|---|---|
void |
addMultiTypeListener(MultiTypeListener listener)
Add a listener that will receive notification of changes to this
model.
|
protected void |
fireRowChanged(int rowIndex) |
protected void |
fireRowInserted(int rowIndex) |
protected void |
fireRowRemoved(int rowIndex) |
void |
removeMultiTypeListener(MultiTypeListener listener)
Remove a listener.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreateRow, getDeleteOption, getRow, getRowCount, getTypeOptions, removeRow, swapRowpublic void addMultiTypeListener(MultiTypeListener listener)
MultiTypeModeladdMultiTypeListener in interface MultiTypeModellistener - The listener.public void removeMultiTypeListener(MultiTypeListener listener)
MultiTypeModelremoveMultiTypeListener in interface MultiTypeModellistener - The listener.protected void fireRowChanged(int rowIndex)
protected void fireRowInserted(int rowIndex)
protected void fireRowRemoved(int rowIndex)
Copyright © 2023. All rights reserved.