|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This standard service handles opening, saving, and closing documents.
There is no default implementation in Genuine's core. This service
is rather meant for convenience because Genuine's standard actions
NewAction
,
OpenAction
,
SaveAction
, and
CloseAction
refer to it.
Method Summary | |
void |
close()
Closes a document and performs appropriate operations. |
void |
createNew()
Creates a new document and performs appropriate operations. |
void |
open()
Opens a document and performs appropriate operations. |
void |
save()
Saves a document and performs appropriate operations. |
Methods inherited from interface net.sf.genuine.organizer.Service |
isActive |
Method Detail |
public void createNew()
public void open()
public void save()
public void close()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |