|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectucot.input.InputCollection
public class InputCollection
Contains input handlers (core.input.InputInterface
).
Field Summary | |
---|---|
private java.util.Vector<InputInterface> |
inputs
|
Constructor Summary | |
---|---|
InputCollection()
Creates input collection. |
Method Summary | |
---|---|
void |
add(InputInterface inf)
Adds given input handler to the collection. |
InputInterface |
getInput(int index)
Returns handler by its index |
int |
getInputCount()
|
InputInterface |
getInputForUrl(java.net.URL url)
Returns input that can read file on given url |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private java.util.Vector<InputInterface> inputs
Constructor Detail |
---|
public InputCollection()
Method Detail |
---|
public void add(InputInterface inf)
inf
- public InputInterface getInputForUrl(java.net.URL url)
url
- of the file we want to read
public int getInputCount()
public InputInterface getInput(int index)
index
- Index of the wanted handler.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |