public interface Configurable
openConfig()
method serves as
delegate to access the real configuration. This does not have to be
the default ConfigDialog
implementation but can be something
as simple as a little Dialog
with some input components like
text-fields or check-boxes. It is recommended that any class that
wishes to be presented to the user as part of some UI should implement
this interface in case it features configuration possibilities.Modifier and Type | Method and Description |
---|---|
void |
openConfig()
Opens and presents the user the configuration interface associated
with this object.
|