|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.kde.koala.Counter
public class Counter
The Counter
interface is used to represent any
counter or counters function value. This interface reflects
the values in the underlying style property. Hence, modifications
made through this interface modify the style property.
Constructor Summary | |
---|---|
|
Counter()
|
protected |
Counter(java.lang.Class dummy)
|
|
Counter(Counter other)
|
Method Summary | |
---|---|
java.lang.String |
identifier()
This attribute is used for the identifier of the counter. |
boolean |
isNull()
not part of the DOM |
java.lang.String |
listStyle()
This attribute is used for the style of the list. |
java.lang.String |
separator()
This attribute is used for the separator of nested counters. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected Counter(java.lang.Class dummy)
public Counter()
public Counter(Counter other)
Method Detail |
---|
public java.lang.String identifier()
public java.lang.String listStyle()
public java.lang.String separator()
public boolean isNull()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |