| 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectDialog
org.pentaho.di.ui.core.dialog.SelectRowDialog
public class SelectRowDialog
Displays an ArrayList of rows in a TableView and allows you to select one.
| Constructor Summary | |
|---|---|
SelectRowDialog(Shell parent,
                VariableSpace space,
                int style,
                List<RowMetaAndData> buffer)
 | 
|
| Method Summary | |
|---|---|
 void | 
dispose()
 | 
 RowMetaAndData | 
open()
 | 
 void | 
setTitle(String title)
 | 
| Methods inherited from class java.lang.Object | 
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public SelectRowDialog(Shell parent,
                       VariableSpace space,
                       int style,
                       List<RowMetaAndData> buffer)
parent - style - buf - | Method Detail | 
|---|
public void setTitle(String title)
public RowMetaAndData open()
public void dispose()
  | 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||