Index

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _ 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

U

UDP_PORT - Static variable in class com.iizix.server.prop.WebServerPortConfig
The name of the UDP port value for HTTP/3.
UI - Enum constant in enum class com.iizix.api.AnnotationType
 
UI - Enum constant in enum class com.iizix.text.IKStringHyperlinkType
UI component, i.e.
UI - Annotation Interface in com.iizix.api.ui
Tags a POJO as being a UI class with event listeners.
UI_COMPONENT - Static variable in class com.iizix.prop.Atom
 
UI_CONTAINER - Static variable in class com.iizix.prop.Atom
 
UI_PREVIEW - Static variable in class com.iizix.prop.Atom
 
UIAbstractListChoice - Class in com.iizix.prop.ui
Abstract list choice UI component used for combobox and spinner.
UIAbstractListChoice() - Constructor for class com.iizix.prop.ui.UIAbstractListChoice
Creates the component without a name.
UIAbstractListChoice(Atom) - Constructor for class com.iizix.prop.ui.UIAbstractListChoice
Creates the component with the specified name.
UIAccordion - Class in com.iizix.prop.ui
Accordion UI container.
UIAccordion() - Constructor for class com.iizix.prop.ui.UIAccordion
Creates the container without name with a null value.
UIAccordion(Atom) - Constructor for class com.iizix.prop.ui.UIAccordion
Creates the container with the specified name with a null value.
UIAccordion(Atom, GProp<?>[]) - Constructor for class com.iizix.prop.ui.UIAccordion
Creates the container with the specified name and properties.
UIActionEvent - Class in com.iizix.api.ui
The UI component Action Event.
UIActionEvent(IUIAction) - Constructor for class com.iizix.api.ui.UIActionEvent
Constructs the event for an action without a trigger source.
UIActionEvent(IUIAction, GProp<?>) - Constructor for class com.iizix.api.ui.UIActionEvent
Constructs the event for an action with a property being the trigger source, e.g.
UIActionEvent(IUIAction, GProp<?>, UIComp) - Constructor for class com.iizix.api.ui.UIActionEvent
Constructs the event for an action with a property being the trigger source, e.g.
UIAnnotationReferenceProcessor - Class in com.iizix.prop.ui
The UI reference processor used for the @UIRef annotation.
UIAnnotationReferenceProcessor() - Constructor for class com.iizix.prop.ui.UIAnnotationReferenceProcessor
 
UIBackEvent - Class in com.iizix.api.ui
The UI Back Event.
UIBackEvent(UIPanelBase) - Constructor for class com.iizix.api.ui.UIBackEvent
Constructs the event for an action without a trigger source.
UIBaseEvent<UICOMP> - Class in com.iizix.api.ui
Base event for all events in the API.
UIBaseEvent(UICOMP) - Constructor for class com.iizix.api.ui.UIBaseEvent
Constructor called from the subclass.
UIBuildData - Class in com.iizigo.link.ui
Build data class.
UIBuildData(LinkWizardOperations) - Constructor for class com.iizigo.link.ui.UIBuildData
Constructor.
UIBuilderManager - Class in com.iizigo.link.ui
The UI builder manager holding all possible UI builders.
UIBuilderOperation - Class in com.iizigo.link.ui
The UI builder operation added to the build operations.
UIBuilderSubOperation - Class in com.iizigo.link.ui
The UI build link operation that extends the normal link operation with information about the source so that they can be grouped.
UIBuilderSubOperation(String, IEUIContainer, IAdaptable) - Constructor for class com.iizigo.link.ui.UIBuilderSubOperation
Constructor.
UIButton - Class in com.iizix.prop.ui
Button UI component.
UIButton() - Constructor for class com.iizix.prop.ui.UIButton
Creates the component without a name.
UIButton(Atom) - Constructor for class com.iizix.prop.ui.UIButton
Creates the component with the specified name.
UIButton(Atom, GProp<?>[]) - Constructor for class com.iizix.prop.ui.UIButton
Creates the component with the specified name, initialized to contain the GProp items.
UICalendar - Class in com.iizix.prop.ui
Calendar UI component.
UICalendar() - Constructor for class com.iizix.prop.ui.UICalendar
Creates the component without a name.
UICalendar(Atom) - Constructor for class com.iizix.prop.ui.UICalendar
Creates the component with the specified name.
UICalendar(Atom, GProp<?>[]) - Constructor for class com.iizix.prop.ui.UICalendar
Creates the component with the specified name, initialized to contain the GProp items.
UICalendarList - Class in com.iizix.prop.ui.calendar
Calendar List UI component.
UICalendarList() - Constructor for class com.iizix.prop.ui.calendar.UICalendarList
Creates the component without a name.
UICalendarList(Atom) - Constructor for class com.iizix.prop.ui.calendar.UICalendarList
Creates the component with the specified name.
UIChart - Class in com.iizix.prop.ui.chart
Chart UI component.
UIChart() - Constructor for class com.iizix.prop.ui.chart.UIChart
Creates the component without a name.
UIChart(Atom) - Constructor for class com.iizix.prop.ui.chart.UIChart
Creates the component with the specified name.
UIChartDesignerProp - Class in com.iizigo.panel.prop.chart
Class for the UI chart children property containers in the designer (axis, plot and series).
UIChartDesignerProp(EUIChart) - Constructor for class com.iizigo.panel.prop.chart.UIChartDesignerProp
The constructor.
UICheckBox - Class in com.iizix.prop.ui
Checkbox UI component.
UICheckBox() - Constructor for class com.iizix.prop.ui.UICheckBox
Creates the component without a name.
UICheckBox(Atom) - Constructor for class com.iizix.prop.ui.UICheckBox
Creates the component with the specified name.
UICheckBox(Atom, GProp<?>[]) - Constructor for class com.iizix.prop.ui.UICheckBox
Creates the component with the specified name, initialized to contain the GProp items.
UICheckedMenuItem - Class in com.iizix.prop.ui
Menu item UI component.
UICheckedMenuItem() - Constructor for class com.iizix.prop.ui.UICheckedMenuItem
Creates the component without a name.
UICheckedMenuItem(Atom) - Constructor for class com.iizix.prop.ui.UICheckedMenuItem
Creates the component with the specified name.
UICheckedMenuItem(Atom, GProp<?>[]) - Constructor for class com.iizix.prop.ui.UICheckedMenuItem
Creates the component with the specified name, initialized to contain the GProp items.
UIComboBox - Class in com.iizix.prop.ui
Combobox UI component.
UIComboBox() - Constructor for class com.iizix.prop.ui.UIComboBox
Creates the component without a name.
UIComboBox(Atom) - Constructor for class com.iizix.prop.ui.UIComboBox
Creates the component with the specified name.
UIComboBoxCreator - Class in com.iizigo.panel.prop.creator
The combobox creator with it's VS Field and table column for drop-down.
UIComboBoxCreator() - Constructor for class com.iizigo.panel.prop.creator.UIComboBoxCreator
 
UIComp - Class in com.iizix.prop.ui
The UIComp class is the basic implementation of a single user interface component.
UIComp() - Constructor for class com.iizix.prop.ui.UIComp
Creates a property container with the specified name with a null value.
UIComp(Atom) - Constructor for class com.iizix.prop.ui.UIComp
Creates a property container with the specified name with a null value.
UIComp(Atom, GProp<?>[]) - Constructor for class com.iizix.prop.ui.UIComp
Creates a property container with the specified name and properties.
UICOMP_CLASS - Static variable in class com.iizix.prop.ui.UIContainer
Accepted children components array: UIComp class.
UICompDesignerProp - Class in com.iizigo.panel.prop
Class for the UI property components in the designer, specialized for UIComp class.
UICompDesignerProp(UIComp) - Constructor for class com.iizigo.panel.prop.UICompDesignerProp
The constructor.
UIComps - Class in com.iizix.prop.ui
The UIComps class is the property container for all UIComp instances of the UIComps class.
UIComps() - Constructor for class com.iizix.prop.ui.UIComps
Creates a UIComps container without name and with a null value.
UIComps(Atom) - Constructor for class com.iizix.prop.ui.UIComps
Creates a UIComps container with the specified name with a null value.
UIComps(Atom, GProp<?>[]) - Constructor for class com.iizix.prop.ui.UIComps
Creates a UIComps container with the specified name and properties.
UICompsDesignerProp - Class in com.iizigo.panel.prop
Class for the UI property containers in the designer, specialized for UIComps class to handle layout data.
UIConnectEvent - Class in com.iizix.api.ui
The UI Connect Event.
UIConnectEvent(UIPanelBase, IClientSessionGyro) - Constructor for class com.iizix.api.ui.UIConnectEvent
Constructs the event for a component.
UIContainer - Class in com.iizix.prop.ui
The UIContainer class is a standard simple container for components.
UIContainer() - Constructor for class com.iizix.prop.ui.UIContainer
Creates an UI container with the specified name with a null value.
UIContainer(Atom) - Constructor for class com.iizix.prop.ui.UIContainer
Creates an UI container with the specified name with a null value.
UIContainer(Atom, GProp<?>[]) - Constructor for class com.iizix.prop.ui.UIContainer
Creates an UI container with the specified name and properties.
UIContainerCreator - Class in com.iizigo.panel.prop.creator
The combobox creator with it's VS Field and table column for drop-down.
UIContainerCreator() - Constructor for class com.iizigo.panel.prop.creator.UIContainerCreator
 
