Skip navigation links
A B C D E F G H I K L M N O P R S T U V W 

A

AbstractLogger - Class in net.sf.wraplog
Abstract base class to write messages about interesting things happening to a log.
AbstractLogger() - Constructor for class net.sf.wraplog.AbstractLogger
 
actionPerformed(ActionEvent) - Method in class edu.stanford.ejalbert.browserprefui.BrowserPrefAction
Launches a browser preferences dialog and sets the system property BrowserLauncher.BROWSER_SYSTEM_PROPERTY with the requested browser.
at.jta - package at.jta
 

B

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
 

C

checkLevel(int, String) - Method in class net.sf.wraplog.AbstractLogger
 
closeKey(int) - Method in class at.jta.Regor
Close an obtained key for right usage
CONFIGFILE_LINUX_UNIX - Static variable in class edu.stanford.ejalbert.launching.misc.UnixNetscapeBrowserLaunching
config file for linux/unix
CONFIGFILE_SUNOS - Static variable in class edu.stanford.ejalbert.launching.misc.SunOSBrowserLaunching
config file for SunOS.
createKey(int, String) - Method in class at.jta.Regor
Create new key/subkey in the registry with the specified name Attentition: if the key is successfully returned, you should close and open the key again, because the obtained key doesnt have a high access level (so maybe creating or deleting a key/value wouldn´t be successful)
createSystemBrowserLaunching(AbstractLogger) - Static method in class edu.stanford.ejalbert.launching.BrowserLaunchingFactory
Analyzes the name of the underlying operating system based on the "os.name" system property and returns the IBrowserLaunching version appropriate for the O/S.

D

debug(String) - Method in class net.sf.wraplog.AbstractLogger
 
debug(String, Throwable) - Method in class net.sf.wraplog.AbstractLogger
 
DEBUG - Static variable in class net.sf.wraplog.Level
Logging level for messages that usually are of no interest for the user.
DELETE - Static variable in class at.jta.Regor
Security Mask need by openKey - just for delete
delKey(int, String) - Method in class at.jta.Regor
deletes a key/subkey from the registry
delValue(int, String) - Method in class at.jta.Regor
Method deletes the specified String value

E

edu.stanford.ejalbert - package edu.stanford.ejalbert
 
edu.stanford.ejalbert.browserprefui - package edu.stanford.ejalbert.browserprefui
 
edu.stanford.ejalbert.exception - package edu.stanford.ejalbert.exception
 
edu.stanford.ejalbert.exceptionhandler - package edu.stanford.ejalbert.exceptionhandler
 
edu.stanford.ejalbert.launching - package edu.stanford.ejalbert.launching
 
edu.stanford.ejalbert.launching.macos - package edu.stanford.ejalbert.launching.macos
 
edu.stanford.ejalbert.launching.misc - package edu.stanford.ejalbert.launching.misc
 
edu.stanford.ejalbert.launching.utils - package edu.stanford.ejalbert.launching.utils
 
edu.stanford.ejalbert.launching.windows - package edu.stanford.ejalbert.launching.windows
 
edu.stanford.ejalbert.testing - package edu.stanford.ejalbert.testing
 
