|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface FigureStore
Interface providing access to a facility for storing and restoring
XML descriptions of DrawFigures
that are displayed on a
DrawGraphicsPane
by a DrawActions
instance.
When used in conjuction with DrawGraphicMenu
this interface
will have the activate()
method invoked, after an update
of the current instance of DrawActions
is made.
Method Summary | |
---|---|
void |
activate()
Activate the interface so that the user can either choose to save the currently displayed figures, or restore a previously saved set of figures. |
void |
setDrawActions(DrawActions drawActions)
Set the DrawActions instance to use when storing and
restoring previous Figures. |
Method Detail |
---|
void setDrawActions(DrawActions drawActions)
DrawActions
instance to use when storing and
restoring previous Figures.
void activate()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |