Home
last modified time | relevance | path

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

/dports/java/javahelp/javahelp-3ca862d/jhMaster/JavaHelp/src/new/javax/help/
H A DHelpSet.java1263 private String helpActionImage; field in HelpSet.HelpSetParser
1316 helpActionImage = attr.getProperty("image"); in tagFound()
1615 if (helpActionImage != null) { in tagFound()
1616 tmp.put("image", helpActionImage); in tagFound()
1617 helpActionImage = null; in tagFound()