Searched refs:useLocalhost (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/print/printmgr/com/sun/admin/pm/client/
H A DpmTop.java80 JCheckBoxMenuItem useLocalhost; field in class:pmTop
534 useLocalhost = new JCheckBoxMenuItem(
536 useLocalhost.setMnemonic(
542 useLocalhost.setEnabled(false);
545 appMenu.add(useLocalhost);
884 useLocalhost.setState(true);
887 useLocalhost.setState(false);
890 useLocalhost.setState(false);
893 useLocalhost.setState(true);
903 useLocalhost
[all...]
H A DpmInstallPrinter.java94 boolean useLocalhost; field in class:pmInstallPrinter
106 useLocalhost = myTop.getUseLocalhost();
914 if ((useLocalhost))

Completed in 61 milliseconds