ccs.cpc.impl
Class BrowserModel
java.lang.Object
javax.swing.AbstractListModel
ccs.cpc.impl.BrowserModel
- All Implemented Interfaces:
- java.io.Serializable, javax.swing.ListModel
public class BrowserModel
- extends javax.swing.AbstractListModel
The model corresponding to a browser.
- See Also:
- Serialized Form
Fields inherited from class javax.swing.AbstractListModel |
listenerList |
Methods inherited from class javax.swing.AbstractListModel |
addListDataListener, fireContentsChanged, fireIntervalAdded, fireIntervalRemoved, getListDataListeners, getListeners, removeListDataListener |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
reapers
ReaperManager reapers
sibling
BrowserLogic sibling
currentIndex
int currentIndex
BrowserModel
BrowserModel(BrowserLogic bl,
Model m)
setContents
void setContents(VFile pwd,
VFile[] contents)
getContents
VFile[] getContents()
getComparator
java.util.Comparator<? super VFile> getComparator()
getPwd
public VFile getPwd()
getElementAt
public java.lang.Object getElementAt(int idx)
getVDeviceAt
public VDevice getVDeviceAt(int idx)
getVFileAt
public VFile getVFileAt(int idx)
indexOf
public int indexOf(VFile vf)
lastPwdFor
public VFile lastPwdFor(VDevice vd)
isRecursableElement
public boolean isRecursableElement(int idx)
getSize
public int getSize()
isVDList
public boolean isVDList()