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

    Modifier and Type
    Method
    Description
    void
     
    void
     
    void
     
    org.pentaho.di.repository.IUser
     

    Methods inherited from class org.eclipse.swt.widgets.Dialog

    checkSubclass, getParent, getStyle, getText, setText

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 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()