org.objectweb.fractal.explorer.panel
Class InternalComponentsTable
java.lang.Object
org.objectweb.fractal.explorer.panel.InternalComponentsTable
- All Implemented Interfaces:
- org.objectweb.util.explorer.api.Table, org.objectweb.util.explorer.api.View
public class InternalComponentsTable
- extends Object
- implements org.objectweb.util.explorer.api.Table
Displays the internal components of a component.
- Version:
- 0.1
- Author:
- Jerome Moroy
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
InternalComponentsTable
public InternalComponentsTable()
provideContentController
protected ContentController provideContentController(org.objectweb.util.explorer.api.TreeView treeView)
- Provides the ContentController for the given tree view.
- Parameters:
treeView
-
- Returns:
- the ContentController for the given tree view.
getHeaders
public String[] getHeaders(org.objectweb.util.explorer.api.TreeView treeView)
- Specified by:
getHeaders
in interface org.objectweb.util.explorer.api.Table
getRows
public Object[][] getRows(org.objectweb.util.explorer.api.TreeView treeView)
- Specified by:
getRows
in interface org.objectweb.util.explorer.api.Table