
jidefx.utils.Customizer Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jidefx-common Show documentation
Show all versions of jidefx-common Show documentation
JideFX Common Layer is a collection of several extend feature for JavaFX
/*
* @(#)CellEditorCustomizer.java 5/19/2013
*
* Copyright 2002 - 2013 JIDE Software Inc. All rights reserved.
*/
package jidefx.utils;
/**
* An interface that can be used to customize any object.
*/
@FunctionalInterface
public interface Customizer {
void customize(T t);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy