public class SwtHtmlBox extends GralHtmlBox.ImplAccess
| Modifier and Type | Field and Description |
|---|---|
boolean |
bActiv |
(package private) org.eclipse.swt.browser.Browser |
boxSwt |
(package private) java.lang.String |
lastUrl |
(package private) java.lang.String |
lastUrlOk |
static int |
version
Version, history and license.
|
chgBitsDerived, chgColorBack, chgColorLine, chgColorText, chgEditable, chgFloat, chgFocus, chgFont, chgIntg, chgInvisible, chgObjects, chgPos, chgText, chgVisible, chgVisibleInfo, pixBounds, wdgimpl, widgg| Constructor and Description |
|---|
SwtHtmlBox(GralHtmlBox box,
SwtMng mngSwt) |
| Modifier and Type | Method and Description |
|---|---|
void |
activate() |
(package private) static SwtHtmlBox |
createHtmlBox(GralHtmlBox widgg,
SwtMng mng) |
GralRectangle |
getPixelPositionSize() |
java.lang.Object |
getWidgetImplementation()
Returns the implementation class of the widget.
|
void |
removeWidgetImplementation()
Removes the graphical widget in the graphic.
|
void |
repaintGthread()
This method should be implemented in all Widget implementations of the adapter for the
underlying graphic system.
|
void |
setBoundsPixel(int x,
int y,
int dx,
int dy) |
boolean |
setFocusGThread()
Sets the focus to the widget.
|
void |
setUrl(java.lang.String url) |
void |
setVisibleGThread(boolean bVisible)
Sets the implementation widget(s) visible state.
|
acknChanged, actionShow, dyda, getActionChange, getChanged, gralWidgetFromImplData, setDragEnable, setDropEnable, setFocused, setTextChanged, setVisibleState, XXXfocusGainedpublic static final int version
org.eclipse.swt.browser.Browser boxSwt
java.lang.String lastUrl
java.lang.String lastUrlOk
public boolean bActiv
public SwtHtmlBox(GralHtmlBox box, SwtMng mngSwt)
static SwtHtmlBox createHtmlBox(GralHtmlBox widgg, SwtMng mng)
public void setUrl(java.lang.String url)
setUrl in class GralHtmlBox.ImplAccesspublic void activate()
activate in class GralHtmlBox.ImplAccesspublic void removeWidgetImplementation()
GralWidgImpl_ifcpublic boolean setFocusGThread()
GralWidgImpl_ifcGralMng_ifc#setFocus(GralWidget).public void setVisibleGThread(boolean bVisible)
GralWidgImpl_ifcGralWidget.bVisibleState too. Therewith it is able to quest GralWidget.isVisible() in any thread.bVisible - true then the widget should be visible, false it is set to invisible.public void repaintGthread()
GralWidgImpl_ifc#repaintRequpublic java.lang.Object getWidgetImplementation()
GralWidgImpl_ifcComponent.
GralWidget._wdgImpl class
which should contain the references to that implementation widgets.public void setBoundsPixel(int x, int y, int dx, int dy)
public GralRectangle getPixelPositionSize()