Public Member Functions | |
void | Change (PropertyChangeEvent e) |
Invoked when a sort button becomes active. | |
void | add (ListSortButton button) |
Adds a button to this group. | |
void | remove (ListSortButton button) |
Removes a button from this group. | |
Private Attributes | |
List< ListSortButton > | sortButtons = new ArrayList<ListSortButton>() |
The buttons that have been added to this group. |
void edu.cmu.hcii.calo.view.task.viewer.SortButtonGroup.Change | ( | PropertyChangeEvent | e | ) |
Invoked when a sort button becomes active.
Deactivates all buttons in the group except that one.
e | the property change event |
void edu.cmu.hcii.calo.view.task.viewer.SortButtonGroup.add | ( | ListSortButton | button | ) |
Adds a button to this group.
button | the button to add |
void edu.cmu.hcii.calo.view.task.viewer.SortButtonGroup.remove | ( | ListSortButton | button | ) |
Removes a button from this group.
button | the button to remove |
List<ListSortButton> edu.cmu.hcii.calo.view.task.viewer.SortButtonGroup.sortButtons = new ArrayList<ListSortButton>() [private] |
The buttons that have been added to this group.