Uses of Class
esmska.gui.GatewayMessage
-
Packages that use GatewayMessage Package Description esmska.gui -
-
Uses of GatewayMessage in esmska.gui
Subclasses of GatewayMessage in esmska.gui Modifier and Type Class Description classGatewayErrorMessageError message from gateway displayed to a userclassGatewayImageCodeMessageImage code recognition request from a gateway displayed to the userMethods in esmska.gui that return GatewayMessage Modifier and Type Method Description GatewayMessageGatewayMessageFrame.TaskPane. getGatewayMessage()Get the GatewayMessage included in this TaskPaneMethods in esmska.gui with parameters of type GatewayMessage Modifier and Type Method Description protected GatewayMessageFrame.TaskPaneGatewayMessage. wrapAsTaskPane(GatewayMessage gm, java.lang.String title, javax.swing.Icon icon)Wrap this message as a TaskPaneConstructors in esmska.gui with parameters of type GatewayMessage Constructor Description TaskPane(GatewayMessage gm)Create new TaskPane containing GatewayMessage
-