SwingUI
Inclusion code:
| Service Deployment | |||
|---|---|---|---|
| Port Name | Location | Protocol | Interfaces | 
| SwingUI documentation: | |||
| SwingUI | - | - | UserInterface | 
List of Available Interfaces
UserInterface
Interface documentation:
| Operation Name | Input Type | Output Type | Faults | 
|---|---|---|---|
| showMessageDialog | string | void | |
| showYesNoQuestionDialog | string | int | |
| showInputDialog | string | string | 
Operation Description
showMessageDialog
Operation documentation:
Invocation template:
showMessageDialog@SwingUI( request )( response )
Request type
Type: string
string : string
Response type
Type: void
void : void
showYesNoQuestionDialog
Operation documentation:
Invocation template:
showYesNoQuestionDialog@SwingUI( request )( response )
Request type
Type: string
string : string
Response type
Type: int
int : int
showInputDialog
Operation documentation:
Invocation template:
showInputDialog@SwingUI( request )( response )
Request type
Type: string
string : string
Response type
Type: string
string : string