|
Java Platform 1.2 |
|||||||||
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 | +--javax.swing.JComponent | +--javax.swing.JScrollBar | +--javax.swing.JScrollPane.ScrollBar
By default JScrollPane creates scrollbars that are instances of this class. Scrollbar overrides the getUnitIncrement and getBlockIncrement methods so that, if the viewports view is a Scrollable, the view is asked to compute these values. Unless the unit/block increment have been explicitly set.
Warning: Serialized objects of this class will not be compatible with future Swing releases. The current serialization support is appropriate for short term storage or RMI between applications running the same version of Swing. A future release of Swing will provide support for long term persistence.
Scrollable
,
JScrollPane.createVerticalScrollBar()
,
JScrollPane.createHorizontalScrollBar()
, Serialized FormInner classes inherited from class javax.swing.JScrollBar |
JScrollBar.AccessibleJScrollBar |
Inner classes inherited from class javax.swing.JComponent |
JComponent.AccessibleJComponent |
Fields inherited from class javax.swing.JScrollBar |
blockIncrement,
model,
orientation,
unitIncrement |
Fields inherited from class javax.swing.JComponent |
accessibleContext,
listenerList,
TOOL_TIP_TEXT_KEY,
ui,
UNDEFINED_CONDITION,
WHEN_ANCESTOR_OF_FOCUSED_COMPONENT,
WHEN_FOCUSED,
WHEN_IN_FOCUSED_WINDOW |
Fields inherited from class java.awt.Component |
BOTTOM_ALIGNMENT,
CENTER_ALIGNMENT,
LEFT_ALIGNMENT,
RIGHT_ALIGNMENT,
TOP_ALIGNMENT |
Constructor Summary | |
JScrollPane.ScrollBar(int orientation)
Create a scrollbar with the specified orientation, where the options are: JScrollPane.VERTICAL_SCROLLBAR JScrollPane.HORIZONTAL_SCROLLBAR |
Method Summary | |
int |
getBlockIncrement(int direction)
If the viewports view is a Scrollable then ask the view to compute the block increment. |
int |
getUnitIncrement(int direction)
If the viewports view is a Scrollable then ask the view to compute the unit increment. |
void |
setBlockIncrement(int blockIncrement)
Messages super to set the value, and resets the blockIncrementSet instance variable to true. |
void |
setUnitIncrement(int unitIncrement)
Messages super to set the value, and resets the unitIncrementSet instance variable to true. |
Methods inherited from class java.awt.Container |
add,
add,
add,
add,
add,
addContainerListener,
addImpl,
countComponents,
deliverEvent,
doLayout,
findComponentAt,
findComponentAt,
getComponent,
getComponentAt,
getComponentAt,
getComponentCount,
getComponents,
getLayout,
insets,
invalidate,
isAncestorOf,
layout,
list,
list,
locate,
minimumSize,
paintComponents,
preferredSize,
print,
printComponents,
processContainerEvent,
processEvent,
remove,
remove,
removeAll,
removeContainerListener,
setLayout,
validate,
validateTree |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
Constructor Detail |
public JScrollPane.ScrollBar(int orientation)
orientation
- an int specifying the orientationMethod Detail |
public void setUnitIncrement(int unitIncrement)
unitIncrementSet
instance variable to true.public int getUnitIncrement(int direction)
Scrollable.getScrollableUnitIncrement(java.awt.Rectangle, int, int)
public void setBlockIncrement(int blockIncrement)
blockIncrementSet
instance variable to true.public int getBlockIncrement(int direction)
Scrollable.getScrollableBlockIncrement(java.awt.Rectangle, int, int)
|
Java Platform 1.2 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |