Package com.sun.javatest.exec
Interface ET_SessionControl
-
- All Superinterfaces:
ET_Control
- All Known Implementing Classes:
BasicSessionControl
public interface ET_SessionControl extends ET_Control
Control over configuration settings in the harness.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
configure()
Causes a series of actions to be performed to complete configuration.void
edit()
Causes configuration editor to appearSession
getSession()
Returns the config object under controljavax.swing.JComponent
getViewComponent()
Returns panel reflecting current component stateboolean
isConfiguring()
-
Methods inherited from interface com.sun.javatest.exec.ET_Control
dispose, getMenu, getToolBarActionList, restore, save, updateGUI
-
-
-
-
Method Detail
-
getSession
Session getSession()
Returns the config object under control- Returns:
- The session associated with this instance.
-
edit
void edit()
Causes configuration editor to appear
-
configure
void configure()
Causes a series of actions to be performed to complete configuration.
-
isConfiguring
boolean isConfiguring()
- Returns:
- true if configuring is in progress at the moment.
-
getViewComponent
javax.swing.JComponent getViewComponent()
Returns panel reflecting current component state
-
-