Goovi
Class FunctionInspector

Goovi.FunctionInspector

public class FunctionInspector

Class for the function inspector dialog


Constructor Summary
FunctionInspector(TypeBrowser tb, callin.Oid theOid)
          Constructor that creates a FunctionInspector object to inspect a certain function.
FunctionInspector(TypeBrowser tb, StringVector arg)
          Constructor that creates a FunctionInspector object to create a new function.
 
Method Summary
 void itemStateChanged(Goovi.JCItemEvent ev)
           
 void outlinerFolderStateChangeBegin(Goovi.JCOutlinerEvent ev)
           
 void outlinerFolderStateChangeEnd(Goovi.JCOutlinerEvent ev)
           
 void outlinerNodeSelectBegin(Goovi.JCOutlinerEvent ev)
           
 void outlinerNodeSelectEnd(Goovi.JCOutlinerEvent event)
           
 

Constructor Detail

FunctionInspector

public FunctionInspector(TypeBrowser tb,
                         callin.Oid theOid)
Constructor that creates a FunctionInspector object to inspect a certain function.
Parameters:
tb - The typebrowser which this functioninspector originated from.
theOid - The oid of the function to inspect.

FunctionInspector

public FunctionInspector(TypeBrowser tb,
                         StringVector arg)
                  throws java.lang.Exception
Constructor that creates a FunctionInspector object to create a new function.
Parameters:
tb - The typebrowser which this functioninspector originated from.
arg - The name of the argument types.
Method Detail

outlinerFolderStateChangeBegin

public void outlinerFolderStateChangeBegin(Goovi.JCOutlinerEvent ev)

outlinerFolderStateChangeEnd

public void outlinerFolderStateChangeEnd(Goovi.JCOutlinerEvent ev)

outlinerNodeSelectBegin

public void outlinerNodeSelectBegin(Goovi.JCOutlinerEvent ev)

outlinerNodeSelectEnd

public void outlinerNodeSelectEnd(Goovi.JCOutlinerEvent event)

itemStateChanged

public void itemStateChanged(Goovi.JCItemEvent ev)