Searched refs:ScrollPane (Results 1 - 23 of 23) sorted by relevance

/openjdk7/jdk/test/java/beans/XMLEncoder/
H A Djava_awt_ScrollPane.java27 * @summary Tests ScrollPane encoding
31 import java.awt.ScrollPane;
33 public final class java_awt_ScrollPane extends AbstractTest<ScrollPane> {
38 protected ScrollPane getObject() {
39 return new ScrollPane(ScrollPane.SCROLLBARS_NEVER);
42 protected ScrollPane getAnotherObject() {
44 // return new ScrollPane(ScrollPane.SCROLLBARS_ALWAYS);
/openjdk7/jdk/src/share/classes/java/awt/peer/
H A DScrollPanePeer.java28 import java.awt.ScrollPane;
32 * The peer interface for {@link ScrollPane}.
47 * @see ScrollPane#getHScrollbarHeight()
56 * @see ScrollPane#getVScrollbarWidth()
66 * @see ScrollPane#setScrollPosition(int, int)
76 * @see ScrollPane#layout()
/openjdk7/jdk/src/macosx/classes/sun/lwawt/
H A DLWScrollPanePeer.java36 final class LWScrollPanePeer extends LWContainerPeer<ScrollPane, JScrollPane>
39 LWScrollPanePeer(final ScrollPane target,
59 //java.awt.ScrollPane consumes the event
164 case ScrollPane.SCROLLBARS_NEVER:
166 case ScrollPane.SCROLLBARS_ALWAYS:
175 case ScrollPane.SCROLLBARS_NEVER:
177 case ScrollPane.SCROLLBARS_ALWAYS:
H A DLWToolkit.java365 public ScrollPanePeer createScrollPane(ScrollPane target) {
/openjdk7/jdk/src/solaris/classes/sun/awt/X11/
H A DXScrollPanePeer.java57 XScrollPaneContentWindow(ScrollPane target, long parentWindow) {
61 return "ScrollPane content";
65 XScrollPanePeer(ScrollPane target) {
80 if (target.getScrollbarDisplayPolicy() == ScrollPane.SCROLLBARS_ALWAYS) {
144 ScrollPane sp = (ScrollPane)target;
154 ScrollPane sp = (ScrollPane)target;
158 if (sbDisplayPolicy == ScrollPane.SCROLLBARS_NEVER) {
163 if (sbDisplayPolicy == ScrollPane
[all...]
H A DXToolkit.java941 public ScrollPanePeer createScrollPane(ScrollPane target) {
/openjdk7/jdk/src/share/classes/sun/awt/
H A DScrollPaneWheelScroller.java28 import java.awt.ScrollPane;
37 * scrolling on a java.awt.ScrollPane. It contains only static methods.
47 * Called from ScrollPane.processMouseWheelEvent()
49 public static void handleWheelScrolling(ScrollPane sp, MouseWheelEvent e) {
68 * Given a ScrollPane, determine which Scrollbar should be scrolled by the
71 public static Adjustable getAdjustableToScroll(ScrollPane sp) {
75 if (policy == ScrollPane.SCROLLBARS_ALWAYS ||
76 policy == ScrollPane.SCROLLBARS_NEVER) {
95 // ScrollPane
H A DComponentFactory.java65 ScrollPanePeer createScrollPane(ScrollPane target)
H A DHToolkit.java112 public ScrollPanePeer createScrollPane(ScrollPane target)
H A DHeadlessToolkit.java134 public ScrollPanePeer createScrollPane(ScrollPane target)
H A DSunToolkit.java164 public abstract ScrollPanePeer createScrollPane(ScrollPane target)
1407 || comp instanceof ScrollPane
/openjdk7/jdk/src/share/classes/java/awt/
H A DScrollPane.java92 public class ScrollPane extends Container implements Accessible { class in inherits:Container,Accessible
187 public ScrollPane() throws HeadlessException { method in class:ScrollPane
201 public ScrollPane(int scrollbarDisplayPolicy) throws HeadlessException { method in class:ScrollPane
228 synchronized (ScrollPane.class) {
411 throw new AWTError("ScrollPane controls layout");
574 * <code>ScrollPane</code>. This
611 * <code>ScrollPane</code> by scrolling an appropriate amount.
721 PeerFixer(ScrollPane scroller) {
749 private ScrollPane scroller;
758 * Gets the AccessibleContext associated with this ScrollPane
[all...]
H A DScrollPaneAdjustable.java37 * scrollbar of a <code>ScrollPane</code>. Objects of this class are
38 * returned by <code>ScrollPane</code> methods.
45 * The <code>ScrollPane</code> this object is a scrollbar of.
48 private ScrollPane sp;
73 * This value can only be set by the <code>ScrollPane</code>.
78 * <code>ScrollPane</code> always calls that method with
90 * This value can only be set by the <code>ScrollPane</code>.
100 * This value can only be set by the <code>ScrollPane</code>.
178 * of the specified <code>ScrollPane</code>.
179 * Only ScrollPane create
[all...]
H A DToolkit.java79 * <br>For example, calling <code>ScrollPane.setScrollPosition</code>
219 * Creates this toolkit's implementation of <code>ScrollPane</code> using
222 * @return this toolkit's implementation of <code>ScrollPane</code>.
226 * @see java.awt.ScrollPane
230 protected abstract ScrollPanePeer createScrollPane(ScrollPane target)
/openjdk7/jdk/src/windows/classes/sun/awt/windows/
H A DWScrollPanePeer.java98 ScrollPane sp = (ScrollPane)target;
108 * Called by ScrollPane's internal observer of the scrollpane's adjustables.
131 ScrollPane sp = (ScrollPane)target;
194 ScrollPane sp = (ScrollPane)WScrollPanePeer.this.target;
H A DWToolkit.java372 public ScrollPanePeer createScrollPane(ScrollPane target) {
/openjdk7/jdk/test/java/beans/Introspector/
H A DTest4935607.java35 import java.awt.ScrollPane;
82 test(ScrollPane.class, "scrollPosition"); // NON-NLS: getScrollPosition()
/openjdk7/jdk/test/java/awt/Focus/NonFocusableWindowTest/
H A DNoEventsTest.java340 ScrollPane pane = new ScrollPane(ScrollPane.SCROLLBARS_ALWAYS);
/openjdk7/jdk/test/java/awt/Toolkit/Headless/ExceptionContract/
H A DExceptionContract.java152 protected ScrollPanePeer createScrollPane(ScrollPane target) throws HeadlessException {
/openjdk7/jdk/src/solaris/classes/sun/awt/motif/
H A DMToolkit.java235 public ScrollPanePeer createScrollPane(ScrollPane target) {
/openjdk7/jdk/make/sun/awt/
H A DFILES_export_unix.gmk137 java/awt/ScrollPane.java \
H A DFILES_export_windows.gmk46 java/awt/ScrollPane.java \
/openjdk7/jdk/make/sun/lwawt/
H A DFILES_export_macosx.gmk220 java/awt/ScrollPane.java \

Completed in 84 milliseconds