30313233343536
public class PlayElement extends SpecializedButtonElement { public PlayElement(XDIMEContextInternal context) { super(WidgetElements.PLAY, context); protocolAttributes = new PlayAttributes(); }