Searched refs:theTop (Results 1 - 6 of 6) sorted by relevance

/opensolaris-onvv-gate/usr/src/cmd/print/printmgr/com/sun/admin/pm/client/
H A DpmLogDisplay.java47 pmTop theTop = null; field in class:pmLogDisplay
60 theTop = t;
110 if (theTop != null && helpTag != null) {
119 theTop.showHelpItem(helpTag);
132 if (pmLogDisplay.this.theTop != null)
133 pmLogDisplay.this.theTop.setLogOption(false);
173 if (pmLogDisplay.this.theTop != null)
174 pmLogDisplay.this.theTop.setLogOption(false);
H A DpmFindFrame.java48 pmTop theTop = null; field in class:pmFindFrame
59 theTop = t;
156 theTop.showHelpItem(helpTag);
200 boolean result = theTop.findPrinterInList(name.trim());
H A DpmMessageDialog.java45 pmTop theTop = null; field in class:pmMessageDialog
65 theTop = top;
133 if (theTop != null && helpTag != null) {
141 theTop.showHelpItem(helpTag);
H A DpmLogin.java47 private pmTop theTop = null; field in class:pmLogin
63 theTop = t;
122 nisMaster = theTop.host.getNisMaster();
167 ldapMaster = theTop.host.getLDAPMaster();
194 defaultDN = theTop.host.getDefaultAdminDN();
269 if (theTag != null && theTop != null) {
357 if (theTop.ns.getNameService().equals("ldap")) {
393 theTop.showHelpItem(theTag);
H A DpmOKCancelDialog.java41 private pmTop theTop; field in class:pmOKCancelDialog
62 theTop = t;
85 buttonPanel(defaultIsOK, theTop != null && theTag != null),
176 theTop.showHelpItem(theTag);
H A DpmOther.java48 private pmTop theTop; field in class:pmOther
62 theTop = t;
148 if (theTop != null && theTag != null) {
156 theTop.showHelpItem(theTag);

Completed in 61 milliseconds