Package clipgenerator.clipDisplay
Interface ClipDisplayParent
- All Known Implementing Classes:
 ClipControl,DIFARQueuePanel,DLControl
public interface ClipDisplayParent
A set of functions that can be used to add additional items to a 
 clip display unit. Most functions have now been removed from this
 class and it's primary purpose is to return a ClipDisplayDecorations
 class. The base class for ClipDisplayDecorations is not abstract
 but should be overridden by any decorator (i.e. the Difar system) which 
 wishes to add decorations to the clips.
- Author:
 - doug
 
- 
Method Summary
Modifier and TypeMethodDescriptionvoidgetClipDecorations(ClipDisplayUnit clipDisplayUnit) Add additional functionality and controls to a clip display unitA name (though I don't think this ever gets used by current displays) 
- 
Method Details
- 
getClipDataBlock
ClipDisplayDataBlock<ClipDataUnit> getClipDataBlock()- Returns:
 - the data block who's clips are to be displayed
 
 - 
getDisplayName
String getDisplayName()A name (though I don't think this ever gets used by current displays)- Returns:
 - display name
 
 - 
getClipDecorations
Add additional functionality and controls to a clip display unit- Parameters:
 clipDisplayUnit- display unit to decorate.
 - 
displaySettingChange
void displaySettingChange() 
 -