- BROWSER_DEFAULT - Static variable in interface edu.stanford.ejalbert.launching.IBrowserLaunching
-
Identifier for the system's default browser.
- BROWSER_SYSTEM_PROPERTY - Static variable in class edu.stanford.ejalbert.BrowserLauncher
-
Key to system property containing name of users
preferred browser.
- BROWSER_SYSTEM_PROPERTY - Static variable in interface edu.stanford.ejalbert.launching.IBrowserLaunching
-
Key to system property containing name of users
preferred browser.
- BrowserDescription - Interface in edu.stanford.ejalbert.launching
-
Interface to general information about a browser.
- BrowserLauncher - Class in edu.stanford.ejalbert
-
BrowserLauncher provides an API to open browsers (default or
targetted) from within a Java application.
- BrowserLauncher() - Constructor for class edu.stanford.ejalbert.BrowserLauncher
-
Initializes the browser launcher for the operating system on which
the application is running.
- BrowserLauncher(AbstractLogger) - Constructor for class edu.stanford.ejalbert.BrowserLauncher
-
Initializes the browser launcher for the operating system on which
the application is running.
- BrowserLauncher(AbstractLogger, BrowserLauncherErrorHandler) - Constructor for class edu.stanford.ejalbert.BrowserLauncher
-
Initializes the browser launcher for the operating system on which
the application is running.
- BrowserLauncherDefaultErrorHandler - Class in edu.stanford.ejalbert.exceptionhandler
-
The default implementation for BrowserLauncherErrorHandler.
- BrowserLauncherDefaultErrorHandler() - Constructor for class edu.stanford.ejalbert.exceptionhandler.BrowserLauncherDefaultErrorHandler
-
- BrowserLauncherErrorHandler - Interface in edu.stanford.ejalbert.exceptionhandler
-
This is an interface to be used by the BrowserLauncherRunner for handling
exceptions.
- BrowserLauncherRunner - Class in edu.stanford.ejalbert
-
This is a convenience class to facilitate executing the browser launch in
a separate thread.
- BrowserLauncherRunner(IBrowserLaunching, String, AbstractLogger, BrowserLauncherErrorHandler) - Constructor for class edu.stanford.ejalbert.BrowserLauncherRunner
-
Takes the items necessary for launching a browser and handling any
exceptions.
- BrowserLauncherRunner(IBrowserLaunching, String, String, AbstractLogger, BrowserLauncherErrorHandler) - Constructor for class edu.stanford.ejalbert.BrowserLauncherRunner
-
- BrowserLauncherRunner(IBrowserLaunching, List, String, AbstractLogger, BrowserLauncherErrorHandler) - Constructor for class edu.stanford.ejalbert.BrowserLauncherRunner
-
- BrowserLauncherTestApp - Class in edu.stanford.ejalbert.testing
-
Standalone gui that allows for testing the broserlauncher code and provides
a sample implementation.
- BrowserLauncherTestApp() - Constructor for class edu.stanford.ejalbert.testing.BrowserLauncherTestApp
-
- BrowserLaunchingExecutionException - Exception in edu.stanford.ejalbert.exception
-
Exception thrown if there is problem during the attempt to launch
a browser.
- BrowserLaunchingExecutionException(Throwable) - Constructor for exception edu.stanford.ejalbert.exception.BrowserLaunchingExecutionException
-
- BrowserLaunchingExecutionException(String) - Constructor for exception edu.stanford.ejalbert.exception.BrowserLaunchingExecutionException
-
- BrowserLaunchingFactory - Class in edu.stanford.ejalbert.launching
-
Factory for determining the OS and returning the appropriate version
of IBrowserLaunching.
- BrowserLaunchingFactory() - Constructor for class edu.stanford.ejalbert.launching.BrowserLaunchingFactory
-
- BrowserLaunchingInitializingException - Exception in edu.stanford.ejalbert.exception
-
Exception thrown if there is a problem during initialization.
- BrowserLaunchingInitializingException(Exception) - Constructor for exception edu.stanford.ejalbert.exception.BrowserLaunchingInitializingException
-
- BrowserLaunchingInitializingException(String) - Constructor for exception edu.stanford.ejalbert.exception.BrowserLaunchingInitializingException
-
- BrowserPrefAction - Class in edu.stanford.ejalbert.browserprefui
-
- BrowserPrefAction(String, BrowserLauncher, JFrame) - Constructor for class edu.stanford.ejalbert.browserprefui.BrowserPrefAction
-
- BrowserPrefAction(String, Icon, BrowserLauncher, JFrame) - Constructor for class edu.stanford.ejalbert.browserprefui.BrowserPrefAction
-
- BrowserPrefDialog - Class in edu.stanford.ejalbert.browserprefui
-
- BrowserPrefDialog(Dialog, BrowserLauncher) - Constructor for class edu.stanford.ejalbert.browserprefui.BrowserPrefDialog
-
- BrowserPrefDialog(Frame, BrowserLauncher) - Constructor for class edu.stanford.ejalbert.browserprefui.BrowserPrefDialog
-
- getArgsForForcingNewBrowserWindow(String) - Method in class edu.stanford.ejalbert.launching.misc.StandardUnixBrowser
-
- getArgsForForcingNewBrowserWindow(String) - Method in interface edu.stanford.ejalbert.launching.misc.UnixBrowser
-
- getArgsForOpenBrowser(String) - Method in class edu.stanford.ejalbert.launching.misc.StandardUnixBrowser
-
Returns the command line arguments for addressing an already
open browser.
- getArgsForOpenBrowser(String) - Method in interface edu.stanford.ejalbert.launching.misc.UnixBrowser
-
Returns the command line arguments for addressing an already
open browser.
- getArgsForStartingBrowser(String) - Method in class edu.stanford.ejalbert.launching.misc.StandardUnixBrowser
-
Returns the command line arguments for starting a new browser
instance.
- getArgsForStartingBrowser(String) - Method in interface edu.stanford.ejalbert.launching.misc.UnixBrowser
-
Returns the command line arguments for starting a new browser
instance.
- getBrowser(String) - Method in class edu.stanford.ejalbert.launching.misc.UnixNetscapeBrowserLaunching
-
Provides access the browsers map for extending classes.
- getBrowserApplicationName() - Method in interface edu.stanford.ejalbert.launching.BrowserDescription
-
Returns name of executable.
- getBrowserApplicationName() - Method in class edu.stanford.ejalbert.launching.misc.StandardUnixBrowser
-
Returns the executable name for the browser.
- getBrowserApplicationName() - Method in class edu.stanford.ejalbert.launching.windows.WindowsBrowser
-
Returns the name of the executable for the browser.
- getBrowserDisplayName() - Method in interface edu.stanford.ejalbert.launching.BrowserDescription
-
Returns browser display name.
- getBrowserDisplayName() - Method in class edu.stanford.ejalbert.launching.misc.StandardUnixBrowser
-
Returns the display name for the browser.
- getBrowserDisplayName() - Method in class edu.stanford.ejalbert.launching.windows.WindowsBrowser
-
Returns the display name for the browser.
- getBrowserList() - Method in class edu.stanford.ejalbert.BrowserLauncher
-
Returns a list of browsers to be used for browser targetting.
- getBrowserList() - Method in interface edu.stanford.ejalbert.launching.IBrowserLaunching
-
Returns a list of browsers to be used for browser targetting.
- getBrowserList() - Method in class edu.stanford.ejalbert.launching.macos.MacOs2_0BrowserLaunching
-
Returns a list of browsers to be used for browser targetting.
- getBrowserList() - Method in class edu.stanford.ejalbert.launching.macos.MacOs2_1BrowserLaunching
-
Returns a list of browsers to be used for browser targetting.
- getBrowserList() - Method in class edu.stanford.ejalbert.launching.macos.MacOs3_0BrowserLaunching
-
Returns a list of browsers to be used for browser targetting.
- getBrowserList() - Method in class edu.stanford.ejalbert.launching.macos.MacOs3_1BrowserLaunching
-
Returns a list of browsers to be used for browser targetting.
- getBrowserList() - Method in class edu.stanford.ejalbert.launching.misc.UnixNetscapeBrowserLaunching
-
Returns a list of browsers to be used for browser
targetting.
- getBrowserList() - Method in class edu.stanford.ejalbert.launching.windows.WindowsBrowserLaunching
-
Returns a list of browsers to be used for browser targetting.
- getChildInformation(int) - Method in class at.jta.Regor
-
Reads information about the current opened key (use it when you want to enumKey or enumValueName to determine the maximum
key length and the count of keys)
- getForceNewWindowArgs() - Method in class edu.stanford.ejalbert.launching.windows.WindowsBrowser
-
Returns arguments used for forcing a new window.
- getLevel() - Method in class net.sf.wraplog.AbstractLogger
-
- getLevelOptions() - Method in class edu.stanford.ejalbert.testing.TestAppLogger
-
- getLevelText() - Method in class edu.stanford.ejalbert.testing.TestAppLogger
-
- getLevelText(int) - Method in class net.sf.wraplog.SystemLogger
-
Return a text that represents logLevel.
- getLoggedMessageCount() - Method in class net.sf.wraplog.AbstractLogger
-
Count of how many messages have been logged.
- getLogger() - Method in class edu.stanford.ejalbert.BrowserLauncher
-
Returns the logger being used by this BrowserLauncher instance.
- getLogger(String) - Static method in class net.sf.wraplog.Logger
-
Deprecated.
- getLogger(Class) - Static method in class net.sf.wraplog.Logger
-
Deprecated.
- getNewWindowPolicy() - Method in class edu.stanford.ejalbert.BrowserLauncher
-
Returns the policy used for opening a url in a browser.
- getNewWindowPolicy() - Method in interface edu.stanford.ejalbert.launching.IBrowserLaunching
-
Returns the policy used for opening a url in a browser.
- getNewWindowPolicy() - Method in class edu.stanford.ejalbert.launching.macos.MacOsBrowserLaunching
-
Returns the policy used for opening a url in a browser.
- getNewWindowPolicy() - Method in class edu.stanford.ejalbert.launching.misc.UnixNetscapeBrowserLaunching
-
Returns the policy used for opening a url in a browser.
- getNewWindowPolicy() - Method in class edu.stanford.ejalbert.launching.windows.WindowsBrowserLaunching
-
Returns the policy used for opening a url in a browser.
- getPathToExe() - Method in class edu.stanford.ejalbert.launching.windows.WindowsBrowser
-
- getSelectedBrowser() - Method in class edu.stanford.ejalbert.browserprefui.BrowserPrefDialog
-
- getSubDirName() - Method in class edu.stanford.ejalbert.launching.windows.WindowsBrowser
-
- openKey(int, String, int) - Method in class at.jta.Regor
-
Opens a registry key
- openKey(int, String) - Method in class at.jta.Regor
-
Opens a registry key
- openURL(String) - Static method in class edu.stanford.ejalbert.BrowserLauncher
-
- openUrl(String) - Method in interface edu.stanford.ejalbert.launching.IBrowserLaunching
-
Opens the passed url in the system's default browser.
- openUrl(String, String) - Method in interface edu.stanford.ejalbert.launching.IBrowserLaunching
-
Allows user to target a specific browser.
- openUrl(List, String) - Method in interface edu.stanford.ejalbert.launching.IBrowserLaunching
-
Allows user to target several browsers.
- openUrl(String) - Method in class edu.stanford.ejalbert.launching.macos.MacOs2_0BrowserLaunching
-
- openUrl(String) - Method in class edu.stanford.ejalbert.launching.macos.MacOs2_1BrowserLaunching
-
- openUrl(String) - Method in class edu.stanford.ejalbert.launching.macos.MacOs3_0BrowserLaunching
-
- openUrl(String) - Method in class edu.stanford.ejalbert.launching.macos.MacOs3_1BrowserLaunching
-
- openUrl(String, String) - Method in class edu.stanford.ejalbert.launching.macos.MacOsBrowserLaunching
-
Falls through to non-targetted openUrl method.
- openUrl(List, String) - Method in class edu.stanford.ejalbert.launching.macos.MacOsBrowserLaunching
-
Falls through to non-targetted openUrl method.
- openUrl(String) - Method in class edu.stanford.ejalbert.launching.misc.SunOSBrowserLaunching
-
Opens a url using the default browser.
- openUrl(String) - Method in class edu.stanford.ejalbert.launching.misc.UnixNetscapeBrowserLaunching
-
Opens a url in one of the available browsers.
- openUrl(String, String) - Method in class edu.stanford.ejalbert.launching.misc.UnixNetscapeBrowserLaunching
-
Opens a url in the specified browser.
- openUrl(List, String) - Method in class edu.stanford.ejalbert.launching.misc.UnixNetscapeBrowserLaunching
-
Allows user to target several browsers.
- openUrl(String) - Method in class edu.stanford.ejalbert.launching.windows.WindowsBrowserLaunching
-
Opens a url using the default browser.
- openUrl(String, String) - Method in class edu.stanford.ejalbert.launching.windows.WindowsBrowserLaunching
-
Opens a url using a specific browser.
- openUrl(List, String) - Method in class edu.stanford.ejalbert.launching.windows.WindowsBrowserLaunching
-
Allows user to target several browsers.
- openURLinBrowser(String) - Method in class edu.stanford.ejalbert.BrowserLauncher
-
Attempts to open a browser and direct it to the passed url.
- openURLinBrowser(String, String) - Method in class edu.stanford.ejalbert.BrowserLauncher
-
Attempts to open a specific browser and direct it to the passed url.
- openURLinBrowser(List, String) - Method in class edu.stanford.ejalbert.BrowserLauncher
-
Iterates through the list of browsers until it finds one
that is available on the user's system.
- openUrlWithBrowser(UnixBrowser, String) - Method in class edu.stanford.ejalbert.launching.misc.UnixNetscapeBrowserLaunching
-
Attempts to open a url with the specified browser.
- warn(String) - Method in class net.sf.wraplog.AbstractLogger
-
- warn(String, Throwable) - Method in class net.sf.wraplog.AbstractLogger
-
- WARN - Static variable in class net.sf.wraplog.Level
-
Logging level for message that notify that the things can be processed,
but the user might want to take a closer look at the current situation.
- WINDOWS_BROWSER_DISC_POLICY_DISK - Static variable in class edu.stanford.ejalbert.BrowserLauncher
-
Value associated with WINDOWS_BROWSER_DISC_POLICY_PROPERTY.
- WINDOWS_BROWSER_DISC_POLICY_DISK - Static variable in interface edu.stanford.ejalbert.launching.IBrowserLaunching
-
Value associated with WINDOWS_BROWSER_DISC_POLICY_PROPERTY.
- WINDOWS_BROWSER_DISC_POLICY_PROPERTY - Static variable in class edu.stanford.ejalbert.BrowserLauncher
-
Key to system property that controls how browsers are discovered
when running on a Windows O/S.
- WINDOWS_BROWSER_DISC_POLICY_PROPERTY - Static variable in interface edu.stanford.ejalbert.launching.IBrowserLaunching
-
Key to system property that controls how browsers are discovered
when running on a Windows O/S.
- WINDOWS_BROWSER_DISC_POLICY_REGISTRY - Static variable in class edu.stanford.ejalbert.BrowserLauncher
-
Value associated with WINDOWS_BROWSER_DISC_POLICY_PROPERTY.
- WINDOWS_BROWSER_DISC_POLICY_REGISTRY - Static variable in interface edu.stanford.ejalbert.launching.IBrowserLaunching
-
Value associated with WINDOWS_BROWSER_DISC_POLICY_PROPERTY.
- WindowsBrowser - Class in edu.stanford.ejalbert.launching.windows
-
Encapsulates information on a Windows browser.
- WindowsBrowser(String, String) - Constructor for class edu.stanford.ejalbert.launching.windows.WindowsBrowser
-
Splits the config string using the delimiter character and
sets the display name; executable; new window argument; and
Program Files sub directory name.
- WindowsBrowserLaunching - Class in edu.stanford.ejalbert.launching.windows
-
Handles initialization, configuration, and calls to open a url.
- WindowsBrowserLaunching(AbstractLogger, String) - Constructor for class edu.stanford.ejalbert.launching.windows.WindowsBrowserLaunching
-
Checks that the windows key is valid.
- WINKEY_WIN2000 - Static variable in class edu.stanford.ejalbert.launching.windows.WindowsBrowserLaunching
-
config file key for Windows 2000
- WINKEY_WIN9X - Static variable in class edu.stanford.ejalbert.launching.windows.WindowsBrowserLaunching
-
config file key for Windows 9x
- WINKEY_WINNT - Static variable in class edu.stanford.ejalbert.launching.windows.WindowsBrowserLaunching
-
config file key for Windows NT
- WINKEY_WINVISTA - Static variable in class edu.stanford.ejalbert.launching.windows.WindowsBrowserLaunching
-
config file key for Windows Vista