Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
B
- b - Variable in class com.iizix.event.EventMulticaster
- The two event listeners.
- background - Variable in class com.iizigo.ApplicationUI
- background - Variable in class com.iizigo.swt.IzCCombo
- BACKGROUND_BOX - Static variable in class com.iizix.prop.Styles
- BACKGROUND_REPEAT - Static variable in class com.iizix.prop.Styles
- BACKGROUND_SCROLL - Static variable in class com.iizix.prop.Styles
- BackgroundImage - Enum constant in enum class com.iizix.prop.IPropReference.RefType
- BackgroundImageReference - Class in com.iizix.prop
- The Background Image Reference extends normal Image Reference and only allows bitmap images, i.e.
- BackgroundImageReference() - Constructor for class com.iizix.prop.BackgroundImageReference
- Creates a Action Reference property with no name and with a null value.
- BackgroundImageReference(Atom) - Constructor for class com.iizix.prop.BackgroundImageReference
- Creates a Image Reference property with the specified name with a null value.
- BackgroundImageReference(Atom, String) - Constructor for class com.iizix.prop.BackgroundImageReference
- Creates a Image Reference property with the specified name and value.
- BackgroundLocationConfiguration - Class in com.iizix.geo
- Class used to hold the information required for the background location service.
- BackgroundLocationConfiguration(int, int, int, long) - Constructor for class com.iizix.geo.BackgroundLocationConfiguration
- Constructs the configuration for the location background service.
- BackgroundLocationConfiguration(int, int, int, long, boolean, boolean) - Constructor for class com.iizix.geo.BackgroundLocationConfiguration
- Constructs the configuration for the location background service.
- backward - Enum constant in enum class com.iizix.gyro.IMessageBox.Icon
- Badge - Enum constant in enum class com.iizix.prop.IPropReference.RefType
- BADGE - Static variable in class com.iizix.prop.Atom
- BadgeProp - Class in com.iizix.prop
- The "badge" property class holds the property name, value as a GBadge object and optionally has a parent and/or property listener(s).
- BadgeProp() - Constructor for class com.iizix.prop.BadgeProp
- Creates a badge property with no name and with a null value.
- BadgeProp(Atom) - Constructor for class com.iizix.prop.BadgeProp
- Creates a badge property with the specified name with a null value.
- BadgeProp(Atom, GBadge) - Constructor for class com.iizix.prop.BadgeProp
- Creates a badge property with the specified name and value.
- BadgePropEditor - Class in com.iizigo.prop.editor
- The Badge property editor consists of an icon for the color and font size.
- BadgePropEditor() - Constructor for class com.iizigo.prop.editor.BadgePropEditor
- balance_scale - Enum constant in enum class com.iizix.gyro.IMessageBox.Icon
- ban - Enum constant in enum class com.iizix.gyro.IMessageBox.Icon
- bandcamp - Enum constant in enum class com.iizix.gyro.IMessageBox.Icon
- bank - Enum constant in enum class com.iizix.gyro.IMessageBox.Icon
- bar_chart - Enum constant in enum class com.iizix.gyro.IMessageBox.Icon
- bar_chart_o - Enum constant in enum class com.iizix.gyro.IMessageBox.Icon
- barcode - Enum constant in enum class com.iizix.gyro.IMessageBox.Icon
- BARCODE - Enum constant in enum class com.iizix.urn.NID
- Barcode with required type and string: "iz-barcode".
- BarcodeBuilder - Class in com.iizix.barcode
- The barcode builder that is used to set parameters like: validation: can be turned on or off to perform parameter validation, text: required parameter that assign the text contents for the barcode, size: the requested size of the barcode, if not specified, the smallest size is assumed, errorCorrection: what degree of error correction to use depending on barcode, charset: what character set or name to use where applicable, shape: Specifies the matrix shape for Data Matrix, margin: margin, in pixels, to use when generating the barcode, the meaning can vary by format, compact: whether to use compact mode for PDF417 barcodes, compaction: what compaction mode to use for PDF417 barcodes, dimensions: minimum and maximum number of rows and columns for PDF417 barcodes, layers: required number of layers for AZTEC barcodes, version: exact version for encoded QR_CODE barcodes,
- BarcodeData - Class in com.iizix.barcode
- Class containing the barcode that has been read from an image.
- BarcodeException - Exception in com.iizix.barcode
- Exception that is thrown when the
BarcodeBuilder
encounters an error while encoding the barcode in the builder, such as missing or invalid parameter values not previously validated. - BarcodeException(String) - Constructor for exception com.iizix.barcode.BarcodeException
- Constructs a new barcode exception with the specified detail message.
- BarcodeException(String, Throwable) - Constructor for exception com.iizix.barcode.BarcodeException
- Constructs a new barcode exception with the specified detail message and cause.
- BarcodeReader - Class in com.iizix.barcode
- Barcode reader implementation that will scan an image for a barcode.
- BarcodeReader() - Constructor for class com.iizix.barcode.BarcodeReader
- BarcodeType - Enum Class in com.iizix.barcode
- The bar code type and size requirement.
- BarcodeURN - Class in com.iizix.barcode
- Barcode Uniform Resource Naming (URN) instance class, holding the barcode type and data string.
- BarcodeURNFactory - Class in com.iizix.barcode
- Barcode provider for IIZI URN's.
- BarcodeValidationException - Exception in com.iizix.barcode
- Runtime exception that is thrown when the
BarcodeBuilder
is invalidation
mode and a parameter is not valid. - BarcodeValidationException(String) - Constructor for exception com.iizix.barcode.BarcodeValidationException
- Constructs a new barcode validation exception with the specified detail message.
- BarcodeValidationException(String, Throwable) - Constructor for exception com.iizix.barcode.BarcodeValidationException
- Constructs a new barcode validation exception with the specified detail message and cause.
- bars - Enum constant in enum class com.iizix.gyro.IMessageBox.Icon
- BARS - Enum constant in enum class com.iizix.prop.ui.chart.plot2d.PlotType
- Horizontal bars.
- BASE_COMPRESSED_URI - Static variable in class com.iizix.ServerConstants
- The base path for compressed files URI's: "/izc".
- BASE_ERROR_ID - Static variable in class com.iizix.text.KStringHolder
- The error ID base.
- BASE_PAGE_URI - Static variable in class com.iizix.ServerConstants
- The base page URI (without trailing '/') for pages to launch iiziApp, iiziGoDesigner, etc...
- BASE_PATH - Static variable in class com.iizigo.java.classpath.IzClasspathContainer
- The base string for the IIZI libraries path, i.e.
- BASE_REQUEST_URI - Static variable in class com.iizix.server.push.PushNotificationHandler
- Base URI for IIZI Push API: "/iizi-push/".
- BASE_WS_URI - Static variable in class com.iizix.ServerConstants
- The base path for WebSocket URI's: "/iizi/".
- BaseEditor<PROP extends GProp<?>,
PROP_VALUE> - Class in com.iizigo.prop - The generic base editor for any property editor.
- BaseEditor() - Constructor for class com.iizigo.prop.BaseEditor
- Default constructor called before createControls, to hold the instance of the edit-property-class for easy access.
- BaseEvent<PROP_OR_INTERFACE> - Class in com.iizix.api
- Base event for all events in the API.
- BaseEvent(PROP_OR_INTERFACE) - Constructor for class com.iizix.api.BaseEvent
- Constructor called from the subclass.
- BaseModules - Class in com.iizix
- The base modules with a definition that is similar to the plug-in structure.
- BaseModules() - Constructor for class com.iizix.BaseModules
- BaseReferencePropEditor - Class in com.iizigo.prop.editor
- The Base Reference property editor consists of a simple entry field.
- BaseReferencePropEditor() - Constructor for class com.iizigo.prop.editor.BaseReferencePropEditor
- Default constructor called before createControls.
- baseStamp - Variable in class com.iizigo.image.LastVerified
- Last base stamp.
- BasicUserInfo - Class in com.iizix.server.db
- User information in the database.
- Basque - Enum constant in enum class com.iizix.translate.google.Language
- BAT_EXT - Static variable in class com.iizix.run.common.BuildEnvironment
- BAT_EXT - Static variable in class com.iizix.SystemConfig
- Batch file extension (".bat" for Windows, "" for the others).
- bath - Enum constant in enum class com.iizix.gyro.IMessageBox.Icon
- bathtub - Enum constant in enum class com.iizix.gyro.IMessageBox.Icon
- Battery - Enum constant in enum class com.iizix.device.settings.CommonSettings
- Show screen for controlling which apps can ignore battery optimizations (Android) -- Show Settings > Battery (iOS).
- Battery - Enum constant in enum class com.iizix.device.settings.Settings_iOS
- Settings > Battery.
- Battery - Enum constant in enum class com.iizix.prop.EnvProps.ClientCapability
- Battery status capabilities.
- battery_0 - Enum constant in enum class com.iizix.gyro.IMessageBox.Icon
- battery_1 - Enum constant in enum class com.iizix.gyro.IMessageBox.Icon
- battery_2 - Enum constant in enum class com.iizix.gyro.IMessageBox.Icon
- battery_3 - Enum constant in enum class com.iizix.gyro.IMessageBox.Icon
- battery_4 - Enum constant in enum class com.iizix.gyro.IMessageBox.Icon
- battery_empty - Enum constant in enum class com.iizix.gyro.IMessageBox.Icon
- battery_full - Enum constant in enum class com.iizix.gyro.IMessageBox.Icon
- battery_half - Enum constant in enum class com.iizix.gyro.IMessageBox.Icon
- battery_quarter - Enum constant in enum class com.iizix.gyro.IMessageBox.Icon
- battery_three_quarters - Enum constant in enum class com.iizix.gyro.IMessageBox.Icon
- BatteryOptimization - Enum constant in enum class com.iizix.device.settings.Settings_Android
- Screen for controlling which apps can ignore battery optimizations.
- bed - Enum constant in enum class com.iizix.gyro.IMessageBox.Icon
- beer - Enum constant in enum class com.iizix.gyro.IMessageBox.Icon
- BEFORE - Static variable in class com.iizix.prop.ui.KTooltip
- The location: BEFORE (=4).
- BEFORE_VALIDITY_PERIOD - Enum constant in enum class com.iizix.license.ValidateReply
- License validity is subject to a time period, and this period has not yet started.
- begin() - Method in class com.iizix.gyro.GyroTransaction
- Begins the transaction.
- begin(ITXProcess, ITXPid) - Method in class com.iizix.actionactor.AbstractJavaActionActor
- Notifies the node it got associated with a transactional process.
- begin(ITXProcess, ITXPid) - Method in class com.iizix.db.prop.DatabaseActionTXPNode
- begin(ITXProcess, ITXPid) - Method in interface com.iizix.txp.ITXPNode
- Notifies the node it got associated with a transactional process.
- beginChanges() - Method in class com.iizix.prop.content.AbstractContentProvider
- Begins a mass change operation of the content by means of the API.
- beginChanges() - Method in interface com.iizix.prop.content.IContentProvider
- Begins a mass change operation of the content by means of the API.
- beginOurEvent() - Method in class com.iizigo.prop.EditedPropController
- Begins process for private event.
- beginProcessEvent() - Method in class com.iizigo.prop.BaseEditor
- Begins processing events, blocking e.g.
- beginTask(String, int) - Method in class com.iizigo.prop.PropProgressMonitorAdapter
- Notifies that the main task is beginning.
- beginTask(String, int) - Method in interface com.iizix.IPropProgressMonitor
- Notifies that the main task is beginning.
- beginTask(String, int) - Method in class com.iizix.PropProgressMonitor
- Notifies that the main task is beginning.
- beginWork() - Method in class com.iizix.prop.vs.VSWorkUnit
- Begins the work unit.
- behance - Enum constant in enum class com.iizix.gyro.IMessageBox.Icon
- behance_square - Enum constant in enum class com.iizix.gyro.IMessageBox.Icon
- Belarusian - Enum constant in enum class com.iizix.translate.google.Language
- bell - Enum constant in enum class com.iizix.gyro.IMessageBox.Icon
- bell_o - Enum constant in enum class com.iizix.gyro.IMessageBox.Icon
- bell_slash - Enum constant in enum class com.iizix.gyro.IMessageBox.Icon
- bell_slash_o - Enum constant in enum class com.iizix.gyro.IMessageBox.Icon
- belongsTo(Object) - Method in class com.iizigo.app.ApplicationDistributorJob
- Same family as MANUAL_BUILD jobs, this will "trigger SyncState" causing stability for changes, i.e.
- belongsTo(Object) - Method in class com.iizigo.run.EditorRuntimeBuilderJob
- Same family as MANUAL_BUILD jobs, this will "trigger SyncState" causing stability for changes, i.e.
- BELOW - Static variable in class com.iizix.prop.ui.KTooltip
- The location: ABOVE (=2).
- Bengali - Enum constant in enum class com.iizix.translate.google.Language
- between(long, long) - Static method in class com.iizix.TimeInterval
- Creates a new instance of the time interval with only a end time set.
- BEVEL - Enum constant in enum class com.iizix.prop.GStroke.Join
- The "bevel" join looks like a "miter" join with the hard edge cut off.
- bicycle - Enum constant in enum class com.iizix.gyro.IMessageBox.Icon
- BigDecimal - Enum constant in enum class com.iizix.Value.Type
- The Data Type: BigDecimal.
- BigDecimalValue - Class in com.iizix.value
- Value object class to handle the BigDecimal datatype.
- BigDecimalValue() - Constructor for class com.iizix.value.BigDecimalValue
- BigInteger - Enum constant in enum class com.iizix.Value.Type
- The Data Type: BigInteger.
- BigIntegerValue - Class in com.iizix.value
- Value object class to handle the BigInteger datatype.
- BigIntegerValue() - Constructor for class com.iizix.value.BigIntegerValue
- Binary - Enum constant in enum class com.iizix.Value.Category
- Binary.
- Binary - Enum constant in enum class com.iizix.Value.Type
- The Data Type: Binary as byte [].
- BINARY - Enum constant in enum class com.iizigo.java.JavaSource.Type
- Binary class file, separate ".class" or inside a ".jar" file.
- BinaryTrace - Class in com.iizix.server
- This class is used to trace binary data to an output stream.
- BinaryTrace() - Constructor for class com.iizix.server.BinaryTrace
- BinaryValue - Class in com.iizix.value
- Value object class to handle the byte array datatype.
- BinaryValue() - Constructor for class com.iizix.value.BinaryValue
- bind - Variable in class com.iizix.comm.PortConfig
- The bind address, null for none.
- bind(AppSessionGyro, NamedParameterStatement) - Method in class com.iizix.db.prop.InputProps
- Binds the variables from the
and a virtualizedInputProps
from the application session to the statement.VirtualSpace
- BIND - Static variable in class com.iizix.prop.Atom
- BIND_ADDRESS - Static variable in class com.iizix.server.prop.WebServerPortConfig
- The protocol to use (HTTP or HTTPS).
- bindAddress - Variable in class com.iizigo.webserver.Preference
- The bind address.
- bindAddress - Variable in class com.iizix.nio.SocketCommNIO
- The bind address, null for none.
- BinderAction - Class in com.iizix.prop
- This class is used as information for result of what the binder action performed with a IBinderPOJO object item with a Property.
- BinderAction(GProp<?>) - Constructor for class com.iizix.prop.BinderAction
- Constructor of the binder object.
- BinderAction.ActionPerformed - Enum Class in com.iizix.prop
- The various actions that can be performed.
- BinderActions - Class in com.iizix.prop
- This class is used as information for what the binder actions that have been performed with the IBinderPOJO object and e.g.
- BinderActions() - Constructor for class com.iizix.prop.BinderActions
- BINDINGS - Static variable in class com.iizix.prop.Atom
- binoculars - Enum constant in enum class com.iizix.gyro.IMessageBox.Icon
- Biometric - Enum constant in enum class com.iizix.device.settings.CommonSettings
- Show screen for configuring biometric based device security (Android) -- Show Settings > Touch ID/Face ID & Passcode (iOS).
- BIOMETRIC - Enum constant in enum class com.iizix.device.AutoSignInPermission
- Auto-sign is allowed only when biometric authentication is supported on the client device using fingerprint or facial recognition (Fingerprint Unlock or Face Unlock for Android, Touch ID or Face ID for Apple clients).
- birthday_cake - Enum constant in enum class com.iizix.gyro.IMessageBox.Icon
- bitbucket - Enum constant in enum class com.iizix.gyro.IMessageBox.Icon
- bitbucket_square - Enum constant in enum class com.iizix.gyro.IMessageBox.Icon
- bitcoin - Enum constant in enum class com.iizix.gyro.IMessageBox.Icon
- bitValue - Variable in enum class com.iizigo.project.refactor.RefactoringOperation
- The bit value.
- bitValue - Variable in enum class com.iizix.prop.StylesStates
- The bit value of the state, or'ed together to make up a specific state.
- black - Variable in class com.iizigo.ApplicationUI
- black_tie - Enum constant in enum class com.iizix.gyro.IMessageBox.Icon
- BlackOpaque - Enum constant in enum class com.iizix.gyro.StatusBarConfig.Style
- Light text, for dark backgrounds.
- BlackTranslucent - Enum constant in enum class com.iizix.gyro.StatusBarConfig.Style
- Light text, for dark backgrounds.
- blind - Enum constant in enum class com.iizix.gyro.IMessageBox.Icon
- blinkSpeed - Variable in class com.iizigo.term.PluginPreference
- Blink speed in ms, 0 = no blink.
- BLOCK_TAGS_MAX - Static variable in class com.iizix.js.build.compressors.HtmlCompressor
- Predefined list of tags that are block-level by default, excluding
<div>
and<li>
tags. - BLOCK_TAGS_MIN - Static variable in class com.iizix.js.build.compressors.HtmlCompressor
- Predefined list of tags that are very likely to be block-level.
- BLUE - Enum constant in enum class com.iizix.prop.GBadge.Color
- Blue color.
- bluetooth - Enum constant in enum class com.iizix.gyro.IMessageBox.Icon
- Bluetooth - Enum constant in enum class com.iizix.device.settings.CommonSettings
- Show settings to allow configuration of Bluetooth (Anroid) -- Show Settings > Bluetooth (iOS).
- Bluetooth - Enum constant in enum class com.iizix.device.settings.Settings_Android
- Settings to allow configuration of Bluetooth and Connected devices.
- Bluetooth - Enum constant in enum class com.iizix.device.settings.Settings_iOS
- Settings > Bluetooth.
- bluetooth_b - Enum constant in enum class com.iizix.gyro.IMessageBox.Icon
- blur - Variable in class com.iizigo.prop.editor.BoxShadowValidator
- The blur, null if not parsed.
- blur - Variable in class com.iizigo.prop.editor.DropShadowValidator
- The blur, null if not parsed.
- blur - Variable in class com.iizigo.prop.editor.TextShadowValidator
- The blur, null if not parsed.
- BMP - Enum constant in enum class com.iizix.image.ImageType
- BMP: "image/bmp", extension ".bmp".
- BODY - Enum constant in enum class com.iizix.push.PushNotificationParameters
- Required message or text of the push notification, a maximum of 5000 characters.
- BODY - Static variable in class com.iizix.prop.Atom
- bold - Enum constant in enum class com.iizix.gyro.IMessageBox.Icon
- BoldFontStyler - Class in com.iizix.swt
- A Styler for Viewers with Bold fonts.
- BoldFontStyler(Viewer) - Constructor for class com.iizix.swt.BoldFontStyler
- Constructs a Styler for StyledString that sets a bold font.
- bolt - Enum constant in enum class com.iizix.gyro.IMessageBox.Icon
- bomb - Enum constant in enum class com.iizix.gyro.IMessageBox.Icon
- book - Enum constant in enum class com.iizix.gyro.IMessageBox.Icon
- bookmark - Enum constant in enum class com.iizix.gyro.IMessageBox.Icon
- bookmark_o - Enum constant in enum class com.iizix.gyro.IMessageBox.Icon
- Boolean - Enum constant in enum class com.iizix.api.vs.JavaActorParam.Type
- Boolean property using
BoolProp
. - Boolean - Enum constant in enum class com.iizix.Value.Category
- Boolean category.
- Boolean - Enum constant in enum class com.iizix.Value.Type
- The Data Type: T_Boolean as Boolean.
- BooleanFormat - Class in com.iizix.value
- Formatter for boolean numbers.
- BooleanFormat(String) - Constructor for class com.iizix.value.BooleanFormat
- Constructs the boolean formatter.
- BooleanSelection - Class in com.iizix.prop.ui.selection
- The boolean on/off (or selected/unselected) selection state.
- BooleanSelection(IUIBooleanSelectionComp, boolean) - Constructor for class com.iizix.prop.ui.selection.BooleanSelection
- Constructor.
- BooleanValue - Class in com.iizix.value
- Value object class to handle the Boolean datatype.
- BooleanValue() - Constructor for class com.iizix.value.BooleanValue
- BoolPref - Class in com.iizigo.clientpref
- Boolean preference.
- BoolPref(String, String) - Constructor for class com.iizigo.clientpref.BoolPref
- Constructor.
- BoolProp - Class in com.iizix.prop
- The Boolean property class holds the property name, value and optionally has a parent and/or property listener(s).
- BoolProp() - Constructor for class com.iizix.prop.BoolProp
- Creates a Boolean property with the specified name with a null value.
- BoolProp(Atom) - Constructor for class com.iizix.prop.BoolProp
- Creates a Boolean property with the specified name with a null value.
- BoolProp(Atom, boolean) - Constructor for class com.iizix.prop.BoolProp
- Creates a Boolean property with the specified name with and value.
- BoolPropEditor - Class in com.iizigo.prop.editor
- The boolean property editor consists of a simple check box.
- BoolPropEditor() - Constructor for class com.iizigo.prop.editor.BoolPropEditor
- Default constructor called before createControls.
- border - Variable in class com.iizigo.ApplicationUI
- borderColor - Variable in class com.iizix.swt.CustomSashForm
- BorderData - Class in com.iizix.prop.ui
- The BorderData is the layout data for components in a container with BorderLayout.
- BorderData() - Constructor for class com.iizix.prop.ui.BorderData
- Creates a BorderData container without name and with a null value.
- BorderData(Atom) - Constructor for class com.iizix.prop.ui.BorderData
- Creates a BorderData container with the specified name with a null value.
- BorderData(Atom, GProp<?>[]) - Constructor for class com.iizix.prop.ui.BorderData
- Creates a BorderData container with the specified name and properties.
- BorderLayout - Class in com.iizix.prop.ui
- BorderLayout is a layout manager.
- BorderLayout() - Constructor for class com.iizix.prop.ui.BorderLayout
- Creates the layout without name with a null value.
- BorderLayout(Atom) - Constructor for class com.iizix.prop.ui.BorderLayout
- Creates the layout with the specified name with a null value.
- BorderLayout(Atom, GProp<?>[]) - Constructor for class com.iizix.prop.ui.BorderLayout
- Creates the layout with the specified name and properties.
- Bosnian - Enum constant in enum class com.iizix.translate.google.Language
- Bosnian_Latin - Enum constant in enum class com.iizix.translate.microsoft.Language
- BOTTOM - Enum constant in enum class com.iizix.prop.ui.chart.TitlePosition
- BOTTOM_CENTER - Enum constant in enum class com.iizix.gyro.IToaster.Position
- BOTTOM_LEADING - Enum constant in enum class com.iizix.prop.GBadge.Location
- Bottom-left for LTR, and top-right for RTL.
- BOTTOM_LEFT - Enum constant in enum class com.iizix.gyro.IToaster.Position
- BOTTOM_RIGHT - Enum constant in enum class com.iizix.gyro.IToaster.Position
- BOTTOM_TRAILING - Enum constant in enum class com.iizix.prop.GBadge.Location
- Bottom-right for LTR, and top-left for RTL.
- BOX_SIZINGS - Static variable in class com.iizix.prop.Styles
- BoxShadowDialog - Class in com.iizigo.prop.editor.dialog
- Box shadow dialog designer.
- BoxShadowDialog(Shell, String) - Constructor for class com.iizigo.prop.editor.dialog.BoxShadowDialog
- Create the dialog.
- BoxShadowPropEditor - Class in com.iizigo.prop.editor
- The Box Shadow String property editor.
- BoxShadowPropEditor() - Constructor for class com.iizigo.prop.editor.BoxShadowPropEditor
- Default constructor called before createControls.
- BoxShadowValidator - Class in com.iizigo.prop.editor
- The box shadow validator.
- BoxShadowValidator(String) - Constructor for class com.iizigo.prop.editor.BoxShadowValidator
- Creates the validator for an input.
- braille - Enum constant in enum class com.iizix.gyro.IMessageBox.Icon
- BridgeContainer<LAYOUT_PROP extends LayoutProp> - Class in com.iizix.prop.bridge
- Container class bridging one or several VS elements to UI components in a panel, with text translation support.
- BridgeContainer(UIContainer, LayoutMgr<LAYOUT_PROP>, PropCnr) - Constructor for class com.iizix.prop.bridge.BridgeContainer
- Constructs the bridge with UI container.
- briefcase - Enum constant in enum class com.iizix.gyro.IMessageBox.Icon
- BROKEN - Enum constant in enum class com.iizix.comm.statistics.SessionConnectionStatistics.State
- BROKEN - Enum constant in enum class com.iizix.license.history.LicensingHistoryEvent
- Broken license.
- BROKEN - Enum constant in enum class com.iizix.license.ValidateReply
- License has been broken and cannot recover, please request a new license.
- BROKEN - Enum constant in enum class com.iizix.prop.IPropReference.ReferenceChangeEvent
- Event fired when
PropReference.resolve(doReCheck=true)
is called and the check fails to find the property that it previously had a reference to, no matter if it was of correct property class. - BROWSER - Static variable in class com.iizix.prop.ui.device.GSimpleDevice
- The browser device has size 0.
- BrowserFontFormat - Enum Class in com.iizix.prop.font
- The various browsers and font formats to choose.
- btc - Enum constant in enum class com.iizix.gyro.IMessageBox.Icon
- Bubble - Class in com.iizix.prop.ui.chart.series
- The bubble series value with X/Y and size values.
- Bubble(double, double, double) - Constructor for class com.iizix.prop.ui.chart.series.Bubble
- Constructor for the bubble value point.
- BUBBLE - Enum constant in enum class com.iizix.prop.ui.chart.series.SeriesType
- Bubble: X, Y and size.
- BubbleEvent - Class in com.iizix.event
- Abstract class extending the base
GEvent
to set the event propagation to sinking, i.e. - BubbleEvent(GProp<?>, int, boolean) - Constructor for class com.iizix.event.BubbleEvent
- Constructs the generic sink event with specified originator.
- BUBBLES - Enum constant in enum class com.iizix.prop.ui.chart.plot2d.PlotType
- Bubbles.
- bufferChanged(BufferChangedEvent) - Method in class com.iizigo.java.parser.ParsedJavaSource
- For reconcile buffers, notifies that the given event has occurred.
- bug - Enum constant in enum class com.iizix.gyro.IMessageBox.Icon
- build() - Method in class com.iizix.push.vapid.Encrypted.Builder
- build() - Method in class com.iizix.push.vapid.Notification.NotificationBuilder
- BUILD - Static variable in class com.iizix.SystemConfig
- The build number.
- build_android - Variable in class com.iizix.run.RuntimeBuilderSettings
- Builds the customized iiziRun for Android, default true.
- build_android_release - Variable in class com.iizix.run.RuntimeBuilderSettings
- When build Android for release, this value should be
1
(one) if a Bundle (AAB) should be created,0
(zero) means an APK, and2
means BOTH formats. - build_ios - Variable in class com.iizix.run.RuntimeBuilderSettings
- Builds the customized iiziRun for iOS, default true.
- build_remote - Variable in class com.iizix.run.RuntimeBuilderSettings
- Specifies the address of the Remote iiziRun Builder machine.
- build_remote_all - Variable in class com.iizix.run.RuntimeBuilderSettings
- Build all remotely.
- build_remote_tls - Variable in class com.iizix.run.RuntimeBuilderSettings
- Secured with TLS.
- build_target_types - Variable in class com.iizix.run.RuntimeBuilderSettings
- Targets to build: 0=debug, 1=release, 2=both.
- build_version - Variable in class com.iizix.run.RuntimeBuilderSettings
- Full version number expressed in major.minor.patch notation (default 1.0.0).
- buildChooser() - Method in class com.iizigo.prop.editor.color.DefaultSwatchChooserPanel
- buildDateTime - Static variable in class com.iizix.SystemConfig
- Date and time when the system was built: less than minute values are set to zero (unless it's a debug build).
- BuildEnvironment - Class in com.iizix.run.common
- Class to build up the environment to use.
- BuildEnvironment(File, boolean, boolean, ICommonJobCreator, IPrintAdapter) - Constructor for class com.iizix.run.common.BuildEnvironment
- Constructor verifies presence of required directories.
- builder() - Static method in class com.iizix.push.vapid.Notification
- Builder() - Constructor for class com.iizix.push.vapid.Encrypted.Builder
- BuilderError - Class in com.iizix.run
- Class to hold a builder error for verification.
- BuilderError(PropCnr, int) - Constructor for class com.iizix.run.BuilderError
- Constructor from a remote property error container.
- BuilderError(String, String, boolean, String) - Constructor for class com.iizix.run.BuilderError
- Constructor.
- BuilderError(String, String, String) - Constructor for class com.iizix.run.BuilderError
- Constructor for isError = true.
- BuildException - Exception in com.iizix.app
- Build exception that should not display stack trace.
- BuildException(String) - Constructor for exception com.iizix.app.BuildException
- Constructor with message.
- buildFinished(IJavaProject) - Method in class com.iizigo.java.JavaCompilationParticipant
- Notifies this participant that a build has finished for the project.
- buildForLaunch(ILaunchConfiguration, String, IProgressMonitor) - Method in class com.iizigo.server.launch.DevelServerLaunchConfigurationDelegate
- Optionally performs any required building before launching the given configuration in the specified mode, and returns whether the debug platform should perform an incremental workspace build before the launch continues.
- buildFromTTF(CSSFontDefinition, File) - Static method in class com.iizigo.font.CSSFontDefinition
- Builds the icons that are available in the TrueType font file as defined characters between ASCII 32 and less than 65535.
- BuildHTMLCharacterEntities - Class in com.iizix.text.util
- Stand-alone utility to build the com.iizix.text.HTMLCharacterEntities.java source code directly from web links.
- BuildHTMLCharacterEntities() - Constructor for class com.iizix.text.util.BuildHTMLCharacterEntities
- buildInfo(String, byte[]) - Static method in class com.iizix.push.vapid.HttpEce
- Future versions might require a null-terminated info string?
- building - Enum constant in enum class com.iizix.gyro.IMessageBox.Icon
- building_o - Enum constant in enum class com.iizix.gyro.IMessageBox.Icon
- buildMenu() - Method in class com.iizigo.prop.editor.VSRelativeReferencePropEditor
- Called to build the menu.
- BuildRC - Enum Class in com.iizix.run.common
- Build environment return codes.
- BuildReply - Class in com.iizix.run.common
- Return value with potential error or message.
- BuildReply(BuildRC, String) - Constructor for class com.iizix.run.common.BuildReply
- Constructor.
- BuildResource - Class in com.iizigo.project
- The class that holds the resources to build, files or folders, has a Comparable interface implemented so it can be sorted by path name A-Z.
- buildRuntime(IProgressMonitor, RuntimeBuilderSettings, IPrintAdapter, boolean) - Method in class com.iizigo.run.impl.EclipseRuntimeBuilder
- Runs the job to create the iiziRun program.
- buildRuntime(IProgressMonitor, RuntimeBuilderSettings, IPrintAdapter, boolean) - Method in interface com.iizigo.run.IRuntimeBuilder
- Runs the job to create the iiziRun program.
- buildStarted() - Static method in class com.iizigo.java.SyncState
- Called from workspace when a build starts using resource change listener rather than job checking, because a Job is often triggered but not doing anything in the end.
- buildStarting(BuildContext[], boolean) - Method in class com.iizigo.java.JavaCompilationParticipant
- Notifies this participant that a compile operation is about to start and provides it the opportunity to generate source files based on the source files about to be compiled.
- buildStyleRanges(ArrayList<KStringStyleRange>) - Static method in class com.iizigo.text.KStringStyledText
- Constructs a StyleRange ArrayList from KString styles ranges.
- Bulgarian - Enum constant in enum class com.iizix.translate.google.Language
- Bulgarian - Enum constant in enum class com.iizix.translate.microsoft.Language
- bullhorn - Enum constant in enum class com.iizix.gyro.IMessageBox.Icon
- bullseye - Enum constant in enum class com.iizix.gyro.IMessageBox.Icon
- Burmese - Enum constant in enum class com.iizix.translate.google.Language
- bus - Enum constant in enum class com.iizix.gyro.IMessageBox.Icon
- BUSY - Enum constant in enum class com.iizix.device.settings.OpenSettingError
- The open settings can only process one open request at a time, and the initial open settings request has not yet completed.
- BusyState - Class in com.iizix.test.client
- The busy state of a client session.
- BUTT - Enum constant in enum class com.iizix.prop.GStroke.Cap
- The "butt" is the default cap, cut off in the middle of the end point.
- button - Variable in class com.iizigo.prop.editor.BoolPropEditor
- The button.
- BUTTON_SET - Enum constant in enum class com.iizix.prop.ui.mlist.MLItemType
- The button set consists of a few buttons that behaves as radio button choices, i.e.
- ButtonBuilder - Class in com.iizigo.link.ui.builder
- The UI Button builder.
- ButtonBuilder() - Constructor for class com.iizigo.link.ui.builder.ButtonBuilder
- ButtonBuilderSubOp - Class in com.iizigo.link.ui.builder
- An action builder sub-operation.
- buttonPressed(int) - Method in class com.iizigo.ExceptionDetailsErrorDialog
- buttonPressed(int) - Method in class com.iizigo.swt.ValidateWizardDialog
- Called when a button is pressed.
- buysellads - Enum constant in enum class com.iizix.gyro.IMessageBox.Icon
- Byte - Enum constant in enum class com.iizix.Value.Type
- The Data Type: Byte.
- ByteArrayProp - Class in com.iizix.prop
- The byte array property is used to store binary data in various forms, e.g.
- ByteArrayProp() - Constructor for class com.iizix.prop.ByteArrayProp
- Creates a byte array property with the specified name with a null value.
- ByteArrayProp(Atom) - Constructor for class com.iizix.prop.ByteArrayProp
- Creates a byte array property with the specified name with a null value.
- ByteArrayProp(Atom, byte[]) - Constructor for class com.iizix.prop.ByteArrayProp
- Creates a byte property with the specified name with and value.
- bytesReceived - Variable in class com.iizix.comm.statistics.SessionConnectionStatistics
- Size of data received.
- bytesSent - Variable in class com.iizix.comm.statistics.SessionConnectionStatistics
- Size of data sent.
- ByteValue - Class in com.iizix.value
- Value object class to handle the Byte datatype.
- ByteValue() - Constructor for class com.iizix.value.ByteValue
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form