UIContainerDesignerProp - Class in com.iizigo.panel.prop
Class for the UI property containers in the designer, specialized for UIContainer class to handle layouts.
UIContainerDesignerProp(UIContainer) - Constructor for class com.iizigo.panel.prop.UIContainerDesignerProp
The constructor.
UIContextMenu - Class in com.iizix.prop.ui
Context menu UI container.
UIContextMenu() - Constructor for class com.iizix.prop.ui.UIContextMenu
Creates the container without name with a null value.
UIContextMenu(Atom) - Constructor for class com.iizix.prop.ui.UIContextMenu
Creates the container with the specified name with a null value.
UIContextMenu(Atom, GProp<?>[]) - Constructor for class com.iizix.prop.ui.UIContextMenu
Creates the container with the specified name and properties.
UICreateEvent - Class in com.iizix.api.ui
The UI component Create Event.
UICreateEvent(UIComp) - Constructor for class com.iizix.api.ui.UICreateEvent
Constructs the event for a component.
UIDateTime - Class in com.iizix.prop.ui.datetime
Date/Time UI Component.
UIDateTime() - Constructor for class com.iizix.prop.ui.datetime.UIDateTime
Creates the component without a name.
UIDateTime(Atom) - Constructor for class com.iizix.prop.ui.datetime.UIDateTime
Creates the component with the specified name.
UIDateTime(Atom, GProp<?>[]) - Constructor for class com.iizix.prop.ui.datetime.UIDateTime
Creates the component with the specified name, initialized to contain the GProp items.
UIDateTimeDataType - Enum Class in com.iizix.prop.ui.datetime
The data types that are supported and mappings to the UIDateTimeType, i.e.
UIDateTimeType - Enum Class in com.iizix.prop.ui.datetime
The date-time type of the component, i.e.
UIDateTimeTypeDialog - Class in com.iizigo.prop.editor.dialog
The UIDateTime type dialog.
UIDateTimeTypeDialog(Shell, int) - Constructor for class com.iizigo.prop.editor.dialog.UIDateTimeTypeDialog
Create the dialog.
UIDateTimeTypePropEditor - Class in com.iizigo.prop.editor
UIDateTime property editor for the component type.
UIDateTimeTypePropEditor() - Constructor for class com.iizigo.prop.editor.UIDateTimeTypePropEditor
 
UIDesignerProp - Class in com.iizigo.panel.prop
Class for the UI property containers in the designer.
UIDesignerProp(PropCnr) - Constructor for class com.iizigo.panel.prop.UIDesignerProp
The constructor.
UIDestroyEvent - Class in com.iizix.api.ui
The UI component Destroy Event.
UIDestroyEvent(UIComp) - Constructor for class com.iizix.api.ui.UIDestroyEvent
Constructs the event for a component.
UIDevices - Class in com.iizigo.panel
Predefined UI devices list, device helpers and composite.
UIDevices(Composite, int, int, int, int, Runnable) - Constructor for class com.iizigo.panel.UIDevices
Constructor.
UIDialog - Class in com.iizix.prop.ui
Desktop popup dialog.
UIDialog() - Constructor for class com.iizix.prop.ui.UIDialog
Creates the container without name with a null value.
UIDialog(Atom) - Constructor for class com.iizix.prop.ui.UIDialog
Creates the container with the specified name with a null value.
UIEmpty - Class in com.iizix.prop.ui
Empty UI component.
UIEmpty() - Constructor for class com.iizix.prop.ui.UIEmpty
Creates the component without a name.
UIEmpty(Atom) - Constructor for class com.iizix.prop.ui.UIEmpty
Creates the component with the specified name.
UIEmpty(Atom, GProp<?>[]) - Constructor for class com.iizix.prop.ui.UIEmpty
Creates the component with the specified name, initialized to contain the GProp items.
UIFeedBack<RETURN_CODE> - Class in com.iizigo.setup
A feed-back class for the license system that can operate in headless or in non-SWT environments.
UIFeedBack(Shell, RETURN_CODE) - Constructor for class com.iizigo.setup.UIFeedBack
A feed-back requires parent shell where dialog boxes are placed.
UIFocusEvent - Class in com.iizix.api.ui
The UI Focus Event is fired when the UI focus changes for a component, or when connected to the panel, for every child item in it.
UIFocusEvent(UIComp, UIComp, boolean) - Constructor for class com.iizix.api.ui.UIFocusEvent
Constructs the event for a change without a trigger source.
UIFocusEvent(UIComp, UIComp, boolean, GProp<?>) - Constructor for class com.iizix.api.ui.UIFocusEvent
Constructs the event for a change event with a property being the trigger source, e.g.
UIGauge - Class in com.iizix.prop.ui
Gauge UI component.
UIGauge() - Constructor for class com.iizix.prop.ui.UIGauge
Creates the component without a name.
UIGauge(Atom) - Constructor for class com.iizix.prop.ui.UIGauge
Creates the component with the specified name.
UIImage - Class in com.iizix.prop.ui
Image UI component.
UIImage() - Constructor for class com.iizix.prop.ui.UIImage
Creates the component without a name.
UIImage(Atom) - Constructor for class com.iizix.prop.ui.UIImage
Creates the component with the specified name.
UIImage(Atom, GProp<?>[]) - Constructor for class com.iizix.prop.ui.UIImage
Creates the component with the specified name, initialized to contain the GProp items.
UIImage2 - Class in com.iizix.prop.ui
Image Crop and Upload UI component.
UIImage2() - Constructor for class com.iizix.prop.ui.UIImage2
Creates the component without a name.
UIImage2(Atom) - Constructor for class com.iizix.prop.ui.UIImage2
Creates the component with the specified name.
UIImage2(Atom, GProp<?>[]) - Constructor for class com.iizix.prop.ui.UIImage2
Creates the component with the specified name, initialized to contain the GProp items.
UILabel - Class in com.iizix.prop.ui
Label UI component.
UILabel() - Constructor for class com.iizix.prop.ui.UILabel
Creates the component without a name.
UILabel(Atom) - Constructor for class com.iizix.prop.ui.UILabel
Creates the component with the specified name.
UILabel(Atom, GProp<?>[]) - Constructor for class com.iizix.prop.ui.UILabel
Creates the component with the specified name, initialized to contain the GProp items.
UILayoutDesignerProp - Class in com.iizigo.panel.prop
Class for the UI property containers in the designer, specialized for Layout Managers.
UILayoutDesignerProp(LayoutMgr<?>) - Constructor for class com.iizigo.panel.prop.UILayoutDesignerProp
The constructor.
UIMap - Class in com.iizix.prop.ui.map
Map UI component.
UIMap() - Constructor for class com.iizix.prop.ui.map.UIMap
Creates the component without a name.
UIMap(Atom) - Constructor for class com.iizix.prop.ui.map.UIMap
Creates the component with the specified name.
UIMap(Atom, GProp<?>[]) - Constructor for class com.iizix.prop.ui.map.UIMap
Creates the component with the specified name, initialized to contain the GProp items.
UIMedia - Class in com.iizix.prop.ui
Media UI component.
UIMedia() - Constructor for class com.iizix.prop.ui.UIMedia
Creates the component without a name.
UIMedia(Atom) - Constructor for class com.iizix.prop.ui.UIMedia
Creates the component with the specified name.
UIMedia(Atom, GProp<?>[]) - Constructor for class com.iizix.prop.ui.UIMedia
Creates the component with the specified name, initialized to contain the GProp items.
UIMediaEvent - Class in com.iizix.api.ui
The UI Media Event is fired when the Media component for Audio or Video issues an event.
UIMediaEvent(UIMedia, PropCnr) - Constructor for class com.iizix.api.ui.UIMediaEvent
Constructs the event for a change without a trigger source.
UIMediaEvent.TimeRange - Class in com.iizix.api.ui
Class for a TimeRange.
UIMediaEvent.TimeRanges - Class in com.iizix.api.ui
Class for a TimeRanges value, used for "buffered" and "played" time ranges.
UIMediaEvent.Type - Enum Class in com.iizix.api.ui
Enum for event type.
UIMenu - Class in com.iizix.prop.ui
Menu UI container.
UIMenu() - Constructor for class com.iizix.prop.ui.UIMenu
Creates the container without name with a null value.
UIMenu(Atom) - Constructor for class com.iizix.prop.ui.UIMenu
Creates the container with the specified name with a null value.
UIMenu(Atom, GProp<?>[]) - Constructor for class com.iizix.prop.ui.UIMenu
Creates the container with the specified name and properties.
UIMenuBar - Class in com.iizix.prop.ui
Menu bar UI container.
UIMenuBar() - Constructor for class com.iizix.prop.ui.UIMenuBar
Creates the container without name with a null value.
UIMenuBar(Atom) - Constructor for class com.iizix.prop.ui.UIMenuBar
Creates the container with the specified name with a null value.
UIMenuBar(Atom, GProp<?>[]) - Constructor for class com.iizix.prop.ui.UIMenuBar
Creates the container with the specified name and properties.
UIMenuCompDesignerProp - Class in com.iizigo.panel.prop
Class for the UI menu components in the designer, specialized for UIComp class, all menu components except menu separator.
UIMenuCompDesignerProp(UIComp) - Constructor for class com.iizigo.panel.prop.UIMenuCompDesignerProp
The constructor.
UIMenuContainerDesignerProp - Class in com.iizigo.panel.prop
Class for the UI menu containers in the designer except menu bar.
UIMenuContainerDesignerProp(UIContainer) - Constructor for class com.iizigo.panel.prop.UIMenuContainerDesignerProp
The constructor.
UIMenuItem - Class in com.iizix.prop.ui
Menu item UI component.
UIMenuItem() - Constructor for class com.iizix.prop.ui.UIMenuItem
Creates the component without a name.
UIMenuItem(Atom) - Constructor for class com.iizix.prop.ui.UIMenuItem
Creates the component with the specified name.
UIMenuItem(Atom, GProp<?>[]) - Constructor for class com.iizix.prop.ui.UIMenuItem
Creates the component with the specified name, initialized to contain the GProp items.
UIMenuSeparator - Class in com.iizix.prop.ui
Menu separator UI component.
UIMenuSeparator() - Constructor for class com.iizix.prop.ui.UIMenuSeparator
Creates the component without a name.
UIMenuSeparator(Atom) - Constructor for class com.iizix.prop.ui.UIMenuSeparator
Creates the component with the specified name.
UIMenuSeparator(Atom, GProp<?>[]) - Constructor for class com.iizix.prop.ui.UIMenuSeparator
Creates the component with the specified name, initialized to contain the GProp items.
UIOutput - Class in com.iizix.prop.ui
Output (label) UI component.
UIOutput() - Constructor for class com.iizix.prop.ui.UIOutput
Creates the component without a name.
UIOutput(Atom) - Constructor for class com.iizix.prop.ui.UIOutput
Creates the component with the specified name.
UIOutput(Atom, GProp<?>[]) - Constructor for class com.iizix.prop.ui.UIOutput
Creates the component with the specified name, initialized to contain the GProp items.
UIPanel - Class in com.iizix.prop.ui
Panel UI container.
UIPanel() - Constructor for class com.iizix.prop.ui.UIPanel
Creates the container without name with a null value.
UIPanel(Atom) - Constructor for class com.iizix.prop.ui.UIPanel
Creates the container with the specified name with a null value.
UIPanelAnnotationReferenceProcessor - Class in com.iizix.prop.ui
The UI panel reference processor used for the @UIPanelRef annotation.
UIPanelAnnotationReferenceProcessor() - Constructor for class com.iizix.prop.ui.UIPanelAnnotationReferenceProcessor
 
