org.kde.koala
Class Counter

java.lang.Object
  extended by org.kde.koala.Counter
All Implemented Interfaces:
org.kde.qt.QtSupport

public class Counter
extends java.lang.Object
implements org.kde.qt.QtSupport

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

Counter

protected Counter(java.lang.Class dummy)

Counter

public Counter()

Counter

public Counter(Counter other)
Method Detail

identifier

public java.lang.String identifier()
This attribute is used for the identifier of the counter.


listStyle

public java.lang.String listStyle()
This attribute is used for the style of the list.


separator

public java.lang.String separator()
This attribute is used for the separator of nested counters.


isNull

public boolean isNull()
not part of the DOM