FileDocCategorySizeDatePackage
ComponentBehavior.javaAPI DocAndroid 1.5 API1628Wed May 06 22:41:54 BST 2009java.awt

ComponentBehavior

public interface ComponentBehavior
The interface of the helper object that encapsulates the difference between lightweight and heavyweight components.

Fields Summary
Constructors Summary
Methods Summary
public voidaddNotify()

public java.awt.GraphicsgetGraphics(int translationX, int translationY, int width, int height)

public org.apache.harmony.awt.wtk.NativeWindowgetNativeWindow()

public booleanisDisplayable()

public booleanisLightweight()

public booleanisOpaque()

public voidonMove(int x, int y)

public voidremoveNotify()

public voidsetBounds(int x, int y, int w, int h, int bMask)

public voidsetEnabled(boolean value)

public booleansetFocus(boolean focus, java.awt.Component opposite)

public voidsetVisible(boolean b)

public voidsetZOrder(int newIndex, int oldIndex)