UIPanelBase - Class in com.iizix.prop.ui
Base panel UI container.
UIPanelBase() - Constructor for class com.iizix.prop.ui.UIPanelBase
Creates the container without name with a null value.
UIPanelBase(Atom) - Constructor for class com.iizix.prop.ui.UIPanelBase
Creates the container with the specified name with a null value.
UIPanelPart - Class in com.iizix.prop.ui
Panel part UI container.
UIPanelPart() - Constructor for class com.iizix.prop.ui.UIPanelPart
Creates the container without name with a null value.
UIPanelPart(Atom) - Constructor for class com.iizix.prop.ui.UIPanelPart
Creates the container with the specified name with a null value.
UIPanelPartCnr - Class in com.iizix.prop.ui
The UI panel part container.
UIPanelPartCnr() - Constructor for class com.iizix.prop.ui.UIPanelPartCnr
Creates the container without name with a null value.
UIPanelPartCnr(Atom) - Constructor for class com.iizix.prop.ui.UIPanelPartCnr
Creates the container with the specified name with a null value.
UIProgress - Class in com.iizix.prop.ui
Progress UI component.
UIProgress() - Constructor for class com.iizix.prop.ui.UIProgress
Creates the component without a name.
UIProgress(Atom) - Constructor for class com.iizix.prop.ui.UIProgress
Creates the component with the specified name.
UIProgress(Atom, GProp<?>[]) - Constructor for class com.iizix.prop.ui.UIProgress
Creates the component with the specified name, initialized to contain the GProp items.
UIRadioButton - Class in com.iizix.prop.ui
Radio button UI component.
UIRadioButton() - Constructor for class com.iizix.prop.ui.UIRadioButton
Creates the component without a name.
UIRadioButton(Atom) - Constructor for class com.iizix.prop.ui.UIRadioButton
Creates the component with the specified name.
UIRadioButton(Atom, GProp<?>[]) - Constructor for class com.iizix.prop.ui.UIRadioButton
Creates the component with the specified name, initialized to contain the GProp items.
UIRadioMenuItem - Class in com.iizix.prop.ui
Menu item UI component.
UIRadioMenuItem() - Constructor for class com.iizix.prop.ui.UIRadioMenuItem
Creates the component without a name.
UIRadioMenuItem(Atom) - Constructor for class com.iizix.prop.ui.UIRadioMenuItem
Creates the component with the specified name.
UIRadioMenuItem(Atom, GProp<?>[]) - Constructor for class com.iizix.prop.ui.UIRadioMenuItem
Creates the component with the specified name, initialized to contain the GProp items.
UIRef - Enum constant in enum class com.iizix.api.AnnotationType
 
UIRef - Annotation Interface in com.iizix.api.ui
Annotation for UI references.
UISelectionEvent - Class in com.iizix.api.ui
The UI Selection Event is fired when the UI selection changes for a component, or when connected to the panel, for every child item in it.
UISelectionEvent(UIComp, IUISelection) - Constructor for class com.iizix.api.ui.UISelectionEvent
Constructs the event for a change without a trigger source.
UISelectionEvent(UIComp, IUISelection, GProp<?>) - Constructor for class com.iizix.api.ui.UISelectionEvent
Constructs the event for a change event with a property being the trigger source, e.g.
UISlider - Class in com.iizix.prop.ui
Slider UI component.
UISlider() - Constructor for class com.iizix.prop.ui.UISlider
Creates the component without a name.
UISlider(Atom) - Constructor for class com.iizix.prop.ui.UISlider
Creates the component with the specified name.
UISpinner - Class in com.iizix.prop.ui
Spinner UI component.
UISpinner() - Constructor for class com.iizix.prop.ui.UISpinner
Creates the component without a name.
UISpinner(Atom) - Constructor for class com.iizix.prop.ui.UISpinner
Creates the component with the specified name.
UISwapContainer - Class in com.iizix.prop.ui
UI swap container.
UISwapContainer() - Constructor for class com.iizix.prop.ui.UISwapContainer
Creates the container without name with a null value.
UISwapContainer(Atom) - Constructor for class com.iizix.prop.ui.UISwapContainer
Creates the container with the specified name with a null value.
UISwapContainer(Atom, GProp<?>[]) - Constructor for class com.iizix.prop.ui.UISwapContainer
Creates a swap container with the specified name and properties.
UITabContainer - Class in com.iizix.prop.ui
UI tab container.
UITabContainer() - Constructor for class com.iizix.prop.ui.UITabContainer
Creates the container without name with a null value.
UITabContainer(Atom) - Constructor for class com.iizix.prop.ui.UITabContainer
Creates the container with the specified name with a null value.
UITabContainer(Atom, GProp<?>[]) - Constructor for class com.iizix.prop.ui.UITabContainer
Creates a Tab container with the specified name and properties.
uiTable - Variable in class com.iizix.prop.ui.table.DefaultTableContentProvider
The UI table instance.
UITable - Class in com.iizix.prop.ui.table
The table UI container.
UITable() - Constructor for class com.iizix.prop.ui.table.UITable
Creates the container without name with a null value.
UITable(Atom) - Constructor for class com.iizix.prop.ui.table.UITable
Creates the container with the specified name with a null value.
UITable(Atom, GProp<?>[]) - Constructor for class com.iizix.prop.ui.table.UITable
Creates the container with the specified name and properties.
UITableColumn - Class in com.iizix.prop.ui.table
The table column UI container.
UITableColumn() - Constructor for class com.iizix.prop.ui.table.UITableColumn
Creates the container without name with a null value.
UITableColumn(Atom) - Constructor for class com.iizix.prop.ui.table.UITableColumn
Creates the container with the specified name with a null value.
UITableColumn(Atom, GProp<?>[]) - Constructor for class com.iizix.prop.ui.table.UITableColumn
Creates the container with the specified name and properties.
UITableColumnCreator - Class in com.iizigo.panel.prop.creator
The table column creator with it's VS Field and table column.
UITableColumnCreator() - Constructor for class com.iizigo.panel.prop.creator.UITableColumnCreator
 
UITableCreator - Class in com.iizigo.panel.prop.creator
The table creator with it's VS Field and table column.
UITableCreator() - Constructor for class com.iizigo.panel.prop.creator.UITableCreator
 
UITableData - Class in com.iizix.prop.ui.table
The table column data is the layout data for components in a UITable container.
UITableData() - Constructor for class com.iizix.prop.ui.table.UITableData
Creates a data container without name and with a null value.
UITableData(Atom) - Constructor for class com.iizix.prop.ui.table.UITableData
Creates a data container with the specified name with a null value.
UITableLayout - Class in com.iizix.prop.ui.table
UITable container specific layout manager.
UITableLayout() - Constructor for class com.iizix.prop.ui.table.UITableLayout
Creates the layout without name with a null value.
UITableLayout(Atom) - Constructor for class com.iizix.prop.ui.table.UITableLayout
Creates the layout with the specified name with a null value.
UIText - Class in com.iizix.prop.ui
Text UI component.
UIText() - Constructor for class com.iizix.prop.ui.UIText
Creates the component without a name.
UIText(Atom) - Constructor for class com.iizix.prop.ui.UIText
Creates the component with the specified name.
UIText(Atom, GProp<?>[]) - Constructor for class com.iizix.prop.ui.UIText
Creates the component with the specified name, initialized to contain the GProp items.
UITextArea - Class in com.iizix.prop.ui
Text area UI component.
UITextArea() - Constructor for class com.iizix.prop.ui.UITextArea
Creates the component without a name.
UITextArea(Atom) - Constructor for class com.iizix.prop.ui.UITextArea
Creates the component with the specified name.
UITextArea(Atom, GProp<?>[]) - Constructor for class com.iizix.prop.ui.UITextArea
Creates the component with the specified name, initialized to contain the GProp items.
UITextChangeEvent - Class in com.iizix.api.ui
The UI Text Change Event is fired when the UI text changes for a component, or when connected to the panel, for every child item in it.
UITextChangeEvent(UIComp) - Constructor for class com.iizix.api.ui.UITextChangeEvent
Constructs the event for a text change without a trigger source.
UITextChangeEvent(UIComp, GProp<?>) - Constructor for class com.iizix.api.ui.UITextChangeEvent
Constructs the event for a text change event with a property being the trigger source, e.g.
UIThemes - Class in com.iizix.prop.ui.device
The UI Themes definitions and routines.
UIThemes() - Constructor for class com.iizix.prop.ui.device.UIThemes
 
UIThemes.Name - Enum Class in com.iizix.prop.ui.device
The names of available themes for the Client.
UITitlePane - Class in com.iizix.prop.ui
Title panel UI container optionally collapsable.
UITitlePane() - Constructor for class com.iizix.prop.ui.UITitlePane
Creates the container without name with a null value.
UITitlePane(Atom) - Constructor for class com.iizix.prop.ui.UITitlePane
Creates the container with the specified name with a null value.
UITitlePane(Atom, GProp<?>[]) - Constructor for class com.iizix.prop.ui.UITitlePane
Creates the container with the specified name and properties.
UIValueChangeEvent - Class in com.iizix.api.ui
The UI Value Change Event is fired when the UI value changes for a component, or when connected to the panel, for every child item in it.
UIValueChangeEvent(UIComp) - Constructor for class com.iizix.api.ui.UIValueChangeEvent
Constructs the event for a value change without a trigger source.
UIValueChangeEvent(UIComp, GProp<?>) - Constructor for class com.iizix.api.ui.UIValueChangeEvent
Constructs the event for a value change event with a property being the trigger source, e.g.
Ukrainian - Enum constant in enum class com.iizix.translate.google.Language
 
Ukrainian - Enum constant in enum class com.iizix.translate.microsoft.Language
 
umbrella - Enum constant in enum class com.iizix.gyro.IMessageBox.Icon
 
UNABLE - Enum constant in enum class com.iizix.txp.ITXPNode.State
Unable to perform the request.
UNASSIGNED - Static variable in class com.iizigo.java.problem.JavaProblem
 
unassignThread() - Static method in class com.iizix.SessionInfo
Cleans up after assigning a SessionInfo object to a thread.
UNAUTHORIZED_CLIENT - Enum constant in enum class com.iizix.comm.oauth.IOAuthListener.Code
The client is not authorized to request an authorization code using this method.
UNAVAILABLE - Enum constant in enum class com.iizix.device.DeviceParameter.State
Unavailable: not possible to retrieve any device parameters.
UNCHANGED - Enum constant in enum class com.iizix.prop.ui.ImageOrientation
Unchanged (= 1).
unCommit() - Method in class com.iizix.prop.image.ClientImageData
Uncommits the ClientImageData to enable it e.g.
UNDEFINED - Enum constant in enum class com.iizix.prop.font.FontFormat
Undefined format.
UNDEFINED - Enum constant in enum class com.iizix.prop.ui.ImageOrientation
Undefined orientation (everything else than 1 to 8), used when an orientation value is not 1 through 8.
UNDEFINED - Static variable in class com.iizix.prop.font.FontFiles
The undefined font family string.
UNDEFINED_USER_NAME - Static variable in interface com.iizix.user.IAuthenticatedUser
The user name for undefined user: "_undef_".
UNDEFINED_USER_PROFILE_IMAGE - Static variable in class com.iizix.server.user.AuthenticatedUser
The file name for the undefined user profile image in huge format.
undefineProperty() - Method in class com.iizigo.prop.EditedPropController
Undefines the property and clears potential error in the property.
underline - Enum constant in enum class com.iizix.gyro.IMessageBox.Icon
 
undo - Enum constant in enum class com.iizix.gyro.IMessageBox.Icon
 
undo(ComplexOperation) - Method in interface com.iizigo.editor.complex.IComplexSubOperation
Undoes the operation.
undo(ComplexOperation) - Method in class com.iizigo.text.prop.ValidateKStringPropSubOperation
Undoes the operation.
undo(ITXProcess) - Method in class com.iizix.txp.impl.AbstractTXPNode
 
undo(ITXProcess) - Method in interface com.iizix.txp.ITXPNode
Instructs the node to undo the committed work.
undo(IProgressMonitor, IAdaptable) - Method in class com.iizigo.editor.complex.ComplexOperation
Performs the undo of a Paste operation.
undo(IProgressMonitor, IAdaptable) - Method in class com.iizigo.editor.CreateResourcesFromProperties
Undo the operation.
undo(IProgressMonitor, IAdaptable) - Method in class com.iizigo.editor.UndoTransaction
 
UNDO - Static variable in interface com.iizix.term.ITerminalOperations
The "Undo" clipboard operation.
undoAction - Variable in class com.iizigo.editor.PropEditorPart
 
UndoTransaction - Class in com.iizigo.editor
Class used to create transactions in the operations history.
UndoTransaction(String, IUndoContext) - Constructor for class com.iizigo.editor.UndoTransaction
Constructor used to begin the undo transaction.
unicodeRange - Variable in class com.iizigo.font.CSSFontDefinition
The unicode range, null for default "U+0-10FFFF".
UNINITIALIZED - Enum constant in enum class com.iizix.comm.IPortController.State
 
UNINITIALIZED - Enum constant in enum class com.iizix.comm.ServerSocketComm.State
 
UNINITIALIZED - Enum constant in enum class com.iizix.comm.State
 
UNINITIALIZED - Enum constant in enum class com.iizix.comm.WebSocketServerComm.State
 
uninstallChooserPanel(JColorChooser) - Method in class com.iizigo.prop.editor.color.DefaultSwatchChooserPanel
 
UNIQUE_PASSWORD_HISTORY - Enum constant in enum class com.iizix.passwordpolicy.PasswordPolicyResult.ReturnCode
The last %d passwords must be unique.
Unit4Prop - Class in com.iizix.prop
Property used by UI styles that has 4 settings/values for a unit, such as the border size (top/bottom/left/right).
Unit4Prop() - Constructor for class com.iizix.prop.Unit4Prop
Creates a new 4-unit property without name.
Unit4Prop(Atom) - Constructor for class com.iizix.prop.Unit4Prop
Creates a new 4-unit property with a name.
UnitProp - Class in com.iizix.prop
The "unit" property class holds the property name, value as a GUnit object and optionally has a parent and/or property listener(s).
UnitProp() - Constructor for class com.iizix.prop.UnitProp
Creates a unit property with no name and with a null value.
UnitProp(Atom) - Constructor for class com.iizix.prop.UnitProp
Creates a unit property with the specified name with a null value.
UnitProp(Atom, GUnit) - Constructor for class com.iizix.prop.UnitProp
Creates a unit property with the specified name and value.
UnitPropEditor - Class in com.iizigo.prop.editor
The GUnit property editor.
UnitPropEditor() - Constructor for class com.iizigo.prop.editor.UnitPropEditor
Default constructor called before createControls.
UnitRange - Class in com.iizigo.prop.editor
The UnitRange validator, options[0] is "0" to indicate that zero is allowed.
UnitRange() - Constructor for class com.iizigo.prop.editor.UnitRange
Default constructor.
UnitsPropEditor - Class in com.iizigo.prop.editor
The GUnit's property editor that can handle multiple units as a single comma-separated string.
UnitsPropEditor() - Constructor for class com.iizigo.prop.editor.UnitsPropEditor
Default constructor called before createControls.
universal_access - Enum constant in enum class com.iizix.gyro.IMessageBox.Icon
 
university - Enum constant in enum class com.iizix.gyro.IMessageBox.Icon
 
unknown - Enum constant in enum class com.iizix.gyro.ScreenOrientation
Unknown orientation.
UNKNOWN - Enum constant in enum class com.iizix.comm.IPortController.State
 
UNKNOWN - Enum constant in enum class com.iizix.image.ImageType
Unknown or currently unsupported image type, Strings for media type and extension are null.
UNKNOWN - Enum constant in enum class com.iizix.jdbc.DBServerState
Unknown state.
UNKNOWN - Static variable in class com.iizix.prop.PWAProps
The String "UNKNOWN".
UNKNOWN_CLIENT - Enum constant in enum class com.iizix.push.PushNotificationState
Unknown recipient is when the push notification is sent to e.g.
UNKNOWN_ERROR - Enum constant in enum class com.iizix.comm.oauth.IOAuthListener.Code
Unknown error, the server replied with a error code that does not comply with RFC 6749.
UnknownNIDException - Exception Class in com.iizix.urn
Exception thrown when the URN Naming ID (NID) is not recognized.
UnknownNIDException(String, String) - Constructor for exception class com.iizix.urn.UnknownNIDException
Constructs the exception with the URN string.
unlink - Enum constant in enum class com.iizix.gyro.IMessageBox.Icon
 
unlock - Enum constant in enum class com.iizix.gyro.IMessageBox.Icon
 
unlock_alt - Enum constant in enum class com.iizix.gyro.IMessageBox.Icon
 
unlockScreenOrientation() - Method in interface com.iizix.gyro.IClientSessionGyro
Unlocks the screen orientation.
unlockScreenOrientation() - Method in class com.iizix.prop.EnvProps
Unlocks the screen orientation.
unlockScreenOrientation() - Method in class com.iizix.server.gyro.ClientSessionGyro
Unlocks the screen orientation.
unlockUI() - Method in interface com.iizix.gyro.IAppSessionGyro
Unlocks the UI.
unlockUI() - Method in class com.iizix.server.gyro.AppSessionGyro
Unlocks the UI.
unpackBytes(byte[]) - Method in class com.iizix.term.remote.ScreenCompression
Function to unpack an array of bytes with RLE sentinel bytes 0xFE (8-bit) and 0xFF (16-bit), 0xFD [byte] if the [byte] is 0xFD, 0xFE or 0xFF.
unpackChars(char[]) - Method in class com.iizix.term.remote.ScreenCompression
Function to unpack an array of characters with RLE sentinel bytes 0x7F (8-bit) and 0xFF (16-bit), 0xFE [char] if the [char] is 0x7F, 0xFF or 0xFE.
unpublish() - Method in interface com.iizix.wsfile.IWSFile
Stops publishing the file on the web server.
unquotedStringWithSpaces(String) - Static method in class com.iizix.Utilities
Gets an unquoted string if it contains double-quotes around it and it contains spaces.
unregisterApplication(String, Object) - Method in class com.iizix.server.ServerShell
Unregisters an application with the server.
unregisterEndPointConstructor(IEndPointConstructor<?>) - Method in class com.iizix.server.ServerShell
Unregisters an end point constructor.
unregisterRequestPrinter(String, IWebServerRequestPrinter) - Method in class com.iizix.server.devel.ExternalBrowserPagesImpl
Unregister a previously registered request printer.
unregisterRequestPrinter(String, IWebServerRequestPrinter) - Method in interface com.iizix.server.IServer
Unregister a previously registered request printer.
unregisterRequestPrinter(String, IWebServerRequestPrinter) - Method in class com.iizix.server.ServerShell
Unregister a previously registered request printer.
unregisterRootProperty(String, PropCnr) - Static method in class com.iizigo.Activator
Unregisters a root property container not being a Java or Module root, e.g.
unregisterTimeoutHandler(IWorkerTimeout) - Method in class com.iizix.nio.WorkerNIO
Unregisters a timeout handler.
unregisterTransactionProcessor(PanelEditorTransactionProcessor) - Static method in class com.iizigo.comm.WebSocketServer
Unregisters a transaction processor used for device connections.
UNRESOLVED - Enum constant in enum class com.iizigo.java.JavaSource.Type
An unresolved class from the listener has this state.
UNSELECTED - Static variable in interface com.iizix.prop.ui.selection.IUITriStateSelection
The state: unselected.
unsetGlobal() - Method in class com.iizigo.editor.complex.ComplexOperation
Removes this operation as the current one for global operations.
unsorted - Enum constant in enum class com.iizix.gyro.IMessageBox.Icon
 
