Lines Matching refs:dlg
575 FileDialog dlg = new FileDialog(this, "Output Filename",
578 dlg.setDirectory(outDir);
584 dlg.setFile(file.getName());
587 dlg.setDirectory(outDir);
589 dlg.show(); // Wait for result.
590 fname = dlg.getFile();
592 outDir = dlg.getDirectory();
719 public SaneCheckBox(String title, Jscanimage dlg, int opt, String tip)
722 dialog = dlg;
767 public SaneSlider(int min, int max, Jscanimage dlg, int opt, String tip)
770 dialog = dlg;
834 Jscanimage dlg, int opt, String tip)
837 super(SCALE_MIN, SCALE_MAX, dlg, opt, tip);
843 min = dlg.getSane().unfix(fixed_min);
844 max = dlg.getSane().unfix(fixed_max);
893 public SaneButton(String title, Jscanimage dlg, int opt, String tip)
896 dialog = dlg;
926 public SaneComboBox(Jscanimage dlg, int opt, String tip)
928 dialog = dlg;
963 public SaneStringBox(Jscanimage dlg, int opt, String tip)
965 super(dlg, opt, tip);
1011 public SaneIntBox(Jscanimage dlg, int opt, String tip)
1013 super(dlg, opt, tip);
1065 public SaneFixedBox(Jscanimage dlg, int opt, String tip)
1067 super(dlg, opt, tip);
1123 public SaneTextField(int width, Jscanimage dlg, int opt, String tip)
1126 dialog = dlg;