|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--netx.jnlp.services.ServiceUtil
Provides static methods to interact useful for using the JNLP services.
Constructor Summary | |
ServiceUtil()
|
Method Summary | |
static javax.jnlp.BasicService |
getBasicService()
Returns the BasicService reference, or null if the service is unavailable. |
static javax.jnlp.ClipboardService |
getClipboardService()
Returns the ClipboardService reference, or null if the service is unavailable. |
static javax.jnlp.DownloadService |
getDownloadService()
Returns the DownloadService reference, or null if the service is unavailable. |
static javax.jnlp.ExtensionInstallerService |
getExtensionInstallerService()
Returns the ExtensionInstallerService reference, or null if the service is unavailable. |
static javax.jnlp.FileOpenService |
getFileOpenService()
Returns the FileOpenService reference, or null if the service is unavailable. |
static javax.jnlp.FileSaveService |
getFileSaveService()
Returns the FileSaveService reference, or null if the service is unavailable. |
static javax.jnlp.PersistenceService |
getPersistenceService()
Returns the PersistenceService reference, or null if the service is unavailable. |
static javax.jnlp.PrintService |
getPrintService()
Returns the PrintService reference, or null if the service is unavailable. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ServiceUtil()
Method Detail |
public static javax.jnlp.BasicService getBasicService()
public static javax.jnlp.ClipboardService getClipboardService()
public static javax.jnlp.DownloadService getDownloadService()
public static javax.jnlp.ExtensionInstallerService getExtensionInstallerService()
public static javax.jnlp.FileOpenService getFileOpenService()
public static javax.jnlp.FileSaveService getFileSaveService()
public static javax.jnlp.PersistenceService getPersistenceService()
public static javax.jnlp.PrintService getPrintService()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |