Uses of Class
com.iizigo.prop.PropertyEditorInfo
Package
Description
Uses of PropertyEditorInfo in com.iizigo.actionactor
Modifier and TypeMethodDescriptionEditorJavaActionActor.Settings.getFixedSettings()
Gets fixed settings for the container.default ArrayList<PropertyEditorInfo>
IEditorActionActorSettings.getFixedSettings()
Gets fixed settings for the container.Uses of PropertyEditorInfo in com.iizigo.app
Modifier 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 PropertyEditorInfo in com.iizigo.prop
Modifier and TypeFieldDescriptionprotected PropertyEditorInfo
BaseEditor.info
The information about edited item.final PropertyEditorInfo
PropertyEditorInfo.CreateItem.info
The information for the item in the container.Modifier and TypeFieldDescriptionprotected final ArrayList<PropertyEditorInfo>
PropCnrEditorProperties.list
The info items.Modifier and TypeMethodDescriptionPropertyEditorInfo.copyForParent
(String altParentPropertyName) Creates a copy of the instance with an alternate parent.PropCnrEditorProperties.getPropertyEditorInfo
(Atom atom) Gets a PropertyEditorInfo from a property Atom.Modifier and TypeMethodDescriptionPropCnrEditorProperties.getPropertyEditorInfos
(PropCnr pc) Gets the PropertyEditorInfo array for the property editor for a single property.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.boolean
PropertyEditorSetup.hasAtLeastOnePropertyInGroup
(PropertyEditorInfo[] infos, String[] names) Helper to check for at least one property in group.PropertyEditorSetup.verifyPropertiesPresentInGroup
(PropertyEditorInfo[] infos, String[] names) Helper to verify properties are present for a group.Modifier and TypeMethodDescriptionPropertyEditorInfo.getCombinedPropertyEditorInfos
(PropCnr pc, ArrayList<PropertyEditorInfo> infosArray) Creates the combined EditProperties for a single property that are edited.static boolean
PropertyEditorInfo.hasAtLeastOnePropertyInGroup
(Collection<PropertyEditorInfo> infos, String[] propertyNames) Helper to check for at least one property in group.void
PropertyEditor.setEditedProperties
(PropCnr pc, ArrayList<PropertyEditorInfo> infos) Sets a new content to the editor.static String
PropertyEditorInfo.verifyPropertiesPresentInGroup
(Collection<PropertyEditorInfo> infos, String[] propertyNames) Helper to verify properties are present for a group.ModifierConstructorDescriptionCreateItem
(PropertyEditorInfo info, PropCnr[] containers) Constructor.EditedPropController
(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.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 PropertyEditorInfo 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.ExtServerURLValidator.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.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 PropertyEditorInfo in com.iizigo.prop.group
Modifier and TypeMethodDescriptionIGroupTextFormatter.getGroupText
(PropCnr[] containers, ArrayList<PropertyEditorInfo> infos, PropertyEditorInfo group, StringBuilder tooltip, boolean[] isHTML) Formats a string representation for the group.LayoutDataFormatter.getGroupText
(PropCnr[] pcs, ArrayList<PropertyEditorInfo> infos, PropertyEditorInfo group, StringBuilder tooltip, boolean[] isHTML) Formats a string representation for the group.Modifier and TypeMethodDescriptionIGroupTextFormatter.getGroupText
(PropCnr[] containers, ArrayList<PropertyEditorInfo> infos, PropertyEditorInfo group, StringBuilder tooltip, boolean[] isHTML) Formats a string representation for the group.LayoutDataFormatter.getGroupText
(PropCnr[] pcs, ArrayList<PropertyEditorInfo> infos, PropertyEditorInfo group, StringBuilder tooltip, boolean[] isHTML) Formats a string representation for the group.Uses of PropertyEditorInfo in com.iizigo.term.prop
Modifier 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.