public interface EvolutionControl
Modifier and Type | Method and Description |
---|---|
JComponent |
getControl() |
void |
reset()
Resets the control to its initial configuration.
|
void |
setDescription(String description)
Provides a textual description of the purpose of the control.
|
JComponent getControl()
void reset()
void setDescription(String description)
description
- The description of the control.