|
JavaTM 2 Platform Std. Ed. v1.4.0 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--javax.swing.AbstractListModel | +--javax.swing.plaf.basic.BasicDirectoryModel
Basic implementation of a file list.
Field Summary |
Fields inherited from class javax.swing.AbstractListModel |
listenerList |
Constructor Summary | |
BasicDirectoryModel(JFileChooser filechooser)
|
Method Summary | |
boolean |
contains(Object o)
|
void |
fireContentsChanged()
|
Vector |
getDirectories()
|
Object |
getElementAt(int index)
Returns the value at the specified index. |
Vector |
getFiles()
|
int |
getSize()
Returns the length of the list. |
int |
indexOf(Object o)
|
void |
intervalAdded(ListDataEvent e)
Obsolete - not used. |
void |
intervalRemoved(ListDataEvent e)
Obsolete - not used. |
void |
invalidateFileCache()
Obsolete - not used. |
protected boolean |
lt(File a,
File b)
|
void |
propertyChange(PropertyChangeEvent e)
This method gets called when a bound property is changed. |
boolean |
renameFile(File oldFile,
File newFile)
Renames a file in the underlying file system. |
protected void |
sort(Vector v)
|
void |
validateFileCache()
|
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 |
Constructor Detail |
public BasicDirectoryModel(JFileChooser filechooser)
Method Detail |
public void propertyChange(PropertyChangeEvent e)
PropertyChangeListener
propertyChange
in interface PropertyChangeListener
e
- A PropertyChangeEvent object describing the event source
and the property that has changed.public void invalidateFileCache()
public Vector getDirectories()
public Vector getFiles()
public void validateFileCache()
public boolean renameFile(File oldFile, File newFile)
oldFile
- a File
object representing
the existing filenewFile
- a File
object representing
the desired new file name
true
if rename succeeded,
otherwise false
public void fireContentsChanged()
public int getSize()
ListModel
getSize
in interface ListModel
public boolean contains(Object o)
public int indexOf(Object o)
public Object getElementAt(int index)
ListModel
getElementAt
in interface ListModel
index
- the requested index
index
public void intervalAdded(ListDataEvent e)
public void intervalRemoved(ListDataEvent e)
protected void sort(Vector v)
protected boolean lt(File a, File b)
|
JavaTM 2 Platform Std. Ed. v1.4.0 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Java, Java 2D, and JDBC are trademarks or registered trademarks of Sun Microsystems, Inc. in the US and other countries.
Copyright 1993-2002 Sun Microsystems, Inc. 901 San Antonio Road
Palo Alto, California, 94303, U.S.A. All Rights Reserved.