Uses of Class
org.uispec4j.interception.FileChooserHandler

Packages that use FileChooserHandler
org.uispec4j.interception Provides a mechanism for intercepting popped-up dialogs and menus.  
 

Uses of FileChooserHandler in org.uispec4j.interception
 

Methods in org.uispec4j.interception that return FileChooserHandler
static FileChooserHandler FileChooserHandler.init()
          Creates a new interceptor with the associated Trigger
 FileChooserHandler FileChooserHandler.assertIsOpenDialog()
           
 FileChooserHandler FileChooserHandler.assertIsSaveDialog()
           
 FileChooserHandler FileChooserHandler.assertCurrentDirEquals(File currentDir)
           
 FileChooserHandler FileChooserHandler.titleEquals(String title)
           
 FileChooserHandler FileChooserHandler.assertApplyButtonTextEquals(String text)
           
 FileChooserHandler FileChooserHandler.assertAcceptsFilesOnly()
           
 FileChooserHandler FileChooserHandler.assertAcceptsFilesAndDirectories()
           
 FileChooserHandler FileChooserHandler.assertAcceptsDirectoriesOnly()
           
 FileChooserHandler FileChooserHandler.assertMultiSelectionEnabled(boolean enabled)
           
 



Copyright © 2004-2007 Design-up. All Rights Reserved.