org.objectweb.fractal.explorer.panel
Class ControllerContainerTable
java.lang.Object
org.objectweb.fractal.explorer.panel.ControllerContainerTable
- All Implemented Interfaces:
- org.objectweb.util.explorer.api.Table, org.objectweb.util.explorer.api.View
public class ControllerContainerTable
- extends Object
- implements org.objectweb.util.explorer.api.Table
Displays the controller interface.
- Version:
- 0.1
- Author:
- Jerome Moroy
Method Summary |
String[] |
getHeaders(org.objectweb.util.explorer.api.TreeView treeView)
|
Object[][] |
getRows(org.objectweb.util.explorer.api.TreeView treeView)
|
protected Object[] |
getValues(org.objectweb.util.explorer.api.Entry entry)
Provides a row containing the controller and its signature. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ControllerContainerTable
public ControllerContainerTable()
getValues
protected Object[] getValues(org.objectweb.util.explorer.api.Entry entry)
- Provides a row containing the controller and its signature.
- Parameters:
entry
-
- Returns:
- row containing the controller and its signature.
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