Package com.palantir.ptoss.cinch.swing
Class EnabledIf.Wiring
java.lang.Object
com.palantir.ptoss.cinch.swing.EnabledIf.Wiring
- All Implemented Interfaces:
BindingWiring
- Enclosing class:
- EnabledIf
Inner utility class that performs the runtime wiring of all
EnabledIf bindings.- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic class -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionwire(BindingContext context) Performs wiring that this instance performs given the passedBindingContext.
-
Constructor Details
-
Wiring
public Wiring()
-
-
Method Details
-
wire
Description copied from interface:BindingWiringPerforms wiring that this instance performs given the passedBindingContext.- Specified by:
wirein interfaceBindingWiring- Parameters:
context- theBindingContextcontain all the data about components in this context.- Returns:
- a collection of
Bindingobjects wired by thisBindingWiringinstance.
-