Uses of Class
com.iizigo.prop.PropertyEditorSetup
Uses of PropertyEditorSetup in com.iizigo
Fields in com.iizigo declared as PropertyEditorSetup Modifier and Type Field Description static PropertyEditorSetupActivator. setupAppDiststatic PropertyEditorSetupActivator. setupFontstatic PropertyEditorSetupActivator. setupImagestatic PropertyEditorSetupActivator. setupModuleAppstatic PropertyEditorSetupActivator. setupPanelThe resource setup.static PropertyEditorSetupActivator. setupPushstatic PropertyEditorSetupActivator. setupPWAstatic PropertyEditorSetupActivator. setupResourcestatic PropertyEditorSetupActivator. setupRuntimeBuilderstatic PropertyEditorSetupActivator. setupSelectorstatic PropertyEditorSetupActivator. setupServerConfigstatic PropertyEditorSetupActivator. setupServerMonitorstatic PropertyEditorSetupActivator. setupStylestatic PropertyEditorSetupActivator. setupTextTablestatic PropertyEditorSetupActivator. setupVSUses of PropertyEditorSetup in com.iizigo.actionactor
Methods in com.iizigo.actionactor that return PropertyEditorSetup Modifier and Type Method Description protected PropertyEditorSetupActionActorDesignerProp. getPropertyEditorSetup()Gets the Setup used for iiziGo, subclasses must override and provide their instance.default PropertyEditorSetupIEditorActionActorSettings. getPropertyEditorSetup()Gets the Setup used for iiziGo, subclasses must override and provide their instance.Constructors in com.iizigo.actionactor with parameters of type PropertyEditorSetup Constructor Description ActionActorDesignerProp(AbstractSettings propertyContainer, PropertyEditorSetup actorSetup)Constructor.Uses of PropertyEditorSetup in com.iizigo.app.prop
Methods in com.iizigo.app.prop that return PropertyEditorSetup Modifier and Type Method Description protected PropertyEditorSetupAppDistributionDesignerProp. getPropertyEditorSetup()Gets the Setup used for iiziGo, subclasses must override and provide their instance.Uses of PropertyEditorSetup in com.iizigo.db
Fields in com.iizigo.db declared as PropertyEditorSetup Modifier and Type Field Description static PropertyEditorSetupPluginActivator. setupThe resource setup.Uses of PropertyEditorSetup in com.iizigo.db.actionactor
Methods in com.iizigo.db.actionactor that return PropertyEditorSetup Modifier and Type Method Description PropertyEditorSetupEditorDatabaseActionActor.Settings. getPropertyEditorSetup()Gets the Setup used for iiziGo, subclasses must override and provide their instance.Constructors in com.iizigo.db.actionactor with parameters of type PropertyEditorSetup Constructor Description DatabaseActionActorDesignerProp(AbstractSettings propertyContainer, PropertyEditorSetup actorSetup)Constructor.Uses of PropertyEditorSetup in com.iizigo.db.prop
Methods in com.iizigo.db.prop that return PropertyEditorSetup Modifier and Type Method Description protected PropertyEditorSetupDatabaseDesignerProp. getPropertyEditorSetup()Gets the Setup used for iiziGo, subclasses must override and provide their instance.Uses of PropertyEditorSetup in com.iizigo.font.prop
Methods in com.iizigo.font.prop that return PropertyEditorSetup Modifier and Type Method Description protected PropertyEditorSetupFontDesignerProp. getPropertyEditorSetup()Gets the Setup used for iiziGo, subclasses must override and provide their instance.Uses of PropertyEditorSetup in com.iizigo.image.prop
Methods in com.iizigo.image.prop that return PropertyEditorSetup Modifier and Type Method Description protected PropertyEditorSetupImageDesignerProp. getPropertyEditorSetup()Gets the Setup used for iiziGo, subclasses must override and provide their instance.Uses of PropertyEditorSetup in com.iizigo.panel.prop
Methods in com.iizigo.panel.prop that return PropertyEditorSetup Modifier and Type Method Description protected PropertyEditorSetupUIDesignerProp. getPropertyEditorSetup()Gets the Setup used for iiziGo, subclasses must override and provide their instance.Uses of PropertyEditorSetup in com.iizigo.panel.prop.chart
Methods in com.iizigo.panel.prop.chart that return PropertyEditorSetup Modifier and Type Method Description protected PropertyEditorSetupChartDesignerProp. getPropertyEditorSetup()Gets the Setup used for iiziGo, subclasses must override and provide their instance.Uses of PropertyEditorSetup in com.iizigo.project
Fields in com.iizigo.project declared as PropertyEditorSetup Modifier and Type Field Description PropertyEditorSetupFolder. folderSetupFlag for the Folder settings setup, null for none.Methods in com.iizigo.project that return PropertyEditorSetup Modifier and Type Method Description PropertyEditorSetupModuleFolder. getFolderSettingsSetup()Gets the folder settings setup.Uses of PropertyEditorSetup in com.iizigo.prop
Fields in com.iizigo.prop declared as PropertyEditorSetup Modifier and Type Field Description PropertyEditorSetupPropertyEditorInfo. setupThe property editor object.Methods in com.iizigo.prop that return PropertyEditorSetup Modifier and Type Method Description protected PropertyEditorSetupDesignerProp. getPropertyEditorSetup()Gets the Setup used for iiziGo, subclasses must override and provide their instance.protected PropertyEditorSetupResourceDesignerProp. getPropertyEditorSetup()Gets the Setup used for iiziGo, subclasses must override and provide their instance.Methods in com.iizigo.prop with parameters of type PropertyEditorSetup Modifier and Type Method Description booleanPropertyEditorSetup. equalsMultiEdit(PropertyEditorSetup setup)Checks if two instances are "multi-edit-equals", i.e.Constructors in com.iizigo.prop with parameters of type PropertyEditorSetup Constructor Description PropCnrEditorProperties(PropertyEditorSetup pes, java.lang.Object[] setup)Creates the instance of the EditProperties for a property component.PropCnrEditorProperties(PropertyEditorSetup pes, java.lang.Object[] setup, java.lang.String itemAppender)Creates the instance of the EditProperties for a property component.PropertyEditor(IPropertyEditorController controller, org.eclipse.swt.widgets.Composite parent, PropertyEditorSetup pes)Creates the properties composite.PropertyEditor(IPropertyEditorController controller, org.eclipse.swt.widgets.Composite parent, PropertyEditorSetup pes, boolean useFilter)Creates the properties composite.PropertyEditor(IPropertyEditorController controller, org.eclipse.swt.widgets.Composite parent, PropertyEditorSetup pes, boolean useFilter, boolean enableGroups, org.eclipse.ui.IMemento propsMemento)Creates the properties composite.PropertyEditor(IPropertyEditorController controller, org.eclipse.swt.widgets.Composite parent, PropertyEditorSetup pes, boolean useFilter, boolean enableGroups, org.eclipse.ui.IMemento propsMemento, int style)Creates the properties composite.PropertyEditor(IPropertyEditorController controller, org.eclipse.swt.widgets.Composite parent, PropertyEditorSetup pes, boolean useFilter, boolean enableGroups, org.eclipse.ui.IMemento propsMemento, int style, int scrollStyle)Creates the properties composite.PropertyEditor(IPropertyEditorController controller, org.eclipse.swt.widgets.Composite parent, PropertyEditorSetup pes, boolean useFilter, org.eclipse.ui.IMemento propsMemento)Creates the properties composite.PropertyEditorInfo(PropertyEditorSetup pes, java.lang.String propertyName, java.lang.String definitionName, PropertyEditorInfoOptions options)Constructor.Uses of PropertyEditorSetup in com.iizigo.push.prop
Methods in com.iizigo.push.prop that return PropertyEditorSetup Modifier and Type Method Description protected PropertyEditorSetupEditorPushDesignerProp. getPropertyEditorSetup()Gets the Setup used for iiziGo, subclasses must override and provide their instance.Uses of PropertyEditorSetup in com.iizigo.pwa.prop
Methods in com.iizigo.pwa.prop that return PropertyEditorSetup Modifier and Type Method Description protected PropertyEditorSetupEditorPWADesignerProp. getPropertyEditorSetup()Gets the Setup used for iiziGo, subclasses must override and provide their instance.Uses of PropertyEditorSetup in com.iizigo.run
Methods in com.iizigo.run that return PropertyEditorSetup Modifier and Type Method Description PropertyEditorSetupIRuntimeBuilder. getPropertyEditorSetup()Gets the Setup used for iiziGo, subclasses must override and provide their instance.Uses of PropertyEditorSetup in com.iizigo.run.impl
Methods in com.iizigo.run.impl that return PropertyEditorSetup Modifier and Type Method Description PropertyEditorSetupEclipseRuntimeBuilder. getPropertyEditorSetup()Gets the Setup used for iiziGo, subclasses must override and provide their instance.Uses of PropertyEditorSetup in com.iizigo.run.prop
Methods in com.iizigo.run.prop that return PropertyEditorSetup Modifier and Type Method Description protected PropertyEditorSetupEditorRuntimeBuilderDesignerProp. getPropertyEditorSetup()Gets the Setup used for iiziGo, subclasses must override and provide their instance.Uses of PropertyEditorSetup in com.iizigo.selector.prop
Methods in com.iizigo.selector.prop that return PropertyEditorSetup Modifier and Type Method Description protected PropertyEditorSetupSelectorDesignerProp. getPropertyEditorSetup()Gets the Setup used for iiziGo, subclasses must override and provide their instance.Uses of PropertyEditorSetup in com.iizigo.server.config
Methods in com.iizigo.server.config that return PropertyEditorSetup Modifier and Type Method Description protected PropertyEditorSetupServerConfigDesignerProp. getPropertyEditorSetup()Gets the Setup used for iiziGo, subclasses must override and provide their instance.Uses of PropertyEditorSetup in com.iizigo.server.monitor
Methods in com.iizigo.server.monitor that return PropertyEditorSetup Modifier and Type Method Description default PropertyEditorSetupIVirtualizedMonitorProp. getPropertyEditorSetup()Gets the Setup used for iiziGo, subclasses must override and provide their instance.protected PropertyEditorSetupVirtualizedMonitorDesignerProp. getPropertyEditorSetup()Gets the Setup used for iiziGo, subclasses must override and provide their instance.Uses of PropertyEditorSetup in com.iizigo.style.prop
Methods in com.iizigo.style.prop that return PropertyEditorSetup Modifier and Type Method Description protected PropertyEditorSetupStylesDesignerProp. getPropertyEditorSetup()Gets the Setup used for iiziGo, subclasses must override and provide their instance.Uses of PropertyEditorSetup in com.iizigo.term
Fields in com.iizigo.term declared as PropertyEditorSetup Modifier and Type Field Description static PropertyEditorSetupPluginActivator. setupCaptureThe resource setup: capture.static PropertyEditorSetupPluginActivator. setupMonitorThe resource setup: server monitor.static PropertyEditorSetupPluginActivator. setupRecordingThe resource setup: recording.static PropertyEditorSetupPluginActivator. setupScreenThe resource setup: screen.Uses of PropertyEditorSetup in com.iizigo.term.capture.prop
Methods in com.iizigo.term.capture.prop that return PropertyEditorSetup Modifier and Type Method Description protected PropertyEditorSetupCaptureDesignerProp. getPropertyEditorSetup()Gets the Setup used for iiziGo, subclasses must override and provide their instance.Uses of PropertyEditorSetup in com.iizigo.term.prop
Methods in com.iizigo.term.prop that return PropertyEditorSetup Modifier and Type Method Description PropertyEditorSetupEditorTerminalActionActor.Settings. getPropertyEditorSetup()Gets the Setup used for iiziGo, subclasses must override and provide their instance.protected PropertyEditorSetupScreenDesignerProp. getPropertyEditorSetup()Gets the Setup used for iiziGo, subclasses must override and provide their instance.protected PropertyEditorSetupTerminalDesignerProp. getPropertyEditorSetup()Gets the edit setup.Constructors in com.iizigo.term.prop with parameters of type PropertyEditorSetup Constructor Description TerminalActionActorDesignerProp(AbstractSettings propertyContainer, PropertyEditorSetup actorSetup)Constructor.Uses of PropertyEditorSetup in com.iizigo.term.server
Methods in com.iizigo.term.server that return PropertyEditorSetup Modifier and Type Method Description PropertyEditorSetupEditorActiveTerminalSession. getPropertyEditorSetup()Gets the Setup used for iiziGo, subclasses must override and provide their instance.PropertyEditorSetupEditorActiveTerminalSessions. getPropertyEditorSetup()Gets the Setup used for iiziGo, subclasses must override and provide their instance.Uses of PropertyEditorSetup in com.iizigo.text.prop
Methods in com.iizigo.text.prop that return PropertyEditorSetup Modifier and Type Method Description protected PropertyEditorSetupTextTableDesignerProp. getPropertyEditorSetup()Gets the Setup used for iiziGo, subclasses must override and provide their instance.Uses of PropertyEditorSetup in com.iizigo.vs.prop
Methods in com.iizigo.vs.prop that return PropertyEditorSetup Modifier and Type Method Description protected PropertyEditorSetupVirtualSpaceDesignerProp. getPropertyEditorSetup()Gets the Setup used for iiziGo, subclasses must override and provide their instance.Uses of PropertyEditorSetup in com.iizigo.ws
Fields in com.iizigo.ws declared as PropertyEditorSetup Modifier and Type Field Description static PropertyEditorSetupPluginActivator. setupThe resource setup.Uses of PropertyEditorSetup in com.iizigo.ws.actionactor
Methods in com.iizigo.ws.actionactor that return PropertyEditorSetup Modifier and Type Method Description PropertyEditorSetupEditorWebServiceActionActor.Settings. getPropertyEditorSetup()Gets the Setup used for iiziGo, subclasses must override and provide their instance.Constructors in com.iizigo.ws.actionactor with parameters of type PropertyEditorSetup Constructor Description WebServiceActionActorDesignerProp(AbstractSettings propertyContainer, PropertyEditorSetup actorSetup)Constructor.Uses of PropertyEditorSetup in com.iizigo.ws.prop
Methods in com.iizigo.ws.prop that return PropertyEditorSetup Modifier and Type Method Description protected PropertyEditorSetupWebServiceDesignerProp. getPropertyEditorSetup()Gets the Setup used for iiziGo, subclasses must override and provide their instance.