public class EmbeddedWidgetSetWindow extends Object
Constructor and Description |
---|
EmbeddedWidgetSetWindow(EmbeddedWidgetSet p_embeddedWidgetSet!)
Constructs a EmbeddedWidgetSetWindow
|
EmbeddedWidgetSetWindow(EmbeddedWidgetSet p_embeddedWidgetSet!,
BBjNumber p_width,
BBjNumber p_height)
Constructs a EmbeddedWidgetSetWindow passing in a desired width and height
|
Modifier and Type | Method and Description |
---|---|
void |
destroy()
Destroys the EmbeddedWidgetSetWindow
|
void |
doModal()
Shows the embedded widget set window modally, returns when the window is closed
|
EmbeddedWidgetSetControl |
getEmbeddedWidgetSetControl()
Returns the encapsulated EmbeddedWidgetSetControl
|
BBjNumber |
getHeight()
Returns the height of the EmbeddedWidgetSetWindow
|
BBjNumber |
getWidth()
Returns the width of the EmbeddedWidgetWindow
|
BBjNumber |
getX()
Returns the X location of the EmbeddedWidgetSetWindow
|
BBjNumber |
getY()
Returns the Y location of the EmbeddedWidgetSetWindow
|
BBjNumber |
isDestroyed()
Returns if the EmbeddedWidgetSetWindow is destroyed
|
BBjNumber |
isVisible()
Returns the visiblity of the EmbeddedWidgetSetWindow
|
void |
OnWidgetSetWindowResize(BBjResizeEvent p_event!)
Called when the window is resized by the user
|
void |
OnWidgetSetWindowResizeTimer(BBjTimerEvent p_event!)
Called when the resize timer is triggered
|
void |
setLocation(BBjNumber p_x,
BBjNumber p_y)
Sets the location of the EmbeddedWidgetSetWindow
|
void |
setSize(BBjNumber p_width,
BBjNumber p_height)
Sets the size of the EmbeddedWidgetSetWindow
|
void |
setVisible(BBjNumber p_visible)
Sets the visiblity of the EmbeddedWidgetSetWindow
|
public EmbeddedWidgetSetWindow(EmbeddedWidgetSet p_embeddedWidgetSet!)
p_embeddedWidgetSet!
- EmbeddedWidgetSet to be displayed in the windowpublic EmbeddedWidgetSetWindow(EmbeddedWidgetSet p_embeddedWidgetSet!, BBjNumber p_width, BBjNumber p_height)
p_embeddedWidgetSet!
- EmbeddedWidgetSet to be displayed in the windowp_width
- The width of the windowp_height
- The height of the windowpublic void doModal()
public void OnWidgetSetWindowResize(BBjResizeEvent p_event!)
p_event!
- BBjResizeEvent objectpublic void OnWidgetSetWindowResizeTimer(BBjTimerEvent p_event!)
p_event!
- BBjTimerEvent objectpublic void setSize(BBjNumber p_width, BBjNumber p_height)
p_width
- Width of the EmbeddedWidgetSetWindow.p_height
- Height of the EmbeddedWidgetSetWindow.public void setVisible(BBjNumber p_visible)
p_visible
- Indicates the visiblity of the EmbeddedWidgetSetWindow.
0 = invisible, 1 = visiblepublic BBjNumber getX()
public BBjNumber getY()
public void setLocation(BBjNumber p_x, BBjNumber p_y)
p_x
- Horizontal position of the EmbeddedWidgetSetWindow in current unitsp_y
- Vertical position of the EmbeddedWidgetSetWindow in current unitspublic BBjNumber getWidth()
public BBjNumber getHeight()
public BBjNumber isVisible()
public EmbeddedWidgetSetControl getEmbeddedWidgetSetControl()
public void destroy()
public BBjNumber isDestroyed()