Lines Matching refs:Box
39 * Box provides several class methods
41 * even non-Box containers.
44 * The <code>Box</code> class can create several kinds
48 * If all the components your <code>Box</code> contains
79 public class Box extends JComponent implements Accessible {
82 * Creates a <code>Box</code> that displays its components
93 public Box(int axis) {
99 * Creates a <code>Box</code> that displays its components
100 * from left to right. If you want a <code>Box</code> that
102 * <code>Box</code> using the constructor and pass in
105 * Box lineBox = new Box(BoxLayout.LINE_AXIS);
110 public static Box createHorizontalBox() {
111 return new Box(BoxLayout.X_AXIS);
115 * Creates a <code>Box</code> that displays its components
116 * from top to bottom. If you want a <code>Box</code> that
118 * <code>Box</code> using the constructor and pass in
121 * Box lineBox = new Box(BoxLayout.PAGE_AXIS);
126 public static Box createVerticalBox() {
127 return new Box(BoxLayout.Y_AXIS);
194 * that can be useful in a Box
225 * call <code>Box.createGlue</code>
262 * Throws an AWTError, since a Box can use only a BoxLayout.
271 * Paints this <code>Box</code>. If this <code>Box</code> has a UI this
273 * <code>Box</code> is opaque the <code>Graphics</code> is filled
360 // Accessibility support for Box$Filler
364 * Gets the AccessibleContext associated with this Box.Filler.
370 * AccessibleContext of this Box.Filler.
381 * <code>Box.Filler</code> class.
400 // Accessibility support for Box
404 * Gets the AccessibleContext associated with this Box.
410 * AccessibleContext of this Box
421 * <code>Box</code> class.