Uses of Class
com.iizigo.swt.IzFilter
Packages that use IzFilter Package Description com.iizigo.editor com.iizigo.text com.iizigo.vs Uses of IzFilter in com.iizigo.editor
Methods in com.iizigo.editor with parameters of type IzFilter Modifier and Type Method Description FilteredCommonViewer
PropEditorPart. createFilteredCommonViewer(org.eclipse.swt.widgets.Composite parent, int style, IzFilter filter)
Creates the Filtered CommonViewer with extra support for Drag-and-Drop.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, java.lang.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 IzFilter Constructor Description TextTableLabelProvider(java.util.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 IzFilter Modifier and Type Method Description protected int
VirtualSpaceEditor. setFocus(PropCnr container, org.eclipse.jface.viewers.StructuredViewer viewer, IzFilter filter, PropertyEditor propertyEditor, GProp<?> property, int index, java.lang.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 IzFilter Constructor Description VSTableLabelProvider(EditorVSTable table, java.util.ArrayList<IzFilter> filters)
The VSTable being used for the table.