|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.washington.cs.supple.rep.SuppleBeanImpl
edu.washington.cs.supple.net.browser.DirectoryBean
Beanlike interface to a NetDirectory.
Field Summary |
Fields inherited from class edu.washington.cs.supple.rep.SuppleBeanImpl |
pcs |
Constructor Summary | |
DirectoryBean()
|
Method Summary | |
void |
back()
Pop one up the stack. |
DirectoryEntry |
getCurrentDirectory()
Get the current directory. |
java.util.Vector |
getEntries()
|
java.lang.String |
getSearchStatus()
|
DirectoryEntry |
getSelectedEntry()
Get the current entry. |
boolean |
isNotAtRoot()
|
void |
open()
Open the currently selected Entry |
void |
setCurrentDirectory(DirectoryEntry newDir)
Sets the current directory and starts search for entries in separate thread. |
void |
setSelectedEntry(DirectoryEntry newEntry)
Sets the current entry. |
Methods inherited from class edu.washington.cs.supple.rep.SuppleBeanImpl |
addPropertyChangeListener, removePropertyChangeListener |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public DirectoryBean()
Method Detail |
public void open()
public void back()
public boolean isNotAtRoot()
public DirectoryEntry getCurrentDirectory()
public void setCurrentDirectory(DirectoryEntry newDir)
public DirectoryEntry getSelectedEntry()
public void setSelectedEntry(DirectoryEntry newEntry)
public java.util.Vector getEntries()
public java.lang.String getSearchStatus()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |