org.objectweb.fractal.explorer.panel
Class SuperComponentsTable

java.lang.Object
  extended by org.objectweb.fractal.explorer.panel.SuperComponentsTable
All Implemented Interfaces:
org.objectweb.util.explorer.api.Table, org.objectweb.util.explorer.api.View

public class SuperComponentsTable
extends Object
implements org.objectweb.util.explorer.api.Table

Displays the internal components of a component.

Version:
0.1
Author:
Jerome Moroy

Constructor Summary
SuperComponentsTable()
           
 
Method Summary
 String[] getHeaders(org.objectweb.util.explorer.api.TreeView treeView)
          Overriding methods
 Object[][] getRows(org.objectweb.util.explorer.api.TreeView treeView)
          Overriding methods
protected  SuperController provideSuperController(org.objectweb.util.explorer.api.TreeView treeView)
          Provides the SuperController for the given tree view.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SuperComponentsTable

public SuperComponentsTable()
Method Detail

provideSuperController

protected SuperController provideSuperController(org.objectweb.util.explorer.api.TreeView treeView)
Provides the SuperController for the given tree view.

Parameters:
treeView -
Returns:
the SuperController for the given tree view.

getHeaders

public String[] getHeaders(org.objectweb.util.explorer.api.TreeView treeView)
Overriding methods

Specified by:
getHeaders in interface org.objectweb.util.explorer.api.Table
See Also:
Table.getHeaders(org.objectweb.util.explorer.api.TreeView)

getRows

public Object[][] getRows(org.objectweb.util.explorer.api.TreeView treeView)
Overriding methods

Specified by:
getRows in interface org.objectweb.util.explorer.api.Table
See Also:
Table.getRows(org.objectweb.util.explorer.api.TreeView)