A B C D E F G H I J K L M N O P Q R S T U W

A

abort() - Method in class com.denova.ui.WizardPanel
Abort the wizard.
add(Component) - Method in class com.denova.ui.GridBagControl
Add a component
add(GridBagConstraints, Component) - Method in class com.denova.ui.GridBagControl
Add a component and set the constraints.
addBevel(Component, int) - Static method in class com.denova.ui.UiLayoutUtilities
Thread safe way to add a beveled border to a component.
addBeveledBorder(Component) - Static method in class com.denova.ui.UiLayoutUtilities
Thread safe way to add a beveled border and an inside margin to a component.
addBlankCell() - Method in class com.denova.ui.GridBagControl
Add a blank cell
addBlankRow() - Method in class com.denova.ui.GridBagControl
Add a blank row
addBorder(Component, Border) - Static method in class com.denova.ui.UiLayoutUtilities
Thread safe way to add a border to a component.
addCentered(Component) - Method in class com.denova.ui.GridBagControl
Center the component
addCentered(GridBagConstraints, Component) - Method in class com.denova.ui.GridBagControl
Center the component and set the constraints for it.
addDesktopShortcut(String, String, String, boolean, boolean, String, String, String, String, String) - Method in class com.denova.runtime.WindowsMenus
Add shortcut to the Desktop for the current user.
addDesktopShortcut(String, String, String, boolean, boolean, String, String, String, String, String, String) - Method in class com.denova.runtime.WindowsMenus
Add shortcut to the Desktop.
addDesktopShortcut(String, String, String, boolean, String, String, String, String, String) - Method in class com.denova.runtime.WindowsMenus
Add shortcut to the Desktop for the current user.
addDesktopShortcut(String, String, String, String, String, String, String) - Method in class com.denova.runtime.WindowsMenus
Add shortcut to the Desktop for the current user.
addDoubleBevel(Component, int) - Static method in class com.denova.ui.UiLayoutUtilities
Thread safe way to add a double beveled border to a component.
addHorizontalSpace() - Method in class com.denova.ui.GridBagControl
Add blank, stretchable horizontal space
addItem() - Method in class com.denova.ui.FileGroupsListEditor
 
addItem() - Method in class com.denova.ui.ListEditor
 
addItems() - Method in class com.denova.ui.FileGroupsListEditor
 
addItems() - Method in class com.denova.ui.ListEditor
 
addLaunchScript() - Method in class com.denova.runtime.MacOS
Add Unix style launch script with the command extension so it can be launched from Finder.
addLaunchScript() - Method in class com.denova.runtime.UnixMenu
Add launch script and KDE/gnmoe menus, if KDE/gnome present on target.
addLaunchScript(boolean, boolean, String) - Method in class com.denova.runtime.UnixMenu
Add launch script and KDE/gnome menu, if KDE/gnome present on target.
addLaunchScript(boolean, boolean, String, boolean) - Method in class com.denova.runtime.MacOS
Add Unix style launch script with the command extension so it can be launched from Finder.
addLaunchScript(boolean, boolean, String, boolean, boolean) - Method in class com.denova.runtime.UnixMenu
Add launch script and KDE/gnome menu, if KDE/gnome present on target.
addLaunchScript(boolean, boolean, String, boolean, boolean, String) - Method in class com.denova.runtime.UnixMenu
Add launch script.
addMacLauncher(boolean, boolean, String, String, String, String, String, String, String) - Method in class com.denova.runtime.MacOS
Add a Unix style launch script, a desktop icon, or a Java app bundle if useJavaCommandPrefix is true.
addMacLauncher(boolean, boolean, String, String, String, String, String, String, String, boolean) - Method in class com.denova.runtime.MacOS
Add a Unix style launch script or a Java app bundle if useJavaCommandPrefix is true.
addMargin(Component) - Static method in class com.denova.ui.UiLayoutUtilities
Thread safe way to add a margin to a component.
addMenuItem(String, String, String, boolean, boolean, String, String, String, String, String) - Method in class com.denova.runtime.WindowsMenus
Add menu item to Start | Programs for the current user.
addMenuItem(String, String, String, boolean, boolean, String, String, String, String, String, String) - Method in class com.denova.runtime.WindowsMenus
Add menu item to Start | Programs.
addMenuItem(String, String, String, boolean, String, String, String, String, String) - Method in class com.denova.runtime.WindowsMenus
Add menu item to Start | Programs for the current user.
addMenuItem(String, String, String, String, String, String, String) - Method in class com.denova.runtime.WindowsMenus
Add menu item to Start | Programs for the current user.
addProperties(Properties) - Method in class com.denova.util.PropertyList
Adds the Properties to the current Properties.
addPropertyList(PropertyList) - Method in class com.denova.util.PropertyList
Adds the PropertyList to the current PropertyList.
AddRegistryEntry - Static variable in interface com.denova.runtime.WindowsConstants
 
addStartupMenuItem(String, String, boolean, boolean, String, String, String, String, String) - Method in class com.denova.runtime.WindowsMenus
Add menu item to Start | Programs | Startup for the current user.
addStartupMenuItem(String, String, boolean, boolean, String, String, String, String, String, String) - Method in class com.denova.runtime.WindowsMenus
Add menu item to Start | Programs | Startup.
addStartupMenuItem(String, String, boolean, String, String, String, String, String) - Method in class com.denova.runtime.WindowsMenus
Add menu item to Start | Programs | Startup for the current user.
addStartupMenuItem(String, String, String, String, String, String) - Method in class com.denova.runtime.WindowsMenus
Add menu item to Start | Programs | Startup for the current user.
addSubkey(String, String, Integer) - Static method in class com.denova.runtime.WindowsRegistry
Adds the subKeyName and its data to the registry if and only if it doesn't already exist.
addSubkey(String, String, String) - Static method in class com.denova.runtime.WindowsRegistry
Adds the subKeyName and its data to the registry if and only if it doesn't already exist.
addSubkeyEntry(String, String, String) - Method in class com.denova.JExpress.Installer.CustomUninstaller
Adds the subKeyName and its data to the registry if and only if it doesn't already exist.
addTitledBorder(Component, String, int) - Static method in class com.denova.ui.UiLayoutUtilities
Thread safe way to add a titled border to a component.
addVerticalSpace() - Method in class com.denova.ui.GridBagControl
Add blank, stretchable vertical space.
adjustBounds(JFrame) - Static method in class com.denova.ui.UiLayoutUtilities
Adjust the bounds of a frame so they aren't too large for the native environment or off screen.
AdminMenus - Static variable in interface com.denova.JExpress.Installer.InstallPropertyNames
Setup all menu items so all users can access them.
AllUsers - Static variable in interface com.denova.runtime.WindowsConstants
 
