Uses of Class
com.iizigo.prop.PropertyEditor
Packages that use PropertyEditor Package Description com.iizigo.editor com.iizigo.prop com.iizigo.prop.editor com.iizigo.vs com.iizigo.ws.editor Uses of PropertyEditor in com.iizigo.editor
Methods in com.iizigo.editor with parameters of type PropertyEditor Modifier and Type Method Description 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 PropertyEditor in com.iizigo.prop
Fields in com.iizigo.prop declared as PropertyEditor Modifier and Type Field Description protected PropertyEditor
BaseEditor. editor
The property editor instance.Methods in com.iizigo.prop with parameters of type PropertyEditor Modifier and Type Method Description MultiPropEditor
BaseEditor. createControls(PropertyEditor editor, PropertyEditorInfo info, java.lang.String[] options, org.eclipse.swt.widgets.Composite parent, PropCnr[] containers, Atom atom, DefinedButton definedButton)
Creates the required controls in the composite.MultiPropEditor
IEditedPropertyEntry. createControls(PropertyEditor editor, PropertyEditorInfo info, java.lang.String[] options, org.eclipse.swt.widgets.Composite parent, PropCnr[] containers, Atom atom, DefinedButton definedButton)
Creates the required controls in the composite.MultiPropEditor
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.void
IPropertyEditorCustomMenu. initializeMenu(PropertyEditor editor, PropCnr[] editProps, FlatToolbarButton button)
Called to initialize the menu with the menu items required created for the button.void
IPropertyEditorCustomMenu. onPressed(PropertyEditor editor, PropCnr[] editProps)
Called when a menu is not created for the button, and the button has been pressed.boolean
IPropertyEditorCustomMenu. shouldCreate(PropertyEditor editor, PropCnr[] editProps)
Called to check if the button with its drop-down menu should be created or not.Constructors in com.iizigo.prop with parameters of type PropertyEditor Constructor Description DefinedButton(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, java.lang.Class<? extends GProp<?>> propItemClass, int propItemCount)
Creates the multi-prop editor.Uses of PropertyEditor in com.iizigo.prop.editor
Methods in com.iizigo.prop.editor with parameters of type PropertyEditor Modifier and Type Method Description MultiPropEditor
AtomNamePropEditor. createControls(PropertyEditor editor, PropertyEditorInfo info, java.lang.String[] options, org.eclipse.swt.widgets.Composite parent, PropCnr[] containers, Atom atom, DefinedButton definedButton)
Creates the required controls in the composite.MultiPropEditor
ExtendsFlagPropEditor. createControls(PropertyEditor editor, PropertyEditorInfo info, java.lang.String[] options, org.eclipse.swt.widgets.Composite parent, PropCnr[] containers, Atom atom, DefinedButton definedButton)
Creates the required controls in the composite.MultiPropEditor
ExtendsNamePropEditor. createControls(PropertyEditor editor, PropertyEditorInfo info, java.lang.String[] options, org.eclipse.swt.widgets.Composite parent, PropCnr[] containers, Atom atom, DefinedButton definedButton)
Creates the required controls in the composite.MultiPropEditor
MultiColorPropEditor. createControls(PropertyEditor editor, PropertyEditorInfo info, java.lang.String[] options, org.eclipse.swt.widgets.Composite parent, PropCnr[] containers, Atom atom, DefinedButton definedButton)
Creates the required controls in the composite.MultiPropEditor
MultiIntChoicePropEditor. createControls(PropertyEditor editor, PropertyEditorInfo info, java.lang.String[] options, org.eclipse.swt.widgets.Composite parent, PropCnr[] containers, Atom atom, DefinedButton definedButton)
Creates the required controls in the composite.MultiPropEditor
MultiUnitPropEditor. createControls(PropertyEditor editor, PropertyEditorInfo info, java.lang.String[] options, org.eclipse.swt.widgets.Composite parent, PropCnr[] containers, Atom atom, DefinedButton definedButton)
Creates the required controls in the composite.MultiPropEditor
MultiUnitsPropEditor. createControls(PropertyEditor editor, PropertyEditorInfo info, java.lang.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
Methods in com.iizigo.vs with parameters of type PropertyEditor 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.Uses of PropertyEditor in com.iizigo.ws.editor
Methods in com.iizigo.ws.editor that return PropertyEditor Modifier and Type Method Description PropertyEditor
WebServiceEditor. createRightPropertyEditor()
Creates the right property editor for the output.