|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.util.EventObject
nrs.util.file.FileSelectionEvent
Event used to hold details of selected files.
| Field Summary |
| Fields inherited from class java.util.EventObject |
source |
| Constructor Summary | |
FileSelectionEvent(FileDialog source,
java.io.File[] files)
Creates a new instance of FileSelectionEvent |
|
| Method Summary | |
java.io.File[] |
getFiles()
|
| 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 FileSelectionEvent(FileDialog source,
java.io.File[] files)
source - the FileDialog that initiated the selectionfiles - selected File objects - may be null| Method Detail |
public java.io.File[] getFiles()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||