|
|||||||||
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.AccountAdapter
abstract class AccountAdapter
An account adapter.
An abstract adapter class for receiving account events.
The methods in this class are empty. This class exists as a
convenience for creating
AccountListener
objects.
Constructor Summary | |
---|---|
AccountAdapter()
|
Method Summary | |
---|---|
void |
clearSelection()
Requests that the selection be cleared. |
void |
selectAccount(int index)
Requests that an account 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 |
---|
AccountAdapter()
Method Detail |
---|
public void selectionChanged(int[] selection)
selectionChanged
in interface AccountListener
selection
- Array of indexes of selected accounts. public void selectAccount(int index)
selectAccount
in interface AccountListener
index
- Index of account to be selected. public void clearSelection()
clearSelection
in interface AccountListener
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |