| Package | Description |
|---|---|
| vona.ui |
Vona's utils: UI stuff.
|
| Modifier and Type | Field and Description |
|---|---|
protected java.util.Map<java.awt.Component,ActionMapper.ComponentState> |
ActionMapper.componentStateMap
map from AWT
Component to ActionMapper.ComponentState |
| Modifier and Type | Method and Description |
|---|---|
protected ActionMapper.ComponentState |
ActionMapper.lookupComponentState(java.awt.Component c)
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
ActionMapper.handleAction(java.lang.String baseSpec,
java.awt.Component c,
ActionMapper.ComponentState s,
int eventID,
long timestamp,
int eventType)
Covers
ActionMapper.handleAction(String, Component, ComponentState,
int, long, int, boolean), does not ignore shift down. |
boolean |
ActionMapper.handleAction(java.lang.String baseSpec,
java.awt.Component c,
ActionMapper.ComponentState s,
int eventID,
long timestamp,
int eventType,
boolean ignoreShiftDown)
Add modifier specs to make an action spec from baseSpec,
ActionMapper.lookupAction(java.lang.String, boolean), and execute the ActionMapper.Action, if any. |
protected boolean |
ActionMapper.handleKeyReleased(java.awt.Component c,
ActionMapper.ComponentState s,
int code,
int eventID,
long timestamp)
|
protected boolean |
ActionMapper.handleKeyTyped(java.awt.Component c,
ActionMapper.ComponentState s,
char ch,
int eventID,
long timestamp)
|
protected boolean |
ActionMapper.handleMouseClick(java.awt.Component c,
ActionMapper.ComponentState s,
int btn,
int eventID,
long timestamp)
|
protected boolean |
ActionMapper.handleMouseMove(java.awt.Component c,
ActionMapper.ComponentState s,
int eventID,
long timestamp)
|
protected boolean |
ActionMapper.handleMouseWheelMove(java.awt.Component c,
ActionMapper.ComponentState s,
int eventID,
long timestamp)
|
abstract boolean |
ActionMapper.Action.run(java.lang.String actionSpec,
java.awt.Component component,
ActionMapper.ComponentState componentState)
Execute the action.
|
boolean |
ActionMapper.ApplyingAction.run(java.lang.String actionSpec,
java.awt.Component component,
ActionMapper.ComponentState cs)
Delegates to
ActionMapper.ApplyingAction.appliccable.apply(Object[]), see
class header doc. |