Serialized Form
Package net.sourceforge.jnlp |
applicationTitle
java.lang.String applicationTitle
applicationVendor
java.lang.String applicationVendor
resourceTracker
ResourceTracker resourceTracker
splashImageUrl
java.net.URL splashImageUrl
splashImage
java.awt.Image splashImage
cause
java.lang.Throwable cause
- the original exception
file
JNLPFile file
- the file being launched
category
java.lang.String category
- the category of the exception
summary
java.lang.String summary
- summary
description
java.lang.String description
- description of the action that was taking place
severity
java.lang.String severity
- severity of the warning/error
bridge
PluginBridge bridge
exitOnFailure
boolean exitOnFailure
appInst
AppletInstance appInst
appletAlive
boolean appletAlive
cause
java.lang.Throwable cause
- the original exception
Package net.sourceforge.jnlp.controlpanel |
initialized
boolean initialized
config
DeploymentConfiguration config
topPanel
AdvancedProxySettingsPane topPanel
parent
javax.swing.JDialog parent
config
DeploymentConfiguration config
fields
java.lang.String[] fields
defaultFocusComponent
javax.swing.JComponent defaultFocusComponent
parent
javax.swing.JDialog parent
config
DeploymentConfiguration config
location
java.lang.String location
defaultFocusComponent
javax.swing.JComponent defaultFocusComponent
root
DirectoryNode root
columns
java.lang.String[] columns
cacheTable
javax.swing.JTable cacheTable
initialized
boolean initialized
config
DeploymentConfiguration config
topPanel
CachePane topPanel
config
DeploymentConfiguration config
config
DeploymentConfiguration config
config
DeploymentConfiguration config
config
DeploymentConfiguration config
description
javax.swing.JPanel description
proxyPanels
java.util.ArrayList<E> proxyPanels
config
DeploymentConfiguration config
config
DeploymentConfiguration config
minSize
int minSize
maxSize
int maxSize
defaultFocusComponent
javax.swing.JComponent defaultFocusComponent
spCacheSize
javax.swing.JSpinner spCacheSize
slCacheSize
javax.swing.JSlider slCacheSize
Package net.sourceforge.jnlp.event |
Package net.sourceforge.jnlp.security |
alwaysAllow
javax.swing.JCheckBox alwaysAllow
extras
java.lang.Object[] extras
certPath
java.security.cert.CertPath certPath
list
javax.swing.JList list
tree
javax.swing.JTree tree
table
javax.swing.JTable table
output
javax.swing.JTextArea output
listSelectionModel
javax.swing.ListSelectionModel listSelectionModel
tableSelectionModel
javax.swing.ListSelectionModel tableSelectionModel
certNames
java.lang.String[] certNames
columnNames
java.lang.String[] columnNames
certsData
java.util.ArrayList<E> certsData
alwaysTrust
javax.swing.JCheckBox alwaysTrust
certVerifier
CertVerifier certVerifier
jtfUserName
javax.swing.JTextField jtfUserName
jpfPassword
javax.swing.JPasswordField jpfPassword
host
java.lang.String host
port
int port
prompt
java.lang.String prompt
type
java.lang.String type
dialogType
SecurityDialogs.DialogType dialogType
- The type of dialog we want to show
accessType
SecurityDialogs.AccessType accessType
- The type of access that this dialog is for
panel
SecurityDialogPanel panel
file
JNLPFile file
- The application file associated with this security warning
certVerifier
CertVerifier certVerifier
cert
java.security.cert.X509Certificate cert
extras
java.lang.Object[] extras
- An optional String array that's only necessary when a dialog
label requires some parameters (e.g. showing which address an application
is trying to connect to).
initialized
boolean initialized
- Whether or not this object has been fully initialized
value
java.lang.Object value
- the return value of this dialog. result: 0 = Yes, 1 = No, 2 = Cancel,
null = Window closed.
listeners
java.util.List<E> listeners
parent
SecurityDialog parent
initialFocusComponent
javax.swing.JComponent initialFocusComponent
certVerifier
CertVerifier certVerifier
Package net.sourceforge.jnlp.security.viewer |
certs
java.util.ArrayList<E> certs
- The certificates stored in the certificates file.
issuedToAndBy
java.lang.String[][] issuedToAndBy
- "Issued To" and "Issued By" string pairs for certs.
columnNames
java.lang.String[] columnNames
certificateTypes
net.sourceforge.jnlp.security.viewer.CertificatePane.CertificateType[] certificateTypes
tabbedPane
javax.swing.JTabbedPane tabbedPane
userTable
javax.swing.JTable userTable
systemTable
javax.swing.JTable systemTable
certificateTypeCombo
javax.swing.JComboBox certificateTypeCombo
currentKeyStoreType
KeyStores.Type currentKeyStoreType
currentKeyStoreLevel
KeyStores.Level currentKeyStoreLevel
disableForSystem
java.util.List<E> disableForSystem
- JComponents that should be disbled for system store
parent
javax.swing.JDialog parent
defaultFocusComponent
javax.swing.JComponent defaultFocusComponent
keyStore
java.security.KeyStore keyStore
- The Current KeyStore. Only one table/tab is visible for interaction to
the user. This KeyStore corresponds to that.
initialized
boolean initialized
panel
CertificatePane panel
Package net.sourceforge.jnlp.services |
serialVersionUID: 7950552292795498272L
Package net.sourceforge.jnlp.util |
file
java.io.File file
- the file to save to
header
java.lang.String header
- the header string
loaded
boolean loaded
- lazy loaded on getProperty
Package net.sourceforge.nanoxml |
lineNr
int lineNr
- The line number in the source code where the error occurred, or
NO_LINE
if the line number is unknown.
- Invariants:
-
lineNr > 0 || lineNr == NO_LINE
Submit a bug or feature