Class ComponentResourcesUpdaterAdapter
java.lang.Object
net.thevpc.common.swing.prs.ComponentResourcesUpdaterAdapter
- All Implemented Interfaces:
ComponentIconSetUpdater, ComponentMessageSetUpdater
public class ComponentResourcesUpdaterAdapter
extends Object
implements ComponentIconSetUpdater, ComponentMessageSetUpdater
- Author:
- Taha BEN SALAH (taha.bensalah@gmail.com) %creationtime 17 juil. 2006 09:08:00
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidinstall(JComponent comp, String id) voiduninstall(JComponent comp, String id) voidupdateIconSet(JComponent comp, String id, IconSet iconSet) voidupdateMessageSet(JComponent comp, String id, MessageSet messageSet)
-
Constructor Details
-
ComponentResourcesUpdaterAdapter
-
-
Method Details
-
updateIconSet
- Specified by:
updateIconSetin interfaceComponentIconSetUpdater
-
install
- Specified by:
installin interfaceComponentIconSetUpdater- Specified by:
installin interfaceComponentMessageSetUpdater
-
uninstall
-
updateMessageSet
- Specified by:
updateMessageSetin interfaceComponentMessageSetUpdater
-