|
OBEROn SDK | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ProgressCounter | |
---|---|
com.oberon.client | |
com.oberon.ooql.sdk | |
com.oberon.util |
Uses of ProgressCounter in com.oberon.client |
---|
Methods in com.oberon.client with parameters of type ProgressCounter | |
---|---|
void |
ProgressBarDialog.update(ProgressCounter counter)
|
Uses of ProgressCounter in com.oberon.ooql.sdk |
---|
Methods in com.oberon.ooql.sdk that return ProgressCounter | |
---|---|
ProgressCounter |
ProgressListener.getProgressCounter()
|
ProgressCounter |
FileOperator.getProgressCounter()
Return the ProgressCounter |
ProgressCounter |
Dump.getProgressCounter()
Return the ProgressCounter |
Methods in com.oberon.ooql.sdk with parameters of type ProgressCounter | |
---|---|
void |
ProgressListener.setProgressCounter(ProgressCounter counter)
|
void |
FileOperator.setProgressCounter(ProgressCounter counter)
Set the ProgressCounter |
void |
Dump.setProgressCounter(ProgressCounter counter)
Set the ProgressCounter |
Uses of ProgressCounter in com.oberon.util |
---|
Methods in com.oberon.util with parameters of type ProgressCounter | |
---|---|
static byte[] |
FileUtils.getBytesFromStream(java.io.DataInputStream is,
ProgressCounter counter)
Get binary data from an input stream |
static void |
FileUtils.saveToStream(java.io.DataOutputStream os,
byte[] data,
ProgressCounter counter)
Send binary data to an output stream |
|
OBEROn SDK | |||||||||
PREV NEXT | FRAMES NO FRAMES |