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 PasteFeedback
LinkData. 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 PasteFeedback
DropAdapterAssistant. paste(boolean doPerformOperation, DesignerProp target, int position, IPropUndoRedo undoRedo)
Performs a paste or tests for valid operation.static PasteFeedback
DropAdapterAssistant. 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 PasteFeedback
UICompsDesignerProp. paste(boolean doPerformPaste, int position, GProp<?>[] props, int operation, java.lang.String description, IPropUndoRedo undoRedo)
Validates or performs a paste operation.PasteFeedback
UIContainerDesignerProp. paste(boolean doPerformPaste, int position, GProp<?>[] props, int operation, java.lang.String description, IPropUndoRedo undoRedo)
Validates or performs a paste operation.PasteFeedback
UIDesignerProp. 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.PasteFeedback
UILayoutDesignerProp. 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 class
PasteFeedback.DropValidationFeedback
Specialized 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 PasteFeedback
PasteFeedback. ERR_ELEMENT_READ_ONLY
Standard error: "Element is read-only".static PasteFeedback
PasteFeedback. ERR_FILE_NOT_LOADED
Standard error: "Unsupported operation: file is not loaded".static PasteFeedback
PasteFeedback. ERR_INVALID_OPERATION
Standard error: "Invalid operation".static PasteFeedback
PasteFeedback. ERR_TARGET_DOES_NOT_SUPPORT_OPERATION
Standard error: "Target does not support operation".static PasteFeedback
PasteFeedback. ERR_TARGET_READ_ONLY
Standard error: "Target is read-only".static PasteFeedback
PasteFeedback. OK_CANCELED_BY_USER
Success: operation canceled by user due to e.g.static PasteFeedback
PasteFeedback. OK_LINK_WITH_TARGET
Success: link with target: feedBack = FEEDBACK_LINK_WITH_TARGET.static PasteFeedback
PasteFeedback. OK_PASTE_AFTER_TARGET_IN_PARENT
Success: paste after target in target parent: feedBack = FEEDBACK_AFTER_TARGET_IN_PARENT.static PasteFeedback
PasteFeedback. OK_PASTE_BEFORE_TARGET_IN_PARENT
Success: paste before target in target parent: feedBack = FEEDBACK_BEFORE_TARGET_IN_PARENT.static PasteFeedback
PasteFeedback. OK_PASTE_IN_TARGET
Success: paste in target: feedBack = FEEDBACK_IN_TARGET.static PasteFeedback
PasteFeedback. OK_PASTE_IN_TARGET_FOLDER
Success: paste in target folder: feedBack = FEEDBACK_IN_TARGET_FOLDER.Methods in com.iizigo.prop that return PasteFeedback Modifier and Type Method Description PasteFeedback
DesignerProp. 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 PasteFeedback
VirtualSpaceDesignerProp. paste(boolean doPerformPaste, int position, GProp<?>[] props, int operation, java.lang.String description, IPropUndoRedo undoRedo)
Validates or performs a paste operation.