org.ocopomo.annotation.content.views
Class LoginDialog

java.lang.Object
  extended by org.eclipse.swt.widgets.Dialog
      extended by org.ocopomo.annotation.content.views.LoginDialog

public class LoginDialog
extends org.eclipse.swt.widgets.Dialog


Constructor Summary
LoginDialog(org.eclipse.swt.widgets.Shell parentShell)
           
LoginDialog(org.eclipse.swt.widgets.Shell parentShell, int style)
           
 
Method Summary
 java.lang.String getPassword()
           
 java.lang.String getUsername()
           
 void open()
           
 
Methods inherited from class org.eclipse.swt.widgets.Dialog
getParent, getStyle, getText, setText
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LoginDialog

public LoginDialog(org.eclipse.swt.widgets.Shell parentShell)

LoginDialog

public LoginDialog(org.eclipse.swt.widgets.Shell parentShell,
                   int style)
Method Detail

open

public void open()

getUsername

public java.lang.String getUsername()

getPassword

public java.lang.String getPassword()