javax.media.bean.playerbean.MediaPlayerVolumePropertyEditor Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of fmj Show documentation
Show all versions of fmj Show documentation
Freedom for Media in Java
The newest version!
package javax.media.bean.playerbean;
public class MediaPlayerVolumePropertyEditor extends
java.beans.PropertyEditorSupport
{
public MediaPlayerVolumePropertyEditor()
{
throw new UnsupportedOperationException(); // TODO
}
@Override
public String getJavaInitializationString()
{
throw new UnsupportedOperationException(); // TODO
}
@Override
public String[] getTags()
{
throw new UnsupportedOperationException(); // TODO
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy