Searched refs:IIOParamController (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/imageio/
H A DIIOParamController.java64 * class MyGUI extends SomeComponent implements IIOParamController {
99 public interface IIOParamController { interface
H A DIIOParam.java110 * The default <code>IIOParamController</code> that will be
117 * @see IIOParamController
121 protected IIOParamController defaultController = null;
124 * The <code>IIOParamController</code> that will be
130 * @see IIOParamController
131 * @see #setController(IIOParamController)
135 protected IIOParamController controller = null;
570 * Sets the <code>IIOParamController</code> to be used
579 * <code>IIOParamController</code>, or <code>null</code>.
581 * @see IIOParamController
[all...]

Completed in 32 milliseconds