Searched defs:getControlInfo (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/swing/plaf/metal/
H A DMetalTheme.java232 public ColorUIResource getControlInfo() { return getBlack(); } method in class:MetalTheme
299 * {@code getControlInfo()}.
303 public ColorUIResource getControlTextColor() { return getControlInfo(); }
H A DMetalLookAndFeel.java1863 * cover method for {@code getCurrentTheme().getControlInfo()}.
1869 public static ColorUIResource getControlInfo() { return getCurrentTheme().getControlInfo(); } method in class:MetalLookAndFeel
/openjdk7/jdk/src/windows/native/com/sun/media/sound/
H A DPLATFORM_API_WinOS_Ports.c88 int getControlInfo(HMIXER handle, MIXERLINE* line, MIXERLINECONTROLS* controls);
234 if (getControlInfo(handle, mixerLine, &controls)) {
296 int getControlInfo(HMIXER handle, MIXERLINE* line, MIXERLINECONTROLS* controls) { function
299 //TRACE2(">getControlInfo for line %s with %d controls\n", line->szName, line->cControls);
321 //TRACE0("<getControlInfo \n");
336 if (getControlInfo(handle, line, controls)) {
576 if (getControlInfo(handle, line, &controls)) {
629 if (getControlInfo(info->handle, dstLine, &controlInfos)) {
807 if (getControlInfo(info->handle, line, &controlInfos)) {

Completed in 31 milliseconds