ComponentBehaviorpublic interface ComponentBehavior The interface of the helper object that encapsulates the difference
between lightweight and heavyweight components. |
Methods Summary |
---|
public void | addNotify()
| public java.awt.Graphics | getGraphics(int translationX, int translationY, int width, int height)
| public org.apache.harmony.awt.wtk.NativeWindow | getNativeWindow()
| public boolean | isDisplayable()
| public boolean | isLightweight()
| public boolean | isOpaque()
| public void | onMove(int x, int y)
| public void | removeNotify()
| public void | setBounds(int x, int y, int w, int h, int bMask)
| public void | setEnabled(boolean value)
| public boolean | setFocus(boolean focus, java.awt.Component opposite)
| public void | setVisible(boolean b)
| public void | setZOrder(int newIndex, int oldIndex)
|
|