| Home >> All >> com >> port80 >> eclipse >> jdt >> [ util Javadoc ] |
com.port80.eclipse.jdt.util: Javadoc index of package com.port80.eclipse.jdt.util.
Package Samples:
com.port80.eclipse.jdt.util
Classes:
PersistentItem: Wrapper around object to make it a tree item and persistable. Currently, valid objects that can be persisted are IType, IMethod, other object type are not persisted. Each item is uniquely identified by its Kind, FullName, FullPath, Project. Items with the fields equal is the same item. When the presistable object is resolved to an actual object in the workspace, it is cached and subsequently return by getCached(). Use resolve() to force resolving again. Used by MethodView and WorkingSetView to save history objects.
JavaUtil: This is a utility class to provide static methods for: . Locating the IJavaElement being selected in the editor just activated. Typically called within an PartListener. This is used by MethodView and WorkingSetView to select the corresponding element when an editor is activated.
JavaElementTypeComparator: Unmodified copy from org.eclipse.jdt.internal.ui.browsing.JavaElementTypeComparator since it is not public till Eclipse 2.0 release.
PersistentFolder: Persistent folder holds PersistentItem objects as children.
JavaElementFolder: A wrapper of an IJavaElement as a tree folder.
JavaElementItem: A wrapper of an IJavaElement as a tree item.
| Home | Contact Us | Privacy Policy | Terms of Service |