X-Git-Url: http://secure.phpeclipse.com diff --git a/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/internal/compiler/parser/Outlineable.java b/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/internal/compiler/parser/Outlineable.java index 564209f..90a5527 100644 --- a/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/internal/compiler/parser/Outlineable.java +++ b/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/internal/compiler/parser/Outlineable.java @@ -1,6 +1,7 @@ package net.sourceforge.phpdt.internal.compiler.parser; import org.eclipse.jface.resource.ImageDescriptor; +import org.eclipse.jface.text.Position; /** * Here is an interface that object that can be in the outline view must implement. @@ -15,4 +16,6 @@ public interface Outlineable { ImageDescriptor getImage(); Object getParent(); + + Position getPosition(); }