public class SwtCanvasArea extends GralCanvasArea._GraphicImplAccess_
| Modifier and Type | Field and Description |
|---|---|
private SwtMng |
mng |
(package private) PaintListener |
paintListener |
static java.lang.String |
sVersion
Version, history and license.
|
private SwtWdgCanvas |
swtCanvas
This is the Swt widget of this GralWidget.
|
bRedrawOnlyDynamics, chgBitsDerived, chgColorBack, chgColorLine, chgColorText, chgCurrTab, chgEditable, chgFloat, chgFocus, chgFont, chgIntg, chgInvisible, chgObjects, chgPos, chgText, chgVisible, chgVisibleInfo, mngImpl, pixBounds, wdgimpl, widggversion| Modifier | Constructor and Description |
|---|---|
protected |
SwtCanvasArea(GralCanvasArea gralPlotArea,
SwtMng mng) |
| Modifier and Type | Method and Description |
|---|---|
void |
redrawGthread()
This method should be implemented in all Widget implementations of the adapter for the
underlying graphic system.
|
void |
setVisibleGThread(boolean bVisible)
Sets the implementation widget(s) visible state.
|
void |
updateValuesForAction()
This operation should be called before any action is invoked in the user space.
|
canvasStore, getPixelPositionSize, removeWidgetImplementation, setBoundsPixel, setFocusGThreadacknChanged, actionShow, dyda, getActionChange, getChanged, getWidgetImplementation, gralMng, gralWidgetFromImplData, redrawOnlyDynamics, setDragEnable, setDropEnable, setPosBounds, setTextChanged, setVisibleState, XXXfocusGainedpublic static final java.lang.String sVersion
private final SwtWdgCanvas swtCanvas
private final SwtMng mng
PaintListener paintListener
protected SwtCanvasArea(GralCanvasArea gralPlotArea, SwtMng mng)
public void redrawGthread()
GralWidgImplAccess_ifc#repaintRequpublic void setVisibleGThread(boolean bVisible)
GralWidgImplAccess_ifcGralWidgetBase.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 updateValuesForAction()
GralWidgImplAccess_ifc