Package
Class
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
C
F
G
I
J
M
P
R
S
C
com.accendia.netstart.client.service
- package com.accendia.netstart.client.service
The JNetStart client environment provides secure services that allows the client to interact with the JNetStart client environment in order to access files, print documents and communicate with the server from where the code was downloaded.
ConnectionContext
- Class in
com.accendia.netstart.client.service
This class provides access to the ServerContext connection object that is used by the JNetStart network class loader to load the application.
F
FileProxy
- Interface in
com.accendia.netstart.client.service
Implements secure application access to file properties and data.
G
getConnectionContext()
- Static method in class com.accendia.netstart.client.service.
ConnectionContext
Returns the browser context associated with the network class loader that is loading the application.
getDefaultPage()
- Method in class com.accendia.netstart.client.service.
SecurePrinterJob
Creates and returns a new default PageFormat.
getInputStream()
- Method in interface com.accendia.netstart.client.service.
FileProxy
Provides secure access to the file input stream if the user selected the file for reading.
getLength()
- Method in interface com.accendia.netstart.client.service.
FileProxy
Provides secure access to the file selected by the user.
getName()
- Method in interface com.accendia.netstart.client.service.
FileProxy
Provides secure access to the name of the file selected by the user.
getOutputStream()
- Method in interface com.accendia.netstart.client.service.
FileProxy
Provides secure access to the file output stream if the user selected the file for writing.
getSecurePrinterJob()
- Static method in class com.accendia.netstart.client.service.
SecurePrinterJob
Creates a returns a SecurePrinterJob object.
getSelectedFile()
- Method in class com.accendia.netstart.client.service.
JSecureFileChooser
getServerContext()
- Method in class com.accendia.netstart.client.service.
ConnectionContext
Returns the ServerContext connection object that is created by JNetStart to load the application.
I
isAcceptAllFileFilterUsed()
- Method in class com.accendia.netstart.client.service.
JSecureFileChooser
isMultiSelectionEnabled()
- Method in class com.accendia.netstart.client.service.
JSecureFileChooser
J
JSecureFileChooser
- Class in
com.accendia.netstart.client.service
Provides the method for the user to select files the application is allowed to write or read and returns FileProxy objects for the selected files.
JSecureFileChooser()
- Constructor for class com.accendia.netstart.client.service.
JSecureFileChooser
Creates a JSecureFileChooser instance.
M
MAX_FILE_LENGTH
- Static variable in interface com.accendia.netstart.client.service.
FileProxy
The maximum file size that can be written to a local file.
P
print(Pageable)
- Method in class com.accendia.netstart.client.service.
SecurePrinterJob
Displays a print dialog and prints the document provided by the application if the user confirms the print.
print(Printable)
- Method in class com.accendia.netstart.client.service.
SecurePrinterJob
Displays a print dialog and prints the document provided by the application if the user confirms the print.
R
releaseServerContext()
- Method in class com.accendia.netstart.client.service.
ConnectionContext
This method should be called if the loaded application finished using the ServerContext so the JNetStart class loader can close the connection.
S
SecurePrinterJob
- Class in
com.accendia.netstart.client.service
Provides the means for the application to print under strict user control.
setAcceptAllFileFilterUsed(boolean)
- Method in class com.accendia.netstart.client.service.
JSecureFileChooser
Sets the flag that indicates whether the accept all file filter is used.
setFilterExtensions(String[])
- Method in class com.accendia.netstart.client.service.
JSecureFileChooser
Sets the list of filter extensions.
setMultiSelectionEnabled(boolean)
- Method in class com.accendia.netstart.client.service.
JSecureFileChooser
Sets the flag that allows the user to select multiple files.
setSelectedFile(String)
- Method in class com.accendia.netstart.client.service.
JSecureFileChooser
Sets the initial file selection.
showOpenDialog(Component)
- Method in class com.accendia.netstart.client.service.
JSecureFileChooser
Displays a file chooser dialog that allows the user to select files the application is allowed to read.
showPageFormatDialog(PageFormat)
- Method in class com.accendia.netstart.client.service.
SecurePrinterJob
Displays the PageFormat dialog.
showSaveDialog(Component)
- Method in class com.accendia.netstart.client.service.
JSecureFileChooser
Displays a file chooser dialog that allows the user to select files the application is allowed to write.
C
F
G
I
J
M
P
R
S
Package
Class
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes