Uses of Class
com.iizigo.prop.PropertyEditor
Package
Description
Uses of PropertyEditor in com.iizigo.editor
Modifier and TypeMethodDescriptionprotected 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 PropertyEditor in com.iizigo.prop
Modifier and TypeFieldDescriptionprotected PropertyEditor
BaseEditor.editor
The property editor instance.Modifier and TypeMethodDescriptionBaseEditor.createControls
(PropertyEditor editor, PropertyEditorInfo info, String[] options, org.eclipse.swt.widgets.Composite parent, PropCnr[] containers, Atom atom, DefinedButton definedButton) Creates the required controls in the composite.IEditedPropertyEntry.createControls
(PropertyEditor editor, PropertyEditorInfo info, String[] options, org.eclipse.swt.widgets.Composite parent, PropCnr[] containers, Atom atom, DefinedButton definedButton) Creates the required controls in the composite.PropertyEditorInfo.createControls
(PropertyEditor editor, org.eclipse.swt.widgets.Composite entryPart, com.iizigo.prop.PropertyEditorLayout pl, MultiPropLabel mlabel, DefinedButton definedButton, PropertyEditor.Node node, PropCnr[] containers) Creates the controls required.ModifierConstructorDescriptionDefinedButton
(MultiPropLabel multiLabel, PropertyEditor resizer, org.eclipse.swt.widgets.Composite parent, boolean hideDefineButton) Create the clear button.MultiPropEditor
(PropertyEditor editor, PropertyEditorInfo info, org.eclipse.swt.widgets.Composite parent, PropCnr[] containers, DefinedButton definedButton, IEditedPropertyEntryMultiPropSupport multiEdit, Class<? extends GProp<?>> propItemClass, int propItemCount) Creates the multi-prop editor.Uses of PropertyEditor in com.iizigo.prop.editor
Modifier and TypeMethodDescriptionAtomNamePropEditor.createControls
(PropertyEditor editor, PropertyEditorInfo info, String[] options, org.eclipse.swt.widgets.Composite parent, PropCnr[] containers, Atom atom, DefinedButton definedButton) Creates the required controls in the composite.ExtendsFlagPropEditor.createControls
(PropertyEditor editor, PropertyEditorInfo info, String[] options, org.eclipse.swt.widgets.Composite parent, PropCnr[] containers, Atom atom, DefinedButton definedButton) Creates the required controls in the composite.ExtendsNamePropEditor.createControls
(PropertyEditor editor, PropertyEditorInfo info, String[] options, org.eclipse.swt.widgets.Composite parent, PropCnr[] containers, Atom atom, DefinedButton definedButton) Creates the required controls in the composite.MultiColorPropEditor.createControls
(PropertyEditor editor, PropertyEditorInfo info, String[] options, org.eclipse.swt.widgets.Composite parent, PropCnr[] containers, Atom atom, DefinedButton definedButton) Creates the required controls in the composite.MultiIntChoicePropEditor.createControls
(PropertyEditor editor, PropertyEditorInfo info, String[] options, org.eclipse.swt.widgets.Composite parent, PropCnr[] containers, Atom atom, DefinedButton definedButton) Creates the required controls in the composite.MultiUnitPropEditor.createControls
(PropertyEditor editor, PropertyEditorInfo info, String[] options, org.eclipse.swt.widgets.Composite parent, PropCnr[] containers, Atom atom, DefinedButton definedButton) Creates the required controls in the composite.MultiUnitsPropEditor.createControls
(PropertyEditor editor, PropertyEditorInfo info, String[] options, org.eclipse.swt.widgets.Composite parent, PropCnr[] containers, Atom atom, DefinedButton definedButton) Creates the required controls in the composite.Uses of PropertyEditor 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.Uses of PropertyEditor in com.iizigo.ws.editor
Modifier and TypeMethodDescriptionWebServiceEditor.createRightPropertyEditor()
Creates the right property editor for the output.