Package org.pentaho.di.ui.cluster.dialog
Class ClusterSchemaDialog
- java.lang.Object
-
- org.eclipse.swt.widgets.Dialog
-
- org.pentaho.di.ui.cluster.dialog.ClusterSchemaDialog
-
public class ClusterSchemaDialog extends org.eclipse.swt.widgets.Dialog
Dialog that allows you to edit the settings of the cluster schema- Since:
- 17-11-2006
- Author:
- Matt
- See Also:
ClusterSchema
-
-
Constructor Summary
Constructors Constructor Description ClusterSchemaDialog(org.eclipse.swt.widgets.Shell par, org.pentaho.di.cluster.ClusterSchema clusterSchema, Collection<org.pentaho.di.cluster.ClusterSchema> existingSchemas, List<org.pentaho.di.cluster.SlaveServer> slaveServers)
ClusterSchemaDialog(org.eclipse.swt.widgets.Shell par, org.pentaho.di.cluster.ClusterSchema clusterSchema, List<org.pentaho.di.cluster.SlaveServer> slaveServers)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
dispose()
void
getData()
void
ok()
boolean
open()
String
toString()
-
-
-
Constructor Detail
-
ClusterSchemaDialog
public ClusterSchemaDialog(org.eclipse.swt.widgets.Shell par, org.pentaho.di.cluster.ClusterSchema clusterSchema, Collection<org.pentaho.di.cluster.ClusterSchema> existingSchemas, List<org.pentaho.di.cluster.SlaveServer> slaveServers)
-
ClusterSchemaDialog
public ClusterSchemaDialog(org.eclipse.swt.widgets.Shell par, org.pentaho.di.cluster.ClusterSchema clusterSchema, List<org.pentaho.di.cluster.SlaveServer> slaveServers)
-
-