Uses of Interface
javax.rad.io.IFileHandle

Packages that use IFileHandle
com.sibvisions.rad.application Contains base classes for application creation. 
com.sibvisions.rad.persist Contains implementations of the persistence definitions. 
com.sibvisions.rad.ui Contains technology and platform dependent UI implementations. 
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. 
javax.rad.io Contains storage independent file handling. 
 

Uses of IFileHandle in com.sibvisions.rad.application
 

Methods in com.sibvisions.rad.application with parameters of type IFileHandle
static byte[] ApplicationUtil.scaleImage(IFileHandle pFileHandle, int pWidth, int pHeight)
          It reads the file handle and scales the image to the determined width and height.
 

Uses of IFileHandle in com.sibvisions.rad.persist
 

Methods in com.sibvisions.rad.persist that return IFileHandle
 IFileHandle AbstractStorage.createCSV(String[] pColumnNames, String[] pLabels, ICondition pFilter, SortDefinition pSort)
          Write the current DBStorage with the specified filter and sort to the export.csv file in CSV format and returns the file handle.
 IFileHandle AbstractStorage.createCSV(String[] pColumnNames, String[] pLabels, ICondition pFilter, SortDefinition pSort, String pLanguage)
          Write the current DBStorage with the specified filter and sort to the export.csv file in CSV format and returns the file handle.
 IFileHandle AbstractStorage.createCSV(String pFileName, String[] pColumnNames, String[] pLabels, ICondition pFilter, SortDefinition pSort)
          Write the current DBStorage with the specified filter and sort to the export.csv file in CSV format and returns the file handle.
 

Uses of IFileHandle in com.sibvisions.rad.ui
 

Methods in com.sibvisions.rad.ui that return IFileHandle
static IFileHandle[] Webstart.showOpenDialog(boolean pMultiSelection)
          Opens a file chooser dialog via the JNLP FileOpenService.
 

Methods in com.sibvisions.rad.ui with parameters of type IFileHandle
static void Webstart.showSaveDialog(IFileHandle pFileHandle)
          Opens a file save dialog with the JNLP FileSaveService.
 

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

Methods in com.sibvisions.rad.ui.swing.impl with parameters of type IFileHandle
 void FileChooser.saveAs(UILauncher pLauncher, Frame pFrame, IFileHandle pFileHandle, String pTitle)
          Shows a "Save as" dialog.
 void SwingApplication.saveFileHandle(IFileHandle pFileHandle, String pTitle)
          Technology independent saveFileHandle.
 void SwingApplet.SwingAppletLauncher.saveFileHandle(IFileHandle pFileHandle, String pTitle)
          Technology independent saveFileHandle.
 void SwingApplication.showFileHandle(IFileHandle pFileHandle)
          Technology independent showFileHandle.
 void SwingApplet.SwingAppletLauncher.showFileHandle(IFileHandle pFileHandle)
          Technology independent showFileHandle.
 void SwingApplication.showFileHandle(IFileHandle pFileHandle, IRectangle pBounds, String pTarget)
          Technology independent showFileHandle.
 void SwingApplet.SwingAppletLauncher.showFileHandle(IFileHandle pFileHandle, IRectangle pBounds, String pTarget)
          Technology independent showFileHandle.
 

Uses of IFileHandle in javax.rad.application
 

Methods in javax.rad.application with parameters of type IFileHandle
 void IFileHandleReceiver.receiveFileHandle(IFileHandle pFileHandle)
          Receives a IFileHandle.
 void ILauncher.saveFileHandle(IFileHandle pFileHandle, String pTitle)
          Technology independent saveFileHandle.
 void ILauncher.showFileHandle(IFileHandle pFileHandle)
          Technology independent showFileHandle.
 void ILauncher.showFileHandle(IFileHandle pFileHandle, IRectangle pBounds, String pTarget)
          Technology independent showFileHandle.
 

Uses of IFileHandle in javax.rad.application.genui
 

Methods in javax.rad.application.genui with parameters of type IFileHandle
 void UILauncher.saveFileHandle(IFileHandle pFileHandle)
          Technology independent saveFileHandle.
 void UILauncher.saveFileHandle(IFileHandle pFileHandle, String pTitle)
          Technology independent saveFileHandle.
 void UILauncher.showFileHandle(IFileHandle pFileHandle)
          Technology independent showFileHandle.
 void UILauncher.showFileHandle(IFileHandle pFileHandle, IRectangle pBounds, String pTarget)
          Technology independent showFileHandle.
 

Uses of IFileHandle in javax.rad.io
 

Classes in javax.rad.io that implement IFileHandle
 class DirectoryHandle
          The DirectorHandle is an IFileHandle representation for directories.
 class FileHandle
          FileHandle handles data in memory or in the file system.
 class RemoteFileHandle
          RemoteFileHandle handles data that is stored in the ObjectCache.
 



Copyright © 2009 SIB Visions GmbH. All Rights Reserved.