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 class
DatabaseEditor
The Database Editor part.Uses of IPropUndoRedo in com.iizigo.editor
Classes in com.iizigo.editor that implement IPropUndoRedo Modifier and Type Class Description class
PropEditorPart
The abstract Property Editor part used by the Editors in iiziGo.Methods in com.iizigo.editor that return IPropUndoRedo Modifier and Type Method Description IPropUndoRedo
IWorkbenchPartIZ. getUndoRedo()
Gets the undo/redo instance.IPropUndoRedo
PropEditorPart. getUndoRedo()
Gets the undo/redo interface.Methods in com.iizigo.editor with parameters of type IPropUndoRedo Modifier and Type Method Description IzMenuItem
ContextMenuItem. createMenuItem(DesignerProp target, org.eclipse.swt.widgets.Control control, IzMenu menu, IPropUndoRedo undoRedo)
Creates a menu item for this Add-Item.IzMenuItem
ContextMenuItem. createMenuItem(org.eclipse.jface.viewers.Viewer viewer, IzMenu menu, IPropUndoRedo undoRedo)
Creates a menu item for this Add-Item.static java.lang.String
PropHelper. doAdd(java.lang.String description, PropCnr target, GProp<?>[] props, IPropUndoRedo undoRedo, boolean doAutoRename)
Adds properties with undo/redo support.static java.lang.String
PropHelper. doAdd(java.lang.String description, PropCnr target, GProp<?> prop, IPropUndoRedo undoRedo, boolean doAutoRename)
Adds a property with undo/redo support.static java.lang.String
PropHelper. doCut(org.eclipse.jface.viewers.ISelection selection, IPropUndoRedo undoRedo, java.lang.Runnable completeCallback)
Cuts the selection in a viewer.static java.lang.String
PropHelper. 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.String
PropHelper. doDelete(org.eclipse.jface.viewers.ISelection selection, IPropUndoRedo undoRedo, java.lang.Runnable completeCallback)
Deletes the selection in a viewer.static java.lang.String
PropHelper. 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.String
PropHelper. 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 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 java.lang.String
PropHelper. doPaste(DesignerProp target, int position, IPropUndoRedo undoRedo)
Performs a Paste operation with undo support.static java.lang.String
PropHelper. doPaste(org.eclipse.jface.viewers.ISelection selection, int position, IPropUndoRedo undoRedo)
Performs a Paste operation with undo support.static java.lang.String
PropHelper. doPasteLink(DesignerProp target, IPropUndoRedo undoRedo)
Performs a Paste-Link operation with undo support.static java.lang.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 java.lang.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 java.lang.String
PropHelper. setAttribute(GProp<?> prop, int attr, boolean flag, IPropUndoRedo undoRedo)
Sets property attribute.static java.lang.String
PropHelper. 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.String
PropHelper. setValue(java.lang.String description, GProp<?>[] props, java.lang.Object[] values, IPropUndoRedo undoRedo)
Sets property values.static java.lang.String
PropHelper. setValue(java.lang.String description, GProp<?> prop, java.lang.Object value, IPropUndoRedo undoRedo)
Sets a single property value.static java.lang.String
PropHelper. 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 class
FontFacesEditor
The 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 IPropUndoRedo
CommonHandler. getUndoRedo()
Gets the IPropUndoRedo for an event.Methods in com.iizigo.handler with parameters of type IPropUndoRedo Modifier and Type Method Description static void
Cut. run(org.eclipse.jface.viewers.ISelection selection, IPropUndoRedo undoRedo, java.lang.Runnable callback)
Runs the handler.static void
Delete. run(org.eclipse.jface.viewers.ISelection selection, IPropUndoRedo undoRedo, java.lang.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 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 class
ImageDefinitionEditor
The 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 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 IPropUndoRedo in com.iizigo.panel
Classes in com.iizigo.panel that implement IPropUndoRedo Modifier and Type Class Description class
ContextMenuEditor
The context menu editor in the Panel folder.class
PanelEditor
The 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 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.java.lang.String
UICompsDesignerProp. 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.String
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 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 IPropUndoRedo
AddUICompWizard. 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 class
PropUndoRedoAdapter
Abstract adapter for interface used for undo/redo operations in properties.Methods in com.iizigo.prop that return IPropUndoRedo Modifier and Type Method Description IPropUndoRedo
IPropertyEditorController. getUndoRedo()
Gets the undo/redo interface.IPropUndoRedo
StandaloneEditorController. getUndoRedo()
Gets the undo/redo interface.Methods in com.iizigo.prop with parameters of type IPropUndoRedo Modifier and Type Method Description void
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.java.lang.String
DesignerProp. 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.PasteFeedback
DesignerProp. paste(boolean doPerformPaste, int position, GProp<?>[] props, int operation, java.lang.String description, IPropUndoRedo undoRedo)
Validates or performs a paste operation.java.lang.String
DesignerProp. pasteProperties(boolean doPerformPaste, GProp<?>[] props, int operation, java.lang.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 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 class
SelectorEditor
The Style's Editor part.Uses of IPropUndoRedo in com.iizigo.server
Classes in com.iizigo.server that implement IPropUndoRedo Modifier and Type Class Description class
ServerConfigComposite
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 IPropUndoRedo Modifier and Type Method Description IPropUndoRedo
ServerConfigComposite. getUndoRedo()
Gets the undo/redo instance.IPropUndoRedo
ServerConfigView. 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 class
StyleEditor
The Style's Editor part.Uses of IPropUndoRedo in com.iizigo.term
Subinterfaces of IPropUndoRedo in com.iizigo.term Modifier and Type Interface Description interface
ITermEditor
Interface implemented by the Screen, Capture and Recording editors.Methods in com.iizigo.term that return IPropUndoRedo Modifier and Type Method Description IPropUndoRedo
TerminalView. 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 class
CaptureEditor
The 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 class
RecordingEditor
The 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 class
ScreenEditor
The 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 IPropUndoRedo
RemoteTerminalView. 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 IPropUndoRedo
SessionsView. 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 class
TextTableEditor
The 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 class
VirtualSpaceEditor
The VirtualSpace Editor part.Methods in com.iizigo.vs that return IPropUndoRedo Modifier and Type Method Description IPropUndoRedo
INewVSComponentWizardInfo. getUndoRedo()
Gets the undo/redo instance.IPropUndoRedo
NewVSComponentWizard. getUndoRedo()
Gets the undo/redo instance.Methods in com.iizigo.vs with parameters of type IPropUndoRedo Modifier and Type Method Description void
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, 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.String
IVSLinkEnabler. attempVSLink(boolean doPerform, GProp<?>[] props, java.lang.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 IPropUndoRedo 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.Uses of IPropUndoRedo in com.iizigo.vs.wizards
Methods in com.iizigo.vs.wizards that return IPropUndoRedo Modifier and Type Method Description IPropUndoRedo
VSComponentCreation. 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 class
WebServiceEditor
The Web Service editor.