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

xy.reflect.ui.control.swing.IAdvancedFieldControl Maven / Gradle / Ivy

package xy.reflect.ui.control.swing;

import xy.reflect.ui.info.menu.MenuModel;

public interface IAdvancedFieldControl {
	boolean displayError(String msg);

	boolean showsCaption();

	boolean refreshUI();

	boolean handlesModificationStackUpdate();

	void validateSubForm() throws Exception;

	void addMenuContribution(MenuModel menuModel);

	boolean requestCustomFocus();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy