Uses of Interface
com.iizix.prop.IPropErrorItem
Package
Description
Uses of IPropErrorItem in com.iizigo
Modifier and TypeMethodDescriptionorg.eclipse.swt.graphics.Image
ApplicationUI.getErrorImage
(IPropErrorItem errorItem) Gets the image for the property error severity level.Uses of IPropErrorItem in com.iizigo.editor
Modifier and TypeMethodDescriptionstatic String
PropHelper.setError
(GProp<?> prop, String errorID, IPropErrorItem item, IPropUndoRedo undoRedo) Sets property error: adds, changes or removes the error, with undo/redo support.void
PropEditorPart.setPropertyError
(GProp<?> property, String errorID, IPropErrorItem item) Sets a property error.Uses of IPropErrorItem in com.iizigo.editor.complex
Modifier and TypeMethodDescriptionvoid
ComplexOperation.addPropError
(GProp<?> gp, IPropErrorItem pei) Adds a property error.Uses of IPropErrorItem in com.iizigo.prop
Modifier and TypeMethodDescriptionvoid
IPropertyEditorController.setPropertyError
(GProp<?> property, String errorID, IPropErrorItem item) Sets a property error.void
StandaloneEditorController.setPropertyError
(GProp<?> property, String errorID, IPropErrorItem item) Sets a property error.Uses of IPropErrorItem in com.iizigo.prop.editor.dialog
Uses of IPropErrorItem in com.iizigo.server
Modifier and TypeMethodDescriptionvoid
ServerConfigComposite.setPropertyError
(GProp<?> property, String errorID, IPropErrorItem item) Sets a property error.Uses of IPropErrorItem in com.iizigo.text
Modifier and TypeMethodDescriptionvoid
KStringStyledText.updateText
(KString ks, IPropErrorItem pei) Updates the text editor from the property.Uses of IPropErrorItem in com.iizix.event
ModifierConstructorDescriptionPropErrorAttrEvent
(GProp<?> source, Object newValue, Object oldValue, String errorID, IPropErrorItem item, int newMaxErrorLevel, int oldMaxErrorLevel) Constructs a new property event.Uses of IPropErrorItem in com.iizix.prop
Modifier and TypeClassDescriptionclass
Class holding information about an error for the Property Editor in the Designer.class
Class holding information about an error for the Property Editor in the Designer.Modifier and TypeFieldDescriptionstatic IPropErrorItem[]
PropError.EMPTY
An empty array.final IPropErrorItem
PropErrorItemOrigin.errorItem
The error item.Modifier and TypeMethodDescriptionIPropErrorItem.clone()
Clones the error item.Gets the error input item with specified ID, for none specify empty string.PropError.getAll()
Gets all the errors in an array.IPropCnr.getChildPropError
(Atom atom) Gets the child property default error ID.IPropCnr.getChildPropError
(String name) Gets the child property default error ID.PropCnr.getChildPropError
(Atom atom) Gets the child property default error ID.PropCnr.getChildPropError
(String name) Gets the child property default error ID.GProp.getPropError
(String id) Gets the error input item with specified ID, for none specify empty string.IGProp.getPropError
(String id) Gets the error input item with specified ID, for none specify empty string.PropVerificationError.getPropErrorItem()
Gets the error item for the property error.Modifier and TypeMethodDescriptionfinal boolean
GProp.addPropError
(IPropErrorItem item) Adds an error input to the property.void
IComplexOperation.addPropError
(GProp<?> gp, IPropErrorItem pei) Adds a property error.static void
IComplexOperation.addPropError
(IComplexOperation op, IGProp<?> gp, IPropErrorItem pei) Adds a property error.boolean
IGProp.addPropError
(IPropErrorItem item) Adds an error input to the property.ModifierConstructorDescriptionPropError
(IPropErrorItem item) Creates a new instance of the errors property initialized with one errors item.PropError
(IPropErrorItem[] items) Creates a new instance of the errors property initialized with one errors item.PropErrorItemOrigin
(GProp<?> property, IPropErrorItem errorItem) Constructor that assigns theproperty
anderrorItem
members.