|
JavaTM 2 Platform Std. Ed. v1.4.0 |
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Object | +--javax.swing.AbstractListModel | +--javax.swing.plaf.basic.BasicDirectoryModel
ファイルリストの基本実装です。
フィールドの概要 |
クラス javax.swing.AbstractListModel から継承したフィールド |
listenerList |
コンストラクタの概要 | |
BasicDirectoryModel(JFileChooser filechooser)
|
メソッドの概要 | |
boolean |
contains(Object o)
|
void |
fireContentsChanged()
|
Vector |
getDirectories()
|
Object |
getElementAt(int index)
指定されたインデックスで示される値を返します。 |
Vector |
getFiles()
|
int |
getSize()
リストの長さを返します。 |
int |
indexOf(Object o)
|
void |
intervalAdded(ListDataEvent e)
廃止 - 使用されません。 |
void |
intervalRemoved(ListDataEvent e)
廃止 - 使用されません。 |
void |
invalidateFileCache()
廃止 - 使用されません。 |
protected boolean |
lt(File a,
File b)
|
void |
propertyChange(PropertyChangeEvent e)
バウンドプロパティの変更時に呼び出されます。 |
boolean |
renameFile(File oldFile,
File newFile)
基本となるファイルシステム内のファイル名の変更をします。 |
protected void |
sort(Vector v)
|
void |
validateFileCache()
|
クラス javax.swing.AbstractListModel から継承したメソッド |
addListDataListener, fireContentsChanged, fireIntervalAdded, fireIntervalRemoved, getListDataListeners, getListeners, removeListDataListener |
クラス java.lang.Object から継承したメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
コンストラクタの詳細 |
public BasicDirectoryModel(JFileChooser filechooser)
メソッドの詳細 |
public void propertyChange(PropertyChangeEvent e)
PropertyChangeListener
の記述:
PropertyChangeListener
内の propertyChange
e
- イベントソースおよび変更したプロパティを記述する PropertyChangeEvent オブジェクトpublic void invalidateFileCache()
public Vector getDirectories()
public Vector getFiles()
public void validateFileCache()
public boolean renameFile(File oldFile, File newFile)
oldFile
- 既存ファイルを表す File
オブジェクトnewFile
- 希望する新規ファイル名を表す File
戻り値: true
、そうでない場合は false
public void fireContentsChanged()
public int getSize()
ListModel
の記述:
ListModel
内の getSize
public boolean contains(Object o)
public int indexOf(Object o)
public Object getElementAt(int index)
ListModel
の記述:
ListModel
内の getElementAt
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 |
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
Java、Java 2D、および JDBC は米国ならびにその他の国における米国 Sun Microsystems, Inc. の商標もしくは登録商標です。
Copyright 1993-2002 Sun Microsystems, Inc. 901 San Antonio Road
Palo Alto, California, 94303, U.S.A. All Rights Reserved.