org.eclipse.emf.edit.ui.util
Interface QueryDelegateTextViewer.Factory

Enclosing interface:
QueryDelegateTextViewer

public static interface QueryDelegateTextViewer.Factory

A factory for creating query delegate source viewers.


Nested Class Summary
static interface QueryDelegateTextViewer.Factory.Descriptor
          A Factory wrapper that is used by the QueryDelegateTextViewer.Factory.Registry.
static interface QueryDelegateTextViewer.Factory.Registry
          A registry of query delegate text viewer factories.
 
Method Summary
 QueryDelegateTextViewer createTextViewer(Composite parent, int styles)
          Creates a query delegate for the specified parent.
 

Method Detail

createTextViewer

QueryDelegateTextViewer createTextViewer(Composite parent,
                                         int styles)
Creates a query delegate for the specified parent.

Parameters:
parent - the parent container for the text viewer
styles - the styles to apply to the text viewer
Returns:
a query delegate text viewer

Copyright 2001-2012 IBM Corporation and others.
All Rights Reserved.