|
|||||||||
Home >> All >> edu >> stanford >> [ ejalbert overview ] | PREV NEXT |
A
- aeDescClass - Static variable in class edu.stanford.ejalbert.BrowserLauncher
- The com.apple.MacOS.AEDesc class
- aeDescConstructor - Static variable in class edu.stanford.ejalbert.BrowserLauncher
- The
(String) method of com.apple.MacOS.AEDesc - aeTargetConstructor - Static variable in class edu.stanford.ejalbert.BrowserLauncher
- The
(int) method of com.apple.MacOS.AETarget - appleEventConstructor - Static variable in class edu.stanford.ejalbert.BrowserLauncher
- The
(int, int, int) method of com.apple.MacOS.AppleEvent
B
- BrowserLauncher - class edu.stanford.ejalbert.BrowserLauncher.
- BrowserLauncher is a class that provides one static method, openURL, which opens the default web browser for the current user of the system to the given URL.
- BrowserLauncher() - Constructor for class edu.stanford.ejalbert.BrowserLauncher
- This class should be never be instantiated; this just ensures so.
- browser - Static variable in class edu.stanford.ejalbert.BrowserLauncher
- The browser for the system
E
- edu.stanford.ejalbert - package edu.stanford.ejalbert
- errorMessage - Static variable in class edu.stanford.ejalbert.BrowserLauncher
- The message from any exception thrown throughout the initialization process.
F
- FINDER_CREATOR - Static variable in class edu.stanford.ejalbert.BrowserLauncher
- The creator code of the Finder on a Macintosh, which is needed to send AppleEvents to the application.
- FINDER_TYPE - Static variable in class edu.stanford.ejalbert.BrowserLauncher
- The file type of the Finder on a Macintosh.
- FIRST_WINDOWS_PARAMETER - Static variable in class edu.stanford.ejalbert.BrowserLauncher
- The first parameter that needs to be passed into Runtime.exec() to open the default web browser on Windows.
- findFolder - Static variable in class edu.stanford.ejalbert.BrowserLauncher
- The findFolder method of com.apple.mrj.MRJFileUtils
G
- GURL_EVENT - Static variable in class edu.stanford.ejalbert.BrowserLauncher
- The name for the AppleEvent type corresponding to a GetURL event.
- getFileCreator - Static variable in class edu.stanford.ejalbert.BrowserLauncher
- The getFileCreator method of com.apple.mrj.MRJFileUtils
- getFileType - Static variable in class edu.stanford.ejalbert.BrowserLauncher
- The getFileType method of com.apple.mrj.MRJFileUtils
I
- ICLaunchURL(int, byte[], byte[], int, int[], int[]) - Static method in class edu.stanford.ejalbert.BrowserLauncher
- ICStart(int[], int) - Static method in class edu.stanford.ejalbert.BrowserLauncher
- Methods required for Mac OS X.
- ICStop(int[]) - Static method in class edu.stanford.ejalbert.BrowserLauncher
J
- JDirect_MacOSX - Static variable in class edu.stanford.ejalbert.BrowserLauncher
- The framework to reference on Mac OS X
- jvm - Static variable in class edu.stanford.ejalbert.BrowserLauncher
- The Java virtual machine that we are running on.
K
- kAnyTransactionID - Static variable in class edu.stanford.ejalbert.BrowserLauncher
- The kAnyTransactionID AppleEvent code
- kAutoGenerateReturnID - Static variable in class edu.stanford.ejalbert.BrowserLauncher
- The kAutoGenerateReturnID AppleEvent code
- kSystemFolderType - Static variable in class edu.stanford.ejalbert.BrowserLauncher
- Actually an MRJOSType pointing to the System Folder on a Macintosh
- keyDirectObject - Static variable in class edu.stanford.ejalbert.BrowserLauncher
- The keyDirectObject AppleEvent parameter type
L
- linkage - Static variable in class edu.stanford.ejalbert.BrowserLauncher
- The linkage object required for JDirect 3 on Mac OS X.
- loadClasses() - Static method in class edu.stanford.ejalbert.BrowserLauncher
- Called by a static initializer to load any classes, fields, and methods required at runtime to locate the user's web browser.
- loadedWithoutErrors - Static variable in class edu.stanford.ejalbert.BrowserLauncher
- Caches whether any classes, methods, and fields that are not part of the JDK and need to be dynamically loaded at runtime loaded successfully.
- locateBrowser() - Static method in class edu.stanford.ejalbert.BrowserLauncher
- Attempts to locate the default web browser on the local system.
M
- MRJ_2_0 - Static variable in class edu.stanford.ejalbert.BrowserLauncher
- JVM constant for MRJ 2.0
- MRJ_2_1 - Static variable in class edu.stanford.ejalbert.BrowserLauncher
- JVM constant for MRJ 2.1 or later
- MRJ_3_0 - Static variable in class edu.stanford.ejalbert.BrowserLauncher
- JVM constant for Java on Mac OS X 10.0 (MRJ 3.0)
- MRJ_3_1 - Static variable in class edu.stanford.ejalbert.BrowserLauncher
- JVM constant for MRJ 3.1
- makeOSType - Static variable in class edu.stanford.ejalbert.BrowserLauncher
- The makeOSType method of com.apple.MacOS.OSUtils
- mrjFileUtilsClass - Static variable in class edu.stanford.ejalbert.BrowserLauncher
- The com.apple.mrj.MRJFileUtils class
- mrjOSTypeClass - Static variable in class edu.stanford.ejalbert.BrowserLauncher
- The com.apple.mrj.MRJOSType class
N
- NETSCAPE_OPEN_PARAMETER_END - Static variable in class edu.stanford.ejalbert.BrowserLauncher
- NETSCAPE_OPEN_PARAMETER_START - Static variable in class edu.stanford.ejalbert.BrowserLauncher
- NETSCAPE_REMOTE_PARAMETER - Static variable in class edu.stanford.ejalbert.BrowserLauncher
- The shell parameters for Netscape that opens a given URL in an already-open copy of Netscape on many command-line systems.
O
- OTHER - Static variable in class edu.stanford.ejalbert.BrowserLauncher
- JVM constant for any other platform
- openURL - Static variable in class edu.stanford.ejalbert.BrowserLauncher
- The openURL method of com.apple.mrj.MRJFileUtils
- openURL(String) - Static method in class edu.stanford.ejalbert.BrowserLauncher
- Attempts to open the default web browser to the given URL.
P
- putParameter - Static variable in class edu.stanford.ejalbert.BrowserLauncher
- The putParameter method of com.apple.MacOS.AppleEvent
S
- SECOND_WINDOWS_PARAMETER - Static variable in class edu.stanford.ejalbert.BrowserLauncher
- The second parameter for Runtime.exec() on Windows.
- sendNoReply - Static variable in class edu.stanford.ejalbert.BrowserLauncher
- The sendNoReply method of com.apple.MacOS.AppleEvent
T
- THIRD_WINDOWS_PARAMETER - Static variable in class edu.stanford.ejalbert.BrowserLauncher
- The third parameter for Runtime.exec() on Windows.
W
- WINDOWS_9x - Static variable in class edu.stanford.ejalbert.BrowserLauncher
- JVM constant for any Windows 9x JVM
- WINDOWS_NT - Static variable in class edu.stanford.ejalbert.BrowserLauncher
- JVM constant for any Windows NT JVM
A B E F G I J K L M N O P S T W
|
|||||||||
Home >> All >> edu >> stanford >> [ ejalbert overview ] | PREV NEXT |