|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.jface.window.Window
org.eclipse.jface.dialogs.Dialog
org.eclipse.jface.dialogs.TrayDialog
org.eclipse.jface.dialogs.TitleAreaDialog
org.eclipse.net4j.util.ui.widgets.BaseDialog<org.eclipse.jface.viewers.Viewer>
org.eclipse.net4j.util.ui.widgets.LogDialog
public class LogDialog
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.eclipse.jface.window.Window |
---|
org.eclipse.jface.window.Window.IExceptionHandler |
Field Summary |
---|
Fields inherited from class org.eclipse.net4j.util.ui.widgets.BaseDialog |
---|
DEFAULT_SHELL_STYLE |
Fields inherited from class org.eclipse.jface.dialogs.TitleAreaDialog |
---|
DLG_IMG_TITLE_BANNER, DLG_IMG_TITLE_ERROR, INFO_MESSAGE, WARNING_MESSAGE |
Fields inherited from class org.eclipse.jface.dialogs.Dialog |
---|
blockedHandler, buttonBar, DIALOG_DEFAULT_BOUNDS, DIALOG_PERSISTLOCATION, DIALOG_PERSISTSIZE, dialogArea, DLG_IMG_ERROR, DLG_IMG_HELP, DLG_IMG_INFO, DLG_IMG_MESSAGE_ERROR, DLG_IMG_MESSAGE_INFO, DLG_IMG_MESSAGE_WARNING, DLG_IMG_QUESTION, DLG_IMG_WARNING, ELLIPSIS |
Fields inherited from class org.eclipse.jface.window.Window |
---|
CANCEL, OK |
Constructor Summary | |
---|---|
LogDialog(org.eclipse.swt.widgets.Shell parentShell,
int shellStyle,
java.lang.String title,
java.lang.String message,
org.eclipse.jface.dialogs.IDialogSettings settings)
|
|
LogDialog(org.eclipse.swt.widgets.Shell parentShell,
java.lang.String title,
java.lang.String message,
org.eclipse.jface.dialogs.IDialogSettings settings)
|
Method Summary | |
---|---|
void |
append(java.lang.String text)
|
void |
append(java.lang.Throwable t)
|
boolean |
close()
|
protected void |
createButtonsForButtonBar(org.eclipse.swt.widgets.Composite parent)
|
protected void |
createUI(org.eclipse.swt.widgets.Composite parent)
|
org.eclipse.swt.graphics.TextStyle |
getTextStyle()
|
void |
setTextStyle(org.eclipse.swt.graphics.TextStyle textStyle)
|
Methods inherited from class org.eclipse.net4j.util.ui.widgets.BaseDialog |
---|
configureShell, createDialogArea, fillContextMenu, getCurrentViewer, getDialogBoundsSettings, hookContextMenu, setCurrentViewer |
Methods inherited from class org.eclipse.jface.dialogs.TitleAreaDialog |
---|
createContents, getInitialSize, getTitleArea, getTitleImageLabel, setErrorMessage, setMessage, setMessage, setTitle, setTitleAreaColor, setTitleImage |
Methods inherited from class org.eclipse.jface.dialogs.TrayDialog |
---|
closeTray, createButtonBar, createHelpControl, getLayout, getTray, isDialogHelpAvailable, isHelpAvailable, openTray, setDialogHelpAvailable, setHelpAvailable |
Methods inherited from class org.eclipse.jface.dialogs.Dialog |
---|
applyDialogFont, buttonPressed, cancelPressed, convertHeightInCharsToPixels, convertHeightInCharsToPixels, convertHorizontalDLUsToPixels, convertHorizontalDLUsToPixels, convertVerticalDLUsToPixels, convertVerticalDLUsToPixels, convertWidthInCharsToPixels, convertWidthInCharsToPixels, create, createButton, dialogFontIsDefault, getBlockedHandler, getButton, getButtonBar, getCancelButton, getDialogArea, getDialogBoundsStrategy, getImage, getInitialLocation, getOKButton, initializeBounds, initializeDialogUnits, isResizable, okPressed, setBlockedHandler, setButtonLayoutData, setButtonLayoutFormData, shortenText |
Methods inherited from class org.eclipse.jface.window.Window |
---|
canHandleShellCloseEvent, constrainShellSize, createShell, getConstrainedShellBounds, getContents, getDefaultImage, getDefaultImages, getDefaultOrientation, getParentShell, getReturnCode, getShell, getShellListener, getShellStyle, getWindowManager, handleFontChange, handleShellCloseEvent, open, setBlockOnOpen, setDefaultImage, setDefaultImages, setDefaultModalParent, setDefaultOrientation, setExceptionHandler, setParentShell, setReturnCode, setShellStyle, setWindowManager |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public LogDialog(org.eclipse.swt.widgets.Shell parentShell, int shellStyle, java.lang.String title, java.lang.String message, org.eclipse.jface.dialogs.IDialogSettings settings)
public LogDialog(org.eclipse.swt.widgets.Shell parentShell, java.lang.String title, java.lang.String message, org.eclipse.jface.dialogs.IDialogSettings settings)
Method Detail |
---|
public org.eclipse.swt.graphics.TextStyle getTextStyle()
public void setTextStyle(org.eclipse.swt.graphics.TextStyle textStyle)
public void append(java.lang.String text)
public void append(java.lang.Throwable t)
public boolean close()
close
in class org.eclipse.jface.dialogs.TrayDialog
protected void createUI(org.eclipse.swt.widgets.Composite parent)
createUI
in class BaseDialog<org.eclipse.jface.viewers.Viewer>
protected void createButtonsForButtonBar(org.eclipse.swt.widgets.Composite parent)
createButtonsForButtonBar
in class org.eclipse.jface.dialogs.Dialog
|
Copyright (c) 2004 - 2008 Eike Stepper, Germany. All Rights Reserved. |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |