org.objectweb.fractal.explorer.panel
Class ComponentTable
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ComponentTable
public ComponentTable()
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