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

/illumos-gate/usr/src/cmd/print/printmgr/com/sun/admin/pm/client/
H A DpmHelpRepository.java45 * helpItemDB: String tag -> pmHelpItem
60 private static Hashtable helpItemDB = null; field in class:pmHelpRepository
67 helpItemDB = new Hashtable();
69 // Debug.message("HELP: helpItemDB: " + helpItemDB);
74 if (helpItemDB == null)
89 Enumeration items = helpItemDB.elements();
108 if (helpItemDB == null)
120 Enumeration items = helpItemDB.elements();
129 if (helpItemDB
[all...]

Completed in 52 milliseconds