Uses of Class
com.iizigo.prop.PasteFeedback
Packages that use PasteFeedback Package Description com.iizigo.link com.iizigo.navigator com.iizigo.panel.prop com.iizigo.prop com.iizigo.vs.prop Uses of PasteFeedback in com.iizigo.link
Methods in com.iizigo.link that return PasteFeedback Modifier and Type Method Description PasteFeedbackLinkData. doLink(boolean doPerform, org.eclipse.swt.widgets.Shell shell, boolean doDisplayDialog)Attempt to perform the link.Uses of PasteFeedback in com.iizigo.navigator
Methods in com.iizigo.navigator that return PasteFeedback Modifier and Type Method Description static PasteFeedbackDropAdapterAssistant. paste(boolean doPerformOperation, DesignerProp target, int position, IPropUndoRedo undoRedo)Performs a paste or tests for valid operation.static PasteFeedbackDropAdapterAssistant. pasteLink(boolean doPerformOperation, DesignerProp target, IPropUndoRedo undoRedo)Performs a paste-link or tests for valid operation.Uses of PasteFeedback in com.iizigo.panel.prop
Methods in com.iizigo.panel.prop that return PasteFeedback Modifier and Type Method Description PasteFeedbackUICompsDesignerProp. paste(boolean doPerformPaste, int position, GProp<?>[] props, int operation, java.lang.String description, IPropUndoRedo undoRedo)Validates or performs a paste operation.PasteFeedbackUIContainerDesignerProp. paste(boolean doPerformPaste, int position, GProp<?>[] props, int operation, java.lang.String description, IPropUndoRedo undoRedo)Validates or performs a paste operation.PasteFeedbackUIDesignerProp. paste(boolean doPerformPaste, int position, GProp<?>[] props, int operation, java.lang.String description, IPropUndoRedo undoRedo)Check for paste or drag-drop of UI components with default settings prompting and VS component creation.PasteFeedbackUILayoutDesignerProp. paste(boolean doPerformPaste, int position, GProp<?>[] props, int operation, java.lang.String description, IPropUndoRedo undoRedo)Validates or performs a paste operation.Uses of PasteFeedback in com.iizigo.prop
Subclasses of PasteFeedback in com.iizigo.prop Modifier and Type Class Description static classPasteFeedback.DropValidationFeedbackSpecialized class for validation "paste" where drop could take place in multiple places, e.g.Fields in com.iizigo.prop declared as PasteFeedback Modifier and Type Field Description static PasteFeedbackPasteFeedback. ERR_ELEMENT_READ_ONLYStandard error: "Element is read-only".static PasteFeedbackPasteFeedback. ERR_FILE_NOT_LOADEDStandard error: "Unsupported operation: file is not loaded".static PasteFeedbackPasteFeedback. ERR_INVALID_OPERATIONStandard error: "Invalid operation".static PasteFeedbackPasteFeedback. ERR_TARGET_DOES_NOT_SUPPORT_OPERATIONStandard error: "Target does not support operation".static PasteFeedbackPasteFeedback. ERR_TARGET_READ_ONLYStandard error: "Target is read-only".static PasteFeedbackPasteFeedback. OK_CANCELED_BY_USERSuccess: operation canceled by user due to e.g.static PasteFeedbackPasteFeedback. OK_LINK_WITH_TARGETSuccess: link with target: feedBack = FEEDBACK_LINK_WITH_TARGET.static PasteFeedbackPasteFeedback. OK_PASTE_AFTER_TARGET_IN_PARENTSuccess: paste after target in target parent: feedBack = FEEDBACK_AFTER_TARGET_IN_PARENT.static PasteFeedbackPasteFeedback. OK_PASTE_BEFORE_TARGET_IN_PARENTSuccess: paste before target in target parent: feedBack = FEEDBACK_BEFORE_TARGET_IN_PARENT.static PasteFeedbackPasteFeedback. OK_PASTE_IN_TARGETSuccess: paste in target: feedBack = FEEDBACK_IN_TARGET.static PasteFeedbackPasteFeedback. OK_PASTE_IN_TARGET_FOLDERSuccess: paste in target folder: feedBack = FEEDBACK_IN_TARGET_FOLDER.Methods in com.iizigo.prop that return PasteFeedback Modifier and Type Method Description PasteFeedbackDesignerProp. paste(boolean doPerformPaste, int position, GProp<?>[] props, int operation, java.lang.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 PasteFeedback Modifier and Type Method Description PasteFeedbackVirtualSpaceDesignerProp. paste(boolean doPerformPaste, int position, GProp<?>[] props, int operation, java.lang.String description, IPropUndoRedo undoRedo)Validates or performs a paste operation.