test.check.asm
Class TestGhostListenerUI

java.lang.Object
  extended by javax.swing.plaf.ComponentUI
      extended by javax.swing.plaf.ButtonUI
          extended by javax.swing.plaf.basic.BasicButtonUI
              extended by test.check.asm.TestGhostListenerUI

public class TestGhostListenerUI
extends javax.swing.plaf.basic.BasicButtonUI


Field Summary
protected  java.beans.PropertyChangeListener ghostPropertyListener
          Property change listener.
 
Fields inherited from class javax.swing.plaf.basic.BasicButtonUI
defaultTextIconGap, defaultTextShiftOffset
 
Constructor Summary
TestGhostListenerUI()
           
 
Method Summary
protected  void __icon__installListeners(javax.swing.AbstractButton b)
           
protected  void __icon__uninstallListeners(javax.swing.AbstractButton b)
           
protected  void installListeners(javax.swing.AbstractButton b)
           
protected  void uninstallListeners(javax.swing.AbstractButton b)
           
 
Methods inherited from class javax.swing.plaf.basic.BasicButtonUI
clearTextShiftOffset, createButtonListener, createUI, getDefaultTextIconGap, getMaximumSize, getMinimumSize, getPreferredSize, getPropertyPrefix, getTextShiftOffset, installDefaults, installKeyboardActions, installUI, paint, paintButtonPressed, paintFocus, paintIcon, paintText, paintText, setTextShiftOffset, uninstallDefaults, uninstallKeyboardActions, uninstallUI
 
Methods inherited from class javax.swing.plaf.ComponentUI
contains, getAccessibleChild, getAccessibleChildrenCount, update
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ghostPropertyListener

protected java.beans.PropertyChangeListener ghostPropertyListener
Property change listener. Listens on changes to the AbstractButton.MODEL_CHANGED_PROPERTY property.

Constructor Detail

TestGhostListenerUI

public TestGhostListenerUI()
Method Detail

__icon__installListeners

protected void __icon__installListeners(javax.swing.AbstractButton b)

installListeners

protected void installListeners(javax.swing.AbstractButton b)
Overrides:
installListeners in class javax.swing.plaf.basic.BasicButtonUI

__icon__uninstallListeners

protected void __icon__uninstallListeners(javax.swing.AbstractButton b)

uninstallListeners

protected void uninstallListeners(javax.swing.AbstractButton b)
Overrides:
uninstallListeners in class javax.swing.plaf.basic.BasicButtonUI