◆ ElephantStatusBar()
org.turro.menu.ElephantStatusBar.ElephantStatusBar |
( |
| ) |
|
◆ setCompany()
void org.turro.menu.ElephantStatusBar.setCompany |
( |
HtmlBasedComponent |
comp | ) |
|
Definition at line 52 of file ElephantStatusBar.java.
53 company.getChildren().clear();
55 comp.setStyle(getStyle() +
";white-space:nowrap;");
56 company.appendChild(comp);
◆ setMessage()
void org.turro.menu.ElephantStatusBar.setMessage |
( |
String |
message | ) |
|
◆ setStatus()
void org.turro.menu.ElephantStatusBar.setStatus |
( |
HtmlBasedComponent |
comp | ) |
|
Definition at line 60 of file ElephantStatusBar.java.
61 status.getChildren().clear();
63 comp.setStyle(getStyle() +
";white-space:nowrap;");
64 status.appendChild(comp);
◆ setUser()
void org.turro.menu.ElephantStatusBar.setUser |
( |
HtmlBasedComponent |
comp | ) |
|
Definition at line 44 of file ElephantStatusBar.java.
45 user.getChildren().clear();
47 comp.setStyle(getStyle() +
";white-space:nowrap;");
48 user.appendChild(comp);
The documentation for this class was generated from the following file: