Uses of Interface
io.github.interacto.binding.WidgetBinding
-
Packages that use WidgetBinding Package Description io.github.interacto.binding io.github.interacto.instrument -
-
Uses of WidgetBinding in io.github.interacto.binding
Classes in io.github.interacto.binding that implement WidgetBinding 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 WidgetBinding in io.github.interacto.instrument
Classes in io.github.interacto.instrument with type parameters of type WidgetBinding Modifier and Type Interface Description interfaceInstrument<T extends WidgetBinding<? extends Command>>The concept of instrument and its related services.classInstrumentImpl<T extends WidgetBinding<? extends Command>>The base class of an instrument.
-