| java.lang.Object sun.awt.pocketpc.PPCObjectPeer sun.awt.pocketpc.PPCComponentPeer sun.awt.pocketpc.PPCCanvasPeer sun.awt.pocketpc.PPCPanelPeer sun.awt.pocketpc.PPCScrollPanePeer
scrollbarHeight | int scrollbarHeight(Code) | | |
scrollbarWidth | int scrollbarWidth(Code) | | |
childResized | public void childResized(int width, int height)(Code) | | The child component has been resized. The scrollbars must be
updated with the new sizes. At the native level the sizes of
the actual windows may not have changed yet, so the size
information from the java-level is passed down and used.
|
getHScrollbarHeight | public int getHScrollbarHeight()(Code) | | |
getOffset | native int getOffset(int orient)(Code) | | |
getVScrollbarWidth | public int getVScrollbarWidth()(Code) | | |
initialize | void initialize()(Code) | | |
scrolledHorizontal | void scrolledHorizontal(int value)(Code) | | Callback from windows to indicate that the horizontal scrollbar was
adjusted and a new value is desired. If this is a valid
value the adjustable will change and setValue will be called.
|
scrolledVertical | void scrolledVertical(int value)(Code) | | Callback from windows to indicate that the vertical scrollbar was
adjusted and a new value is desired. If this is a valid
value the adjustable will change and setValue will be called.
|
setScrollPosition | native public synchronized void setScrollPosition(int x, int y)(Code) | | |
setSpans | native synchronized void setSpans(int viewWidth, int viewHeight, int childWidth, int childHeight)(Code) | | |
setValue | public void setValue(Adjustable adj, int v)(Code) | | Called by ScrollPane's internal observer of the scrollpane's adjustables.
This is called whenever a scroll position is changed in one
of adjustables, whether it was modified externally or from the
native scrollbars themselves. If the change was sourced by the
native scrollbars then ignore will be set to true.
|
Methods inherited from sun.awt.pocketpc.PPCComponentPeer | native public void _beginValidate()(Code)(Java Doc) native public void _setBackground(int rgb)(Code)(Java Doc) native public void _setForeground(int rgb)(Code)(Java Doc) public void beginValidate()(Code)(Java Doc) public int checkImage(Image img, int w, int h, ImageObserver o)(Code)(Java Doc) void clearRectBeforePaint(Graphics g, Rectangle r)(Code)(Java Doc) abstract void create(PPCComponentPeer parent)(Code)(Java Doc) public Image createImage(ImageProducer producer)(Code)(Java Doc) public Image createImage(int width, int height)(Code)(Java Doc) native public synchronized void disable()(Code)(Java Doc) public void dispose()(Code)(Java Doc) native public synchronized void enable()(Code)(Java Doc) native public void endValidate()(Code)(Java Doc) protected void finalize() throws Throwable(Code)(Java Doc) public ColorModel getColorModel()(Code)(Java Doc) public FontMetrics getFontMetrics(Font font)(Code)(Java Doc) public Graphics getGraphics()(Code)(Java Doc) native public Point getLocationOnScreen()(Code)(Java Doc) public Dimension getMinimumSize()(Code)(Java Doc) public Dimension getPreferredSize()(Code)(Java Doc) public java.awt.Toolkit getToolkit()(Code)(Java Doc) public void handleEvent(AWTEvent e)(Code)(Java Doc) void handleExpose(int x, int y, int w, int h)(Code)(Java Doc) void handlePaint(int x, int y, int w, int h)(Code)(Java Doc) void handleRepaint(int x, int y, int w, int h)(Code)(Java Doc) native public synchronized void hide()(Code)(Java Doc) public void initZOrderPosition()(Code)(Java Doc) void initialize()(Code)(Java Doc) public boolean isDoubleBuffered()(Code)(Java Doc) public boolean isFocusTraversable()(Code)(Java Doc) public Dimension minimumSize()(Code)(Java Doc) native void nativeHandleEvent(AWTEvent e)(Code)(Java Doc) public void paint(Graphics g)(Code)(Java Doc) void postEvent(AWTEvent event)(Code)(Java Doc) public Dimension preferredSize()(Code)(Java Doc) public boolean prepareImage(Image img, int w, int h, ImageObserver o)(Code)(Java Doc) public void print(Graphics g)(Code)(Java Doc) public void repaint(long tm, int x, int y, int width, int height)(Code)(Java Doc) native public synchronized void requestFocus()(Code)(Java Doc) native public synchronized void reshape(int x, int y, int width, int height)(Code)(Java Doc) public synchronized void setBackground(Color c)(Code)(Java Doc) public void setBounds(int x, int y, int width, int height)(Code)(Java Doc) native public synchronized void setCursor(Cursor c)(Code)(Java Doc) public void setEnabled(boolean b)(Code)(Java Doc) native public synchronized void setFont(Font f)(Code)(Java Doc) public synchronized void setForeground(Color c)(Code)(Java Doc) public void setVisible(boolean b)(Code)(Java Doc) native void setZOrderPosition(PPCComponentPeer compAbove)(Code)(Java Doc) native public synchronized void show()(Code)(Java Doc) native synchronized void start()(Code)(Java Doc) public String toString()(Code)(Java Doc) public void updateClient(Object arg)(Code)(Java Doc)
|
|
|