public interface Feature extends Initializable, javax.swing.Action, java.beans.PropertyChangeListener
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getFeatureID() |
java.lang.String |
getName() |
boolean |
isOn() |
boolean |
isTwoState()
Indicates whether the feature can be either on or off, without any other states.
|
void |
turnOn(boolean tf) |
initialize, isInitialized
java.lang.String getFeatureID()
java.lang.String getName()
boolean isOn()
boolean isTwoState()
void turnOn(boolean tf)