Package soundPlayback.swing
Class PlaybackSourcePanel
java.lang.Object
PamView.dialog.SourcePanel
soundPlayback.swing.PlaybackSourcePanel
- All Implemented Interfaces:
ActionListener
,EventListener
Slight modifications to sourcePanel so that only the correct number of
channels can be selected.
- Author:
- Doug Gillespie
-
Field Summary
Fields inherited from class PamView.dialog.SourcePanel
borderTitle, channelBoxes, excludedBlocks, hasChannels, includeSubClasses, ownerWindow, panel, sourceList, sourceTypes
-
Constructor Summary
ConstructorsConstructorDescriptionPlaybackSourcePanel
(PlaybackDialog playbackDialog, Class sourceType, boolean hasChannels, boolean includeSubClasses) PlaybackSourcePanel
(PlaybackDialog playbackDialog, String borderTitle, Class sourceType, boolean hasChannels, boolean includeSubClasses) -
Method Summary
Methods inherited from class PamView.dialog.SourcePanel
actionPerformed, addSelectionListener, addSourcePanelMonitor, addSourceType, clearExcludeList, createPanel, excludeDataBlock, getChannelBoxes, getChannelList, getCompatibleDataBlocks, getLocalisationRequirements, getPanel, getSource, getSourceCount, getSourceIndex, getSourceName, isAllowNull, removeSourcePanelMonitor, rePackOwner, selectAllChannels, selectNoChannels, setAllowNull, setChannelList, setEnabled, setEnabledWithChannels, setLocalisationRequirements, setSource, setSource, setSourceIndex, setSourceList, setSourceList, setSourceToolTip, showChannels
-
Constructor Details
-
PlaybackSourcePanel
public PlaybackSourcePanel(PlaybackDialog playbackDialog, Class sourceType, boolean hasChannels, boolean includeSubClasses) -
PlaybackSourcePanel
public PlaybackSourcePanel(PlaybackDialog playbackDialog, String borderTitle, Class sourceType, boolean hasChannels, boolean includeSubClasses)
-
-
Method Details
-
selectionChanged
protected void selectionChanged(int channel) - Overrides:
selectionChanged
in classSourcePanel
-
sourceChanged
protected void sourceChanged()- Overrides:
sourceChanged
in classSourcePanel
-