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

net.alantea.swing.tree.ITreeContentProvider Maven / Gradle / Ivy

The newest version!
package net.alantea.swing.tree;

import java.awt.Image;

public interface ITreeContentProvider
{
   public String getLabel(Object element);
   public Image getImage(Object element);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy