Uses of Class
com.iizigo.prop.DesignerProp
Package
Description
Uses of DesignerProp in com.iizigo
Modifier and TypeMethodDescriptionstatic 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.Modifier 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.Modifier and TypeMethodDescriptionstatic 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.Modifier and TypeMethodDescriptionstatic PropCnr[]
Activator.getPropCnrs
(ArrayList<DesignerProp> list) Gets a PropCnr's from a DesignerProp list.static void
Activator.refresh
(Collection<DesignerProp> dps) Refreshes the workspace for the specified properties.Uses of DesignerProp in com.iizigo.actionactor
Uses of DesignerProp in com.iizigo.app.prop
Modifier and TypeClassDescriptionclass
Class for Application Distribution Designer Prop.Uses of DesignerProp in com.iizigo.db.actionactor
Uses of DesignerProp in com.iizigo.db.prop
Modifier and TypeClassDescriptionclass
Class for the DesignerProp for all DataBase property classes in the Designer.Uses of DesignerProp in com.iizigo.dnd
Modifier and TypeMethodDescriptionorg.eclipse.swt.dnd.TransferData
PropertiesTransfer.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
Modifier and TypeMethodDescriptionstatic DesignerProp
PropHelper.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.Modifier and TypeMethodDescriptionstatic ArrayList<DesignerProp>
PropHelper.getDesignerProps
(GProp<?>[] props) Gets the DesignerProps for the specified properties.Modifier and TypeMethodDescriptionvoid
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.ContextMenuItem.createMenuItem
(DesignerProp target, org.eclipse.swt.widgets.Control control, IzMenu menu, IPropUndoRedo undoRedo) Creates a menu item for this Add-Item.static String
CreateResourcesFromProperties.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 String
CreateResourcesFromProperties.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.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 String
PropHelper.doPaste
(DesignerProp target, int position, IPropUndoRedo undoRedo) Performs a Paste operation with undo support.static 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, HashSet<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 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 String
MovePropertyResources.validateMoveProperties
(GProp<?>[] props, DesignerProp target) Moves the list of properties to the target.Modifier and TypeMethodDescriptionstatic String
PropHelper.canPerform
(ArrayList<DesignerProp> list, int operation) Checks properties for a valid operation.static int
PropHelper.setSelection
(org.eclipse.jface.viewers.StructuredViewer viewer, Collection<DesignerProp> list) Sets the selection of the properties.ModifierConstructorDescriptionMoveDialog
(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.ModifierConstructorDescriptionDeleteCutDialog
(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
Uses of DesignerProp in com.iizigo.handler
Modifier and TypeFieldDescriptionSelectionEnabler.target
The single designer property target, null when multiple are defined.Modifier and TypeFieldDescriptionSelectionEnabler.targets
The currently selected properties as a DesignerProp list, never null.Uses of DesignerProp in com.iizigo.image.prop
Uses of DesignerProp in com.iizigo.java
Modifier and TypeMethodDescriptionStringLiteralToDesignerProp.getProp
(int pos) Returns the DesignerProp for a position.ModifierConstructorDescriptionStringLiteralToDesignerProp
(int start, int length, DesignerProp dp) Constructor.Uses of DesignerProp in com.iizigo.java.parser
Modifier and TypeMethodDescriptionParsedJavaSource.getDesignerPropFromPositionInString
(int pos) Gets a DesignerProp from a position in the file.Modifier and TypeMethodDescriptionvoid
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.panel
Modifier and TypeMethodDescriptionPanelEditor.getMarkedComponents()
Gets the selection of marks for drag-drop.Uses of DesignerProp in com.iizigo.panel.prop
Modifier and TypeClassDescriptionclass
Class for the UI property components in the designer, specialized for UIComp class.class
Class for the UI property containers in the designer, specialized for UIComps class to handle layout data.class
Class for the UI property containers in the designer, specialized for UIContainer class to handle layouts.class
Class for the UI property containers in the designer.class
Class for the UI property containers in the designer, specialized for Layout Managers.class
Class for the UI menu components in the designer, specialized for UIComp class, all menu components except menu separator.class
Class for the UI menu containers in the designer except menu bar.Uses of DesignerProp in com.iizigo.panel.prop.chart
Modifier and TypeClassDescriptionclass
Class for the UI chart children property containers in the designer (axis, plot and series).class
Class for the UI chart children property containers in the designer (axis, plot and series).Uses of DesignerProp in com.iizigo.panel.prop.mlist
Modifier and TypeClassDescriptionclass
Designer properties for mobile list, groups and items.Uses of DesignerProp in com.iizigo.project
Modifier and TypeMethodDescriptionprotected 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
(String label, org.eclipse.core.resources.IFile newFileHandle, PropCnr container, IFileCreated fileCreated, boolean doOpenEditor) Creates a new file.Modifier and TypeMethodDescriptionstatic ModuleFolder
ModuleFolder.getModuleFolder
(ArrayList<DesignerProp> list) Gets the Module Folder used for the selected properties.Uses of DesignerProp in com.iizigo.prop
Modifier 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 DesignerProp
DesignerProp.getParent()
Gets the parent.Modifier and TypeMethodDescriptionvoid
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
Modifier and TypeClassDescriptionclass
Class for Push Notification Designer Prop.Modifier and TypeMethodDescriptionEditorPushProps.getDesigner()
Gets the Designer Extension for Properties.Uses of DesignerProp in com.iizigo.pwa.prop
Modifier and TypeClassDescriptionclass
Class for Progressive Web App (PWA) Designer Prop.Modifier and TypeMethodDescriptionEditorPWAProps.getDesigner()
Gets the Designer Extension for Properties.Uses of DesignerProp in com.iizigo.run.prop
Modifier and TypeClassDescriptionclass
Class for Application Distribution Designer Prop.Uses of DesignerProp in com.iizigo.selector.prop
Modifier and TypeMethodDescriptionEditorSelectorExpression.getTooltipObject
(int offset, DesignerProp any) Gets the tooltip Object for an offset.Uses of DesignerProp in com.iizigo.server.config
Modifier and TypeClassDescriptionclass
Class for Server Configuration Designer Prop.Uses of DesignerProp in com.iizigo.server.monitor
Modifier and TypeClassDescriptionclass
Class for Virtualized Monitor Designer Prop.Uses of DesignerProp in com.iizigo.style.prop
Uses of DesignerProp in com.iizigo.swt
Modifier and TypeMethodDescriptionvoid
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
Modifier and TypeClassDescriptionclass
Class for the CaptureScreenProp and CaptureFieldProp in the designer.Uses of DesignerProp in com.iizigo.term.project
Modifier and TypeMethodDescriptionstatic TerminalModule
TerminalModule.getInstance
(DesignerProp dp) Gets this instance for a Terminal Module enabled and initialized project.Uses of DesignerProp in com.iizigo.term.prop
Modifier and TypeClassDescriptionclass
Class for the EditorScreenProp in the designer.class
Action Actor Designer Prop.class
Class for the EditorScreenProp in the designer.Uses of DesignerProp in com.iizigo.term.recording.prop
Modifier and TypeClassDescriptionclass
Class for the CaptureScreenProp and CaptureFieldProp in the designer.Uses of DesignerProp in com.iizigo.text
Modifier and TypeMethodDescriptionstatic boolean
ExternalizeTextsDialog.canExternalizeTexts
(List<DesignerProp> list) Verifies if the externalize text operation produces something.ModifierConstructorDescriptionExternalizeTextsDialog
(org.eclipse.swt.widgets.Shell parent, EditorTextTable textTable, List<DesignerProp> list, IPropUndoRedo undoRedo) Create the dialog.Uses of DesignerProp in com.iizigo.text.prop
Uses of DesignerProp in com.iizigo.vs
Modifier 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.Modifier and TypeMethodDescriptionvoid
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
Modifier and TypeClassDescriptionclass
Class for the EditorScreenProp in the designer.Modifier and TypeMethodDescriptionVirtualSpaceDesignerProp.getCNRealProp()
Gets the "real" property when the DesignerProp has been retrieved from e.g.Uses of DesignerProp in com.iizigo.ws.actionactor
Uses of DesignerProp in com.iizigo.ws.editor
Modifier 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
Modifier and TypeClassDescriptionclass
Class for the DesignerProp for all Web Service property classes in the designer.Uses of DesignerProp in com.iizigo.ws.prop.json
Modifier and TypeMethodDescriptionEditorJSONReplyDocument.setReply
(IReplyContent reply) Updates the output for the processor with a new reply that should replace the old one.