public interface IControlCreator
DecoratedField
to create the control to be
decorated. Clients are expected to implement this interface in order to
create a particular kind of control for decoration.Modifier and Type | Method and Description |
---|---|
Control |
createControl(Composite parent,
int style)
Create a control with the specified parent and style bits.
|
Guidelines for using Eclipse APIs. Copyright (c) IBM Corp. and others 2000, 2006. All rights reserved.