enumKeys(int, int, int) - Method in class at.jta.Regor
Reading the subkey name out of the registry (to obtain the count and the maxKeyNameLength use getChildInformation method
enumValueName(int, int, int) - Method in class at.jta.Regor
Reading every valueName (not only the string value) out of the registry handle (for maximum value index and maxValueNameLength use the getChildInformation method
error(String) - Method in class net.sf.wraplog.AbstractLogger
 
error(String, Throwable) - Method in class net.sf.wraplog.AbstractLogger
 
ERROR - Static variable in class net.sf.wraplog.Level
Logging level for messages that explain why the desired operation cannot be performed.
ERROR_ACCESS_DENIED - Static variable in class at.jta.Regor
 
ERROR_CODE - Static variable in class at.jta.Regor
 
ERROR_FILE_NOT_FOUND - Static variable in class at.jta.Regor
 
ERROR_SUCCESS - Static variable in class at.jta.Regor
 

F

FINDER_CREATOR - Static variable in class edu.stanford.ejalbert.launching.macos.MacOsBrowserLaunching
The creator code of the Finder on a Macintosh, which is needed to send AppleEvents to the application.
flushKey(int) - Method in class at.jta.Regor
Flush method - dont know what the method exactly does just implemented because i found it in the java sun source

G

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
 

H

handleException(Exception) - Method in class edu.stanford.ejalbert.exceptionhandler.BrowserLauncherDefaultErrorHandler
Handles exception by printing a stack trace to the console.
handleException(Exception) - Method in interface edu.stanford.ejalbert.exceptionhandler.BrowserLauncherErrorHandler
Takes an exception and does something with it.
HKEY_CLASSES_ROOT - Static variable in class at.jta.Regor
the handle to the HKEY_CLASSES_ROOT registry root node
HKEY_CURRENT_USER - Static variable in class at.jta.Regor
the handle to the HEKY_CURRENT_USER registry root node
HKEY_LOCAL_MACHINE - Static variable in class at.jta.Regor
the handle to the HKEY_LOCAL_MACHINE registry root node

I

IBrowserLaunching - Interface in edu.stanford.ejalbert.launching
Main interface to the Browser Launching methods.
info(String) - Method in class net.sf.wraplog.AbstractLogger
 
info(String, Throwable) - Method in class net.sf.wraplog.AbstractLogger
 
INFO - Static variable in class net.sf.wraplog.Level
Logging level for messages that tell details about normal operations currently going on.
initialize() - Method in interface edu.stanford.ejalbert.launching.IBrowserLaunching
Performs any initialization needed for the particular O/S.
initialize() - Method in class edu.stanford.ejalbert.launching.macos.MacOs2_0BrowserLaunching
 
initialize() - Method in class edu.stanford.ejalbert.launching.macos.MacOs2_1BrowserLaunching
 
initialize() - Method in class edu.stanford.ejalbert.launching.macos.MacOs3_0BrowserLaunching
 
initialize() - Method in class edu.stanford.ejalbert.launching.macos.MacOs3_1BrowserLaunching
 
initialize() - Method in class edu.stanford.ejalbert.launching.misc.UnixNetscapeBrowserLaunching
Uses the which command to find out which browsers are available.
initialize() - Method in class edu.stanford.ejalbert.launching.windows.WindowsBrowserLaunching
Initializes the browser launcher from the windows config file.
isBrowserAvailable(AbstractLogger) - Method in class edu.stanford.ejalbert.launching.misc.StandardUnixBrowser
Returns true if the browser is available, ie which command finds it.
isBrowserAvailable(AbstractLogger) - Method in interface edu.stanford.ejalbert.launching.misc.UnixBrowser
Returns true if the browser is available on the user's system..
isDebugEnabled() - Method in class net.sf.wraplog.AbstractLogger
 
isEnabled(int) - Method in class net.sf.wraplog.AbstractLogger
 
isErrorEnabled() - Method in class net.sf.wraplog.AbstractLogger
 
isInfoEnabled() - Method in class net.sf.wraplog.AbstractLogger
 
isWarnEnabled() - Method in class net.sf.wraplog.AbstractLogger
 

K

KEY_ALL_ACCESS - Static variable in class at.jta.Regor
Security Mask need by openKey - highest access to do everything (default access by openkey without security mask)
KEY_CREATE_SUB_KEY - Static variable in class at.jta.Regor
Security Mask need by openKey - for creating sub keys
KEY_ENUMERATE_SUB_KEYS - Static variable in class at.jta.Regor
Security Mask need by openKey - for enum sub keys
KEY_QUERY_VALUE - Static variable in class at.jta.Regor
Security Mask need by openKey - just for querying values
KEY_READ - Static variable in class at.jta.Regor
Security Mask need by openKey - for key reading
KEY_SET_VALUE - Static variable in class at.jta.Regor
Security Mask need by openKey - just for setting values
KEY_WRITE - Static variable in class at.jta.Regor
Security Mask need by openKey - for writing keys

L

LaunchingUtils - Class in edu.stanford.ejalbert.launching.utils
 
LaunchingUtils() - Constructor for class edu.stanford.ejalbert.launching.utils.LaunchingUtils
 
Level - Class in net.sf.wraplog
Declaration of different logging levels.
Level() - Constructor for class net.sf.wraplog.Level
 
listKeys(int, String) - Method in class at.jta.Regor
Returns all subkeys from the given key and subkey
listKeys(int) - Method in class at.jta.Regor
Returns all subkeys from the given key
listValueNames(int, String) - Method in class at.jta.Regor
Returns every valueName (not only the String value names)
listValueNames(int) - Method in class at.jta.Regor
Returns every valueName (not only the String value names)
log(int, String) - Method in class net.sf.wraplog.AbstractLogger
Provided that getLevel() accepts it, log message.
log(int, String, Throwable) - Method in class net.sf.wraplog.AbstractLogger
Provided that getLevel() accepts it, log message and error.
logger - Variable in class edu.stanford.ejalbert.launching.misc.UnixNetscapeBrowserLaunching
 
logger - Variable in class edu.stanford.ejalbert.launching.windows.WindowsBrowserLaunching
 
Logger - Class in net.sf.wraplog
Deprecated.
-- this class is no longer part of WrapLog.
Logger() - Constructor for class net.sf.wraplog.Logger
Deprecated.
 
LoggingException - Exception in net.sf.wraplog
RuntimeException to indicate that a message could not be logged.
LoggingException(String, Throwable) - Constructor for exception net.sf.wraplog.LoggingException
 

M

MacOs2_0BrowserLaunching - Class in edu.stanford.ejalbert.launching.macos
 
MacOs2_0BrowserLaunching() - Constructor for class edu.stanford.ejalbert.launching.macos.MacOs2_0BrowserLaunching
 
MacOs2_1BrowserLaunching - Class in edu.stanford.ejalbert.launching.macos
 
MacOs2_1BrowserLaunching() - Constructor for class edu.stanford.ejalbert.launching.macos.MacOs2_1BrowserLaunching
 
MacOs3_0BrowserLaunching - Class in edu.stanford.ejalbert.launching.macos
 
MacOs3_0BrowserLaunching() - Constructor for class edu.stanford.ejalbert.launching.macos.MacOs3_0BrowserLaunching
 
MacOs3_1BrowserLaunching - Class in edu.stanford.ejalbert.launching.macos
 
MacOs3_1BrowserLaunching() - Constructor for class edu.stanford.ejalbert.launching.macos.MacOs3_1BrowserLaunching
 
MacOsBrowserLaunching - Class in edu.stanford.ejalbert.launching.macos
 
MacOsBrowserLaunching() - Constructor for class edu.stanford.ejalbert.launching.macos.MacOsBrowserLaunching
 
main(String[]) - Static method in class at.jta.Regor
main for testing and some examples are stored here
main(String[]) - Static method in class edu.stanford.ejalbert.BrowserLauncher
Opens a browser and url from the command line.
main(String[]) - Static method in class edu.stanford.ejalbert.testing.BrowserLauncherTestApp
 
MAX_KEY_LENGTH - Static variable in class at.jta.Regor
 
MAX_VALUE_NAME_LENGTH - Static variable in class at.jta.Regor
 

N

NATIVE_HANDLE - Static variable in class at.jta.Regor
 
net.sf.wraplog - package net.sf.wraplog
 
NoneLogger - Class in net.sf.wraplog
A Logger that does not log anywhere.
NoneLogger() - Constructor for class net.sf.wraplog.NoneLogger
 
NotSupportedOSException - Exception in at.jta
Title: Exception is thrown if you use the regor class on not windows machines
NotSupportedOSException(String) - Constructor for exception at.jta.NotSupportedOSException
Constructor with message to throw

O

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
Deprecated.
-- create a BrowserLauncher object and use it instead of calling this static method.
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.

P

parseValue(byte[]) - Static method in class at.jta.Regor
Method removes the trailing \0 which is returned from the java.dll (just if the last sign is a \0)
PROP_KEY_BROWSER_PREFIX - Static variable in interface edu.stanford.ejalbert.launching.IBrowserLaunching
prefix used for property file keys that define a browser
PROP_KEY_DELIMITER - Static variable in interface edu.stanford.ejalbert.launching.IBrowserLaunching
property file key for delimiter character used in other properties.
PROTOCOL_FILE - Static variable in interface edu.stanford.ejalbert.launching.IBrowserLaunching
file protocol
PROTOCOL_HTTP - Static variable in interface edu.stanford.ejalbert.launching.IBrowserLaunching
http protocol
PROTOCOL_MAILTO - Static variable in interface edu.stanford.ejalbert.launching.IBrowserLaunching
mailto protocol

R

readValue(int, String) - Method in class at.jta.Regor
Reads the value of an string value
reallyLog(int, String, Throwable) - Method in class edu.stanford.ejalbert.testing.TestAppLogger
Logs a message and optional error details.
reallyLog(int, String, Throwable) - Method in class net.sf.wraplog.AbstractLogger
Logs a message and optional error details.
reallyLog(int, String, Throwable) - Method in class net.sf.wraplog.NoneLogger
Does nothing.
reallyLog(int, String, Throwable) - Method in class net.sf.wraplog.SystemLogger
 
RegistryErrorException - Exception in at.jta
Title: class for throwing exceptions
RegistryErrorException(String) - Constructor for exception at.jta.RegistryErrorException
Constructor with message to throw
Regor - Class in at.jta
Title: Class is 100% pur Java Registry handle (just can write/read string values)
Regor() - Constructor for class at.jta.Regor
Constructor to handle with windows registry
replaceArgs(String, String, String) - Static method in class edu.stanford.ejalbert.launching.utils.LaunchingUtils
 
run() - Method in class edu.stanford.ejalbert.BrowserLauncherRunner
When an object implementing interface Runnable is used to create a thread, starting the thread causes the object's run method to be called in that separately executing thread.

S

setLevel(int) - Method in class net.sf.wraplog.AbstractLogger
 
setNewWindowPolicy(boolean) - Method in class edu.stanford.ejalbert.BrowserLauncher
Sets the policy used for opening a url in a browser.
setNewWindowPolicy(boolean) - Method in interface edu.stanford.ejalbert.launching.IBrowserLaunching
Sets the policy used for opening a url in a browser.
setNewWindowPolicy(boolean) - Method in class edu.stanford.ejalbert.launching.macos.MacOsBrowserLaunching
Sets the policy used for opening a url in a browser.
setNewWindowPolicy(boolean) - Method in class edu.stanford.ejalbert.launching.misc.UnixNetscapeBrowserLaunching
Sets the policy used for opening a url in a browser.
setNewWindowPolicy(boolean) - Method in class edu.stanford.ejalbert.launching.windows.WindowsBrowserLaunching
Sets the policy used for opening a url in a browser.
setPathToExe(String) - Method in class edu.stanford.ejalbert.launching.windows.WindowsBrowser
 
setValue(int, String, String) - Method in class at.jta.Regor
Method set the specified string value Methode setzt (oder erstellt) einen Wert auf eine Zeichenfolge Will man den defaulteintrag ändern, so muss man valueName "" übergeben
StandardUnixBrowser - Class in edu.stanford.ejalbert.launching.misc
Contains information on a unix browser.
StandardUnixBrowser(String, String) - Constructor for class edu.stanford.ejalbert.launching.misc.StandardUnixBrowser
Splits the config string using the configSep character.
SUBKEYS_NUMBER - Static variable in class at.jta.Regor
 
SunOSBrowserLaunching - Class in edu.stanford.ejalbert.launching.misc
Launches a default browser on SunOS Unix systems using the sdtwebclient command.
SunOSBrowserLaunching(AbstractLogger) - Constructor for class edu.stanford.ejalbert.launching.misc.SunOSBrowserLaunching
Passes the logger and config file for SunOS to its super class.
SystemLogger - Class in net.sf.wraplog
Logger to write messages to System.out (debug, info) and System.err (warn, error).
SystemLogger() - Constructor for class net.sf.wraplog.SystemLogger
 

T

TestAppLogger - Class in edu.stanford.ejalbert.testing
Implements a logger for the test application.
TestAppLogger(JTextArea, String[], String) - Constructor for class edu.stanford.ejalbert.testing.TestAppLogger
 
toString() - Method in class edu.stanford.ejalbert.launching.misc.StandardUnixBrowser
Returns debug information.
toString() - Method in class edu.stanford.ejalbert.launching.windows.WindowsBrowser
Returns displayname and executable name for debugging.

U

UnixBrowser - Interface in edu.stanford.ejalbert.launching.misc
Augments the standard browser description with information specific to a Unix type browser.
UnixNetscapeBrowserLaunching - Class in edu.stanford.ejalbert.launching.misc
Tries several browsers (mozilla, netscape, firefox, opera, and konqueror).
UnixNetscapeBrowserLaunching(AbstractLogger, String) - Constructor for class edu.stanford.ejalbert.launching.misc.UnixNetscapeBrowserLaunching
Sets the logger and config file name.
UnsupportedOperatingSystemException - Exception in edu.stanford.ejalbert.exception
Exception thrown when the Operating System is not supported by the browser launcher project.
UnsupportedOperatingSystemException(String) - Constructor for exception edu.stanford.ejalbert.exception.UnsupportedOperatingSystemException
 
UnsupportedOperatingSystemException(Throwable) - Constructor for exception edu.stanford.ejalbert.exception.UnsupportedOperatingSystemException
 

V

VALUES_NUMBER - Static variable in class at.jta.Regor
 

W

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
A B C D E F G H I K L M N O P R S T U V W 
Skip navigation links