scijava / ui-behaviour

Configurable input handling, via mapped behaviours
Other
4 stars 2 forks source link

ADD: InputTriggerConfig.remove(...) ... #22

Closed xulman closed 4 years ago

xulman commented 4 years ago

… so that config items need not be only add(...)ed

This shall foster runtime adding and mainly removing of Behaviors (as opposed to statically predefining all of them, and possibly disabling some at runtime) without re-creating the InputTriggerConfig to match its associated InputTriggerMap (which has remove() methods).

skalarproduktraum commented 4 years ago

@tpietzsch is there a chance this could get merged at some point soon? It's holding up PRs for both scenery and sciview. Thanks!