jaugment2.mediaplayer
Class MediaPlayerTextRepresentation.Factory

java.lang.Object
  |
  +--jaugment2.mediaplayer.MediaPlayerTextRepresentation.Factory
Enclosing class:
MediaPlayerTextRepresentation

public static class MediaPlayerTextRepresentation.Factory
extends java.lang.Object
implements TextUIRepresentable.TextUIFactory, java.io.Serializable

A factory for our UIDescriptor

See Also:
Serialized Form

Fields inherited from interface jaugment2.UI.textUI.TextUIRepresentable.TextUIFactory
TOOLKIT, TYPE_NAME
 
Constructor Summary
MediaPlayerTextRepresentation.Factory()
           
 
Method Summary
 TextUIRepresentable getRepresentation(java.lang.Object roleObject)
          Returns a TextUIRepresentable.
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Constructor Detail

MediaPlayerTextRepresentation.Factory

public MediaPlayerTextRepresentation.Factory()
Method Detail

getRepresentation

public TextUIRepresentable getRepresentation(java.lang.Object roleObject)
Returns a TextUIRepresentable.
Specified by:
getRepresentation in interface TextUIRepresentable.TextUIFactory