UNSUBSCRIBE - Static variable in class com.iizix.server.push.PushNotificationHandler
Unsubscribes a User from AppID and Topic request (requires authentication): URI "/iizi-push/unsubscribe".
UNSUPPORTED_RESPONSE_TYPE - Enum constant in enum class com.iizix.comm.oauth.IOAuthListener.Code
The authorization server does not support obtaining an authorization code using this method.
unwrap(Class<T>) - Method in interface com.iizix.IWrapper
Returns the cast class iface instance if possible, otherwise null.
UP - Enum constant in enum class com.iizix.gyro.IToaster.Direction
 
UP - Enum constant in enum class com.iizix.gyro.IUIPanelAnimation.Direction
Animation direction: up.
UP_HIDE_ARROW - Static variable in class com.iizix.swt.CustomSashForm
 
UP_RESTORE_ARROW - Static variable in class com.iizix.swt.CustomSashForm
 
UPC_A - Enum constant in enum class com.iizix.barcode.BarcodeType
The Universal Product Code (UPC) (redundantly: UPC code) is a barcode symbology that is widely used in the United States, Canada, Europe, Australia, New Zealand, and other countries for tracking trade items in stores.
UPC_E - Enum constant in enum class com.iizix.barcode.BarcodeType
To allow the use of UPC barcodes on smaller packages, where a full 12-digit barcode may not fit, a 'zero-suppressed' version of UPC was developed, called UPC-E, in which the number system digit, all trailing zeros in the manufacturer code, and all leading zeros in the product code, are suppressed (omitted).
update() - Method in class com.iizigo.db.editor.CustomExecuteAction
Overrides the update state.
update() - Method in class com.iizigo.handler.IzOperationHistoryActionHandler
Update enabling and labels according to the current status of the operation history.
update() - Method in class com.iizigo.jface.EnabledItemsCompoundItem
Updates state.
update() - Method in class com.iizigo.term.internal.TerminalWindow
Updates the terminal window now, after a repaint.
update() - Method in class com.iizix.prop.content.AbstractContentUIContainer
Called to update the contents if required with new data.
update() - Method in class com.iizix.util.FileChangedChecker
Requests an update of the file size and last modification time, if the file has been changed.
update(int) - Method in class com.iizigo.vs.CreateVSFieldAction
Updates the text/image/tooltip and enabled state depending on selection count.
update(PatternProp, Value.Type, boolean) - Method in class com.iizigo.vs.PatternHelper
Sets the pattern that has been modified in the combo.
update(String) - Method in class com.iizigo.jface.EnabledItemsCompoundItem
Updates state.
update(IStructuredSelection) - Method in class com.iizigo.handler.SelectionEnabler
Updates the selection.
update(ViewerCell) - Method in class com.iizigo.text.TextTableLabelProvider
Updates the cell contents.
update(ViewerCell) - Method in class com.iizigo.vs.VSTableLabelProvider
Updates the cell contents.
updateActionBars(IActionBars) - Static method in class com.iizigo.editor.PartExtensionIZ
Updates an action bar now, removing it from the queue of action bars to update.
updateAllStates() - Static method in class com.iizigo.editor.PropEditorPart
Updates the states of all created editors.
updateApplyButton() - Method in class com.iizigo.project.StandardPropertyPage
Overrides the default behavior to updates the enabled state of the Apply button to reflect whether this page is valid.
updateAuthentication(ReadTransaction) - Method in interface com.iizix.comm.IClientTransactionProcessor
Updates the current user with a password that is encrypted in AES/CBC 256-bit.
updateAuthentication(ReadTransaction) - Method in class com.iizix.server.client.ClientTransactionProcessor
Updates the current user with a password that is encrypted in AES/CBC 256-bit.
updateCachedValues() - Method in class com.iizix.term.prop.ScreenActionProp
Updates the cached values.
updateCachedValues() - Method in class com.iizix.term.prop.ScreenActionsProp
Updates the cached values.
updateCachedValues() - Method in class com.iizix.term.prop.ScreenFieldProp
Updates the cached values.
updateCachedValues() - Method in class com.iizix.term.prop.ScreenFieldsProp
Updates the cached values.
updateCachedValues() - Method in class com.iizix.term.prop.ScreenIdentificationProp
Updates the cached values.
updateCachedValues() - Method in class com.iizix.term.prop.ScreenIdentificationsProp
Updates the cached values.
updateCachedValues() - Method in class com.iizix.term.prop.ScreenProp
Gets the cached value if not retrieved yet, or not valid.
updateChooser() - Method in class com.iizigo.prop.editor.color.DefaultSwatchChooserPanel
 
updateContents() - Method in class com.iizix.prop.content.AbstractContentProvider
Updates all the items to match the current contents.
updateContents() - Method in interface com.iizix.prop.content.IContentProvider
Updates all the items to match the current contents.
updateContents() - Method in class com.iizix.prop.ui.chart.series.Series
Called to update the data series with new data from the connected VS table.
updateContents(int) - Method in class com.iizix.prop.ui.UIAbstractListChoice
Called to update the contents if required with new data.
updateContentsFromVS(int[]) - Method in class com.iizix.prop.content.AbstractContentProvider
Called to update the items from the VirtualSpace only if such a connection exists.
updateCursor(int, int) - Method in class com.iizigo.term.internal.Terminal
The cursor position has changed from Local terminal.
updateErrors() - Method in class com.iizigo.selector.SelectorEditor
Updates the error composite.
updateExpanded(boolean, boolean) - Method in class com.iizigo.prop.MultiPropLabel
Sets the image/tooltip.
updateFailedLogin(Connection, String) - Method in class com.iizix.server.db.BasicUserInfo
Updates the information to the database for failed login.
updateFeedBack(Object...) - Method in class com.iizigo.setup.UIFeedBack
Updates the feed-back dialog.
updateFeedBack(Object...) - Method in interface com.iizix.license.IUserInterfaceFeedback
Updates the feed-back dialog.
updateFinishButton() - Method in class com.iizigo.db.editor.CustomParameterMarkerPage
 
