Methods in com.alee.utils.swing that return ComponentUpdater |
static ComponentUpdater |
ComponentUpdater.install(javax.swing.JComponent component)
Installs component updater and ensures that it is the only installed |
static ComponentUpdater |
ComponentUpdater.install(javax.swing.JComponent component,
long delay)
|
static ComponentUpdater |
ComponentUpdater.install(javax.swing.JComponent component,
long delay,
java.awt.event.ActionListener listener)
|
static ComponentUpdater |
ComponentUpdater.install(javax.swing.JComponent component,
long delay,
long initialDelay)
|
static ComponentUpdater |
ComponentUpdater.install(javax.swing.JComponent component,
long delay,
long initialDelay,
java.awt.event.ActionListener listener)
|
static ComponentUpdater |
ComponentUpdater.install(javax.swing.JComponent component,
java.lang.String name,
long delay)
|
static ComponentUpdater |
ComponentUpdater.install(javax.swing.JComponent component,
java.lang.String name,
long delay,
java.awt.event.ActionListener listener)
|
static ComponentUpdater |
ComponentUpdater.install(javax.swing.JComponent component,
java.lang.String name,
long delay,
long initialDelay)
|
static ComponentUpdater |
ComponentUpdater.install(javax.swing.JComponent component,
java.lang.String name,
long delay,
long initialDelay,
java.awt.event.ActionListener listener)
|