org.objectweb.fractal.explorer.info
Class InterfaceInfo

java.lang.Object
  extended by org.objectweb.fractal.explorer.info.InterfaceInfo
All Implemented Interfaces:
org.objectweb.util.explorer.api.Info
Direct Known Subclasses:
StubInfo

public class InterfaceInfo
extends Object
implements org.objectweb.util.explorer.api.Info

Provides the signature of the interface.

Version:
0.1
Author:
Jerome Moroy

Constructor Summary
InterfaceInfo()
           
 
Method Summary
 String getInfo(org.objectweb.util.explorer.api.TreeView treeView)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InterfaceInfo

public InterfaceInfo()
Method Detail

getInfo

public String getInfo(org.objectweb.util.explorer.api.TreeView treeView)
Specified by:
getInfo in interface org.objectweb.util.explorer.api.Info
See Also:
Info.getInfo(org.objectweb.util.explorer.api.TreeView)