test.check
Interface Controllable

All Known Implementing Classes:
CombosPanel, ControllablePanel, DesktopPanel, FileTreePanel, ListPanel, ScrollPanel, SliderPanel, SplitPanel, TablePanel, TabPanel, TreePanel

public interface Controllable

Base interface for test application panels that wish to contribute a control panel to the control task pane container.

Author:
Kirill Grouchnikov

Method Summary
 javax.swing.JPanel getControlPanel()
          Returns the control panel.
 

Method Detail

getControlPanel

javax.swing.JPanel getControlPanel()
Returns the control panel.

Returns:
The control panel.