|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.eclipse.emf.ecp.spi.common.ui.composites.AbstractFilteredSelectionComposite<T>
T - the type of the Viewer. This must extend a StructuredViewerpublic abstract class AbstractFilteredSelectionComposite<T extends org.eclipse.jface.viewers.StructuredViewer>
This CompositeProvider provides Composite containing a Text widget and a viewer.
The contents of the viewer can be filtered by typing a text into the Text widget.
| Constructor Summary | |
|---|---|
AbstractFilteredSelectionComposite()
Default Constructor. |
|
| Method Summary | |
|---|---|
org.eclipse.swt.widgets.Composite |
createUI(org.eclipse.swt.widgets.Composite parent)
This method creates a UI bundled into a Composite that can be used anywhere. |
Object[] |
getSelection()
Returns the selected objects. |
T |
getViewer()
Returns the used StructuredViewer. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.eclipse.emf.ecp.spi.common.ui.CompositeProvider |
|---|
dispose |
| Constructor Detail |
|---|
public AbstractFilteredSelectionComposite()
| Method Detail |
|---|
public org.eclipse.swt.widgets.Composite createUI(org.eclipse.swt.widgets.Composite parent)
Composite that can be used anywhere.
createUI in interface CompositeProviderparent - the parent Composite
Compositepublic T getViewer()
StructuredViewer.
public Object[] getSelection()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||