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 PropertyEditorSetup
Activator. setupAppDist
static PropertyEditorSetup
Activator. setupFont
static PropertyEditorSetup
Activator. setupImage
static PropertyEditorSetup
Activator. setupModuleApp
static PropertyEditorSetup
Activator. setupPanel
The resource setup.static PropertyEditorSetup
Activator. setupPush
static PropertyEditorSetup
Activator. setupPWA
static PropertyEditorSetup
Activator. setupResource
static PropertyEditorSetup
Activator. setupRuntimeBuilder
static PropertyEditorSetup
Activator. setupSelector
static PropertyEditorSetup
Activator. setupServerConfig
static PropertyEditorSetup
Activator. setupServerMonitor
static PropertyEditorSetup
Activator. setupStyle
static PropertyEditorSetup
Activator. setupTextTable
static PropertyEditorSetup
Activator. setupVS
Uses of PropertyEditorSetup in com.iizigo.actionactor
Methods in com.iizigo.actionactor that return PropertyEditorSetup Modifier and Type Method Description protected 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 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 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 PropertyEditorSetup Modifier and Type Field Description static PropertyEditorSetup
PluginActivator. setup
The resource setup.Uses of PropertyEditorSetup in com.iizigo.db.actionactor
Methods in com.iizigo.db.actionactor that return PropertyEditorSetup Modifier and Type Method Description PropertyEditorSetup
EditorDatabaseActionActor.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 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 PropertyEditorSetup Modifier and Type Method Description protected 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 PropertyEditorSetup Modifier and Type Method Description protected 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 PropertyEditorSetup Modifier and Type Method Description protected 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 PropertyEditorSetup Modifier and Type Method Description protected 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 PropertyEditorSetup Modifier and Type Field Description PropertyEditorSetup
Folder. folderSetup
Flag for the Folder settings setup, null for none.Methods in com.iizigo.project that return PropertyEditorSetup Modifier and Type Method Description PropertyEditorSetup
ModuleFolder. 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 PropertyEditorSetup
PropertyEditorInfo. setup
The property editor object.Methods in com.iizigo.prop that return PropertyEditorSetup Modifier and Type Method Description protected 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 PropertyEditorSetup Modifier and Type Method Description boolean
PropertyEditorSetup. 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 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 PropertyEditorSetup Modifier and Type Method Description protected 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 PropertyEditorSetup Modifier and Type Method Description PropertyEditorSetup
IRuntimeBuilder. 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 PropertyEditorSetup
EclipseRuntimeBuilder. 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 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 PropertyEditorSetup Modifier and Type Method Description protected 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 PropertyEditorSetup Modifier and Type Method Description protected 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 PropertyEditorSetup Modifier and Type Method Description default 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 PropertyEditorSetup Modifier and Type Method Description protected 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 PropertyEditorSetup Modifier and Type Field Description static PropertyEditorSetup
PluginActivator. setupCapture
The resource setup: capture.static PropertyEditorSetup
PluginActivator. setupMonitor
The resource setup: server monitor.static PropertyEditorSetup
PluginActivator. setupRecording
The resource setup: recording.static 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 PropertyEditorSetup Modifier and Type Method Description protected 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 PropertyEditorSetup Modifier and Type Method Description PropertyEditorSetup
EditorTerminalActionActor.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 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 PropertyEditorSetup
EditorActiveTerminalSession. getPropertyEditorSetup()
Gets the Setup used for iiziGo, subclasses must override and provide their instance.PropertyEditorSetup
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 PropertyEditorSetup Modifier and Type Method Description protected 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 PropertyEditorSetup Modifier and Type Method Description protected 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 PropertyEditorSetup Modifier and Type Field Description static PropertyEditorSetup
PluginActivator. setup
The resource setup.Uses of PropertyEditorSetup in com.iizigo.ws.actionactor
Methods in com.iizigo.ws.actionactor that return PropertyEditorSetup Modifier and Type Method Description PropertyEditorSetup
EditorWebServiceActionActor.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 PropertyEditorSetup
WebServiceDesignerProp. getPropertyEditorSetup()
Gets the Setup used for iiziGo, subclasses must override and provide their instance.