com.eviware.soapui.security.panels
Class SecurityTestPanelBuilder<T extends SecurityTest>

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

public class SecurityTestPanelBuilder<T extends SecurityTest>
extends EmptyPanelBuilder<T>

PanelBuilder for SecurityTests

Author:
dragica.soldo

Constructor Summary
SecurityTestPanelBuilder()
           
 
Method Summary
 DesktopPanel buildDesktopPanel(T securityTest)
           
 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

SecurityTestPanelBuilder

public SecurityTestPanelBuilder()
Method Detail

buildDesktopPanel

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

hasDesktopPanel

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

buildOverviewPanel

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


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