|
RoboJDETM v2.0 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ridgesoft.ui.TwoLineScreen
public class TwoLineScreen
Implements a Screen consisting of two lines with labels followed by values.
ScreenManager
Constructor Summary | |
---|---|
TwoLineScreen(String line1Label,
Object line1Value,
String line2Label,
Object line2Value)
Constructs a TwoLineScreen. |
|
TwoLineScreen(String line1Label,
String line2Label)
Constructs a TwoLineScreen. |
Method Summary | |
---|---|
void |
update(Display display)
Updates the display with the two lines of static text. |
Methods inherited from class java.lang.Object |
---|
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait |
Constructor Detail |
---|
public TwoLineScreen(String line1Label, Object line1Value, String line2Label, Object line2Value)
line1Label
- first line label String, may be nullline1Value
- first line value Object, may be nullline2Label
- second line label String, may be nullline2Value
- second line value Object, may be nullpublic TwoLineScreen(String line1Label, String line2Label)
line1Label
- first line label String, may be nullline2Label
- second line label String, may be nullMethod Detail |
---|
public void update(Display display)
update
in interface Screen
display
- reference to the display to update
|
RoboJDETM v2.0 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |