return this.assignPanel;
}
private BPELinvokePanel getInvokePanel() {
if (invokePanel == null) {
invokePanel = new BPELinvokePanel(this, this.transition);
invokePanel.setBorder(BorderFactory.createCompoundBorder(
BorderFactory.createTitledBorder(Messages
.getString("Transition.Properties.BPEL.Invoke")),
BorderFactory.createEmptyBorder(5, 5, 0, 5)));
}