com.eviware.soapui.impl.wsdl.panels.iface
Class WsdlInterfacePanelBuilder

java.lang.Object
  extended by com.eviware.soapui.impl.EmptyPanelBuilder
      extended by com.eviware.soapui.impl.wsdl.panels.iface.WsdlInterfacePanelBuilder
All Implemented Interfaces:
PanelBuilder

public class WsdlInterfacePanelBuilder
extends EmptyPanelBuilder

PanelBuilder for WsdlInterface

Author:
Ole.Matzura

Constructor Summary
WsdlInterfacePanelBuilder(WsdlInterface iface)
           
 
Method Summary
 DesktopPanel buildDesktopPanel()
           
 java.awt.Component buildOverviewPanel()
           
 boolean canBuildDesktopPanel()
           
 java.lang.String getDesktopPanelTitle()
           
 boolean hasOverviewPanel()
           
 
Methods inherited from class com.eviware.soapui.impl.EmptyPanelBuilder
buildPropertyPanel, hasPropertyPanel
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WsdlInterfacePanelBuilder

public WsdlInterfacePanelBuilder(WsdlInterface iface)
Method Detail

buildOverviewPanel

public java.awt.Component buildOverviewPanel()
Specified by:
buildOverviewPanel in interface PanelBuilder
Overrides:
buildOverviewPanel in class EmptyPanelBuilder

hasOverviewPanel

public boolean hasOverviewPanel()
Specified by:
hasOverviewPanel in interface PanelBuilder
Overrides:
hasOverviewPanel in class EmptyPanelBuilder

buildDesktopPanel

public DesktopPanel buildDesktopPanel()
Specified by:
buildDesktopPanel in interface PanelBuilder
Overrides:
buildDesktopPanel in class EmptyPanelBuilder

canBuildDesktopPanel

public boolean canBuildDesktopPanel()
Specified by:
canBuildDesktopPanel in interface PanelBuilder
Overrides:
canBuildDesktopPanel in class EmptyPanelBuilder

getDesktopPanelTitle

public java.lang.String getDesktopPanelTitle()
Specified by:
getDesktopPanelTitle in interface PanelBuilder
Overrides:
getDesktopPanelTitle in class EmptyPanelBuilder


Copyright © 2005 eviware.com. All Rights Reserved.