Uses of Interface
com.bc.ceres.swing.figure.Interactor
Packages that use Interactor
Package
Description
-
Uses of Interactor in com.bc.ceres.swing.figure
Classes in com.bc.ceres.swing.figure that implement InteractorModifier and TypeClassDescriptionclass
class
class
Methods in com.bc.ceres.swing.figure that return InteractorMethods in com.bc.ceres.swing.figure with parameters of type InteractorModifier and TypeMethodDescriptionboolean
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 InteractorModifier and TypeClassDescriptionclass
class
class
class
class
class
class
final class
class
class
Interactor for selecting and moving figures and figure points.class
-
Uses of Interactor in com.bc.ceres.swing.figure.support
Methods in com.bc.ceres.swing.figure.support that return InteractorMethods in com.bc.ceres.swing.figure.support with parameters of type Interactor