Searched refs:Always (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/solaris/classes/sun/awt/X11/
H A DXConstants.java412 public static final int Always = 2 ; field in class:XConstants
H A DXToolkit.java2009 * Returns one of XConstants: NotUseful, WhenMapped or Always.
2012 * or the string system property "sun.awt.backingStore" is neither "Always"
2016 * Otherwise (i.e., if the system property "sun.awt.backingStore" is "Always"),
2017 * the method returns XConstants.Always.
2041 backingStoreType = XConstants.Always;
2052 "WhenMapped" : "Always") );
2087 * One of XConstants: NotUseful, WhenMapped or Always.

Completed in 30 milliseconds