org.objectweb.fractal.explorer.panel
Class ComponentGraph
java.lang.Object
org.objectweb.fractal.explorer.panel.ComponentGraph
- All Implemented Interfaces:
- org.objectweb.util.explorer.api.Panel, org.objectweb.util.explorer.api.View
public class ComponentGraph
- extends Object
- implements org.objectweb.util.explorer.api.Panel
- Version:
- 0.2
Field Summary |
protected JPanel |
panel_
The panel in which the component graph will be drawn. |
Method Summary |
Object |
getPanel()
|
void |
selected(org.objectweb.util.explorer.api.TreeView treeView)
|
void |
unselected(org.objectweb.util.explorer.api.TreeView treeView)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
panel_
protected JPanel panel_
- The panel in which the component graph will be drawn.
ComponentGraph
public ComponentGraph()
- Default constructor.
It creates a panel and fixes the background color to white color.
selected
public void selected(org.objectweb.util.explorer.api.TreeView treeView)
- Specified by:
selected
in interface org.objectweb.util.explorer.api.Panel
getPanel
public Object getPanel()
- Specified by:
getPanel
in interface org.objectweb.util.explorer.api.Panel
unselected
public void unselected(org.objectweb.util.explorer.api.TreeView treeView)
- Specified by:
unselected
in interface org.objectweb.util.explorer.api.Panel