public class URLDesktopPanel extends DefaultDesktopPanel
ICON_PROPERTY, TITLE_PROPERTY| Constructor and Description |
|---|
URLDesktopPanel(String title,
String description,
String url,
String backupUrl) |
| Modifier and Type | Method and Description |
|---|---|
protected WebViewBasedBrowserComponent |
getBrowser() |
boolean |
isClosed() |
void |
navigate(String url,
String errorUrl,
boolean async) |
boolean |
onClose(boolean canCancel)
Called when a desktop panel is about to be closed, may be overriden
(depending on situation) by returning false if canCancel is set to true.
|
addDependency, addPropertyChangeListener, addPropertyChangeListener, dependsOn, getComponent, getDescription, getIcon, getModelItem, getTitle, loadIcon, removePropertyChangeListener, removePropertyChangeListener, setTitlepublic URLDesktopPanel(String title, String description, String url, String backupUrl) throws InterruptedException, InvocationTargetException
public boolean onClose(boolean canCancel)
DesktopPanelonClose in interface DesktopPanelonClose in class DefaultDesktopPanelpublic boolean isClosed()
protected WebViewBasedBrowserComponent getBrowser()
Copyright © 2019. All Rights Reserved.