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 classAbstractInteractorclassFigureEditorInteractorclassViewportInteractorMethods in com.bc.ceres.swing.figure that return Interactor Modifier and Type Method Description InteractorInteractorAware. getInteractor()Methods in com.bc.ceres.swing.figure with parameters of type Interactor Modifier and Type Method Description booleanAbstractInteractorInterceptor. interactionAboutToStart(Interactor interactor, InputEvent inputEvent)booleanInteractorInterceptor. interactionAboutToStart(Interactor interactor, InputEvent event)voidAbstractInteractorListener. interactionCancelled(Interactor interactor, InputEvent inputEvent)voidInteractorListener. interactionCancelled(Interactor interactor, InputEvent inputEvent)voidAbstractInteractorListener. interactionStarted(Interactor interactor, InputEvent inputEvent)voidInteractorListener. interactionStarted(Interactor interactor, InputEvent inputEvent)voidAbstractInteractorListener. interactionStopped(Interactor interactor, InputEvent inputEvent)voidInteractorListener. interactionStopped(Interactor interactor, InputEvent inputEvent)booleanAbstractInteractorInterceptor. interactorAboutToActivate(Interactor interactor)booleanInteractorInterceptor. interactorAboutToActivate(Interactor interactor)voidAbstractInteractorListener. interactorActivated(Interactor interactor)voidInteractorListener. interactorActivated(Interactor interactor)voidAbstractInteractorListener. interactorDeactivated(Interactor interactor)voidInteractorListener. interactorDeactivated(Interactor interactor)voidFigureEditor. 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 classInsertEllipseFigureInteractorclassInsertLineFigureInteractorclassInsertMultiPointFigureInteractorclassInsertPolygonFigureInteractorclassInsertPolylineFigureInteractorclassInsertRectangleFigureInteractorclassInsertRectangularFigureInteractorclassNullInteractorclassPanInteractorclassSelectionInteractorInteractor for selecting and moving figures and figure points.classZoomInteractor -
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 InteractorDefaultFigureEditor. getInteractor()Methods in com.bc.ceres.swing.figure.support with parameters of type Interactor Modifier and Type Method Description voidDefaultFigureEditor. setInteractor(Interactor interactor)
-