org.pentaho.di.ui.repository.dialog
Class UserDialog

java.lang.Object
  extended by Dialog
      extended by org.pentaho.di.ui.repository.dialog.UserDialog

public class UserDialog
extends Dialog


Constructor Summary
UserDialog(Shell parent, int style, Repository repository, IUser userInfo)
          This dialog grabs a UserMeta structure, valid for the specified repository.
 
Method Summary
 void dispose()
           
 void getData()
           
 void handleOK()
           
 IUser open()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UserDialog

public UserDialog(Shell parent,
                  int style,
                  Repository repository,
                  IUser userInfo)
This dialog grabs a UserMeta structure, valid for the specified repository.

Method Detail

open

public IUser open()

dispose

public void dispose()

getData

public void getData()

handleOK

public void handleOK()