Interface awt.Layoutable
All Packages This Package Previous Next
Interface awt.Layoutable
-
public interface
Layoutable
-
extends Object
Interface for laying out of Windows and DisplayItems.
-
Version:
-
1.6 31 Jan 1995
-
Author:
-
Patrick Naughton
-
getChild(String)
-
-
getPreferredSize()
-
-
layout()
-
-
minDimension()
-
-
reshape(int, int, int, int)
-
reshape
public abstract void reshape(int x,
int y,
int w,
int h)
getPreferredSize
public abstract Dimension getPreferredSize()
minDimension
public abstract Dimension minDimension()
getChild
public abstract Layoutable getChild(String name)
layout
public abstract void layout()
All Packages This Package Previous Next