append(String) - Method in class com.denova.JExpress.Installer.CustomUninstaller
Append the commands to the uninstaller command file(s).
appendData(String, String, String) - Static method in class com.denova.runtime.WindowsRegistry
Append subKeyData to the existing data for subKeyName.
appendFile(File, File) - Static method in class com.denova.io.FileSystem
Appends a file.
AppendRegistryEntry - Static variable in interface com.denova.runtime.WindowsConstants
 
ApplicationDirectory - Static variable in interface com.denova.JExpress.Installer.InstallPropertyNames
Name of the directory where user decided to install your application.
ApplicationDirectoryTarget - Static variable in interface com.denova.JExpress.Installer.InstallPropertyNames
Name of the Target directory where user decided to store the Target files for the servlet or multiple directory installation.
ArrayTemplate - Static variable in class com.denova.runtime.MacOS
 
ask(String) - Method in class com.denova.ui.WizardPanel
Pops up a dialog and asks the user a yes/no question.
ask(String, String, List, String, String) - Static method in class com.denova.ui.UserNotices
Ask the user a YES/NO question.
ask(String, String, List, String, String, String) - Static method in class com.denova.ui.UserNotices
Ask the user a YES/NO question and give an explanation.
ask(String, String, String, String) - Static method in class com.denova.ui.UserNotices
Ask the user a YES/NO question.
ask(String, String, String, String) - Method in class com.denova.ui.WizardPanel
Pops up a dialog and asks the user a yes/no question.
Author - Static variable in interface com.denova.JExpress.Installer.InstallPropertyNames
Author of the application.
AutoupdateEveryStartup - Static variable in interface com.denova.JExpress.Installer.InstallPropertyNames
True if want your customers' systems updated before they start your app.
AutoupdateNever - Static variable in interface com.denova.JExpress.Installer.InstallPropertyNames
True if you never want to autoupdate your customers.
AutoupdateOnDemand - Static variable in interface com.denova.JExpress.Installer.InstallPropertyNames
True if you want your customer's systems automatically updated on demand.
awtNoteError(String) - Static method in class com.denova.ui.UserNotices
Display an error message via AWT.

B

BasePath - Static variable in interface com.denova.JExpress.Installer.InstallPropertyNames
The base directory that all file paths are relative to.
Big - Static variable in class com.denova.ui.Fonts
Standard big font.
BigPointSize - Static variable in class com.denova.ui.Fonts
The BigPointSize is larger than the Dialog point size.
BinaryType - Static variable in interface com.denova.runtime.WindowsConstants
 
Bold - Static variable in class com.denova.ui.Fonts
Standard bold font.
buildAppDirTree(String) - Method in class com.denova.runtime.MacOS
Build the directory structure for an app bundle.

C

cancel() - Method in class com.denova.ui.WizardPanel
Cancel the wizard, if user confirms they want to do so.
CancelButton - Static variable in class com.denova.ui.WizardPanel
 
centerComponent(Component) - Static method in class com.denova.ui.UiLayoutUtilities
Center the component inside the parent's boundaries.
centerLabel(JLabel) - Static method in class com.denova.ui.UiLayoutUtilities
Thread safe way to center a JLabel managing quirks of Swing.
centerOnScreen(Container) - Static method in class com.denova.ui.UiLayoutUtilities
Center the container in the screen.
changePermissions(String, List) - Static method in class com.denova.runtime.WindowsCommands
Change the permissions on a file using attrib.
CheckGuiRunningCommand - Static variable in interface com.denova.JExpress.Installer.InstallPropertyNames
Command used to see if GUI is already running (only set in native installers).
chmod(String, String) - Static method in class com.denova.runtime.UnixCommands
Change the permissions on a file.
ClasspathTemplate - Static variable in class com.denova.runtime.MacOS
 
cleanUpManifestFiles() - Static method in class com.denova.JExpress.Updater.CustomUpdater
 
clear() - Method in class com.denova.util.PropertyList
Deletes all the properties.
clearError() - Static method in class com.denova.runtime.MacOS
Clears the last error message from memory.
clearError() - Static method in class com.denova.runtime.UnixMenu
Clear the last error info.
clearError() - Static method in class com.denova.runtime.WindowsUtils
Clear previous errors.
clearLastError() - Method in class com.denova.util.PropertyList
Clears the last known error.
com.denova.io - package com.denova.io
Provides classes to log errors and diagnostic messages as well as manage files.
com.denova.JExpress.Installer - package com.denova.JExpress.Installer
Contains classes to customize the installer.
com.denova.JExpress.Updater - package com.denova.JExpress.Updater
Provides classes to customize the updater.
com.denova.runtime - package com.denova.runtime
Access the OS's menus, registry, system paths, and environment.
com.denova.ui - package com.denova.ui
Manage the user interface and tame Swing.
com.denova.util - package com.denova.util
Provides a class to manipulate property files.
CompareFilesPanelName - Static variable in interface com.denova.JExpress.Updater.UpdatePropertyNames
The panel name for getting the list of files to update.
ConfigureWinRegistry - Static variable in interface com.denova.JExpress.Installer.InstallPropertyNames
If JVM installed on Windows target machine, then configure the windows registry (only set in native installers).
ContentsDirName - Static variable in class com.denova.runtime.MacOS
 
ControlUrl - Static variable in interface com.denova.JExpress.Installer.InstallPropertyNames
The URL for the installer's Java Plug-in applet.
copyDirectory(File, File) - Static method in class com.denova.io.FileSystem
Copies all the files from one directory to another directory.
copyDirectory(File, String) - Static method in class com.denova.io.FileSystem
Copies all the files from one directory to another directory.
copyDirectory(String, File) - Static method in class com.denova.io.FileSystem
Copies all the files from one directory to another directory.
copyDirectory(String, String) - Static method in class com.denova.io.FileSystem
Copies all the files from one directory to another directory.
copyFile(File, File) - Static method in class com.denova.io.FileSystem
Copies a file.
copyFile(File, String) - Static method in class com.denova.io.FileSystem
Copies an individual file.
copyFile(String, File) - Static method in class com.denova.io.FileSystem
Copies a file.
copyFile(String, String) - Static method in class com.denova.io.FileSystem
Copies a single file by filename.
copyFileCommand(String, String) - Method in class com.denova.JExpress.Installer.CustomUninstaller
Copy file, if the toFilename does not already exist.
copyFileToStream(File, OutputStream) - Static method in class com.denova.io.FileSystem
Copies a file to an output stream.
copyFileToStream(String, OutputStream) - Static method in class com.denova.io.FileSystem
Copies a file to an output stream.
copyFileToZipStream(File, String, File, ZipOutputStream) - Static method in class com.denova.io.FileSystem
Copies a file to an zip output stream.
copyFileToZipStream(File, String, ZipOutputStream) - Static method in class com.denova.io.FileSystem
Copies a file to an zip output stream.
copyFileToZipStream(String, ZipOutputStream) - Static method in class com.denova.io.FileSystem
Copies a file to an zip output stream.
copyStreams(InputStream, OutputStream) - Static method in class com.denova.io.FileSystem
Copies an input stream to an output stream.
copyStreams(InputStream, OutputStream, long) - Static method in class com.denova.io.FileSystem
Copies an input stream to an output stream.
copyStreamToFile(InputStream, File) - Static method in class com.denova.io.FileSystem
Copies a file to an output stream.
copyStreamToFile(InputStream, String) - Static method in class com.denova.io.FileSystem
Copies a file to an output stream.
createAppLauncher(String, String, String, boolean) - Method in class com.denova.runtime.MacOS
Create app launcher.
CreatedMenuDirs - Static variable in interface com.denova.JExpress.Installer.InstallPropertyNames
A list of directories created while adding menus.
createEmptyFile(File) - Static method in class com.denova.io.FileSystem
Create an empty file.
createGnomeMenu(String, boolean) - Method in class com.denova.runtime.UnixMenu
Create a Gnome menu, if Gnome's desktop is present on target.
createJavaAppLauncher(String, String, String, String, String, String, boolean) - Method in class com.denova.runtime.MacOS
Create Java app launcher.
createKdeMenu(String, boolean) - Method in class com.denova.runtime.UnixMenu
Create a KDE menu, if KDE present on target.
CrossPlatformLookAndFeelName - Static variable in class com.denova.ui.UiLayoutUtilities
 
