Synergy Home Page

au.edu.swin.synergy.plugin.mod13.bwt
Class BDialog

java.lang.Object
  |
  +--au.edu.swin.synergy.plugin.mod13.bwt.BDialog
Direct Known Subclasses:
BLoginDlg, BNewTerminatorPanel

public class BDialog
extends Object


Field Summary
static int kCancel
           
static int kError
           
static int kNo
           
static int kOK
           
static int kYes
           
 
Constructor Summary
BDialog(BPlugin fPlugin, BDialogDone handler)
          Please complete the missing tags for BDialog
 
Method Summary
 void close(int status)
          Please complete the missing tags for close
 void show(JComponent fComponent, BString caption)
          Please complete the missing tags for show
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

kError

public static final int kError

kOK

public static final int kOK

kCancel

public static final int kCancel

kYes

public static final int kYes

kNo

public static final int kNo
Constructor Detail

BDialog

public BDialog(BPlugin fPlugin,
               BDialogDone handler)
Please complete the missing tags for BDialog
Parameters:
-  
Method Detail

show

public void show(JComponent fComponent,
                 BString caption)
Please complete the missing tags for show
Parameters:
-  
Returns:
 
Pre Condition:
 
Post Condition:
 

close

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

Synergy Home Page