|
JavaTM 2 Platform Standard Ed. 5.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
public class 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<File> |
getDirectories()
|
Object |
getElementAt(int index)
Returns the value at the specified index. |
Vector<File> |
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<? extends File> 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<File> getDirectories()
public Vector<File> 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<? extends File> v)
protected boolean lt(File a, File b)
|
JavaTM 2 Platform Standard Ed. 5.0 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright 2004 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.