FileDocCategorySizeDatePackage
CustomItemLF.javaAPI DocphoneME MR2 API (J2ME)2050Wed May 02 18:00:22 BST 2007javax.microedition.lcdui

CustomItemLF

public interface CustomItemLF implements ItemLF
Look and Feel interface used by CustomItem.

See Naming Conventions for information about method naming conventions.

Fields Summary
Constructors Summary
Methods Summary
public intlGetInteractionModes()

public voidlInvalidate()
Notifies L&F that Custom Item was invalidated.

public voidlRepaint()
Notifies L&F that repaint of the entire custom item is needed

public voidlRepaint(int x, int y, int w, int h)
Notifies L&F that repaint of the specified region is needed.

param
x the x coordinate of the origin of the dirty region
param
y the y coordinate of the origin of the dirty region
param
w the width of the dirty region
param
h the height of the dirty region

public voiduCallSizeRefresh()
Refresh the cached preferred and minimum sizes of this CustomItem.