Remove Dwarf2 restriction on EH frame generation
[official-gcc.git] / libjava / java / awt / LayoutManager2.java
bloba79d64e85fab072ed8ea5389fad7f83495f7dded
1 /* Copyright (C) 1999 Free Software Foundation
3 This file is part of libjava.
5 This software is copyrighted work licensed under the terms of the
6 Libjava License. Please consult the file "LIBJAVA_LICENSE" for
7 details. */
9 package java.awt;
11 /* Status: Believed complete and correct. */
13 public interface LayoutManager2 extends LayoutManager
15 public void addLayoutComponent (Component comp, Object constraints);
16 public float getLayoutAlignmentX (Container target);
17 public float getLayoutAlignmentY (Container target);
18 public void invalidateLayout (Container target);
19 public Dimension maximumLayoutSize (Container target);