站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > NetBeans API Javadoc 4.1.0

HtmlBrowser.URLDisplayer (NetBeans APIs) - NetBeans API Javadoc 4.1.0


org.openide.awt
Class HtmlBrowser.URLDisplayer

java.lang.Object
  extended byorg.openide.awt.HtmlBrowser.URLDisplayer
Enclosing class:
HtmlBrowser

public abstract static class HtmlBrowser.URLDisplayer
extends Object

A manager class which can display URLs in the proper way. Might open a selected HTML browser, knows about embedded vs. external browsers, etc.

Since:
3.14

Constructor Summary
protected HtmlBrowser.URLDisplayer()
          Subclass constructor.
 
Method Summary
static HtmlBrowser.URLDisplayer getDefault()
          Get the default URL displayer.
abstract  void showURL(URL u)
          Display a URL to the user somehow.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HtmlBrowser.URLDisplayer

protected HtmlBrowser.URLDisplayer()
Subclass constructor.

Method Detail

getDefault

public static HtmlBrowser.URLDisplayer getDefault()
Get the default URL displayer.

Returns:
the default instance from lookup

showURL

public abstract void showURL(URL u)
Display a URL to the user somehow.

Parameters:
u - the URL to show


Built on May 4 2005.  |  Portions Copyright 1997-2005 Sun Microsystems, Inc. All rights reserved.