|
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 | |
|---|---|
JPanel |
getStatusBarView()
Gets the Status bar |
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. |
void |
setStatusMessage(String string)
Displays a status message |
| Method Detail |
|---|
void setLineColumnNumbers(int l,
int c)
void setFileName(String name)
JPanel getStatusBarView()
void setStatusMessage(String string)
string - message
|
UTJML | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||