Uses of Interface
com.iizigo.swt.IFilter
Packages that use IFilter Package Description com.iizigo.editor com.iizigo.swt Uses of IFilter in com.iizigo.editor
Methods in com.iizigo.editor that return IFilter Modifier and Type Method Description IFilterEndNodeTextFilter. getFilterComponent()Gets the filter component.Methods in com.iizigo.editor with parameters of type IFilter Modifier and Type Method Description voidEndNodeTextFilter. initialize(org.eclipse.jface.viewers.StructuredViewer viewer, IFilter filterComponent)Initializes after creation from empty constructor.Constructors in com.iizigo.editor with parameters of type IFilter Constructor Description EndNodeTextFilter(org.eclipse.jface.viewers.StructuredViewer viewer, IFilter filterComponent)Creates the filter for the viewer.FilteredCommonViewer(org.eclipse.swt.widgets.Composite parent, int style, IFilter filter)Creates the common viewer.FilteredCommonViewer(org.eclipse.swt.widgets.Composite parent, int style, IFilter filter, int flags)Creates the common viewer.Uses of IFilter in com.iizigo.swt
Classes in com.iizigo.swt that implement IFilter Modifier and Type Class Description classFilterControllerClass used to control a filter entry field that is used to filter out e.g.classIzFilterClass used to create a filter entry field that is used to filter out e.g.