|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.openide.awt.HtmlBrowser.URLDisplayer
A manager class which can display URLs in the proper way. Might open a selected HTML browser, knows about embedded vs. external browsers, etc.
Constructor Summary | |
protected |
HtmlBrowser.URLDisplayer()
Subclass constructor. |
Method Summary | |
static HtmlBrowser.URLDisplayer |
getDefault()
Get the default URL displayer. |
abstract void |
showURL(URL u)
API clients usage: Call this method to display your URL in browser which is currently selected in IDE. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
protected HtmlBrowser.URLDisplayer()
Method Detail |
public static HtmlBrowser.URLDisplayer getDefault()
public abstract void showURL(URL u)
SPI clients usage: Implement this method to display given URL to the user.
u
- the URL to show
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |