WebLogic Process Integrator Version 2.0

com.bea.wlpi.client.common
Class HelpListener

java.lang.Object
  |
  +--com.bea.wlpi.client.common.HelpListener
All Implemented Interfaces:
java.awt.event.ActionListener, java.util.EventListener

public class HelpListener
extends java.lang.Object
implements java.awt.event.ActionListener

Launches online help in an HTML browser or via JavaHelp.


Field Summary
protected  int helpType
           
protected  java.lang.String topicID
           
protected  java.net.URL url
           
 
Constructor Summary
HelpListener(java.net.URL url, java.lang.String topicID, int helpType)
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent e)
           
protected  void displayHTMLHelp()
           
protected  void displayJavaHelp()
           
static void displayURL(java.lang.String url)
           
static boolean isWindowsPlatform()
          Try to determine whether this application is running under Windows or some other platform by examing the "os.name" property.
static void setHelpBroker(javax.help.HelpBroker broker)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

url

protected java.net.URL url

topicID

protected java.lang.String topicID

helpType

protected int helpType
Constructor Detail

HelpListener

public HelpListener(java.net.URL url,
                    java.lang.String topicID,
                    int helpType)
Method Detail

setHelpBroker

public static void setHelpBroker(javax.help.HelpBroker broker)

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent e)
Specified by:
actionPerformed in interface java.awt.event.ActionListener

displayHTMLHelp

protected void displayHTMLHelp()

displayJavaHelp

protected void displayJavaHelp()

displayURL

public static void displayURL(java.lang.String url)

isWindowsPlatform

public static boolean isWindowsPlatform()
Try to determine whether this application is running under Windows or some other platform by examing the "os.name" property.
Returns:
true if this application is running under a Windows OS

WebLogic Process Integrator Version 2.0

BEA WebLogic Process Integrator is a trademark of BEA Systems, Inc.
Copyright (c) 2001 BEA Systems, Inc.
All rights reserved.