H A D | Jscanimage.java | 719 public SaneCheckBox(String title, Jscanimage dlg, int opt, String tip) in SaneCheckBox() argument 724 // Set tool tip. in SaneCheckBox() 725 if (tip != null && tip.length() != 0) in SaneCheckBox() 726 super.setToolTipText(tip); in SaneCheckBox() 767 public SaneSlider(int min, int max, Jscanimage dlg, int opt, String tip) in SaneSlider() argument 787 // Set tool tip. in SaneSlider() 788 if (tip != null && tip.length() != 0) in SaneSlider() 789 super.setToolTipText(tip); in SaneSlider() 833 FixedSaneSlider(int fixed_min, int fixed_max, boolean mm, Jscanimage dlg, int opt, String tip) FixedSaneSlider() argument 893 SaneButton(String title, Jscanimage dlg, int opt, String tip) SaneButton() argument 926 SaneComboBox(Jscanimage dlg, int opt, String tip) SaneComboBox() argument 963 SaneStringBox(Jscanimage dlg, int opt, String tip) SaneStringBox() argument 1011 SaneIntBox(Jscanimage dlg, int opt, String tip) SaneIntBox() argument 1065 SaneFixedBox(Jscanimage dlg, int opt, String tip) SaneFixedBox() argument 1123 SaneTextField(int width, Jscanimage dlg, int opt, String tip) SaneTextField() argument [all...] |