CurrentUser - Static variable in interface com.denova.runtime.WindowsConstants
 
CustomAfterDirectoryWizardPanelClass - Static variable in interface com.denova.JExpress.Installer.InstallPropertyNames
Classname(s) of any custom commands to be executed after the user is prompted to enter the installation directory, but before the files are installed.
CustomAfterFilesCompared - Static variable in interface com.denova.JExpress.Updater.UpdatePropertyNames
Classname(s) of any custom commands to be executed after Updater determines which files need to be updated.
CustomAfterFilesDownloaded - Static variable in interface com.denova.JExpress.Updater.UpdatePropertyNames
Classname(s) of any custom commands to be executed after files are updated in the temporary update directory.
CustomAfterFilesInstalledWizardPanelClass - Static variable in interface com.denova.JExpress.Installer.InstallPropertyNames
Classname(s) of any custom commands to be executed after the files are installed.
CustomAfterGetFileList - Static variable in interface com.denova.JExpress.Updater.UpdatePropertyNames
Classname(s) of any custom commands to be executed after the Updater gets the list of update files.
CustomAfterInstallWizardPanelClass - Static variable in interface com.denova.JExpress.Installer.InstallPropertyNames
Classname(s) of any custom commands to be executed after the installation of your application.
CustomAfterLicenseWizardPanelClass - Static variable in interface com.denova.JExpress.Installer.InstallPropertyNames
Classname(s) of any custom command to be executed after license displayed.
CustomAfterMenusWizardPanelClass - Static variable in interface com.denova.JExpress.Installer.InstallPropertyNames
Classname(s) of any custom command to be executed after the menus are added.
CustomAfterMultipleInstallsWizardPanelClass - Static variable in interface com.denova.JExpress.Installer.InstallPropertyNames
Classname(s) of any custom command to be executed after user selects multiple install type.
CustomAfterReadMeWizardPanelClass - Static variable in interface com.denova.JExpress.Installer.InstallPropertyNames
Classname(s) of any custom commands to be executed after the readme file displays.
CustomAfterUpdate - Static variable in interface com.denova.JExpress.Updater.UpdatePropertyNames
Classname(s) of any custom commands to be executed after the updated files are copied to the programDir.
CustomAfterWelcomeWizardPanelClass - Static variable in interface com.denova.JExpress.Installer.InstallPropertyNames
Classname(s) of any custom commands to be executed after the welcome panel displays.
CustomBeforeInstallWizardPanelClass - Static variable in interface com.denova.JExpress.Installer.InstallPropertyNames
Classname(s) of any custom commands to be executed before any other Java panels appear in installation, except the PasswordPanel.
CustomBeforeUpdate - Static variable in interface com.denova.JExpress.Updater.UpdatePropertyNames
Classname(s) of any custom commands to be executed before any other Java panels appear in the updater.
CustomInstaller - class com.denova.JExpress.Installer.CustomInstaller.
Provides access to the installer from custom installer classes.
CustomInstaller() - Constructor for class com.denova.JExpress.Installer.CustomInstaller
 
CustomUninstaller - class com.denova.JExpress.Installer.CustomUninstaller.
Add commands to the uninstaller to remove files and directories that your custom installer classes or your app adds that you want removed when your app is deleted.
CustomUninstaller() - Constructor for class com.denova.JExpress.Installer.CustomUninstaller
CustomUninstaller lets you customize the uninstaller for your app.
CustomUpdater - class com.denova.JExpress.Updater.CustomUpdater.
Provides access to the updater from custom updater classes.
CustomUpdater() - Constructor for class com.denova.JExpress.Updater.CustomUpdater
 

D

DefaultApplicationDirectory - Static variable in interface com.denova.JExpress.Installer.InstallPropertyNames
Name of the default directory where the application will be installed.
DefaultExtension - Static variable in class com.denova.ui.LocaleTranslator
 
deleteDesktopShortcut(String, String) - Method in class com.denova.runtime.WindowsMenus
Delete shortcut to the Desktop for the current user.
deleteDesktopShortcut(String, String, String) - Method in class com.denova.runtime.WindowsMenus
Delete shortcut to the Desktop.
deleteDirIfEmpty(String) - Method in class com.denova.JExpress.Installer.CustomUninstaller
Delete the directory if it's empty.
deleteDirTree(String) - Method in class com.denova.JExpress.Installer.CustomUninstaller
Delete all the files in directory tree, including the directoryName
deleteFile(String) - Method in class com.denova.JExpress.Installer.CustomUninstaller
Delete the file.
deleteGnomeMenu(String, String) - Method in class com.denova.runtime.UnixMenu
Delete a Gnome menu.
deleteKdeMenu(String, String) - Method in class com.denova.runtime.UnixMenu
Delete a KDE menu.
deleteLaunchScript(String) - Method in class com.denova.runtime.MacOS
Delete launch script.
deleteLaunchScript(String) - Method in class com.denova.runtime.UnixMenu
Delete launch script and KDE menu, if menuName defined and KDE present.
deleteLaunchScript(String, String, String) - Method in class com.denova.runtime.UnixMenu
Delete launch script and KDE menu, if menuName defined and KDE present.
deleteManifest(String) - Method in class com.denova.JExpress.Installer.CustomUninstaller
Delete all the files in the manifest.
deleteMenuItem(String, String) - Method in class com.denova.runtime.WindowsMenus
Delete menu item from Start | Programs for the current user.
deleteMenuItem(String, String, String) - Method in class com.denova.runtime.WindowsMenus
Delete menu item from Start | Programs.
DeleteRegistryEntry - Static variable in interface com.denova.runtime.WindowsConstants
 
