com.jgoodies.looks.plastic.PlasticBorders This class consists of a set of <code>Border</code>s used by the JGoodies Plastic Look and Feel UI delegates. @author Karsten Lentzsch @version $Revision: 1.3 $ Accessing and Creating Borders Returns a border instance for a <code>JButton</code>. @return the lazily creat ...
com.jgoodies.forms.extras.DefaultFormBuilder Provides a means to build form-oriented panels quickly and consistently using the {@link FormLayout}. This builder combines frequently used panel building steps: add a new row, add a label, proceed to the next data column, then add a component. <p> The extra value lies in the <code>#ap ...
com.jgoodies.looks.windows.WindowsBorders Consists of static inner classes that define different <code>Borders</code> used in the JGoodies Windows look&feel. @author Karsten Lentzsch @version $Revision: 1.3 $ Accessing and Creating Borders Returns a <code>Border</code> for a <code>JButton</code ...
com.jgoodies.forms.layout.FormLayout FormLayout is a powerful, flexible and precise general purpose layout manager. It aligns components vertically and horizontally in a dynamic rectangular grid of cells, with each component occupying one or more cells. A <a HREF="../../../../../whitepaper.pdf" target="secondary">whitepaper< ...
org.htmlparser.parserapplications.filterbuilder.FilterBuilder The main program for the FilterBuilder programming system. <p>ToDo: <ul> <li>thread the attribute fetching</li> <li>CSS selector filter</li> <li>table row filter</li> <li>table column filter</li> <li>trigger filter</li> <li ...
com.jgoodies.looks.plastic.PlasticXPBorders This class consists of a set of <code>Border</code>s used by the JGoodies Plastic XP Look and Feel UI delegates. @author Karsten Lentzsch @version $Revision: 1.2 $ Accessing and Creating Borders Returns a border instance for a <code>JButton</code>. Returns a border ins ...
com.jgoodies.looks.demo.NarrowTab Demonstrates the JGoodies Looks <i>narrowMargin</i> option. Therefore it contains button rows that use different combinations of layout managers and narrow hints. @author Karsten Lentzsch @version $Revision: 1.5 $ Builds the panel. BoxLayout DesignGridLayout GridLayout Button FlowL ...
com.jgoodies.forms.util.AbstractUnitConverter An abstract implementation of the {@link UnitConverter} that minimizes the effort required to convert font-dependent sizes to pixels. @author Karsten Lentzsch @version $Revision: 1.2 $ @see DefaultUnitConverter @see com.jgoodies.forms.layout.Size @see com.jgoodies.forms.layout.Sizes
CompViewer Class <code>CompViewer</code> creates a 'viewer' component that implements the CommandObject interface.
com.jgoodies.forms.builder.AbstractFormBuilder An abstract class that minimizes the effort required to implement non-visual builders that use the {@link FormLayout}. <p> Builders hide details of the FormLayout and provide convenience behavior that assists you in constructing a form. This class provides a cell cursor that helps you traver ...
org.enhydra.shark.corbaclient.BarFactory Implements the static methods that are used to implement multilanguage support, and to create some resources as menubar, toolbars and button panels.
org.apache.jorphan.gui.ComponentUtil This class is a Util for awt Component and could be used to place them in center of an other. @author <a HREF="mailto:bo.regnlin@pc.nu">Bo Regnlin</a> @version $Revision: 1.5 $