Uses of Interface
com.iizix.prop.IPropUndoRedo
Packages that use IPropUndoRedo
Package
Description
Uses of IPropUndoRedo in com.iizigo.db.editor
Classes in com.iizigo.db.editor that implement IPropUndoRedoUses of IPropUndoRedo in com.iizigo.editor
Classes in com.iizigo.editor that implement IPropUndoRedoModifier and TypeClassDescriptionclass
The abstract Property Editor part used by the Editors in iiziGo.Methods in com.iizigo.editor that return IPropUndoRedoModifier and TypeMethodDescriptionIWorkbenchPartIZ.getUndoRedo()
Gets the undo/redo instance.final IPropUndoRedo
PropEditorPart.getUndoRedo()
Gets the undo/redo interface.Methods in com.iizigo.editor with parameters of type IPropUndoRedoModifier and TypeMethodDescriptionContextMenuItem.createMenuItem
(DesignerProp target, org.eclipse.swt.widgets.Control control, IzMenu menu, IPropUndoRedo undoRedo) Creates a menu item for this Add-Item.ContextMenuItem.createMenuItem
(org.eclipse.jface.viewers.Viewer viewer, IzMenu menu, IPropUndoRedo undoRedo) Creates a menu item for this Add-Item.static String
PropHelper.doAdd
(String description, PropCnr target, GProp<?>[] props, IPropUndoRedo undoRedo, boolean doAutoRename) Adds properties with undo/redo support.static String
PropHelper.doAdd
(String description, PropCnr target, GProp<?> prop, IPropUndoRedo undoRedo, boolean doAutoRename) Adds a property with undo/redo support.static String
PropHelper.doCut
(org.eclipse.jface.viewers.ISelection selection, IPropUndoRedo undoRedo, Runnable completeCallback) Cuts the selection in a viewer.static String
PropHelper.doDelete
(String description, GProp<?>[] props, IPropUndoRedo undoRedo, Runnable completeCallback) Performs a delete of pure properties (cannot be resource based).static String
PropHelper.doDelete
(org.eclipse.jface.viewers.ISelection selection, IPropUndoRedo undoRedo, Runnable completeCallback) Deletes the selection in a viewer.static String
PropHelper.doInsert
(String description, PropCnr target, int index, GProp<?>[] props, IPropUndoRedo undoRedo, boolean doAutoRename) Adds or inserts properties with undo/redo support.static String
PropHelper.doMove
(boolean doPerform, String description, PropCnr target, GProp<?> reference, boolean isAfter, GProp<?>[] props, boolean doAutoRename, IPropUndoRedo undoRedo) Performs the move operation of the properties, with auto-renaming as a potential dialog box.static void
PropHelper.doMove
(DesignerProp base, org.eclipse.jface.viewers.ISelection selection, IPropUndoRedo undoRedo) Performs a Move of properties command by displaying a dialog box to the user so a target can be selected for the move.static String
PropHelper.doPaste
(DesignerProp target, int position, IPropUndoRedo undoRedo) Performs a Paste operation with undo support.static String
PropHelper.doPaste
(org.eclipse.jface.viewers.ISelection selection, int position, IPropUndoRedo undoRedo) Performs a Paste operation with undo support.static String
PropHelper.doPasteLink
(DesignerProp target, IPropUndoRedo undoRedo) Performs a Paste-Link operation with undo support.static String
PropHelper.doPasteLink
(org.eclipse.jface.viewers.ISelection selection, IPropUndoRedo undoRedo) Performs a Paste-Link operation with undo support.static boolean
PropHelper.doRename
(GProp<?> prop, Atom newName, IPropUndoRedo undoRedo) Performs a rename property with undo/redo support.static String
PropHelper.doRename
(org.eclipse.jface.viewers.ISelection selection, IPropUndoRedo undoRedo) Renames the selection in a viewer.void
IContextMenuAction.run
(DesignerProp target, IPropUndoRedo undoRedo) Called to perform the action.static String
PropHelper.setAttribute
(GProp<?> prop, int attr, boolean flag, IPropUndoRedo undoRedo) Sets property attribute.static String
PropHelper.setError
(GProp<?> prop, String errorID, IPropErrorItem item, IPropUndoRedo undoRedo) Sets property error: adds, changes or removes the error, with undo/redo support.static String
PropHelper.setValue
(String description, GProp<?>[] props, Object[] values, IPropUndoRedo undoRedo) Sets property values.static String
PropHelper.setValue
(String description, GProp<?> prop, Object value, IPropUndoRedo undoRedo) Sets a single property value.static String
PropHelper.setValue
(String description, PropCnr container, GProp<?> prop, IPropUndoRedo undoRedo) Sets a single property value in a property container.Constructors in com.iizigo.editor with parameters of type IPropUndoRedoModifierConstructorDescriptionCopyFilesAndFoldersOperation
(String description, IPropUndoRedo undoRedo) The constructor.MoveDialog
(DesignerProp base, GProp<?>[] props, IPropUndoRedo undoRedo) Create the dialog.MoveFilesAndFoldersOperation
(String description, IPropUndoRedo undoRedo) The constructor.Uses of IPropUndoRedo in com.iizigo.editor.complex
Constructors in com.iizigo.editor.complex with parameters of type IPropUndoRedoModifierConstructorDescriptionComplexOperation
(String descr, IComplexOperationSelection selectionImpl, IPropUndoRedo undoRedo) Constructor of Add Operation.Uses of IPropUndoRedo in com.iizigo.font
Classes in com.iizigo.font that implement IPropUndoRedoUses of IPropUndoRedo in com.iizigo.handler
Methods in com.iizigo.handler that return IPropUndoRedoModifier and TypeMethodDescriptionprotected IPropUndoRedo
CommonHandler.getUndoRedo()
Gets the IPropUndoRedo for an event.Methods in com.iizigo.handler with parameters of type IPropUndoRedoModifier and TypeMethodDescriptionstatic void
Cut.run
(org.eclipse.jface.viewers.ISelection selection, IPropUndoRedo undoRedo, Runnable callback) Runs the handler.static void
Delete.run
(org.eclipse.jface.viewers.ISelection selection, IPropUndoRedo undoRedo, Runnable callback) Runs the handler.static void
Paste.run
(org.eclipse.jface.viewers.ISelection selection, IPropUndoRedo undoRedo) Runs the handler.static void
PasteAfter.run
(org.eclipse.jface.viewers.ISelection selection, IPropUndoRedo undoRedo) Runs the handler.static void
PasteBefore.run
(org.eclipse.jface.viewers.ISelection selection, IPropUndoRedo undoRedo) Runs the handler.static void
PasteLink.run
(org.eclipse.jface.viewers.ISelection selection, IPropUndoRedo undoRedo) Runs the handler.static void
Rename.run
(org.eclipse.jface.viewers.ISelection selection, IPropUndoRedo undoRedo) Runs the handler.Constructors in com.iizigo.handler with parameters of type IPropUndoRedoModifierConstructorDescriptionCommonActions
(org.eclipse.ui.IWorkbenchPart part, org.eclipse.swt.widgets.Composite composite, IPropUndoRedo undoRedo, org.eclipse.core.commands.operations.IUndoContext undoContext, org.eclipse.jface.viewers.ISelectionProvider selectionProvider, SelectionEnabler selectionEnabler, Runnable updateStatesRunnable, int flags) Constructor for a part.SelectionEnabler
(org.eclipse.swt.widgets.Shell shell, org.eclipse.ui.IWorkbenchPart part, ISelectionEnablerHandler selectionEnablerHandler, IPropUndoRedo undoRedo, org.eclipse.core.commands.operations.IUndoContext undoContext, org.eclipse.jface.viewers.IStructuredSelection selection) Constructor.Uses of IPropUndoRedo in com.iizigo.image
Classes in com.iizigo.image that implement IPropUndoRedoUses of IPropUndoRedo in com.iizigo.panel
Classes in com.iizigo.panel that implement IPropUndoRedoModifier and TypeClassDescriptionclass
The context menu editor in the Panel folder.class
The panel editor.Uses of IPropUndoRedo in com.iizigo.panel.prop
Methods in com.iizigo.panel.prop with parameters of type IPropUndoRedoModifier 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.UICompsDesignerProp.pasteProperties
(boolean doPerformPaste, GProp<?>[] props, int operation, String description, IPropUndoRedo undoRedo, GProp<?> reference, boolean isAfter) Validates or performs a paste operation.UIContainerDesignerProp.replaceLayout
(IELayoutMgrDND<?> layout, IPropUndoRedo undoRedo) Adds or replaces existing layout with another one.Uses of IPropUndoRedo in com.iizigo.panel.prop.creator
Methods in com.iizigo.panel.prop.creator with parameters of type IPropUndoRedoModifier and TypeMethodDescriptionNameVSFieldCreator.getCreations
(UICOMP uiComp, EditorVirtualSpace virtualSpace, IPropUndoRedo undoRedo) Gets the required VS component creations that are needed.UIComboBoxCreator.getCreations
(EUIComboBox uiComp, EditorVirtualSpace virtualSpace, IPropUndoRedo undoRedo) Gets the required VS component creations that are needed.UITableColumnCreator.getCreations
(EUITableColumn uiComp, EditorVirtualSpace virtualSpace, IPropUndoRedo undoRedo) Gets the required VS component creations that are needed.UITableCreator.getCreations
(EUITable uiComp, EditorVirtualSpace virtualSpace, IPropUndoRedo undoRedo) Gets the required VS component creations that are needed.Uses of IPropUndoRedo in com.iizigo.panel.wizards
Methods in com.iizigo.panel.wizards that return IPropUndoRedoMethods in com.iizigo.panel.wizards with parameters of type IPropUndoRedoModifier and TypeMethodDescriptiondefault List<VSComponentCreation<?>>
IUICompCreator.getCreations
(UICOMP uiComp, EditorVirtualSpace virtualSpace, IPropUndoRedo undoRedo) Gets the required VS component creations that are needed.Uses of IPropUndoRedo in com.iizigo.prop
Classes in com.iizigo.prop that implement IPropUndoRedoModifier and TypeClassDescriptionclass
Abstract adapter for interface used for undo/redo operations in properties.Methods in com.iizigo.prop that return IPropUndoRedoModifier and TypeMethodDescriptionIPropertyEditorController.getUndoRedo()
Gets the undo/redo interface.StandaloneEditorController.getUndoRedo()
Gets the undo/redo interface.Methods in com.iizigo.prop with parameters of type IPropUndoRedoModifier and TypeMethodDescriptionvoid
DesignerProp.addContextMenuItems
(org.eclipse.jface.viewers.Viewer viewer, IzMenu menu, IPropUndoRedo undoRedo) Fills the pop-up menu with ContextMenuItems.void
DesignerProp.addContextMenuItems
(org.eclipse.swt.widgets.Control formControl, IzMenu menu, IPropUndoRedo undoRedo, DesignerProp target) Fills the pop-up menu with ContextMenuItems.DesignerProp.createImageDefinitions
(List<String> names, IPropUndoRedo undoRedo) Asks the user if SVG or plain image definitions should be created for the dropped asset files.DesignerProp.paste
(boolean doPerformPaste, int position, GProp<?>[] props, int operation, String description, IPropUndoRedo undoRedo) Validates or performs a paste operation.DesignerProp.pasteProperties
(boolean doPerformPaste, GProp<?>[] props, int operation, String description, IPropUndoRedo undoRedo, GProp<?> reference, boolean isAfter) Validates or performs a paste operation.default boolean
ITransferContainerProps.transferContainerProps
(boolean doPerformPaste, PropCnr source, IPropUndoRedo undoRedo) Handles transfer of data from one layout to another.Constructors in com.iizigo.prop with parameters of type IPropUndoRedoModifierConstructorDescriptionStandaloneEditorController
(org.eclipse.swt.widgets.Shell shell, ModuleModel model, org.eclipse.core.commands.operations.IUndoContext undoContext, Runnable updateStates, IPropUndoRedo undoRedo, MultiSelectionProvider multiSelectionProvider) Constructor.Uses of IPropUndoRedo in com.iizigo.selector
Classes in com.iizigo.selector that implement IPropUndoRedoUses of IPropUndoRedo in com.iizigo.server
Classes in com.iizigo.server that implement IPropUndoRedoModifier and TypeClassDescriptionclass
The Server Configuration composite displays a tree with the server configuration and a property editor for the properties.Methods in com.iizigo.server that return IPropUndoRedoModifier and TypeMethodDescriptionServerConfigComposite.getUndoRedo()
Gets the undo/redo instance.ServerConfigView.getUndoRedo()
Gets the undo/redo instance.Uses of IPropUndoRedo in com.iizigo.style
Classes in com.iizigo.style that implement IPropUndoRedoUses of IPropUndoRedo in com.iizigo.term
Subinterfaces of IPropUndoRedo in com.iizigo.termModifier and TypeInterfaceDescriptioninterface
Interface implemented by the Screen, Capture and Recording editors.Methods in com.iizigo.term that return IPropUndoRedoUses of IPropUndoRedo in com.iizigo.term.capture
Classes in com.iizigo.term.capture that implement IPropUndoRedoModifier and TypeClassDescriptionclass
The Screen Capture "Editor", but nothing to edit.Uses of IPropUndoRedo in com.iizigo.term.recording
Classes in com.iizigo.term.recording that implement IPropUndoRedoModifier and TypeClassDescriptionclass
The Screen Capture "Editor", but nothing to edit.Uses of IPropUndoRedo in com.iizigo.term.screen
Classes in com.iizigo.term.screen that implement IPropUndoRedoUses of IPropUndoRedo in com.iizigo.term.server
Methods in com.iizigo.term.server that return IPropUndoRedoUses of IPropUndoRedo in com.iizigo.term.session
Methods in com.iizigo.term.session that return IPropUndoRedoUses of IPropUndoRedo in com.iizigo.text
Classes in com.iizigo.text that implement IPropUndoRedoConstructors in com.iizigo.text with parameters of type IPropUndoRedoModifierConstructorDescriptionCommonTextActions
(org.eclipse.swt.widgets.Shell shell, ModuleModel model, TextTableEditor editor, IVSAccessor vsAccessor, EditorTextTable defaultTextTable, IPropUndoRedo undoRedo, Boolean useTags) Constructor.ExternalizeTextsDialog
(org.eclipse.swt.widgets.Shell parent, EditorTextTable textTable, List<DesignerProp> list, IPropUndoRedo undoRedo) Create the dialog.KStringStyledText
(org.eclipse.swt.widgets.Composite parent, int style, IPropUndoRedo undoRedo, Runnable stateChange) Constructor.SettingsComposite
(org.eclipse.swt.widgets.Composite parent, int style, int marginWidth, int marginHeight, ModuleModel model, EditorTextTable textTable, String textTableRef, GProp<?> anyProp, IValidationMessage messageHandler, IPropUndoRedo undoRedo) Creates the text table settings composite.Uses of IPropUndoRedo in com.iizigo.vs
Classes in com.iizigo.vs that implement IPropUndoRedoMethods in com.iizigo.vs that return IPropUndoRedoModifier and TypeMethodDescriptionINewVSComponentWizardInfo.getUndoRedo()
Gets the undo/redo instance.NewVSComponentWizard.getUndoRedo()
Gets the undo/redo instance.Methods in com.iizigo.vs with parameters of type IPropUndoRedoModifier and TypeMethodDescriptionvoid
ICreateVSField.createConnections
(org.eclipse.swt.widgets.Shell shell, VSConnection[] connections, IPropUndoRedo undoRedo) Requests creation of the connections.static EditorVirtualSpace
VSHelper.getVirtualSpace
(org.eclipse.swt.widgets.Shell shell, ModuleModel model, IVSAccessor vsAccessor, IPropUndoRedo undoRedo) Gets the VirtualSpace from the participant.static EditorVirtualSpace
VSHelper.getVirtualSpace
(org.eclipse.swt.widgets.Shell shell, ModuleModel model, IVSParticipant vsParticipant, IPropUndoRedo undoRedo) Gets the VirtualSpace from the participant.static NewVSComponentWizard<EditorVSAction>
NewVSComponentWizard.newVSActionWizard
(EditorVirtualSpace virtualSpace, IPropUndoRedo undoRedo) Create a new instance of the wizard to create an action.static NewVSComponentWizard<EditorVSField>
NewVSComponentWizard.newVSFieldWizard
(EditorVirtualSpace virtualSpace, Value.Type type, boolean isChooseTypeAllowed, Boolean isNullAllowed, boolean doCreateDefaultValue, IPropUndoRedo undoRedo) Create a new instance of the wizard to create a field.NewVSComponentWizard.newVSTableColumnWizard
(EditorVirtualSpace virtualSpace, Value.Type type, boolean isChooseTypeAllowed, Boolean isNullAllowed, boolean doCreateDefaultValue, VSReferenceOwnerData<VSTable, VSTableReference> tableOwner, IPropUndoRedo undoRedo) Create a new instance of the wizard to create a field or a table column.static NewVSComponentWizard<EditorVSTable>
NewVSComponentWizard.newVSTableWizard
(EditorVirtualSpace virtualSpace, VSReferenceOwnerData<VSTable, VSTableReference> tableOwner, IPropUndoRedo undoRedo) Create a new instance of the wizard to create a table.Constructors in com.iizigo.vs with parameters of type IPropUndoRedoModifierConstructorDescriptionCreateVSFieldAction
(org.eclipse.jface.preference.IPreferenceStore store, String skipPromptID, String sourceName, org.eclipse.swt.graphics.Image sourceImage, ICreateVSField creator, IPropUndoRedo undoRedo) Creates the action.NewVSComponentWizard
(int createType, String title, EditorVirtualSpace virtualSpace, Value.Type type, boolean isChooseTypeAllowed, Boolean isNullAllowed, boolean doCreateDefaultValue, VSReferenceOwnerData<VSTable, VSTableReference> tableOwner, IPropUndoRedo undoRedo) Constructor.Uses of IPropUndoRedo in com.iizigo.vs.link
Methods in com.iizigo.vs.link with parameters of type IPropUndoRedoModifier and TypeMethodDescriptiondefault String
IVSLinkEnabler.attempVSLink
(boolean doPerform, GProp<?>[] props, String description, IPropUndoRedo undoRedo) Processes VS-linking from properties.static void
IVSLinkEnabler.configureSkipDialog
(IPropUndoRedo undoRedo) Configures the undoRedo operation to skip showing this dialog.Uses of IPropUndoRedo in com.iizigo.vs.prop
Methods in com.iizigo.vs.prop with parameters of type IPropUndoRedoModifier and TypeMethodDescriptionVirtualSpaceDesignerProp.paste
(boolean doPerformPaste, int position, GProp<?>[] props, int operation, String description, IPropUndoRedo undoRedo) Validates or performs a paste operation.Uses of IPropUndoRedo in com.iizigo.vs.wizards
Methods in com.iizigo.vs.wizards that return IPropUndoRedoModifier and TypeMethodDescriptionfinal IPropUndoRedo
VSComponentCreation.getUndoRedo()
Gets the undo/redo instance.Constructors in com.iizigo.vs.wizards with parameters of type IPropUndoRedoModifierConstructorDescriptionVSActionCreation
(UIComp uiComp, Atom vsRef, EditorVirtualSpace virtualSpace, IPropUndoRedo undoRedo) The constructor.VSColumnCreation
(UIComp uiComp, Atom vsRef, EditorVirtualSpace vs, IPropUndoRedo undoRedo) The constructor.VSComponentCreation
(EditorVirtualSpace virtualSpace, String requestedName, Value.Type valueType, boolean doCreateDefaultValue, boolean isChooseTypeAllowed, Boolean isNullAllowed, VSReferenceOwnerData<VSTable, VSTableReference> tableOwner, IPropUndoRedo undoRedo) Constructor.VSFieldCreation
(UIComp uiComp, Atom vsRef, EditorVirtualSpace virtualSpace, Value.Type valueType, boolean doCreateDefaultValue, boolean isChooseTypeAllowed, Boolean isNullAllowed, IPropUndoRedo undoRedo) The constructor.VSTableCreation
(UIComp uiComp, Atom vsRef, EditorVirtualSpace virtualSpace, IPropUndoRedo undoRedo) The constructor.Uses of IPropUndoRedo in com.iizigo.ws.editor
Classes in com.iizigo.ws.editor that implement IPropUndoRedo