Uses of Interface
com.bc.ceres.swing.undo.Restorable
Packages that use Restorable
Package
Description
-
Uses of Restorable in com.bc.ceres.swing.figure
Subinterfaces of Restorable in com.bc.ceres.swing.figureModifier and TypeInterfaceDescriptioninterface
A figure represents a graphical object.interface
A collection of figures.interface
A selection of figures.interface
Handles are shown on figures vertices or boundaries.interface
A point figure.interface
A figure which uses an arbitrary geometry represented by a Java AWT shape.Classes in com.bc.ceres.swing.figure that implement RestorableModifier and TypeClassDescriptionclass
Base class for allFigure
implementations.class
The base class for allHandle
implementations.class
Base class for allPointFigure
implementations.class
A figure that is based on a Java AWT shape geometry. -
Uses of Restorable in com.bc.ceres.swing.figure.support
Classes in com.bc.ceres.swing.figure.support that implement Restorable -
Uses of Restorable in com.bc.ceres.swing.undo
Methods in com.bc.ceres.swing.undo that return RestorableConstructors in com.bc.ceres.swing.undo with parameters of type RestorableModifierConstructorDescriptionRestorableEdit
(Restorable changedObject, Object memento) RestorableEdit
(Restorable changedObject, Object memento, String presentationName)