Uses of Class
com.iizigo.swt.IzFilter
Uses of IzFilter in com.iizigo.editor
Modifier 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
ModifierConstructorDescriptionTextTableLabelProvider
(ArrayList<IzFilter> filters) The TextTableLabelProvider being used for the TooltipTableViewer.Uses of IzFilter in com.iizigo.vs
Modifier 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.ModifierConstructorDescriptionVSTableLabelProvider
(EditorVSTable table, ArrayList<IzFilter> filters) The VSTable being used for the table.