org.objectweb.fractal.explorer.panel
Class ComponentTypeTable
java.lang.Object
org.objectweb.fractal.explorer.panel.ComponentTypeTable
- All Implemented Interfaces:
- org.objectweb.util.explorer.api.Table, org.objectweb.util.explorer.api.View
public class ComponentTypeTable
- extends Object
- implements org.objectweb.util.explorer.api.Table
Displays the interface of the component type.
- Version:
- 0.1
- Author:
- Jerome Moroy
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ComponentTypeTable
public ComponentTypeTable()
getType
protected String getType(InterfaceType itfType)
- The type can be "Client", "Server" or "Controller"
- Parameters:
itfType
-
- Returns:
- the type of the interface.
getValues
protected Object[] getValues(InterfaceType itfType)
- Fills one row
- Parameters:
itfType
-
- Returns:
- the row.
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