Package | Description |
---|---|
org.scijava.ui.behaviour |
Configurable-keys
|
org.scijava.ui.behaviour.util |
Modifier and Type | Class and Description |
---|---|
protected static class |
AbstractMouseAndKeyHandler.BehaviourEntry<T extends Behaviour> |
Modifier and Type | Interface and Description |
---|---|
interface |
ClickBehaviour |
interface |
DragBehaviour |
interface |
ScrollBehaviour |
Modifier and Type | Method and Description |
---|---|
Behaviour |
BehaviourMap.get(String key)
Returns the binding for
key , messaging the parent
BehaviourMap if the binding is not locally defined. |
Modifier and Type | Method and Description |
---|---|
Map<String,Behaviour> |
BehaviourMap.getAllBindings()
Get all bindings defined in this map and its parents.
|
Modifier and Type | Method and Description |
---|---|
void |
BehaviourMap.put(String key,
Behaviour behaviour)
Adds a binding for
key to behaviour . |
Modifier and Type | Class and Description |
---|---|
class |
AbstractNamedBehaviour |
Modifier and Type | Method and Description |
---|---|
Behaviour |
WrappedBehaviourMap.get(String key) |
Modifier and Type | Method and Description |
---|---|
Map<String,Behaviour> |
WrappedBehaviourMap.getAllBindings() |
Modifier and Type | Method and Description |
---|---|
void |
Behaviours.behaviour(Behaviour behaviour,
String name,
String... defaultTriggers) |
void |
WrappedBehaviourMap.put(String key,
Behaviour behaviour) |
Copyright © 2015–2022 SciJava. All rights reserved.