* @see org.apache.airavata.xbaya.ui.graph.system.ConfigurableNodeGUI#showConfigurationDialog(org.apache.airavata.xbaya.XBayaEngine)
*/
@Override
protected void showConfigurationDialog(XBayaGUI xbayaGUI) {
if (this.configDialog == null) {
this.configDialog = new InstanceConfigurationDialog(this.node, xbayaGUI);
}
this.configDialog.show();
}