|
StarOffice 5.2 API reverse engineered by classdoc |
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.awt.Component | +--java.awt.Container | +--java.awt.ScrollPane
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 |
public static final int SCROLLBARS_ALWAYS
public static final int SCROLLBARS_AS_NEEDED
public static final int SCROLLBARS_NEVER
private static final java.lang.String base
private java.awt.ScrollPaneAdjustable hAdjustable
private static int nameCounter
private int scrollbarDisplayPolicy
private static final long serialVersionUID
private java.awt.ScrollPaneAdjustable vAdjustable
Constructor Detail |
public ScrollPane()
public ScrollPane(int i)
Method Detail |
protected final void addImpl(java.awt.Component c, java.lang.Object o, int i)
public void addNotify()
java.awt.Dimension calculateChildSize()
java.lang.String constructComponentName()
public void doLayout()
public java.awt.Adjustable getHAdjustable()
public int getHScrollbarHeight()
public java.awt.Point getScrollPosition()
public int getScrollbarDisplayPolicy()
public java.awt.Adjustable getVAdjustable()
public int getVScrollbarWidth()
public java.awt.Dimension getViewportSize()
public void layout()
public java.lang.String paramString()
public void printComponents(java.awt.Graphics g)
public final void setLayout(java.awt.LayoutManager lm)
public void setScrollPosition(int i1, int i2)
public void setScrollPosition(java.awt.Point p)
|
StarOffice 5.2 API reverse engineered by classdoc |
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |