Interface ET_SessionControl
- All Superinterfaces:
ET_Control
- All Known Implementing Classes:
BasicSessionControl
Control over configuration settings in the harness.
-
Method Summary
Modifier and TypeMethodDescriptionvoidCauses a series of actions to be performed to complete configuration.voidedit()Causes configuration editor to appearReturns the config object under controlReturns panel reflecting current component statebooleanMethods inherited from interface ET_Control
dispose, getMenu, getToolBarActionList, restore, save, updateGUI
-
Method Details
-
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
JComponent getViewComponent()Returns panel reflecting current component state
-