Uses of Class
com.iizigo.prop.PropertyEditorInfo
Packages that use PropertyEditorInfo Package Description com.iizigo.actionactor com.iizigo.app com.iizigo.prop com.iizigo.prop.editor com.iizigo.prop.group com.iizigo.term.prop Uses of PropertyEditorInfo in com.iizigo.actionactor
Methods in com.iizigo.actionactor that return types with arguments of type PropertyEditorInfo Modifier and Type Method Description java.util.ArrayList<PropertyEditorInfo>
EditorJavaActionActor.Settings. getFixedSettings()
Gets fixed settings for the container.default java.util.ArrayList<PropertyEditorInfo>
IEditorActionActorSettings. getFixedSettings()
Gets fixed settings for the container.Uses of PropertyEditorInfo in com.iizigo.app
Methods in com.iizigo.app with parameters of type PropertyEditorInfo Modifier and Type Method Description java.lang.String
ModulesEntryValidator. getDescription(IPropertyEditorController controller, PropertyEditorInfo info, PropCnr[] parents, java.lang.String[] options)
Gets a description of the validation options.java.lang.String
ModulesEntryValidator. validate(IPropertyEditorController controller, PropertyEditorInfo info, PropCnr[] parents, java.lang.String value, java.lang.String[] options)
Validates the property value after editing.Uses of PropertyEditorInfo in com.iizigo.prop
Fields in com.iizigo.prop declared as PropertyEditorInfo Modifier and Type Field Description protected PropertyEditorInfo
BaseEditor. info
The information about edited item.PropertyEditorInfo
PropertyEditorInfo.CreateItem. info
The information for the item in the container.Fields in com.iizigo.prop with type parameters of type PropertyEditorInfo Modifier and Type Field Description protected java.util.ArrayList<PropertyEditorInfo>
PropCnrEditorProperties. list
The info items.Methods in com.iizigo.prop that return PropertyEditorInfo Modifier and Type Method Description PropertyEditorInfo
PropertyEditorInfo. copyForParent(java.lang.String altParentPropertyName)
Creates a copy of the instance with an alternate parent.PropertyEditorInfo
PropCnrEditorProperties. getPropertyEditorInfo(Atom atom)
Gets a PropertyEditorInfo from a property Atom.Methods in com.iizigo.prop that return types with arguments of type PropertyEditorInfo Modifier and Type Method Description java.util.ArrayList<PropertyEditorInfo>
PropCnrEditorProperties. getPropertyEditorInfos(PropCnr pc)
Gets the PropertyEditorInfo array for the property editor for a single property.Methods in com.iizigo.prop with parameters of type PropertyEditorInfo 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.boolean
PropertyEditorSetup. hasAtLeastOnePropertyInGroup(PropertyEditorInfo[] infos, java.lang.String[] names)
Helper to check for at least one property in group.java.lang.String
PropertyEditorSetup. verifyPropertiesPresentInGroup(PropertyEditorInfo[] infos, java.lang.String[] names)
Helper to verify properties are present for a group.Method parameters in com.iizigo.prop with type arguments of type PropertyEditorInfo Modifier and Type Method Description static java.util.ArrayList<PropertyEditorInfo.CreateItem>
PropertyEditorInfo. getCombinedPropertyEditorInfos(PropCnr pc, java.util.ArrayList<PropertyEditorInfo> infosArray)
Creates the combined EditProperties for a single property that are edited.static boolean
PropertyEditorInfo. hasAtLeastOnePropertyInGroup(java.util.Collection<PropertyEditorInfo> infos, java.lang.String[] propertyNames)
Helper to check for at least one property in group.void
PropertyEditor. setEditedProperties(PropCnr pc, java.util.ArrayList<PropertyEditorInfo> infos)
Sets a new content to the editor.static java.lang.String
PropertyEditorInfo. verifyPropertiesPresentInGroup(java.util.Collection<PropertyEditorInfo> infos, java.lang.String[] propertyNames)
Helper to verify properties are present for a group.Constructors in com.iizigo.prop with parameters of type PropertyEditorInfo Constructor Description CreateItem(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, java.lang.Class<? extends GProp<?>> propItemClass, int propItemCount)
Creates the multi-prop editor.Uses of PropertyEditorInfo in com.iizigo.prop.editor
Methods in com.iizigo.prop.editor with parameters of type PropertyEditorInfo 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.java.lang.String
ExtServerURLValidator. getDescription(IPropertyEditorController controller, PropertyEditorInfo info, PropCnr[] parents, java.lang.String[] options)
Gets a description of the validation options.java.lang.String
FontSizeVerifier. getDescription(IPropertyEditorController controller, PropertyEditorInfo info, PropCnr[] parents, java.lang.String[] options)
Gets a description of the validation options.java.lang.String
GroupNameValidator. getDescription(IPropertyEditorController controller, PropertyEditorInfo info, PropCnr[] parents, java.lang.String[] options)
Gets a description of the validation options.java.lang.String
IDValidator. getDescription(IPropertyEditorController controller, PropertyEditorInfo info, PropCnr[] parents, java.lang.String[] options)
Gets a description of the validation options.java.lang.String
IEntryValidator. getDescription(IPropertyEditorController controller, PropertyEditorInfo info, PropCnr[] parents, java.lang.String[] options)
Gets a description of the validation options.java.lang.String
IntRange. getDescription(IPropertyEditorController controller, PropertyEditorInfo info, PropCnr[] parents, java.lang.String[] options)
Gets a description of the validation options.java.lang.String
LocalizedStringPropEditor. getDescription(IPropertyEditorController controller, PropertyEditorInfo info, PropCnr[] parents, java.lang.String[] options)
Gets a description of the validation options.java.lang.String
LongRange. getDescription(IPropertyEditorController controller, PropertyEditorInfo info, PropCnr[] parents, java.lang.String[] options)
Gets a description of the validation options.java.lang.String
NumberRange. getDescription(IPropertyEditorController controller, PropertyEditorInfo info, PropCnr[] parents, java.lang.String[] options)
Gets a description of the validation options.java.lang.String
UnitRange. getDescription(IPropertyEditorController controller, PropertyEditorInfo info, PropCnr[] parents, java.lang.String[] options)
Gets a description of the validation options.java.lang.String
ExtServerURLValidator. validate(IPropertyEditorController controller, PropertyEditorInfo info, PropCnr[] parents, java.lang.String value, java.lang.String[] options)
Validates the property value after editing.java.lang.String
FontSizeVerifier. validate(IPropertyEditorController controller, PropertyEditorInfo info, PropCnr[] parents, java.lang.String value, java.lang.String[] options)
Validates the property value after editing.java.lang.String
GroupNameValidator. validate(IPropertyEditorController controller, PropertyEditorInfo info, PropCnr[] parents, java.lang.String value, java.lang.String[] options)
Validates the property value after editing.java.lang.String
IDValidator. validate(IPropertyEditorController controller, PropertyEditorInfo info, PropCnr[] parents, java.lang.String value, java.lang.String[] options)
Validates the property value after editing.java.lang.String
IEntryValidator. validate(IPropertyEditorController controller, PropertyEditorInfo info, PropCnr[] parents, java.lang.String value, java.lang.String[] options)
Validates the property value after editing.java.lang.String
IntRange. validate(IPropertyEditorController controller, PropertyEditorInfo info, PropCnr[] parents, java.lang.String value, java.lang.String[] options)
Validates the property value after editing.java.lang.String
LocalizedStringPropEditor. validate(IPropertyEditorController controller, PropertyEditorInfo info, PropCnr[] parents, java.lang.String value, java.lang.String[] options)
Validates the property value after editing.java.lang.String
LongRange. validate(IPropertyEditorController controller, PropertyEditorInfo info, PropCnr[] parents, java.lang.String value, java.lang.String[] options)
Validates the property value after editing.java.lang.String
NumberRange. validate(IPropertyEditorController controller, PropertyEditorInfo info, PropCnr[] parents, java.lang.String value, java.lang.String[] options)
Validates the property value after editing.java.lang.String
UnitRange. validate(IPropertyEditorController controller, PropertyEditorInfo info, PropCnr[] parents, java.lang.String value, java.lang.String[] options)
Validates the property value after editing.Uses of PropertyEditorInfo in com.iizigo.prop.group
Methods in com.iizigo.prop.group with parameters of type PropertyEditorInfo Modifier and Type Method Description java.lang.String
IGroupTextFormatter. getGroupText(PropCnr[] containers, java.util.ArrayList<PropertyEditorInfo> infos, PropertyEditorInfo group, java.lang.StringBuilder tooltip, boolean[] isHTML)
Formats a string representation for the group.java.lang.String
LayoutDataFormatter. getGroupText(PropCnr[] pcs, java.util.ArrayList<PropertyEditorInfo> infos, PropertyEditorInfo group, java.lang.StringBuilder tooltip, boolean[] isHTML)
Formats a string representation for the group.Method parameters in com.iizigo.prop.group with type arguments of type PropertyEditorInfo Modifier and Type Method Description java.lang.String
IGroupTextFormatter. getGroupText(PropCnr[] containers, java.util.ArrayList<PropertyEditorInfo> infos, PropertyEditorInfo group, java.lang.StringBuilder tooltip, boolean[] isHTML)
Formats a string representation for the group.java.lang.String
LayoutDataFormatter. getGroupText(PropCnr[] pcs, java.util.ArrayList<PropertyEditorInfo> infos, PropertyEditorInfo group, java.lang.StringBuilder tooltip, boolean[] isHTML)
Formats a string representation for the group.Uses of PropertyEditorInfo in com.iizigo.term.prop
Methods in com.iizigo.term.prop with parameters of type PropertyEditorInfo Modifier and Type Method Description java.lang.String
ScreenPropValidator. getDescription(IPropertyEditorController controller, PropertyEditorInfo info, PropCnr[] parents, java.lang.String[] options)
Gets a description of the validation options.java.lang.String
ScreenPropValidator. validate(IPropertyEditorController controller, PropertyEditorInfo info, PropCnr[] parents, java.lang.String value, java.lang.String[] options)
Validates the property value after editing.