public class LocalFrameContextView extends Object implements ContextView
ContextView.NULL| Constructor and Description |
|---|
LocalFrameContextView()
Creates view frame of default size - (380 x 85)
|
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
LocalFrameContextView |
located(int x,
int y)
Builder-style way to set the preferred location for the frame
|
void |
show(String scenario,
String step) |
LocalFrameContextView |
sized(int width,
int height)
Builder-style way to set the preferred size for the frame
|
public LocalFrameContextView()
public LocalFrameContextView sized(int width, int height)
width - widthheight - heightpublic LocalFrameContextView located(int x, int y)
x - x position on screeny - y position on screenpublic void show(String scenario, String step)
show in interface ContextViewpublic void close()
close in interface ContextViewCopyright © 2003–2017. All rights reserved.