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
ConstructorDescriptionUserDialog
(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
Methods inherited from class org.eclipse.swt.widgets.Dialog
checkSubclass, getParent, getStyle, getText, setText
-
Constructor Details
-
UserDialog
public 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 Details
-
open
public org.pentaho.di.repository.IUser open() -
dispose
public void dispose() -
getData
public void getData() -
handleOK
public void handleOK()
-