|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.actf.visualization.util.html2view.HtmlLine2Id
public class HtmlLine2Id
Utility class to get ACTF_ID from line number
Constructor Summary | |
---|---|
HtmlLine2Id(Vector<Html2ViewMapData> mapV)
Constructor of the class |
|
HtmlLine2Id(Vector<Html2ViewMapData> mapV,
boolean is1base)
Constructor of the class |
Method Summary | |
---|---|
Vector<Integer> |
getId(int target)
Get ACTF_IDs included in the target line |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public HtmlLine2Id(Vector<Html2ViewMapData> mapV)
mapV
- vector of Html2ViewMapData
public HtmlLine2Id(Vector<Html2ViewMapData> mapV, boolean is1base)
mapV
- vector of Html2ViewMapData
is1base
- set true if line number is start from 1Method Detail |
---|
public Vector<Integer> getId(int target)
target
- target line number
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |