Searched defs:InputType (Results 1 - 1 of 1) sorted by relevance
/openjdk7/jdk/src/share/demo/java2d/J2DBench/src/j2dbench/tests/iio/ |
H A D | InputTests.java | 115 sourceFileOpt = new InputType("file", "File", INPUT_FILE); 116 sourceUrlOpt = new InputType("url", "URL", INPUT_URL); 117 sourceByteArrayOpt = new InputType("byteArray", "byte[]", INPUT_ARRAY); 125 new InputType("fileChannel", "FileChannel", 143 protected static class InputType extends Option.Enable { class in class:InputTests 146 public InputType(String nodeName, String description, int type) { method in class:InputTests.InputType 178 InputType t = (InputType)env.getModifier(generalSourceRoot);
|
Completed in 88 milliseconds