Home
last modified time | relevance | path

Searched refs:HelpDialog (Results 1 – 7 of 7) sorted by relevance

/titanic_44/usr/src/cmd/krb5/kadmin/gui/util/
H A DHelpDialog.java39 public class HelpDialog extends Dialog { class
52 public HelpDialog(Frame parent, String title, boolean mode) { in HelpDialog() method in HelpDialog
56 public HelpDialog(Frame parent, String title, boolean mode, int numRows, in HelpDialog() method in HelpDialog
H A DContextHelp.java48 public class ContextHelp extends HelpDialog {
H A DMakefile33 CLASSES=HelpDialog ContextHelp ChoiceDialog
/titanic_44/usr/src/cmd/krb5/kadmin/gui/dchanger/
H A DDurationHelper.java52 private HelpDialog hd = null;
285 hd = new HelpDialog(DurationHelper. this.parent, in actionPerformed()
H A DEncListDialog.java36 private HelpDialog hd = null;
259 hd = new HelpDialog( in actionPerformed()
H A DDateTimeDialog.java70 private HelpDialog hd = null;
495 HelpDialog(DateTimeDialog.this.parent, in actionPerformed()
/titanic_44/usr/src/cmd/krb5/kadmin/gui/dataclasses/
H A DPrintUtil.java317 HelpDialog hd = new HelpDialog(PrintFrame.this, in actionPerformed()