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

xy.reflect.ui.info.type.enumeration.IEnumerationItemInfo Maven / Gradle / Ivy

package xy.reflect.ui.info.type.enumeration;

import xy.reflect.ui.info.IInfo;
import xy.reflect.ui.info.ResourcePath;

public interface IEnumerationItemInfo extends IInfo{
	
	ResourcePath getIconImagePath();

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy