|
Goals | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjocundmail.AccountData
public class AccountData
This class will be for running the AccountsPane list models
| 0.8.0 | Have basic settings working, read-write | |
| 1.0.0 | First release version - More specifics to come. |
| (5/27/07) | Not much is done, just a basic layout of the class, with some test stuff in it. |
| Constructor Summary | |
|---|---|
AccountData()
|
|
| Method Summary | |
|---|---|
void |
addListDataListener(javax.swing.event.ListDataListener l)
At the moment we don't need to handle this, but maybe later |
java.lang.Object |
getElementAt(int index)
|
int |
getSize()
|
void |
removeListDataListener(javax.swing.event.ListDataListener l)
At the moment we don't need to handle this, but maybe later |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AccountData()
| Method Detail |
|---|
public void addListDataListener(javax.swing.event.ListDataListener l)
addListDataListener in interface javax.swing.ListModelpublic java.lang.Object getElementAt(int index)
getElementAt in interface javax.swing.ListModelindex - Index of the data element to retrieve
public int getSize()
getSize in interface javax.swing.ListModelpublic void removeListDataListener(javax.swing.event.ListDataListener l)
removeListDataListener in interface javax.swing.ListModel
|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||