Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download

📚 The CoCalc Library - books, templates and other resources

132937 views
License: OTHER
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
/**
10
* Registers the text to display in a tool tip. The text
11
* displays when the cursor lingers over the component.
12
*
13
* @param text the string to display. If the text is null,
14
* the tool tip is turned off for this component.
15
*/
16
public void setToolTipText(String text) {
17
}
18
19
int level, size;
20
21
int level; // indentation level
22
int size; // size of table
23
24