public abstract class GralButton.GraphicImplAccess extends GralWidget.ImplAccess implements GralWidgImpl_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.
|
chgBitsDerived, chgColorBack, chgColorLine, chgColorText, chgEditable, chgFloat, chgFocus, chgFont, chgIntg, chgInvisible, chgObjects, chgPos, chgText, chgVisible, chgVisibleInfo, pixBounds, wdgimpl
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, gralWidgetFromImplData, setDragEnable, setDropEnable, setFocused, setTextChanged, setVisibleState, XXXfocusGained
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getPixelPositionSize, getWidgetImplementation, removeWidgetImplementation, repaintGthread, setBoundsPixel, setFocusGThread, setVisibleGThread
protected GralColor colorgback
paint1()
, used for paint routine.protected GralColor colorgline
paint1()
, used for paint routine.protected 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: gral.awt.AwtGralMouseListener.MouseListenerUserAction
.protected java.lang.String sButtonText
paint1()
, used for paint routine.protected GralButton widgg
protected GraphicImplAccess(GralButton widgg, GralMng mng)
protected boolean isPressed()
protected void paint1()
protected void prepareWidget()