|
IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.swt.widgets.Widget
org.eclipse.swt.widgets.Control
org.eclipse.swt.widgets.Scrollable
org.eclipse.swt.widgets.Composite
com.ibm.btt.rcp.wizard.DialogComposite
com.ibm.btt.rcp.wizard.TitileAreaDialogComposite
public class TitileAreaDialogComposite
Field Summary | |
---|---|
static java.lang.String |
DLG_IMG_TITLE_BANNER
Image registry key for banner image (value "dialog_title_banner_image" ). |
static java.lang.String |
DLG_IMG_TITLE_ERROR
Image registry key for error message image. |
(package private) org.eclipse.swt.graphics.Color |
titleAreaColor
|
Fields inherited from class com.ibm.btt.rcp.wizard.DialogComposite |
---|
buttonBar, dialogArea, INN_DLG_IMG_HELP, INN_DLG_IMG_MESSAGE_ERROR, INN_DLG_IMG_MESSAGE_INFO, INN_DLG_IMG_MESSAGE_WARNING |
Fields inherited from class org.eclipse.swt.widgets.Control |
---|
handle |
Constructor Summary | |
---|---|
TitileAreaDialogComposite(org.eclipse.swt.widgets.Composite parent,
int style)
|
Method Summary | |
---|---|
protected org.eclipse.swt.widgets.Control |
createContents(org.eclipse.swt.widgets.Composite parent)
|
void |
setErrorMessage(java.lang.String newErrorMessage)
Display the given error message. |
void |
setMessage(java.lang.String newMessage)
|
void |
setMessage(java.lang.String newMessage,
int newType)
Sets the message for this dialog with an indication of what type of message it is. |
void |
setTitle(java.lang.String newTitle)
Sets the title to be shown in the title area of this dialog. |
void |
setTitleImage(org.eclipse.swt.graphics.Image newTitleImage)
Sets the title image to be shown in the title area of this dialog. |
Methods inherited from class com.ibm.btt.rcp.wizard.DialogComposite |
---|
applyDialogFont, buttonPressed, convertHorizontalDLUsToPixels, convertHorizontalDLUsToPixels, convertVerticalDLUsToPixels, convertVerticalDLUsToPixels, createButton, createButtonBar, createButtonsForButtonBar, createDialogArea, dialogFontIsDefault, getButton, getButtonBar, getDialogArea, initializeDialogUnits, setButtonLayoutData |
Methods inherited from class org.eclipse.swt.widgets.Composite |
---|
changed, checkSubclass, computeSize, getBackgroundMode, getChildren, getLayout, getLayoutDeferred, getTabList, isLayoutDeferred, layout, layout, layout, layout, setBackgroundMode, setFocus, setLayout, setLayoutDeferred, setTabList |
Methods inherited from class org.eclipse.swt.widgets.Scrollable |
---|
computeTrim, getClientArea, getHorizontalBar, getVerticalBar |
Methods inherited from class org.eclipse.swt.widgets.Control |
---|
addControlListener, addDragDetectListener, addFocusListener, addHelpListener, addKeyListener, addMenuDetectListener, addMouseListener, addMouseMoveListener, addMouseTrackListener, addMouseWheelListener, addPaintListener, addTraverseListener, computeSize, dragDetect, dragDetect, forceFocus, getAccessible, getBackground, getBackgroundImage, getBorderWidth, getBounds, getCursor, getDragDetect, getEnabled, getFont, getForeground, getLayoutData, getLocation, getMenu, getMonitor, getParent, getRegion, getShell, getSize, getToolTipText, getVisible, internal_dispose_GC, internal_new_GC, isEnabled, isFocusControl, isReparentable, isVisible, moveAbove, moveBelow, pack, pack, print, redraw, redraw, removeControlListener, removeDragDetectListener, removeFocusListener, removeHelpListener, removeKeyListener, removeMenuDetectListener, removeMouseListener, removeMouseMoveListener, removeMouseTrackListener, removeMouseWheelListener, removePaintListener, removeTraverseListener, setBackground, setBackgroundImage, setBounds, setBounds, setCapture, setCursor, setDragDetect, setEnabled, setFont, setForeground, setLayoutData, setLocation, setLocation, setMenu, setParent, setRedraw, setRegion, setSize, setSize, setToolTipText, setVisible, toControl, toControl, toDisplay, toDisplay, traverse, update |
Methods inherited from class org.eclipse.swt.widgets.Widget |
---|
addDisposeListener, addListener, checkWidget, dispose, getData, getData, getDisplay, getListeners, getStyle, isDisposed, isListening, notifyListeners, removeDisposeListener, removeListener, removeListener, setData, setData, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String DLG_IMG_TITLE_ERROR
public static final java.lang.String DLG_IMG_TITLE_BANNER
"dialog_title_banner_image"
).
org.eclipse.swt.graphics.Color titleAreaColor
Constructor Detail |
---|
public TitileAreaDialogComposite(org.eclipse.swt.widgets.Composite parent, int style)
Method Detail |
---|
protected org.eclipse.swt.widgets.Control createContents(org.eclipse.swt.widgets.Composite parent)
createContents
in class DialogComposite
public void setMessage(java.lang.String newMessage, int newType)
The valid message types are one of NONE
,
INFORMATION
,WARNING
, or
ERROR
.
Note that for backward compatibility, a message of type
ERROR
is different than an error message (set using
setErrorMessage
). An error message overrides the current
message until the error message is cleared. This method replaces the
current message and does not affect the error message.
newMessage
- the message, or null
to clear the messagenewType
- the message typepublic void setMessage(java.lang.String newMessage)
public void setErrorMessage(java.lang.String newErrorMessage)
null
.
newErrorMessage
- the newErrorMessage to display or null
public void setTitleImage(org.eclipse.swt.graphics.Image newTitleImage)
newTitleImage
- the title image to be shownpublic void setTitle(java.lang.String newTitle)
newTitle
- the title show
|
IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |