ix.ip2.test
Class TestSeparator

java.lang.Object
  extended by ix.ip2.test.TestSeparator
All Implemented Interfaces:
TestElement

public class TestSeparator
extends java.lang.Object
implements TestElement

An object that becomes a separator in the test menu.


Constructor Summary
TestSeparator()
           
 
Method Summary
 void addToMenu(PanelFrame frame)
          Tells the panel to add a separator to the test menu.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestSeparator

public TestSeparator()
Method Detail

addToMenu

public void addToMenu(PanelFrame frame)
Tells the panel to add a separator to the test menu.

Specified by:
addToMenu in interface TestElement