Package examples

Class SelectedPropertyExample


  • public class SelectedPropertyExample
    extends SingleFrameApplication
    A simple demonstration of the @Action(selectedProperty) annotation parameter. The selectedProperty parameter names a bound boolean property whose value is kept in sync with the value of the corresponding ApplicationAction's selectedProperty, which in turn mirrors the value of JToggleButtons that have been configured with that ApplicationAction.