|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.objectweb.fractal.explorer.panel.InternalInterfacesTable
public class InternalInterfacesTable
Displays the internal components of a component.
Field Summary | |
---|---|
protected NameController |
nameController_
The name controller. |
Constructor Summary | |
---|---|
InternalInterfacesTable()
|
Method Summary | |
---|---|
protected BindingController |
getBindingController(Interface itf)
Provides the BindingController associates to the given interface. |
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)
Overriding methods |
protected NameController |
getNameController(Interface itf)
Provides the NameController associates to the given interface. |
Object[][] |
getRows(org.objectweb.util.explorer.api.TreeView treeView)
Overriding methods |
protected Object[] |
getValues(Interface itf,
BindingController bc)
Provides an interface, its type and the interface it is connected on. |
protected ContentController |
provideContentController(org.objectweb.util.explorer.api.TreeView treeView)
Provides the ContentController for the given tree view. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected NameController nameController_
Constructor Detail |
---|
public InternalInterfacesTable()
Method Detail |
---|
protected org.objectweb.util.explorer.api.Entry getBoundInterface(Interface itf, BindingController bc)
itf
- bc
-
protected BindingController getBindingController(Interface itf)
itf
-
protected NameController getNameController(Interface itf)
itf
-
protected Object[] getValues(Interface itf, BindingController bc)
itf
- bc
-
protected ContentController provideContentController(org.objectweb.util.explorer.api.TreeView treeView)
treeView
-
public String[] getHeaders(org.objectweb.util.explorer.api.TreeView treeView)
getHeaders
in interface org.objectweb.util.explorer.api.Table
Table.getHeaders(org.objectweb.util.explorer.api.TreeView)
public Object[][] getRows(org.objectweb.util.explorer.api.TreeView treeView)
getRows
in interface org.objectweb.util.explorer.api.Table
Table.getRows(org.objectweb.util.explorer.api.TreeView)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |