public interface IScrollableMessageDelegate
| Modifier and Type | Method and Description |
|---|---|
void |
displayDialog()
Display the scrolling dialog (i.e., make the dialog visible).
|
java.lang.String |
getBodyText()
Return the text (possibly edited by the user) contained within the
scrolling text area.
|
void |
hideDialog()
Hide the scrolling dialog (i.e., make the dialog invisible).
|
void |
setBodyText(java.lang.String astrBodyText)
Set the contents of the scrolling text area.
|
void |
setCopyButtonVisible(boolean abCopyVisible)
Enable the display of an optional "Copy" button that will cause
the system to copy the contents of the text area to the system
clipboard.
|
void |
setEditable(boolean abEditable)
Set the editability of the scrolling text area.
|
void |
setHeaderText(java.lang.String astrHeaderText)
Set the header to be displayed above the scrolling text area.
|
void |
setTextWrap(boolean abTextWrap)
Enable or disable automatic text wrapping.
|
void |
setTitleText(java.lang.String astrTitleText)
Set the text to be displayed in the title area of the dialog window.
|
void displayDialog()
java.lang.String getBodyText()
void hideDialog()
void setBodyText(java.lang.String astrBodyText)
aBodyText - Text to be displayed in scrolling text area.void setCopyButtonVisible(boolean abCopyVisible)
abCopyVisible - true to enable (and make visible) "Copy" button.void setEditable(boolean abEditable)
abEditable - true to allow users to edit the text area.void setHeaderText(java.lang.String astrHeaderText)
astrHeaderText - Header text to be displayed above the scrolling text area.void setTextWrap(boolean abTextWrap)
abTextWrap - true to enable automatic text wrapping.void setTitleText(java.lang.String astrTitleText)
astrTitleText - Text to be displayed in the title area of the dialog window.Copyright © 2005-2016 Progress Software Corporation and/or its subsidiaries and affiliates. All rights reserved.