*/
@Override
protected void showConfigurationDialog(XBayaGUI xbayaGUI) {
if (this.node.isConnected()) {
if (this.configurationWindow == null) {
this.configurationWindow = new ConstantConfigurationDialog(this.node, xbayaGUI);
}
this.configurationWindow.show();
} else {
xbayaGUI.getErrorWindow().info(ErrorMessages.CONSTANT_NOT_CONNECTED_WARNING);