Package com.palantir.ptoss.cinch.swing
Annotation Interface OnClick
A binding that will call a method when the on-click action occurs on this component.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enum
Enum specifying which mouse button is being bound by this binding.static class
Inner utility class that performs the runtime wiring of allOnClick
bindings. -
Required Element Summary
Required Elements -
Optional Element Summary
Optional Elements
-
Element Details
-
call
String call
-
-
-
count
int count- Default:
- 1
-
button
OnClick.Button button- Default:
- LEFT
-