Package com.palantir.ptoss.cinch.swing
Annotation Type BoundSelection
- 
 @Retention(RUNTIME) @Target(FIELD) public @interface BoundSelectionA binding for an interface component that has a selection like aJListorJComboBox.
- 
- 
Required Element SummaryRequired Elements Modifier and Type Required Element Description java.lang.StringtoThe model property to bind to.
 
-