Searched refs:XWindowAttributesData (Results 1 - 6 of 6) sorted by relevance

/openjdk7/jdk/src/solaris/classes/sun/awt/X11/
H A DXWindowAttributesData.java28 class XWindowAttributesData { class
59 XWindowAttributesData() { method in class:XWindowAttributesData
H A DXFramePeer.java431 if (hasDecorations(XWindowAttributesData.AWT_DECOR_BORDER)) {
488 if (hasDecorations(XWindowAttributesData.AWT_DECOR_TITLE)) {
490 if (hasDecorations(XWindowAttributesData.AWT_DECOR_MENU)) {
504 if (hasDecorations(XWindowAttributesData.AWT_DECOR_MINIMIZE)) {
515 if (hasDecorations(XWindowAttributesData.AWT_DECOR_MAXIMIZE)) {
539 hasDecorations(XWindowAttributesData.AWT_DECOR_RESIZEH)) {
621 if (hasDecorations(XWindowAttributesData.AWT_DECOR_BORDER)) {
625 if (hasDecorations(XWindowAttributesData.AWT_DECOR_TITLE)) {
H A DXDialogPeer.java58 winAttr.initialState = XWindowAttributesData.NORMAL;
H A DXDecoratedPeer.java312 if (getDecorations() == XWindowAttributesData.AWT_DECOR_NONE) {
691 && getDecorations() != XWindowAttributesData.AWT_DECOR_NONE) {
696 if (!insets_corrected && getDecorations() != XWindowAttributesData.AWT_DECOR_NONE) {
H A DXWindow.java78 XWindowAttributesData winAttr;
240 winAttr = new XWindowAttributesData();
H A DXWindowPeer.java1414 if ((myDecor & XWindowAttributesData.AWT_DECOR_ALL) != 0)

Completed in 1192 milliseconds