public abstract static class GralTabbedPanel.ImplAccess extends GralPanelContent.ImplAccess
Modifier and Type | Field and Description |
---|---|
protected GralTabbedPanel |
widgg |
chgBitsDerived, chgColorBack, chgColorLine, chgColorText, chgEditable, chgFloat, chgFocus, chgFont, chgIntg, chgInvisible, chgObjects, chgPos, chgText, chgVisible, chgVisibleInfo, pixBounds, wdgimpl
Modifier | Constructor and Description |
---|---|
protected |
ImplAccess(GralTabbedPanel widgg) |
Modifier and Type | Method and Description |
---|---|
abstract GralPanelContent |
addCanvasPanel(GralPanelContent panelg,
java.lang.String sLabel) |
abstract GralPanelContent |
addGridPanel(GralPanelContent panelg,
java.lang.String sLabel,
int yGrid,
int xGrid,
int yGrid2,
int xGrid2)
Adds a grid-panel in the TabPanel.
|
protected GralPanelContent |
getFocusedTab() |
protected void |
setFocusedTab(GralPanelContent tab) |
getPixelPositionSize, getPixelSize, gralPanel
acknChanged, actionShow, dyda, getActionChange, getChanged, gralWidgetFromImplData, setDragEnable, setDropEnable, setFocused, setTextChanged, setVisibleState, XXXfocusGained
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getWidgetImplementation, removeWidgetImplementation, repaintGthread, setBoundsPixel, setFocusGThread, setVisibleGThread
protected final GralTabbedPanel widgg
protected ImplAccess(GralTabbedPanel widgg)
public abstract GralPanelContent addCanvasPanel(GralPanelContent panelg, java.lang.String sLabel)
public abstract GralPanelContent addGridPanel(GralPanelContent panelg, java.lang.String sLabel, int yGrid, int xGrid, int yGrid2, int xGrid2)
sName
- The name, used insLabel
- to designate the tab for view. A "&" left from a character determines the hot-key
to select the tab.yGrid
- number of units per grid line vertical. It may be 1.xGrid
- number of units per grid line horizontal. It may be 1.yGrid2
- Number of grid lines vertical per wider ranges for linesxGrid2
- Number of grid lines horizontal per wider ranges for linesprotected GralPanelContent getFocusedTab()
protected void setFocusedTab(GralPanelContent tab)