![]() |
All Packages This Package Class Hierarchy Class Search Index Class grendel.prefs.MailServerPrefsEditor.HostListModeljava.lang.Object | +----com.sun.java.swing.AbstractListModel | +----grendel.prefs.MailServerPrefsEditor.HostListModel
class MailServerPrefsEditor.HostListModel
extends com.sun.java.swing.AbstractListModel
{
// Fields 3
Vector fEditableStores;
EventListenerList fListeners;
URLName[] fStores;
// Constructors 2
HostListModel();
HostListModel(URLName[]);
// Methods 7
public void add(URLName);
public Object getElementAt(int);
public int getSize();
public URLName[] getStores();
public void remove(URLName);
public void setStores(URLName[]);
public void update(URLName, URLName);
}
Fields fStoresURLName[] fStores fEditableStoresVector fEditableStores fListenersEventListenerList fListeners
Constructors HostListModelHostListModel() HostListModelHostListModel(URLName[] aStores) Methods setStorespublic void setStores(URLName[] aStores) getStorespublic URLName[] getStores() updatepublic void update(URLName aOld, URLName aNew) addpublic void add(URLName aURLName) removepublic void remove(URLName aURLName) getSizepublic int getSize()
getElementAtpublic Object getElementAt(int index)
All Packages This Package Class Hierarchy Class Search IndexFreshly brewed Java API Documentation automatically generated with polardoc Version 1.0.4 |
|
|
Copyright © 1998-1999 The Mozilla Organization.
Last modified December 25, 1998. |
|