Uses of Class
com.jtechlabs.ui.widget.directorychooser.DirectoryChooserConfirmationEvent

Uses of DirectoryChooserConfirmationEvent in com.jtechlabs.ui.widget.directorychooser
 

Methods in com.jtechlabs.ui.widget.directorychooser with parameters of type DirectoryChooserConfirmationEvent
 void JDirectoryChooser.fireDeleteConfirmation(DirectoryChooserConfirmationEvent event)
          Notifies all registered selection listeners about event.
 void JDirectoryChooser.fireMoveConfirmation(DirectoryChooserConfirmationEvent event)
          Notifies all registered selection listeners about event.
 void DirectoryChooserDefaultHandler.deleteConfirmation(DirectoryChooserConfirmationEvent event)
          Called whenever users tries to delete a directory.
 void DirectoryChooserDefaultHandler.moveConfirmation(DirectoryChooserConfirmationEvent event)
          Called whenever users tries to move a directory.
 void DirectoryChooserConfirmationListener.deleteConfirmation(DirectoryChooserConfirmationEvent event)
          Called whenever users tries to delete a directory.
 void DirectoryChooserConfirmationListener.moveConfirmation(DirectoryChooserConfirmationEvent event)
          Called whenever users tries to move a directory.
 



Copyright © 2005 JTechLabs.com All Rights Reserved.