Horus Doc || Java GUI Reference || Doxygen's quick Index  

CorbaMenuBuilder Interface Reference

Interface used to convey the menu structure information from the Corba Interface Repository to some client. More...

List of all members.

Public Methods

void createNullMenu (String name)
void openMainMenu (String pkgName)
void closeMainMenu ()
void openInterfaceMenu (String intfName)
void closeInterfaceMenu ()
void openOperationsGroup (String grpName)
void closeOperationsGroup ()
void addOperation (String opName)
void addOperation (String opName, String intfName)
void addSequenceMenu (String seqName)


Detailed Description

Interface used to convey the menu structure information from the Corba Interface Repository to some client.

A class interested in the menu structure information (client) is to implement this interface and to ask the IntRepManager to transfer the information from the IR via this interface by calling IntRepManager.buildMethodMenu.


Member Function Documentation

void CorbaMenuBuilder::createNullMenu String    name
 

void CorbaMenuBuilder::openMainMenu String    pkgName
 

void CorbaMenuBuilder::closeMainMenu  
 

void CorbaMenuBuilder::openInterfaceMenu String    intfName
 

void CorbaMenuBuilder::closeInterfaceMenu  
 

void CorbaMenuBuilder::openOperationsGroup String    grpName
 

void CorbaMenuBuilder::closeOperationsGroup  
 

void CorbaMenuBuilder::addOperation String    opName
 

void CorbaMenuBuilder::addOperation String    opName,
String    intfName
 

void CorbaMenuBuilder::addSequenceMenu String    seqName
 


The documentation for this interface was generated from the following file:
Generated on Mon Jan 27 15:11:17 2003 for JavaReference by doxygen1.2.12 written by Dimitri van Heesch, © 1997-2001