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
Actionbindings.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 allBoundExtentbindings.A binding for an interface component that has a location (setLocation/getLocation methods).Inner utility class that performs the runtime wiring of allBoundLocationbindings.Inner utility class that performs the runtime wiring of allBoundSelectionbindings.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 allEnabledIfbindings.A component binding that will call a method when an action occurs.Inner utility class that performs the runtime wiring of allOnChangebindings.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 allOnClickbindings.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 allOnFocusChangebindings.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 allVisibleIfbindings.