KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > java > beans > PropertyChangeListener > Top Examples

  • edu.oswego.cs.dl.util.concurrent.PropertyChangeMulticaster
    This class is interoperable with java.beans.PropertyChangeSupport, but relies on a streamlined copy-on-write scheme similar to that used in CopyOnWriteArrayList. This leads to much better performance in most event-intensive programs. It also adheres to clarified semantics of add and remove operat ...
  • org.dbunit.util.concurrent.PropertyChangeMulticaster
    This class is interoperable with java.beans.PropertyChangeSupport, but relies on a streamlined copy-on-write scheme similar to that used in CopyOnWriteArrayList. This leads to much better performance in most event-intensive programs. It also adheres to clarified semantics of add and remove operat ...
  • swingwtx.swing.event.SwingPropertyChangeSupport
    @author Daniel Spiewak @author Daniel Naab
  • org.wings.util.WeakPropertyChangeSupport
    This is a utility class that can be used by beans that support bound properties. You can use an instance of this class as a member field of your bean and delegate various work to it. <p/> This class is serializable. When it is serialized it will save (and restore) any listeners that are th ...
  • com.jgoodies.forms.util.DefaultUnitConverter
    This is the default implementation of the {@link UnitConverter} interface. It converts horizontal and vertical dialog base units to pixels. <p> The horizontal base unit is equal to the average width, in pixels, of the characters in the system font; the vertical base unit is equal to the heig ...
  • com.jgoodies.looks.plastic.PlasticInternalFrameUI
    The JGoodies Plastic Look and Feel implementation of <code>InternalFrameUI</code>.<p> Uses a <code>PlasticInternalFrameTitlePane</code> that in turn uses <code>PlasticTheme</code> colors. @author Karsten Lentzsch @version $Revision: 1.2 $
  • com.jgoodies.looks.windows.WindowsMenuBarUI
    The JGoodies Windows look and feel implemenation of <code>MenuBarUI</code>.<p> Can handle optional <code>Border</code> types as specified by the <code>BorderStyle</code> or <code>HeaderStyle</code> client properties. @author Karsten Lentzsch ...
  • org.htmlparser.beans.FilterBean
    Extract nodes from a URL using a filter. FilterBean fb = new FilterBean ("http://cbc.ca"); fb.setFilters (new NodeFilter[] { new TagNameFilter ("META") }); fb.setURL ("http://cbc.ca"); System.out.println (fb.getNodes ().toHtml ());
  • com.nqadmin.swingSet.formatting.helpers.SelectorListModel
    @author dags
  • org.enhydra.jawe.BarFactory
Popular Tags