updateFolderResources(IFolder) - Method in class com.iizigo.prop.DesignerProp
This folder has been moved and needs updating the resource, along with all children properties.
updateFromDefinition(SVGDefinition) - Method in class com.iizix.prop.image.SVGInfo
Updates the requested size from the definition.
updateHistory() - Method in class com.iizigo.server.ServerConfigFile
Updates the history with this file.
updateIdentity(File, String) - Method in class com.iizix.server.acme.LetsEncryptDomain
Updates the PKCS#12 identity from a file.
UpdateJDBCDriversDirectory - Class in com.iizix.jdbc
Helper that can be used from command line to copy the JDBC drivers directory to a destination directory.
updateKeyState(int) - Method in class com.iizigo.term.internal.TerminalStatusBar
Updates the key states for Caps Lock and Num Lock.
updateMemberValuePair(MemberValuePair, ASTNode) - Static method in class com.iizigo.java.refactor.RefactorHelper
Updates the MemberValuePair value with the given ASTNode.
updateMenuItemStates() - Method in interface com.iizigo.prop.editor.IPropEditorExtender
Called to update the menu item states.
updatePassword(ReadTransaction) - Method in class com.iizix.server.client.ClientParams
Updates the instance with the encrypted password in the transaction from a client.
updatePassword(String) - Method in class com.iizix.user.UserIdentifier
Updates the password for the user.
updateReference(GEvent) - Method in class com.iizix.prop.AbstractReference
Called to establish a new reference after name change or parent-hood.
updateScreenData(int, int) - Method in class com.iizigo.term.internal.Terminal
The screen has changed between two points in a wrapping fashion.
updateScreenSize() - Method in class com.iizigo.term.internal.Terminal
Sets the screen size from Local terminal.
updateSelectionAndStatesRunner - Variable in class com.iizigo.editor.PropEditorPart
The update states runnable.
updateSingleMemberAnnotation(SingleMemberAnnotation, ASTNode) - Static method in class com.iizigo.java.refactor.RefactorHelper
Updates the value of the SingleMemberAnnotation with the given ASTNode.
updateStates() - Method in interface com.iizigo.editor.IActivationListener
Called when states needs to be updated.
updateStates() - Method in class com.iizigo.editor.PropEditorPart
Update states of the menu and tool bars, both global and part-local ones.
updateStates() - Method in class com.iizigo.handler.CommonActions
Updates the states, call only at initialize of part, once everything is set-up.
updateStates() - Method in class com.iizigo.prop.editor.dialog.RawTextEditorComposite
Updates all states.
updateStates() - Method in class com.iizigo.prop.editor.KStringPropEditor
Changes state of "icon".
updateStates() - Method in class com.iizigo.prop.editor.PatternPropEditor
Changes state of "icon".
updateStates() - Method in class com.iizigo.prop.PropUndoRedoAdapter
Updates the states of menu items and tool bars.
updateStates() - Method in class com.iizigo.server.ServerConfigComposite
Updates the states of menu items and tool bars.
updateStates() - Method in class com.iizigo.server.ServerConfigView
Called when states needs to be updated.
updateStates() - Method in class com.iizigo.term.server.RemoteTerminalView
Called when states needs to be updated.
updateStates() - Method in class com.iizigo.term.session.SessionsView
Checks for states update.
updateStates() - Method in class com.iizigo.term.TerminalView
Called when states needs to be updated.
updateStates() - Method in interface com.iizix.prop.IPropUndoRedo
Updates the states of menu items and tool bars.
updateStates(TransactionComm) - Method in interface com.iizix.comm.client.IClientInstanceListener
Request of update connection and communication states.
updateStates(KStringProp, boolean) - Method in class com.iizigo.text.CommonTextActions
Updates the states for the specified KString.
updateStatesEx() - Method in class com.iizigo.db.editor.DatabaseEditor
Update states.
updateStatesEx() - Method in class com.iizigo.editor.PropEditorPart
Update states of the menu and tool bars, both global and part-local ones.
updateStatesEx() - Method in class com.iizigo.font.FontFacesEditor
Updates states.
updateStatesEx() - Method in class com.iizigo.image.ImageDefinitionEditor
Updates the states.
updateStatesEx() - Method in class com.iizigo.panel.ContextMenuEditor
Updates states.
updateStatesEx() - Method in class com.iizigo.panel.PanelEditor
Called to update the states.
updateStatesEx() - Method in class com.iizigo.selector.SelectorEditor
Updates the states.
updateStatesEx() - Method in class com.iizigo.term.capture.CaptureEditor
Called to update the states.
updateStatesEx() - Method in class com.iizigo.term.recording.RecordingEditor
Called to update the states.
updateStatesEx() - Method in class com.iizigo.term.screen.ScreenEditor
Called to update the states.
updateStatesEx() - Method in class com.iizigo.text.TextTableEditor
Updates the states.
updateStatesEx() - Method in class com.iizigo.vs.VirtualSpaceEditor
Update states.
updateStatesEx() - Method in class com.iizigo.ws.editor.WebServiceEditor
Update states.
updateStatesPasteBeforeAfter() - Method in class com.iizigo.editor.PropEditorPart
Process update states for pasteBeforeAction and pasteAfterAction.
updateStatesPasteBeforeAfter() - Method in class com.iizigo.panel.ContextMenuEditor
Initializes the paste before/after validity.
updateStatesPasteBeforeAfter() - Method in class com.iizigo.panel.PanelEditor
Initializes the paste before/after validity.
updateSuccessfulLogin(Connection, String) - Method in class com.iizix.server.db.BasicUserInfo
Updates the information to the database for a successful login.
updateSuccessfulLogin(Connection, String, boolean) - Method in class com.iizix.server.db.BasicUserInfo
Updates the information to the database for a successful login.
updateSupportedLanguages() - Method in class com.iizix.translate.google.GoogleTranslate
Updates the translator with the supported languages by means of requesting the information from the service.
updateSupportedLanguages() - Method in interface com.iizix.translate.ITranslator
Updates the translator with the supported languages by means of requesting the information from the service.
updateSupportedLanguages() - Method in class com.iizix.translate.microsoft.AzureCognitiveServices
Updates the translator with the supported languages by means of requesting the information from the service.
updateTable() - Method in class com.iizix.prop.ui.table.UITable
Called to update the table if required with new data.
updateText(KString, IPropErrorItem) - Method in class com.iizigo.text.KStringStyledText
Updates the text editor from the property.
updateTimestamp() - Method in class com.iizigo.term.project.EESession
Updates the timestamp.
updateTimestamp(long) - Method in class com.iizix.term.ee.EEFile
Update the time stamp.
updateTitle() - Method in class com.iizigo.editor.PropEditorPart
Updates the title and tooltip when file name/contents changes.
updateToolStates() - Method in class com.iizigo.term.capture.CaptureEditor
Updates tool states.
updateToolStates() - Method in interface com.iizigo.term.ITermEditor
Updates tool states.
updateToolStates() - Method in class com.iizigo.term.recording.RecordingEditor
Updates tool states.
updateToolStates() - Method in class com.iizigo.term.screen.ScreenEditor
Updates tool states.
updateTooltip() - Method in class com.iizigo.prop.BaseEditor
Updates the tooltip.
updateTooltip(IzToolTip, PROP[]) - Method in interface com.iizigo.prop.editor.IPropEditorExtender
Updates the tooltip.
updateUICompsReference() - Method in class com.iizix.prop.ui.UIContainer
Updates the reference to the UIComps instance named Atom.COMPONENTS, used when cloning and for the panel part container (or any time the UIComps instance has been changed).
updateUserDetails(Map<String, String>) - Method in class com.iizix.server.db.BasicUserInfo
Updates user details and stores it in the database.
updateWebServerRoot(File) - Static method in class com.iizix.server.ServerShell
Update the web server root for the license system.
UpDownArrowSpinner - Class in com.iizigo.swt
Class to handle arrow up/down keys for e.g.
upHideClicked(CustomSashForm.SashInfo) - Method in class com.iizix.swt.CustomSashForm
 
upload - Enum constant in enum class com.iizix.gyro.IMessageBox.Icon
 
UPLOAD_DIRECTORY - Static variable in class com.iizix.server.prop.ServerSettings
Directory name for file upload.
Uploaded - Enum constant in enum class com.iizix.urn.user.UserProfileImageURNType
The uploaded profile image, the highest resolution.
UploadServlet - Class in com.iizix.jetty
The uploader servlet.
UPPER_AND_LOWER_CASE_REQUIRED - Enum constant in enum class com.iizix.passwordpolicy.PasswordPolicyResult.ReturnCode
Password must have at least one lower case and one upper case character.
UPPER_CASE - Static variable in class com.iizigo.validator.ControlValidator
 
upRestoreClicked(CustomSashForm.SashInfo) - Method in class com.iizix.swt.CustomSashForm
 
Urdu - Enum constant in enum class com.iizix.translate.google.Language
 
Urdu - Enum constant in enum class com.iizix.translate.microsoft.Language
 
urgency(Urgency) - Method in class com.iizix.push.vapid.Notification.NotificationBuilder
 
Urgency - Enum Class in com.iizix.push.vapid
Web Push Message Urgency header field values
URI - Static variable in class com.iizix.prop.Atom
 
URI_PARAMS - Static variable in class com.iizix.prop.Atom
 
URIParamsTokenizer - Class in com.iizix
A tokenizer class for the URI query string.
URIParamsTokenizer() - Constructor for class com.iizix.URIParamsTokenizer
 
url() - Method in record class com.iizix.prop.PWAProps.JavaScriptImport
Returns the value of the url record component.
URL - Enum constant in enum class com.iizix.prop.ui.EntryFieldType
URL field type (see soft keyboards and HTML5 specification).
URL - Enum constant in enum class com.iizix.push.PushNotificationParameters
Optional URL.
URL - Enum constant in enum class com.iizix.urn.NID
External (web) URL (typically http[s] or ftp[s]): "iz-url".
URL_TITLE - Enum constant in enum class com.iizix.push.PushNotificationParameters
Optional URL title, if this parameter is specified, the URL will serve as it.
URL_URN - Class in com.iizix.urn.url
URL Uniform Resource Naming (URN) instance class, holding the URL.
URL_URNFactory - Class in com.iizix.urn.url
URL provider for external URL's.
URLBOX_IO_API_KEY - Static variable in class com.iizix.server.prop.ServerSettings
The "urlbox.io" API key.
URLEncodedContent - Class in com.iizix.ws.engine.url
Content being encoded for "application/x-www-form-urlencoded", used by GET and POST methods.
URLEncodedContent(URLEncodedInput) - Constructor for class com.iizix.ws.engine.url.URLEncodedContent
Constructor.
URLEncodedInput - Class in com.iizix.ws.prop.url
RESTful URL Encoded input for the request of a Web Service transaction.
URLEncodedInput() - Constructor for class com.iizix.ws.prop.url.URLEncodedInput
Creates the property container without a name.
URLEncodedInput(Atom) - Constructor for class com.iizix.ws.prop.url.URLEncodedInput
Creates the property container.
URLInputParameter - Class in com.iizix.ws.prop.url
The Input Variable connects a VSField with an input variable or parameter to a web service request.
URLInputParameter() - Constructor for class com.iizix.ws.prop.url.URLInputParameter
Creates an input variable property container with the specified name with a null value.
URLInputParameter(Atom) - Constructor for class com.iizix.ws.prop.url.URLInputParameter
Creates an input variable property container with the specified name with a null value.
urlToSite(InternetAddress) - Static method in class com.iizix.server.weblogos.WebLogos
Converts an email address into a potential Website name.
urlToSite(InternetAddress) - Static method in class com.iizix.server.webthumbs.WebThumbs
Converts an email address into a potential Website name.
urlToSite(URL) - Static method in class com.iizix.server.weblogos.WebLogos
Converts a URL into a potential Website name.
urlToSite(URL) - Static method in class com.iizix.server.webthumbs.WebThumbs
Converts a URL into a potential Website name.
URN - Class in com.iizix.urn
This URN class handles a IIZI Universal Resource Name generated from various {@link NID} with its required parameters, varying depending on the {@link NID}.
URN(String) - Constructor for class com.iizix.urn.URN
Constructor.
URNException - Exception Class in com.iizix.urn
Base exceptions thrown for the URN's.
URNException(String, String) - Constructor for exception class com.iizix.urn.URNException
Constructs the exception with the URN string.
URNFactory - Class in com.iizix.urn
Factory used to keep track of various URL mapper's possible for the iiziServer and iiziGo Designer, e.g.
URNLocation - Enum Class in com.iizix.urn
The URN NID location: local file, database or external URL.
URNResource - Class in com.iizix.urn
The URN resource contains information of for local server environment from where it was originated.
URNResource(String, URNResourceType, Object) - Constructor for class com.iizix.urn.URNResource
Constructs a URNResource from a string that has contains the media type followed by Base64 encoded data.
URNResourceType - Enum Class in com.iizix.urn
The types of URN Resource Type.
urnString - Variable in class com.iizix.urn.URN
The original URN string.
UsageAccess - Enum constant in enum class com.iizix.device.settings.Settings_Android
Settings to control Usage access.
usb - Enum constant in enum class com.iizix.gyro.IMessageBox.Icon
 
