Uses of Interface
com.iizix.prop.IPropUndoRedo
Package
Description
Uses of IPropUndoRedo in com.iizigo.db.editor
Uses of IPropUndoRedo in com.iizigo.editor
Modifier and TypeClassDescriptionclass
The abstract Property Editor part used by the Editors in iiziGo.Modifier and TypeMethodDescriptionIWorkbenchPartIZ.getUndoRedo()
Gets the undo/redo instance.final IPropUndoRedo
PropEditorPart.getUndoRedo()
Gets the undo/redo interface.Modifier 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.ModifierConstructorDescriptionCopyFilesAndFoldersOperation
(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
ModifierConstructorDescriptionComplexOperation
(String descr, IComplexOperationSelection selectionImpl, IPropUndoRedo undoRedo) Constructor of Add Operation.Uses of IPropUndoRedo in com.iizigo.font
Uses of IPropUndoRedo in com.iizigo.handler
Modifier and TypeMethodDescriptionprotected IPropUndoRedo
CommonHandler.getUndoRedo()
Gets the IPropUndoRedo for an event.Modifier 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.ModifierConstructorDescriptionCommonActions
(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
Uses of IPropUndoRedo in com.iizigo.panel
Modifier and TypeClassDescriptionclass
The context menu editor in the Panel folder.class
The panel editor.Uses of IPropUndoRedo 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.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
Modifier 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
Modifier 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
Modifier and TypeClassDescriptionclass
Abstract adapter for interface used for undo/redo operations in properties.Modifier and TypeMethodDescriptionIPropertyEditorController.getUndoRedo()
Gets the undo/redo interface.StandaloneEditorController.getUndoRedo()
Gets the undo/redo interface.Modifier 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.ModifierConstructorDescriptionStandaloneEditorController
(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
Uses of IPropUndoRedo in com.iizigo.server
Modifier and TypeClassDescriptionclass
The Server Configuration composite displays a tree with the server configuration and a property editor for the properties.Modifier and TypeMethodDescriptionServerConfigComposite.getUndoRedo()
Gets the undo/redo instance.ServerConfigView.getUndoRedo()
Gets the undo/redo instance.Uses of IPropUndoRedo in com.iizigo.style
Uses of IPropUndoRedo in com.iizigo.term
Modifier and TypeInterfaceDescriptioninterface
Interface implemented by the Screen, Capture and Recording editors.Uses of IPropUndoRedo in com.iizigo.term.capture
Modifier and TypeClassDescriptionclass
The Screen Capture "Editor", but nothing to edit.Uses of IPropUndoRedo in com.iizigo.term.recording
Modifier and TypeClassDescriptionclass
The Screen Capture "Editor", but nothing to edit.Uses of IPropUndoRedo in com.iizigo.term.screen
Uses of IPropUndoRedo in com.iizigo.term.server
Uses of IPropUndoRedo in com.iizigo.term.session
Uses of IPropUndoRedo in com.iizigo.text
ModifierConstructorDescriptionCommonTextActions
(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
Modifier and TypeMethodDescriptionINewVSComponentWizardInfo.getUndoRedo()
Gets the undo/redo instance.NewVSComponentWizard.getUndoRedo()
Gets the undo/redo instance.Modifier 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.ModifierConstructorDescriptionCreateVSFieldAction
(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
Modifier 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
Modifier 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
Modifier and TypeMethodDescriptionfinal IPropUndoRedo
VSComponentCreation.getUndoRedo()
Gets the undo/redo instance.ModifierConstructorDescriptionVSActionCreation
(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