Searched refs:SubRegionShowable (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/awt/
H A DSubRegionShowable.java35 public interface SubRegionShowable { interface
/openjdk7/jdk/src/share/classes/javax/swing/
H A DBufferStrategyPaintManager.java38 import sun.awt.SubRegionShowable;
255 SubRegionShowable bsSubRegion =
256 (SubRegionShowable)bufferStrategy;
415 SubRegionShowable bsSubRegion = (SubRegionShowable)bufferStrategy;
816 if (!(bs instanceof SubRegionShowable)) {
818 // 1. So that we know we can cast to SubRegionShowable and
/openjdk7/jdk/src/share/classes/java/awt/
H A DComponent.java70 import sun.awt.SubRegionShowable;
4472 implements SubRegionShowable
4498 * this subclass via the SubRegionShowable interface in order to
4503 implements SubRegionShowable

Completed in 71 milliseconds