All Downloads are FREE. Search and download functionalities are using the official Maven repository.

net.ulrice.databinding.viewadapter.IFStateMarker Maven / Gradle / Ivy

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