|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of WebTimer in com.alee.extended.filechooser |
---|
Fields in com.alee.extended.filechooser declared as WebTimer | |
---|---|
protected WebTimer |
WebFilePlate.animator
|
Uses of WebTimer in com.alee.extended.layout |
---|
Fields in com.alee.extended.layout declared as WebTimer | |
---|---|
protected WebTimer |
SlidingLayout.animator
|
Uses of WebTimer in com.alee.extended.menu |
---|
Fields in com.alee.extended.menu declared as WebTimer | |
---|---|
protected WebTimer |
WebDynamicMenu.animator
Animation timer. |
Methods in com.alee.extended.menu that return WebTimer | |
---|---|
WebTimer |
WebDynamicMenu.getAnimator()
|
Uses of WebTimer in com.alee.extended.panel |
---|
Fields in com.alee.extended.panel declared as WebTimer | |
---|---|
protected WebTimer |
WebCollapsiblePane.animator
State change animation timer. |
Uses of WebTimer in com.alee.extended.time |
---|
Fields in com.alee.extended.time declared as WebTimer | |
---|---|
protected WebTimer |
WebClock.timer
Time updater. |
Uses of WebTimer in com.alee.extended.transition |
---|
Fields in com.alee.extended.transition declared as WebTimer | |
---|---|
protected WebTimer |
ImageTransition.animator
|
Uses of WebTimer in com.alee.laf.button |
---|
Fields in com.alee.laf.button declared as WebTimer | |
---|---|
protected WebTimer |
WebButtonUI.animator
|
Uses of WebTimer in com.alee.laf.checkbox |
---|
Fields in com.alee.laf.checkbox declared as WebTimer | |
---|---|
protected WebTimer |
WebCheckBoxUI.bgTimer
|
protected WebTimer |
WebCheckBoxUI.checkTimer
|
Uses of WebTimer in com.alee.laf.slider |
---|
Fields in com.alee.laf.slider declared as WebTimer | |
---|---|
protected WebTimer |
WebSliderUI.rolloverTimer
|
Uses of WebTimer in com.alee.managers.notification |
---|
Fields in com.alee.managers.notification declared as WebTimer | |
---|---|
protected WebTimer |
WebNotificationPopup.displayTimer
Delayed hide timer. |
Uses of WebTimer in com.alee.managers.popup |
---|
Fields in com.alee.managers.popup declared as WebTimer | |
---|---|
protected WebTimer |
ShadeLayer.animator
Layer opacity animator. |
protected WebTimer |
WebPopup.fadeTimer
|
Uses of WebTimer in com.alee.managers.style.skin.web |
---|
Fields in com.alee.managers.style.skin.web declared as WebTimer | |
---|---|
protected WebTimer |
WebScrollBarPainter.rolloverAnimator
|
Uses of WebTimer in com.alee.utils.swing |
---|
Subclasses of WebTimer in com.alee.utils.swing | |
---|---|
class |
ComponentUpdater
This class allows you to install (and uninstall if needed) component updater to any JComponent quickly without any additional coding, which allows you to add optimized rolling updates for the component from the added ActionListeners. |
Methods in com.alee.utils.swing that return WebTimer | |
---|---|
WebTimer |
WebTimer.addActionListener(java.awt.event.ActionListener listener)
Adds new action listener. |
static WebTimer |
WebTimer.delay(long delay,
java.awt.event.ActionListener listener)
Returns newly created and started timer that doesn't repeat and has the specified delay and action listener. |
static WebTimer |
WebTimer.delay(long delay,
boolean useEventDispatchThread,
java.awt.event.ActionListener listener)
Returns newly created and started timer that doesn't repeat and has the specified delay and action listener. |
static WebTimer |
WebTimer.delay(java.lang.String delay,
java.awt.event.ActionListener listener)
Returns newly created and started timer that doesn't repeat and has the specified delay and action listener. |
static WebTimer |
WebTimer.delay(java.lang.String delay,
boolean useEventDispatchThread,
java.awt.event.ActionListener listener)
Returns newly created and started timer that doesn't repeat and has the specified delay and action listener. |
static WebTimer |
WebTimer.delay(java.lang.String name,
long delay,
java.awt.event.ActionListener listener)
Returns newly created and started timer that doesn't repeat and has the specified delay and action listener. |
static WebTimer |
WebTimer.delay(java.lang.String name,
long delay,
boolean useEventDispatchThread,
java.awt.event.ActionListener listener)
Returns newly created and started timer that doesn't repeat and has the specified delay and action listener. |
static WebTimer |
WebTimer.delay(java.lang.String name,
java.lang.String delay,
java.awt.event.ActionListener listener)
Returns newly created and started timer that doesn't repeat and has the specified delay and action listener. |
static WebTimer |
WebTimer.delay(java.lang.String name,
java.lang.String delay,
boolean useEventDispatchThread,
java.awt.event.ActionListener listener)
Returns newly created and started timer that doesn't repeat and has the specified delay and action listener. |
WebTimer |
WebTimer.removeActionListener(java.awt.event.ActionListener listener)
Removes an action listener. |
static WebTimer |
WebTimer.repeat(long delay,
java.awt.event.ActionListener listener)
Returns newly created and started timer that repeats and has the specified delay and action listener. |
static WebTimer |
WebTimer.repeat(long delay,
boolean useEventDispatchThread,
java.awt.event.ActionListener listener)
Returns newly created and started timer that repeats and has the specified delay and action listener. |
static WebTimer |
WebTimer.repeat(long delay,
int cyclesLimit,
java.awt.event.ActionListener listener)
Returns newly created and started timer that repeats and has the specified delay and action listener. |
static WebTimer |
WebTimer.repeat(long delay,
int cyclesLimit,
boolean useEventDispatchThread,
java.awt.event.ActionListener listener)
Returns newly created and started timer that repeats and has the specified delay and action listener. |
static WebTimer |
WebTimer.repeat(long delay,
long initialDelay,
java.awt.event.ActionListener listener)
Returns newly created and started timer that repeats and has the specified delay, initial delay and action listener. |
static WebTimer |
WebTimer.repeat(long delay,
long initialDelay,
boolean useEventDispatchThread,
java.awt.event.ActionListener listener)
Returns newly created and started timer that repeats and has the specified delay, initial delay and action listener. |
static WebTimer |
WebTimer.repeat(long delay,
long initialDelay,
int cyclesLimit,
java.awt.event.ActionListener listener)
Returns newly created and started timer that repeats and has the specified delay, initial delay and action listener. |
static WebTimer |
WebTimer.repeat(long delay,
long initialDelay,
int cyclesLimit,
boolean useEventDispatchThread,
java.awt.event.ActionListener listener)
Returns newly created and started timer that repeats and has the specified delay, initial delay and action listener. |
static WebTimer |
WebTimer.repeat(java.lang.String delay,
java.awt.event.ActionListener listener)
Returns newly created and started timer that repeats and has the specified delay and action listener. |
static WebTimer |
WebTimer.repeat(java.lang.String delay,
boolean useEventDispatchThread,
java.awt.event.ActionListener listener)
Returns newly created and started timer that repeats and has the specified delay and action listener. |
static WebTimer |
WebTimer.repeat(java.lang.String delay,
int cyclesLimit,
java.awt.event.ActionListener listener)
Returns newly created and started timer that repeats and has the specified delay and action listener. |
static WebTimer |
WebTimer.repeat(java.lang.String delay,
int cyclesLimit,
boolean useEventDispatchThread,
java.awt.event.ActionListener listener)
Returns newly created and started timer that repeats and has the specified delay and action listener. |
static WebTimer |
WebTimer.repeat(java.lang.String name,
long delay,
java.awt.event.ActionListener listener)
Returns newly created and started timer that repeats and has the specified delay and action listener. |
static WebTimer |
WebTimer.repeat(java.lang.String name,
long delay,
boolean useEventDispatchThread,
java.awt.event.ActionListener listener)
Returns newly created and started timer that repeats and has the specified delay and action listener. |
static WebTimer |
WebTimer.repeat(java.lang.String name,
long delay,
int cyclesLimit,
java.awt.event.ActionListener listener)
Returns newly created and started timer that repeats and has the specified delay and action listener. |
static WebTimer |
WebTimer.repeat(java.lang.String name,
long delay,
int cyclesLimit,
boolean useEventDispatchThread,
java.awt.event.ActionListener listener)
Returns newly created and started timer that repeats and has the specified delay and action listener. |
static WebTimer |
WebTimer.repeat(java.lang.String name,
long delay,
long initialDelay,
java.awt.event.ActionListener listener)
Returns newly created and started timer that repeats and has the specified delay, initial delay and action listener. |
static WebTimer |
WebTimer.repeat(java.lang.String name,
long delay,
long initialDelay,
boolean useEventDispatchThread,
java.awt.event.ActionListener listener)
Returns newly created and started timer that repeats and has the specified delay, initial delay and action listener. |
static WebTimer |
WebTimer.repeat(java.lang.String name,
long delay,
long initialDelay,
int cyclesLimit,
java.awt.event.ActionListener listener)
Returns newly created and started timer that repeats and has the specified delay, initial delay and action listener. |
static WebTimer |
WebTimer.repeat(java.lang.String name,
long delay,
long initialDelay,
int cyclesLimit,
boolean useEventDispatchThread,
java.awt.event.ActionListener listener)
Returns newly created and started timer that repeats and has the specified delay, initial delay and action listener. |
static WebTimer |
WebTimer.repeat(java.lang.String name,
java.lang.String delay,
java.awt.event.ActionListener listener)
Returns newly created and started timer that repeats and has the specified delay and action listener. |
static WebTimer |
WebTimer.repeat(java.lang.String name,
java.lang.String delay,
boolean useEventDispatchThread,
java.awt.event.ActionListener listener)
Returns newly created and started timer that repeats and has the specified delay and action listener. |
static WebTimer |
WebTimer.repeat(java.lang.String name,
java.lang.String delay,
int cyclesLimit,
java.awt.event.ActionListener listener)
Returns newly created and started timer that repeats and has the specified delay and action listener. |
static WebTimer |
WebTimer.repeat(java.lang.String name,
java.lang.String delay,
int cyclesLimit,
boolean useEventDispatchThread,
java.awt.event.ActionListener listener)
Returns newly created and started timer that repeats and has the specified delay and action listener. |
WebTimer |
WebTimer.restart()
Restarts timer execution. |
WebTimer |
WebTimer.restart(long delay)
Restarts timer execution and modifies timer delay. |
WebTimer |
WebTimer.restart(long initialDelay,
long delay)
Restarts timer execution and modifies timer delays. |
WebTimer |
WebTimer.restart(java.lang.String delay)
Restarts timer execution and modifies timer delay. |
WebTimer |
WebTimer.restart(java.lang.String initialDelay,
java.lang.String delay)
Restarts timer execution and modifies timer delays. |
WebTimer |
WebTimer.setActionCommand(java.lang.String actionCommand)
Sets action command for fired events. |
WebTimer |
WebTimer.setCoalesce(boolean coalesce)
Sets whether each action should be fired from a separate invoke and wait call or not. |
WebTimer |
WebTimer.setCyclesLimit(int cyclesLimit)
Sets timer cycles execution limit. |
WebTimer |
WebTimer.setDelay(long delay)
Sets delay between timer cycles in milliseconds. |
WebTimer |
WebTimer.setDelay(java.lang.String delay)
Sets delay between timer cycles. |
WebTimer |
WebTimer.setInitialDelay(long initialDelay)
Sets delay before the first timer cycle run in milliseconds. |
WebTimer |
WebTimer.setInitialDelay(java.lang.String initialDelay)
Sets delay before the first timer cycle run. |
WebTimer |
WebTimer.setName(java.lang.String name)
Sets internal timer thread name. |
WebTimer |
WebTimer.setRepeats(boolean repeats)
Sets whether timer should repeat its cycles or not. |
WebTimer |
WebTimer.setUseEventDispatchThread(boolean useEventDispatchThread)
Sets whether actions should be fired from Event Dispatch Thread or not. |
WebTimer |
WebTimer.start()
Starts timer execution. |
WebTimer |
WebTimer.stop()
Stops timer execution. |
Methods in com.alee.utils.swing with parameters of type WebTimer | |
---|---|
abstract void |
TimerActionListener.timerActionPerformed(java.awt.event.ActionEvent e,
WebTimer timer)
Simply an extended version of actionPerformed() method. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |