public interface IInformationControlCreatorExtension
IInformationControlCreator
Introduces tests whether information controls can be reused and whether information control creators can replace each other.
IInformationControlCreator
,
IInformationControl
Modifier and Type | Method and Description |
---|---|
boolean |
canReplace(IInformationControlCreator creator)
Tests whether this information control creator can replace the given
information control creator.
|
boolean |
canReuse(IInformationControl control)
Tests if an existing information control can be reused.
|
boolean canReuse(IInformationControl control)
control
- the information control to testtrue
if the control can be reusedboolean canReplace(IInformationControlCreator creator)
creator
- the creator to be checkedtrue
if the given creator can be replaced,
false
otherwise
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.