Package com.palantir.ptoss.cinch.swing
Class VisibleIf.Wiring
java.lang.Object
com.palantir.ptoss.cinch.swing.VisibleIf.Wiring
- All Implemented Interfaces:
BindingWiring
- Enclosing class:
- VisibleIf
Inner utility class that performs the runtime wiring of all
VisibleIf
bindings.-
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:BindingWiring
Performs wiring that this instance performs given the passedBindingContext
.- Specified by:
wire
in interfaceBindingWiring
- Parameters:
context
- theBindingContext
contain all the data about components in this context.- Returns:
- a collection of
Binding
objects wired by thisBindingWiring
instance.
-