return this.invokePanel;
}
private BPELreceivePanel getReceivePanel() {
if (receivePanel == null) {
receivePanel = new BPELreceivePanel(this, this.transition);
receivePanel.setBorder(BorderFactory.createCompoundBorder(
BorderFactory.createTitledBorder(Messages
.getString("Transition.Properties.BPEL.Receive")),
BorderFactory.createEmptyBorder(5, 5, 0, 5)));