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, setTitle
public URLDesktopPanel(String title, String description, String url, String backupUrl) throws InterruptedException, InvocationTargetException
public boolean onClose(boolean canCancel)
DesktopPanel
onClose
in interface DesktopPanel
onClose
in class DefaultDesktopPanel
public boolean isClosed()
protected WebViewBasedBrowserComponent getBrowser()
Copyright © 2019. All Rights Reserved.