public class AwtPanel extends GralPanelContent
GralPanelContent.ImplAccess, GralPanelContent.MethodsCalledbackFromImplementationGralWidget.ActionChangeSelect, GralWidget.ConfigData, GralWidget.DynamicDataGralWidget_ifc.ActionChange, GralWidget_ifc.ActionChangeWhen| Modifier and Type | Field and Description |
|---|---|
java.awt.Container |
itsTabAwt
The associated tab in a TabFolder if this panel is the main panel of the TabItem, or null
if it isn't a main panel of a tab in a tabbed panel.
|
java.awt.Container |
panelComposite
It is either a Composite or a SwtCanvas
|
protected java.awt.event.ComponentListener |
resizeItemListener |
static int |
version
Version history:
2011-11-19 Hartmut chg:
#itsTabSwt with correct type moved from GralPanelContent. |
bGridZoomed, bZoomed, canvas, primaryWidget, widgetList, widgetsToResize_wdgImpl, bEditable, bHasFocus, bShouldInitialize, buildMng, bVisibleState, cfg, contextMenu, dateUser, dyda, htmlHelp, itsMng, name, repaintDelay, repaintDelayMax, sCmd, sFormat, sToolTip, sVersion, whatIssVersion| Modifier | Constructor and Description |
|---|---|
private |
AwtPanel(java.lang.String name,
GralMng mng) |
|
AwtPanel(java.lang.String name,
GralMng mng,
java.awt.Container panelAwt)
Constructs a panel
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
remove()
This overridden form of
Removeable.remove() removes all widgets of this panel. |
GralColor |
setBackgroundColor(GralColor color) |
void |
setBoundsPixel(int x,
int y,
int dx,
int dy) |
GralColor |
setForegroundColor(GralColor color) |
void |
XXXrepaintGthread() |
createImplWidget_Gthread, getTextFrom, getWidget, getWidgetImplementation, getWidgetList, removeWidget, setPrimaryWidget, setTextIn, setVisibleState, toString, widgetList, XXXsetFocusGThreadchgPos, clearShowParam, getActionChange, getActionChangeStrict, getActionDrag, getActionDrop, getActionFocused, getActionShow, getBackColor, getCfgElement, getCmd, getCmd, getContentIdent, getContentInfo, getContextMenu, getData, getDataIx, getDataPath, getDataPath, getFloatValue, getFormat, getGralWidget, getHtmlHelp, getImpl, getItsPanel, getLongValue, getName, getShowMethod, getShowParam, getsToolTip, getText, getValue, getVariable, getVariableFromContentInfo, gralMng, isChanged, isEditable, isGraphicDisposed, isInFocus, isNotEditableOrShouldInitialize, isVisible, pos, refreshFromVariable, refreshFromVariable, repaint, repaint, requestNewValueForVariable, setActionChange, setActionFocused, setActionMouse, setActionShow, setBackColor, setCfgElement, setCmd, setContentIdent, setContentInfo, setData, setDataIx, setDataPath, setDragEnable, setDropEnable, setEditable, setFocus, setFocus, setFormat, setHtmlHelp, setLineColor, setLongValue, setMinMax, setPanelMng, setPrimaryWidgetOfPanel, setText, setTextColor, setToolTip, setToPanel, setValue, setValue, setValue, setValue, setVisible, setVisibleStateWidget, specifyActionChange, specifyContextMenu, XXXgetPixelPositionSize, XXXgetWidgetImplementation, XXXremoveWidgetImplementation, XXXsetVisibleGThreadclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetActionChange, getBackColor, getCmd, getContentIdent, getContentInfo, getData, getDataPath, getName, gralMng, isChanged, isEditable, isGraphicDisposed, isInFocus, isNotEditableOrShouldInitialize, isVisible, refreshFromVariable, refreshFromVariable, repaint, repaint, setBackColor, setCmd, setContentIdent, setData, setDataPath, setEditable, setFocus, setFocus, setHtmlHelp, setLineColor, setText, setTextColor, setToPanel, setVisiblepublic static final int version
#itsTabSwt with correct type moved from GralPanelContent.
GralPanelContent for the implementation
in a common form.
public java.awt.Container itsTabAwt
public java.awt.Container panelComposite
protected java.awt.event.ComponentListener resizeItemListener
public GralColor setBackgroundColor(GralColor color)
setBackgroundColor in interface GralWidget_ifcsetBackgroundColor in class GralWidgetpublic GralColor setForegroundColor(GralColor color)
setForegroundColor in interface GralWidget_ifcsetForegroundColor in class GralWidgetpublic void setBoundsPixel(int x, int y, int dx, int dy)
setBoundsPixel in interface GralWidget_ifcsetBoundsPixel in class GralWidgetpublic void XXXrepaintGthread()
XXXrepaintGthread in class GralWidgetpublic boolean remove()
GralPanelContentRemoveable.remove() removes all widgets of this panel.
It includes the disposition of the widgets in the graphic. It is done by invocation
GralWidget.remove().remove in interface Removeableremove in class GralPanelContent