|
Groovy 1.7.0 | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.codehaus.groovy.binding.AbstractFullBinding
org.codehaus.groovy.binding.SwingTimerFullBinding
class SwingTimerFullBinding extends AbstractFullBinding
Field Summary | |
---|---|
boolean |
bound
|
long |
duration
|
boolean |
repeat
|
boolean |
reportElapsed
|
boolean |
reportFraction
|
boolean |
reportSteps
|
long |
startTime
|
int |
stepSize
|
Timer |
timer
|
Fields inherited from class AbstractFullBinding | |
---|---|
converter, reverseConverter, sourceBinding, targetBinding, validator |
Constructor Summary | |
SwingTimerFullBinding(ClosureSourceBinding source, TargetBinding target)
|
|
SwingTimerFullBinding(SourceBinding source, TargetBinding target, int interval, int duration)
|
Method Summary | |
---|---|
void
|
actionPerformed(ActionEvent e)
|
void
|
bind()
|
long
|
getDuration()
|
int
|
getInterval()
|
int
|
getStepSize()
|
boolean
|
isCoalesce()
|
boolean
|
isRepeat()
|
boolean
|
isReportElapsed()
|
boolean
|
isReportFraction()
|
boolean
|
isReportSteps()
|
void
|
rebind()
|
void
|
resetTimer()
|
void
|
setCoalesce(boolean coalesce)
|
void
|
setDuration(long duration)
|
void
|
setInterval(int interval)
|
void
|
setRepeat(boolean repeat)
|
void
|
setReportElapsed(boolean reportElapsed)
|
void
|
setReportFraction(boolean reportFraction)
|
void
|
setReportSteps(boolean reportSteps)
|
void
|
setStepSize(int stepSize)
|
void
|
unbind()
|
Methods inherited from class AbstractFullBinding | |
---|---|
getConverter, getReverseConverter, getSourceBinding, getTargetBinding, getValidator, reverseUpdate, setConverter, setReverseConverter, setSourceBinding, setTargetBinding, setValidator, update |
Methods inherited from class Object | |
---|---|
wait, wait, wait, hashCode, getClass, equals, toString, notify, notifyAll |
Field Detail |
---|
boolean bound
long duration
boolean repeat
boolean reportElapsed
boolean reportFraction
boolean reportSteps
long startTime
int stepSize
Timer timer
Constructor Detail |
---|
public SwingTimerFullBinding(ClosureSourceBinding source, TargetBinding target)
public SwingTimerFullBinding(SourceBinding source, TargetBinding target, int interval, int duration)
Method Detail |
---|
public void actionPerformed(ActionEvent e)
public void bind()
public long getDuration()
public int getInterval()
public int getStepSize()
public boolean isCoalesce()
public boolean isRepeat()
public boolean isReportElapsed()
public boolean isReportFraction()
public boolean isReportSteps()
public void rebind()
public void resetTimer()
public void setCoalesce(boolean coalesce)
public void setDuration(long duration)
public void setInterval(int interval)
public void setRepeat(boolean repeat)
public void setReportElapsed(boolean reportElapsed)
public void setReportFraction(boolean reportFraction)
public void setReportSteps(boolean reportSteps)
public void setStepSize(int stepSize)
public void unbind()
Copyright © 2003-2009 The Codehaus. All rights reserved.