deleteStartupMenuItem(String) - Method in class com.denova.runtime.WindowsMenus
Delete menu item from Start | Programs | Startup for the current user.
deleteStartupMenuItem(String, String) - Method in class com.denova.runtime.WindowsMenus
Delete menu item from Start | Programs | Startup.
deleteSubkey(String, String) - Static method in class com.denova.runtime.WindowsRegistry
Delete subKeyName from registry.
deleteSubkeyEntry(String, String) - Method in class com.denova.JExpress.Installer.CustomUninstaller
Delete subKeyName from registry.
deleteWindowsDesktopIcon(String, String, String) - Method in class com.denova.JExpress.Installer.CustomUninstaller
Delete icon from the desktop on Windows.
deleteWindowsMenuItem(String, String, String) - Method in class com.denova.JExpress.Installer.CustomUninstaller
Delete menu item from Start | Programs on Windows.
DesktopShortcuts - Static variable in interface com.denova.JExpress.Installer.InstallPropertyNames
Add desktop shortcuts for all menu items.
DesktopSpecFilename - Static variable in interface com.denova.runtime.WindowsConstants
 
Dialog - Static variable in class com.denova.ui.Fonts
The Dialog font is the default font for a JComponent on the current platform.
DictTemplate - Static variable in class com.denova.runtime.MacOS
 
DirectoryResultsFilename - Static variable in interface com.denova.runtime.WindowsConstants
 
displayText(String) - Static method in class com.denova.io.FileGroup
Display text.
doInBackground() - Method in class com.denova.ui.SwingWorker
Do time consuming non Swing work in background.
DONE - Static variable in class com.denova.ui.SwingWorker
DONE: immediately after done() is finished.
done() - Method in class com.denova.ui.SwingWorker
Called on the event dispatching thread, not on the worker thread, * after the doInBackground method has returned.
DownloadFilesPanelName - Static variable in interface com.denova.JExpress.Updater.UpdatePropertyNames
The panel name for updating files.
DownloadUrl - Static variable in interface com.denova.JExpress.Installer.InstallPropertyNames
URL where your application is stored on the web.
DutchResources - Static variable in class com.denova.ui.LocaleTranslator
 
DWordType - Static variable in interface com.denova.runtime.WindowsConstants
 

E

editItem(Object) - Method in class com.denova.ui.FileGroupsListEditor
 
editItem(Object) - Method in class com.denova.ui.ListEditor
 
end() - Method in class com.denova.io.Log
Closes the log file and stops logging until startLogging() called.
EndArrayTemplate - Static variable in class com.denova.runtime.MacOS
 
endColumn() - Method in class com.denova.ui.GridBagControl
End the column.
endColumn(Component) - Method in class com.denova.ui.GridBagControl
End the column with this component.
endColumn(GridBagConstraints, Component) - Method in class com.denova.ui.GridBagControl
End the column with this component using the specified constraints.
EndDictTemplate - Static variable in class com.denova.runtime.MacOS
 
EndKeyTemplate - Static variable in class com.denova.runtime.MacOS
 
endRow() - Method in class com.denova.ui.GridBagControl
End the row.
endRow(Component) - Method in class com.denova.ui.GridBagControl
End the row with this component
endRow(GridBagConstraints, Component) - Method in class com.denova.ui.GridBagControl
End the row with this component.
EndStringTemplate - Static variable in class com.denova.runtime.MacOS
 
EnglishResources - Static variable in class com.denova.ui.LocaleTranslator
 
enter() - Method in class com.denova.ui.WizardPanel
Called when the user enters this wizard panel.
enumerate(String, String) - Static method in class com.denova.runtime.WindowsRegistry
Enumerate the keys in the subKeyName.
enumerateData(String, String) - Static method in class com.denova.runtime.WindowsRegistry
Enumerate the values in the subKeyName.
EnumKeyRegistryEntry - Static variable in interface com.denova.runtime.WindowsConstants
 
EnumValueRegistryEntry - Static variable in interface com.denova.runtime.WindowsConstants
 
EnvOutputFilename - Static variable in interface com.denova.runtime.WindowsConstants
 
ErrorInPanel - Static variable in interface com.denova.JExpress.Updater.UpdatePropertyNames
The name of the wizard panel where a fatal error occurred.
ErrorLog - class com.denova.io.ErrorLog.
Record serious errors in a log named errors.log.
ErrorLog() - Constructor for class com.denova.io.ErrorLog
 
Exec - class com.denova.runtime.Exec.
Provides methods to execute a command.
Exec() - Constructor for class com.denova.runtime.Exec
 
execCommand(String) - Static method in class com.denova.runtime.Exec
Executes a program that uses stdin, stdout, and stderr.
execCommand(String[]) - Static method in class com.denova.runtime.Exec
Executes a program that uses stdin, stdout, and stderr.
execute() - Method in class com.denova.ui.SwingWorker
Start the worker thread.
execute() - Method in class com.denova.ui.Swinger
Start a thread that will call the swingBefore, workInBackground, swingAfter methods and then exit.
exists(String) - Static method in class com.denova.runtime.WindowsRegistry
Determines if the key exists or not.
ExistsRegistryEntry - Static variable in interface com.denova.runtime.WindowsConstants
 
exit() - Static method in class com.denova.JExpress.Installer.CustomInstaller
Exit the installer.
exit() - Method in class com.denova.ui.Marquee
Close the window.
exportEntries(String, String) - Static method in class com.denova.runtime.WindowsRegistry
Export part of Windows registry to a file.
extendUrl(String, String) - Static method in class com.denova.JExpress.Updater.CustomUpdater
Create a url.
extractFile(String) - Static method in class com.denova.JExpress.Installer.CustomInstaller
Extracts a file to the installer's temporary directory.
extractFile(String) - Static method in class com.denova.JExpress.Updater.CustomUpdater
Extracts a file to the updater's temporary directory.
ExtraParameters - Static variable in interface com.denova.JExpress.Installer.InstallPropertyNames
Extra parameters passed on the command line to a Pure Java installer.

F

FileGroup - class com.denova.io.FileGroup.
Manages multiple install types, folders, and components.
FileGroup() - Constructor for class com.denova.io.FileGroup
Creates a new proprerty list for the file group's attributes.
FileGroup(PropertyList) - Constructor for class com.denova.io.FileGroup
Sets the property list to use to maintain the file group.
FileGroup(String, String, Vector) - Constructor for class com.denova.io.FileGroup
A new property list is created to store the file group settings.
FileGroupsFolders - Static variable in interface com.denova.JExpress.Installer.InstallPropertyNames
List of folders, and the folder's associated files, used in a multiple type or servlet installation.
FileGroupsListEditor - class com.denova.ui.FileGroupsListEditor.
Edit a list of file groups.
FileGroupsListEditor(ListEditor) - Constructor for class com.denova.ui.FileGroupsListEditor
Edit a list of file groups.
FileGroupsTypes - Static variable in interface com.denova.JExpress.Installer.InstallPropertyNames
List of install types or target directories, and the type's associated folders, used in a multiple type or servlet installations.
FilesUpdatedOk - Static variable in interface com.denova.JExpress.Updater.UpdatePropertyNames
The status of updating the files.
FileSystem - class com.denova.io.FileSystem.
Manage files and directories.
FileSystem() - Constructor for class com.denova.io.FileSystem
 
fillConstraints(GridBagConstraints) - Static method in class com.denova.ui.GridBagControl
Adjusts constraints to fill extra horizontal and vertical space
fillHorizontalConstraints(GridBagConstraints) - Static method in class com.denova.ui.GridBagControl
Adjusts constraints to fill extra horizontal space
fillVerticalConstraints(GridBagConstraints) - Static method in class com.denova.ui.GridBagControl
Adjusts constraints to fill extra vertical space
FinalPanelName - Static variable in interface com.denova.JExpress.Updater.UpdatePropertyNames
The panel name for the last wizard panel in the updater.
findFileInPath(String) - Static method in class com.denova.io.FileSystem
Find a file in the path.
findJFrameParent(Container) - Static method in class com.denova.ui.UiLayoutUtilities
Thread safe way to find the parent of the container.
FinishedUpdate - Static variable in interface com.denova.JExpress.Updater.UpdatePropertyNames
The status of the update.
flush() - Method in class com.denova.io.Log
Forces the file system to save all messages to disk.
Fonts - class com.denova.ui.Fonts.
Common fonts.
Fonts() - Constructor for class com.denova.ui.Fonts
 
forceJFrameParent(Container) - Static method in class com.denova.ui.UiLayoutUtilities
Thread safe way to find the parent of the container.
forceRepaint(Component) - Static method in class com.denova.ui.UiLayoutUtilities
 
FreeDiskSpaceResultsFilename - Static variable in interface com.denova.runtime.WindowsConstants
 
FrenchResources - Static variable in class com.denova.ui.LocaleTranslator
 
fromString(String) - Method in class com.denova.ui.FileGroupsListEditor
Convert the single string to an array list of strings.
fromString(String) - Method in class com.denova.ui.ListEditor
Convert the single string to an array list of strings.
fromString(String) - Method in class com.denova.util.PropertyList
Adds the values from a String produced by toString() to this PropertyList.
FullUpdateOk - Static variable in interface com.denova.JExpress.Updater.UpdatePropertyNames
The final status of the update.

G

GermanResources - Static variable in class com.denova.ui.LocaleTranslator
 
get() - Method in class com.denova.ui.SwingWorker
Return the value created by the doInBackground method.
getActiveLanguage() - Method in class com.denova.ui.LocaleTranslator
Get the active language (for example, english, spanish).
getAddButton() - Method in class com.denova.ui.ListEditor
Gets the Add button.
getAlsoLogTo() - Method in class com.denova.io.Log
Returns an alternate log file where messages are being saved.
getAlwaysFlush() - Static method in class com.denova.io.Log
Get whether to write the buffer to disk after every update or not.
getAncientShortPath(String) - Static method in class com.denova.runtime.WindowsCommands
Get the Windows short name for a file or directory.
getAppDataDirectory() - Static method in class com.denova.runtime.WindowsDirs
 
getArguments(String, boolean, boolean, String, String, String) - Static method in class com.denova.runtime.WindowsMenus
Get the arguments used by the executable.
getArguments(String, boolean, String, String, String) - Static method in class com.denova.runtime.WindowsMenus
Get the arguments used by the executable.
getBooleanProperty(String) - Method in class com.denova.util.PropertyList
Gets a boolean property.
getBooleanProperty(String, boolean) - Method in class com.denova.util.PropertyList
Gets a boolean property.
getButtonConstraints() - Static method in class com.denova.ui.GridBagControl
Returns the default constraints for a JButton
getCancelButtonIconName() - Method in class com.denova.ui.WizardPanel
Get custom icon name for the Cancel button.
getCancelButtonLabel() - Method in class com.denova.ui.WizardPanel
Get custom text for the Cancel button.
getCheckBoxConstraints() - Static method in class com.denova.ui.GridBagControl
Returns the default constraints for a JCheckBox
getCloseButton() - Method in class com.denova.ui.Marquee
Gets the close button.
getComboBoxConstraints() - Static method in class com.denova.ui.GridBagControl
Returns the default constraints for a JComboBox
getCommandArgs(String) - Static method in class com.denova.runtime.Exec
Gets the command in an array list.
getCommandAsStringArray(String) - Static method in class com.denova.runtime.Exec
Gets the command array.
getCommandOutput(String) - Static method in class com.denova.runtime.Exec
Executes a command and returns the command's standard output as a String.
getCommandOutput(String[]) - Static method in class com.denova.runtime.Exec
Executes a command and returns the command's standard output as a String.
getConstraints() - Method in class com.denova.ui.GridBagControl
Gets the constraints
getCountry() - Method in class com.denova.ui.LocaleTranslator
Get the 2 letter ISO standard code for the active country.
getCrc(File) - Static method in class com.denova.io.FileSystem
Returns the CRC for the file.
getCreatedDirs() - Method in class com.denova.runtime.MacOS
Get the list of any newly created dirs while creating menu.
getCreatedDirs() - Method in class com.denova.runtime.UnixMenu
Get the list of any newly created dirs while creating menu.
getCreatedDirs() - Method in class com.denova.runtime.WindowsMenus
Get the list of any newly created dirs while creating menu.
getCurrentLocale() - Static method in class com.denova.JExpress.Installer.CustomInstaller
Returns the current locale.
getCurrentLocale() - Static method in class com.denova.JExpress.Updater.CustomUpdater
Returns the current locale.
getData(String, String) - Static method in class com.denova.runtime.WindowsRegistry
Get the subKeyData for subKeyName.
getDefaultButton() - Method in class com.denova.ui.WizardPanel
Sets default wizard button for this panel.
getDefaultCancelButtonIconName() - Method in class com.denova.ui.WizardPanel
Get default icon name for the Cancel button.
getDefaultConstraints() - Static method in class com.denova.ui.GridBagControl
Returns the default constraints
getDefaultFinishedButtonIconName() - Method in class com.denova.ui.WizardPanel
Get default icon name for the Finished button.
getDefaultInstallButtonIconName() - Method in class com.denova.ui.WizardPanel
Get default icon name for the Install button.
getDefaultLanguage() - Method in class com.denova.ui.LocaleTranslator
Returns the default language to use if the user's default language isn't available.
getDefaultMargin() - Static method in class com.denova.ui.UiLayoutUtilities
Gets the default margin's value.
getDefaultNextButtonIconName() - Method in class com.denova.ui.WizardPanel
Get default icon name for the Next button.
getDefaultPreviousButtonIconName() - Method in class com.denova.ui.WizardPanel
Get default icon name for the Back button.
getDeleteButton() - Method in class com.denova.ui.ListEditor
Gets the Delete button.
getDescription() - Method in class com.denova.io.FileGroup
Get the description of this file group.
getDesktopDir() - Static method in class com.denova.runtime.WindowsDirs
Get the directory name, including the trailing \, where the desktop items are stored.
getDesktopDirectory() - Static method in class com.denova.runtime.MacOS
Get the full path to the current user's desktop directory.
getEditButton() - Method in class com.denova.ui.ListEditor
Gets the Edit button.
getElements() - Method in class com.denova.io.FileGroup
Get the elements of this file group.
getEnvironment() - Static method in class com.denova.runtime.UnixCommands
 
