public interface Configurable
Modifier and Type | Method and Description |
---|---|
void |
configure(Frame parent)
If this object is configurable, a dialog to configure the
object is shown.
|
boolean |
isConfigurable()
Tests, if this object is configurable.
|
boolean isConfigurable()
true
if this object is configurable;
false
otherwise.void configure(Frame parent)
parent
- The parent frame of the new dialog.Copyright © 2012 Thomas Hillebrandt. All Rights Reserved.