/[classpath]/classpath/java/awt/LayoutManager2.java
ViewVC logotype

Diff of /classpath/java/awt/LayoutManager2.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.6 by fitzsim, Tue Feb 3 17:17:29 2004 UTC revision 1.7 by mkoch, Tue Nov 16 09:59:11 2004 UTC
# Line 42  package java.awt; Line 42  package java.awt;
42   * Layout manager for laying out containers based on contraints. The   * Layout manager for laying out containers based on contraints. The
43   * constraints control how the layout will proceed.   * constraints control how the layout will proceed.
44   *   *
45   * @author Aaron M. Renn <arenn@urbanophile.com>   * @author Aaron M. Renn (arenn@urbanophile.com)
46   * @see LayoutManager   * @see LayoutManager
47   * @see Container   * @see Container
48   * @since 1.0   * @since 1.0
# Line 57  public interface LayoutManager2 extends Line 57  public interface LayoutManager2 extends
57     * @param component the component to add     * @param component the component to add
58     * @param constraints the constraints to satisfy     * @param constraints the constraints to satisfy
59     */     */
60    void addLayoutComponent(Component component, Object contraints);    void addLayoutComponent(Component component, Object constraints);
61    
62    /**    /**
63     * Determines the maximum size of the specified target container.     * Determines the maximum size of the specified target container.

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26