Class JToggleButtonWiringHarness

    • Constructor Detail

      • JToggleButtonWiringHarness

        public JToggleButtonWiringHarness()
    • Method Detail

      • wire

        public java.util.Collection<Binding> wire​(Bound bound,
                                                  BindingContext context,
                                                  java.lang.reflect.Field field)
                                           throws java.lang.IllegalAccessException,
                                                  java.beans.IntrospectionException
        Description copied from interface: WiringHarness
        Performs the wiring of a specific component based on the passed binding annotation.
        Specified by:
        wire in interface WiringHarness<Bound,​java.lang.reflect.Field>
        Parameters:
        bound - annotation containing the data needed to wire this component to the context.
        context - metadata about the context for wiring.
        field - the component to be wired by this harness.
        Returns:
        one or more Binding objects represent the wirings performed by this harness.
        Throws:
        java.lang.IllegalAccessException
        java.beans.IntrospectionException
      • bindJToggleButtonToBoolean

        public static Binding bindJToggleButtonToBoolean​(java.lang.String value,
                                                         Mutator mutator,
                                                         javax.swing.AbstractButton button)
      • bindJToggleButtonToEnum

        public static Binding bindJToggleButtonToEnum​(java.lang.String value,
                                                      java.lang.Class<?> enumType,
                                                      Mutator mutator,
                                                      javax.swing.AbstractButton button)