Lines Matching defs:JViewport

49  * By default, <code>JViewport</code> is opaque. To change this, use the
103 public class JViewport extends JComponent implements Accessible
153 * would be to remove this from the <code>JViewport</code>
166 * <code>JViewport</code> instance since the
274 /** Creates a <code>JViewport</code>. */
275 public JViewport() {
338 * Sets the <code>JViewport</code>'s one lightweight child,
440 // NOTE: How JViewport currently works with the
447 // JViewport.paint is invoked if scrollUnderway is
452 // is no way for JViewport to notice another
555 * subclassing. To create a <code>JViewport</code> with a border,
566 throw new IllegalArgumentException("JViewport.setBorder() not supported");
573 * are not supported on a <code>JViewport</code>.
584 * <code>JViewport</code>s inset values. The passed-in
631 * The <code>JViewport</code> overrides the default implementation of
636 * implementation rather than messaging the <code>JViewport</code>'s
647 * painting to originate from {@code JViewport}, or one of its
854 * <li> JViewport.BLIT_SCROLL_MODE
855 * <li> JViewport.BACKINGSTORE_SCROLL_MODE
856 * <li> JViewport.SIMPLE_SCROLL_MODE
866 * enum: BLIT_SCROLL_MODE JViewport.BLIT_SCROLL_MODE
867 * BACKINGSTORE_SCROLL_MODE JViewport.BACKINGSTORE_SCROLL_MODE
868 * SIMPLE_SCROLL_MODE JViewport.SIMPLE_SCROLL_MODE
933 * Returns the <code>JViewport</code>'s one child or <code>null</code>.
944 * Sets the <code>JViewport</code>'s one lightweight child
955 * doesn't call remove() (which JViewport overrides).
1306 * the <code>LayoutManager</code> to install on the <code>JViewport</code>.
1344 * to this JViewport with addChangeListener().
1396 * Returns a string representation of this <code>JViewport</code>.
1403 * @return a string representation of this <code>JViewport</code>
1582 // blitFrom/blitTo are in JViewport coordinates system
1621 // Graphics is relative to JViewport, need to map to view's
1726 * Gets the AccessibleContext associated with this JViewport.
1732 * AccessibleContext of this JViewport
1743 * <code>JViewport</code> class. It provides an implementation of the