public class AwtPanel extends GralPanelContent
GralPanelContent.ImplAccess, GralPanelContent.MethodsCalledbackFromImplementation
GralWidget.ActionChangeSelect, GralWidget.ConfigData, GralWidget.DynamicData
GralWidget_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, whatIs
sVersion
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, XXXsetFocusGThread
chgPos, 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, XXXsetVisibleGThread
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getActionChange, 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, setVisible
public 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_ifc
setBackgroundColor
in class GralWidget
public GralColor setForegroundColor(GralColor color)
setForegroundColor
in interface GralWidget_ifc
setForegroundColor
in class GralWidget
public void setBoundsPixel(int x, int y, int dx, int dy)
setBoundsPixel
in interface GralWidget_ifc
setBoundsPixel
in class GralWidget
public void XXXrepaintGthread()
XXXrepaintGthread
in class GralWidget
public boolean remove()
GralPanelContent
Removeable.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 Removeable
remove
in class GralPanelContent