|
org.openide.awt 7.55.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Savable
Context interface that represents ability to persist its state to long term storage. To get best
interaction with the system, it is preferable to use AbstractSavable
to create instances of this interface rather than implementing it
directly.
| Field Summary | |
|---|---|
static Lookup |
REGISTRY
Global registry of all Savables that are modified in the
application and subject to save by Save All action. |
| Method Summary | |
|---|---|
void |
save()
Invoke the save operation. |
String |
toString()
Human descriptive, localized name of the savable. |
| Field Detail |
|---|
static final 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.
| Method Detail |
|---|
void save()
throws IOException
IOException - if the object could not be savedString toString()
toString in class Object
|
org.openide.awt 7.55.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||