KickJava   Java API By Example, From Geeks To Geeks.

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

  • net.sf.jasperreports.engine.design.JRDesignParameter
    @author Teodor Danciu (teodord@users.sourceforge.net) @version $Id: JRDesignParameter.java,v 1.26 2005/07/14 11:37:22 teodord Exp $
  • org.apache.tools.ant.taskdefs.optional.ide.VAJBuildInfo
    This class wraps the Ant project information needed to start Ant from Visual Age. It serves the following purposes: - acts as model for AntMakeFrame - converts itself to/from String (to store the information as ToolData in the VA repository) - wraps Project functions for the GUI (get target list, ...
  • 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 ());
  • org.jacorb.poa.gui.beans.PopupMenu
    JacORB - a free Java ORB Copyright (C) 1997-2004 Gerald Brose. This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any ...
  • org.jdesktop.swing.table.TableColumnExt
    TableColumn extension which adds support for view column configuration features including column-visibility, sorting, and prototype values. @author Ramesh Gupta @author Amy Fowler
Popular Tags