Searched refs:style (Results 201 - 205 of 205) sorted by relevance

123456789

/openjdk7/jdk/src/windows/native/sun/windows/
H A Dawt_TrayIcon.cpp111 lpwc->style = 0L;
H A Dawt_Toolkit.cpp352 WS_DISABLED, /* window style */
604 wc.style = 0;
H A Dawt_Component.cpp426 lpwc->style = 0L;//CS_OWNDC;
690 DWORD style = ::GetWindowLong(hwnd, GWL_STYLE); local
694 if ( (style & WS_CHILD) == 0 ||
/openjdk7/jdk/src/share/classes/sun/awt/
H A DSunToolkit.java200 public abstract FontPeer getFontPeer(String name, int style); argument
/openjdk7/jdk/src/share/classes/javax/swing/text/
H A DDefaultStyledDocument.java53 * structure for this document represents style crossings for
54 * style runs. These style runs are mapped into a paragraph element
56 * style runs break at paragraph boundaries since logical styles are
78 * @param styles resources and style definitions which may
102 * and has a style context that is scoped by the lifetime
368 * Adds a new style into the logical style hierarchy. Style attributes
372 * @param nm the name of the style (must be unique within the
373 * collection of named styles). The name may be null if the style
952 styleChanged(Style style) argument
[all...]

Completed in 134 milliseconds

123456789