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 enumEnum specifying which mouse button is being bound by this binding.static classInner utility class that performs the runtime wiring of allOnClickbindings. - 
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
 
 
 -