Класс CompoundControl

public abstract class CompoundControl
extends Control

A CompoundControl, such as a graphic equalizer, provides control over two or more related properties, each of which is itself represented as a Control.

Since:
1.3

Вложенные классы

Модификатор и тип Класс Описание
static class  CompoundControl.Type

Экземпляр вложенного класса CompoundControl.Type идентифицирует один вид составного управления.

Краткое описание конструкторов

Модификатор Конструктор Описание
protected CompoundControl​(CompoundControl.Type type, Control[] memberControls)

Создаёт новый объект составного управления с заданными параметрами.

Краткое описание методов

Модификатор и тип Метод Описание
Control[] getMemberControls()

Возвращает набор управляющих элементов, составляющих составное управление.

String toString()

Предоставляет строковое представление управления.

Методы, объявленные в классе javax.sound.sampled.Control

getType

Методы, объявленные в классе java.lang.Object

clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait

Подробное описание конструкторов

CompoundControl

protected CompoundControl(CompoundControl.Type type,
                          Control[] memberControls)

Создаёт новый объект составного управления с заданными параметрами.

Parameters:
type - тип управления, представленного данным объектом составного управления
memberControls - набор управляющих элементов

Подробное описание методов

getMemberControls

public Control[] getMemberControls()

Возвращает набор управляющих элементов, составляющих составное управление.

Returns:
набор управляющих элементов

toString

public String toString()

Предоставляет строковое представление управления.

Overrides:
toString в классе Control
Returns:
описание в виде строки

© 1993, 2020, Oracle and/or its affiliates. All rights reserved.
Documentation extracted from Debian's OpenJDK Development Kit package.
Licensed under the GNU General Public License, version 2, with the Classpath Exception.
Various third party code in OpenJDK is licensed under different licenses (see Debian package).
Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
https://docs.oracle.com/en/java/javase/11/docs/api/java.desktop/javax/sound/sampled/CompoundControl.html

Spec-Zone .ru
спецификации, руководства, описания, API