public interface URLLoadInfoPanelInterface
Common interface to the Swing and AWT Panels for displaying progress while loading a URL/File.
Method Summary | |
---|---|
void |
force_repaint(int i)
|
int |
get_bytes_read()
|
int |
get_content_length()
|
java.lang.String |
get_URLname()
|
void |
inc_bytes_read(int _bytes_read_inc)
|
void |
repaint()
|
void |
set_bytes_read(int _bytes_read)
|
void |
set_content_length(int _content_length)
|
void |
set_URLname(java.lang.String _URLName)
|
void |
updateDisplay()
|
Method Detail |
---|
void set_bytes_read(int _bytes_read) throws java.lang.Exception
java.lang.Exception
void inc_bytes_read(int _bytes_read_inc) throws java.lang.Exception
java.lang.Exception
int get_bytes_read()
void set_content_length(int _content_length)
int get_content_length()
void set_URLname(java.lang.String _URLName)
java.lang.String get_URLname()
void updateDisplay()
void force_repaint(int i)
void repaint()