Goals

jocundmail
Class AccountData

java.lang.Object
  extended by jocundmail.AccountData
All Implemented Interfaces:
javax.swing.ListModel

public class AccountData
extends java.lang.Object
implements javax.swing.ListModel

This class will be for running the AccountsPane list models

Version:
0.0.1
Author:
J.J. Sestrich
Goals:
0.8.0 Have basic settings working, read-write
1.0.0 First release version - More specifics to come.
Todo:
Progress:
(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

AccountData

public AccountData()
Method Detail

addListDataListener

public void addListDataListener(javax.swing.event.ListDataListener l)
At the moment we don't need to handle this, but maybe later

Specified by:
addListDataListener in interface javax.swing.ListModel

getElementAt

public java.lang.Object getElementAt(int index)
Specified by:
getElementAt in interface javax.swing.ListModel
Parameters:
index - Index of the data element to retrieve
Returns:
The data object at given index

getSize

public int getSize()
Specified by:
getSize in interface javax.swing.ListModel
Returns:
The number of elements in the list

removeListDataListener

public void removeListDataListener(javax.swing.event.ListDataListener l)
At the moment we don't need to handle this, but maybe later

Specified by:
removeListDataListener in interface javax.swing.ListModel

SourceForge.net Logo