1 package net.sourceforge.phpdt.internal.compiler.parser;
3 import org.eclipse.jface.resource.ImageDescriptor;
6 * Here is an interface that object that can be in the outline view must implement.
7 * @author Matthieu Casanova
9 public interface Outlineable {
12 * This will return the image for the outline of the object.
15 ImageDescriptor getImage();