Package org.jdesktop.swingx.plaf
Class AbstractUIChangeHandler
- java.lang.Object
-
- org.jdesktop.swingx.plaf.AbstractUIChangeHandler
-
- All Implemented Interfaces:
PropertyChangeListener
,EventListener
public abstract class AbstractUIChangeHandler extends Object implements PropertyChangeListener
-
-
Constructor Summary
Constructors Constructor Description AbstractUIChangeHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
install(JComponent c)
boolean
isInstalled(JComponent c)
void
uninstall(JComponent c)
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.beans.PropertyChangeListener
propertyChange
-
-
-
-
Method Detail
-
install
public void install(JComponent c)
-
isInstalled
public boolean isInstalled(JComponent c)
-
uninstall
public void uninstall(JComponent c)
-
-