Searched defs:JScrollPane (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/swing/
H A DJScrollPane.java49 * A <code>JScrollPane</code> manages a viewport, optional
52 * You can find task-oriented documentation of <code>JScrollPane</code> in
55 * <code>JScrollPane</code> does not support heavyweight components.
60 * <P ALIGN="CENTER"><IMG SRC="doc-files/JScrollPane-1.gif"
71 * A <code>JScrollPane</code> basically consists of <code>JScrollBar</code>s,
76 * a <code>JScrollPane</code> can have a
125 * <code>JScrollPane</code> draws its background the viewport will
128 * By default <code>JScrollPane</code> uses <code>ScrollPaneLayout</code>
171 public class JScrollPane extends JComponent implements ScrollPaneConstants, Accessible class in inherits:JComponent,ScrollPaneConstants,Accessible
274 * Creates a <code>JScrollPane</cod
293 public JScrollPane(Component view, int vsbPolicy, int hsbPolicy) method in class:JScrollPane
322 public JScrollPane(Component view) { method in class:JScrollPane
341 public JScrollPane(int vsbPolicy, int hsbPolicy) { method in class:JScrollPane
350 public JScrollPane() { method in class:JScrollPane
[all...]

Completed in 31 milliseconds