edu.stanford.hci.dtools.assetlibrary
Class DraggableSoundImageLabel

java.lang.Object
  extended by edu.stanford.hci.dtools.assetlibrary.DraggableImageLabel
      extended by edu.stanford.hci.dtools.assetlibrary.DraggableSoundImageLabel

public class DraggableSoundImageLabel
extends DraggableImageLabel

Image+text for asset library sounds. Allow previewing through right-click

This software is distributed under the BSD License.

This code is partially based on code that is copyright (c) 2004 Elias Volanakis. See License.txt

Author:
Bjoern Hartmann ( bjoern(AT)stanford.edu ), Michael Bernstein ( mbernst(AT)stanford.edu )

Field Summary
 
Fields inherited from class edu.stanford.hci.dtools.assetlibrary.DraggableImageLabel
MAX_IMG_SIZE, TEXT_HEIGHT
 
Constructor Summary
DraggableSoundImageLabel(org.eclipse.swt.widgets.Composite parent)
           
 
Method Summary
 void setFilename(java.lang.String filename)
           
 
Methods inherited from class edu.stanford.hci.dtools.assetlibrary.DraggableImageLabel
getContainerSize, getFilename, getLabel, setImage
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DraggableSoundImageLabel

public DraggableSoundImageLabel(org.eclipse.swt.widgets.Composite parent)
Method Detail

setFilename

public void setFilename(java.lang.String filename)
Overrides:
setFilename in class DraggableImageLabel