com.rubecula.darwin.visualization.swing
Interface ControlPanel
- All Known Implementing Classes:
- ControlPanel_, ControlPanel_Default, ControlPanel_PepperedMoth, ControlPanel_TS
public interface ControlPanel
Interface to define the operations available on a control panel.
TODO consider changing some of the protected methods in ControlPanel_
to public interface methods.
- Author:
- Robin Hillyard
Method Summary |
void |
enableComponent(java.lang.String name,
boolean enabled)
Method to enable the specified component |
enableComponent
void enableComponent(java.lang.String name,
boolean enabled)
- Method to enable the specified component
- Parameters:
name
- enabled
-
Copyright © 2010 Rubecula Software, LLC. All Rights Reserved.