Package com.palantir.ptoss.cinch.swing
Class OnClick.Wiring
java.lang.Object
com.palantir.ptoss.cinch.swing.OnClick.Wiring
- All Implemented Interfaces:
- BindingWiring
- Enclosing class:
- OnClick
Inner utility class that performs the runtime wiring of all 
OnClick bindings.- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionwire(BindingContext context) Performs wiring that this instance performs given the passedBindingContext.
- 
Constructor Details- 
Wiringpublic Wiring()
 
- 
- 
Method Details- 
wireDescription copied from interface:BindingWiringPerforms wiring that this instance performs given the passedBindingContext.- Specified by:
- wirein interface- BindingWiring
- Parameters:
- context- the- BindingContextcontain all the data about components in this context.
- Returns:
- a collection of Bindingobjects wired by thisBindingWiringinstance.
 
 
-