Uses of Class
com.iizigo.prop.DesignerProp
Packages that use DesignerProp
Package
Description
Uses of DesignerProp in com.iizigo
Methods in com.iizigo that return DesignerPropModifier and TypeMethodDescriptionstatic DesignerPropActivator.dataToFile(DesignerProp dp) Converts the DesignerProp from the data container to the FilePropCnr one, if it refers to a file.static DesignerPropActivator.fileToData(DesignerProp dp) Converts the property to get the data container property instead of a FilePropCnr.static DesignerPropActivator.getFirstSelectedProperty()Gets the first currently selected property.static DesignerPropActivator.getFirstSelectedProperty(org.eclipse.jface.viewers.ISelection sel) Gets the first currently selected property.Methods in com.iizigo that return types with arguments of type DesignerPropModifier and TypeMethodDescriptionstatic 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 DesignerPropModifier and TypeMethodDescriptionstatic DesignerPropActivator.dataToFile(DesignerProp dp) Converts the DesignerProp from the data container to the FilePropCnr one, if it refers to a file.static DesignerPropActivator.fileToData(DesignerProp dp) Converts the property to get the data container property instead of a FilePropCnr.org.eclipse.swt.graphics.ImageApplicationUI.getImage(DesignerProp dp) Gets the Image for a DesignerProp instance.Method parameters in com.iizigo with type arguments of type DesignerPropModifier and TypeMethodDescriptionstatic PropCnr[]Activator.getPropCnrs(ArrayList<DesignerProp> list) Gets a PropCnr's from a DesignerProp list.static voidActivator.refresh(Collection<DesignerProp> dps) Refreshes the workspace for the specified properties.Uses of DesignerProp in com.iizigo.actionactor
Subclasses of DesignerProp in com.iizigo.actionactorUses of DesignerProp in com.iizigo.app.prop
Subclasses of DesignerProp in com.iizigo.app.propModifier and TypeClassDescriptionclassClass for Application Distribution Designer Prop.Uses of DesignerProp in com.iizigo.db.actionactor
Subclasses of DesignerProp in com.iizigo.db.actionactorUses of DesignerProp in com.iizigo.db.prop
Subclasses of DesignerProp in com.iizigo.db.propModifier and TypeClassDescriptionclassClass 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 DesignerPropModifier and TypeMethodDescriptionorg.eclipse.swt.dnd.TransferDataPropertiesTransfer.createDndTransferData(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 DesignerPropModifier and TypeMethodDescriptionstatic DesignerPropPropHelper.getDesignerProp(GProp<?> gp) Gets a DesignerProp for a property, by searching it and its parents.ContextMenuContributorAdapter.getTarget()Gets the default target when none other is found for the pop-up menu in the viewer.IContextMenuContributor.getTarget()Gets the default target when none other is found for the pop-up menu in the viewer.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 DesignerPropModifier and TypeMethodDescriptionstatic ArrayList<DesignerProp>PropHelper.getDesignerProps(GProp<?>[] props) Gets the DesignerProps for the specified properties.Methods in com.iizigo.editor with parameters of type DesignerPropModifier and TypeMethodDescriptionvoidEndNodeTextFilter.addUnfiltered(DesignerProp... props) Adds a DesignerProp extending class or a class that will never be filtered.voidContextMenuContributorAdapter.appendMenuItems(org.eclipse.jface.viewers.Viewer viewer, IzMenu menu, DesignerProp target) Called to append menu items.voidIContextMenuContributor.appendMenuItems(org.eclipse.jface.viewers.Viewer viewer, IzMenu menu, DesignerProp target) Called to append menu items.voidIContextMenuContributorFormControl.appendMenuItems(COMPONENT component, IzMenu menu, DesignerProp target) Called to append menu items.ContextMenuItem.createMenuItem(DesignerProp target, org.eclipse.swt.widgets.Control control, IzMenu menu, IPropUndoRedo undoRedo) Creates a menu item for this Add-Item.static StringCreateResourcesFromProperties.createResources(org.eclipse.swt.widgets.Shell shell, String label, DesignerProp parent, GProp<?>[] props, String[] names) Creates the resources for the list of properties in the specified property.static StringCreateResourcesFromProperties.createResources(org.eclipse.swt.widgets.Shell shell, String label, DesignerProp parent, GProp<?>[] props, String[] names, boolean showErrorDialog) Creates the resources for the list of properties in the specified property.booleanContextMenuContributorAdapter.doAddExpandCollapseAll(org.eclipse.jface.viewers.Viewer viewer, IzMenu menu, DesignerProp target) Checks if expand/collapse all menu items should be added.booleanIContextMenuContributor.doAddExpandCollapseAll(org.eclipse.jface.viewers.Viewer viewer, IzMenu menu, DesignerProp target) Checks if expand/collapse all menu items should be added.static voidPropHelper.doLink(org.eclipse.swt.widgets.Shell shell, DesignerProp base, org.eclipse.jface.viewers.ISelection selection) Performs a Link of properties command.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 StringPropHelper.doPaste(DesignerProp target, int position, IPropUndoRedo undoRedo) Performs a Paste operation with undo support.static StringPropHelper.doPasteLink(DesignerProp target, IPropUndoRedo undoRedo) Performs a Paste-Link operation with undo support.static voidFlagProperty.flag(org.eclipse.jface.viewers.StructuredViewer viewer, DesignerProp dp) Flags the property for update in the viewer asynchronously.static org.eclipse.jface.viewers.TreePathPropHelper.getNearestSelectionPath(org.eclipse.jface.viewers.StructuredViewer viewer, DesignerProp dp) Finds the selection path for a DesignerProp in a viewer.static org.eclipse.jface.viewers.TreePathPropHelper.getSelectionPath(org.eclipse.jface.viewers.StructuredViewer viewer, DesignerProp dp) Finds the selection path for a DesignerProp in a viewer.static org.eclipse.jface.viewers.TreePathPropHelper.getSelectionPath(org.eclipse.jface.viewers.StructuredViewer viewer, DesignerProp dp, HashSet<Object> filtered) Finds the selection path for a DesignerProp in a viewer.booleanContextMenuActionAdapter.isEnabled(DesignerProp target) Checks if the item is enabled.booleanContextMenuItem.isEnabled(DesignerProp target) Checks if the Add Item is enabled in order not to add it in a pop-up menu if disabled.booleanIContextMenuAction.isEnabled(DesignerProp target) Checks if the item is enabled.static StringMovePropertyResources.performMoveProperties(org.eclipse.swt.widgets.Shell shell, GProp<?>[] props, DesignerProp target) Moves the list of properties to the target.voidContextMenuContributorAdapter.prependMenuItems(org.eclipse.jface.viewers.Viewer viewer, IzMenu menu, DesignerProp target) Called to prepend menu items.voidIContextMenuContributor.prependMenuItems(org.eclipse.jface.viewers.Viewer viewer, IzMenu menu, DesignerProp target) Called to prepend menu items.voidIContextMenuContributorFormControl.prependMenuItems(COMPONENT component, IzMenu menu, DesignerProp target) Called to prepend menu items.voidIContextMenuAction.run(DesignerProp target, IPropUndoRedo undoRedo) Called to perform the action.static booleanPropHelper.setNearestSelection(org.eclipse.jface.viewers.StructuredViewer viewer, DesignerProp dp) Sets the nearest selection to the DesignerProp.static booleanPropHelper.setSelection(org.eclipse.jface.viewers.StructuredViewer viewer, DesignerProp dp) Sets the selection of the property.static StringMovePropertyResources.validateMoveProperties(GProp<?>[] props, DesignerProp target) Moves the list of properties to the target.Method parameters in com.iizigo.editor with type arguments of type DesignerPropModifier and TypeMethodDescriptionstatic StringPropHelper.canPerform(ArrayList<DesignerProp> list, int operation) Checks properties for a valid operation.static intPropHelper.setSelection(org.eclipse.jface.viewers.StructuredViewer viewer, Collection<DesignerProp> list) Sets the selection of the properties.Constructors in com.iizigo.editor with parameters of type DesignerPropModifierConstructorDescriptionMoveDialog(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 DesignerPropModifierConstructorDescriptionDeleteCutDialog(String title, String description, org.eclipse.swt.graphics.Image image, org.eclipse.swt.widgets.Shell parent, ArrayList<DesignerProp> list) Create the dialog.Uses of DesignerProp in com.iizigo.font.prop
Subclasses of DesignerProp in com.iizigo.font.propUses of DesignerProp in com.iizigo.handler
Fields in com.iizigo.handler declared as DesignerPropModifier and TypeFieldDescriptionSelectionEnabler.targetThe single designer property target, null when multiple are defined.Fields in com.iizigo.handler with type parameters of type DesignerPropModifier and TypeFieldDescriptionSelectionEnabler.targetsThe currently selected properties as a DesignerProp list, never null.Uses of DesignerProp in com.iizigo.image.prop
Subclasses of DesignerProp in com.iizigo.image.propUses of DesignerProp in com.iizigo.java
Methods in com.iizigo.java that return DesignerPropModifier and TypeMethodDescriptionStringLiteralToDesignerProp.getProp(int pos) Returns the DesignerProp for a position.Constructors in com.iizigo.java with parameters of type DesignerPropModifierConstructorDescriptionStringLiteralToDesignerProp(int start, int length, DesignerProp dp) Constructor.Uses of DesignerProp in com.iizigo.java.parser
Methods in com.iizigo.java.parser that return DesignerPropModifier and TypeMethodDescriptionParsedJavaSource.getDesignerPropFromPositionInString(int pos) Gets a DesignerProp from a position in the file.Methods in com.iizigo.java.parser with parameters of type DesignerPropModifier and TypeMethodDescriptionvoidParsedJavaSource.addDesignerPropFromPositionInString(int start, int length, DesignerProp dp) Adds a new StringLiteral with a DesignerProp.voidParsedJavaSource.addDesignerPropFromPositionInString(org.eclipse.jdt.core.dom.StringLiteral sl, DesignerProp dp) Adds a new StringLiteral with a DesignerProp.Uses of DesignerProp in com.iizigo.panel
Methods in com.iizigo.panel that return types with arguments of type DesignerPropModifier and TypeMethodDescriptionPanelEditor.getMarkedComponents()Gets the selection of marks for drag-drop.Uses of DesignerProp in com.iizigo.panel.prop
Subclasses of DesignerProp in com.iizigo.panel.propModifier and TypeClassDescriptionclassClass for the UI property components in the designer, specialized for UIComp class.classClass for the UI property containers in the designer, specialized for UIComps class to handle layout data.classClass for the UI property containers in the designer, specialized for UIContainer class to handle layouts.classClass for the UI property containers in the designer.classClass for the UI property containers in the designer, specialized for Layout Managers.classClass for the UI menu components in the designer, specialized for UIComp class, all menu components except menu separator.classClass 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.chartModifier and TypeClassDescriptionclassClass for the UI chart children property containers in the designer (axis, plot and series).classClass 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.mlistModifier and TypeClassDescriptionclassDesigner properties for mobile list, groups and items.Uses of DesignerProp in com.iizigo.project
Methods in com.iizigo.project that return DesignerPropModifier and TypeMethodDescriptionprotected DesignerPropNewWizard.createNewFile(PropCnr container) Creates the new file in the wizard and opens the editor.protected DesignerPropNewWizard.createNewFile(PropCnr container, boolean doOpenEditor) Creates the new file in the wizard and opens the editor.protected DesignerPropNewWizard.createNewFile(PropCnr container, IFileCreated fileCreated, boolean doOpenEditor) Creates the new file in the wizard.protected DesignerPropNewWizard.createNewFile(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 DesignerPropModifier and TypeMethodDescriptionstatic ModuleFolderModuleFolder.getModuleFolder(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.propMethods in com.iizigo.prop that return DesignerPropModifier and TypeMethodDescriptionDesignerProp.getCNRealProp()Gets the "real" property when the DesignerProp has been retrieved from e.g.DesignerProp.getDataDesignerProp()Gets the data DesignerProp that is associates with the FilePropCnr.IPropDesigner.getDesigner()Gets the Designer Extension for Properties.final DesignerPropDesignerProp.getParent()Gets the parent.Methods in com.iizigo.prop with parameters of type DesignerPropModifier and TypeMethodDescriptionvoidDesignerProp.addContextMenuItems(org.eclipse.swt.widgets.Control formControl, IzMenu menu, IPropUndoRedo undoRedo, DesignerProp target) Fills the pop-up menu with ContextMenuItems.static voidDesignerProp.removeFileErrors(DesignerProp property) Removes all file errors for a property container.static voidDesignerProp.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.propModifier and TypeClassDescriptionclassClass for Push Notification Designer Prop.Methods in com.iizigo.push.prop that return DesignerPropModifier and TypeMethodDescriptionEditorPushProps.getDesigner()Gets the Designer Extension for Properties.Uses of DesignerProp in com.iizigo.pwa.prop
Subclasses of DesignerProp in com.iizigo.pwa.propModifier and TypeClassDescriptionclassClass for Progressive Web App (PWA) Designer Prop.Methods in com.iizigo.pwa.prop that return DesignerPropModifier and TypeMethodDescriptionEditorPWAProps.getDesigner()Gets the Designer Extension for Properties.Uses of DesignerProp in com.iizigo.run.prop
Subclasses of DesignerProp in com.iizigo.run.propModifier and TypeClassDescriptionclassClass for Application Distribution Designer Prop.Uses of DesignerProp in com.iizigo.selector.prop
Subclasses of DesignerProp in com.iizigo.selector.propMethods in com.iizigo.selector.prop with parameters of type DesignerPropModifier and TypeMethodDescriptionEditorSelectorExpression.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.configModifier and TypeClassDescriptionclassClass for Server Configuration Designer Prop.Uses of DesignerProp in com.iizigo.server.monitor
Subclasses of DesignerProp in com.iizigo.server.monitorModifier and TypeClassDescriptionclassClass for Virtualized Monitor Designer Prop.Uses of DesignerProp in com.iizigo.style.prop
Subclasses of DesignerProp in com.iizigo.style.propUses of DesignerProp in com.iizigo.swt
Methods in com.iizigo.swt with parameters of type DesignerPropModifier and TypeMethodDescriptionvoidIzToolTipPropEnhancer.enhanceBottom(DesignerProp dp, org.eclipse.swt.widgets.Composite composite) Appends components to the two-grid-column composite.voidIzToolTip.setProperty(DesignerProp dp) Sets the DesignerProp as the tooltip creator for the contents area.voidIzToolTip.setProperty(DesignerProp dp, IzToolTipPropEnhancer enhancer) Sets the DesignerProp as the tooltip creator for the contents area.voidIzToolTipImpl.setProperty(DesignerProp dp) Sets the DesignerProp as the tooltip creator for the contents area.voidIzToolTipImpl.setProperty(DesignerProp dp, IzToolTipPropEnhancer enhancer) Sets the DesignerProp as the tooltip creator for the contents area.booleanIExpandFilter.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.propModifier and TypeClassDescriptionclassClass 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 DesignerPropModifier and TypeMethodDescriptionstatic TerminalModuleTerminalModule.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.propModifier and TypeClassDescriptionclassClass for the EditorScreenProp in the designer.classAction Actor Designer Prop.classClass for the EditorScreenProp in the designer.Uses of DesignerProp in com.iizigo.term.recording.prop
Subclasses of DesignerProp in com.iizigo.term.recording.propModifier and TypeClassDescriptionclassClass 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 DesignerPropModifier and TypeMethodDescriptionstatic booleanExternalizeTextsDialog.canExternalizeTexts(List<DesignerProp> list) Verifies if the externalize text operation produces something.Constructor parameters in com.iizigo.text with type arguments of type DesignerPropModifierConstructorDescriptionExternalizeTextsDialog(org.eclipse.swt.widgets.Shell parent, EditorTextTable textTable, List<DesignerProp> list, IPropUndoRedo undoRedo) Create the dialog.Uses of DesignerProp in com.iizigo.text.prop
Subclasses of DesignerProp in com.iizigo.text.propUses of DesignerProp in com.iizigo.vs
Methods in com.iizigo.vs that return DesignerPropModifier and TypeMethodDescriptionActionsPanel.getTarget()Gets the default target when none other is found for the pop-up menu in the viewer.TablePanel.getTarget()Gets the default target when none other is found for the pop-up menu in the viewer.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 DesignerPropModifier and TypeMethodDescriptionvoidActionsPanel.appendMenuItems(org.eclipse.jface.viewers.Viewer viewer, IzMenu menu, DesignerProp target) Called to append menu items.voidTablePanel.appendMenuItems(org.eclipse.jface.viewers.Viewer viewer, IzMenu menu, DesignerProp target) Called to append menu items.voidValuePanel.appendMenuItems(org.eclipse.jface.viewers.Viewer viewer, IzMenu menu, DesignerProp target) Called to append menu items.booleanActionsPanel.doAddExpandCollapseAll(org.eclipse.jface.viewers.Viewer viewer, IzMenu menu, DesignerProp target) Checks if expand/collapse all menu items should be added.booleanTablePanel.doAddExpandCollapseAll(org.eclipse.jface.viewers.Viewer viewer, IzMenu menu, DesignerProp target) Checks if expand/collapse all menu items should be added.booleanValuePanel.doAddExpandCollapseAll(org.eclipse.jface.viewers.Viewer viewer, IzMenu menu, DesignerProp target) Checks if expand/collapse all menu items should be added.voidActionsPanel.prependMenuItems(org.eclipse.jface.viewers.Viewer viewer, IzMenu menu, DesignerProp target) Called to prepend menu items.voidTablePanel.prependMenuItems(org.eclipse.jface.viewers.Viewer viewer, IzMenu menu, DesignerProp target) Called to prepend menu items.voidValuePanel.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.propModifier and TypeClassDescriptionclassClass for the EditorScreenProp in the designer.Methods in com.iizigo.vs.prop that return DesignerPropModifier and TypeMethodDescriptionVirtualSpaceDesignerProp.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.actionactorUses of DesignerProp in com.iizigo.ws.editor
Methods in com.iizigo.ws.editor that return DesignerPropModifier and TypeMethodDescriptionIEditorReplyProcessor.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.propModifier and TypeClassDescriptionclassClass 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 DesignerPropModifier and TypeMethodDescriptionEditorJSONReplyDocument.setReply(IReplyContent reply) Updates the output for the processor with a new reply that should replace the old one.