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