KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > swing > JComponent > Top Examples

  • org.jdesktop.swing.form.ComponentMap
    Choosing strategy for creating components. <p> Extracted from DefaultFormFactory to have a "pluggable" place for creating custom components. The usage of a ComponentCreator should be viewed as an implementation detail, they don't do much. <p> The created components have their name pr ...
  • org.apache.batik.apps.svgbrowser.JSVGViewerFrame
    This class represents a SVG viewer swing frame. @author <a HREF="mailto:stephane@hillion.org">Stephane Hillion</a> @version $Id: JSVGViewerFrame.java,v 1.109 2005/03/29 10:48:01 deweese Exp $
  • org.jdesktop.swing.binding.BindingMap
    Choosing strategy for creating Bindings.<p> Extracted from DefaultFormFactory to have a "pluggable" place for creating custom bindings. The usage of a BindingCreator should be viewed as an implementation detail, they don't do much. PENDING: there's a implicit coupling to ComponentMap - the ...
  • 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.demo.StatesTab
    Presents a larger set of Swing components in different states and configurations. @author Karsten Lentzsch @version $Revision: 1.8 $ Builds and returns the states panel. Button Rows Text Rows Creates and returns a bar with 4 text components. These are created using the given class; they are w ...
  • org.objectstyle.cayenne.swing.ComboSelectionBinding
    @author Andrei Adamchik
  • com.jgoodies.looks.windows.WindowsXPTableHeaderUI
    The JGoodies Windows L&amp;F implementation of <code>TableHeaderUI</code>. A Windows table header that honors the XP header style even if the user uses custom non-opaque renderers. The renderers should be a subclass of <code>JComponent</code> because we need to replace ...
  • org.jdesktop.jdnc.runner.Application
    XXX This class should be renamed to JDNCLoader or something <p> Application class which instantiates its user interface based on the XML configuration file specified as the command line parameter. <p> The configuration file must adhere to the JDNC schema:<br> TBD </p> @aut ...
  • org.jdesktop.jdnc.markup.attr.ComponentAttributes
    @author Ramesh Gupta @author Amy Fowler
  • com.jgoodies.looks.windows.WindowsTreeUI
    The JGoodies Windows Look&amp;Feel implementation of <code>TreeUI</code>. Corrects the position of the tree button icon and provides two line styles: angled dashed lines, or no lines at all. By default, lines are drawn.<p> You can change the line style by setting a client pr ...
  • org.jdesktop.swing.MatteBorderExtUnitTest
  • com.jgoodies.looks.common.ExtBasicMenuItemUI
    An implementation of <code>MenuItemUI</code> used by the JGoodies Windows and Plastic looks. Unlike it's superclass it aligns menu items, uses a slightly smaller gap between text and icon, which you can override in the UI defaults. @author Karsten Lentzsch @version $Revision: 1.2 $
  • com.jgoodies.looks.common.ShadowPopupBorder
    A border with a drop shadow intended to be used as the outer border of popups. Can paint the screen background if used with heavy-weight popup windows. @author Stefan Matthias Aust @author Karsten Lentzsch @author Andrej Golovnin @version $Revision: 1.5 $ @see ShadowPopup @see ShadowPopupFactory ...
  • org.objectstyle.cayenne.modeler.util.TextAdapter
    A validating adapter for JTextComponent. Implement {@link #updateModel(String)}to initialize model on text change. @author Andrei Adamchik
  • org.jdesktop.jdnc.markup.elem.RootPaneElement
    @author Amy Fowler
Popular Tags