public class URLDesktopPanel extends DefaultDesktopPanel
ICON_PROPERTY, TITLE_PROPERTY| Constructor and Description |
|---|
URLDesktopPanel(String title,
String description,
String url) |
| Modifier and Type | Method and Description |
|---|---|
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) throws InterruptedException, InvocationTargetException
public boolean onClose(boolean canCancel)
DesktopPanelonClose in interface DesktopPanelonClose in class DefaultDesktopPanelpublic boolean isClosed()
Copyright © 2013. All Rights Reserved.