public static interface AbstractInformationControlManager.IInformationControlCloser
Clients must implement this interface in order to equip an information control manager accordingly.
Modifier and Type | Method and Description |
---|---|
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.
|
void setSubjectControl(Control subject)
Must be called before start
. May again be called
between start
and stop
.
subject
- the subject controlvoid setInformationControl(IInformationControl control)
Must be called before start
. May again be called
between start
and stop
.
control
- the information controlvoid start(Rectangle subjectArea)
subjectArea
- the area for which the presented information is validvoid stop()
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.