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

io.github.jsoagger.jfxcore.engine.components.tab.IBadgeProvider Maven / Gradle / Ivy

The newest version!
/**
 *
 */
package io.github.jsoagger.jfxcore.engine.components.tab;

import javafx.beans.property.SimpleIntegerProperty;

/**
 * @author vonji
 *
 */
public interface IBadgeProvider {

	SimpleIntegerProperty countProperty();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy