AbstractSavablepublic interface Savable
AbstractSavable
to create instances of this interface rather than implementing it
directly.| Modifier and Type | Field | Description |
|---|---|---|
static org.openide.util.Lookup |
REGISTRY |
Global registry of all
Savables that are modified in the
application and subject to save by Save All action. |
| Modifier and Type | Method | Description |
|---|---|---|
void |
save() |
Invoke the save operation.
|
java.lang.String |
toString() |
Human descriptive, localized name of the savable.
|
static final org.openide.util.Lookup REGISTRY
Savables that are modified in the
application and subject to save by Save All action. See
AbstractSavable for description how to register your own
implementation into the registry.void save() throws java.io.IOException
java.io.IOException - if the object could not be savedjava.lang.String toString()
toString in class java.lang.ObjectBuilt on April 24 2018. | Portions Copyright 1997-2018 Oracle. All rights reserved.