usd - Enum constant in enum class com.iizix.gyro.IMessageBox.Icon
 
USE_CONTENT_PROVIDER_PROP_NAME - Static variable in class com.iizix.prop.content.AbstractContentUIContainer
Property name for the setting of "use content provider" (defaults to "false").
USE_SSL - Static variable in class com.iizix.prop.MailProps
Property name: enable SSL: "ssl".
USE_STARTTLS - Static variable in class com.iizix.prop.MailProps
Property name: use STARTTLS: "STARTTLS".
USE_v3 - Static variable in class com.iizix.translate.microsoft.AzureCognitiveServices
Flag to use version 3.
useAdaptiveBGColor - Variable in class com.iizix.run.RuntimeBuilderSettings
Flag for adaptive bgcolor.xml to be used.
useAliases() - Method in class com.iizix.prop.ModuleProjectSettings
Checks if Aliases are used for Reference or Project names.
useBinaryMatchMethod() - Method in class com.iizix.term.prop.TerminalModelSettings
Checks for use of "binary" hash match method.
useClientCertificate() - Method in class com.iizix.prop.SSLCommProps
Checks a Client Certificate is used.
useCNPropID() - Method in interface com.iizigo.panel.prop.IEUICompCommon
Returns if the component has an ID that is to be shown, or just a the index of the component instead.
useContentProvider() - Method in class com.iizix.prop.content.AbstractContentUIContainer
Returns the flag to use the content provider.
useGroupButtons() - Method in class com.iizigo.prop.PropCnrEditorProperties
Gets the flag for group buttons.
useGzip - Variable in class com.iizigo.webserver.Preference
Flag to use Gzip compression.
useGzip() - Method in interface com.iizix.comm.IServerSettings
Flag if Gzip compression should be used in the web server.
useGzip() - Method in class com.iizix.server.prop.ServerSettings
Flag if Gzip compression should be used in the web server.
useHotDeploy() - Method in class com.iizix.server.JettyRunConfiguration
Checks if hot deploy is used for app reloads.
useHTTP2() - Method in interface com.iizix.prop.IWebServerPortConfig
Use HTTP/2 alongside with HTTP/1.x.
useHTTP2() - Method in class com.iizix.server.prop.WebServerPortConfig
Use HTTP/2 alongside with HTTP/1.x.
useHTTP3() - Method in interface com.iizix.prop.IWebServerPortConfig
Use HTTP/3 alongside with HTTP/2 and HTTP/1.x over secure TLS connections, requiring HTTP/2 also.
useHTTP3() - Method in class com.iizix.server.prop.WebServerPortConfig
Use HTTP/3 alongside with HTTP/2 and HTTP/1.x over secure TLS connections, requiring HTTP/2 also.
useKeepAliveNOP() - Method in class com.iizix.term.prop.TelnetCommProps
Gets how the Telnet keep-alive is processed: true = NOP (default), false = TimingMark (TM).
useLocalPolicy(ITXPPolicy) - Method in class com.iizix.txp.impl.TXProcessImpl
 
useLocalPolicy(ITXPPolicy) - Method in interface com.iizix.txp.ITXProcess
Have the coordinator use the specified local policy for this process.
useMenuItemTooltips() - Method in class com.iizigo.jface.PartAction
Returns the flag indicating tooltip should be used for menu items as well.
useNativeToolTip(Object) - Method in class com.iizigo.editor.NavigatorDecoratingLabelProviderEx
 
usePasteBeforeAfter() - Method in class com.iizigo.editor.PropEditorPart
Override to return how paste before/after are processed.
usePasteBeforeAfter() - Method in class com.iizigo.panel.ContextMenuEditor
Processing of paste before/after is enabled.
usePasteBeforeAfter() - Method in class com.iizigo.panel.PanelEditor
Processing of paste before/after is enabled.
usePasteBeforeAfter() - Method in class com.iizigo.term.screen.ScreenEditor
Override to return how paste before/after are processed.
usePasteBeforeAfter() - Method in class com.iizigo.vs.VirtualSpaceEditor
Processing of paste before/after is enabled.
usePolicy(ITXPPolicy) - Method in interface com.iizix.txp.impl.ITXPLogger
 
usePolicy(ITXPPolicy) - Method in class com.iizix.txp.impl.TXPLogger
 
usePopupWindowRecognition() - Method in class com.iizix.term.prop.TerminalModelSettings
Checks for use of pop-up window recognition.
usePropHashMap() - Method in interface com.iizix.prop.IPropCnr
Checks if a hash map is used for looking up properties by name/atom for fast access.
usePropHashMap() - Method in class com.iizix.prop.PropCnr
Checks if a hash map is used for looking up properties by name/atom for fast access.
user - Enum constant in enum class com.iizix.gyro.IMessageBox.Icon
 
user - Variable in class com.iizix.server.agreement.AcceptedAgreement
The User.
user - Variable in class com.iizix.server.client.ClientParams
The session user identifier, null if not defined properly.
user - Variable in class com.iizix.server.vsviewer.VSViewerParams
The session user identifier, null if not defined properly.
user - Variable in class com.iizix.SessionInfo
The session user identifier, null if not defined properly.
user - Variable in class com.iizix.user.geo.UserLocation
The authenticated user.
user(long) - Method in class com.iizix.server.user.UserProfileImageRequest
Specifies the user to use.
user(long) - Method in interface com.iizix.urn.user.IUserProfileImageRequest
Specifies the user to use.
user(String) - Method in class com.iizix.server.user.UserProfileImageRequest
Specifies the user name.
user(String) - Method in interface com.iizix.urn.user.IUserProfileImageRequest
Specifies the user name.
USER - Static variable in class com.iizix.prop.Atom
 
USER_AUTH - Static variable in class com.iizix.prop.ModuleProjectSettings
Static strings.
USER_CANCEL - Enum constant in enum class com.iizix.comm.oauth.IOAuthListener.Code
User has canceled the authentication process.
USER_CHANGE - Enum constant in enum class com.iizix.license.history.LicensingHistoryEvent
Change of user.
user_circle - Enum constant in enum class com.iizix.gyro.IMessageBox.Icon
 
user_circle_o - Enum constant in enum class com.iizix.gyro.IMessageBox.Icon
 
USER_DATABASE_FILES - Enum constant in enum class com.iizix.urn.URNResourceType
User files, private for a user.
USER_DISABLED - Enum constant in enum class com.iizix.user.SigninResult
User is disabled.
USER_FILES - Enum constant in enum class com.iizix.urn.URNResourceType
User files, private for a user.
USER_LOGIN - Enum constant in enum class com.iizix.license.history.LicensingHistoryEvent
User login.
USER_LOGOUT - Enum constant in enum class com.iizix.license.history.LicensingHistoryEvent
User logout.
user_md - Enum constant in enum class com.iizix.gyro.IMessageBox.Icon
 
USER_NAME - Static variable in class com.iizix.prop.MailProps
The user name property string: "userName" (a StringProp).
USER_NAME_TAKEN - Enum constant in enum class com.iizix.user.SigninResult
User name taken, cannot sign up.
user_o - Enum constant in enum class com.iizix.gyro.IMessageBox.Icon
 
user_plus - Enum constant in enum class com.iizix.gyro.IMessageBox.Icon
 
USER_REVOKED - Enum constant in enum class com.iizix.license.history.LicensingHistoryEvent
User has revoked the license.
user_secret - Enum constant in enum class com.iizix.gyro.IMessageBox.Icon
 
user_times - Enum constant in enum class com.iizix.gyro.IMessageBox.Icon
 
userAuth(byte[]) - Method in class com.iizix.push.vapid.Notification.NotificationBuilder
 
userAuth(String) - Method in class com.iizix.push.vapid.Notification.NotificationBuilder
 
UserAuthentication - Class in com.iizix.server.user
Helper class to perform user authentication.
UserAuthenticationInfo - Class in com.iizix.server.user
User authentication information with the authentication result.
UserDictionary - Enum constant in enum class com.iizix.device.settings.Settings_Android
Personal dictionary for the user input.
UserException - Exception Class in com.iizix.user
User exception class used when a user is not permitted an action.
UserException(UserIdentifier, SigninResult) - Constructor for exception class com.iizix.user.UserException
Creates a user exception with an empty detail message.
UserException(UserIdentifier, String) - Constructor for exception class com.iizix.user.UserException
Creates a user exception with a message.
UserException(UserIdentifier, String, Throwable) - Constructor for exception class com.iizix.user.UserException
Creates a user exception with a message and an exception cause.
UserIdentifier - Class in com.iizix.user
The User identifier class holds the information about a user or a returning user.
UserIdentifier(String, String) - Constructor for class com.iizix.user.UserIdentifier
Constructor.
UserInfoBase - Class in com.iizix.user
The base of user information in the database.
UserInfoBase(long, String, String, String, String, long) - Constructor for class com.iizix.user.UserInfoBase
Constructor for the user info base.
UserInfoHistoryEntry - Class in com.iizix.server
Additional information that is stored for history entries for server statistics.
userLanguageCode - Variable in class com.iizix.prop.AppLanguages.Result
The user language code to use if non-null.
UserLocaleString - Enum Class in com.iizix.user
Locale strings for operations dealing with a user.
UserLocation - Class in com.iizix.user.geo
Class holding the user with the latest location.
UserLocation(IAuthenticatedUser, DeviceLocation) - Constructor for class com.iizix.user.geo.UserLocation
Constructor.
UserLocationHistory - Class in com.iizix.server.geo
The implementation of the user location history.
UserLocationHistory(AuthenticatedUser) - Constructor for class com.iizix.server.geo.UserLocationHistory
Constructor.
userName - Variable in class com.iizix.server.user.AuthenticatedUser
The user name.
userName - Variable in class com.iizix.user.UserInfoBase
The 'user_name', never null (max 254 chars).
userNameLower - Variable in class com.iizix.user.UserInfoBase
The 'user_name_lower', lower case using Locale.ENGLISH of 'user_name', never null (max 254 chars).
UserNameNotFound - Enum constant in enum class com.iizix.user.UserLocaleString
User name not found.
UserProfileImageRequest - Class in com.iizix.server.user
The request class for a User Profile Image.
UserProfileImageURN - Class in com.iizix.urn.user
User Profile Image Uniform Resource Naming (URN) instance class, holding various User Profile Image of the requested type.
UserProfileImageURNFactory - Class in com.iizix.urn.user
User Profile Image provider for IIZI URN's.
UserProfileImageURNProvider - Class in com.iizix.server.user
The URN User Profile Image Provider singleton class.
UserProfileImageURNProvider() - Constructor for class com.iizix.server.user.UserProfileImageURNProvider
 
