public class NamedClusterDialog
extends org.eclipse.swt.widgets.Dialog
NamedCluster
Constructor and Description |
---|
NamedClusterDialog(org.eclipse.swt.widgets.Shell parent) |
NamedClusterDialog(org.eclipse.swt.widgets.Shell parent,
org.pentaho.di.core.namedcluster.model.NamedCluster namedCluster) |
Modifier and Type | Method and Description |
---|---|
void |
dispose() |
org.pentaho.di.core.namedcluster.model.NamedCluster |
getNamedCluster() |
boolean |
isNewClusterCheck() |
void |
ok() |
String |
open() |
void |
setNamedCluster(org.pentaho.di.core.namedcluster.model.NamedCluster namedCluster) |
void |
setNewClusterCheck(boolean newClusterCheck) |
public NamedClusterDialog(org.eclipse.swt.widgets.Shell parent)
public NamedClusterDialog(org.eclipse.swt.widgets.Shell parent, org.pentaho.di.core.namedcluster.model.NamedCluster namedCluster)
public org.pentaho.di.core.namedcluster.model.NamedCluster getNamedCluster()
public void setNamedCluster(org.pentaho.di.core.namedcluster.model.NamedCluster namedCluster)
public boolean isNewClusterCheck()
public void setNewClusterCheck(boolean newClusterCheck)
public void dispose()
public String open()
public void ok()