| java.awt.ComponentBehavior
All known Subclasses: java.awt.HWBehavior, java.awt.LWBehavior,
ComponentBehavior | interface ComponentBehavior (Code) | | The interface of the helper object that encapsulates the difference
between lightweight and heavyweight components.
|
Method Summary | |
void | addNotify() | Graphics | getGraphics(int translationX, int translationY, int width, int height) | NativeWindow | getNativeWindow() | boolean | isDisplayable() | boolean | isLightweight() | boolean | isOpaque() | void | onMove(int x, int y) | void | removeNotify() | void | setBounds(int x, int y, int w, int h, int bMask) | void | setEnabled(boolean value) | boolean | setFocus(boolean focus, Component opposite) | void | setVisible(boolean b) | void | setZOrder(int newIndex, int oldIndex) |
addNotify | void addNotify()(Code) | | |
getGraphics | Graphics getGraphics(int translationX, int translationY, int width, int height)(Code) | | |
getNativeWindow | NativeWindow getNativeWindow()(Code) | | |
isDisplayable | boolean isDisplayable()(Code) | | |
isLightweight | boolean isLightweight()(Code) | | |
isOpaque | boolean isOpaque()(Code) | | |
onMove | void onMove(int x, int y)(Code) | | |
removeNotify | void removeNotify()(Code) | | |
setBounds | void setBounds(int x, int y, int w, int h, int bMask)(Code) | | |
setEnabled | void setEnabled(boolean value)(Code) | | |
setVisible | void setVisible(boolean b)(Code) | | |
setZOrder | void setZOrder(int newIndex, int oldIndex)(Code) | | |
|
|