Searched defs:mytop (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/print/printmgr/com/sun/admin/pm/client/
H A DpmDelete.java50 pmTop mytop = null; field in class:pmDelete
52 public pmDelete(pmTop mytop) argument
54 this.mytop = mytop;
55 newpr = new Printer(mytop.ns);
59 if (mytop.selectedPrinter.equals("")) {
66 mytop.parentFrame,
69 mytop.selectedPrinter, false);
81 mytop.parentFrame,
84 mytop,
[all...]
H A DpmUtility.java130 pmTop mytop, JFrame frame) throws pmGuiException {
134 if (mytop.ns.getNameService().equals("nis") ||
135 mytop.ns.getNameService().equals("ldap")) {
137 if (mytop.ns.getNameService().equals("nis")) {
143 mytop,
152 mytop,
181 mytop.ns.setPasswd(tmpp.trim());
183 if (mytop.ns.getNameService().equals("ldap")) {
185 mytop.ns.setUser(l.dnField.getText());
187 mytop
129 doLogin( pmTop mytop, JFrame frame) argument
[all...]
H A DpmAccess.java58 pmTop mytop; field in class:pmAccess
73 public pmAccess(pmTop mytop) { argument
80 this.mytop = mytop;
193 newpr = new Printer(mytop.ns);
229 if (server.equals(mytop.host.getLocalHostName()) ||
251 exist = PrinterUtil.exists(printer, mytop.ns);
260 if (mytop.ns.getNameService().equals("nis") == true ||
261 mytop.ns.getNameService().equals("ldap") == true) {
263 if (!mytop
[all...]
H A DpmLoad.java53 pmTop mytop = null; field in class:pmLoad
62 public pmLoad(pmTop mytop) { argument
63 this.mytop = mytop;
67 resetIndex = mytop.actionindex;
97 if (mytop.nisns != null)
100 if (mytop.ldapns != null)
103 nameserviceCombo.setSelectedIndex(mytop.actionindex);
107 nameserviceCombo.addItemListener(mytop.new topnsListener());
118 mytop
[all...]

Completed in 53 milliseconds