BrowserSvc Class

com.bea.ide.ui.browser
BrowserSvc Class

public class BrowserSvc

    extends Object

Service for invoking a web browser.


Hierarchy
Object
  BrowserSvc

Nested Class Summary

public static interfaceBrowserSvc.I

Field Summary

protected static BrowserSvc.I
instance
Static instance of the service interface
 

Constructor Summary

BrowserSvc()

 

Method Summary

public static BrowserSvc.I
get()
Obtain the service interface.
 
Methods from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
   

Field Detail

instance

protected static BrowserSvc.I instance
Static instance of the service interface

 

Constructor Detail

BrowserSvc

public BrowserSvc()
 

Method Detail

get() Method

public static BrowserSvc.I get()
Obtain the service interface. Value is cached in the instance variable after the first use.