Uses of Interface
com.bc.ceres.swing.figure.InteractorAware
-
Packages that use InteractorAware Package Description com.bc.ceres.swing.figure com.bc.ceres.swing.figure.support -
-
Uses of InteractorAware in com.bc.ceres.swing.figure
Subinterfaces of InteractorAware in com.bc.ceres.swing.figure Modifier and Type Interface Description interface
FigureEditor
A figure editor is used to insert, delete and modify figures stored in a figure collection.Constructors in com.bc.ceres.swing.figure with parameters of type InteractorAware Constructor Description InteractionDispatcher(InteractorAware interactorAware)
-
Uses of InteractorAware in com.bc.ceres.swing.figure.support
Classes in com.bc.ceres.swing.figure.support that implement InteractorAware Modifier and Type Class Description class
DefaultFigureEditor
A default implementation of a figure editor.
-