Uses of Interface
com.iizigo.prop.IPropertyEditorController
Packages that use IPropertyEditorController
Package
Description
Uses of IPropertyEditorController in com.iizigo.app
Methods in com.iizigo.app with parameters of type IPropertyEditorControllerModifier and TypeMethodDescriptionModulesEntryValidator.getDescription
(IPropertyEditorController controller, PropertyEditorInfo info, PropCnr[] parents, String[] options) Gets a description of the validation options.ModulesEntryValidator.validate
(IPropertyEditorController controller, PropertyEditorInfo info, PropCnr[] parents, String value, String[] options) Validates the property value after editing.Uses of IPropertyEditorController in com.iizigo.db.editor
Classes in com.iizigo.db.editor that implement IPropertyEditorControllerUses of IPropertyEditorController in com.iizigo.editor
Classes in com.iizigo.editor that implement IPropertyEditorControllerModifier and TypeClassDescriptionclass
The abstract Property Editor part used by the Editors in iiziGo.Uses of IPropertyEditorController in com.iizigo.font
Classes in com.iizigo.font that implement IPropertyEditorControllerUses of IPropertyEditorController in com.iizigo.image
Classes in com.iizigo.image that implement IPropertyEditorControllerUses of IPropertyEditorController in com.iizigo.panel
Classes in com.iizigo.panel that implement IPropertyEditorControllerModifier and TypeClassDescriptionclass
The context menu editor in the Panel folder.class
The panel editor.Uses of IPropertyEditorController in com.iizigo.prop
Classes in com.iizigo.prop that implement IPropertyEditorControllerModifier and TypeClassDescriptionclass
A stand-alone editor controller that can be used for the Property Editor.Fields in com.iizigo.prop declared as IPropertyEditorControllerModifier and TypeFieldDescriptionprotected IPropertyEditorController
BaseEditor.controller
The controller editor part.Methods in com.iizigo.prop that return IPropertyEditorControllerMethods in com.iizigo.prop with parameters of type IPropertyEditorControllerModifier and TypeMethodDescriptionvoid
DefinedButton.registerPropLabel
(IPropertyEditorController controller, PropLabel label, PropertyEditor.Node node) Registers a property and label.Constructors in com.iizigo.prop with parameters of type IPropertyEditorControllerModifierConstructorDescriptionEditedPropController
(IPropertyEditorController controller, PropertyEditorInfo info, Atom atom, PropCnr[] containers) Creates the controller instance for a normal property.MultiPropCnr
(IPropertyEditorController controller, PropertyEditorInfo info, PropCnr[] containers, PropertyEditor.Node node, int itemCount) Constructs the container for the property editor.PropertyEditor
(IPropertyEditorController controller, org.eclipse.swt.widgets.Composite parent, PropertyEditorSetup pes) Creates the properties composite.PropertyEditor
(IPropertyEditorController controller, org.eclipse.swt.widgets.Composite parent, PropertyEditorSetup pes, boolean useFilter) Creates the properties composite.PropertyEditor
(IPropertyEditorController controller, org.eclipse.swt.widgets.Composite parent, PropertyEditorSetup pes, boolean useFilter, boolean enableGroups, org.eclipse.ui.IMemento propsMemento) Creates the properties composite.PropertyEditor
(IPropertyEditorController controller, org.eclipse.swt.widgets.Composite parent, PropertyEditorSetup pes, boolean useFilter, boolean enableGroups, org.eclipse.ui.IMemento propsMemento, int style) Creates the properties composite.PropertyEditor
(IPropertyEditorController controller, org.eclipse.swt.widgets.Composite parent, PropertyEditorSetup pes, boolean useFilter, boolean enableGroups, org.eclipse.ui.IMemento propsMemento, int style, int scrollStyle) Creates the properties composite.PropertyEditor
(IPropertyEditorController controller, org.eclipse.swt.widgets.Composite parent, PropertyEditorSetup pes, boolean useFilter, org.eclipse.ui.IMemento propsMemento) Creates the properties composite.Uses of IPropertyEditorController in com.iizigo.prop.editor
Methods in com.iizigo.prop.editor with parameters of type IPropertyEditorControllerModifier and TypeMethodDescriptionExtServerURLValidator.getDescription
(IPropertyEditorController controller, PropertyEditorInfo info, PropCnr[] parents, String[] options) Gets a description of the validation options.FontSizeVerifier.getDescription
(IPropertyEditorController controller, PropertyEditorInfo info, PropCnr[] parents, String[] options) Gets a description of the validation options.GroupNameValidator.getDescription
(IPropertyEditorController controller, PropertyEditorInfo info, PropCnr[] parents, String[] options) Gets a description of the validation options.IDValidator.getDescription
(IPropertyEditorController controller, PropertyEditorInfo info, PropCnr[] parents, String[] options) Gets a description of the validation options.IEntryValidator.getDescription
(IPropertyEditorController controller, PropertyEditorInfo info, PropCnr[] parents, String[] options) Gets a description of the validation options.IntRange.getDescription
(IPropertyEditorController controller, PropertyEditorInfo info, PropCnr[] parents, String[] options) Gets a description of the validation options.LocalizedStringPropEditor.getDescription
(IPropertyEditorController controller, PropertyEditorInfo info, PropCnr[] parents, String[] options) Gets a description of the validation options.LongRange.getDescription
(IPropertyEditorController controller, PropertyEditorInfo info, PropCnr[] parents, String[] options) Gets a description of the validation options.NumberRange.getDescription
(IPropertyEditorController controller, PropertyEditorInfo info, PropCnr[] parents, String[] options) Gets a description of the validation options.UnitRange.getDescription
(IPropertyEditorController controller, PropertyEditorInfo info, PropCnr[] parents, String[] options) Gets a description of the validation options.protected static EditorVirtualSpace
VSRelativeReferencePropEditor.getVirtualSpace
(org.eclipse.swt.widgets.Shell shell, int ask, IPropertyEditorController controller, EditedPropController<?, ?> propController, Atom atom) Gets the VirtualSpace, prompted to create it perhaps, or connect.protected static void
VSRelativeReferencePropEditor.onCreateVSColumn
(EditorVirtualSpace ns, IPropertyEditorController controller, EditedPropController<?, ?> propController, org.eclipse.swt.widgets.Text text, VSRelativeReference<?> reference) Creates a column.ExtServerURLValidator.validate
(IPropertyEditorController controller, PropertyEditorInfo info, PropCnr[] parents, String value, String[] options) Validates the property value after editing.FontSizeVerifier.validate
(IPropertyEditorController controller, PropertyEditorInfo info, PropCnr[] parents, String value, String[] options) Validates the property value after editing.GroupNameValidator.validate
(IPropertyEditorController controller, PropertyEditorInfo info, PropCnr[] parents, String value, String[] options) Validates the property value after editing.IDValidator.validate
(IPropertyEditorController controller, PropertyEditorInfo info, PropCnr[] parents, String value, String[] options) Validates the property value after editing.IEntryValidator.validate
(IPropertyEditorController controller, PropertyEditorInfo info, PropCnr[] parents, String value, String[] options) Validates the property value after editing.IntRange.validate
(IPropertyEditorController controller, PropertyEditorInfo info, PropCnr[] parents, String value, String[] options) Validates the property value after editing.LocalizedStringPropEditor.validate
(IPropertyEditorController controller, PropertyEditorInfo info, PropCnr[] parents, String value, String[] options) Validates the property value after editing.LongRange.validate
(IPropertyEditorController controller, PropertyEditorInfo info, PropCnr[] parents, String value, String[] options) Validates the property value after editing.NumberRange.validate
(IPropertyEditorController controller, PropertyEditorInfo info, PropCnr[] parents, String value, String[] options) Validates the property value after editing.UnitRange.validate
(IPropertyEditorController controller, PropertyEditorInfo info, PropCnr[] parents, String value, String[] options) Validates the property value after editing.Uses of IPropertyEditorController in com.iizigo.prop.editor.dialog
Constructors in com.iizigo.prop.editor.dialog with parameters of type IPropertyEditorControllerModifierConstructorDescriptionStylesDialog
(org.eclipse.swt.widgets.Shell parent, EditorStyles[] mainStyles, IPropertyEditorController controller) Create the dialog.Uses of IPropertyEditorController in com.iizigo.selector
Classes in com.iizigo.selector that implement IPropertyEditorControllerUses of IPropertyEditorController in com.iizigo.server
Classes in com.iizigo.server that implement IPropertyEditorControllerModifier and TypeClassDescriptionclass
The Server Configuration composite displays a tree with the server configuration and a property editor for the properties.Uses of IPropertyEditorController in com.iizigo.style
Classes in com.iizigo.style that implement IPropertyEditorControllerMethods in com.iizigo.style with parameters of type IPropertyEditorControllerModifier and TypeMethodDescriptionvoid
StylesButton.setEditedProperties
(PropCnr[] props, IPropertyEditorController controller) Initializes the edited properties.Uses of IPropertyEditorController in com.iizigo.swt
Methods in com.iizigo.swt with parameters of type IPropertyEditorControllerModifier and TypeMethodDescriptionvoid
IFlatToolbarButtonIntegration.setEditedProperties
(PropCnr[] props, IPropertyEditorController controller) Initializes the edited properties.Uses of IPropertyEditorController in com.iizigo.term
Subinterfaces of IPropertyEditorController in com.iizigo.termModifier and TypeInterfaceDescriptioninterface
Interface implemented by the Screen, Capture and Recording editors.Uses of IPropertyEditorController in com.iizigo.term.capture
Classes in com.iizigo.term.capture that implement IPropertyEditorControllerModifier and TypeClassDescriptionclass
The Screen Capture "Editor", but nothing to edit.Uses of IPropertyEditorController in com.iizigo.term.prop
Methods in com.iizigo.term.prop with parameters of type IPropertyEditorControllerModifier and TypeMethodDescriptionScreenPropValidator.getDescription
(IPropertyEditorController controller, PropertyEditorInfo info, PropCnr[] parents, String[] options) Gets a description of the validation options.ScreenPropValidator.validate
(IPropertyEditorController controller, PropertyEditorInfo info, PropCnr[] parents, String value, String[] options) Validates the property value after editing.Uses of IPropertyEditorController in com.iizigo.term.recording
Classes in com.iizigo.term.recording that implement IPropertyEditorControllerModifier and TypeClassDescriptionclass
The Screen Capture "Editor", but nothing to edit.Uses of IPropertyEditorController in com.iizigo.term.screen
Classes in com.iizigo.term.screen that implement IPropertyEditorControllerUses of IPropertyEditorController in com.iizigo.text
Classes in com.iizigo.text that implement IPropertyEditorControllerUses of IPropertyEditorController in com.iizigo.vs
Classes in com.iizigo.vs that implement IPropertyEditorControllerUses of IPropertyEditorController in com.iizigo.ws.editor
Classes in com.iizigo.ws.editor that implement IPropertyEditorController