|
Eclipse Platform Release 3.0 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Interface of an information control closer. An information control closer monitors its information control and its subject control and closes the information control if necessary.
Clients must implement this interface in order to equip an information control manager accordingly.
Method Summary | |
void |
setInformationControl(IInformationControl control)
Sets the closer's information control, the one to close if necessary. |
void |
setSubjectControl(Control subject)
Sets the closer's subject control. |
void |
start(Rectangle subjectArea)
Tells this closer to start monitoring the subject and the information control. |
void |
stop()
Tells this closer to stop monitoring the subject and the information control. |
Method Detail |
public void setSubjectControl(Control subject)
Must be called before start
. May again be called
between start
and stop
.
subject
- the subject controlpublic void setInformationControl(IInformationControl control)
Must be called before start
. May again be called
between start
and stop
.
control
- the information controlpublic void start(Rectangle subjectArea)
subjectArea
- the area for which the presented information is validpublic void stop()
|
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.