|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.util.EventObject | +--tvouriot.beans.filelistexplorer.FileListExplorerEvent
Classe décrivant le contexte de l'évènement.
Fields inherited from class java.util.EventObject |
source |
Constructor Summary | |
FileListExplorerEvent(FileListExplorer fle)
Constructeur |
Method Summary | |
java.io.File |
getCurrentDirectory()
Renvoie le répertoire courant du bean |
java.io.File |
getSelectedFile()
Renvoie le fichier ou le répertoire séléctionné |
Methods inherited from class java.util.EventObject |
getSource, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public FileListExplorerEvent(FileListExplorer fle)
fle
- objet concerné par l'évènementMethod Detail |
public java.io.File getSelectedFile()
null
si aucun séléctionnépublic java.io.File getCurrentDirectory()
null
si les racines sont affichées
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |