org.objectweb.fractal.explorer.panel
Class ComponentTable

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

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

Displays the available business interfaces of a component.

Version:
0.1
Author:
Jerome Moroy

Constructor Summary
ComponentTable()
           
 
Method Summary
protected  org.objectweb.util.explorer.api.Entry getBoundInterface(Interface itf, BindingController bc)
          Provides the bound interface of the given client interface.
 String[] getHeaders(org.objectweb.util.explorer.api.TreeView treeView)
           
 Object[][] getRows(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
 

Constructor Detail

ComponentTable

public ComponentTable()
Method Detail

getBoundInterface

protected org.objectweb.util.explorer.api.Entry getBoundInterface(Interface itf,
                                                                  BindingController bc)
Provides the bound interface of the given client interface.

Parameters:
itf -
bc -
Returns:
the bound interface (null if no interface bound).

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