javax.media
Interface CachingControl

All Superinterfaces:
Control

public interface CachingControl
extends Control


Field Summary
static long LENGTH_UNKNOWN
           
 
Method Summary
 long getContentLength()
           
 long getContentProgress()
           
 Component getControlComponent()
           
 Component getProgressBarComponent()
           
 boolean isDownloading()
           
 

Field Detail

LENGTH_UNKNOWN

static final long LENGTH_UNKNOWN
See Also:
Constant Field Values
Method Detail

isDownloading

boolean isDownloading()

getContentLength

long getContentLength()

getContentProgress

long getContentProgress()

getProgressBarComponent

Component getProgressBarComponent()

getControlComponent

Component getControlComponent()
Specified by:
getControlComponent in interface Control