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
-
Constructor Summary
ConstructorDescriptionPlaybackSourcePanel
(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, excludeDataBlock, getChannelBoxes, getChannelList, getCompatibleDataBlocks, getLocalisationRequirements, getPanel, getSource, getSourceCount, getSourceIndex, getSourceName, isAllowNull, removeSourcePanelMonitor, setAllowNull, setChannelList, setEnabled, setEnabledWithChannels, setLocalisationRequirements, setSource, setSource, setSourceIndex, setSourceList, setSourceList, setSourceToolTip
-
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)
-