|
TPTP 4.6.0 Platform Project Internal API Specification |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.eclipse.tptp.platform.report.tools.internal.DListLevel
org.eclipse.tptp.platform.report.birt).
public class DListLevel
Provides a class to store the list level in a JScrib document during parsing the document.
| Field Summary | |
|---|---|
protected int[] |
listTab
Deprecated. |
| Constructor Summary | |
|---|---|
DListLevel()
Deprecated. |
|
| Method Summary | |
|---|---|
void |
clear()
Deprecated. Clears the internal data. |
void |
decrease()
Deprecated. Decreases the list level |
int |
getCurrentEntryNumber()
Deprecated. Returns the list number for the current level |
int |
getLevel()
Deprecated. Returns the current list level |
int |
getMax()
Deprecated. Returns the max of list level |
void |
increase()
Deprecated. Increases the list level |
void |
newEntry()
Deprecated. Adds one increment in the current list level |
void |
setMax(int i)
Deprecated. Sets the list level max |
java.lang.String |
toFormatString(int format)
Deprecated. Returns the list level number in a string character with the format \format |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected int[] listTab
| Constructor Detail |
|---|
public DListLevel()
| Method Detail |
|---|
public void increase()
public void decrease()
public void newEntry()
public int getMax()
public void setMax(int i)
i - public java.lang.String toFormatString(int format)
DTitleLevel.toFormatString(int)public int getCurrentEntryNumber()
public int getLevel()
public void clear()
|
TPTP 4.6.0 Platform Project Internal API Specification |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||