| Package | Description |
|---|---|
| com.gargoylesoftware.base.collections |
Classes involving the collection classes
|
| com.gargoylesoftware.base.gui |
Classes that are UI related.
|
| Modifier and Type | Method and Description |
|---|---|
void |
NotificationList.addNotificationListListener(NotificationListListener listener)
Add a NotificationListListener.
|
void |
NotificationList.removeNotificationListListener(NotificationListListener listener)
Remove a NotificationListListener.
|
| Modifier and Type | Field and Description |
|---|---|
private NotificationListListener |
ReflectedTableModel.columnListener_
If any change occurs to the columns then fire a structure changed.
|
private NotificationListListener |
ReflectedTableModel.rowListener_
If the row list changes then fire the appropriate table event.
|