com.eviware.soapui.ui
Class URLDesktopPanel
java.lang.Object
com.eviware.soapui.ui.support.DefaultDesktopPanel
com.eviware.soapui.ui.URLDesktopPanel
- All Implemented Interfaces:
- PropertyChangeNotifier, DesktopPanel
public class URLDesktopPanel
- extends DefaultDesktopPanel
Constructor Summary |
URLDesktopPanel(java.lang.String title,
java.lang.String description,
java.lang.String url)
|
Method Summary |
boolean |
isClosed()
|
void |
navigate(java.lang.String url,
java.lang.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. |
Methods inherited from class com.eviware.soapui.ui.support.DefaultDesktopPanel |
addDependency, addPropertyChangeListener, addPropertyChangeListener, dependsOn, getComponent, getDescription, getIcon, getModelItem, getTitle, loadIcon, removePropertyChangeListener, removePropertyChangeListener, setTitle |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
URLDesktopPanel
public URLDesktopPanel(java.lang.String title,
java.lang.String description,
java.lang.String url)
throws java.lang.InterruptedException,
java.lang.reflect.InvocationTargetException
- Throws:
java.lang.InterruptedException
java.lang.reflect.InvocationTargetException
navigate
public void navigate(java.lang.String url,
java.lang.String errorUrl,
boolean async)
onClose
public boolean onClose(boolean canCancel)
- Description copied from interface:
DesktopPanel
- 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.
- Specified by:
onClose
in interface DesktopPanel
- Overrides:
onClose
in class DefaultDesktopPanel
isClosed
public boolean isClosed()
Copyright © 2005-2010 eviware.com. All Rights Reserved.