jaugment2.mediaplayer
Class MediaPlayerSwingRepresentation.URLEntry

java.lang.Object
  |
  +--jaugment2.mediaplayer.MediaPlayerSwingRepresentation.URLEntry
Enclosing class:
MediaPlayerSwingRepresentation

private static class MediaPlayerSwingRepresentation.URLEntry
extends java.lang.Object


Field Summary
private  java.net.URL i
           
 
Constructor Summary
MediaPlayerSwingRepresentation.URLEntry(java.net.URL i)
           
 
Method Summary
 java.net.URL getURL()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, wait, wait, wait
 

Field Detail

i

private java.net.URL i
Constructor Detail

MediaPlayerSwingRepresentation.URLEntry

public MediaPlayerSwingRepresentation.URLEntry(java.net.URL i)
Method Detail

getURL

public java.net.URL getURL()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object