Home
last modified time | relevance | path

Searched refs:getComment (Results 1 – 8 of 8) sorted by relevance

/titanic_41/usr/src/cmd/print/printmgr/com/sun/admin/pm/client/
H A DpmCalls.java73 if (p.getComment() != null) in debugShowPrinter()
75 p.getComment()); in debugShowPrinter()
H A DpmInstallPrinter.java590 if (workingPrinter.getComment() != null) in northPanel()
591 descText.setText(workingPrinter.getComment()); in northPanel()
985 if (workingPrinter.getComment() == null && description.equals("")) in getDescription()
1414 if (workingPrinter.getComment() != null) in doResetFields()
1415 descText.setText(workingPrinter.getComment()); in doResetFields()
/titanic_41/usr/src/cmd/print/printmgr/com/sun/admin/pm/server/
H A DDoPrinterMod.java168 if (!strings_equal(curr.getComment(), p.getComment())) { in modifyLocal()
169 comment = p.getComment(); in modifyLocal()
640 if (!strings_equal(curr.getComment(), p.getComment())) { in modifyRemote()
641 comment = p.getComment(); in modifyRemote()
H A DPrinterDebug.java49 Debug.message("SVR: \tComment:\t" + p.getComment()); in printObj()
H A DDoPrinterAdd.java121 String comment = p.getComment(); in addLocal()
347 String comment = p.getComment(); in addRemote()
H A DDoPrinterNS.java125 String comment = p.getComment(); in setNIS()
360 String comment = p.getComment(); in setNS()
H A DPrinter.java411 public String getComment() in getComment() method in Printer
H A DTest.java329 System.out.println("Comment: " + p.getComment()); in printView()