Interface WiringHarness<T extends Annotation,W>

Type Parameters:
T - the type of Annotation that this harness consumes.
W - the type of component that this harness knows how to wire.
All Known Implementing Classes:
CheckBoxListSelectionWiringHarness, JCheckBoxWiringHarness, JComboBoxSelectionWiringHarness, JComboBoxWiringHarness, JLabelWiringHarness, JListSelectionWiringHarness, JListWiringHarness, JPasswordFieldWiringHarness, JProgressBarWiringHarness, JSliderWiringHarness, JSpinnerWiringHarness, JTextComponentWiringHarness, JToggleButtonWiringHarness, PasswordEditorWiringHarness

public interface WiringHarness<T extends Annotation,W>
Interface for classes that actually perform a specific wiring.
  • Method Summary

    Modifier and Type
    Method
    Description
    Collection<? extends Binding>
    wire(T bound, BindingContext context, W toWire)
    Performs the wiring of a specific component based on the passed binding annotation.