Lines Matching defs:tip
689 * @param tip the tooltip to be displayed for this tab
699 public void insertTab(String title, Icon icon, Component component, String tip, int index) {
720 new Page(this, title != null? title : "", icon, null, component, tip));
738 if (!haveRegistered && tip != null) {
753 * Adds a <code>component</code> and <code>tip</code>
761 * @param tip the tooltip to be displayed for this tab
766 public void addTab(String title, Icon icon, Component component, String tip) {
767 insertTab(title, icon, component, tip, pages.size());
1156 * @return a string containing the tool tip text at <code>index</code>
1164 return pages.get(index).tip;
1426 String oldToolTipText = pages.get(index).tip;
1427 pages.get(index).tip = toolTipText;
1760 return pages.get(index).tip;
2041 String tip;
2049 String title, Icon icon, Icon disabledIcon, Component component, String tip) {
2056 this.tip = tip;
2141 } else if (tip != null) {
2142 return tip;