|
Eclipse Platform Release 3.0 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.eclipse.jface.dialogs.DialogMessageArea
The DialogMessageArea is a resusable component for adding an accessible message area to a dialog. When the message is normal a CLabel is used but an errors replaces the message area with a non editable text that can take focus for use by screen readers.
Constructor Summary | |
DialogMessageArea()
Create a new instance of the receiver. |
Method Summary | |
void | clearErrorMessage()
Clear the error message. |
void | createContents(Composite parent)
Create the contents for the receiver. |
void | restoreTitle()
Enable the title and disable the message text and image. |
void | setMessageLayoutData(Object layoutData)
Set the layoutData for the messageArea. |
void | setTitleLayoutData(Object layoutData)
Set the layoutData for the title area. |
void | showTitle(String titleMessage,
Image titleImage)
Show the title. |
void | updateText(String newMessage,
int newType)
Show the new message in the message text and update the image. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public DialogMessageArea()
Method Detail |
public void createContents(Composite parent)
public void setTitleLayoutData(Object layoutData)
public void setMessageLayoutData(Object layoutData)
public void showTitle(String titleMessage, Image titleImage)
public void restoreTitle()
public void updateText(String newMessage, int newType)
public void clearErrorMessage()
|
Eclipse Platform Release 3.0 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Guidelines for using Eclipse APIs.
Copyright (c) IBM Corp. and others 2000, 2004. All rights reserved.