Package org.pentaho.di.ui.cluster.dialog
Class SlaveServerDialog
- java.lang.Object
-
- org.eclipse.swt.widgets.Dialog
-
- org.pentaho.di.ui.cluster.dialog.SlaveServerDialog
-
public class SlaveServerDialog extends org.eclipse.swt.widgets.Dialog
Dialog that allows you to edit the settings of the security service connection- Since:
- 31-10-2006
- Author:
- Matt
- See Also:
SlaveServer
-
-
Constructor Summary
Constructors Constructor Description SlaveServerDialog(org.eclipse.swt.widgets.Shell par, org.pentaho.di.cluster.SlaveServer slaveServer)
SlaveServerDialog(org.eclipse.swt.widgets.Shell par, org.pentaho.di.cluster.SlaveServer slaveServer, Collection<org.pentaho.di.cluster.SlaveServer> existingServers)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
dispose()
void
getData()
void
ok()
boolean
open()
void
test()
-
-
-
Constructor Detail
-
SlaveServerDialog
public SlaveServerDialog(org.eclipse.swt.widgets.Shell par, org.pentaho.di.cluster.SlaveServer slaveServer, Collection<org.pentaho.di.cluster.SlaveServer> existingServers)
-
SlaveServerDialog
public SlaveServerDialog(org.eclipse.swt.widgets.Shell par, org.pentaho.di.cluster.SlaveServer slaveServer)
-
-