LaunchBrowserAction3.java Sample
This topic inludes the source code for the LaunchBrowserAction3.java Sample.
Sample Location
This sample is located in the following directory in your WebLogic Workshop installation:
BEA_HOME/weblogic81/samples/workshop/ExtensionDevKit/IdeDevKit/MenuItems/src/ideExtensions/menuItems/
Sample Source Code
1 package ideExtensions.menuItems;
2
3 /**
4 * An action to launch a browser with the URL for a "favorite"
5 * in the "Favorites" menu. See LaunchBrowserAction for details.
6 */
7 public class LaunchBrowserAction3 extends LaunchBrowserAction
8 {
9 }
|