public class UpdateNotifier extends Object
| Modifier and Type | Method and Description |
|---|---|
protected void |
_notifyActionComponentsNow()
Enables/Disables registered components.
|
void |
addActionComponent(JComponent item)
Adds a component to the enable/disable map.
|
static UpdateNotifier |
instance() |
void |
notifyActionComponentsNow() |
void |
removeActionComponent(JComponent item)
Removes a component from the enable/disable map.
|
public static UpdateNotifier instance()
public void addActionComponent(JComponent item)
item - A component for which the class controls the enable state.public void removeActionComponent(JComponent item)
item - The component to remove from the map.public void notifyActionComponentsNow()
protected void _notifyActionComponentsNow()
Copyright © 2020. All rights reserved.