package net.sourceforge.phpdt.internal.ui;
-import org.eclipse.jface.viewers.IBasicPropertyConstants;
+import net.sourceforge.phpdt.core.IJavaElement;
+import org.eclipse.jface.viewers.IBasicPropertyConstants;
import org.eclipse.ui.views.properties.IPropertyDescriptor;
import org.eclipse.ui.views.properties.IPropertySource;
import org.eclipse.ui.views.properties.PropertyDescriptor;
-import net.sourceforge.phpdt.core.IJavaElement;
-
public class JavaElementProperties implements IPropertySource {
private IJavaElement fSource;