Uses of Class
com.iizigo.prop.PropertyEditorSetup
Packages that use PropertyEditorSetup
Package
Description
Uses of PropertyEditorSetup in com.iizigo
Fields in com.iizigo declared as PropertyEditorSetupModifier and TypeFieldDescriptionstatic final PropertyEditorSetup
Activator.setupAppDist
static final PropertyEditorSetup
Activator.setupFont
static final PropertyEditorSetup
Activator.setupImage
static final PropertyEditorSetup
Activator.setupModuleApp
static final PropertyEditorSetup
Activator.setupPanel
The resource setup.static final PropertyEditorSetup
Activator.setupPush
static final PropertyEditorSetup
Activator.setupPWA
static final PropertyEditorSetup
Activator.setupResource
static final PropertyEditorSetup
Activator.setupRuntimeBuilder
static final PropertyEditorSetup
Activator.setupSelector
static final PropertyEditorSetup
Activator.setupServerConfig
static final PropertyEditorSetup
Activator.setupServerMonitor
static final PropertyEditorSetup
Activator.setupStyle
static final PropertyEditorSetup
Activator.setupTextTable
static final PropertyEditorSetup
Activator.setupVS
Uses of PropertyEditorSetup in com.iizigo.actionactor
Methods in com.iizigo.actionactor that return PropertyEditorSetupModifier and TypeMethodDescriptionprotected PropertyEditorSetup
ActionActorDesignerProp.getPropertyEditorSetup()
Gets the Setup used for iiziGo, subclasses must override and provide their instance.default PropertyEditorSetup
IEditorActionActorSettings.getPropertyEditorSetup()
Gets the Setup used for iiziGo, subclasses must override and provide their instance.Constructors in com.iizigo.actionactor with parameters of type PropertyEditorSetupModifierConstructorDescriptionActionActorDesignerProp
(AbstractSettings propertyContainer, PropertyEditorSetup actorSetup) Constructor.Uses of PropertyEditorSetup in com.iizigo.app.prop
Methods in com.iizigo.app.prop that return PropertyEditorSetupModifier and TypeMethodDescriptionprotected PropertyEditorSetup
AppDistributionDesignerProp.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 PropertyEditorSetupModifier and TypeFieldDescriptionstatic final PropertyEditorSetup
PluginActivator.setup
The resource setup.Uses of PropertyEditorSetup in com.iizigo.db.actionactor
Methods in com.iizigo.db.actionactor that return PropertyEditorSetupModifier and TypeMethodDescriptionEditorDatabaseActionActor.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 PropertyEditorSetupModifierConstructorDescriptionDatabaseActionActorDesignerProp
(AbstractSettings propertyContainer, PropertyEditorSetup actorSetup) Constructor.Uses of PropertyEditorSetup in com.iizigo.db.prop
Methods in com.iizigo.db.prop that return PropertyEditorSetupModifier and TypeMethodDescriptionprotected PropertyEditorSetup
DatabaseDesignerProp.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 PropertyEditorSetupModifier and TypeMethodDescriptionprotected PropertyEditorSetup
FontDesignerProp.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 PropertyEditorSetupModifier and TypeMethodDescriptionprotected PropertyEditorSetup
ImageDesignerProp.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 PropertyEditorSetupModifier and TypeMethodDescriptionprotected PropertyEditorSetup
UIDesignerProp.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 PropertyEditorSetupModifier and TypeMethodDescriptionprotected PropertyEditorSetup
ChartDesignerProp.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 PropertyEditorSetupModifier and TypeFieldDescriptionfinal PropertyEditorSetup
Folder.folderSetup
Flag for the Folder settings setup, null for none.Methods in com.iizigo.project that return PropertyEditorSetupModifier and TypeMethodDescriptionModuleFolder.getFolderSettingsSetup()
Gets the folder settings setup.Uses of PropertyEditorSetup in com.iizigo.prop
Fields in com.iizigo.prop declared as PropertyEditorSetupModifier and TypeFieldDescriptionfinal PropertyEditorSetup
PropertyEditorInfo.setup
The property editor object.Methods in com.iizigo.prop that return PropertyEditorSetupModifier and TypeMethodDescriptionprotected PropertyEditorSetup
DesignerProp.getPropertyEditorSetup()
Gets the Setup used for iiziGo, subclasses must override and provide their instance.protected PropertyEditorSetup
ResourceDesignerProp.getPropertyEditorSetup()
Gets the Setup used for iiziGo, subclasses must override and provide their instance.Methods in com.iizigo.prop with parameters of type PropertyEditorSetupModifier and TypeMethodDescriptionboolean
PropertyEditorSetup.equalsMultiEdit
(PropertyEditorSetup setup) Checks if two instances are "multi-edit-equals", i.e.Constructors in com.iizigo.prop with parameters of type PropertyEditorSetupModifierConstructorDescriptionPropCnrEditorProperties
(PropertyEditorSetup pes, Object[] setup) Creates the instance of the EditProperties for a property component.PropCnrEditorProperties
(PropertyEditorSetup pes, Object[] setup, 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, String propertyName, String definitionName, PropertyEditorInfoOptions options) Constructor.Uses of PropertyEditorSetup in com.iizigo.push.prop
Methods in com.iizigo.push.prop that return PropertyEditorSetupModifier and TypeMethodDescriptionprotected PropertyEditorSetup
EditorPushDesignerProp.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 PropertyEditorSetupModifier and TypeMethodDescriptionprotected PropertyEditorSetup
EditorPWADesignerProp.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 PropertyEditorSetupModifier and TypeMethodDescriptionIRuntimeBuilder.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 PropertyEditorSetupModifier and TypeMethodDescriptionEclipseRuntimeBuilder.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 PropertyEditorSetupModifier and TypeMethodDescriptionprotected PropertyEditorSetup
EditorRuntimeBuilderDesignerProp.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 PropertyEditorSetupModifier and TypeMethodDescriptionprotected PropertyEditorSetup
SelectorDesignerProp.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 PropertyEditorSetupModifier and TypeMethodDescriptionprotected PropertyEditorSetup
ServerConfigDesignerProp.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 PropertyEditorSetupModifier and TypeMethodDescriptiondefault PropertyEditorSetup
IVirtualizedMonitorProp.getPropertyEditorSetup()
Gets the Setup used for iiziGo, subclasses must override and provide their instance.protected PropertyEditorSetup
VirtualizedMonitorDesignerProp.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 PropertyEditorSetupModifier and TypeMethodDescriptionprotected PropertyEditorSetup
StylesDesignerProp.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 PropertyEditorSetupModifier and TypeFieldDescriptionstatic final PropertyEditorSetup
PluginActivator.setupCapture
The resource setup: capture.static final PropertyEditorSetup
PluginActivator.setupMonitor
The resource setup: server monitor.static final PropertyEditorSetup
PluginActivator.setupRecording
The resource setup: recording.static final PropertyEditorSetup
PluginActivator.setupScreen
The resource setup: screen.Uses of PropertyEditorSetup in com.iizigo.term.capture.prop
Methods in com.iizigo.term.capture.prop that return PropertyEditorSetupModifier and TypeMethodDescriptionprotected PropertyEditorSetup
CaptureDesignerProp.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 PropertyEditorSetupModifier and TypeMethodDescriptionEditorTerminalActionActor.Settings.getPropertyEditorSetup()
Gets the Setup used for iiziGo, subclasses must override and provide their instance.protected PropertyEditorSetup
ScreenDesignerProp.getPropertyEditorSetup()
Gets the Setup used for iiziGo, subclasses must override and provide their instance.protected PropertyEditorSetup
TerminalDesignerProp.getPropertyEditorSetup()
Gets the edit setup.Constructors in com.iizigo.term.prop with parameters of type PropertyEditorSetupModifierConstructorDescriptionTerminalActionActorDesignerProp
(AbstractSettings propertyContainer, PropertyEditorSetup actorSetup) Constructor.Uses of PropertyEditorSetup in com.iizigo.term.server
Methods in com.iizigo.term.server that return PropertyEditorSetupModifier and TypeMethodDescriptionEditorActiveTerminalSession.getPropertyEditorSetup()
Gets the Setup used for iiziGo, subclasses must override and provide their instance.EditorActiveTerminalSessions.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 PropertyEditorSetupModifier and TypeMethodDescriptionprotected PropertyEditorSetup
TextTableDesignerProp.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 PropertyEditorSetupModifier and TypeMethodDescriptionprotected PropertyEditorSetup
VirtualSpaceDesignerProp.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 PropertyEditorSetupModifier and TypeFieldDescriptionstatic final PropertyEditorSetup
PluginActivator.setup
The resource setup.Uses of PropertyEditorSetup in com.iizigo.ws.actionactor
Methods in com.iizigo.ws.actionactor that return PropertyEditorSetupModifier and TypeMethodDescriptionEditorWebServiceActionActor.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 PropertyEditorSetupModifierConstructorDescriptionWebServiceActionActorDesignerProp
(AbstractSettings propertyContainer, PropertyEditorSetup actorSetup) Constructor.Uses of PropertyEditorSetup in com.iizigo.ws.prop
Methods in com.iizigo.ws.prop that return PropertyEditorSetupModifier and TypeMethodDescriptionprotected PropertyEditorSetup
WebServiceDesignerProp.getPropertyEditorSetup()
Gets the Setup used for iiziGo, subclasses must override and provide their instance.