
net.ulrice.databinding.viewadapter.IFStateMarker Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of ulrice-databinding Show documentation
Show all versions of ulrice-databinding Show documentation
Ulrice-Databinding is a databinding-extension for Ulrice
The newest version!
package net.ulrice.databinding.viewadapter;
import javax.swing.JComponent;
/**
* Interface for all classes marking the state on jcomponents.
*
* @author christof
*/
public interface IFStateMarker {
void initialize(JComponent component);
void updateState(Object value, boolean editable, boolean dirty, boolean valid, JComponent component);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy