Uses of Interface
javax.rad.application.IFileHandleReceiver

Packages that use IFileHandleReceiver
com.sibvisions.rad.ui.swing.impl Contains the Swing dependent interface implementations of the platform and technology independent interface definitions. 
javax.rad.application Contains all interfaces to develop an application. 
javax.rad.application.genui Contains implementations of the generic application interfaces. 
 

Uses of IFileHandleReceiver in com.sibvisions.rad.ui.swing.impl
 

Methods in com.sibvisions.rad.ui.swing.impl with parameters of type IFileHandleReceiver
 void SwingApplication.getFileHandle(IFileHandleReceiver pFileHandleReceiver, String pTitle)
          Technology independent getFileHandle.
 void SwingApplet.SwingAppletLauncher.getFileHandle(IFileHandleReceiver pFileHandleReceiver, String pTitle)
          Technology independent getFileHandle.
 void FileChooser.open(UILauncher pLauncher, Frame pFrame, IFileHandleReceiver pFileHandleReceiver, String pTitle)
          Shows an "open" dialog.
 void FileChooser.selectDirectory(UILauncher pLauncher, Frame pFrame, IFileHandleReceiver pFileHandleReceiver, String pTitle)
          Shows an "open directory" dialog.
 

Uses of IFileHandleReceiver in javax.rad.application
 

Methods in javax.rad.application with parameters of type IFileHandleReceiver
 void ILauncher.getFileHandle(IFileHandleReceiver pFileHandleReceiver, String pTitle)
          Technology independent getFileHandle.
 

Uses of IFileHandleReceiver in javax.rad.application.genui
 

Methods in javax.rad.application.genui that return IFileHandleReceiver
static IFileHandleReceiver UILauncher.createFileHandleReceiver(Object pFileHandleReceiver, String pMethodName)
          Creates a file handle receiver instance with the given object and method name.
 

Methods in javax.rad.application.genui with parameters of type IFileHandleReceiver
 void UILauncher.getFileHandle(IFileHandleReceiver pFileHandleReceiver)
          Technology independent getFileHandle.
 void UILauncher.getFileHandle(IFileHandleReceiver pFileHandleReceiver, String pTitle)
          Technology independent getFileHandle.
 



Copyright © 2009 SIB Visions GmbH. All Rights Reserved.