Class UserDialog
- java.lang.Object
-
- org.eclipse.swt.widgets.Dialog
-
- org.pentaho.di.ui.repository.dialog.UserDialog
-
public class UserDialog extends org.eclipse.swt.widgets.Dialog
-
-
Constructor Summary
Constructors Constructor Description UserDialog(org.eclipse.swt.widgets.Shell parent, int style, org.pentaho.di.repository.Repository repository, org.pentaho.di.repository.IUser userInfo)
This dialog grabs a UserMeta structure, valid for the specified repository.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
dispose()
void
getData()
void
handleOK()
org.pentaho.di.repository.IUser
open()
-