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
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 |
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
BDialog
public BDialog(BPlugin fPlugin,
BDialogDone handler)
- Please complete the missing tags for BDialog
- Parameters:
-
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:
-