Record Class MixConsole.ChannelPanelSet
java.lang.Object
java.lang.Record
org.jjazz.mixconsole.api.MixConsole.ChannelPanelSet
- Enclosing class:
MixConsole
public static record MixConsole.ChannelPanelSet(RhythmVoice rhythmVoice, org.jjazz.mixconsole.MixChannelPanel mixChannelPanel, org.jjazz.mixconsole.PhraseViewerPanel phraseViewerPanel)
extends Record
The UI panels associated to a channel.
-
Constructor Summary
ConstructorsConstructorDescriptionChannelPanelSet(RhythmVoice rhythmVoice, org.jjazz.mixconsole.MixChannelPanel mixChannelPanel, org.jjazz.mixconsole.PhraseViewerPanel phraseViewerPanel) Creates an instance of aChannelPanelSetrecord class. -
Method Summary
Modifier and TypeMethodDescriptionfinal booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.org.jjazz.mixconsole.MixChannelPanelReturns the value of themixChannelPanelrecord component.org.jjazz.mixconsole.PhraseViewerPanelReturns the value of thephraseViewerPanelrecord component.Returns the value of therhythmVoicerecord component.final StringtoString()Returns a string representation of this record class.
-
Constructor Details
-
ChannelPanelSet
public ChannelPanelSet(RhythmVoice rhythmVoice, org.jjazz.mixconsole.MixChannelPanel mixChannelPanel, org.jjazz.mixconsole.PhraseViewerPanel phraseViewerPanel) Creates an instance of aChannelPanelSetrecord class.- Parameters:
rhythmVoice- the value for therhythmVoicerecord componentmixChannelPanel- the value for themixChannelPanelrecord componentphraseViewerPanel- the value for thephraseViewerPanelrecord component
-
-
Method Details
-
toString
-
hashCode
-
equals
Indicates whether some other object is "equal to" this one. The objects are equal if the other object is of the same class and if all the record components are equal. All components in this record class are compared withObjects::equals(Object,Object). -
rhythmVoice
Returns the value of therhythmVoicerecord component.- Returns:
- the value of the
rhythmVoicerecord component
-
mixChannelPanel
public org.jjazz.mixconsole.MixChannelPanel mixChannelPanel()Returns the value of themixChannelPanelrecord component.- Returns:
- the value of the
mixChannelPanelrecord component
-
phraseViewerPanel
public org.jjazz.mixconsole.PhraseViewerPanel phraseViewerPanel()Returns the value of thephraseViewerPanelrecord component.- Returns:
- the value of the
phraseViewerPanelrecord component
-