| java.lang.Object org.columba.core.gui.base.ButtonStateAdapter
ButtonStateAdapter | public class ButtonStateAdapter implements InvocationHandler(Code) | | This class implements a proxy behavior for a PropertyChangeListener registered
on an action by an AbstractButton instance. Every selectable action peer should
put this proxy in between its underlying action and the PropertyChangeListener
it registeres on the action. This guarantees that action state changes will be
propagated to the peer which will then be updated accordingly.
|
|
|