Package org.jitterbit.integration.client.plugin.ui.pipeline

Examples of org.jitterbit.integration.client.plugin.ui.pipeline.PipelinePluginInfoDialogViewer


                }
            });
        }

        private void openManifestViewer(PipelinePluginManifest manifest) {
            new PipelinePluginInfoDialogViewer().view(manifest);
        }
View Full Code Here


                worker.run();
            }
        }

        private void viewPluginInfo(PluginIdentifier id) {
            PipelinePluginInfoDialogViewer dialog = new PipelinePluginInfoDialogViewer();
            dialog.setManifestCache(projectPlugins.getManifestCache());
            dialog.view(id);
        }
View Full Code Here

TOP

Related Classes of org.jitterbit.integration.client.plugin.ui.pipeline.PipelinePluginInfoDialogViewer

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.