comparison dwtx/jface/internal/text/InformationControlReplacer.d @ 156:a9566845f1cb

...
author Frank Benoit <benoit@tionex.de>
date Mon, 25 Aug 2008 19:03:46 +0200
parents 5cf141e43417
children 1a5b8f8129df
comparison
equal deleted inserted replaced
155:8442b6b2da2d 156:a9566845f1cb
87 * @param contentBounds the bounds of the content area of the information control 87 * @param contentBounds the bounds of the content area of the information control
88 * @param information the information to show 88 * @param information the information to show
89 * @param subjectArea the subject area 89 * @param subjectArea the subject area
90 * @param takeFocus <code>true</code> iff the replacing information control should take focus 90 * @param takeFocus <code>true</code> iff the replacing information control should take focus
91 */ 91 */
92 public void replaceInformationControl(IInformationControlCreator informationPresenterControlCreator, Rectangle contentBounds, Object information, final Rectangle subjectArea, bool takeFocus) { 92 public void replaceInformationControl(IInformationControlCreator informationPresenterControlCreator, Rectangle contentBounds, Object information, Rectangle subjectArea, bool takeFocus) {
93 93
94 try { 94 try {
95 fIsReplacing= true; 95 fIsReplacing= true;
96 if (! fDelayedInformationSet) 96 if (! fDelayedInformationSet)
97 fReplacableInformation= information; 97 fReplacableInformation= information;