org.eclipse.gmt.modisco.usecase.modelfilter.methodcalls.converter
Class PrefuseGraphContainerForJava

java.lang.Object
  extended by org.eclipse.gmt.modisco.infra.prefuse.PrefuseGraphContainer
      extended by org.eclipse.gmt.modisco.usecase.modelfilter.methodcalls.converter.PrefuseGraphContainerForJava

Deprecated. use matching org.eclipse.modisco.x.y.z component

@Deprecated
public class PrefuseGraphContainerForJava
extends PrefuseGraphContainer


Field Summary
static java.lang.String javaOperation
          Deprecated.  
static java.lang.String jdtProject
          Deprecated.  
 
Method Summary
static PrefuseGraphContainerForJava getInstance()
          Deprecated.  
 javax.swing.JPanel initializeTreeViewContainer(Graph graph, java.lang.String label, java.lang.String image)
          Deprecated. From a prefuse graph, it initializes a TreeView container, composed of a tree (deduced from graph informations, so the graph shall not contain cyclic links, in this case you should use the initializeRadialGraphViewContainer method instead), a search area and custom navigation (left click on an element will center the view on it, right click will zoom out to fit the graph into the window, left press and move will move the graph, etc.).
 
Methods inherited from class org.eclipse.gmt.modisco.infra.prefuse.PrefuseGraphContainer
createPartControl, initializeGraphViewContainer, initializeGraphViewContainer, initializeRadialGraphViewContainer, initializeRadialGraphViewContainer, initializeTreeViewContainer
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

javaOperation

public static final java.lang.String javaOperation
Deprecated. 
See Also:
Constant Field Values

jdtProject

public static final java.lang.String jdtProject
Deprecated. 
See Also:
Constant Field Values
Method Detail

getInstance

public static PrefuseGraphContainerForJava getInstance()
Deprecated. 

initializeTreeViewContainer

public javax.swing.JPanel initializeTreeViewContainer(Graph graph,
                                                      java.lang.String label,
                                                      java.lang.String image)
Deprecated. 
Description copied from class: PrefuseGraphContainer
From a prefuse graph, it initializes a TreeView container, composed of a tree (deduced from graph informations, so the graph shall not contain cyclic links, in this case you should use the initializeRadialGraphViewContainer method instead), a search area and custom navigation (left click on an element will center the view on it, right click will zoom out to fit the graph into the window, left press and move will move the graph, etc.). To encapsulate the swing component into an SWT component, use provided method createPartControl(Composite parent, JPanel treeview)

Overrides:
initializeTreeViewContainer in class PrefuseGraphContainer
Parameters:
graph - informations to build the tree
label - the name of the attribute which will be used to render text of nodes
Returns:
a swing panel which encapsulate tree view