@Deprecated public class PrefuseGraphContainerForJava extends PrefuseGraphContainer
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
javaOperation
Deprecated.
|
static java.lang.String |
jdtProject
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
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.).
|
createPartControl, initializeGraphViewContainer, initializeGraphViewContainer, initializeRadialGraphViewContainer, initializeRadialGraphViewContainer, initializeTreeViewContainerpublic static final java.lang.String javaOperation
public static final java.lang.String jdtProject
public static PrefuseGraphContainerForJava getInstance()
public javax.swing.JPanel initializeTreeViewContainer(Graph graph,
java.lang.String label,
java.lang.String image)
PrefuseGraphContainerinitializeTreeViewContainer in class PrefuseGraphContainergraph - informations to build the treelabel - the name of the attribute which will be used to render text of nodes