org.objectweb.fractal.explorer.panel
Class ComponentTypeTable

java.lang.Object
  extended by 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

Constructor Summary
ComponentTypeTable()
           
 
Method Summary
 String[] getHeaders(org.objectweb.util.explorer.api.TreeView treeView)
           
 Object[][] getRows(org.objectweb.util.explorer.api.TreeView treeView)
           
protected  String getType(InterfaceType itfType)
          The type can be "Client", "Server" or "Controller"
protected  Object[] getValues(InterfaceType itfType)
          Fills one row
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ComponentTypeTable

public ComponentTypeTable()
Method Detail

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