com.eviware.soapui.impl.wsdl.panels.testcase
Class WsdlTestCasePanelBuilder<T extends WsdlTestCase>

java.lang.Object
  extended by com.eviware.soapui.impl.EmptyPanelBuilder<T>
      extended by com.eviware.soapui.impl.wsdl.panels.testcase.WsdlTestCasePanelBuilder<T>
All Implemented Interfaces:
PanelBuilder<T>

public class WsdlTestCasePanelBuilder<T extends WsdlTestCase>
extends EmptyPanelBuilder<T>

PanelBuilder for WsdlTestCase

Author:
Ole.Matzura

Constructor Summary
WsdlTestCasePanelBuilder()
           
 
Method Summary
 DesktopPanel buildDesktopPanel(T testCase)
           
 java.awt.Component buildOverviewPanel(T modelItem)
           
 boolean hasDesktopPanel()
           
 
Methods inherited from class com.eviware.soapui.impl.EmptyPanelBuilder
buildDefaultProperties, get, hasOverviewPanel
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WsdlTestCasePanelBuilder

public WsdlTestCasePanelBuilder()
Method Detail

buildDesktopPanel

public DesktopPanel buildDesktopPanel(T testCase)
Specified by:
buildDesktopPanel in interface PanelBuilder<T extends WsdlTestCase>
Overrides:
buildDesktopPanel in class EmptyPanelBuilder<T extends WsdlTestCase>

hasDesktopPanel

public boolean hasDesktopPanel()
Specified by:
hasDesktopPanel in interface PanelBuilder<T extends WsdlTestCase>
Overrides:
hasDesktopPanel in class EmptyPanelBuilder<T extends WsdlTestCase>

buildOverviewPanel

public java.awt.Component buildOverviewPanel(T modelItem)
Specified by:
buildOverviewPanel in interface PanelBuilder<T extends WsdlTestCase>
Overrides:
buildOverviewPanel in class EmptyPanelBuilder<T extends WsdlTestCase>


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