StarOffice 5.2 API
reverse engineered by classdoc

java.awt
Class ScrollPane

java.lang.Object
  |
  +--java.awt.Component
        |
        +--java.awt.Container
              |
              +--java.awt.ScrollPane
All Implemented Interfaces:
java.awt.image.ImageObserver, java.awt.MenuContainer, java.io.Serializable

public synchronized class ScrollPane
extends java.awt.Container

See Also:
Serialized Form

Field Summary
static int SCROLLBARS_ALWAYS
           
static int SCROLLBARS_AS_NEEDED
           
static int SCROLLBARS_NEVER
           
private static java.lang.String base
           
private  java.awt.ScrollPaneAdjustable hAdjustable
           
private static int nameCounter
           
private  int scrollbarDisplayPolicy
           
private static long serialVersionUID
           
private  java.awt.ScrollPaneAdjustable vAdjustable
           
 
Fields inherited from class java.awt.Container
component, containerListener, containerSerializedDataVersion, dispatcher, layoutMgr, maxSize, ncomponents
 
Fields inherited from class java.awt.Component
BOTTOM_ALIGNMENT, CENTER_ALIGNMENT, LEFT_ALIGNMENT, LOCK, RIGHT_ALIGNMENT, TOP_ALIGNMENT, actionListenerK, adjustmentListenerK, background, componentListener, componentListenerK, componentSerializedDataVersion, containerListenerK, cursor, enabled, eventMask, focusListener, focusListenerK, font, foreground, height, incRate, isInc, itemListenerK, keyListener, keyListenerK, locale, minSize, mouseListener, mouseListenerK, mouseMotionListener, mouseMotionListenerK, name, nameExplicitlySet, newEventsOnly, parent, peer, popups, prefSize, textListenerK, valid, visible, width, windowListenerK, x, y
 
Fields inherited from interface java.awt.image.ImageObserver
ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH
 
Constructor Summary
ScrollPane()
           
ScrollPane(int i)
           
 
Method Summary
protected  void addImpl(java.awt.Component c, java.lang.Object o, int i)
           
 void addNotify()
           
(package private)  java.awt.Dimension calculateChildSize()
           
(package private)  java.lang.String constructComponentName()
           
 void doLayout()
           
 java.awt.Adjustable getHAdjustable()
           
 int getHScrollbarHeight()
           
 java.awt.Point getScrollPosition()
           
 int getScrollbarDisplayPolicy()
           
 java.awt.Adjustable getVAdjustable()
           
 int getVScrollbarWidth()
           
 java.awt.Dimension getViewportSize()
           
 void layout()
           
 java.lang.String paramString()
           
 void printComponents(java.awt.Graphics g)
           
 void setLayout(java.awt.LayoutManager lm)
           
 void setScrollPosition(int i1, int i2)
           
 void setScrollPosition(java.awt.Point p)
           
 
Methods inherited from class java.awt.Container
add, add, add, add, add, addContainerListener, countComponents, deliverEvent, dispatchEventImpl, dispatchEventToSelf, eventEnabled, getAlignmentX, getAlignmentY, getComponent, getComponentAt, getComponentAt, getComponentCount, getComponents, getCursorTarget, getInsets, getLayout, getMaximumSize, getMinimumSize, getMouseEventTarget, getPreferredSize, getWindow, insets, invalidate, isAncestorOf, isContainingWindowActivated, lightweightPrint, list, list, locate, minimumSize, nextFocus, paint, paintComponents, postProcessKeyEvent, postsOldMouseEvents, preProcessKeyEvent, preferredSize, print, printOneComponent, processContainerEvent, processEvent, proxyEnableEvents, proxyRequestFocus, readObject, remove, remove, removeAll, removeContainerListener, removeNotify, setCursor, setFocusOwner, transferFocus, update, updateCursor, validate, validateTree, writeObject
 
Methods inherited from class java.awt.Component
action, add, addComponentListener, addFocusListener, addKeyListener, addMouseListener, addMouseMotionListener, areInputMethodsEnabled, bounds, checkImage, checkImage, contains, contains, createImage, createImage, disable, disableEvents, dispatchEvent, enable, enable, enableEvents, getBackground, getBounds, getColorModel, getCursor, getFont, getFontMetrics, getForeground, getGraphics, getInputContext, getLocale, getLocation, getLocationOnScreen, getName, getNativeContainer, getParent, getPeer, getSize, getToolkit, getTreeLock, gotFocus, handleEvent, hide, imageUpdate, inside, isEnabled, isFocusTraversable, isShowing, isValid, isVisible, keyDown, keyUp, list, list, list, location, lostFocus, mouseDown, mouseDrag, mouseEnter, mouseExit, mouseMove, mouseUp, move, nextFocus, paintAll, postEvent, prepareImage, prepareImage, printAll, processComponentEvent, processFocusEvent, processKeyEvent, processMouseEvent, processMouseMotionEvent, remove, removeComponentListener, removeFocusListener, removeKeyListener, removeMouseListener, removeMouseMotionListener, repaint, repaint, repaint, repaint, requestFocus, reshape, resize, resize, setBackground, setBounds, setBounds, setEnabled, setFont, setForeground, setLocale, setLocation, setLocation, setName, setSize, setSize, setVisible, show, show, size, toString, transferFocus
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

SCROLLBARS_ALWAYS

public static final int SCROLLBARS_ALWAYS

SCROLLBARS_AS_NEEDED

public static final int SCROLLBARS_AS_NEEDED

SCROLLBARS_NEVER

public static final int SCROLLBARS_NEVER

base

private static final java.lang.String base

hAdjustable

private java.awt.ScrollPaneAdjustable hAdjustable

nameCounter

private static int nameCounter

scrollbarDisplayPolicy

private int scrollbarDisplayPolicy

serialVersionUID

private static final long serialVersionUID

vAdjustable

private java.awt.ScrollPaneAdjustable vAdjustable
Constructor Detail

ScrollPane

public ScrollPane()

ScrollPane

public ScrollPane(int i)
Method Detail

addImpl

protected final void addImpl(java.awt.Component c,
                             java.lang.Object o,
                             int i)

addNotify

public void addNotify()

calculateChildSize

java.awt.Dimension calculateChildSize()

constructComponentName

java.lang.String constructComponentName()

doLayout

public void doLayout()

getHAdjustable

public java.awt.Adjustable getHAdjustable()

getHScrollbarHeight

public int getHScrollbarHeight()

getScrollPosition

public java.awt.Point getScrollPosition()

getScrollbarDisplayPolicy

public int getScrollbarDisplayPolicy()

getVAdjustable

public java.awt.Adjustable getVAdjustable()

getVScrollbarWidth

public int getVScrollbarWidth()

getViewportSize

public java.awt.Dimension getViewportSize()

layout

public void layout()

paramString

public java.lang.String paramString()

printComponents

public void printComponents(java.awt.Graphics g)

setLayout

public final void setLayout(java.awt.LayoutManager lm)

setScrollPosition

public void setScrollPosition(int i1,
                              int i2)

setScrollPosition

public void setScrollPosition(java.awt.Point p)

StarOffice 5.2 API
reverse engineered by classdoc