public abstract class GDataPanelAbstract extends GTabbedPane implements GClear
Modifier and Type | Class and Description |
---|---|
static class |
GDataPanelAbstract.ConsoleModeType
enum ConsoleModeType
|
GComponent.CopyPasteOperation, GComponent.DisplayIndicatorStatus, GComponent.ItemType, GComponent.Operation
NAME_ATTRIBUTE
Constructor and Description |
---|
GDataPanelAbstract(String rootXMLName)
Constructor.
|
GDataPanelAbstract(String rootXMLName,
GDataPanelAbstract.ConsoleModeType modeType)
Constructor with mode type
|
Modifier and Type | Method and Description |
---|---|
void |
addConsoleTab(String title)
Add the console tab to the underlying GTabbedPane.
|
GTextAreaInterface |
getConsole()
Get the results console widget.
|
fr.cnes.genius.standardapplication.GDataPanelAbstract.GConsolePanel |
getConsolePanel()
Get the console panel.
|
void |
selectConsoleTab()
Select the console tab.
|
void |
setConsoleFont(Font outputConsoleFont)
Method allowing to set font of the console.
|
addTab, addTab, addTab, delTab, display, forceIndexesReading, getComponent, getJTabbedPane, getSubComponent, getTab, getTabCount, getTabList, getTabPanelStatusFlag, read, setEnabled, setErrorColor, setErrorIcon, setTabPanelStatusFlag, setTooltipsList, setWarningColor, setWarningIcon, stateChanged, updateCondensedStatus, updateIsModified, write
activateConstraintsByType, attachCopyPasteMenu, attachCopyPasteMenu, beginOfElement, beginOfElement, beginOfElement, beginOfElement, clearAllInnerDescendantConstraint, clearConstraint, clearInnerDescendantContraint, composeWidgetId, doDisplay, endOfElement, getCommentInConfigFile, getConstraint, getCurrentOperation, getDisplayIndicatorStatus, getDisplayIsModifiedIndicator, getElement, getGClassName, getGPanel, getGParent, getGUnitInConfigFile, getInnerDescendantConstraint, getName, getNameInConfigFile, getOperationSaveValue, getPathInConfigFile, getSimpleWidgetId, getStatus, getStringConstraint, getWidgetId, handleCopyPasteEvent, handleCopyPasteEvent, handleProcessEventException, isCopyPasteEvent, isEnabled, isForcedStatus, isModified, launchInvalidPositionException, mouseWheelMoved, parseSimpleConstraint, processGEvent, processMouseWheelEvent, setBusyCursor, setCommentInConfigFile, setConstraint, setCopyPasteMenuEnabled, setCurrentOperation, setDataForConstraintsByType, setDefaultConstraints, setDisplayIsModifiedIndicator, setElement, setForcedStatus, setGPanel, setGParent, setGUnitInConfigFile, setInnerDescendantConstraint, setName, setNameAndCommentInConfigFile, setNameInConfigFile, setPathInConfigFile, setStatus, setStringConstraint, setToolTipText, setWidgetId, setWidth, setWindowBusyCursor, updateIsModifiedIndicator, writeCollection, writeCollection, writeCollection, writeCollection, writeConfigItem, writeConfigItem, writeConfigItem, writeConfigItem, writeConfigItem
public GDataPanelAbstract(String rootXMLName, GDataPanelAbstract.ConsoleModeType modeType)
rootXMLName
- Root Name for XML file.modeType
- is the enumerate to choose the standard mode or the buffered modepublic GDataPanelAbstract(String rootXMLName)
rootXMLName
- Root Name for XML file.public void selectConsoleTab()
public void addConsoleTab(String title) throws GException
title
- of the panel.GException
- If there is a problem displaying the added panel.public void setConsoleFont(Font outputConsoleFont)
outputConsoleFont
- font used for output console.public GTextAreaInterface getConsole()
public fr.cnes.genius.standardapplication.GDataPanelAbstract.GConsolePanel getConsolePanel()
Copyright © 2024. All rights reserved.