public class ComponentResourcesUpdaterAdapter extends Object implements ComponentIconSetUpdater, ComponentMessageSetUpdater
| Constructor and Description |
|---|
ComponentResourcesUpdaterAdapter(ComponentResourcesUpdater base) |
| Modifier and Type | Method and Description |
|---|---|
void |
install(JComponent comp,
String id) |
void |
uninstall(JComponent comp,
String id) |
void |
updateIconSet(JComponent comp,
String id,
IconSet iconSet) |
void |
updateMessageSet(JComponent comp,
String id,
MessageSet messageSet) |
public ComponentResourcesUpdaterAdapter(ComponentResourcesUpdater base)
public void updateIconSet(JComponent comp, String id, IconSet iconSet)
updateIconSet in interface ComponentIconSetUpdaterpublic void install(JComponent comp, String id)
install in interface ComponentIconSetUpdaterinstall in interface ComponentMessageSetUpdaterpublic void uninstall(JComponent comp, String id)
public void updateMessageSet(JComponent comp, String id, MessageSet messageSet)
updateMessageSet in interface ComponentMessageSetUpdaterCopyright © 2021 vpc open source initiative. All rights reserved.