getEnvironment() - Static method in class com.denova.runtime.WindowsCommands
Get the environment.
getEnvVariable(String) - Static method in class com.denova.runtime.WindowsCommands
Get the value of the environment variable.
getExecutable(String, boolean, boolean, String, String) - Static method in class com.denova.runtime.WindowsMenus
Get the full pathname for the executable.
getExecutable(String, boolean, String, String) - Static method in class com.denova.runtime.WindowsMenus
Get the full pathname for the executable.
getFile(String) - Static method in class com.denova.io.FileSystem
 
getFile(String, InputStream) - Static method in class com.denova.io.FileSystem
 
GetFileListPanelName - Static variable in interface com.denova.JExpress.Updater.UpdatePropertyNames
The panel name for getting the list of files to update.
getFilesToUpdateList() - Static method in class com.denova.JExpress.Updater.CustomUpdater
Gets a list of files to be updated.
getFileStream(String) - Static method in class com.denova.io.FileSystem
Get an input stream for a file.
getFreeDiskSpace(String) - Static method in class com.denova.runtime.WindowsCommands
Get the free space on the drive.
getGnomeMenuDir() - Static method in class com.denova.runtime.UnixMenu
Return the main Gnome menu directory.
getImageFilename() - Static method in class com.denova.JExpress.Installer.CustomInstaller
Get the filename for the image displayed in the installer.
getIntProperty(String) - Method in class com.denova.util.PropertyList
Gets an integer property.
getItems() - Method in class com.denova.ui.ListEditor
Gets the items.
getKdeAutostartDir() - Method in class com.denova.runtime.UnixMenu
Return the KDE autostart directory.
getKdeMenuDir() - Static method in class com.denova.runtime.UnixMenu
Return the main KDE menu directory.
getKdeMenuName(String, String) - Static method in class com.denova.runtime.UnixMenu
Gets the kde menu name.
getKdeMenuName(String, String, String) - Method in class com.denova.runtime.UnixMenu
Get the KDE menu filename.
getLabelConstraints() - Static method in class com.denova.ui.GridBagControl
Returns the default constraints for a JLabel
getLabelForTextConstraints() - Static method in class com.denova.ui.GridBagControl
Returns the default constraints for a JLabel which labels a JTextField
getLanguage() - Static method in class com.denova.JExpress.Installer.CustomInstaller
Returns the language the installer is using.
getLanguage() - Static method in class com.denova.JExpress.Updater.CustomUpdater
Returns the language the updater is using.
getLanguage() - Method in class com.denova.ui.LocaleTranslator
Get the 2 letter ISO standard code for the active language.
getLanguageExtension() - Method in class com.denova.ui.LocaleTranslator
Returns the extension for language resource files.
getLastError() - Static method in class com.denova.runtime.MacOS
Get the last error message.
getLastError() - Static method in class com.denova.runtime.UnixMenu
Gets the last error.
getLastError() - Static method in class com.denova.runtime.WindowsUtils
Gets the last error.
getLastError() - Method in class com.denova.ui.Swinger
Gets the last error, if there was one.
getLastError() - Method in class com.denova.util.PropertyList
Gets the last known error.
getLastException() - Static method in class com.denova.runtime.MacOS
Returns the last exception detected.
getLastException() - Static method in class com.denova.runtime.UnixMenu
Returns the last exception detected.
getLastException() - Static method in class com.denova.runtime.WindowsUtils
 
getLayout() - Method in class com.denova.ui.GridBagControl
Get the layout
getList() - Method in class com.denova.ui.ListEditor
Gets the list of items.
getListConstraints() - Static method in class com.denova.ui.GridBagControl
Returns the default constraints for a JList
getListConstraints(int) - Static method in class com.denova.ui.GridBagControl
Returns the default constraints for a JList using the specified number of rows
getLocalizedString(String) - Static method in class com.denova.JExpress.Installer.CustomInstaller
Returns a localized string from the installer's primary resources.
getLocalizedString(String) - Method in class com.denova.JExpress.Installer.StatusPanel
 
getLocalizedString(String) - Static method in class com.denova.JExpress.Updater.CustomUpdater
Returns a localized string from the updater's primary resources.
getLocalizedString(String, String) - Static method in class com.denova.JExpress.Installer.CustomInstaller
Returns a localized string from the installer's primary resources.
getLocalizedString(String, String) - Method in class com.denova.JExpress.Installer.StatusPanel
 
