|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The listener that's notified about runtime errors in the JDirectoryChooser
component.
Method Summary | |
void |
copyError(DirectoryChooserErrorEvent event)
Recieves notification of the directory copying error. |
void |
createError(DirectoryChooserErrorEvent event)
Recieves notification of the directory creating error. |
void |
deleteError(DirectoryChooserErrorEvent event)
Recieves notification of the directory deleting error. |
void |
generalError(DirectoryChooserErrorEvent event)
Recieves notification of all unknown errors occured. |
void |
moveError(DirectoryChooserErrorEvent event)
Recieves notification of the directory moving error. |
void |
renameError(DirectoryChooserErrorEvent event)
Receives notification of the directory renaming error. |
Method Detail |
public void createError(DirectoryChooserErrorEvent event)
event
- the event object that contains information about an error.public void deleteError(DirectoryChooserErrorEvent event)
event
- the event object that contains information about an error.public void renameError(DirectoryChooserErrorEvent event)
event
- the event object that contains information about an error.public void moveError(DirectoryChooserErrorEvent event)
event
- the event object that contains information about an error.public void copyError(DirectoryChooserErrorEvent event)
event
- the event object that contains information about an error.public void generalError(DirectoryChooserErrorEvent event)
event
- the event object that contains information about an error.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |