Searched refs:helpTag (Results 1 - 7 of 7) sorted by relevance

/opensolaris-onvv-gate/usr/src/cmd/print/printmgr/com/sun/admin/pm/client/
H A DpmLogDisplay.java48 String helpTag = null; field in class:pmLogDisplay
61 helpTag = h;
110 if (theTop != null && helpTag != null) {
119 theTop.showHelpItem(helpTag);
H A DpmMessageDialog.java46 String helpTag = null; field in class:pmMessageDialog
66 helpTag = h;
133 if (theTop != null && helpTag != null) {
141 theTop.showHelpItem(helpTag);
H A DpmFindFrame.java51 String helpTag = "ToFindPrinter"; field in class:pmFindFrame
156 theTop.showHelpItem(helpTag);
H A DpmInstallPrinter.java82 String helpTag = null; field in class:pmInstallPrinter
116 helpTag = "InstallLocalPPD";
118 helpTag = "InstallLocal";
130 helpTag = "InstallNetworkPPD";
132 helpTag = "InstallNetwork";
195 helpTag = "ModifyPPD";
197 helpTag = "Modify";
199 // helpTag = "ModifyAttached";
232 helpTag = "ModifyPPD";
234 helpTag
[all...]
/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/usr.sadm/dhcpmgr/com/sun/dhcpmgr/client/
H A DCreateAddressDialog.java607 String helpTag = null;
610 helpTag = "create_address";
613 helpTag = "duplicate_address";
616 helpTag = "modify_address";
619 DhcpmgrApplet.showHelp(helpTag);
H A DCreateMacroDialog.java714 String helpTag = null;
717 helpTag = "create_macro";
720 helpTag = "duplicate_macro";
723 helpTag = "modify_macro";
726 DhcpmgrApplet.showHelp(helpTag);
H A DCreateOptionDialog.java668 String helpTag = null;
671 helpTag = "create_option";
674 helpTag = "duplicate_option";
677 helpTag = "modify_option";
680 DhcpmgrApplet.showHelp(helpTag);

Completed in 62 milliseconds