getLocalizedString(String, String) - Static method in class com.denova.JExpress.Updater.CustomUpdater
Returns a localized string from the updater's primary resources.
getLocalizedString(String, String[]) - Static method in class com.denova.JExpress.Installer.CustomInstaller
Returns a localized string from the installer's primary resources.
getLocalizedString(String, String[]) - Static method in class com.denova.JExpress.Updater.CustomUpdater
Returns a localized string from the updater's primary resources.
getLog() - Static method in class com.denova.io.ErrorLog
Gets the error log.
getLogDir() - Static method in class com.denova.io.Log
Get the name of the directory where logs are.
getLogExt() - Method in class com.denova.io.Log
Gets the log extension.
getLogging() - Method in class com.denova.io.Log
Returns true if logging forced, even if file does not exist.
getLogging() - Static method in class com.denova.runtime.WindowsUtils
Returns true if logging enabled.
getLogoPanel() - Static method in class com.denova.JExpress.Installer.CustomInstaller
Returns the panel for the installer's image.
getLogoPanel() - Static method in class com.denova.JExpress.Updater.CustomUpdater
Returns the panel for the updater's image.
getLongProperty(String) - Method in class com.denova.util.PropertyList
Gets an integer property.
getMarginBorder() - Static method in class com.denova.ui.UiLayoutUtilities
Gets the default margin's value for a border.
getMarginBorder(int) - Static method in class com.denova.ui.UiLayoutUtilities
Sets an empty border with the margin surrounding it.
getMarquee() - Static method in class com.denova.JExpress.Installer.CustomInstaller
Gets the marquee window.
getMenuDir() - Static method in class com.denova.runtime.WindowsDirs
Get the directory name, including the trailing \, where the menus are stored.
getMenuName(String, String) - Static method in class com.denova.runtime.UnixMenu
Gets the menu name.
getMostRecentPanelIndex() - Method in class com.denova.ui.WizardPanel
Returns the index of the panel that was active before the current panel.
getMostRecentPanelName() - Method in class com.denova.ui.WizardPanel
Returns the name of the panel that was active before the current panel.
getName() - Method in class com.denova.io.FileGroup
Get the name of this file group.
getName() - Method in class com.denova.ui.WizardPanel
Called by the Wizard to get the name of this panel, used by showPanel(String).
getNewJarFiles() - Static method in class com.denova.JExpress.Updater.CustomUpdater
Gets a list of new jar files downloaded.
getNextButton() - Method in class com.denova.ui.WizardPanel
Deprecated. See updateWizardButtons().
getNextButtonExists() - Method in class com.denova.ui.WizardPanel
Returns whether Next button exists on this panel.
getNextButtonIconName() - Method in class com.denova.ui.WizardPanel
Get custom icon name for the Next button.
getNextButtonLabel() - Method in class com.denova.ui.WizardPanel
Get custom text for the Next button.
getPanel() - Method in class com.denova.ui.Marquee
Gets the panel with the icon and text, if the text was defined.
getPanelIndex() - Method in class com.denova.ui.WizardPanel
Returns the index of the active panel.
getParentBounds(Component) - Static method in class com.denova.ui.UiLayoutUtilities
Get the boundaries of the parent.
getPreviousButton() - Method in class com.denova.ui.WizardPanel
Deprecated. See updateWizardButtons().
getPreviousButtonExists() - Method in class com.denova.ui.WizardPanel
Returns whether Back button exists on this panel.
getPreviousButtonIconName() - Method in class com.denova.ui.WizardPanel
Get custom icon name for the Back button.
getPreviousButtonLabel() - Method in class com.denova.ui.WizardPanel
Get custom text for the Back button.
getProgramManagerDirectory() - Static method in class com.denova.runtime.WindowsDirs
 
getProgressBar() - Static method in class com.denova.io.FileSystem
Returns the currently active progress bar.
getProgressStatus() - Static method in class com.denova.io.FileSystem
Returns the current progress bar's status.
getProperties() - Method in class com.denova.io.FileGroup
Get the property list that is being used for the FileGroup.
getProperties() - Method in class com.denova.util.PropertyList
Gets the current Properties.
getPropertyList() - Method in class com.denova.ui.WizardPanel
Returns the list of properties available during the installation.
getPropertyList() - Method in class com.denova.util.PropertyList
Gets the current PropertyList.
getPropertyListProperty(String) - Method in class com.denova.util.PropertyList
Gets a PropertyList property.
getPropertyListProperty(String, PropertyList) - Method in class com.denova.util.PropertyList
Gets a PropertyList property.
getRelativePathname(File, File) - Static method in class com.denova.io.FileSystem
Gets a pathname relative to a base directory.
getResource(String) - Static method in class com.denova.io.FileSystem
IMPORTANT: Generally, you don't want to use this method because it isn't very portable; we're keeping it because sometimes we use it as a last ditch effort to get a resource
getResourceAsFile(String) - Static method in class com.denova.JExpress.Installer.CustomInstaller
Looks through the classpath for the filename and saves it to a file in the installer's temporary directory.
getResourceAsFile(String) - Static method in class com.denova.JExpress.Updater.CustomUpdater
Looks through the classpath for the filename and saves it to a file in the updater's temporary directory.
getResourceAsFile(String) - Static method in class com.denova.io.FileSystem
Copy a resource to a file.
getResourceAsFile(String, String) - Static method in class com.denova.JExpress.Installer.CustomInstaller
Looks through the classpath for the filename and saves it to the pathname.
getResourceAsFile(String, String) - Static method in class com.denova.JExpress.Updater.CustomUpdater
Looks through the classpath for the filename and saves it to the pathname.
getResourceAsFile(String, String) - Static method in class com.denova.io.FileSystem
Copy a resource to a file.
getResourceAsStream(String) - Static method in class com.denova.JExpress.Installer.CustomInstaller
Opens an input stream to the resource.
getResourceAsStream(String) - Static method in class com.denova.JExpress.Updater.CustomUpdater
Opens an input stream to the resource.
getResourceAsStream(String) - Static method in class com.denova.io.FileSystem
Get an input stream for a resource.
getStartDirectory() - Static method in class com.denova.JExpress.Installer.CustomInstaller
Returns the installer's starting directory.
getStartupMenuDir() - Static method in class com.denova.runtime.WindowsDirs
 
getState() - Method in class com.denova.ui.SwingWorker
Set the current state of SwingWorker.
getStatusDisplay() - Method in class com.denova.io.Log
Returns the text display area that was set with setStatusDisplay().
getString(String) - Method in class com.denova.ui.LocaleTranslator
Get the value associated with key from the active language's resource.
getString(String, String) - Method in class com.denova.ui.LocaleTranslator
Get the value associated with key from the active language's resource.
getString(String, String[]) - Method in class com.denova.ui.LocaleTranslator
Get the value associated with key from the active language's resource.
getSubmenuDir(String, String) - Static method in class com.denova.runtime.UnixMenu
Get the submenu dir for KDE/Gnome.
getSystemPath() - Static method in class com.denova.runtime.UnixCommands
Get the system's path from the environment.
getSystemPath() - Static method in class com.denova.runtime.WindowsCommands
Get the system's path.
getTempDir() - Static method in class com.denova.runtime.WindowsUtils
Gets the temp dir.
getTempDirectory() - Static method in class com.denova.JExpress.Installer.CustomInstaller
Returns the installer's temporary directory.
getTempDirectory() - Static method in class com.denova.JExpress.Updater.CustomUpdater
Returns the installer's temporary directory.
getTempDirName() - Static method in class com.denova.runtime.WindowsUtils
Gets the temp dir name.
getTextAreaConstraints() - Static method in class com.denova.ui.GridBagControl
Returns the default constraints for a JTextArea
getTextAreaConstraints(int) - Static method in class com.denova.ui.GridBagControl
Returns the default constraints for a JTextArea using the specified number of rows
getTextConstraints() - Static method in class com.denova.ui.GridBagControl
Returns the default constraints for a JTextField
getTextConstraints(int) - Static method in class com.denova.ui.GridBagControl
Returns the default constraints for a JTextField using the specified number of columns
getUserClasspath() - Static method in class com.denova.JExpress.Installer.CustomInstaller
Returns the classpath the installer uses to configure the user's classpath.
getUserPropertiesFilename() - Static method in class com.denova.JExpress.Updater.CustomUpdater
Get the user property filename.
getUserPropertyList() - Static method in class com.denova.JExpress.Updater.CustomUpdater
Gets the user property list from update.control.
getUseTempDirectory() - Static method in class com.denova.io.Log
Get whether to write the log in a temporary directory or not.
getValue() - Method in class com.denova.ui.SwingWorker
* Get the value produced by the worker thread, or null if * doInBackground isn't finished yet.
getWestConstraints() - Static method in class com.denova.ui.GridBagControl
Returns the default constraints for a West positioned object
getWindowsCommand(String, String) - Static method in class com.denova.runtime.Exec
 
