|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object edu.northwestern.at.wordhoard.swing.accounts.groups.GroupAdapter
abstract class GroupAdapter
An group adapter.
An abstract adapter class for receiving group events.
The methods in this class are empty. This class exists as a
convenience for creating
GroupListener
objects.
Constructor Summary | |
---|---|
GroupAdapter()
|
Method Summary | |
---|---|
void |
clearSelection()
Requests that the selection be cleared. |
void |
selectGroup(int index)
Requests that an group be selected. |
void |
selectionChanged(int[] selection)
Invoked when the selection changes. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
GroupAdapter()
Method Detail |
---|
public void selectionChanged(int[] selection)
selectionChanged
in interface GroupListener
selection
- Array of indexes of selected groups. public void selectGroup(int index)
selectGroup
in interface GroupListener
index
- Index of group to be selected. public void clearSelection()
clearSelection
in interface GroupListener
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |