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) |
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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|