Uses of Interface
com.bc.ceres.swing.figure.Interactor
-
Packages that use Interactor Package Description com.bc.ceres.swing.figure com.bc.ceres.swing.figure.interactions com.bc.ceres.swing.figure.support -
-
Uses of Interactor in com.bc.ceres.swing.figure
Classes in com.bc.ceres.swing.figure that implement Interactor Modifier and Type Class Description class
AbstractInteractor
class
FigureEditorInteractor
class
ViewportInteractor
Methods in com.bc.ceres.swing.figure that return Interactor Modifier and Type Method Description Interactor
InteractorAware. getInteractor()
Methods in com.bc.ceres.swing.figure with parameters of type Interactor Modifier and Type Method Description boolean
AbstractInteractorInterceptor. interactionAboutToStart(Interactor interactor, InputEvent inputEvent)
boolean
InteractorInterceptor. interactionAboutToStart(Interactor interactor, InputEvent event)
void
AbstractInteractorListener. interactionCancelled(Interactor interactor, InputEvent inputEvent)
void
InteractorListener. interactionCancelled(Interactor interactor, InputEvent inputEvent)
void
AbstractInteractorListener. interactionStarted(Interactor interactor, InputEvent inputEvent)
void
InteractorListener. interactionStarted(Interactor interactor, InputEvent inputEvent)
void
AbstractInteractorListener. interactionStopped(Interactor interactor, InputEvent inputEvent)
void
InteractorListener. interactionStopped(Interactor interactor, InputEvent inputEvent)
boolean
AbstractInteractorInterceptor. interactorAboutToActivate(Interactor interactor)
boolean
InteractorInterceptor. interactorAboutToActivate(Interactor interactor)
void
AbstractInteractorListener. interactorActivated(Interactor interactor)
void
InteractorListener. interactorActivated(Interactor interactor)
void
AbstractInteractorListener. interactorDeactivated(Interactor interactor)
void
InteractorListener. interactorDeactivated(Interactor interactor)
void
FigureEditor. setInteractor(Interactor interactor)
-
Uses of Interactor in com.bc.ceres.swing.figure.interactions
Classes in com.bc.ceres.swing.figure.interactions that implement Interactor Modifier and Type Class Description class
InsertEllipseFigureInteractor
class
InsertLineFigureInteractor
class
InsertMultiPointFigureInteractor
class
InsertPolygonFigureInteractor
class
InsertPolylineFigureInteractor
class
InsertRectangleFigureInteractor
class
InsertRectangularFigureInteractor
class
NullInteractor
class
PanInteractor
class
SelectionInteractor
Interactor for selecting and moving figures and figure points.class
ZoomInteractor
-
Uses of Interactor in com.bc.ceres.swing.figure.support
Methods in com.bc.ceres.swing.figure.support that return Interactor Modifier and Type Method Description Interactor
DefaultFigureEditor. getInteractor()
Methods in com.bc.ceres.swing.figure.support with parameters of type Interactor Modifier and Type Method Description void
DefaultFigureEditor. setInteractor(Interactor interactor)
-