Module interacto.java.api
Package io.github.interacto.binding
-
Interface Summary Interface Description WidgetBinding<C extends Command> The concept of widget binding and its related services. -
Class Summary Class Description WidgetBindingImpl<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. -
Exception Summary Exception Description MustBeUndoableCmdException This exception must be launched when a command which is not undoable want to be undone or redone.