Uses of Class
ix.ip2.PanelFrame

Packages that use PanelFrame
ix.ip2 I-X Process Panels 
ix.ip2.test Classes for test-menu entries. 
ix.itest I-TEST. 
 

Uses of PanelFrame in ix.ip2
 

Subclasses of PanelFrame in ix.ip2
 class Ip2Frame
          The main frame of the I-P2 user interface.
 class NewIp2Frame
          The main frame of the I-P2 user interface.
 

Uses of PanelFrame in ix.ip2.test
 

Fields in ix.ip2.test declared as PanelFrame
protected  PanelFrame PanelTest.frame
           
 

Methods in ix.ip2.test with parameters of type PanelFrame
 void TestSeparator.addToMenu(PanelFrame frame)
          Tells the panel to add a separator to the test menu.
 void PanelTest.addToMenu(PanelFrame frame)
          Adds a test menu item based on a PanelTest such as a TestItem and sets this PanelTests's frame.
 void TestElement.addToMenu(PanelFrame frame)
           
 

Uses of PanelFrame in ix.itest
 

Subclasses of PanelFrame in ix.itest
 class ItestFrame
          The main frame of the I-TEST user interface.