com.eviware.soapui.impl
Class EmptyPanelBuilder

java.lang.Object
  extended by com.eviware.soapui.impl.EmptyPanelBuilder
All Implemented Interfaces:
PanelBuilder
Direct Known Subclasses:
TransferResponseValuesTestStepPanelBuilder, WsdlInterfacePanelBuilder, WsdlOperationPanelBuilder, WsdlRequestPanelBuilder, WsdlTestCasePanelBuilder, WsdlTestRequestPanelBuilder

public class EmptyPanelBuilder
extends java.lang.Object
implements PanelBuilder

Empty PanelBuilder implementation for extension.

Author:
Ole.Matzura

Constructor Summary
EmptyPanelBuilder()
           
 
Method Summary
 DesktopPanel buildDesktopPanel()
           
 java.awt.Component buildOverviewPanel()
           
 javax.swing.JPanel buildPropertyPanel()
           
 boolean canBuildDesktopPanel()
           
 java.lang.String getDesktopPanelTitle()
           
 boolean hasOverviewPanel()
           
 boolean hasPropertyPanel()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EmptyPanelBuilder

public EmptyPanelBuilder()
Method Detail

hasOverviewPanel

public boolean hasOverviewPanel()
Specified by:
hasOverviewPanel in interface PanelBuilder

buildOverviewPanel

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

canBuildDesktopPanel

public boolean canBuildDesktopPanel()
Specified by:
canBuildDesktopPanel in interface PanelBuilder

buildDesktopPanel

public DesktopPanel buildDesktopPanel()
Specified by:
buildDesktopPanel in interface PanelBuilder

getDesktopPanelTitle

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

hasPropertyPanel

public boolean hasPropertyPanel()

buildPropertyPanel

public javax.swing.JPanel buildPropertyPanel()


Copyright © 2005 eviware.com. All Rights Reserved.