Playlist base component.
Can be popup throw JFrame or embeded into other component using getView() method.
Localisation is connected for translation.
Load / save operation used argument name in constructor call to
send / retreive data.
new FvPlayList()static public onOpenFileEVENT:EventTypestatic public onEmbedListEVENT:EventTypestatic public onCloseListEVENT:EventTypestatic public onLoadListEVENT:EventTypepublic function addDocument(item:FvPlayListItem):VoidAdds passed-in FvPlayListItem to list.
public function removeDocument(item:FvPlayListItem):VoidRemoves passed-in FvPlayListItem from list.
public function removeAllDocument():VoidRemoves all elements in internal playlist.
public function updateDocument(item:FvPlayListItem):VoidUpdates passed-in FvPlayListItem item informations.
public function addExternalDocument(item:FvPlayListItem):VoidAdds passed-in FvPlayListItem to list.
Item will be inserted in "external" tree node
public function removeExternalDocument(item:FvPlayListItem):VoidRemoves passed-in FvPlayListItem from list.
public function onLocalisationUpdate(event:LocalisationEvent):VoidTriggered when Localisation language change.
onLocalisationUpdate() in fever.app.local.LocalisationListener
public function setEnabled(enabled:Boolean):Void
Avoid playlist actions if enabled == false
public function onDragDrop(dragInitiator:Component, sourceData:SourceData, pos:Point, targetComponent:Component):Voidpublic function onDragStart(dragInitiator:Component, sourceData:SourceData, pos:Point):Voidpublic function onDragEnter(dragInitiator:Component, sourceData:SourceData, pos:Point, targetComponent:Component):Void