Package com.palantir.ptoss.cinch.swing
package com.palantir.ptoss.cinch.swing
-
ClassDescriptionA component binding that will call a method when an action occurs.Inner utility class used to wire
Action
bindings.Used to bind a UI control to a model property, where property is meant in a strict Java sense.Inner utility class to simplify figuring out how to display null values in controls.Inner utility class that performs the runtime wiring of all bindings in this package.A binding for an interface component that has an extent (setExtent/getExtent methods).Inner utility class that performs the runtime wiring of allBoundExtent
bindings.A binding for an interface component that has a location (setLocation/getLocation methods).Inner utility class that performs the runtime wiring of allBoundLocation
bindings.Inner utility class that performs the runtime wiring of allBoundSelection
bindings.A binding that will set the enabled state of the annotated component to the state of a model boolean.Enum to specify if normal or inverted comparisons should be used.Inner utility class that performs the runtime wiring of allEnabledIf
bindings.A component binding that will call a method when an action occurs.Inner utility class that performs the runtime wiring of allOnChange
bindings.A binding that will call a method when the on-click action occurs on this component.Enum specifying which mouse button is being bound by this binding.Inner utility class that performs the runtime wiring of allOnClick
bindings.A binding that will call one method when the bound component loses focus, and another method when focus is gained.Inner utility class that performs the runtime wiring of allOnFocusChange
bindings.A binding that will set the Visible state of the annotated component to the state of a model boolean.Enum to specify if normal or inverted comparisons should be used.Inner utility class that performs the runtime wiring of allVisibleIf
bindings.