Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.port80.eclipse.jdt.graph.views.* (2)

com.port80.eclipse.jdt.graph: Javadoc index of package com.port80.eclipse.jdt.graph.


Package Samples:

com.port80.eclipse.jdt.graph.views

Classes:

FileDependGraphAction: Depend Graph depicts the source file and class file type reference relationships. For source file, all types in the source file are grouped into one node. For binary class file, nested class are grouped to the node for their enclosing class. Reference is depicted by an edge to the referenced type/file. To make the graph more readable, edge from an inherited type is removed if its super class/interface exists in the graph and already has an edge to the same destination. Type are represented by vertex. The vertex name is the absolute file path for source type and fully qualified typename + ".java" ...
DependGraphAction: Extract an method call graph in UML like format for a given set of classes ( 'selected' objects). Each vertex represent either a caller or a callee. Caller is a method or a class labelled with method that calls external methods. Callee is method that is called by a caller. Edges of type '-hasCalls' represent calls from the caller vertex to the callee vertex. Edges of type '-typehier' represent type herierhical from superclass to derived classes. Edges of type '-implemented' represent that the head vertex (method) implements tail vertex (interface).
GraphViewerContributor: Manages the installation/deinstallation of global actions for multi-page editors. Responsible for the redirection of global actions to the active editor. Multi-page contributor replaces the contributors for the individual editors in the multi-page editor.
DependGraphOptionsDialog: Prompt user for call graph options. Options: Scope selected|selected+1 Detail class|method
MethodWrapper: Wrapper for an IMethodBinding to make sure they compares with the full method signature.
TypeWrapper: Wrapper of an ITypeBinding to make sure they compares with the full type name.
GraphViewer: A graph viewer in eclipse to view graph rendered in a BufferedImage.
ProjectDependGraphAction: Show project dependency graph for projects in workspace.
MethodReferenceASTVisitor: Find method referenced in a given CompilationUnit.
TypeReferenceASTVisitor: Find type referenced in a given CompilationUnit.
IBindingWrapper
ASTError
GraphUtil
IGraphAction

Home | Contact Us | Privacy Policy | Terms of Service