|
UTJML | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface StatusBarable
An interface to the status bar of the GUI. A status bar is an object that can display the current file name and the current line and column numbers.
| Method Summary | |
|---|---|
void |
setFileName(String name)
Displays the given file name on this status bar. |
void |
setLineColumnNumbers(int l,
int c)
Displays the given line and column numbers on this status bar. |
| Method Detail |
|---|
void setLineColumnNumbers(int l,
int c)
void setFileName(String name)
|
UTJML | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||