|
Préférences
Moteurs de recherche
|
||||||||||||||||||||||||||||||||||||||||||||
| JavaTM 2 Platform Std. Ed. v1.5.0
javax.swing.plaf.basic
|
|||||||||||||||||||||||||||||||||||||||||||||
| 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 PropertyChangeListenere - 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 falsepublic void fireContentsChanged()
public int getSize()
ListModel
public boolean contains(Object o)
public int indexOf(Object o)
public Object getElementAt(int index)
ListModel
getElementAt in interface ListModelindex - the requested index
indexpublic void intervalAdded(ListDataEvent e)
public void intervalRemoved(ListDataEvent e)
protected void sort(Vector<? extends File> v)
protected boolean lt(File a, File b)