public abstract class GralButton.GraphicImplAccess extends GralWidget.ImplAccess implements GralWidgImplAccess_ifc
| Modifier and Type | Field and Description |
|---|---|
protected GralColor |
colorgback
Set in
paint1(), used for paint routine. |
protected GralColor |
colorgline
Set in
paint1(), used for paint routine. |
protected GralMouseWidgetAction_ifc |
mouseWidgetAction
That action effects that the internal variable
#switchedOn is set for a switching button. |
protected java.lang.String |
sButtonText
Set in
paint1(), used for paint routine. |
protected GralButton |
widgg
Covers the GralWidget#widgg, but it is the same reference.
|
bRedrawOnlyDynamics, chgBitsDerived, chgColorBack, chgColorLine, chgColorText, chgCurrTab, chgEditable, chgFloat, chgFocus, chgFont, chgIntg, chgInvisible, chgObjects, chgPos, chgText, chgVisible, chgVisibleInfo, mngImpl, pixBounds, wdgimplversion| Modifier | Constructor and Description |
|---|---|
protected |
GraphicImplAccess(GralButton widgg,
GralMng mng) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
isPressed() |
protected void |
paint1() |
protected void |
prepareWidget() |
acknChanged, actionShow, dyda, getActionChange, getChanged, getWidgetImplementation, gralMng, gralWidgetFromImplData, redrawOnlyDynamics, setDragEnable, setDropEnable, setPosBounds, setTextChanged, setVisibleState, XXXfocusGainedclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetPixelPositionSize, getWidgetImplementation, redrawGthread, removeWidgetImplementation, setBoundsPixel, setFocusGThread, setPosBounds, setVisibleGThread, updateValuesForActionprotected final GralMouseWidgetAction_ifc mouseWidgetAction
#switchedOn is set for a switching button.
The user action will be called by the standard mouse action of the implementation graphic
AWT: org.vishia.gral.awt.AwtGralMouseListener.MouseListenerUserAction.protected java.lang.String sButtonText
paint1(), used for paint routine.protected GralButton widgg
protected GraphicImplAccess(GralButton widgg, GralMng mng)