org.pentaho.di.ui.partition.dialog
Class PartitionSchemaDialog

java.lang.Object
  extended by Dialog
      extended by org.pentaho.di.ui.partition.dialog.PartitionSchemaDialog

public class PartitionSchemaDialog
extends Dialog

Dialog that allows you to edit the settings of the cluster schema

Since:
17-11-2006
Author:
Matt
See Also:
ClusterSchema

Constructor Summary
PartitionSchemaDialog(Shell par, PartitionSchema partitionSchema, List<DatabaseMeta> databases, VariableSpace variableSpace)
           
 
Method Summary
 void dispose()
           
 void getData()
           
 void ok()
           
 boolean open()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PartitionSchemaDialog

public PartitionSchemaDialog(Shell par,
                             PartitionSchema partitionSchema,
                             List<DatabaseMeta> databases,
                             VariableSpace variableSpace)
Method Detail

open

public boolean open()

dispose

public void dispose()

getData

public void getData()

ok

public void ok()