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.persist.jdbc Contains all database specific persistence implementations. 
com.sibvisions.rad.remote.http Contains general communication classes which can be used from client and server implementations. 
com.sibvisions.rad.server.http.rest.service.jackson Contains Jackson extensions. 
com.sibvisions.rad.ui Contains technology and platform independent 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. 
javax.rad.type Contains type interfaces and classes for interoperability between technologies. 
 

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(java.lang.String[] pColumnNames, java.lang.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(java.lang.String[] pColumnNames, java.lang.String[] pLabels, ICondition pFilter, SortDefinition pSort, java.lang.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(java.lang.String pFileName, java.lang.String[] pColumnNames, java.lang.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.persist.jdbc
 

Classes in com.sibvisions.rad.persist.jdbc that implement IFileHandle
static class DBAccess.BlobFileHandle
          The DBAccess.BlobFileHandle is a simple IFileHandle implementation that stores a Blob and allows to retrieve it again.
 

Uses of IFileHandle in com.sibvisions.rad.remote.http
 

Methods in com.sibvisions.rad.remote.http with parameters of type IFileHandle
 RemoteFileHandle HttpConnection.writeContent(IFileHandle pFileHandle)
          Writes the given file handle to a remote server.
 

Uses of IFileHandle in com.sibvisions.rad.server.http.rest.service.jackson
 

Methods in com.sibvisions.rad.server.http.rest.service.jackson that return types with arguments of type IFileHandle
 java.lang.Class<IFileHandle> FileHandleSerializer.handledType()
           
 

Methods in com.sibvisions.rad.server.http.rest.service.jackson with parameters of type IFileHandle
 void FileHandleSerializer.serialize(IFileHandle pFileHandle, com.fasterxml.jackson.core.JsonGenerator pGenerator, com.fasterxml.jackson.databind.SerializerProvider pProvider)
          
 

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 that return IFileHandle
 IFileHandle[] FileChooser.open(UILauncher pLauncher, java.awt.Frame pFrame, java.lang.String pTitle)
          Shows an "open" dialog.
 

Methods in com.sibvisions.rad.ui.swing.impl with parameters of type IFileHandle
 void FileChooser.saveAs(UILauncher pLauncher, java.awt.Frame pFrame, IFileHandle pFileHandle, java.lang.String pTitle)
          Shows a "Save as" dialog.
 void SwingApplication.saveFileHandle(IFileHandle pFileHandle, java.lang.String pTitle)
          Technology independent saveFileHandle.
 void SwingApplet.SwingAppletLauncher.saveFileHandle(IFileHandle pFileHandle, java.lang.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, java.lang.String pTarget)
          Technology independent showFileHandle.
 void SwingApplet.SwingAppletLauncher.showFileHandle(IFileHandle pFileHandle, IRectangle pBounds, java.lang.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, java.lang.String pTitle)
          Technology independent saveFileHandle.
 void ILauncher.showFileHandle(IFileHandle pFileHandle)
          Technology independent showFileHandle.
 void ILauncher.showFileHandle(IFileHandle pFileHandle, IRectangle pBounds, java.lang.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, java.lang.String pTitle)
          Technology independent saveFileHandle.
 void UILauncher.showFileHandle(IFileHandle pFileHandle)
          Technology independent showFileHandle.
 void UILauncher.showFileHandle(IFileHandle pFileHandle, IRectangle pBounds, java.lang.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
          The RemoteFileHandle handles data that is stored in the ObjectCache.
 

Methods in javax.rad.io with parameters of type IFileHandle
 RemoteFileHandle IUploadExecutor.writeContent(IFileHandle pFileHandle)
          Writes the given file handle to a remote server.
 

Uses of IFileHandle in javax.rad.type
 

Methods in javax.rad.type that return IFileHandle
 IFileHandle FileHandleType.valueOf(java.lang.Object pObject)
          Converts the object to an Object which is an instance of type class.
 

Methods in javax.rad.type that return types with arguments of type IFileHandle
 java.lang.Class<IFileHandle> FileHandleType.getTypeClass()
          Returns the class used by this type.
 

Methods in javax.rad.type with parameters of type IFileHandle
 int FileHandleType.compareTo(IFileHandle pObject1, java.lang.Object pObject2)
          Compares two objects.
 



Copyright © 2009 SIB Visions GmbH. All Rights Reserved.