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 All Packages
All Classes All Packages
All Classes All Packages
B
- b - Variable in class com.iizix.event.EventMulticaster
- The two event listeners.
- 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
- 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 - com.iizix.gyro.IMessageBox.Icon
- 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 - com.iizix.gyro.IMessageBox.Icon
- ban - com.iizix.gyro.IMessageBox.Icon
- bandcamp - com.iizix.gyro.IMessageBox.Icon
- bank - com.iizix.gyro.IMessageBox.Icon
- bar_chart - com.iizix.gyro.IMessageBox.Icon
- bar_chart_o - com.iizix.gyro.IMessageBox.Icon
- barcode - com.iizix.gyro.IMessageBox.Icon
- BARCODE - 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 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 - com.iizix.gyro.IMessageBox.Icon
- BARS - com.iizix.prop.ui.chart.plot2d.PlotType
- Horizontal bars.
- 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 "/iizi/" for WebSocket URI's.
- Base64Encoder - Class in com.iizix.push.vapid
- Java 7 compatible Base64 encode/decode functions.
- Base64Encoder() - Constructor for class com.iizix.push.vapid.Base64Encoder
- 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 - com.iizix.translate.google.Language
- BAT_EXT - Static variable in class com.iizix.run.common.BuildEnvironment
- BAT_EXT - Static variable in class com.iizix.Utilities
- Batch file extension (".bat" for Windows, "" for the others).
- bath - com.iizix.gyro.IMessageBox.Icon
- bathtub - com.iizix.gyro.IMessageBox.Icon
- battery - com.iizix.prop.EnvProps.ClientCapability
- Battery status capabilities.
- battery_0 - com.iizix.gyro.IMessageBox.Icon
- battery_1 - com.iizix.gyro.IMessageBox.Icon
- battery_2 - com.iizix.gyro.IMessageBox.Icon
- battery_3 - com.iizix.gyro.IMessageBox.Icon
- battery_4 - com.iizix.gyro.IMessageBox.Icon
- battery_empty - com.iizix.gyro.IMessageBox.Icon
- battery_full - com.iizix.gyro.IMessageBox.Icon
- battery_half - com.iizix.gyro.IMessageBox.Icon
- battery_quarter - com.iizix.gyro.IMessageBox.Icon
- battery_three_quarters - com.iizix.gyro.IMessageBox.Icon
- bed - com.iizix.gyro.IMessageBox.Icon
- beer - com.iizix.gyro.IMessageBox.Icon
- BEFORE - Static variable in class com.iizix.prop.ui.KTooltip
- The location: BEFORE (=4).
- BEFORE_VALIDITY_PERIOD - 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 - com.iizix.gyro.IMessageBox.Icon
- behance_square - com.iizix.gyro.IMessageBox.Icon
- Belarusian - com.iizix.translate.google.Language
- bell - com.iizix.gyro.IMessageBox.Icon
- bell_o - com.iizix.gyro.IMessageBox.Icon
- bell_slash - com.iizix.gyro.IMessageBox.Icon
- bell_slash_o - 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 - com.iizix.translate.google.Language
- BEVEL - com.iizix.prop.GStroke.Join
- The "bevel" join looks like a "miter" join with the hard edge cut off.
- bicycle - com.iizix.gyro.IMessageBox.Icon
- BigDecimal - 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 - 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 - com.iizix.Value.Category
- Binary.
- Binary - com.iizix.Value.Type
- The Data Type: Binary as byte [].
- BINARY - 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 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 - com.iizix.gyro.IMessageBox.Icon
- birthday_cake - com.iizix.gyro.IMessageBox.Icon
- bitbucket - com.iizix.gyro.IMessageBox.Icon
- bitbucket_square - com.iizix.gyro.IMessageBox.Icon
- bitcoin - com.iizix.gyro.IMessageBox.Icon
- bitValue - Variable in enum com.iizigo.project.refactor.RefactoringOperation
- The bit value.
- bitValue - Variable in enum 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 - com.iizix.gyro.IMessageBox.Icon
- BlackOpaque - com.iizix.gyro.StatusBarConfig.Style
- Light text, for dark backgrounds.
- BlackTranslucent - com.iizix.gyro.StatusBarConfig.Style
- Light text, for dark backgrounds.
- blind - 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 - com.iizix.prop.GBadge.Color
- Blue color.
- bluetooth - com.iizix.gyro.IMessageBox.Icon
- bluetooth_b - 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 - com.iizix.image.ImageType
- BMP: "image/bmp", extension ".bmp".
- BODY - 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 - 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 - com.iizix.gyro.IMessageBox.Icon
- bomb - com.iizix.gyro.IMessageBox.Icon
- book - com.iizix.gyro.IMessageBox.Icon
- bookmark - com.iizix.gyro.IMessageBox.Icon
- bookmark_o - com.iizix.gyro.IMessageBox.Icon
- Boolean - com.iizix.api.vs.JavaActorParam.Type
- Boolean property using
BoolProp
. - Boolean - com.iizix.Value.Category
- Boolean category.
- Boolean - 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 - com.iizix.translate.google.Language
- Bosnian_Latin - com.iizix.translate.microsoft.Language
- BOTTOM - com.iizix.prop.ui.chart.TitlePosition
- BOTTOM_CENTER - com.iizix.gyro.IToaster.Position
- BOTTOM_LEADING - com.iizix.prop.GBadge.Location
- Bottom-left for LTR, and top-right for RTL.
- BOTTOM_LEFT - com.iizix.gyro.IToaster.Position
- BOTTOM_RIGHT - com.iizix.gyro.IToaster.Position
- BOTTOM_TRAILING - 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 - 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 - com.iizix.gyro.IMessageBox.Icon
- BROKEN - com.iizix.comm.statistics.SessionConnectionStatistics.State
- BROKEN - com.iizix.license.history.LicensingHistoryEvent
- Broken license.
- BROKEN - com.iizix.license.ValidateReply
- License has been broken and cannot recover, please request a new license.
- BROKEN - 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 in com.iizix.prop.font
- The various browsers and font formats to choose.
- btc - 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 - 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 - 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 - 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_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, 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 - com.iizix.gyro.IMessageBox.Icon
- building_o - com.iizix.gyro.IMessageBox.Icon
- buildMenu() - Method in class com.iizigo.prop.editor.VSRelativeReferencePropEditor
- Called to build the menu.
- BuildRC - Enum 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 - com.iizix.translate.google.Language
- Bulgarian - com.iizix.translate.microsoft.Language
- bullhorn - com.iizix.gyro.IMessageBox.Icon
- bullseye - com.iizix.gyro.IMessageBox.Icon
- Burmese - com.iizix.translate.google.Language
- bus - com.iizix.gyro.IMessageBox.Icon
- BusyState - Class in com.iizix.test.client
- The busy state of a client session.
- BUTT - 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 - 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 - com.iizix.gyro.IMessageBox.Icon
- Byte - 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 All Packages