Uses of Class
io.github.interacto.interaction.InteractionImpl
-
Packages that use InteractionImpl Package Description io.github.interacto.binding -
-
Uses of InteractionImpl in io.github.interacto.binding
Classes in io.github.interacto.binding with type parameters of type InteractionImpl 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.Fields in io.github.interacto.binding declared as InteractionImpl Modifier and Type Field Description protected IWidgetBindingImpl. interactionThe source interaction.Methods in io.github.interacto.binding that return InteractionImpl Modifier and Type Method Description InteractionImpl<?,?,?>WidgetBinding. getInteraction()
-