Lines Matching defs:Jscanimage
40 ** Jscanimage.java - Java scanner program using SANE.
61 public class Jscanimage extends Frame implements WindowListener,
99 Jscanimage prog = new Jscanimage();
107 public Jscanimage()
713 private Jscanimage dialog; // That which created us.
719 public SaneCheckBox(String title, Jscanimage dlg, int opt, String tip)
759 protected Jscanimage dialog; // That which created us.
767 public SaneSlider(int min, int max, Jscanimage dlg, int opt, String tip)
834 Jscanimage dlg, int opt, String tip)
887 private Jscanimage dialog; // That which created us.
893 public SaneButton(String title, Jscanimage dlg, int opt, String tip)
920 protected Jscanimage dialog; // That which created us.
926 public SaneComboBox(Jscanimage dlg, int opt, String tip)
963 public SaneStringBox(Jscanimage dlg, int opt, String tip)
1011 public SaneIntBox(Jscanimage dlg, int opt, String tip)
1065 public SaneFixedBox(Jscanimage dlg, int opt, String tip)
1117 private Jscanimage dialog; // That which created us.
1123 public SaneTextField(int width, Jscanimage dlg, int opt, String tip)