Eclipse Platform
2.0

org.eclipse.jface.text
Interface IInformationControlCreator


public interface IInformationControlCreator

Interface of a factory of information controls.

Since:
2.0

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
2.0

Copyright (c) IBM Corp. and others 2000, 2002. All Rights Reserved.