Uses of Interface
io.github.interacto.interaction.InteractionData
-
Packages that use InteractionData Package Description io.github.interacto.binding io.github.interacto.interaction -
-
Uses of InteractionData in io.github.interacto.binding
Classes in io.github.interacto.binding with type parameters of type InteractionData Modifier and Type Class Description classWidgetBindingImpl<C extends Command,I extends InteractionImpl<D,?,?>,D extends InteractionData>The base class to do widget bindings, i.e. bindings between user interactions and (undoable) commands. -
Uses of InteractionData in io.github.interacto.interaction
Classes in io.github.interacto.interaction with type parameters of type InteractionData Modifier and Type Class Description classInteractionImpl<D extends InteractionData,E,F extends FSM<E>>The base implementation of a user interaction.
-