Uses of Class
com.iizigo.prop.DesignerProp
Uses of DesignerProp in com.iizigo
Methods in com.iizigo that return DesignerProp Modifier and Type Method Description static DesignerProp
Activator. dataToFile(DesignerProp dp)
Converts the DesignerProp from the data container to the FilePropCnr one, if it refers to a file.static DesignerProp
Activator. fileToData(DesignerProp dp)
Converts the property to get the data container property instead of a FilePropCnr.static DesignerProp
Activator. getFirstSelectedProperty()
Gets the first currently selected property.static DesignerProp
Activator. getFirstSelectedProperty(org.eclipse.jface.viewers.ISelection sel)
Gets the first currently selected property.Methods in com.iizigo that return types with arguments of type DesignerProp Modifier and Type Method Description static java.util.ArrayList<DesignerProp>
Activator. getSelectedProps(org.eclipse.jface.viewers.ISelection sel)
Gets a list of all DesignerProp's in a selection that should be used in e.g.Methods in com.iizigo with parameters of type DesignerProp Modifier and Type Method Description static DesignerProp
Activator. dataToFile(DesignerProp dp)
Converts the DesignerProp from the data container to the FilePropCnr one, if it refers to a file.static DesignerProp
Activator. fileToData(DesignerProp dp)
Converts the property to get the data container property instead of a FilePropCnr.org.eclipse.swt.graphics.Image
ApplicationUI. getImage(DesignerProp dp)
Gets the Image for a DesignerProp instance.Method parameters in com.iizigo with type arguments of type DesignerProp Modifier and Type Method Description static PropCnr[]
Activator. getPropCnrs(java.util.ArrayList<DesignerProp> list)
Gets a PropCnr's from a DesignerProp list.static void
Activator. refresh(java.util.Collection<DesignerProp> dps)
Refreshes the workspace for the specified properties.Uses of DesignerProp in com.iizigo.actionactor
Subclasses of DesignerProp in com.iizigo.actionactor Modifier and Type Class Description class
ActionActorDesignerProp
Action Actor Designer Prop.Uses of DesignerProp in com.iizigo.app.prop
Subclasses of DesignerProp in com.iizigo.app.prop Modifier and Type Class Description class
AppDistributionDesignerProp
Class for Application Distribution Designer Prop.Uses of DesignerProp in com.iizigo.db.actionactor
Subclasses of DesignerProp in com.iizigo.db.actionactor Modifier and Type Class Description class
DatabaseActionActorDesignerProp
Action Actor Designer Prop.Uses of DesignerProp in com.iizigo.db.prop
Subclasses of DesignerProp in com.iizigo.db.prop Modifier and Type Class Description class
DatabaseDesignerProp
Class for the DesignerProp for all DataBase property classes in the Designer.Uses of DesignerProp in com.iizigo.dnd
Method parameters in com.iizigo.dnd with type arguments of type DesignerProp Modifier and Type Method Description org.eclipse.swt.dnd.TransferData
PropertiesTransfer. createDndTransferData(java.util.ArrayList<DesignerProp> list)
Creates a TransferData from a list of selected properties, where TransferData is typically used in drag-drop operations.Uses of DesignerProp in com.iizigo.editor
Methods in com.iizigo.editor that return DesignerProp Modifier and Type Method Description static DesignerProp
PropHelper. getDesignerProp(GProp<?> gp)
Gets a DesignerProp for a property, by searching it and its parents.DesignerProp
ContextMenuContributorAdapter. getTarget()
Gets the default target when none other is found for the pop-up menu in the viewer.DesignerProp
IContextMenuContributor. getTarget()
Gets the default target when none other is found for the pop-up menu in the viewer.DesignerProp
IContextMenuContributorFormControl. getTarget()
Gets the default target when none other is found for the pop-up menu in the viewer.Methods in com.iizigo.editor that return types with arguments of type DesignerProp Modifier and Type Method Description static java.util.ArrayList<DesignerProp>
PropHelper. getDesignerProps(GProp<?>[] props)
Gets the DesignerProps for the specified properties.Methods in com.iizigo.editor with parameters of type DesignerProp Modifier and Type Method Description void
EndNodeTextFilter. addUnfiltered(DesignerProp... props)
Adds a DesignerProp extending class or a class that will never be filtered.void
ContextMenuContributorAdapter. appendMenuItems(org.eclipse.jface.viewers.Viewer viewer, IzMenu menu, DesignerProp target)
Called to append menu items.void
IContextMenuContributor. appendMenuItems(org.eclipse.jface.viewers.Viewer viewer, IzMenu menu, DesignerProp target)
Called to append menu items.void
IContextMenuContributorFormControl. appendMenuItems(COMPONENT component, IzMenu menu, DesignerProp target)
Called to append menu items.IzMenuItem
ContextMenuItem. createMenuItem(DesignerProp target, org.eclipse.swt.widgets.Control control, IzMenu menu, IPropUndoRedo undoRedo)
Creates a menu item for this Add-Item.static java.lang.String
CreateResourcesFromProperties. createResources(org.eclipse.swt.widgets.Shell shell, java.lang.String label, DesignerProp parent, GProp<?>[] props, java.lang.String[] names)
Creates the resources for the list of properties in the specified property.static java.lang.String
CreateResourcesFromProperties. createResources(org.eclipse.swt.widgets.Shell shell, java.lang.String label, DesignerProp parent, GProp<?>[] props, java.lang.String[] names, boolean showErrorDialog)
Creates the resources for the list of properties in the specified property.boolean
ContextMenuContributorAdapter. doAddExpandCollapseAll(org.eclipse.jface.viewers.Viewer viewer, IzMenu menu, DesignerProp target)
Checks if expand/collapse all menu items should be added.boolean
IContextMenuContributor. doAddExpandCollapseAll(org.eclipse.jface.viewers.Viewer viewer, IzMenu menu, DesignerProp target)
Checks if expand/collapse all menu items should be added.static void
PropHelper. doLink(org.eclipse.swt.widgets.Shell shell, DesignerProp base, org.eclipse.jface.viewers.ISelection selection)
Performs a Link of properties command.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. doPasteLink(DesignerProp target, IPropUndoRedo undoRedo)
Performs a Paste-Link operation with undo support.static void
FlagProperty. flag(org.eclipse.jface.viewers.StructuredViewer viewer, DesignerProp dp)
Flags the property for update in the viewer asynchronously.static org.eclipse.jface.viewers.TreePath
PropHelper. getNearestSelectionPath(org.eclipse.jface.viewers.StructuredViewer viewer, DesignerProp dp)
Finds the selection path for a DesignerProp in a viewer.static org.eclipse.jface.viewers.TreePath
PropHelper. getSelectionPath(org.eclipse.jface.viewers.StructuredViewer viewer, DesignerProp dp)
Finds the selection path for a DesignerProp in a viewer.static org.eclipse.jface.viewers.TreePath
PropHelper. getSelectionPath(org.eclipse.jface.viewers.StructuredViewer viewer, DesignerProp dp, java.util.HashSet<java.lang.Object> filtered)
Finds the selection path for a DesignerProp in a viewer.boolean
ContextMenuActionAdapter. isEnabled(DesignerProp target)
Checks if the item is enabled.boolean
ContextMenuItem. isEnabled(DesignerProp target)
Checks if the Add Item is enabled in order not to add it in a pop-up menu if disabled.boolean
IContextMenuAction. isEnabled(DesignerProp target)
Checks if the item is enabled.static java.lang.String
MovePropertyResources. performMoveProperties(org.eclipse.swt.widgets.Shell shell, GProp<?>[] props, DesignerProp target)
Moves the list of properties to the target.void
ContextMenuContributorAdapter. prependMenuItems(org.eclipse.jface.viewers.Viewer viewer, IzMenu menu, DesignerProp target)
Called to prepend menu items.void
IContextMenuContributor. prependMenuItems(org.eclipse.jface.viewers.Viewer viewer, IzMenu menu, DesignerProp target)
Called to prepend menu items.void
IContextMenuContributorFormControl. prependMenuItems(COMPONENT component, IzMenu menu, DesignerProp target)
Called to prepend menu items.void
IContextMenuAction. run(DesignerProp target, IPropUndoRedo undoRedo)
Called to perform the action.static boolean
PropHelper. setNearestSelection(org.eclipse.jface.viewers.StructuredViewer viewer, DesignerProp dp)
Sets the nearest selection to the DesignerProp.static boolean
PropHelper. setSelection(org.eclipse.jface.viewers.StructuredViewer viewer, DesignerProp dp)
Sets the selection of the property.static java.lang.String
MovePropertyResources. validateMoveProperties(GProp<?>[] props, DesignerProp target)
Moves the list of properties to the target.Method parameters in com.iizigo.editor with type arguments of type DesignerProp Modifier and Type Method Description static java.lang.String
PropHelper. canPerform(java.util.ArrayList<DesignerProp> list, int operation)
Checks properties for a valid operation.static int
PropHelper. setSelection(org.eclipse.jface.viewers.StructuredViewer viewer, java.util.Collection<DesignerProp> list)
Sets the selection of the properties.Constructors in com.iizigo.editor with parameters of type DesignerProp Constructor Description MoveDialog(DesignerProp base, GProp<?>[] props, IPropUndoRedo undoRedo)
Create the dialog.RenameDialog(org.eclipse.swt.widgets.Shell parent, DesignerProp dp, org.eclipse.core.commands.operations.IUndoContext undoContext)
Create the dialog.Constructor parameters in com.iizigo.editor with type arguments of type DesignerProp Constructor Description DeleteCutDialog(java.lang.String title, java.lang.String description, org.eclipse.swt.graphics.Image image, org.eclipse.swt.widgets.Shell parent, java.util.ArrayList<DesignerProp> list)
Create the dialog.Uses of DesignerProp in com.iizigo.font.prop
Subclasses of DesignerProp in com.iizigo.font.prop Modifier and Type Class Description class
FontDesignerProp
Class for Font Designer Prop.Uses of DesignerProp in com.iizigo.handler
Fields in com.iizigo.handler declared as DesignerProp Modifier and Type Field Description DesignerProp
SelectionEnabler. target
The single designer property target, null when multiple are defined.Fields in com.iizigo.handler with type parameters of type DesignerProp Modifier and Type Field Description java.util.ArrayList<DesignerProp>
SelectionEnabler. targets
The currently selected properties as a DesignerProp list, never null.Uses of DesignerProp in com.iizigo.image.prop
Subclasses of DesignerProp in com.iizigo.image.prop Modifier and Type Class Description class
ImageDesignerProp
Class for Image Defintion Designer Prop.Uses of DesignerProp in com.iizigo.java
Methods in com.iizigo.java that return DesignerProp Modifier and Type Method Description DesignerProp
StringLiteralToDesignerProp. getProp(int pos)
Returns the DesignerProp for a position.Constructors in com.iizigo.java with parameters of type DesignerProp Constructor Description StringLiteralToDesignerProp(int start, int length, DesignerProp dp)
Constructor.Uses of DesignerProp in com.iizigo.java.parser
Methods in com.iizigo.java.parser that return DesignerProp Modifier and Type Method Description DesignerProp
ParsedJavaSource. getDesignerPropFromPositionInString(int pos)
Gets a DesignerProp from a position in the file.Methods in com.iizigo.java.parser with parameters of type DesignerProp Modifier and Type Method Description void
ParsedJavaSource. addDesignerPropFromPositionInString(int start, int length, DesignerProp dp)
Adds a new StringLiteral with a DesignerProp.void
ParsedJavaSource. addDesignerPropFromPositionInString(org.eclipse.jdt.core.dom.StringLiteral sl, DesignerProp dp)
Adds a new StringLiteral with a DesignerProp.Uses of DesignerProp in com.iizigo.navigator
Methods in com.iizigo.navigator with parameters of type DesignerProp 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 DesignerProp in com.iizigo.panel
Methods in com.iizigo.panel that return types with arguments of type DesignerProp Modifier and Type Method Description java.util.ArrayList<DesignerProp>
PanelEditor. getMarkedComponents()
Gets the selection of marks for drag-drop.Uses of DesignerProp in com.iizigo.panel.prop
Subclasses of DesignerProp in com.iizigo.panel.prop Modifier and Type Class Description class
UICompDesignerProp
Class for the UI property components in the designer, specialized for UIComp class.class
UICompsDesignerProp
Class for the UI property containers in the designer, specialized for UIComps class to handle layout data.class
UIContainerDesignerProp
Class for the UI property containers in the designer, specialized for UIContainer class to handle layouts.class
UIDesignerProp
Class for the UI property containers in the designer.class
UILayoutDesignerProp
Class for the UI property containers in the designer, specialized for Layout Managers.class
UIMenuCompDesignerProp
Class for the UI menu components in the designer, specialized for UIComp class, all menu components except menu separator.class
UIMenuContainerDesignerProp
Class for the UI menu containers in the designer except menu bar.Uses of DesignerProp in com.iizigo.panel.prop.chart
Subclasses of DesignerProp in com.iizigo.panel.prop.chart Modifier and Type Class Description class
ChartDesignerProp
Class for the UI chart children property containers in the designer (axis, plot and series).class
UIChartDesignerProp
Class for the UI chart children property containers in the designer (axis, plot and series).Uses of DesignerProp in com.iizigo.panel.prop.mlist
Subclasses of DesignerProp in com.iizigo.panel.prop.mlist Modifier and Type Class Description class
MLDesignerProp
Designer properties for mobile list, groups and items.Uses of DesignerProp in com.iizigo.project
Methods in com.iizigo.project that return DesignerProp Modifier and Type Method Description protected DesignerProp
NewWizard. createNewFile(PropCnr container)
Creates the new file in the wizard and opens the editor.protected DesignerProp
NewWizard. createNewFile(PropCnr container, boolean doOpenEditor)
Creates the new file in the wizard and opens the editor.protected DesignerProp
NewWizard. createNewFile(PropCnr container, IFileCreated fileCreated, boolean doOpenEditor)
Creates the new file in the wizard.protected DesignerProp
NewWizard. createNewFile(java.lang.String label, org.eclipse.core.resources.IFile newFileHandle, PropCnr container, IFileCreated fileCreated, boolean doOpenEditor)
Creates a new file.Method parameters in com.iizigo.project with type arguments of type DesignerProp Modifier and Type Method Description static ModuleFolder
ModuleFolder. getModuleFolder(java.util.ArrayList<DesignerProp> list)
Gets the Module Folder used for the selected properties.Uses of DesignerProp in com.iizigo.prop
Subclasses of DesignerProp in com.iizigo.prop Modifier and Type Class Description class
ResourceDesignerProp
Resource-based Designer Prop.Methods in com.iizigo.prop that return DesignerProp Modifier and Type Method Description DesignerProp
DesignerProp. getCNRealProp()
Gets the "real" property when the DesignerProp has been retrieved from e.g.DesignerProp
DesignerProp. getDataDesignerProp()
Gets the data DesignerProp that is associates with the FilePropCnr.DesignerProp
IPropDesigner. getDesigner()
Gets the Designer Extension for Properties.DesignerProp
DesignerProp. getParent()
Gets the parent.Methods in com.iizigo.prop with parameters of type DesignerProp Modifier and Type Method Description void
DesignerProp. addContextMenuItems(org.eclipse.swt.widgets.Control formControl, IzMenu menu, IPropUndoRedo undoRedo, DesignerProp target)
Fills the pop-up menu with ContextMenuItems.static void
DesignerProp. removeFileErrors(DesignerProp property)
Removes all file errors for a property container.static void
DesignerProp. setIResource(org.eclipse.core.resources.IResource resource, DesignerProp prop, boolean checkPresence)
Sets a session property for a resource.Uses of DesignerProp in com.iizigo.push.prop
Subclasses of DesignerProp in com.iizigo.push.prop Modifier and Type Class Description class
EditorPushDesignerProp
Class for Push Notification Designer Prop.Methods in com.iizigo.push.prop that return DesignerProp Modifier and Type Method Description DesignerProp
EditorPushProps. getDesigner()
Gets the Designer Extension for Properties.Uses of DesignerProp in com.iizigo.pwa.prop
Subclasses of DesignerProp in com.iizigo.pwa.prop Modifier and Type Class Description class
EditorPWADesignerProp
Class for Progressive Web App (PWA) Designer Prop.Methods in com.iizigo.pwa.prop that return DesignerProp Modifier and Type Method Description DesignerProp
EditorPWAProps. getDesigner()
Gets the Designer Extension for Properties.Uses of DesignerProp in com.iizigo.run.prop
Subclasses of DesignerProp in com.iizigo.run.prop Modifier and Type Class Description class
EditorRuntimeBuilderDesignerProp
Class for Application Distribution Designer Prop.Uses of DesignerProp in com.iizigo.selector.prop
Subclasses of DesignerProp in com.iizigo.selector.prop Modifier and Type Class Description class
SelectorDesignerProp
Class for Styles Designer Prop.Methods in com.iizigo.selector.prop with parameters of type DesignerProp Modifier and Type Method Description java.lang.Object
EditorSelectorExpression. getTooltipObject(int offset, DesignerProp any)
Gets the tooltip Object for an offset.Uses of DesignerProp in com.iizigo.server.config
Subclasses of DesignerProp in com.iizigo.server.config Modifier and Type Class Description class
ServerConfigDesignerProp
Class for Server Configuration Designer Prop.Uses of DesignerProp in com.iizigo.server.monitor
Subclasses of DesignerProp in com.iizigo.server.monitor Modifier and Type Class Description class
VirtualizedMonitorDesignerProp
Class for Virtualized Monitor Designer Prop.Uses of DesignerProp in com.iizigo.style.prop
Subclasses of DesignerProp in com.iizigo.style.prop Modifier and Type Class Description class
StylesDesignerProp
Class for Styles Designer Prop.Uses of DesignerProp in com.iizigo.swt
Methods in com.iizigo.swt with parameters of type DesignerProp Modifier and Type Method Description void
IzToolTipPropEnhancer. enhanceBottom(DesignerProp dp, org.eclipse.swt.widgets.Composite composite)
Appends components to the two-grid-column composite.void
IzToolTip. setProperty(DesignerProp dp)
Sets the DesignerProp as the tooltip creator for the contents area.void
IzToolTip. setProperty(DesignerProp dp, IzToolTipPropEnhancer enhancer)
Sets the DesignerProp as the tooltip creator for the contents area.void
IzToolTipImpl. setProperty(DesignerProp dp)
Sets the DesignerProp as the tooltip creator for the contents area.void
IzToolTipImpl. setProperty(DesignerProp dp, IzToolTipPropEnhancer enhancer)
Sets the DesignerProp as the tooltip creator for the contents area.boolean
IExpandFilter. shouldExpand(DesignerProp item)
Checks if the item should be expanded or not.Uses of DesignerProp in com.iizigo.term.capture.prop
Subclasses of DesignerProp in com.iizigo.term.capture.prop Modifier and Type Class Description class
CaptureDesignerProp
Class for the CaptureScreenProp and CaptureFieldProp in the designer.Uses of DesignerProp in com.iizigo.term.project
Methods in com.iizigo.term.project with parameters of type DesignerProp Modifier and Type Method Description static TerminalModule
TerminalModule. getInstance(DesignerProp dp)
Gets this instance for a Terminal Module enabled and initialized project.Uses of DesignerProp in com.iizigo.term.prop
Subclasses of DesignerProp in com.iizigo.term.prop Modifier and Type Class Description class
ScreenDesignerProp
Class for the EditorScreenProp in the designer.class
TerminalActionActorDesignerProp
Action Actor Designer Prop.class
TerminalDesignerProp
Class for the EditorScreenProp in the designer.Uses of DesignerProp in com.iizigo.term.recording.prop
Subclasses of DesignerProp in com.iizigo.term.recording.prop Modifier and Type Class Description class
RecordingDesignerProp
Class for the CaptureScreenProp and CaptureFieldProp in the designer.Uses of DesignerProp in com.iizigo.text
Method parameters in com.iizigo.text with type arguments of type DesignerProp Modifier and Type Method Description static boolean
ExternalizeTextsDialog. canExternalizeTexts(java.util.List<DesignerProp> list)
Verifies if the externalize text operation produces something.Constructor parameters in com.iizigo.text with type arguments of type DesignerProp Constructor Description ExternalizeTextsDialog(org.eclipse.swt.widgets.Shell parent, EditorTextTable textTable, java.util.List<DesignerProp> list, IPropUndoRedo undoRedo)
Create the dialog.Uses of DesignerProp in com.iizigo.text.prop
Subclasses of DesignerProp in com.iizigo.text.prop Modifier and Type Class Description class
TextTableDesignerProp
Class for Styles Designer Prop.Uses of DesignerProp in com.iizigo.vs
Methods in com.iizigo.vs that return DesignerProp Modifier and Type Method Description DesignerProp
ActionsPanel. getTarget()
Gets the default target when none other is found for the pop-up menu in the viewer.DesignerProp
TablePanel. getTarget()
Gets the default target when none other is found for the pop-up menu in the viewer.DesignerProp
ValuePanel. getTarget()
Gets the default target when none other is found for the pop-up menu in the viewer.Methods in com.iizigo.vs with parameters of type DesignerProp Modifier and Type Method Description void
ActionsPanel. appendMenuItems(org.eclipse.jface.viewers.Viewer viewer, IzMenu menu, DesignerProp target)
Called to append menu items.void
TablePanel. appendMenuItems(org.eclipse.jface.viewers.Viewer viewer, IzMenu menu, DesignerProp target)
Called to append menu items.void
ValuePanel. appendMenuItems(org.eclipse.jface.viewers.Viewer viewer, IzMenu menu, DesignerProp target)
Called to append menu items.boolean
ActionsPanel. doAddExpandCollapseAll(org.eclipse.jface.viewers.Viewer viewer, IzMenu menu, DesignerProp target)
Checks if expand/collapse all menu items should be added.boolean
TablePanel. doAddExpandCollapseAll(org.eclipse.jface.viewers.Viewer viewer, IzMenu menu, DesignerProp target)
Checks if expand/collapse all menu items should be added.boolean
ValuePanel. doAddExpandCollapseAll(org.eclipse.jface.viewers.Viewer viewer, IzMenu menu, DesignerProp target)
Checks if expand/collapse all menu items should be added.void
ActionsPanel. prependMenuItems(org.eclipse.jface.viewers.Viewer viewer, IzMenu menu, DesignerProp target)
Called to prepend menu items.void
TablePanel. prependMenuItems(org.eclipse.jface.viewers.Viewer viewer, IzMenu menu, DesignerProp target)
Called to prepend menu items.void
ValuePanel. prependMenuItems(org.eclipse.jface.viewers.Viewer viewer, IzMenu menu, DesignerProp target)
Called to prepend menu items.Uses of DesignerProp in com.iizigo.vs.prop
Subclasses of DesignerProp in com.iizigo.vs.prop Modifier and Type Class Description class
VirtualSpaceDesignerProp
Class for the EditorScreenProp in the designer.Methods in com.iizigo.vs.prop that return DesignerProp Modifier and Type Method Description DesignerProp
VirtualSpaceDesignerProp. getCNRealProp()
Gets the "real" property when the DesignerProp has been retrieved from e.g.Uses of DesignerProp in com.iizigo.ws.actionactor
Subclasses of DesignerProp in com.iizigo.ws.actionactor Modifier and Type Class Description class
WebServiceActionActorDesignerProp
Action Actor Designer Prop.Uses of DesignerProp in com.iizigo.ws.editor
Methods in com.iizigo.ws.editor that return DesignerProp Modifier and Type Method Description DesignerProp
IEditorReplyProcessor. setReply(IReplyContent reply)
Updates the output for the processor with a new reply that should replace the old one.Uses of DesignerProp in com.iizigo.ws.prop
Subclasses of DesignerProp in com.iizigo.ws.prop Modifier and Type Class Description class
WebServiceDesignerProp
Class for the DesignerProp for all Web Service property classes in the designer.Uses of DesignerProp in com.iizigo.ws.prop.json
Methods in com.iizigo.ws.prop.json that return DesignerProp Modifier and Type Method Description DesignerProp
EditorJSONReplyDocument. setReply(IReplyContent reply)
Updates the output for the processor with a new reply that should replace the old one.