JavaDoc.java 499 B

1234567891011121314151617181920212223
  1. /**
  2. * Sets the tool tip text.
  3. *
  4. * @param text the text of the tool tip
  5. */
  6. public void setToolTipText(String text) {
  7. }
  8. /**
  9. * Registers the text to display in a tool tip. The text
  10. * displays when the cursor lingers over the component.
  11. *
  12. * @param text the string to display. If the text is null,
  13. * the tool tip is turned off for this component.
  14. */
  15. public void setToolTipText(String text) {
  16. }
  17. int level, size;
  18. int level; // indentation level
  19. int size; // size of table