Class 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.
    • Constructor Detail

      • 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 Detail

      • open

        public org.pentaho.di.repository.IUser open()
      • dispose

        public void dispose()
      • getData

        public void getData()
      • handleOK

        public void handleOK()