public class GStandardExceptionDialog extends GStandardDialog
Index | Class | Item | Constraint |
0 | GStandardExceptionDialogMainContainer | mainContainer | "newline" (see table below) |
1 | ButtonPanel | buttonBox | "dock South" (see table below) |
Index | Class | Item | Constraint |
0, 0 | GLabel | errorMessageLabel | "newline" |
0, 1 | GTextArea | stackTrace | "newline , pushx , pushy , growx , growy" |
Index | Class | Item | Constraint |
1, 0 | GButton | m_okButton | "newline , alignx Center" |
GStandardDialog.TypeOfDialog
GPanel.Panel, GPanel.ScrollBarVisibility
GComponent.CopyPasteOperation, GComponent.DisplayIndicatorStatus, GComponent.ItemType, GComponent.Operation
NAME_ATTRIBUTE
Constructor and Description |
---|
GStandardExceptionDialog()
Constructor.
|
GStandardExceptionDialog(String widgetId)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
void |
printException(Throwable exception)
Print the exception in the dialog.
|
beforeClickingButtons, clear, display, generic, getSubComponent, onButtonOne, onButtonTwo, setDefaultConstraints, setGContainer, show
dispose, getCancelled, getJDialog, hide, setMaximumSize, setMinimumSize, setPreferredSize, windowActivated, windowClosed, windowClosing, windowDeactivated, windowDeiconified, windowIconified, windowOpened
clearConstraint, getClassConstraint, getComponent, getHorizontalScroll, getInnerDescendantClassConstraint, getJPanel, getJScrollPane, getLayoutConstraints, getStringClassConstraint, getVerticalScroll, mainClear, mainDisplay, processMouseWheelEvent, put, setClassConstraint, setColumnConstraints, setConstraint, setHorizontalScroll, setInnerDescendantClassConstraint, setLayoutConstraints, setMargins, setPanelConstraints, setPreferredSize, setRowConstraints, setUnitIncrement, setVerticalScroll, unput
activateConstraintsByType, attachCopyPasteMenu, attachCopyPasteMenu, beginOfElement, beginOfElement, beginOfElement, beginOfElement, clearAllInnerDescendantConstraint, 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, setBusyCursor, setCommentInConfigFile, setCopyPasteMenuEnabled, setCurrentOperation, setDataForConstraintsByType, setDisplayIsModifiedIndicator, setElement, setEnabled, 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 GStandardExceptionDialog()
public GStandardExceptionDialog(String widgetId)
widgetId
- the widget identifier.public void printException(Throwable exception)
exception
- exception to display in the dialog.Copyright © 2024. All rights reserved.