comparison dwtx/jface/internal/text/link/contentassist/AdditionalInfoController2.d @ 130:b56e9be9fe88

ctors to this
author Frank Benoit <benoit@tionex.de>
date Sun, 24 Aug 2008 00:30:47 +0200
parents eb30df5ca28b
children c4fb132a086c
comparison
equal deleted inserted replaced
129:eb30df5ca28b 130:b56e9be9fe88
88 */ 88 */
89 AdditionalInfoController2(IInformationControlCreator creator, int delay) { 89 AdditionalInfoController2(IInformationControlCreator creator, int delay) {
90 super(creator); 90 super(creator);
91 fDelay= delay; 91 fDelay= delay;
92 setAnchor(ANCHOR_RIGHT); 92 setAnchor(ANCHOR_RIGHT);
93 setFallbackAnchors(new Anchor[] {ANCHOR_RIGHT, ANCHOR_LEFT, ANCHOR_BOTTOM }); 93 setFallbackAnchors([ANCHOR_RIGHT, ANCHOR_LEFT, ANCHOR_BOTTOM ]);
94 } 94 }
95 95
96 /* 96 /*
97 * @see AbstractInformationControlManager#install(Control) 97 * @see AbstractInformationControlManager#install(Control)
98 */ 98 */