static void |
SFIToolkit.display(Object o,
DisplayMode mode) |
Display an object in the Stata Results window.
|
static void |
SFIToolkit.display(Object o,
DisplayMode mode,
boolean asis) |
Display an object in the Stata Results window.
|
static void |
SFIToolkit.display(String s,
DisplayMode mode) |
Display a string in the Stata Results window.
|
static void |
SFIToolkit.display(String s,
DisplayMode mode,
boolean asis) |
Display a string in the Stata Results window.
|
static void |
SFIToolkit.displayln(Object o,
DisplayMode mode) |
Display an object in the Stata Results window and automatically add a
line separator at the end.
|
static void |
SFIToolkit.displayln(Object o,
DisplayMode mode,
boolean asis) |
Display an object in the Stata Results window and automatically add a
line separator at the end.
|
static void |
SFIToolkit.displayln(String s,
DisplayMode mode) |
Display a string in the Stata Results window and automatically add a line
separator at the end.
|
static void |
SFIToolkit.displayln(String s,
DisplayMode mode,
boolean asis) |
Display a string in the Stata Results window and automatically add a line
separator at the end.
|