Uses of Interface
com.iizix.prop.IPropUndoRedo
Uses of IPropUndoRedo in com.iizigo.db.editor
Classes in com.iizigo.db.editor that implement IPropUndoRedo Modifier and Type Class Description classDatabaseEditorThe Database Editor part.Uses of IPropUndoRedo in com.iizigo.editor
Classes in com.iizigo.editor that implement IPropUndoRedo Modifier and Type Class Description classPropEditorPartThe abstract Property Editor part used by the Editors in iiziGo.Methods in com.iizigo.editor that return IPropUndoRedo Modifier and Type Method Description IPropUndoRedoIWorkbenchPartIZ. getUndoRedo()Gets the undo/redo instance.IPropUndoRedoPropEditorPart. getUndoRedo()Gets the undo/redo interface.Methods in com.iizigo.editor with parameters of type IPropUndoRedo Modifier and Type Method Description IzMenuItemContextMenuItem. createMenuItem(DesignerProp target, org.eclipse.swt.widgets.Control control, IzMenu menu, IPropUndoRedo undoRedo)Creates a menu item for this Add-Item.IzMenuItemContextMenuItem. createMenuItem(org.eclipse.jface.viewers.Viewer viewer, IzMenu menu, IPropUndoRedo undoRedo)Creates a menu item for this Add-Item.static java.lang.StringPropHelper. doAdd(java.lang.String description, PropCnr target, GProp<?>[] props, IPropUndoRedo undoRedo, boolean doAutoRename)Adds properties with undo/redo support.static java.lang.StringPropHelper. doAdd(java.lang.String description, PropCnr target, GProp<?> prop, IPropUndoRedo undoRedo, boolean doAutoRename)Adds a property with undo/redo support.static java.lang.StringPropHelper. doCut(org.eclipse.jface.viewers.ISelection selection, IPropUndoRedo undoRedo, java.lang.Runnable completeCallback)Cuts the selection in a viewer.static java.lang.StringPropHelper. doDelete(java.lang.String description, GProp<?>[] props, IPropUndoRedo undoRedo, java.lang.Runnable completeCallback)Performs a delete of pure properties (cannot be resource based).static java.lang.StringPropHelper. doDelete(org.eclipse.jface.viewers.ISelection selection, IPropUndoRedo undoRedo, java.lang.Runnable completeCallback)Deletes the selection in a viewer.static java.lang.StringPropHelper. doInsert(java.lang.String description, PropCnr target, int index, GProp<?>[] props, IPropUndoRedo undoRedo, boolean doAutoRename)Adds or inserts properties with undo/redo support.static java.lang.StringPropHelper. doMove(boolean doPerform, java.lang.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 voidPropHelper. 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 java.lang.StringPropHelper. doPaste(DesignerProp target, int position, IPropUndoRedo undoRedo)Performs a Paste operation with undo support.static java.lang.StringPropHelper. doPaste(org.eclipse.jface.viewers.ISelection selection, int position, IPropUndoRedo undoRedo)Performs a Paste operation with undo support.static java.lang.StringPropHelper. doPasteLink(DesignerProp target, IPropUndoRedo undoRedo)Performs a Paste-Link operation with undo support.static java.lang.StringPropHelper. doPasteLink(org.eclipse.jface.viewers.ISelection selection, IPropUndoRedo undoRedo)Performs a Paste-Link operation with undo support.static booleanPropHelper. doRename(GProp<?> prop, Atom newName, IPropUndoRedo undoRedo)Performs a rename property with undo/redo support.static java.lang.StringPropHelper. doRename(org.eclipse.jface.viewers.ISelection selection, IPropUndoRedo undoRedo)Renames the selection in a viewer.voidIContextMenuAction. run(DesignerProp target, IPropUndoRedo undoRedo)Called to perform the action.static java.lang.StringPropHelper. setAttribute(GProp<?> prop, int attr, boolean flag, IPropUndoRedo undoRedo)Sets property attribute.static java.lang.StringPropHelper. setError(GProp<?> prop, java.lang.String errorID, IPropErrorItem item, IPropUndoRedo undoRedo)Sets property error: adds, changes or removes the error, with undo/redo support.static java.lang.StringPropHelper. setValue(java.lang.String description, GProp<?>[] props, java.lang.Object[] values, IPropUndoRedo undoRedo)Sets property values.static java.lang.StringPropHelper. setValue(java.lang.String description, GProp<?> prop, java.lang.Object value, IPropUndoRedo undoRedo)Sets a single property value.static java.lang.StringPropHelper. setValue(java.lang.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 IPropUndoRedo Constructor Description CopyFilesAndFoldersOperation(java.lang.String description, IPropUndoRedo undoRedo)The constructor.MoveDialog(DesignerProp base, GProp<?>[] props, IPropUndoRedo undoRedo)Create the dialog.MoveFilesAndFoldersOperation(java.lang.String description, IPropUndoRedo undoRedo)The constructor.Uses of IPropUndoRedo in com.iizigo.editor.complex
Constructors in com.iizigo.editor.complex with parameters of type IPropUndoRedo Constructor Description ComplexOperation(java.lang.String descr, IComplexOperationSelection selectionImpl, IPropUndoRedo undoRedo)Constructor of Add Operation.Uses of IPropUndoRedo in com.iizigo.font
Classes in com.iizigo.font that implement IPropUndoRedo Modifier and Type Class Description classFontFacesEditorThe font faces editor in the Styles folder.Uses of IPropUndoRedo in com.iizigo.handler
Methods in com.iizigo.handler that return IPropUndoRedo Modifier and Type Method Description protected IPropUndoRedoCommonHandler. getUndoRedo()Gets the IPropUndoRedo for an event.Methods in com.iizigo.handler with parameters of type IPropUndoRedo Modifier and Type Method Description static voidCut. run(org.eclipse.jface.viewers.ISelection selection, IPropUndoRedo undoRedo, java.lang.Runnable callback)Runs the handler.static voidDelete. run(org.eclipse.jface.viewers.ISelection selection, IPropUndoRedo undoRedo, java.lang.Runnable callback)Runs the handler.static voidPaste. run(org.eclipse.jface.viewers.ISelection selection, IPropUndoRedo undoRedo)Runs the handler.static voidPasteAfter. run(org.eclipse.jface.viewers.ISelection selection, IPropUndoRedo undoRedo)Runs the handler.static voidPasteBefore. run(org.eclipse.jface.viewers.ISelection selection, IPropUndoRedo undoRedo)Runs the handler.static voidPasteLink. run(org.eclipse.jface.viewers.ISelection selection, IPropUndoRedo undoRedo)Runs the handler.static voidRename. run(org.eclipse.jface.viewers.ISelection selection, IPropUndoRedo undoRedo)Runs the handler.Constructors in com.iizigo.handler with parameters of type IPropUndoRedo Constructor Description CommonActions(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, java.lang.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 IPropUndoRedo Modifier and Type Class Description classImageDefinitionEditorThe Image Definition Editor part.Uses of IPropUndoRedo in com.iizigo.navigator
Methods in com.iizigo.navigator with parameters of type IPropUndoRedo 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 IPropUndoRedo in com.iizigo.panel
Classes in com.iizigo.panel that implement IPropUndoRedo Modifier and Type Class Description classContextMenuEditorThe context menu editor in the Panel folder.classPanelEditorThe panel editor.Uses of IPropUndoRedo in com.iizigo.panel.prop
Methods in com.iizigo.panel.prop with parameters of type IPropUndoRedo 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.java.lang.StringUICompsDesignerProp. pasteProperties(boolean doPerformPaste, GProp<?>[] props, int operation, java.lang.String description, IPropUndoRedo undoRedo, GProp<?> reference, boolean isAfter)Validates or performs a paste operation.java.lang.StringUIContainerDesignerProp. 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 IPropUndoRedo Modifier and Type Method Description java.util.List<VSComponentCreation<?>>NameVSFieldCreator. getCreations(UICOMP uiComp, EditorVirtualSpace virtualSpace, IPropUndoRedo undoRedo)Gets the required VS component creations that are needed.java.util.List<VSComponentCreation<?>>UIComboBoxCreator. getCreations(EUIComboBox uiComp, EditorVirtualSpace virtualSpace, IPropUndoRedo undoRedo)Gets the required VS component creations that are needed.java.util.List<VSComponentCreation<?>>UITableColumnCreator. getCreations(EUITableColumn uiComp, EditorVirtualSpace virtualSpace, IPropUndoRedo undoRedo)Gets the required VS component creations that are needed.java.util.List<VSComponentCreation<?>>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 IPropUndoRedo Modifier and Type Method Description IPropUndoRedoAddUICompWizard. getUndoRedo()Returns the undo/redo instance.Methods in com.iizigo.panel.wizards with parameters of type IPropUndoRedo Modifier and Type Method Description default java.util.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 IPropUndoRedo Modifier and Type Class Description classPropUndoRedoAdapterAbstract adapter for interface used for undo/redo operations in properties.Methods in com.iizigo.prop that return IPropUndoRedo Modifier and Type Method Description IPropUndoRedoIPropertyEditorController. getUndoRedo()Gets the undo/redo interface.IPropUndoRedoStandaloneEditorController. getUndoRedo()Gets the undo/redo interface.Methods in com.iizigo.prop with parameters of type IPropUndoRedo Modifier and Type Method Description voidDesignerProp. addContextMenuItems(org.eclipse.jface.viewers.Viewer viewer, IzMenu menu, IPropUndoRedo undoRedo)Fills the pop-up menu with ContextMenuItems.voidDesignerProp. addContextMenuItems(org.eclipse.swt.widgets.Control formControl, IzMenu menu, IPropUndoRedo undoRedo, DesignerProp target)Fills the pop-up menu with ContextMenuItems.java.lang.StringDesignerProp. createImageDefinitions(java.util.List<java.lang.String> names, IPropUndoRedo undoRedo)Asks the user if SVG or plain image definitions should be created for the dropped asset files.PasteFeedbackDesignerProp. paste(boolean doPerformPaste, int position, GProp<?>[] props, int operation, java.lang.String description, IPropUndoRedo undoRedo)Validates or performs a paste operation.java.lang.StringDesignerProp. pasteProperties(boolean doPerformPaste, GProp<?>[] props, int operation, java.lang.String description, IPropUndoRedo undoRedo, GProp<?> reference, boolean isAfter)Validates or performs a paste operation.default booleanITransferContainerProps. 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 IPropUndoRedo Constructor Description StandaloneEditorController(org.eclipse.swt.widgets.Shell shell, ModuleModel model, org.eclipse.core.commands.operations.IUndoContext undoContext, java.lang.Runnable updateStates, IPropUndoRedo undoRedo, MultiSelectionProvider multiSelectionProvider)Constructor.Uses of IPropUndoRedo in com.iizigo.selector
Classes in com.iizigo.selector that implement IPropUndoRedo Modifier and Type Class Description classSelectorEditorThe Style's Editor part.Uses of IPropUndoRedo in com.iizigo.server
Classes in com.iizigo.server that implement IPropUndoRedo Modifier and Type Class Description classServerConfigCompositeThe Server Configuration composite displays a tree with the server configuration and a property editor for the properties.Methods in com.iizigo.server that return IPropUndoRedo Modifier and Type Method Description IPropUndoRedoServerConfigComposite. getUndoRedo()Gets the undo/redo instance.IPropUndoRedoServerConfigView. getUndoRedo()Gets the undo/redo instance.Uses of IPropUndoRedo in com.iizigo.style
Classes in com.iizigo.style that implement IPropUndoRedo Modifier and Type Class Description classStyleEditorThe Style's Editor part.Uses of IPropUndoRedo in com.iizigo.term
Subinterfaces of IPropUndoRedo in com.iizigo.term Modifier and Type Interface Description interfaceITermEditorInterface implemented by the Screen, Capture and Recording editors.Methods in com.iizigo.term that return IPropUndoRedo Modifier and Type Method Description IPropUndoRedoTerminalView. getUndoRedo()Gets the undo context.Uses of IPropUndoRedo in com.iizigo.term.capture
Classes in com.iizigo.term.capture that implement IPropUndoRedo Modifier and Type Class Description classCaptureEditorThe Screen Capture "Editor", but nothing to edit.Uses of IPropUndoRedo in com.iizigo.term.recording
Classes in com.iizigo.term.recording that implement IPropUndoRedo Modifier and Type Class Description classRecordingEditorThe Screen Capture "Editor", but nothing to edit.Uses of IPropUndoRedo in com.iizigo.term.screen
Classes in com.iizigo.term.screen that implement IPropUndoRedo Modifier and Type Class Description classScreenEditorThe Terminal Screen Editor part.Uses of IPropUndoRedo in com.iizigo.term.server
Methods in com.iizigo.term.server that return IPropUndoRedo Modifier and Type Method Description IPropUndoRedoRemoteTerminalView. getUndoRedo()Gets the undo context.Uses of IPropUndoRedo in com.iizigo.term.session
Methods in com.iizigo.term.session that return IPropUndoRedo Modifier and Type Method Description IPropUndoRedoSessionsView. getUndoRedo()Gets the undo/redo instance.Uses of IPropUndoRedo in com.iizigo.text
Classes in com.iizigo.text that implement IPropUndoRedo Modifier and Type Class Description classTextTableEditorThe Style's Editor part.Constructors in com.iizigo.text with parameters of type IPropUndoRedo Constructor Description CommonTextActions(org.eclipse.swt.widgets.Shell shell, ModuleModel model, TextTableEditor editor, IVSAccessor vsAccessor, EditorTextTable defaultTextTable, IPropUndoRedo undoRedo, java.lang.Boolean useTags)Constructor.ExternalizeTextsDialog(org.eclipse.swt.widgets.Shell parent, EditorTextTable textTable, java.util.List<DesignerProp> list, IPropUndoRedo undoRedo)Create the dialog.KStringStyledText(org.eclipse.swt.widgets.Composite parent, int style, IPropUndoRedo undoRedo, java.lang.Runnable stateChange)Constructor.SettingsComposite(org.eclipse.swt.widgets.Composite parent, int style, int marginWidth, int marginHeight, ModuleModel model, EditorTextTable textTable, java.lang.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 IPropUndoRedo Modifier and Type Class Description classVirtualSpaceEditorThe VirtualSpace Editor part.Methods in com.iizigo.vs that return IPropUndoRedo Modifier and Type Method Description IPropUndoRedoINewVSComponentWizardInfo. getUndoRedo()Gets the undo/redo instance.IPropUndoRedoNewVSComponentWizard. getUndoRedo()Gets the undo/redo instance.Methods in com.iizigo.vs with parameters of type IPropUndoRedo Modifier and Type Method Description voidICreateVSField. createConnections(org.eclipse.swt.widgets.Shell shell, VSConnection[] connections, IPropUndoRedo undoRedo)Requests creation of the connections.static EditorVirtualSpaceVSHelper. getVirtualSpace(org.eclipse.swt.widgets.Shell shell, ModuleModel model, IVSAccessor vsAccessor, IPropUndoRedo undoRedo)Gets the VirtualSpace from the participant.static EditorVirtualSpaceVSHelper. 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, java.lang.Boolean isNullAllowed, boolean doCreateDefaultValue, IPropUndoRedo undoRedo)Create a new instance of the wizard to create a field.static NewVSComponentWizard<EditorVSColumnHeader>NewVSComponentWizard. newVSTableColumnWizard(EditorVirtualSpace virtualSpace, Value.Type type, boolean isChooseTypeAllowed, java.lang.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 IPropUndoRedo Constructor Description CreateVSFieldAction(org.eclipse.jface.preference.IPreferenceStore store, java.lang.String skipPromptID, java.lang.String sourceName, org.eclipse.swt.graphics.Image sourceImage, ICreateVSField creator, IPropUndoRedo undoRedo)Creates the action.NewVSComponentWizard(int createType, java.lang.String title, EditorVirtualSpace virtualSpace, Value.Type type, boolean isChooseTypeAllowed, java.lang.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 IPropUndoRedo Modifier and Type Method Description default java.lang.StringIVSLinkEnabler. attempVSLink(boolean doPerform, GProp<?>[] props, java.lang.String description, IPropUndoRedo undoRedo)Processes VS-linking from properties.static voidIVSLinkEnabler. 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 IPropUndoRedo 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.Uses of IPropUndoRedo in com.iizigo.vs.wizards
Methods in com.iizigo.vs.wizards that return IPropUndoRedo Modifier and Type Method Description IPropUndoRedoVSComponentCreation. getUndoRedo()Gets the undo/redo instance.Constructors in com.iizigo.vs.wizards with parameters of type IPropUndoRedo Constructor Description VSActionCreation(UIComp uiComp, Atom vsRef, EditorVirtualSpace virtualSpace, IPropUndoRedo undoRedo)The constructor.VSColumnCreation(UIComp uiComp, Atom vsRef, EditorVirtualSpace vs, IPropUndoRedo undoRedo)The constructor.VSComponentCreation(EditorVirtualSpace virtualSpace, java.lang.String requestedName, Value.Type valueType, boolean doCreateDefaultValue, boolean isChooseTypeAllowed, java.lang.Boolean isNullAllowed, VSReferenceOwnerData<VSTable,VSTableReference> tableOwner, IPropUndoRedo undoRedo)Constructor.VSFieldCreation(UIComp uiComp, Atom vsRef, EditorVirtualSpace virtualSpace, Value.Type valueType, boolean doCreateDefaultValue, boolean isChooseTypeAllowed, java.lang.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 Modifier and Type Class Description classWebServiceEditorThe Web Service editor.