public class EnterStringsDialog
extends org.eclipse.swt.widgets.Dialog
Constructor and Description |
---|
EnterStringsDialog(org.eclipse.swt.widgets.Shell parent,
int style,
org.pentaho.di.core.RowMetaAndData strings)
Constructs a new dialog
|
Modifier and Type | Method and Description |
---|---|
void |
dispose() |
void |
getData()
Copy information from the meta-data input to the dialog fields.
|
String |
getMessage() |
String |
getTitle() |
boolean |
isReadOnly() |
org.pentaho.di.core.RowMetaAndData |
open() |
void |
setMessage(String message) |
void |
setReadOnly(boolean readOnly) |
void |
setShellImage(org.eclipse.swt.graphics.Image shellImage) |
void |
setTitle(String title) |
public EnterStringsDialog(org.eclipse.swt.widgets.Shell parent, int style, org.pentaho.di.core.RowMetaAndData strings)
parent
- The parent shell to link tostyle
- The style in which we want to draw this shell.strings
- The list of rows to change.public org.pentaho.di.core.RowMetaAndData open()
public void dispose()
public void getData()
public boolean isReadOnly()
public void setReadOnly(boolean readOnly)
readOnly
- The readOnly to set.public String getMessage()
public void setMessage(String message)
message
- the message to setpublic String getTitle()
public void setTitle(String title)
title
- the title to setpublic void setShellImage(org.eclipse.swt.graphics.Image shellImage)
shellImage
- the shellImage to set