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 SummaryNested 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 SummaryRequired Elements
- 
Optional Element SummaryOptional Elements
- 
Element Details- 
callString call
 
- 
- 
- 
countint count- Default:
- 1
 
- 
buttonOnClick.Button button- Default:
- LEFT
 
 
-