Synergy Home Page

au.edu.swin.synergy.plugin.clientgui
Class BLoginDlg

java.lang.Object
  |
  +--au.edu.swin.synergy.plugin.mod13.bwt.BDialog
        |
        +--au.edu.swin.synergy.plugin.clientgui.BLoginDlg

public class BLoginDlg
extends BDialog

This allows the user to log on to the server.

Author:
Tristan Austin Modified by John Newbigin

Fields inherited from class au.edu.swin.synergy.plugin.mod13.bwt.BDialog
kCancel, kError, kNo, kOK, kYes
 
Constructor Summary
BLoginDlg(BPlugin fPlugin, BDialogDone handler)
          The default constructor as defined by JBuilder.
 
Method Summary
protected  void doDialect()
          This will set the screen text to the appriate values for the current locale
 String getHostName()
          Please complete the missing tags for getHostName
 String getPassword()
          Please complete the missing tags for getPassword
 String getUsername()
          Please complete the missing tags for getUserName
 void setServerListModel(ComboBoxModel fModel)
          Please complete the missing tags for setServerListModel
 void show()
          Please complete the missing tags for show
 
Methods inherited from class au.edu.swin.synergy.plugin.mod13.bwt.BDialog
close, show
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BLoginDlg

public BLoginDlg(BPlugin fPlugin,
                 BDialogDone handler)
The default constructor as defined by JBuilder. This needs to be moved so that there is no "jbInit() call.
Parameters:
-  
Throws:
-  
Method Detail

getUsername

public String getUsername()
Please complete the missing tags for getUserName
Parameters:
-  
Returns:
 
Throws:
-  
Pre Condition:
 
Post Condition:
 

getPassword

public String getPassword()
Please complete the missing tags for getPassword
Parameters:
-  
Returns:
 
Throws:
-  
Pre Condition:
 
Post Condition:
 

getHostName

public String getHostName()
Please complete the missing tags for getHostName
Parameters:
-  
Returns:
 
Throws:
-  
Pre Condition:
 
Post Condition:
 

setServerListModel

public void setServerListModel(ComboBoxModel fModel)
Please complete the missing tags for setServerListModel
Parameters:
-  
Returns:
 
Pre Condition:
 
Post Condition:
 

show

public void show()
Please complete the missing tags for show
Parameters:
-  
Returns:
 
Pre Condition:
 
Post Condition:
 

doDialect

protected void doDialect()
This will set the screen text to the appriate values for the current locale

Synergy Home Page