getWindowsDirectory() - Static method in class com.denova.runtime.WindowsDirs
 
gnomeMenusInstalled() - Static method in class com.denova.runtime.UnixMenu
Determine if the gnome menus are installed.
gotMessage(Object, Object) - Method in class com.denova.JExpress.Installer.StatusPanel
Called when a message is sent to this panel.
gotMessage(Object, Object) - Method in class com.denova.ui.WizardPanel
This is just a placeholder so subclasses can override it, instead of trying to add a listener before the wizard has been set.
GridBagControl - class com.denova.ui.GridBagControl.
Tames GridBag.
GridBagControl(Container) - Constructor for class com.denova.ui.GridBagControl
 
GridBagControl(Container, GridBagConstraints) - Constructor for class com.denova.ui.GridBagControl
 
GridBagControl(Container, GridBagLayout) - Constructor for class com.denova.ui.GridBagControl
 
GridBagControl(Container, GridBagLayout, GridBagConstraints) - Constructor for class com.denova.ui.GridBagControl
 

H

hasWhiteSpace(String) - Static method in class com.denova.runtime.Exec
Returns true if the arg has one or more white space characters.
Header - Static variable in class com.denova.ui.Fonts
Standard header font; bigger than Big.
HeaderPointSize - Static variable in class com.denova.ui.Fonts
The HeaderPointSize is much larger the Dialog point size.
HostName - Static variable in interface com.denova.JExpress.Updater.UpdatePropertyNames
The URL for the host system (e.g., http://www.denova.com).

I

importEntries(String) - Static method in class com.denova.runtime.WindowsRegistry
Import regFilename into Windows registry.
incrementProgressBar() - Method in class com.denova.JExpress.Installer.StatusPanel
Increment the progress bar a small amount.
incrementProgressBar(int) - Method in class com.denova.JExpress.Installer.StatusPanel
Increment the progress bar a small amount.
InfoAppTemplateFilename - Static variable in class com.denova.runtime.MacOS
 
InfoJavaTemplateFilename - Static variable in class com.denova.runtime.MacOS
 
InfoPropertyFilename - Static variable in class com.denova.runtime.MacOS
 
InstallButtonsPosition - Static variable in interface com.denova.JExpress.Installer.InstallPropertyNames
The position where the installer's buttons appear.
InstallerDefaultLanguage - Static variable in interface com.denova.JExpress.Installer.InstallPropertyNames
Name of the default language to use if the installer doesn't support the target system's default language.
InstallerExecutable - Static variable in interface com.denova.JExpress.Installer.InstallPropertyNames
Filename for the native executable program.
InstallerExtraFiles - Static variable in interface com.denova.JExpress.Installer.InstallPropertyNames
Filename(s) of programs used during a native installation (only set in native installers).
InstallImageFilename - Static variable in interface com.denova.JExpress.Installer.InstallPropertyNames
Filename for the image used during the installation.
InstallImagePosition - Static variable in interface com.denova.JExpress.Installer.InstallPropertyNames
The position where the installer's image appears.
InstallJvmParameters - Static variable in interface com.denova.JExpress.Installer.InstallPropertyNames
Parameters used to launch JVM for any menus created by installer.
InstallLicenseFilename - Static variable in interface com.denova.JExpress.Installer.InstallPropertyNames
Filename for license.
InstallPasswordDigest - Static variable in interface com.denova.JExpress.Installer.InstallPropertyNames
Password.
InstallPropertyNames - interface com.denova.JExpress.Installer.InstallPropertyNames.
The list of properties available during the installation.
InstallReadmeFilename - Static variable in interface com.denova.JExpress.Installer.InstallPropertyNames
Readme filename.
installService(String, String, String, boolean) - Method in class com.denova.runtime.WindowsServices
 
InstallSuccessful - Static variable in interface com.denova.JExpress.Installer.InstallPropertyNames
Install successful is set to true if the installer successfully installed all files.
InstallType - Static variable in interface com.denova.JExpress.Installer.InstallPropertyNames
The install type the user selected when multiple install types configured.
InstallUserClasspath - Static variable in interface com.denova.JExpress.Installer.InstallPropertyNames
Classpath on target system relative to the application's directory.
interrupt() - Method in class com.denova.ui.SwingWorker
Interrupt the doInBackground() thread.
invokeAndWait(Runnable) - Static method in class com.denova.ui.SwingRunner
Runs doRun.run() and waits for it to finish.
invokeLater(Runnable) - Static method in class com.denova.ui.SwingRunner
This is a convenience method that just invokes SwingUtilities.invokeLater().
InvokerFilename - Static variable in interface com.denova.runtime.WindowsConstants
 
isAix() - Method in class com.denova.ui.WizardPanel
Returns true if operating on AIX
isCancelButtonEnabled() - Method in class com.denova.JExpress.Installer.StatusPanel
Disables the cancel button.
isCancelButtonEnabled() - Method in class com.denova.ui.WizardPanel
Returns whether the Cancel button is enabled.
isCurrentPanel() - Method in class com.denova.ui.WizardPanel
Returns if this is the current panel showing in the wizard.
isDone() - Method in class com.denova.ui.SwingWorker
Determine if SwingWorker is finished.
isDone() - Method in class com.denova.ui.Swinger
Determines if done() is finished.
isEditingItemsEnabled() - Method in class com.denova.ui.FileGroupsListEditor
 
isEditingItemsEnabled() - Method in class com.denova.ui.ListEditor
Gets whether the user can edit the items in the list.
isEnabled() - Method in class com.denova.ui.WizardPanel
Returns whether this panel is enabled.
isError() - Static method in class com.denova.runtime.MacOS
Returns true if there was an error during the last operation.
isError() - Static method in class com.denova.runtime.UnixMenu
Returns true if there was an error during the last operation.
isError() - Static method in class com.denova.runtime.