UserProfileImageURNType - Enum Class in com.iizix.urn.user
Possible type values for the {@link UserProfileImageURN}.
UserProfileInfo - Class in com.iizix.user
Class holding the User Profile information, when signing in externally typically for an OAuth(2) authentication service provider, or when signing up internally (and externally).
UserProfileInfo(String, String, String, String, String, String, String, Boolean, String, String, ProfilePictureInfo[]) - Constructor for class com.iizix.user.UserProfileInfo
Creates a new instance to store the light user profile information.
UserProfileStringURN - Class in com.iizix.urn.user
User Profile String Uniform Resource Naming (URN) instance class, holding various User Profile strings depending on the requested information.
UserProfileStringURNFactory - Class in com.iizix.urn.user
User Profile String provider for IIZI URN's.
UserProfileStringURNProvider - Class in com.iizix.server.user
The URN User Profile String Provider singleton class.
UserProfileStringURNProvider() - Constructor for class com.iizix.server.user.UserProfileStringURNProvider
 
UserProfileStringURNType - Enum Class in com.iizix.urn.user
Possible query values for the {@link UserProfileStringURN}.
userPublicKey(byte[]) - Method in class com.iizix.push.vapid.Notification.NotificationBuilder
 
userPublicKey(String) - Method in class com.iizix.push.vapid.Notification.NotificationBuilder
 
userPublicKey(PublicKey) - Method in class com.iizix.push.vapid.Notification.NotificationBuilder
 
users - Enum constant in enum class com.iizix.gyro.IMessageBox.Icon
 
UserSessions - Class in com.iizix.server.user
The UserSessions contains information about all sessions being run by the same user.
usesExternalLogin() - Method in class com.iizix.server.app.AppFactory
Checks if the app uses external login or not.
usesMultipleReferencing() - Method in interface com.iizix.prop.IReferencingPropCnr
Checks if this referencing Property Container has single or multiple referencing properties at maximum.
usesMultipleReferencing() - Method in class com.iizix.prop.Selector
Checks if this referencing Property Container has single or multiple referencing properties at maximum.
usesMultipleReferencing() - Method in class com.iizix.prop.TextTable
Checks if this referencing Property Container has single or multiple referencing properties at maximum.
usesMultipleReferencing() - Method in class com.iizix.prop.vs.VSField
Checks if this referencing Property Container has single or multiple referencing properties at maximum.
usesPropIndex() - Method in class com.iizigo.term.capture.prop.CaptureScreenProp
Use of index for the property container is enabled.
usesPropIndex() - Method in class com.iizix.prop.ArrayProp
Use of index for the property container is enabled.
usesPropIndex() - Method in class com.iizix.prop.font.FontFiles
Font files container uses property index because it's priority based.
usesPropIndex() - Method in interface com.iizix.prop.IPropCnr
Checks if index is relevant for this container, e.g.
usesPropIndex() - Method in class com.iizix.prop.PropCnr
Checks if index is relevant for this container, e.g.
usesPropIndex() - Method in class com.iizix.prop.ReferralsHolder
Use of index for the property container is enabled.
usesPropIndex() - Method in class com.iizix.prop.ui.chart.series.Series
Checks if index is relevant for this container, e.g.
usesPropIndex() - Method in class com.iizix.prop.ui.chart.UIChart
Checks if index is relevant for this container, e.g.
usesPropIndex() - Method in class com.iizix.prop.ui.table.TableRow
Index is important for the row.
usesPropIndex() - Method in class com.iizix.prop.ui.table.TableRows
Index is important for the rows container.
usesPropIndex() - Method in class com.iizix.prop.ui.UIComps
Use of index for the property container is enabled.
usesPropIndex() - Method in class com.iizix.prop.vs.actor.ActionActors
Use of index for the property container is enabled.
usesPropIndex() - Method in class com.iizix.prop.vs.actor.FieldActors
Use of index for the property container is enabled.
usesPropIndex() - Method in class com.iizix.prop.vs.VSRow
Use of index for the property container is enabled.
usesPropIndex() - Method in class com.iizix.term.prop.ScreenFieldProp
This property is index based.
usesPropIndex() - Method in class com.iizix.term.prop.ScreenIdentificationProp
This property is index based.
usesPropIndex() - Method in class com.iizix.term.prop.ScreenIdentificationsProp
This property is index based.
usesPropIndex() - Method in class com.iizix.ws.prop.json.JSONElementWrapper
JSON element wrappers are index based.
usesPropIndex() - Method in class com.iizix.ws.prop.OutputTable
Use property index in order for columns to have an ordering as it is designed and not sorted by name.
usesTagProcessing - Variable in class com.iizigo.prop.editor.KStringPropEditor
 
usesTagProcessing() - Method in class com.iizix.text.KString
Checks if this string uses the original value (HTML tags are always validated though).
usesVirtualThreads() - Method in class com.iizix.virtual.VirtualThreadGroup
Checks if virtual threads are used for this thread group.
useSystemProxies() - Static method in class com.iizix.jre.ControlPanel
Checks if system proxies are used by default.
useTextTables - Variable in class com.iizigo.project.NewModuleProjectWizardStartupPage1
 
useVSConnection(int[]) - Method in class com.iizix.prop.content.AbstractContentProvider
Called during initialization to determine if content items will need to use the VS row connection or not.
useWebSocket() - Method in class com.iizix.prop.SocketCommProps
Checks if WebSocket protocol is used.
useWebSocketBinaryFrameCompression() - Method in class com.iizix.prop.PropMgr
Checks if Binary Frame Compression should be used.
usingLocalPolicy(ITXPPolicy) - Method in interface com.iizix.txp.impl.ITXProcessLogger
 
usingLocalPolicy(ITXPPolicy) - Method in class com.iizix.txp.impl.TXProcessLogger
 
UT_DLG - Static variable in class com.iizix.prop.GUnit
The unit type "dialog" or "dlg" for short.
UT_EM - Static variable in class com.iizix.prop.GUnit
The unit type size of the current font or "em" for short.
UT_EX - Static variable in class com.iizix.prop.GUnit
The unit type size of the "x" character of current font or "ex" for short.
UT_FORMULA - Static variable in class com.iizix.prop.GUnit
The unit type for complex values with a formula.
UT_NB - Static variable in class com.iizix.prop.GUnit
The unit type size of the notch BOTTOM side safe size in pixels or "nb" for short.
UT_NL - Static variable in class com.iizix.prop.GUnit
The unit type size of the notch LEFT side safe size in pixels or "nl" for short.
UT_NR - Static variable in class com.iizix.prop.GUnit
The unit type size of the notch RIGHT side safe size in pixels or "nr" for short.
UT_NT - Static variable in class com.iizix.prop.GUnit
The unit type size of the notch TOP side safe size in pixels or "nt" for short.
UT_NW - Static variable in class com.iizix.prop.GUnit
The unit type size of the maximum notch LEFT/RIGHT side or WIDTH safe size in pixels or "nw" for short.
UT_PC - Static variable in class com.iizix.prop.GUnit
The unit type size for percentage of parent or "%" for short.
UT_PCH - Static variable in class com.iizix.prop.GUnit
The unit type size for percentage of parent height or "%h" for short.
UT_PCMAX - Static variable in class com.iizix.prop.GUnit
The unit type size for maximum size of percentage of parent width and height or "%max" for short.
UT_PCMIN - Static variable in class com.iizix.prop.GUnit
The unit type size for minimum size of percentage of parent width and height or "%min" for short.
UT_PCW - Static variable in class com.iizix.prop.GUnit
The unit type size for percentage of parent width or "%w" for short.
UT_PT - Static variable in class com.iizix.prop.GUnit
The unit type in points, i.e.
UT_PX - Static variable in class com.iizix.prop.GUnit
The unit type "pixels" or "px" for short.
UT_VALUE - Static variable in class com.iizix.prop.GUnit
The unit type size special value string, set as the formula.
UT_VH - Static variable in class com.iizix.prop.GUnit
The unit type size for percentage of viewport height or "vh" for short.
UT_VMAX - Static variable in class com.iizix.prop.GUnit
The unit type size for maximum size of percentage of viewport width and height or "vmax" for short.
UT_VMIN - Static variable in class com.iizix.prop.GUnit
The unit type size for minimum size of percentage of viewport width and height or "vmin" for short.
UT_VW - Static variable in class com.iizix.prop.GUnit
The unit type size for percentage of viewport width or "vw" for short.
UTF8 - Static variable in class com.iizix.Utilities
The UTF-8 Character set for String or stream encodings.
Utilities - Class in com.iizix
This is a utility class containing static helper functions.
Utilities() - Constructor for class com.iizix.Utilities
 
Utils - Class in com.iizix.push.vapid
 
Utils() - Constructor for class com.iizix.push.vapid.Utils
 
Uzbek - Enum constant in enum class com.iizix.translate.google.Language
 
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _ 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form