|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jvnet.lafwidget.utils.DeltaQueue.Deltable
public abstract static class DeltaQueue.Deltable
Base class for entries in a DeltaQueue
.
Field Summary | |
---|---|
protected int |
delta
Delta in application specific units. |
Constructor Summary | |
---|---|
DeltaQueue.Deltable()
Creates a new delta. |
Method Summary | |
---|---|
void |
decrementDelta(int diff)
Decrements the delta value by the specified amount. |
int |
getDelta()
Returns the current delta in application specific units. |
void |
incrementDelta(int diff)
Increments the delta value by the specified amount. |
void |
setDelta(int delta)
Sets the new value of delta in application specific units. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected int delta
Constructor Detail |
---|
public DeltaQueue.Deltable()
Method Detail |
---|
public int getDelta()
public void setDelta(int delta)
delta
- New value of delta in application specific units.public void incrementDelta(int diff)
diff
- Amount for incrementing the delta value.public void decrementDelta(int diff)
diff
- Amount for decrementing the delta value.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |