mirror of
https://github.com/MartinThoma/LaTeX-examples.git
synced 2025-04-26 06:48:04 +02:00
Added source files (Programmieren Tutorium)
This commit is contained in:
parent
1be8f17cc0
commit
ad81fa802b
244 changed files with 8252 additions and 0 deletions
|
@ -0,0 +1,22 @@
|
|||
/**
|
||||
* Sets the tool tip text.
|
||||
*
|
||||
* @param text the text of the tool tip
|
||||
*/
|
||||
public void setToolTipText(String text) {
|
||||
}
|
||||
|
||||
/**
|
||||
* Registers the text to display in a tool tip. The text
|
||||
* displays when the cursor lingers over the component.
|
||||
*
|
||||
* @param text the string to display. If the text is null,
|
||||
* the tool tip is turned off for this component.
|
||||
*/
|
||||
public void setToolTipText(String text) {
|
||||
}
|
||||
|
||||
int level, size;
|
||||
|
||||
int level; // indentation level
|
||||
int size; // size of table
|
Loading…
Add table
Add a link
Reference in a new issue