Uses of Class
com.iizigo.prop.PasteFeedback
Package
Description
Uses of PasteFeedback in com.iizigo.link
Modifier 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
Modifier 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
Modifier and TypeClassDescriptionstatic final class
Specialized class for validation "paste" where drop could take place in multiple places, e.g.Modifier and TypeFieldDescriptionstatic final PasteFeedback
PasteFeedback.ERR_ELEMENT_READ_ONLY
Standard error: "Element is read-only".static final PasteFeedback
PasteFeedback.ERR_FILE_NOT_LOADED
Standard error: "Unsupported operation: file is not loaded".static final PasteFeedback
PasteFeedback.ERR_INVALID_OPERATION
Standard error: "Invalid operation".static final PasteFeedback
PasteFeedback.ERR_TARGET_DOES_NOT_SUPPORT_OPERATION
Standard error: "Target does not support operation".static final PasteFeedback
PasteFeedback.ERR_TARGET_READ_ONLY
Standard error: "Target is read-only".static final PasteFeedback
PasteFeedback.OK_CANCELED_BY_USER
Success: operation canceled by user due to e.g.static final PasteFeedback
PasteFeedback.OK_LINK_WITH_TARGET
Success: link with target: feedBack = FEEDBACK_LINK_WITH_TARGET.static final PasteFeedback
PasteFeedback.OK_PASTE_AFTER_TARGET_IN_PARENT
Success: paste after target in target parent: feedBack = FEEDBACK_AFTER_TARGET_IN_PARENT.static final PasteFeedback
PasteFeedback.OK_PASTE_BEFORE_TARGET_IN_PARENT
Success: paste before target in target parent: feedBack = FEEDBACK_BEFORE_TARGET_IN_PARENT.static final PasteFeedback
PasteFeedback.OK_PASTE_IN_TARGET
Success: paste in target: feedBack = FEEDBACK_IN_TARGET.static final PasteFeedback
PasteFeedback.OK_PASTE_IN_TARGET_FOLDER
Success: paste in target folder: feedBack = FEEDBACK_IN_TARGET_FOLDER.Modifier 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
Modifier and TypeMethodDescriptionVirtualSpaceDesignerProp.paste
(boolean doPerformPaste, int position, GProp<?>[] props, int operation, String description, IPropUndoRedo undoRedo) Validates or performs a paste operation.