Uses of Class
com.iizigo.swt.IzFilter
Packages that use IzFilter
Uses of IzFilter in com.iizigo.editor
Methods in com.iizigo.editor with parameters of type IzFilterModifier and TypeMethodDescriptionfinal FilteredCommonViewer
PropEditorPart.createFilteredCommonViewer
(org.eclipse.swt.widgets.Composite parent, int style, IzFilter filter) Creates the Filtered CommonViewer with extra support for Drag-and-Drop.final FilteredCommonViewer
PropEditorPart.createFilteredCommonViewer
(org.eclipse.swt.widgets.Composite parent, IzFilter filter) Creates the Filtered CommonViewer with extra support for Drag-and-Drop.protected int
PropEditorPart.setFocus
(PropCnr container, org.eclipse.jface.viewers.StructuredViewer viewer, IzFilter filter, PropertyEditor propertyEditor, GProp<?> property, int index, String childName) Attempts to set focus to the property in question based on a container, a viewer and a property editor.Uses of IzFilter in com.iizigo.text
Constructor parameters in com.iizigo.text with type arguments of type IzFilterModifierConstructorDescriptionTextTableLabelProvider
(ArrayList<IzFilter> filters) The TextTableLabelProvider being used for the TooltipTableViewer.Uses of IzFilter in com.iizigo.vs
Methods in com.iizigo.vs with parameters of type IzFilterModifier and TypeMethodDescriptionprotected int
VirtualSpaceEditor.setFocus
(PropCnr container, org.eclipse.jface.viewers.StructuredViewer viewer, IzFilter filter, PropertyEditor propertyEditor, GProp<?> property, int index, String childName) Attempts to set focus to the property in question based on a container, a viewer and a property editor.Constructor parameters in com.iizigo.vs with type arguments of type IzFilterModifierConstructorDescriptionVSTableLabelProvider
(EditorVSTable table, ArrayList<IzFilter> filters) The VSTable being used for the table.