* @param engine
*/
@Override
protected void showConfigurationDialog(XBayaEngine engine) {
if (this.configurationWindow == null) {
this.configurationWindow = new StreamSourceConfigurationDialog(
this.inputNode, engine);
}
this.configurationWindow.show();
}