Home
last modified time | relevance | path

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

/AOO41X/main/l10ntools/source/filter/utils/
H A DCache.java507 java.lang.StringBuffer sRelationView = new java.lang.StringBuffer(1000); in toHTML() local
508 sRelationView.append("<html><header><title>Relation View</title></header><body>"); in toHTML()
509 sRelationView.append("<table border=1>"); in toHTML()
510sRelationView.append("<tr><td><b>type</b></td><td><b>detect service</b></td><td><b>preferred filte… in toHTML()
518 sRelationView.append("<tr>"); in toHTML()
519 sRelationView.append("<td>"+sType+"</td>"); in toHTML()
523 sRelationView.append("<td> - </td>"); in toHTML()
525 sRelationView.append("<td>"+sVal+"</td>"); in toHTML()
529 sRelationView.append("<td> - </td>"); in toHTML()
531 sRelationView.append("<td>"+sVal+"</td>"); in toHTML()
[all …]