com.eviware.soapui.impl.wsdl.panels.loadtest
Class StatisticsDesktopPanel

java.lang.Object
  extended by com.eviware.soapui.ui.support.DefaultDesktopPanel
      extended by com.eviware.soapui.impl.wsdl.panels.loadtest.StatisticsDesktopPanel
All Implemented Interfaces:
PropertyChangeNotifier, DesktopPanel

public class StatisticsDesktopPanel
extends DefaultDesktopPanel

DesktopPanel for Statistics Graphs

Author:
Ole.Matzura

Field Summary
 
Fields inherited from interface com.eviware.soapui.ui.desktop.DesktopPanel
ICON_PROPERTY, TITLE_PROPERTY
 
Constructor Summary
StatisticsDesktopPanel(WsdlLoadTest loadTest)
           
 
Method Summary
 javax.swing.JComponent getComponent()
          Gets the component used to display this desktop panel
 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, 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

StatisticsDesktopPanel

public StatisticsDesktopPanel(WsdlLoadTest loadTest)
Method Detail

getComponent

public javax.swing.JComponent getComponent()
Description copied from interface: DesktopPanel
Gets the component used to display this desktop panel

Specified by:
getComponent in interface DesktopPanel
Overrides:
getComponent in class DefaultDesktopPanel

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.