|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Interface to a media component
| Method Summary | |
void |
close()
|
void |
freeze()
|
boolean |
isStatic()
Checks if this media is static or continuous. |
void |
pause()
|
void |
play()
|
void |
prefetch()
|
void |
setDescription(java.lang.String s)
|
void |
setMIMEType(java.lang.String mimeType)
Force this media to use this media type |
void |
setURL(java.lang.String url)
Sets the URL of the media. |
void |
stop()
|
| Methods inherited from interface fi.hut.tml.xsmiles.gui.components.XComponent |
addActionListener, addFocusListener, addHelpListener, addMouseListener, getComponent, getEnabled, getHeight, getSize, getStyle, getWidth, getX, getY, removeActionListener, removeFocusListener, removeHelpListener, removeMouseListener, setBackground, setBounds, setEnabled, setFocus, setForeground, setHintText, setInputMode, setStyle, setVisible, setZoom |
| Method Detail |
public boolean isStatic()
public void setDescription(java.lang.String s)
s - Set the description of the media (This can be e.g., the ALT tag)public void setURL(java.lang.String url)
public void setMIMEType(java.lang.String mimeType)
public void prefetch()
public void play()
public void pause()
public void stop()
public void freeze()
public void close()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||