com.eviware.soapui.ui
Class URLDesktopPanel

java.lang.Object
  extended by com.eviware.soapui.ui.support.DefaultDesktopPanel
      extended by com.eviware.soapui.ui.URLDesktopPanel
All Implemented Interfaces:
PropertyChangeNotifier, DesktopPanel

public class URLDesktopPanel
extends DefaultDesktopPanel


Field Summary
 
Fields inherited from interface com.eviware.soapui.ui.desktop.DesktopPanel
ICON_PROPERTY, TITLE_PROPERTY
 
Constructor Summary
URLDesktopPanel(java.lang.String title, java.lang.String description, java.lang.String url)
           
 
Method Summary
 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
 

Constructor Detail

URLDesktopPanel

public URLDesktopPanel(java.lang.String title,
                       java.lang.String description,
                       java.lang.String url)
Method Detail

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


Copyright © 2005-2008 eviware.com. All Rights Reserved.