Uses of Class
com.iizigo.prop.PasteFeedback
Packages that use PasteFeedback
Package
Description
Uses of PasteFeedback in com.iizigo.link
Methods in com.iizigo.link that return PasteFeedbackModifier and TypeMethodDescriptionLinkData.doLink(boolean doPerform, org.eclipse.swt.widgets.Shell shell, boolean doDisplayDialog) Attempt to perform the link.Uses of PasteFeedback in com.iizigo.panel.prop
Methods in com.iizigo.panel.prop that return PasteFeedbackModifier and TypeMethodDescriptionUICompsDesignerProp.paste(boolean doPerformPaste, int position, GProp<?>[] props, int operation, String description, IPropUndoRedo undoRedo) Validates or performs a paste operation.UIContainerDesignerProp.paste(boolean doPerformPaste, int position, GProp<?>[] props, int operation, String description, IPropUndoRedo undoRedo) Validates or performs a paste operation.UIDesignerProp.paste(boolean doPerformPaste, int position, GProp<?>[] props, int operation, String description, IPropUndoRedo undoRedo) Check for paste or drag-drop of UI components with default settings prompting and VS component creation.UILayoutDesignerProp.paste(boolean doPerformPaste, int position, GProp<?>[] props, int operation, String description, IPropUndoRedo undoRedo) Validates or performs a paste operation.Uses of PasteFeedback in com.iizigo.prop
Subclasses of PasteFeedback in com.iizigo.propModifier and TypeClassDescriptionstatic final classSpecialized class for validation "paste" where drop could take place in multiple places, e.g.Fields in com.iizigo.prop declared as PasteFeedbackModifier and TypeFieldDescriptionstatic final PasteFeedbackPasteFeedback.ERR_ELEMENT_READ_ONLYStandard error: "Element is read-only".static final PasteFeedbackPasteFeedback.ERR_FILE_NOT_LOADEDStandard error: "Unsupported operation: file is not loaded".static final PasteFeedbackPasteFeedback.ERR_INVALID_OPERATIONStandard error: "Invalid operation".static final PasteFeedbackPasteFeedback.ERR_TARGET_DOES_NOT_SUPPORT_OPERATIONStandard error: "Target does not support operation".static final PasteFeedbackPasteFeedback.ERR_TARGET_READ_ONLYStandard error: "Target is read-only".static final PasteFeedbackPasteFeedback.OK_CANCELED_BY_USERSuccess: operation canceled by user due to e.g.static final PasteFeedbackPasteFeedback.OK_LINK_WITH_TARGETSuccess: link with target: feedBack = FEEDBACK_LINK_WITH_TARGET.static final PasteFeedbackPasteFeedback.OK_PASTE_AFTER_TARGET_IN_PARENTSuccess: paste after target in target parent: feedBack = FEEDBACK_AFTER_TARGET_IN_PARENT.static final PasteFeedbackPasteFeedback.OK_PASTE_BEFORE_TARGET_IN_PARENTSuccess: paste before target in target parent: feedBack = FEEDBACK_BEFORE_TARGET_IN_PARENT.static final PasteFeedbackPasteFeedback.OK_PASTE_IN_TARGETSuccess: paste in target: feedBack = FEEDBACK_IN_TARGET.static final PasteFeedbackPasteFeedback.OK_PASTE_IN_TARGET_FOLDERSuccess: paste in target folder: feedBack = FEEDBACK_IN_TARGET_FOLDER.Methods in com.iizigo.prop that return PasteFeedbackModifier and TypeMethodDescriptionDesignerProp.paste(boolean doPerformPaste, int position, GProp<?>[] props, int operation, String description, IPropUndoRedo undoRedo) Validates or performs a paste operation.Uses of PasteFeedback in com.iizigo.vs.prop
Methods in com.iizigo.vs.prop that return PasteFeedbackModifier and TypeMethodDescriptionVirtualSpaceDesignerProp.paste(boolean doPerformPaste, int position, GProp<?>[] props, int operation, String description, IPropUndoRedo undoRedo) Validates or performs a paste operation.