Eclipse Platform
Release 3.0

org.eclipse.jface.text
Interface IInformationControlCreator


public interface IInformationControlCreator

Interface of a factory for information controls ( IInformationControl). In order to provide backward compatibility for clients of IInformationControlCreator, extension interfaces are used as a means of evolution. The following extension interfaces exist:

Since:
2.0
See Also:
IInformationControlCreatorExtension

Method Summary
 IInformationControl createInformationControl(Shell parent)
          Creates a new information control with the given shell as the control's parent.
 

Method Detail

createInformationControl

public IInformationControl createInformationControl(Shell parent)
Creates a new information control with the given shell as the control's parent.

Parameters:
parent - the parent shell
Returns:
the created information control

Eclipse Platform
Release 3.0

Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp. and others 2000, 2004. All rights reserved.