|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--grendel.view.ViewedFolderBase | +--grendel.view.ViewedStoreBase
Constructor Summary | |
ViewedStoreBase(javax.mail.Store aStore,
int aID)
ViewedStoreBase constructor. |
Method Summary | |
void |
addViewedStoreListener(ViewedStoreListener l)
Adds a ViewedStoreListener |
ViewedFolder |
getDefaultFolder()
Returns the store's default folder wrapped in a ViewedFolder object. |
java.lang.String |
getDescription()
Returns the description for this store |
javax.mail.Folder |
getFolder()
Returns the associated folder |
java.lang.String |
getHost()
Returns the host for this store. |
int |
getID()
Returns the id which identifies this store in the preferences/ |
java.lang.String |
getName()
Returns the name for this store. |
java.lang.String |
getPassword()
Returns the password. |
int |
getPort()
Returns the port used to connect. |
java.lang.String |
getProtocol()
Returns the protocol used by this store. |
javax.mail.Store |
getStore()
Returns the associated store. |
java.lang.String |
getUsername()
Returns the user name used to connect. |
int |
getVisible()
Returns which children are showing for this store |
boolean |
isConnected()
Returns the connected state of this store |
boolean |
isLocal()
|
void |
removeViewedStoreListener(ViewedStoreListener l)
Removes a ViewedStoreListener |
void |
setVisible(int aVisible)
Sets which children to show for this store |
java.lang.String |
toString()
|
Methods inherited from class grendel.view.ViewedFolderBase |
getFirstSubFolder,
getMessageCount,
getNextFolder,
getParentFolder,
getUndeletedMessageCount,
getUnreadMessageCount,
getViewedFolder,
getViewedStore,
isInbox,
isOpen,
setFolder |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
Constructor Detail |
public ViewedStoreBase(javax.mail.Store aStore, int aID)
Method Detail |
public int getID()
public javax.mail.Folder getFolder()
public javax.mail.Store getStore()
public boolean isLocal()
public ViewedFolder getDefaultFolder() throws javax.mail.MessagingException
public java.lang.String getDescription()
public java.lang.String getName()
public java.lang.String getProtocol()
public java.lang.String getHost()
public java.lang.String getUsername()
public java.lang.String getPassword()
public int getPort()
public boolean isConnected()
public void addViewedStoreListener(ViewedStoreListener l)
public void removeViewedStoreListener(ViewedStoreListener l)
public void setVisible(int aVisible)
public int getVisible()
public java.lang.String toString()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |