Lines Matching refs:tip
719 public SaneCheckBox(String title, Jscanimage dlg, int opt, String tip)
724 // Set tool tip.
725 if (tip != null && tip.length() != 0)
726 super.setToolTipText(tip);
767 public SaneSlider(int min, int max, Jscanimage dlg, int opt, String tip)
787 // Set tool tip.
788 if (tip != null && tip.length() != 0)
789 super.setToolTipText(tip);
834 Jscanimage dlg, int opt, String tip)
837 super(SCALE_MIN, SCALE_MAX, dlg, opt, tip);
893 public SaneButton(String title, Jscanimage dlg, int opt, String tip)
898 // Set tool tip.
899 if (tip != null && tip.length() != 0)
900 super.setToolTipText(tip);
926 public SaneComboBox(Jscanimage dlg, int opt, String tip)
930 // Set tool tip.
931 if (tip != null && tip.length() != 0)
932 super.setToolTipText(tip);
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)
1128 // Set tool tip.
1129 if (tip != null && tip.length() != 0)
1130 super.setToolTipText(tip);