|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The listener that is notified that given operation requested confirmation.
Method Summary | |
void |
deleteConfirmation(DirectoryChooserConfirmationEvent event)
Called whenever users tries to delete a directory. |
void |
moveConfirmation(DirectoryChooserConfirmationEvent event)
Called whenever users tries to move a directory. |
Method Detail |
public void deleteConfirmation(DirectoryChooserConfirmationEvent event)
event
- the event object that contains information about directory being deleted.
This method should call event.setConfirmed(true)
in order to confirm delete
operation or call event.setConfirmed(false)
in order to cancel delete operation.public void moveConfirmation(DirectoryChooserConfirmationEvent event)
event
- the event object that contains information about directory being moved.
This method should call event.setConfirmed(true)
in order to confirm move
operation or call event.setConfirmed(false)
in order to cancel move operation.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |