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 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 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 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 DesignerProp Modifier and Type Method Description static PropCnr[]Activator. getPropCnrs(java.util.ArrayList<DesignerProp> list)Gets a PropCnr's from a DesignerProp list.static voidActivator. 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 classActionActorDesignerPropAction Actor Designer Prop.Uses of DesignerProp in com.iizigo.app.prop
Subclasses of DesignerProp in com.iizigo.app.prop Modifier and Type Class Description classAppDistributionDesignerPropClass 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 classDatabaseActionActorDesignerPropAction Actor Designer Prop.Uses of DesignerProp in com.iizigo.db.prop
Subclasses of DesignerProp in com.iizigo.db.prop Modifier and Type Class Description classDatabaseDesignerPropClass 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.TransferDataPropertiesTransfer. 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 DesignerPropPropHelper. getDesignerProp(GProp<?> gp)Gets a DesignerProp for a property, by searching it and its parents.DesignerPropContextMenuContributorAdapter. getTarget()Gets the default target when none other is found for the pop-up menu in the viewer.DesignerPropIContextMenuContributor. getTarget()Gets the default target when none other is found for the pop-up menu in the viewer.DesignerPropIContextMenuContributorFormControl. 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 voidEndNodeTextFilter. 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.IzMenuItemContextMenuItem. createMenuItem(DesignerProp target, org.eclipse.swt.widgets.Control control, IzMenu menu, IPropUndoRedo undoRedo)Creates a menu item for this Add-Item.static java.lang.StringCreateResourcesFromProperties. 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.StringCreateResourcesFromProperties. 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.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 java.lang.StringPropHelper. doPaste(DesignerProp target, 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 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, java.util.HashSet<java.lang.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 java.lang.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 java.lang.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 DesignerProp Modifier and Type Method Description static java.lang.StringPropHelper. canPerform(java.util.ArrayList<DesignerProp> list, int operation)Checks properties for a valid operation.static intPropHelper. 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 classFontDesignerPropClass for Font Designer Prop.Uses of DesignerProp in com.iizigo.handler
Fields in com.iizigo.handler declared as DesignerProp Modifier and Type Field Description DesignerPropSelectionEnabler. targetThe 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. 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.prop Modifier and Type Class Description classImageDesignerPropClass 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 DesignerPropStringLiteralToDesignerProp. 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 DesignerPropParsedJavaSource. 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 voidParsedJavaSource. 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.navigator
Methods in com.iizigo.navigator with parameters of type DesignerProp 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 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 classUICompDesignerPropClass for the UI property components in the designer, specialized for UIComp class.classUICompsDesignerPropClass for the UI property containers in the designer, specialized for UIComps class to handle layout data.classUIContainerDesignerPropClass for the UI property containers in the designer, specialized for UIContainer class to handle layouts.classUIDesignerPropClass for the UI property containers in the designer.classUILayoutDesignerPropClass for the UI property containers in the designer, specialized for Layout Managers.classUIMenuCompDesignerPropClass for the UI menu components in the designer, specialized for UIComp class, all menu components except menu separator.classUIMenuContainerDesignerPropClass 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 classChartDesignerPropClass for the UI chart children property containers in the designer (axis, plot and series).classUIChartDesignerPropClass 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 classMLDesignerPropDesigner 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 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(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 ModuleFolderModuleFolder. 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 classResourceDesignerPropResource-based Designer Prop.Methods in com.iizigo.prop that return DesignerProp Modifier and Type Method Description DesignerPropDesignerProp. getCNRealProp()Gets the "real" property when the DesignerProp has been retrieved from e.g.DesignerPropDesignerProp. getDataDesignerProp()Gets the data DesignerProp that is associates with the FilePropCnr.DesignerPropIPropDesigner. getDesigner()Gets the Designer Extension for Properties.DesignerPropDesignerProp. getParent()Gets the parent.Methods in com.iizigo.prop with parameters of type DesignerProp Modifier and Type Method Description voidDesignerProp. 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.prop Modifier and Type Class Description classEditorPushDesignerPropClass for Push Notification Designer Prop.Methods in com.iizigo.push.prop that return DesignerProp Modifier and Type Method Description DesignerPropEditorPushProps. 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 classEditorPWADesignerPropClass for Progressive Web App (PWA) Designer Prop.Methods in com.iizigo.pwa.prop that return DesignerProp Modifier and Type Method Description DesignerPropEditorPWAProps. 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 classEditorRuntimeBuilderDesignerPropClass 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 classSelectorDesignerPropClass for Styles Designer Prop.Methods in com.iizigo.selector.prop with parameters of type DesignerProp Modifier and Type Method Description java.lang.ObjectEditorSelectorExpression. 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 classServerConfigDesignerPropClass 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 classVirtualizedMonitorDesignerPropClass 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 classStylesDesignerPropClass 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 voidIzToolTipPropEnhancer. 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.prop Modifier and Type Class Description classCaptureDesignerPropClass 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 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.prop Modifier and Type Class Description classScreenDesignerPropClass for the EditorScreenProp in the designer.classTerminalActionActorDesignerPropAction Actor Designer Prop.classTerminalDesignerPropClass 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 classRecordingDesignerPropClass 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 booleanExternalizeTextsDialog. 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 classTextTableDesignerPropClass for Styles Designer Prop.Uses of DesignerProp in com.iizigo.vs
Methods in com.iizigo.vs that return DesignerProp Modifier and Type Method Description DesignerPropActionsPanel. getTarget()Gets the default target when none other is found for the pop-up menu in the viewer.DesignerPropTablePanel. getTarget()Gets the default target when none other is found for the pop-up menu in the viewer.DesignerPropValuePanel. 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 voidActionsPanel. 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.prop Modifier and Type Class Description classVirtualSpaceDesignerPropClass for the EditorScreenProp in the designer.Methods in com.iizigo.vs.prop that return DesignerProp Modifier and Type Method Description DesignerPropVirtualSpaceDesignerProp. 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 classWebServiceActionActorDesignerPropAction 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 DesignerPropIEditorReplyProcessor. 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 classWebServiceDesignerPropClass 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 DesignerPropEditorJSONReplyDocument. setReply(IReplyContent reply)Updates the output for the processor with a new reply that should replace the old one.