com.eviware.soapui.impl.rest.panels.method
Class RestMethodPanelBuilder

java.lang.Object
  extended by com.eviware.soapui.impl.EmptyPanelBuilder<RestMethod>
      extended by com.eviware.soapui.impl.rest.panels.method.RestMethodPanelBuilder
All Implemented Interfaces:
PanelBuilder<RestMethod>

public class RestMethodPanelBuilder
extends EmptyPanelBuilder<RestMethod>

PanelBuilder for WsdlInterface

Author:
Ole.Matzura

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

Constructor Detail

RestMethodPanelBuilder

public RestMethodPanelBuilder()
Method Detail

buildDesktopPanel

public RestMethodDesktopPanel buildDesktopPanel(RestMethod method)
Specified by:
buildDesktopPanel in interface PanelBuilder<RestMethod>
Overrides:
buildDesktopPanel in class EmptyPanelBuilder<RestMethod>

hasDesktopPanel

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

buildOverviewPanel

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

hasOverviewPanel

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


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