|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.gmt.modisco.infra.prefuse.PrefuseGraphContainer
org.eclipse.gmt.modisco.usecase.modelfilter.methodcalls.converter.PrefuseGraphContainerForJava
@Deprecated public class PrefuseGraphContainerForJava
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 |
---|
public static final java.lang.String javaOperation
public static final java.lang.String jdtProject
Method Detail |
---|
public static PrefuseGraphContainerForJava getInstance()
public javax.swing.JPanel initializeTreeViewContainer(Graph graph, java.lang.String label, java.lang.String image)
PrefuseGraphContainer
initializeTreeViewContainer
in class PrefuseGraphContainer
graph
- informations to build the treelabel
- the name of the attribute which will be used to render text of nodes
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |