public interface PersistentController extends Controller
PROP_VALID
Modifier and Type | Method and Description |
---|---|
String |
getDisplayName()
Display name, that characterizes the current customized state of this controller.
|
boolean |
load(Properties props)
Load customized state from properties.
|
void |
save(Properties props)
Save customized state into properties.
|
addPropertyChangeListener, cancel, isValid, ok, removePropertyChangeListener
String getDisplayName()
boolean load(Properties props)
props
- The properties to load the state from.true
if the properties were successfully loaded, false otherwise.void save(Properties props)
props
- The properties to save the state to.Built on June 4 2024. | Copyright © 2017-2024 Apache Software Foundation. All Rights Reserved.