net.alantea.swing.tree.ITreeContentProvider Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of swingplus Show documentation
Show all versions of swingplus Show documentation
Addons over swing package.
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