|
Copyright © 2011 Citra Technologies. All Rights Reserved. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface GroupTableColumnModelListener
GroupTableColumnModelListener defines the interface for an object that listens to changes in a GroupTableColumnModel.
Method Summary | |
---|---|
void |
groupColumnsChanged(GroupTableColumnModelEvent e)
Tells listeners that columns under a group column have changed in some way. |
void |
groupColumnsInserted(GroupTableColumnModelEvent e)
Tells listeners that group columns were added to the model. |
void |
groupColumnsRemoved(GroupTableColumnModelEvent e)
Tells listeners that group columns were removed from the model. |
void |
groupStructureChanged(GroupTableColumnModelEvent e)
Tells listeners that the group column structure was changed. |
Method Detail |
---|
void groupColumnsInserted(GroupTableColumnModelEvent e)
e
- the event that identifies the addition.void groupColumnsRemoved(GroupTableColumnModelEvent e)
e
- the event that identifies the removalvoid groupStructureChanged(GroupTableColumnModelEvent e)
e
- the event that identifies the structure changevoid groupColumnsChanged(GroupTableColumnModelEvent e)
e
- the event that identifies the column change
|
Copyright © 2011 Citra Technologies. All Rights Reserved. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |