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

D

Danish - Enum constant in enum class com.iizix.translate.google.Language
 
Danish - Enum constant in enum class com.iizix.translate.microsoft.Language
 
DARK - Enum constant in enum class com.iizigo.ApplicationUI.Theme
The dark theme.
DARK_THEME_COLORS - Static variable in class com.iizigo.Console
Dark theme colors.
darkShadow - Variable in class com.iizigo.ApplicationUI
 
DASH - Enum constant in enum class com.iizix.prop.GStroke.Style
 
DASH_DOT - Enum constant in enum class com.iizix.prop.GStroke.Style
 
dashboard - Enum constant in enum class com.iizix.gyro.IMessageBox.Icon
 
dashcube - Enum constant in enum class com.iizix.gyro.IMessageBox.Icon
 
data - Variable in class com.iizix.prop.vs.VSCellData
Data source object, for any purpose.
DATA_CONTAINER - Static variable in class com.iizix.prop.Atom
 
DATA_MATRIX - Enum constant in enum class com.iizix.barcode.BarcodeType
A Data Matrix is a two-dimensional code consisting of black and white "cells" or dots arranged in either a square or rectangular pattern, also known as a matrix.
database - Enum constant in enum class com.iizix.gyro.IMessageBox.Icon
 
DATABASE - Enum constant in enum class com.iizix.urn.URNLocation
Database, stored in a database table indirectly defined by depending the WSFileType implementation.
DatabaseActionActor - Class in com.iizix.db.actionactor
The Database transaction Action Actor.
DatabaseActionActor(VSAction, DatabaseActionActor.Settings) - Constructor for class com.iizix.db.actionactor.DatabaseActionActor
Creates a new instance.
DatabaseActionActor.Settings - Class in com.iizix.db.actionactor
Settings property container.
DatabaseActionActorDesignerProp - Class in com.iizigo.db.actionactor
Action Actor Designer Prop.
DatabaseActionActorDesignerProp(AbstractSettings, PropertyEditorSetup) - Constructor for class com.iizigo.db.actionactor.DatabaseActionActorDesignerProp
Constructor.
DatabaseActionTXPNode - Class in com.iizix.db.prop
Database actor implementation for a TXP node.
DatabaseActionTXPNode(VSActionTXProcess, DatabaseActionActor.Settings, IDBConnectionPool) - Constructor for class com.iizix.db.prop.DatabaseActionTXPNode
Constructor.
DatabaseDesignerProp - Class in com.iizigo.db.prop
Class for the DesignerProp for all DataBase property classes in the Designer.
DatabaseDesignerProp(PropCnr) - Constructor for class com.iizigo.db.prop.DatabaseDesignerProp
The constructor.
DatabaseEditor - Class in com.iizigo.db.editor
The Database Editor part.
DatabaseEditor() - Constructor for class com.iizigo.db.editor.DatabaseEditor
Eclipse constructor.
DatabaseError - Enum constant in enum class com.iizix.user.UserLocaleString
Database error.
DatabasePlugin - Class in com.iizix.db
Tag class for plug-in ID.
DatabasePlugin() - Constructor for class com.iizix.db.DatabasePlugin
 
DatabaseProps - Class in com.iizix.db.prop
This database property container holds database service definition.
DatabaseProps() - Constructor for class com.iizix.db.prop.DatabaseProps
Creates the property container without a name.
DatabaseProps(Atom) - Constructor for class com.iizix.db.prop.DatabaseProps
Creates the property container with the specified name.
DatabaseTransaction - Enum constant in enum class com.iizix.prop.IPropReference.RefType
 
DatabaseTransactionReference - Class in com.iizix.db.prop
The reference to a Database transaction.
DatabaseTransactionReference() - Constructor for class com.iizix.db.prop.DatabaseTransactionReference
Creates a Database transaction Reference property with no name and with a null value.
DatabaseTransactionReference(Atom) - Constructor for class com.iizix.db.prop.DatabaseTransactionReference
Creates a Database transaction Reference property with the specified name with a null value.
DatabaseTransactionReference(Atom, String) - Constructor for class com.iizix.db.prop.DatabaseTransactionReference
Creates a Database transaction Reference property with the specified name and value.
DataPacket - Class in com.iizix.nio
This class implements the cryptographic interface for the client/server communication.
DataPacket() - Constructor for class com.iizix.nio.DataPacket
The default cryptographic interface only implements the most simple way of garbling the byte data.
dataToFile(DesignerProp) - Static method in class com.iizigo.Activator
Converts the DesignerProp from the data container to the FilePropCnr one, if it refers to a file.
dataToFile(GProp<?>) - Static method in class com.iizigo.Activator
Converts the property to get the FilePropCnr instead of the data container property.
dataToFile(GProp<?>[]) - Static method in class com.iizigo.Activator
Converts the array of properties to get the FilePropCnr instead of the data container property.
dataToString() - Method in class com.iizix.prop.ui.device.GSimpleDevice
The data string representation.
dataToString() - Method in class com.iizix.prop.ui.device.GThemes
The data string representation.
dataType - Variable in class com.iizigo.vs.CreateColumnData
The data type for the column, null for none, otherwise a valid Value data type.
Date - Enum constant in enum class com.iizix.device.settings.CommonSettings
Show settings to allow configuration of date and time (Android) -- Show Settings > General > Date & Time (iOS).
Date - Enum constant in enum class com.iizix.device.settings.Settings_Android
Settings to allow configuration of date and time.
Date - Enum constant in enum class com.iizix.device.settings.Settings_iOS
Settings > General > Date & Time.
Date - Enum constant in enum class com.iizix.prop.ui.datetime.UIDateTimeType
Date component, data type candidates: LocalDate.
Date - Enum constant in enum class com.iizix.Value.Category
Date.
DATE_TIME - Enum constant in enum class com.iizix.prop.ui.mlist.MLItemType
Date/time input in form of a pop-up to input a date and/or time in various forms.
datePattern - Static variable in class com.iizix.jdbc.DefaultTableLoader
Matches a date as YYYY-MM-DD or YYYY/MM/DD where YYYY is 4 digits between 1000 and 2999, MM is two digits between 01 and 12, DD is two digits between 01 and 31.
dateTime - Variable in class com.iizix.license.history.LicensingHistoryEntry
The date and time.
DateTime - Enum constant in enum class com.iizix.prop.ui.datetime.UIDateTimeType
Date and time component, data type candidates: LocalDateTime, OffsetDateTime and ZonedDateTime.
DateTime - Enum constant in enum class com.iizix.Value.Category
Date and time.
DateTimeDialog - Class in com.iizigo.prop.editor.dialog
The date/time dialog to choose a date and/or time.
DateTimeDialog(Shell, GDateTime, GDateTime.Type, HashSet<GDateTime.Type>) - Constructor for class com.iizigo.prop.editor.dialog.DateTimeDialog
Create the dialog.
DateTimeProp - Class in com.iizix.prop
The date/time property can hold a date and/or a time with optional time offset with a GDateTime property value.
DateTimeProp() - Constructor for class com.iizix.prop.DateTimeProp
Creates a date/time property with no name and with a null value.
DateTimeProp(Atom) - Constructor for class com.iizix.prop.DateTimeProp
Creates a date/time property with the specified name with a null value.
DateTimeProp(Atom, GDateTime) - Constructor for class com.iizix.prop.DateTimeProp
Creates a date/time property with the specified name and value.
DateTimePropEditor - Class in com.iizigo.prop.editor
The GDateTime property editor.
DateTimePropEditor() - Constructor for class com.iizigo.prop.editor.DateTimePropEditor
Default constructor called before createControls.
dateTimeSeparatorPattern - Static variable in class com.iizix.jdbc.DefaultTableLoader
Pattern for date/time/timestamp separator characters '-/:.' and whitespace: '[-/:.\s]+'.
dayNames - Static variable in class com.iizix.util.XFile
The month names.
DB_AUTO_CREATE - Static variable in class com.iizix.server.prop.ServerSettings
Database tables auto-creation flag, default true.
DB_AUTO_START - Static variable in class com.iizix.server.prop.ServerSettings
Database server auto-start (Derby Database Server running on same machine), default true.
DB_DIRECTORY - Static variable in class com.iizix.server.prop.ServerSettings
Database directory (local embedded Derby), default "db".
DB_HOST - Static variable in class com.iizix.server.prop.ServerSettings
Database server host name or address (remote Derby).
DB_MAX_FILE_AGE - Static variable in class com.iizix.server.prop.ServerSettings
Maximum age of cached database files: milliseconds.
DB_MAX_FILE_COUNT - Static variable in class com.iizix.server.prop.ServerSettings
Maximum number of cached database files.
DB_PORT - Static variable in class com.iizix.server.prop.ServerSettings
Database server port number, default 1527.
DBApp - Class in com.iizix.server.app
Class containing information about app to load in the server from its database.
DBApp(String, long, long, String, String, String, IJarFile) - Constructor for class com.iizix.server.app.DBApp
Constructor.
DBFunctions - Class in com.iizix.server.db
Database functions are placed in this class.
DBLoadBalancer - Class in com.iizix.server.loadbalancer.db
Class containing the database functions for the Load Balancer.
DBOperation<RESULT> - Interface in com.iizix.server.db
The database function to perform.
DBOperationParam<RESULT,PARAM> - Interface in com.iizix.server.db
The database function to perform.
DBServerState - Enum Class in com.iizix.jdbc
Derby network database server state.
DBUtilities - Class in com.iizix.server.db
The utilities class is used e.g.
DBUtilities() - Constructor for class com.iizix.server.db.DBUtilities
 
DEACTIVATED - Enum constant in enum class com.iizix.license.history.LicensingHistoryEvent
License deactivated.
deaf - Enum constant in enum class com.iizix.gyro.IMessageBox.Icon
 
deafness - Enum constant in enum class com.iizix.gyro.IMessageBox.Icon
 
DEBUG - Static variable in class com.iizigo.java.JavaManager
Debug output.
DEBUG - Static variable in class com.iizix.prop.MailProps
Property name, debug: "debug", default false.
DEBUG - Static variable in class com.iizix.run.common.CommonBuilder
Debug.
DEBUG - Variable in class com.iizix.server.AbstractEndPoint
Debug mode, very verbose output.
DEBUG - Static variable in class com.iizix.server.loadbalancer.LoadBalancer
Debug mode.
DEBUG - Static variable in class com.iizix.server.monitor.VirtualizedMonitorPropCnr
Very verbose output.
DEBUG - Static variable in class com.iizix.server.weblogos.WebLogos
The debug flag.
DEBUG - Static variable in class com.iizix.server.webthumbs.WebThumbs
The debug flag.
DEBUG - Static variable in class com.iizix.translate.TranslationEngine
Debug mode.
DEBUG - Static variable in class com.iizix.util.memjar.Handler
Debug flag, default false.
DEBUG - Static variable in class com.iizix.util.xjar.Handler
Debug flag, default false.
DEBUG - Static variable in class com.iizix.util.xjar.XJarURLStreamHandlerFactory
Debug flag, default false.
DEBUG_ALWAYS_OK - Static variable in class com.iizigo.setup.SetupWizard
DEBUG enable always OK.
DEBUG_UNDO - Static variable in class com.iizigo.Activator
Debug setting for Undo.
decodeBase64(String) - Static method in class com.iizix.Utilities
Decodes a byte array from Base64 format.
decodeParameter(String) - Method in interface com.iizix.gyro.ISensitiveParameterHandler
Decodes a sensitive information device parameter using the previously exchanged keys.
decodeParameter(String) - Method in class com.iizix.server.security.ServerSecurityManager
Decodes a sensitive information device parameter using the previously exchanged keys.
decodeSpecialURIChars(String) - Static method in class com.iizix.Utilities
Replaces potential encoded URI special characters %20 ' ', %21 '!', %27 "'", %28 '(', %29 '), %7E '~', all other characters are left as is.
decodeURIComponent(String) - Static method in class com.iizix.Utilities
Decodes a String as the JavaScript decodeURIComponent(string) would do as URIDecoder.decode(string,"UTF-8") does not handle spaces and some other characters correctly.
decompress(byte[]) - Static method in class com.iizix.nio.DataPacket
Decompress the data.
deconfigure() - Method in class com.iizigo.project.ModuleNature
De-configures this nature for its project.
deconfigure() - Method in class com.iizigo.term.project.TerminalNature
De-configures this nature for its project.
deconfigure() - Method in class com.iizigo.translate.google.GoogleTranslate
Deconfigures the translator.
deconfigure() - Method in class com.iizigo.translate.microsoft.AzureCognitiveServices
Deconfigures the translator.
deconfigure() - Method in class com.iizix.translate.google.GoogleTranslate
Deconfigures the translator to "lose" the API key(s).
deconfigure() - Method in interface com.iizix.translate.ITranslator
Deconfigures the translator to "lose" the API key(s).
deconfigure() - Method in class com.iizix.translate.microsoft.AzureCognitiveServices
Deconfigures the translator to "lose" the API key(s).
deconfigure() - Method in class com.iizix.translate.TranslationQueue
Deconfigures the queue and its translator.
decorateDistance(long, long, int, int) - Method in class com.iizix.text.util.PrettyLocaledTexts
Gets the distance.
decorateDuration(long, long, int, int) - Method in class com.iizix.text.util.PrettyLocaledTexts
Gets the duration.
decreasePlaybackRate() - Method in class com.iizix.prop.ui.UIMedia
Decreases the playback rate by 0.1, default rate being 1.
decreasePlaybackRate(IUIMediaListener) - Method in class com.iizix.prop.ui.UIMedia
Decreases the playback rate by 0.1, default rate being 1.
decreaseVolume() - Method in class com.iizix.prop.ui.UIMedia
Decreases the players volume by a step of 10.
decreaseVolume(IUIMediaListener) - Method in class com.iizix.prop.ui.UIMedia
Decreases the players volume by a step of 10.
decrementUILock() - Method in interface com.iizix.gyro.IAppSessionGyro
Decreases the incremental lock state.
decrementUILock() - Method in class com.iizix.server.gyro.AppSessionGyro
Decreases the incremental lock state.
decrypt(byte[], byte[], byte[], String, Encoding) - Method in class com.iizix.push.vapid.HttpEce
Decrypt the payload.
decrypt(byte[], int, int) - Method in class com.iizix.nio.DataPacket
Decrypts the data.
decrypt(String, String) - Method in class com.iizix.server.client.DHKey
Decrypts an encoded string from the client using the two public keys.
DECRYPT_ERROR - Enum constant in enum class com.iizix.device.DeviceParameter.State
Decryption failed for the parameter, see the server log for more information.
decryptEntry(String, byte[]) - Method in interface com.iizix.util.MemoryJarFileDecrypter
Called to decrypt an entry by the MemoryJarFile class.
decryptRecord(byte[], byte[], byte[], Encoding) - Method in class com.iizix.push.vapid.HttpEce
 
dedent - Enum constant in enum class com.iizix.gyro.IMessageBox.Icon
 
deepLink_op - Variable in class com.iizix.run.RuntimeBuilderSettings
The operation that are allowed for Deep Linking.
deepLink_urlscheme - Variable in class com.iizix.run.RuntimeBuilderSettings
Enables Deep Linking by means of an URL scheme.
deepToString(Object[]) - Static method in class com.iizix.Utilities
Returns a string representation of the "deep contents" of the specified array.
Default - Enum constant in enum class com.iizix.gyro.StatusBarConfig.Style
Dark text, for light backgrounds.
DEFAULT - Enum constant in enum class com.iizix.prop.ui.chart.plot2d.PlotLabelStyle
Default is DEFAULT, but really depends on the plot type in the end.
DEFAULT - Enum constant in enum class com.iizix.prop.ui.chart.plot2d.PlotType
Default uninitialized chart.
DEFAULT - Enum constant in enum class com.iizix.server.user.mfa.MFAUser.Hashing
Default hashing algorithm: SHA256.
DEFAULT - Static variable in interface com.iizix.IPrintAdapter
The default print adapter that outputs to System.out.
DEFAULT - Static variable in class com.iizix.prop.Atom
 
DEFAULT - Static variable in class com.iizix.prop.GFill
The default fill: solid transparent.
DEFAULT - Static variable in class com.iizix.prop.GFont
The default font: 10p serif.
DEFAULT - Static variable in class com.iizix.prop.GStroke
The default stroke: "butt" with "miter" join, black color, solid and width of 1, with a miter limit of 4.
DEFAULT - Static variable in class com.iizix.prop.ui.chart.plot2d.Plot2D
The Atom for the "default" plot ("default").
DEFAULT - Static variable in class com.iizix.text.KString
The default string: empty HTML.
DEFAULT_AUTO_RECONNECT_ATTEMPTS - Static variable in class com.iizix.term.prop.TelnetCommProps
The default attempts count for auto reconnect session (default = 20).
DEFAULT_AUTO_RECONNECT_INTERVAL - Static variable in class com.iizix.term.prop.TelnetCommProps
The default interval used for auto reconnect session (in seconds, default = 3).
DEFAULT_BATCH_COUNT - Static variable in class com.iizix.jdbc.DefaultTableLoader
The default batch count of transactions before a batch-commit is done when inserting multiple rows.
DEFAULT_BCCS - Static variable in class com.iizix.prop.MailProps
Property name, default sender: "defaultBCCs".
DEFAULT_CCS - Static variable in class com.iizix.prop.MailProps
Property name, default sender: "defaultCCs".
DEFAULT_COMPARATOR - Static variable in interface com.iizigo.navigator.INavigatorPresentation
The default comparator.
DEFAULT_DATABASE_DIRECTORY - Static variable in class com.iizix.server.db.DBUtilities
The default database directory: "db".
DEFAULT_DB_MAX_FILE_AGE - Static variable in class com.iizix.server.prop.ServerSettings
Default maximum age of cached database files: 90 days or 7_776_000_000 milliseconds.
DEFAULT_DB_MAX_FILE_COUNT - Static variable in class com.iizix.server.prop.ServerSettings
Default maximum number of cached database files: 10_000.
DEFAULT_DESKTOP - Static variable in class com.iizigo.panel.FontInfo
The default font information for desktop.
DEFAULT_DESKTOP - Static variable in class com.iizix.prop.ui.device.GThemes
The default theme selection for desktop, i.e.
DEFAULT_DESKTOP_NAME - Static variable in class com.iizix.prop.ui.device.UIThemes
The default desktop theme if one must be chosen: Flat.
DEFAULT_DESKTOP_NAMES - Static variable in class com.iizix.prop.ui.device.UIThemes
The default names for desktop: Flat, Dojo Bootstrap and Claro.
DEFAULT_DORMANT_TIMEOUT - Static variable in class com.iizix.comm.session.SessionMgr
Default timeout before an app session is disposed of when no more client sessions are present, default 10 minutes.
DEFAULT_FILE_PROVIDER_ROOT - Static variable in class com.iizix.server.prop.ServerSettings
The default directory for the file provider root.
DEFAULT_FONT_SIZE - Static variable in class com.iizix.prop.GBadge
The default font size (16 px).
DEFAULT_GROUP_NAME - Static variable in class com.iizix.server.db.GroupInfo
The group name of the Default normal user group: "Default".
DEFAULT_HEARTBEAT_INTERVAL - Static variable in class com.iizix.comm.session.SessionMgr
Default heartbeat interval in seconds to keep communication link up, default 20 seconds.
DEFAULT_HEARTBEAT_INTERVAL - Static variable in interface com.iizix.server.IEndPoint
Default heart-beat interval in milliseconds (15 seconds).
DEFAULT_IDLE_TIMEOUT - Static variable in class com.iizix.comm.session.SessionMgr
Default timeout before a client session is disposed when it has not processes any transactions, default 2 hours.
DEFAULT_IMPL - Static variable in interface com.iizix.device.flash.IFlashlight
Default instance that always returns unsupported and not Android nor iOS client, and throws IllegalArgumentException when attempting to open a setting.
DEFAULT_IMPL - Static variable in interface com.iizix.device.settings.IOpenNativeSettings
Default instance that always returns unsupported and not Android nor iOS client, and throws IllegalArgumentException when attempting to open a setting.
DEFAULT_INTERVAL - Static variable in class com.iizix.os.OSSystemInfo
The default history gatherer interval: 5 seconds.
DEFAULT_KEEP_ALIVE_INTERVAL - Static variable in class com.iizix.term.prop.TelnetCommProps
The default interval used for Keep Alive (in seconds, default = 30).
default_locale - Variable in class com.iizix.run.RuntimeBuilderSettings
Default locale for the app: "en-US".
DEFAULT_LOCALEINFO - Static variable in class com.iizix.LocaleInfo
The system default locale info.
DEFAULT_LOG_HISTORY_SIZE - Static variable in class com.iizix.server.prop.ServerSettings
Default history size = 500.
DEFAULT_LOG_LEVEL - Static variable in class com.iizix.server.prop.ServerSettings
Default log level = ILog.INFO.
DEFAULT_LOGFILE_NAME - Static variable in class com.iizix.server.prop.ServerSettings
Default log file name.
DEFAULT_MASK - Static variable in class com.iizix.prop.ui.device.GThemes
The default theme selection: allow all, both desktop and mobile.
DEFAULT_MAX_CONCURRENT_THUMBNAILS_COUNT - Static variable in class com.iizix.server.prop.ServerSettings
The default maximum count of current thumbnail requests to "urlbox.io", default 5.
DEFAULT_MAX_HISTORY_LOCATION - Static variable in class com.iizix.server.prop.ServerSettings
The default maximum history size for geolocation entries per user.
DEFAULT_MAX_LOGFILE_SIZE - Static variable in class com.iizix.server.prop.ServerSettings
Default max log file size in MB = 50 MB, undefined = unlimited (-1).
DEFAULT_MAX_SERVER_KEY_AGE - Static variable in class com.iizix.server.prop.ServerSettings
Default value for maximum server key age: 90 days.
DEFAULT_MAX_UPLOAD_SIZE - Static variable in class com.iizix.server.prop.ServerSettings
Default maximum upload size: 50 MB.
DEFAULT_MOBILE - Static variable in class com.iizigo.panel.FontInfo
The default font information for mobile.
DEFAULT_MOBILE - Static variable in class com.iizix.prop.ui.device.GThemes
The default theme selection for mobile, all default desktop theme and all mobile themes.
DEFAULT_MOBILE_NAME - Static variable in class com.iizix.prop.ui.device.UIThemes
The default mobile theme if one must be chosen: iOS 7+.
DEFAULT_PASSWORD - Static variable in class com.iizix.server.acme.LetsEncryptDomain
Default password for keystore.
DEFAULT_PASSWORD - Static variable in class com.iizix.server.prop.WebServerPortConfig
The default password used for keystores, Let's Encrypt certificates, etc: "changeit".
DEFAULT_POOL_SIZE - Static variable in class com.iizix.db.prop.ConnectionProfileSetup
The default pool size: 100.
DEFAULT_POOL_TIMEOUT - Static variable in class com.iizix.db.prop.ConnectionProfileSetup
The default pool timeout in milliseconds: 10,000 ms (10 seconds).
DEFAULT_READ_TIMEOUT - Static variable in class com.iizix.ws.prop.AbstractInputProps
Default read timeout: 20 seconds.
DEFAULT_REPLYTO - Static variable in class com.iizix.prop.MailProps
Property name, default sender: "defaultReplyTo".
DEFAULT_SCOPES - Static variable in class com.iizix.server.oauth.services.LinkedIn
The default scopes LinkedIn.SCOPE_r_liteprofile and LinkedIn.SCOPE_r_emailaddress: {"r_emailaddress", "r_liteprofile"}, used when no scope is provided.
DEFAULT_SENDER - Static variable in class com.iizix.prop.MailProps
Property name, default sender: "defaultSender".
DEFAULT_SERVER_CONFIG_ENV - Static variable in class com.iizix.server.prop.ServerSettings
The default server configuration environment.
DEFAULT_SERVER_KEYS_FILENAME - Static variable in class com.iizix.server.security.ServerSecurityManager
The default server keys file name: "iiziServer.keys".
DEFAULT_STARTUP - Static variable in class com.iizix.prop.ui.device.GThemes
The default start-up theme for the app: Flat and iOS7+.
DEFAULT_SUPPORTED_IMAGE_TYPES - Static variable in class com.iizix.prop.ui.UIImage2
The default supported image types and file etensions: ".jpg,.jpeg,image/jpeg,.png,image/png".
DEFAULT_TIME_PROVIDER_HOST - Static variable in class com.iizix.server.user.mfa.MFAUser
The default time provider host: "pool.ntp.org".
DEFAULT_TIMEOUT_MILLISECONDS - Static variable in class com.iizix.server.user.mfa.MFAUser
Default timeout in milliseconds: 3_000 (or 3 seconds).
DEFAULT_TTL - Static variable in class com.iizix.push.PushServer
Default Time-to-Live for Notifications in milliseconds: 24 days, extremely long time!
DEFAULT_UPLOAD_DIRECTORY - Static variable in class com.iizix.server.prop.ServerSettings
Default directory name for file upload = "uploads";
DEFAULT_VALID_TIMEOUT - Static variable in class com.iizix.db.prop.ConnectionProfileSetup
The default connection validity timeout in milliseconds: 1000 ms (1 seconds).
DEFAULT_VIEWPORT_SIZE - Static variable in class com.iizix.prop.ui.UIImage2
The default viewport size: 100x100.
DEFAULT_WINDOWS_MOBILE - Static variable in class com.iizigo.panel.FontInfo
The default font information for Windows Mobile.
defaultHWIDs - Static variable in enum class com.iizix.license.HardwareIdentication
The default hardware identification used for new installations.
DefaultInfoHolder - Class in com.iizix.text
Class that holds the default KString information provider and Locale information for the Designer or the Server.
DefaultInfoHolder() - Constructor for class com.iizix.text.DefaultInfoHolder
 
defaultInput() - Element in annotation interface com.iizix.api.vs.JavaActorParam
Default input when defining the property in the property editor.
defaultPropertyValue - Variable in class com.iizigo.prop.PropertyEditorInfo
The default property value.
defaultScreenColors - Static variable in class com.iizigo.term.PluginPreference
 
DefaultSwatchChooserPanel - Class in com.iizigo.prop.editor.color
The standard color swatch chooser, enhanced with remembering recently used swatches.
DefaultSwatchChooserPanel() - Constructor for class com.iizigo.prop.editor.color.DefaultSwatchChooserPanel
 
DefaultTableContentProvider - Class in com.iizix.prop.ui.table
The default grid content provider.
DefaultTableContentProvider() - Constructor for class com.iizix.prop.ui.table.DefaultTableContentProvider
Public constructor.
DefaultTableFilter - Class in com.iizix.prop.ui.table
The default table filter uses either a string for filtering cells on columns with filtering option defined.
DefaultTableFilter() - Constructor for class com.iizix.prop.ui.table.DefaultTableFilter
 
DefaultTableLoader - Class in com.iizix.jdbc
Class used to process an input stream and fill a table with the data.
DefaultTableLoader(InputStream, Charset, Connection, String, boolean, String...) - Constructor for class com.iizix.jdbc.DefaultTableLoader
Creates the table loader.
DefaultTableLoader(Reader, Connection, String, boolean, String...) - Constructor for class com.iizix.jdbc.DefaultTableLoader
Creates the table loader.
defaultValue - Variable in class com.iizigo.prop.editor.BoolPropEditor
The default value.
definedButton - Variable in class com.iizigo.prop.BaseEditor
The define-button or null for none.
DefinedButton - Class in com.iizigo.prop
The clear-button.
DefinedButton(MultiPropLabel, PropertyEditor, Composite, boolean) - Constructor for class com.iizigo.prop.DefinedButton
Create the clear button.
definitionName - Variable in class com.iizigo.prop.PropertyEditorInfo
The definition name in the properties file.
delay - Variable in enum class com.iizix.gyro.ProgressIndicatorDelay
The delay in milliseconds.
delay - Variable in class com.iizix.test.client.BusyState
Delay to show it: -2=default, -1=disabled, 0=immediate, >0 milliseconds.
DELAY - Enum constant in enum class com.iizix.prop.ui.chart.ChartInteger
Delay for chart, default 200ms.
DELAY - Static variable in class com.iizix.prop.Atom
 
delegateNewTXPNode(VSActionTXProcess, VSAction, AbstractSettings) - Method in interface com.iizix.actionactor.IActionActor
Internal method used to delegate the call to the IActionActor.newTXPNode(VSActionTXProcess, VSAction, AbstractSettings).
delete() - Method in interface com.iizigo.editor.IClipboardSelection
Delete.
delete() - Method in class com.iizigo.editor.SyntSelectionProvider
Delete.
delete() - Method in interface com.iizix.IEntry
Deletes the current selection of the entry field.
delete() - Method in interface com.iizix.wsfile.IWSFile
Unpublishes and deletes the file, including a potential database backup of the file.
Delete - Class in com.iizigo.handler
The Delete property handler.
Delete() - Constructor for class com.iizigo.handler.Delete
Constructor.
deleteAction - Variable in class com.iizigo.editor.PropEditorPart
Menu actions.
deleteAllFiles(Map<File, IOException>) - Method in class com.iizix.server.wsfile.WSFileProvider
Deletes all the files.
deleteAllFiles(Map<File, IOException>, boolean) - Method in class com.iizix.server.wsfile.WSFileProvider
Deletes all the files.
deleteAllMarkers(IResource) - Static method in class com.iizigo.prop.PropMarker
Removes all markers for a resource directly or in a job if it fails.
deleteAllMarkers(IResource, String, boolean, int, Runnable) - Static method in class com.iizigo.prop.PropMarker
Removes all markers for a resource directly or in a job if it fails.
deleteAllPopupWindows() - Method in class com.iizix.term.HostPopupWindow
Deletes all current pop-up windows.
deleteColumn(ComplexOperation, int) - Method in class com.iizigo.panel.prop.EGridLayout.Grid
Deletes a column.
DeleteCutDialog - Class in com.iizigo.editor
Delete/Cut dialog box.
DeleteCutDialog(String, String, Image, Shell, ArrayList<DesignerProp>) - Constructor for class com.iizigo.editor.DeleteCutDialog
Create the dialog.
deleteDirectoryRecursive(Path, Map<File, IOException>) - Static method in class com.iizix.Utilities
Deletes the directory recursively.
deleteField(int) - Method in class com.iizix.term.ee.EEScreen
Delete a field at cursor.
DeleteFile - Class in com.iizigo.quickfix.fixer
Fixes a problem with the file name by deleting the file.
DeleteFile - Static variable in interface com.iizix.prop.IQuickFix
Defined Quick-Fixes from the Designer package.
DeleteFile() - Constructor for class com.iizigo.quickfix.fixer.DeleteFile
 
deleteFileAndChildren(File) - Static method in class com.iizix.util.XFile
Deletes a file or directory along with all its children (in case of a directory).
deleteGroup() - Method in class com.iizix.server.db.GroupInfo
Deletes the group from the database.
deleteGroup(Connection) - Method in class com.iizix.server.db.GroupInfo
Deletes the group from the database.
deleteMailDirectory() - Method in class com.iizix.mail.MailSender
Deletes all unsent mails and the mail folder.
deleteMarkers(IResource, String) - Static method in class com.iizigo.prop.PropMarker
Removes all markers of the IIZI Module type and any file errors associated with an attached property.
DeleteProperty - Class in com.iizigo.quickfix.fixer
Fixes a problem with the file name by deleting the property.
DeleteProperty - Static variable in interface com.iizix.prop.IQuickFix
 
DeleteProperty() - Constructor for class com.iizigo.quickfix.fixer.DeleteProperty
Constructs the quick-fixer with default constructor for Eclipse.
DeleteProperty(GProp<?>) - Constructor for class com.iizigo.quickfix.fixer.DeleteProperty
Creates a quick-fixer to go to the specified property.
DeleteRect - Class in com.iizigo.term.prop.quickfixer
Quick-fix helper class to "delete errored rectangle" in the corresponding Editor to e.g.
DeleteRect() - Constructor for class com.iizigo.term.prop.quickfixer.DeleteRect
Constructs the quick-fixer with default constructor for Eclipse.
DeleteRect(GProp<?>) - Constructor for class com.iizigo.term.prop.quickfixer.DeleteRect
Creates a quick-fixer to go to the specified property.
deleteRow(ComplexOperation, int) - Method in class com.iizigo.panel.prop.EGridLayout.Grid
Deletes a row.
deleteSection(String) - Method in class com.iizix.util.IniFile
Removes a section from the INI file.
deleteTemporaries() - Method in class com.iizix.license.ProfilePicture
Cleans up any temporary files or directories created.
delicious - Enum constant in enum class com.iizix.gyro.IMessageBox.Icon
 
dependsOnExternalFocusListener() - Method in class com.iizigo.text.TTextCellEditor
This implementation of CellEditor.dependsOnExternalFocusListener() returns false if the current instance's class is TextCellEditor, and true otherwise.
DERBY_CLIENT_DRIVER_CLASS - Static variable in class com.iizix.jdbc.DerbyImpl
The Derby Client driver class name.
DERBY_DEFAULT_PORT - Static variable in class com.iizix.jdbc.DerbyImpl
The default Derby server network port: 1527.
DerbyImpl - Class in com.iizix.jdbc
Class containing Derby client data and optionally to start/stop the database server.
DerbyImpl(File, File, boolean, String, int, String, boolean, String, String) - Constructor for class com.iizix.jdbc.DerbyImpl
Constructor.
deriveFont(Graphics, Font, int, int) - Static method in class com.iizigo.term.TermUtil
Derives a new font from another one by scaling it.
deriveKeyAndNonce(byte[], byte[], String, ECPublicKey, byte[], Encoding, int) - Method in class com.iizix.push.vapid.HttpEce
 
DERIVES - Static variable in class com.iizix.prop.Atom
 
descr - Variable in class com.iizigo.prop.editor.StringPropEditor
The description text, null for none.
descr - Variable in enum class com.iizix.urn.URNResourceType
The description.
descr() - Element in annotation interface com.iizix.api.vs.JavaActionActor
The description of the Action Actor class, used in the Eclipse UI and in Server Monitoring.
descr() - Element in annotation interface com.iizix.api.vs.JavaActorParam
Description of the property, used in the property editor.
descr() - Element in annotation interface com.iizix.api.vs.OnVSField
The description of the field processor routine, used in the Eclipse UI.
descr() - Element in annotation interface com.iizix.api.vs.OnVSFieldStatic
The description of the validator routine, used in the Eclipse UI.
DESCR - Static variable in interface com.iizigo.panel.prop.IELayoutMgrDND
The description of this interface for layout managers.
DESCR - Static variable in class com.iizix.prop.Atom
 
DESCR_BOOLEAN - Static variable in interface com.iizix.ITransaction
The data type: char.
DESCR_BYTE - Static variable in interface com.iizix.ITransaction
The data type: byte.
DESCR_BYTES - Static variable in interface com.iizix.ITransaction
The data type: (array of) bytes, ByteArray.
DESCR_CHAR - Static variable in interface com.iizix.ITransaction
The data type: char.
DESCR_DOUBLE - Static variable in interface com.iizix.ITransaction
The data type: double.
DESCR_FLOAT - Static variable in interface com.iizix.ITransaction
The data type: float.
DESCR_LONG - Static variable in interface com.iizix.ITransaction
The data type: "long" 32 bits.
DESCR_LONG64 - Static variable in interface com.iizix.ITransaction
The data type: "long" 64 bits.
DESCR_NUMBER - Static variable in interface com.iizix.ITransaction
The data type: JavaScript Number.
DESCR_SHORT - Static variable in interface com.iizix.ITransaction
The data type: short.
DESCR_SIGNED_INT - Static variable in interface com.iizix.ITransaction
The data type: signed int.
DESCR_STRING - Static variable in interface com.iizix.ITransaction
The data type: string.
DESCR_TRANSACTION - Static variable in interface com.iizix.ITransaction
The data type: transaction.
DESCR_UNSIGNED_INT - Static variable in interface com.iizix.ITransaction
The data type: unsigned int.
DESCR_USHORT - Static variable in interface com.iizix.ITransaction
The data type: unsigned short.
describe(InputStream, IContentDescription) - Method in class com.iizigo.fileexts.ContextMenuFileContentDescriber
Tries to fill a description for the given contents.
describe(InputStream, IContentDescription) - Method in class com.iizigo.fileexts.FontFacesFileContentDescriber
Tries to fill a description for the given contents.
describe(InputStream, IContentDescription) - Method in class com.iizigo.fileexts.ImageFileContentDescriber
Tries to fill a description for the given contents.
describe(InputStream, IContentDescription) - Method in class com.iizigo.fileexts.PanelFileContentDescriber
Tries to fill a description for the given contents.
describe(InputStream, IContentDescription) - Method in class com.iizigo.fileexts.StyleFileContentDescriber
Tries to fill a description for the given contents.
description - Variable in class com.iizigo.java.MethodLookup
Description from annotation, null for none.
description - Variable in class com.iizigo.java.parser.type.IzAnnotation
Description if present.
description - Variable in class com.iizigo.link.java.IJavaInterfaceLinkEnabler.InterfaceDefinition
The description.
description - Variable in class com.iizigo.project.FileChangesCollection
The description of the visit.
description - Variable in enum class com.iizigo.project.Folder
A description string in English.
description - Variable in class com.iizigo.project.ModuleFolder
The description of the folder, displayed in the status bar in Eclipse when the folder is selected.
description - Variable in class com.iizigo.vs.CreateColumnData
The description, used if provided, i.e.
description - Variable in enum class com.iizix.device.settings.Settings_Android
The description in English.
description - Variable in enum class com.iizix.device.settings.Settings_iOS
The description in English.
description - Variable in enum class com.iizix.gyro.IUIPanelAnimation.Direction
The description.
description - Variable in enum class com.iizix.gyro.IUIPanelAnimation.Speed
The description.
description - Variable in enum class com.iizix.gyro.IUIPanelAnimation.Type
The description.
description - Variable in enum class com.iizix.license.ValidateReply
The English description text message.
description - Variable in enum class com.iizix.prop.EnvProps.ClientCapability
The English description.
description - Variable in enum class com.iizix.prop.GBadge.Color
The description corresponding to the item, e.g.
description - Variable in enum class com.iizix.prop.GBadge.Location
The description corresponding to the item, e.g.
description - Variable in enum class com.iizix.prop.StylesStates
The description of the value.
description - Variable in enum class com.iizix.prop.ui.device.UIThemes.Name
The description.
description - Variable in enum class com.iizix.translate.google.Language
The description.
description - Variable in enum class com.iizix.translate.microsoft.Language
Description.
description - Variable in enum class com.iizix.Value.Category
Category description.
description - Variable in enum class com.iizix.ws.prop.Method
The description.
Descriptor - Class in com.iizix.db.server
Plug-in descriptor used for the Server to load the plug-in's XML schema and get the appropriate class loader.
Descriptor - Class in com.iizix.term.server
Plug-in descriptor used for the Server to load the plug-in's XML schema and get the appropriate class loader.
Descriptor - Class in com.iizix.ws.server
Plug-in descriptor used for the Server to load the plug-in's XML schema and get the appropriate class loader.
Descriptor() - Constructor for class com.iizix.db.server.Descriptor
Constructor.
Descriptor() - Constructor for class com.iizix.term.server.Descriptor
Constructor.
Descriptor() - Constructor for class com.iizix.ws.server.Descriptor
Constructor.
deselect(int) - Method in class com.iizigo.swt.IzCCombo
Deselects the item at the given zero-relative index in the receiver's list.
deselect(int) - Method in class com.iizigo.swt.IzCCombo0
Deselects the item at the given zero-relative index in the receiver's list.
deselect(int) - Method in class com.iizix.swt.widget.IZ_CCombo
Deselects the item at the given zero-relative index in the receiver's list.
deselectAll() - Method in class com.iizigo.swt.IzCCombo
Deselects all selected items in the receiver's list.
deselectAll() - Method in class com.iizigo.swt.IzCCombo0
Deselects all selected items in the receiver's list.
deselectAll() - Method in class com.iizix.swt.widget.IZ_CCombo
Deselects all selected items in the receiver's list.
DESIGN_VIEWER_FILE - Static variable in class com.iizix.ServerConstants
The iiziGo Design Viewer HTML file name.
DESIGN_VIEWER_FULL_PATH - Static variable in class com.iizix.ServerConstants
The full path to the iiziGo Design Viewer HTML file name.
DESIGN_VIEWER_WS_URI - Static variable in class com.iizix.ServerConstants
The JavaScript iiziGo Design Viewer WebSocket URI: "/iizi/iiziGoDV.ws"
DESIGNER - Enum constant in enum class com.iizix.RunMode
Designer mode.
DESIGNER - Static variable in class com.iizix.prop.Atom
 
DESIGNER_FILE - Static variable in class com.iizix.ServerConstants
The iiziGo Designer HTML file name.
DESIGNER_FULL_PATH - Static variable in class com.iizix.ServerConstants
The full path to the iiziGo Designer HTML file name.
DESIGNER_PROPERTY - Static variable in class com.iizigo.prop.DesignerProp
The qualified name for session property to link an IResource to a property.
DESIGNER_WS_URI - Static variable in class com.iizix.ServerConstants
The JavaScript iiziGo Designer WebSocket URI: "/iizi/iiziGo.ws"
designerFactory - Static variable in class com.iizigo.Activator
The Designer property factory.
DesignerFontManager - Class in com.iizigo.font
Font manager to handle installed fonts for Designer and DesignViewer.
DesignerFontManager(ModuleModel, ITransactionSender) - Constructor for class com.iizigo.font.DesignerFontManager
Constructor.
designerPost(Runnable) - Method in interface com.iizix.IDesignerPost
Posts a runnable for SWT thread execution.
designerPost(Runnable) - Static method in enum class com.iizix.RunMode
Post a runnable for invocation at a later stage by the worker thread (or SWT thread for the Designer).
DesignerProp - Class in com.iizigo.prop
The designer property extensions are located in this class, delegated from the original designer property classes in order to have one piece of code.
DesignerProp(PropCnr) - Constructor for class com.iizigo.prop.DesignerProp
Constructor.
DesignerPropCnr - Class in com.iizix.prop
Special Designer property container that is private.
DesignerPropCnr() - Constructor for class com.iizix.prop.DesignerPropCnr
The constructor without name.
DesignerPropCnr(Atom) - Constructor for class com.iizix.prop.DesignerPropCnr
The constructor with a name.
designerPropertyManager - Static variable in class com.iizigo.Activator
The Property Manager for the Designer.
DesignerPropFactoryInterface - Class in com.iizigo.prop
Interface used by the Designer to process Designer-specific tasks that should not be available in the Server or Client.
DesignerPropFactoryInterface() - Constructor for class com.iizigo.prop.DesignerPropFactoryInterface
 
DesignerPropTester - Class in com.iizigo
DesignerProp tester for IIZI Module project, and others.
DesignerPropTester() - Constructor for class com.iizigo.DesignerPropTester
Eclipse constructor.
desktop - Enum constant in enum class com.iizix.gyro.IMessageBox.Icon
 
DESKTOP - Static variable in class com.iizix.prop.ui.device.GThemes
The type: DESKTOP.
DESKTOP_DBOOTSTRAP - Enum constant in enum class com.iizix.prop.ui.device.UIThemes.Name
Desktop theme: DBOOTSTRAP ("dbootstrap").
DESKTOP_FLAT - Enum constant in enum class com.iizix.prop.ui.device.UIThemes.Name
Desktop theme: FLAT ("flat").
DESKTOP_MASK - Static variable in class com.iizix.prop.ui.device.GThemes
The default theme selection for any desktop theme and no mobile themes.
DESTINATION_JAR - Static variable in class com.iizix.server.app.prop.ServerAppDistributionProps
The name of the property for Jar destination.
DestinationServer - Class in com.iizix.test.client
The destination server to contact.
DestinationServer(String, int, boolean, boolean) - Constructor for class com.iizix.test.client.DestinationServer
Constructor.
destroy() - Method in interface com.iizix.comm.IWebSocketEngine
Destroys and unregisters the engine for the URI it was registered for.
destroyProcess() - Method in class com.iizix.run.common.CommonJobs
Destroys a potentially executing process.
destroyProcess() - Method in interface com.iizix.run.common.ICommonJobs
Destroys a potentially executing process.
detachEditor(PropEditorPart) - Method in class com.iizigo.prop.FilePropCnr
Detaches an Editor from this file.
detachHostSession() - Method in class com.iizix.term.remote.RemoteHostSession
Detaches from the host session.
detail - Variable in enum class com.iizix.urn.user.UserProfileImageURNType
The DETAIL string for the User Details.
detail - Variable in enum class com.iizix.urn.user.UserProfileStringURNType
The DETAIL string for the User Details without any additional suffix for a potential numbered one-based value.
DETAIL_AdditionalEmail - Static variable in interface com.iizix.user.IBasicUserInfoDetailNames
The DETAIL for "Additional email", A.K.A.
DETAIL_Address - Static variable in interface com.iizix.user.IBasicUserInfoDetailNames
The DETAIL for "Address line".
DETAIL_Address_2 - Static variable in interface com.iizix.user.IBasicUserInfoDetailNames
The DETAIL for "Address line 2".
DETAIL_Address_3 - Static variable in interface com.iizix.user.IBasicUserInfoDetailNames
The DETAIL for "Address line 3".
DETAIL_City - Static variable in interface com.iizix.user.IBasicUserInfoDetailNames
The DETAIL for "City".
DETAIL_CompanyDivision - Static variable in interface com.iizix.user.IBasicUserInfoDetailNames
The DETAIL for "Company division".
DETAIL_CompanyName - Static variable in interface com.iizix.user.IBasicUserInfoDetailNames
The DETAIL for "Company name".
DETAIL_Country - Static variable in interface com.iizix.user.IBasicUserInfoDetailNames
The DETAIL for "Country".
DETAIL_CroppedUploadedProfileImage - Static variable in interface com.iizix.user.IBasicUserInfoDetailNames
The DETAIL for file name for the cropped uploaded profile image, the highest resolution.
DETAIL_DBAdministrationUserName - Static variable in interface com.iizix.user.IBasicUserInfoDetailNames
The DETAIL for the database administrator that created the license for the user in question.
DETAIL_Descr - Static variable in interface com.iizix.user.IBasicUserInfoDetailNames
The DETAIL for "Description" of the user.
DETAIL_DeveloperGroupID - Static variable in interface com.iizix.user.IBasicUserInfoDetailNames
The DETAIL for Developer Group ID.
DETAIL_DeveloperID - Static variable in interface com.iizix.user.IBasicUserInfoDetailNames
The DETAIL for Developer ID.
DETAIL_Email - Static variable in interface com.iizix.user.IBasicUserInfoDetailNames
The DETAIL for principal or main "Email".
DETAIL_EmailVerify - Static variable in interface com.iizix.user.IBasicUserInfoDetailNames
The DETAIL for mail validation required of a specific email.
DETAIL_FirstName - Static variable in interface com.iizix.user.IBasicUserInfoDetailNames
The DETAIL for "First Name".
DETAIL_FixedPassword - Static variable in interface com.iizix.user.IBasicUserInfoDetailNames
The DETAIL for "FixedPassword", i.e.
DETAIL_FullName - Static variable in interface com.iizix.user.IBasicUserInfoDetailNames
The DETAIL for "Full Name".
DETAIL_HomeFax - Static variable in interface com.iizix.user.IBasicUserInfoDetailNames
The DETAIL for "Home fax number".
DETAIL_HomeMobile - Static variable in interface com.iizix.user.IBasicUserInfoDetailNames
The DETAIL for "Home mobile number".
DETAIL_HomePhone - Static variable in interface com.iizix.user.IBasicUserInfoDetailNames
The DETAIL for "Home phone number".
DETAIL_JobTitle - Static variable in interface com.iizix.user.IBasicUserInfoDetailNames
The DETAIL for "Job Title".
DETAIL_LargeProfileImage - Static variable in interface com.iizix.user.IBasicUserInfoDetailNames
The DETAIL for file name for a large profile image (normally a large PNG, cropped and reduced perhaps: max size about 500x500).
DETAIL_LastName - Static variable in interface com.iizix.user.IBasicUserInfoDetailNames
The DETAIL for "Last Name".
DETAIL_LocalizedFirstName - Static variable in interface com.iizix.user.IBasicUserInfoDetailNames
The DETAIL for "Localized First Name".
DETAIL_LocalizedFullName - Static variable in interface com.iizix.user.IBasicUserInfoDetailNames
The DETAIL for "Full Name".
DETAIL_LocalizedLastName - Static variable in interface com.iizix.user.IBasicUserInfoDetailNames
The DETAIL for "Localized Last Name".
DETAIL_LocalizedMiddleName - Static variable in interface com.iizix.user.IBasicUserInfoDetailNames
The DETAIL for "Localized Middle Name".
DETAIL_LocalizedTitle - Static variable in interface com.iizix.user.IBasicUserInfoDetailNames
The DETAIL for "Localized Title" (Mr., Mrs., Ms., Dr., Prof., Baron, Baroness, etc).
DETAIL_MiddleName - Static variable in interface com.iizix.user.IBasicUserInfoDetailNames
The DETAIL for "Middle Name".
DETAIL_Phone - Static variable in interface com.iizix.user.IBasicUserInfoDetailNames
The DETAIL for (generic) "Phone number".
DETAIL_Phone_2 - Static variable in interface com.iizix.user.IBasicUserInfoDetailNames
The DETAIL for (generic) "Phone number #2".
DETAIL_PinCode - Static variable in interface com.iizix.user.IBasicUserInfoDetailNames
The DETAIL for "Pin Code".
DETAIL_RecoveryAnswer - Static variable in interface com.iizix.user.IBasicUserInfoDetailNames
The DETAIL for "Recovery Answer".
DETAIL_RecoveryQuestion - Static variable in interface com.iizix.user.IBasicUserInfoDetailNames
The DETAIL for "Recovery Question".
DETAIL_StateProvince - Static variable in interface com.iizix.user.IBasicUserInfoDetailNames
The DETAIL for "State or Province".
DETAIL_ThumbnailProfileImage - Static variable in interface com.iizix.user.IBasicUserInfoDetailNames
The DETAIL for file name for thumbnail profile image (normally a PNG of about 150x150).
DETAIL_Title - Static variable in interface com.iizix.user.IBasicUserInfoDetailNames
The DETAIL for "Title" (Mr., Mrs., Ms., Dr., Prof., Baron, Baroness, etc).
DETAIL_UploadedProfileImage - Static variable in interface com.iizix.user.IBasicUserInfoDetailNames
The DETAIL for file name for uploaded profile image, the highest resolution.
DETAIL_UploadedProfileImageCrop - Static variable in interface com.iizix.user.IBasicUserInfoDetailNames
The DETAIL for the cropping string for the uploaded profile image.
DETAIL_WorkFax - Static variable in interface com.iizix.user.IBasicUserInfoDetailNames
The DETAIL for "Work fax number".
DETAIL_WorkMobile - Static variable in interface com.iizix.user.IBasicUserInfoDetailNames
The DETAIL for "Work phone number".
DETAIL_WorkPhone - Static variable in interface com.iizix.user.IBasicUserInfoDetailNames
The DETAIL for "Work phone number".
DETAIL_ZipCode - Static variable in interface com.iizix.user.IBasicUserInfoDetailNames
The DETAIL for "Zip code".
details - Variable in class com.iizix.os.OSSystemInfo.HistoryEntry
The detailed information.
detailsSet - Static variable in interface com.iizix.user.IBasicUserInfoDetailNames
The read-only ordered set of all details.
DetectedLanguage - Class in com.iizix.translate.google
Class used to hold information from a Google Translate Detect Language operation.
detectLanguage(String) - Method in class com.iizix.translate.microsoft.AzureCognitiveServices
Detects the language of a text using the Azure Cognitive Services.
detectLanguages(String, String) - Static method in class com.iizix.translate.google.GoogleTranslate
Detects the languages in a string using Google Translate.
DEV_APNS - Static variable in class com.iizix.prop.PushProps
The Development PKCS#12 APNs identity for push messages using TLS to the Apple push notification server property: "devAPNs".
DEVELOPER_ID - Static variable in class com.iizix.server.app.prop.ServerAppDistributionProps
The name of the property for the Developer ID.
DeveloperGroupID - Enum constant in enum class com.iizix.urn.user.UserProfileStringURNType
Developer Group ID.
developerID - Variable in class com.iizix.license.DeveloperSignature
The developer ID.
DeveloperID - Enum constant in enum class com.iizix.urn.user.UserProfileStringURNType
Developer ID.
developerName - Variable in class com.iizix.license.DeveloperSignature
The developer name.
DeveloperSignature - Class in com.iizix.license
Class holding the developer signature of an iiziApp.
DeveloperSignature(String, String, byte[], String, String, String, String, String) - Constructor for class com.iizix.license.DeveloperSignature
Constructor to generate code signing certificate.
DeveloperSignature(X509Certificate) - Constructor for class com.iizix.license.DeveloperSignature
Constructor from a X.509 certificate.
DevelServerLaunchConfigurationDelegate - Class in com.iizigo.server.launch
The IIZI Development Server delegate launcher.
DevelServerLaunchConfigurationDelegate() - Constructor for class com.iizigo.server.launch.DevelServerLaunchConfigurationDelegate
Constructor.
DevelServerLaunchConfigurationTab - Class in com.iizigo.server.launch
IIZI Development Server launch configuration tab used to edit/view attributes of a specific type of launch configuration.
DevelServerLaunchConfigurationTabGroup - Class in com.iizigo.server.launch
Defines the tabs to use for the IIZI Development Server launch configuration.
DevelServerLaunchConfigurationTabGroup() - Constructor for class com.iizigo.server.launch.DevelServerLaunchConfigurationTabGroup
 
DevelServerLaunchShortcut - Class in com.iizigo.server.launch
Called when the IIZI Development Server is launched using the Launch Shortcut.
DevelServerLaunchShortcut() - Constructor for class com.iizigo.server.launch.DevelServerLaunchShortcut
 
deviantart - Enum constant in enum class com.iizix.gyro.IMessageBox.Icon
 
DEVICE - Enum constant in enum class com.iizix.prop.SelectorExpression.Token
Device token: { dev: ""}.
DEVICE - Static variable in class com.iizix.prop.Atom
 
DEVICE_URL - Static variable in class com.iizigo.panel.UIDevices
The device URL.
DeviceAutoSignIn - Class in com.iizix.device
Device auto-sign in information secure device parameter.
DeviceAutoSignIn() - Constructor for class com.iizix.device.DeviceAutoSignIn
Creates the device auto-login information parameter for request.
DeviceAutoSignIn(String) - Constructor for class com.iizix.device.DeviceAutoSignIn
Creates the device auto-login information parameter to set on client device.
deviceCast - Variable in class com.iizigo.ApplicationUI
 
deviceCastDisabled - Variable in class com.iizigo.ApplicationUI
 
DeviceDialog - Class in com.iizigo.panel
The Device dialog to choose the devices to show.
DeviceDialog(Shell) - Constructor for class com.iizigo.panel.DeviceDialog
Create the dialog.
DeviceLocation - Class in com.iizix.geo
Class holding the location of a device.
DeviceLocation(String, GeoLocation) - Constructor for class com.iizix.geo.DeviceLocation
Constructor.
DeviceMatch - Class in com.iizix.selector
Matches devices for Selectors.
DeviceMatch() - Constructor for class com.iizix.selector.DeviceMatch
 
DeviceMatcher - Class in com.iizix.selector
Class that loads an external XML file for device matching.
DeviceMatcher() - Constructor for class com.iizix.selector.DeviceMatcher
Constructs the device matcher.
DeviceParameter - Class in com.iizix.device
Class used to send parameters between the server and the client.
DeviceParameter(String) - Constructor for class com.iizix.device.DeviceParameter
Constructs a normal (unsecured) parameter to retrieve, set or remove from the client depending on if the DeviceParameter.getValue() is null.
DeviceParameter(String, boolean) - Constructor for class com.iizix.device.DeviceParameter
Constructs a secured (or sensitive) parameter to retrieve, set or remove from the client depending on if the DeviceParameter.getValue() is null.
DeviceParameter(String, String) - Constructor for class com.iizix.device.DeviceParameter
Constructs a normal (unsecured) parameter to retrieve, set or remove from the client depending on if the value is null.
DeviceParameter(String, String, boolean) - Constructor for class com.iizix.device.DeviceParameter
Constructs a secured (or sensitive) parameter to retrieve, set or remove from the client depending on if the value is null.
DeviceParameter(String, String, boolean, DeviceParameter.State) - Constructor for class com.iizix.device.DeviceParameter
Constructs a secured (or sensitive) parameter to retrieve, set or remove from the client depending on if the value is null.
DeviceParameter.State - Enum Class in com.iizix.device
The states for this DeviceParameter instance.
DeviceProp - Class in com.iizix.prop.ui.device
The "device" property class holds the property name, value as a GSimpleDevice object and optionally has a parent and/or property listener(s).
DeviceProp() - Constructor for class com.iizix.prop.ui.device.DeviceProp
Creates a device property with no name and with a null value.
DeviceProp(Atom) - Constructor for class com.iizix.prop.ui.device.DeviceProp
Creates a device property with the specified name with a null value.
DeviceProp(Atom, GSimpleDevice) - Constructor for class com.iizix.prop.ui.device.DeviceProp
Creates a device property with the specified name and value.
DevParams - Class in com.iizix.prop
Device parameters container available only for iiziRun.
DevParams() - Constructor for class com.iizix.prop.DevParams
Creates an Editor Property Container without name with a null value.
DevParams(Atom) - Constructor for class com.iizix.prop.DevParams
Creates an Editor Property Container with the specified name with a null value.
DHKey - Class in com.iizix.server.client
Class used to generate a 2048 bits key for password transport over unsecured HTTP transactions.
DHKey() - Constructor for class com.iizix.server.client.DHKey
Constructs the instance creating the server's key only.
diamond - Enum constant in enum class com.iizix.gyro.IMessageBox.Icon
 
digest(byte[]) - Static method in class com.iizix.server.security.ServerSecurityManager
Digests the bytes using preferably SHA-512, SHA-384, SHA-256, then SHA-1 and worst case MD5.
digg - Enum constant in enum class com.iizix.gyro.IMessageBox.Icon
 
DIGIT_REQUIRED - Enum constant in enum class com.iizix.passwordpolicy.PasswordPolicyResult.ReturnCode
Password must have a digit.
DigitalAssistant - Enum constant in enum class com.iizix.device.settings.Settings_Android
Digital assistant app: configure input methods, allow user input methods configuration.
DIGITS - Static variable in class com.iizix.server.user.mfa.MFAUser
The default number of digits: 6.
dimensions(int, int, int, int) - Method in class com.iizix.barcode.BarcodeBuilder
Sets the dimensions for a PDF417 barcode, i.e.
DIR_LIST - Static variable in class com.iizix.server.prop.ServerSettings
Property name for "directory listing allowed".
DIRECT - Enum constant in enum class com.iizix.prop.References.RefCollectionType
Direct references only.
direction - Variable in enum class com.iizix.gyro.IToaster.Direction
The direction string is the same as the enum name() but in lower case.
direction - Variable in enum class com.iizix.gyro.IUIPanelAnimation.Direction
The direction value for the composite value (2, 4, 6, or 8).
directory - Variable in class com.iizigo.plugin.PluginDescriptor
The directory name for files.
DIRECTORY_NAME - Static variable in class com.iizigo.db.PluginActivator
The plug-in directory ID.
DIRECTORY_NAME - Static variable in class com.iizigo.ws.PluginActivator
The plug-in directory ID.
directoryDescription - Variable in class com.iizigo.plugin.PluginDescriptor
The directory description.
directoryImageDescriptor - Variable in class com.iizigo.plugin.PluginDescriptor
The image for the directory.
directoryTitle - Variable in class com.iizigo.plugin.PluginDescriptor
The Title for the directory.
DISABLE - Enum constant in enum class com.iizix.prop.StylesStates
Disabled (0x02).
DISABLED - Enum constant in enum class com.iizix.gyro.ProgressIndicatorDelay
Progress indicator is disabled (ordinal value = 0).
disabledForeground - Variable in class com.iizigo.ApplicationUI
 
DISASSOCIATE_NODE - Enum constant in enum class com.iizix.txp.ITXPPolicy.Action
disassociate the node
disconnect() - Method in class com.iizix.term.ee.HostSessionEE
Disconnects the session from host.
disconnect() - Method in class com.iizix.term.EmptyHostSession
Disconnects the session from host.
disconnect() - Method in class com.iizix.term.HostSession
Disconnects the session.
disconnect() - Method in interface com.iizix.term.HostSessionPeer
Disconnects the session from host.
disconnect() - Method in class com.iizix.term.tn3270e.HostSession3270
Disconnects the session from host.
disconnect() - Method in class com.iizix.term.tn5250e.HostSession5250
Disconnects the session from host.
disconnectVSAction() - Method in class com.iizix.prop.ui.AbstractUIAction
Disconnects from the VirtualSpace Action connection.
disconnectVSField() - Method in interface com.iizix.prop.ui.IUIComp
Disconnects from the VirtualSpace Field connection.
disconnectVSField() - Method in class com.iizix.prop.ui.UIComp
Disconnects from the VirtualSpace Field connection.
DiskSerials - Enum constant in enum class com.iizix.license.HardwareIdentication
The disk(s) serial number.
display - Variable in class com.iizigo.ApplicationUI
The Display.
display - Variable in class com.iizigo.prop.BaseEditor
The display.
display - Variable in class com.iizix.term.tn3270e.HostSession3270
The 3270 display instance.
display(IOAuthService, String) - Method in interface com.iizix.comm.oauth.IOAuthCallbackProvider
Requests display of the URL on the client side.
Display - Enum constant in enum class com.iizix.device.settings.Settings_Android
Settings to allow configuration of display.
Display3270 - Class in com.iizix.term.tn3270e
Handles the 3270 display session.
displaySystemProperties() - Static method in class com.iizix.jre.ControlPanel
Sorts and displays the system properties.
dispose() - Method in class com.iizigo.comm.WebSocketServer
Dispose of the server.
dispose() - Method in class com.iizigo.db.editor.DatabaseEditor
Called to dispose.
dispose() - Method in class com.iizigo.editor.MultiSelectionProvider
Disposes of the selection provider.
dispose() - Method in class com.iizigo.editor.PartExtensionIZ
Disposes of all part listeners.
dispose() - Method in class com.iizigo.editor.PropEditorPart
Disposes of the Editor.
dispose() - Method in class com.iizigo.editor.ReferencesView
Disposes of the view part.
dispose() - Method in class com.iizigo.editor.UndoTransaction
 
dispose() - Method in class com.iizigo.handler.CommonActions
Disposes of the actions.
dispose() - Method in class com.iizigo.handler.IzOperationHistoryActionHandler
Dispose of the action, clean up listener.
dispose() - Method in class com.iizigo.image.ImageDefinitionEditor
Disposes of editor.
dispose() - Method in class com.iizigo.image.ImageInfo
Disposes of the instance, i.e.
dispose() - Method in class com.iizigo.java.JavaManager
Called when disposed of.
dispose() - Method in class com.iizigo.java.JavaSource
Disposes of the Java source and all its classes.
dispose() - Method in class com.iizigo.java.parser.JavaSourceFileProcessor
Called when the Java source is disposed of.
dispose() - Method in class com.iizigo.java.parser.ParsedJavaSource
Disposes of the Java source and all its classes.
dispose() - Method in class com.iizigo.java.parser.type.TypeFileProcessor
Called when the Java source is disposed of.
dispose() - Method in class com.iizigo.jface.PartAction
Disposes of the instance.
dispose() - Method in class com.iizigo.navigator.CommonNavigatorEx
Disposes of the view part.
dispose() - Method in class com.iizigo.navigator.ContentProvider
Disposes of this content provider.
dispose() - Method in class com.iizigo.navigator.LabelProvider
Disposes of the label provider.
dispose() - Method in class com.iizigo.navigator.StringMapPropContentProvider
Disposes of this content provider.
dispose() - Method in class com.iizigo.panel.PanelEditor
Disposes of the Panel Editor.
dispose() - Method in class com.iizigo.panel.ViewTransactionCommListener
Dispose!
dispose() - Method in class com.iizigo.project.ProjectManager
Disposes of the Project Manager.
dispose() - Method in class com.iizigo.prop.BaseEditor
Disposes of this instance, cannot be overridden (use onDispose instead).
dispose() - Method in class com.iizigo.prop.ContainerListener
Disposes of the instance.
dispose() - Method in class com.iizigo.prop.DesignerProp
Called when the DesignerProp is disposed of due to dispose of the associated property.
dispose() - Method in class com.iizigo.prop.EditedPropController
Disposes of the instance.
dispose() - Method in class com.iizigo.prop.editor.AtomNamePropEditor
Called when disposed of by the property editor.
dispose() - Method in class com.iizigo.prop.editor.ExtendsFlagPropEditor
Called when disposed of.
dispose() - Method in class com.iizigo.prop.editor.ExtendsNamePropEditor
Called when disposed of.
dispose() - Method in class com.iizigo.prop.editor.MultiColorPropEditor
Called when disposed of by the property editor.
dispose() - Method in class com.iizigo.prop.editor.MultiIntChoicePropEditor
Called when disposed of by the property editor.
dispose() - Method in class com.iizigo.prop.editor.MultiUnitPropEditor
Called when disposed of by the property editor.
dispose() - Method in class com.iizigo.prop.editor.MultiUnitsPropEditor
Called when disposed of by the property editor.
dispose() - Method in interface com.iizigo.prop.IEditedPropertyEntry
Called when disposed of by the property editor.
dispose() - Method in class com.iizigo.prop.MultiPropEditor
Disposes of this instance.
dispose() - Method in class com.iizigo.prop.PropExtender
Disposes of the extends framework.
dispose() - Method in class com.iizigo.selector.SelectorEditor
Disposes of editor.
dispose() - Method in class com.iizigo.server.launch.DevelServerLaunchConfigurationTab
Disposes of the instance.
dispose() - Method in class com.iizigo.server.ServerConfigComposite
Disposes of this composite.
dispose() - Method in class com.iizigo.server.ServerConfigView
Disposes of this workbench part.
dispose() - Method in class com.iizigo.setup.SetupWizard
Dispose of wizard.
dispose() - Method in class com.iizigo.setup.UIFeedBack
Disposes of the dialog.
dispose() - Method in class com.iizigo.style.StyleEditor
Disposes of editor.
dispose() - Method in class com.iizigo.swt.GraphicsGC
Dispose the resources for this instance.
dispose() - Method in class com.iizigo.swt.InvokeSWTLater
Disposes of the instance.
dispose() - Method in class com.iizigo.swt.IzToolTip
Disposes of the tooltip.
dispose() - Method in class com.iizigo.term.capture.CaptureEditor
Disposes of the view part.
dispose() - Method in class com.iizigo.term.internal.Terminal
Disposes of the instance.
dispose() - Method in class com.iizigo.term.project.EESession
Disposes of the session.
dispose() - Method in class com.iizigo.term.project.TerminalModule
Disposes of the Terminal Module for the project.
dispose() - Method in class com.iizigo.term.prop.TerminalDesignerProp
Dispose.
dispose() - Method in class com.iizigo.term.recording.RecordingEditor
Disposes of the view part.
dispose() - Method in class com.iizigo.term.screen.ScreenDesigner
Disposes of the designer.
dispose() - Method in class com.iizigo.term.screen.ScreenEditor
Dispose of the editor.
dispose() - Method in class com.iizigo.term.server.RemoteTerminalView
Disposes of the view part.
dispose() - Method in class com.iizigo.term.session.SessionsView
Disposes of the view part.
dispose() - Method in class com.iizigo.term.TerminalView
Disposes of the view part.
dispose() - Method in class com.iizigo.text.CommonTextActions
Disposes of the instance.
dispose() - Method in class com.iizigo.text.TextTableContentProvider
Disposes of this content provider.
dispose() - Method in class com.iizigo.text.TextTableEditor
Disposes of editor.
dispose() - Method in class com.iizigo.text.TextTableLabelProvider
Handles dispose.
dispose() - Method in class com.iizigo.ui.server.monitor.ServerBrowser
Disposes of the browser.
dispose() - Method in class com.iizigo.ui.server.monitor.ServerMonitorView
Disposes...
dispose() - Method in class com.iizigo.vs.VirtualSpaceEditor
Disposes of the Panel Editor.
dispose() - Method in class com.iizigo.vs.VSTableContentProvider
Disposes of this content provider.
dispose() - Method in class com.iizigo.vs.VSTableLabelProvider
Handles dispose.
dispose() - Method in class com.iizix.app.builder.ApplicationDistributor
Disposes of the instance when done.
dispose() - Method in class com.iizix.comm.client.ClientInstance
Disposes of this instance and closes the communication session (if opened).
dispose() - Method in interface com.iizix.comm.IPortController
Disposes of the port when it has been removed from the server configuration.
dispose() - Method in interface com.iizix.comm.oauth.IOAuthCallbackProvider
Disposes of the display of the URL on the client side.
dispose() - Method in interface com.iizix.comm.oauth.IOAuthService
Disposes of the session, i.e.
dispose() - Method in class com.iizix.gyro.GyroTransaction
Disposes of the instance.
dispose() - Method in interface com.iizix.gyro.IAppSessionGyro
Disposes of the Application session gyro, and effectively closes all the client sessions and end point connections.
dispose() - Method in interface com.iizix.gyro.IClientSessionGyro
Disposes of the Gyro instance so the client session ends.
dispose() - Method in interface com.iizix.jdbc.IDBConnectionPool
Disposes of the pool.
dispose() - Method in class com.iizix.jetty.JettyClientWebSocketInstance
Disposes of this instance and closes the communication session (if opened).
dispose() - Method in class com.iizix.jetty.WebSocketClientEndPoint
Disposes of the session: will soft-close it nicely.
dispose() - Method in interface com.iizix.license.IGenericLicenseSystem
Disposes of the license system.
dispose() - Method in interface com.iizix.license.IUserInterfaceFeedback
Disposes of the dialog.
dispose() - Method in class com.iizix.mail.MailSender
Disposes of the current mail sender and leaves unsent mail queued.
dispose() - Method in class com.iizix.nio.WorkerNIO
Disposes of the worker.
dispose() - Method in class com.iizix.prop.content.AbstractContentProvider
Called when the content provider is no longer required by the container.
dispose() - Method in interface com.iizix.prop.content.IContentProvider
Called when the content provider is no longer required by the container.
dispose() - Method in class com.iizix.prop.GBadge
Disposes of the badge when no longer needed.
dispose() - Method in class com.iizix.prop.GProp
Disposes of the property, but doesn't remove it from a parent.
dispose() - Method in interface com.iizix.prop.IGProp
Disposes of the property, but doesn't remove it from a parent.
dispose() - Method in interface com.iizix.prop.IPropExtender
Disposes of the extends framework.
dispose() - Method in class com.iizix.prop.PropReference
Disposes of the PropReference instance.
dispose() - Method in class com.iizix.prop.ProxyImpl
Disposes of the proxy implementation.
dispose() - Method in class com.iizix.prop.ProxyPropCnrImpl
Disposes of the proxy implementation.
dispose() - Method in class com.iizix.prop.ui.KTooltip
Disposes of the tooltip when no longer needed.
dispose() - Method in class com.iizix.prop.ui.table.DefaultTableContentProvider
Called when the content provider is no longer required by the table.
dispose() - Method in class com.iizix.prop.ui.table.DefaultTableFilter
Called when the content provider is no longer required by the table.
dispose() - Method in interface com.iizix.prop.ui.table.ITableContentProvider
Called when the content provider is no longer required by the table.
dispose() - Method in interface com.iizix.prop.ui.table.ITableFilter
Called when the content provider is no longer required by the table.
dispose() - Method in class com.iizix.run.common.CommonBuilder
Dispose: kills any ongoing process directly.
dispose() - Method in class com.iizix.server.AbstractEndPoint
Disposes of the end point.
dispose() - Method in class com.iizix.server.app.AppDefinition
Disposes of the application definition.
dispose() - Method in class com.iizix.server.app.AppFactory
Disposes of this factory.
dispose() - Method in interface com.iizix.server.app.IVirtualsContainer
Disposes of the virtuals container.
dispose() - Method in class com.iizix.server.app.RuntimeApp
Disposes of the runtime application instance for a client session.
dispose() - Static method in class com.iizix.server.app.SystemApp
Disposes of the SystemApp.
dispose() - Method in class com.iizix.server.app.VirtualsContainer
Disposes of the virtuals container.
dispose() - Method in class com.iizix.server.client.ClientEndPoint
Disposes of the end point.
dispose() - Method in class com.iizix.server.client.FailedReconnectClientEndPoint
Disposes of the end point.
dispose() - Method in class com.iizix.server.gyro.AppSessionGyro
Disposes of the Application session gyro, and effectively closes all the client sessions and end point connections.
dispose() - Method in class com.iizix.server.gyro.ClientSessionGyro
Disposes of the Gyro instance so the client session ends.
dispose() - Method in interface com.iizix.server.IEndPoint
Disposes of the end point.
dispose() - Method in interface com.iizix.server.IServer
Disposes of the server, e.g.
dispose() - Method in class com.iizix.server.loadbalancer.LoadBalancer
Disposes of this server module.
dispose() - Method in class com.iizix.server.loadbalancer.LoadBalancerEndPoint
Disposes of the end point.
dispose() - Method in interface com.iizix.server.modules.IServerModule
Disposes of this server module.
dispose() - Method in class com.iizix.server.oauth.AbstractOAuthService
Disposes of the session, i.e.
dispose() - Method in class com.iizix.server.oauth.OAuthSession
Disposes of the session and cleans up.
dispose() - Method in class com.iizix.server.run.remote.ClientBuilder
Disposes of the instance.
dispose() - Method in class com.iizix.server.security.ServerSecurityManager
Disposes of the instance.
dispose() - Method in class com.iizix.server.ServerShell
Disposes of the server, e.g.
dispose() - Method in class com.iizix.server.vsviewer.VSViewerEndPoint
Disposes of the end point.
dispose() - Method in class com.iizix.server.wsfile.WSFileDownload
Disposes of the download if in progress.
dispose() - Method in class com.iizix.server.wsfile.WSFileProviderEngine
Disposes of the engine and all the providers.
dispose() - Method in class com.iizix.SessionInfo
Disposes of this instance and cleans up thread usage.
dispose() - Method in class com.iizix.swt.IzMenu
Disposes of the menu.
dispose() - Method in class com.iizix.swt.IzMenuItem
Disposes of the menu item.
dispose() - Method in class com.iizix.term.server.TerminalHost
Dispose.
dispose() - Method in class com.iizix.term.server.TerminalSessionManager
Disposes of the instance.
dispose() - Method in class com.iizix.test.client.NonUIClient
Disposes of the client manager.
dispose() - Method in class com.iizix.text.KString
Disposes of the KString, needed in the Editor when references are used.
dispose() - Method in interface com.iizix.timeout.ITimerEngine
Disposes of the engine and disposes of all pending scheduled timers and timeouts.
dispose() - Method in class com.iizix.Value
Disposes of the value.
dispose() - Method in class com.iizix.Worker
Disposes of the worker.
dispose() - Method in interface com.iizix.wsfile.IWSFileDownload
Disposes of the download if in progress.
dispose(boolean) - Method in class com.iizix.comm.session.SessionTransMgr
Dispose of this session by delegating it to the Session ID.
dispose(boolean, boolean) - Method in class com.iizix.server.wsfile.WSFileProvider
Disposes of the file provider and optionally deletes all files from its root.
dispose(long) - Method in class com.iizix.test.client.ClientManager
Disposes of the client manager.
dispose(IResource) - Method in class com.iizigo.prop.PropMarker
Disposes of a marker.
disposeAll() - Static method in class com.iizix.jdbc.JDBCHelper
Disposes of created instance and stops the Derby network server if started.
disposeAndFlush() - Method in interface com.iizix.ILoggerRedirector
Disposes and flushes the output of the logger.
disposeBlocked() - Method in interface com.iizix.comm.oauth.IOAuthService
Disposes of the session because of a blocked pop-up window.
disposeBlocked() - Method in class com.iizix.server.oauth.AbstractOAuthService
Disposes of the session because of a blocked pop-up window.
disposeBlocked() - Method in class com.iizix.server.oauth.OAuthSession
Disposes of the session because of a blocked pop-up window.
disposeClipboard() - Static method in class com.iizigo.Activator
Disposes of the clipboard.
disposeContainer() - Method in class com.iizigo.java.parser.ParsedJavaSource
Disposes of the container in order not to process further.
DISPOSED - Enum constant in enum class com.iizix.comm.oauth.IOAuthListener.Code
Application session disposed of, authentication process aborted.
DISPOSED - Enum constant in enum class com.iizix.comm.statistics.SessionConnectionStatistics.State
 
DISPOSED - Enum constant in enum class com.iizix.device.settings.OpenSettingError
The client session has been disposed of before it could process the open setting request.
DISPOSED - Enum constant in enum class com.iizix.prop.IPropReference.ReferenceChangeEvent
The property has been disposed of and as such the referencer stops listening to it.
DISPOSED - Enum constant in enum class com.iizix.server.weblogos.WebLogoState
The instance of the WebLogo is disposed of.
DISPOSED - Enum constant in enum class com.iizix.server.webthumbs.WebThumbnailState
The instance of the WebThumbnail is disposed of.
DISPOSED - Enum constant in enum class com.iizix.test.client.SessionMode
Sessions is disposed and closed.
DISPOSED_ABORT - Enum constant in enum class com.iizix.comm.statistics.SessionConnectionStatistics.State
 
DISPOSED_BLOCKED - Enum constant in enum class com.iizix.comm.oauth.IOAuthListener.Code
Application session disposed of because the authentication process was blocked by the security or privacy settings of the browser.
DISPOSED_USER_CANCEL - Enum constant in enum class com.iizix.comm.oauth.IOAuthListener.Code
Application session disposed of because the authentication process was canceled by the user, closing the authentication window.
disposeHolder() - Method in class com.iizix.text.KStringHolder
Disposes of the instance and the KString and removes property listener.
disposeHotDeploy() - Method in class com.iizix.server.app.AppDefinition
Disposes of the application's hot deploy.
disposeNoThrow(boolean) - Method in class com.iizix.server.wsfile.WSFileProvider
Disposes of the file provider and optionally deletes all files from its root.
disposeReference() - Method in class com.iizix.prop.AbstractReference
Disposes of the reference and possible cached target.
disposeReference() - Method in class com.iizix.prop.vs.VSRelativeReference
Disposes and clears the reference.
disposeRightPropertyEditor() - Method in class com.iizigo.ws.editor.WebServiceEditor
Disposes of the right property editor.
disposeTagReference() - Method in class com.iizix.text.KStringHTMLTag
Disposes of the tag reference, used in the Editor for references.
disposeTagReference() - Method in class com.iizix.text.KStringTag
Disposes of the tag reference, used in the Editor for references.
disposeUserCancel() - Method in interface com.iizix.comm.oauth.IOAuthService
Disposes of the session because of a user cancel action.
disposeUserCancel() - Method in class com.iizix.server.oauth.AbstractOAuthService
Disposes of the session because of a user cancel action.
disposeUserCancel() - Method in class com.iizix.server.oauth.OAuthSession
Disposes of the session because of a user cancel action.
DISSOLVE - Enum constant in enum class com.iizix.prop.ui.Transition
Dissolve, transition direction does not apply.
dist - Variable in class com.iizix.app.builder.ApplicationDistributor
The distribution property.
Distance_long_kilometer - Enum constant in enum class com.iizix.text.LocaleString
 
Distance_long_kilometer_1 - Enum constant in enum class com.iizix.text.LocaleString
 
Distance_long_kilometers - Enum constant in enum class com.iizix.text.LocaleString
 
Distance_long_less_than_1_kilometer - Enum constant in enum class com.iizix.text.LocaleString
 
Distance_long_meter - Enum constant in enum class com.iizix.text.LocaleString
 
Distance_long_meter_1 - Enum constant in enum class com.iizix.text.LocaleString
 
Distance_long_meters - Enum constant in enum class com.iizix.text.LocaleString
 
Distance_long_near - Enum constant in enum class com.iizix.text.LocaleString
 
Distance_short_kilometer - Enum constant in enum class com.iizix.text.LocaleString
 
Distance_short_kilometers - Enum constant in enum class com.iizix.text.LocaleString
 
Distance_short_less_than_1_kilometer - Enum constant in enum class com.iizix.text.LocaleString
 
Distance_short_meter - Enum constant in enum class com.iizix.text.LocaleString
 
Distance_short_meters - Enum constant in enum class com.iizix.text.LocaleString
 
Distance_short_near - Enum constant in enum class com.iizix.text.LocaleString
 
dividerMoved(int, int) - Method in interface com.iizix.swt.CustomSashForm.ICustomSashFormListener
 
DndHelper - Class in com.iizigo.dnd
The drag-drop helper for properties and tree/table viewers.
DndHelper() - Constructor for class com.iizigo.dnd.DndHelper
 
DNS - Enum constant in enum class com.iizix.server.acme.LetsEncrypt.Type
DNS-01 challenge type.
do3270NumericFieldOverride() - Method in class com.iizix.term.prop.TelnetCommProps
Flag indicating 3270 NUMERIC FIELD OVERRIDE option.
doAdd(IAddUICompProvider<?>, UIComps, int, PanelEditor) - Static method in class com.iizigo.panel.wizards.AddUICompWizard
Performs the add component action.
doAdd(String, PropCnr, GProp<?>[], IPropUndoRedo, boolean) - Static method in class com.iizigo.editor.PropHelper
Adds properties with undo/redo support.
doAdd(String, PropCnr, GProp<?>, IPropUndoRedo, boolean) - Static method in class com.iizigo.editor.PropHelper
Adds a property with undo/redo support.
doAddExpandCollapseAll(Viewer, IzMenu, DesignerProp) - Method in class com.iizigo.editor.ContextMenuContributorAdapter
Checks if expand/collapse all menu items should be added.
doAddExpandCollapseAll(Viewer, IzMenu, DesignerProp) - Method in interface com.iizigo.editor.IContextMenuContributor
Checks if expand/collapse all menu items should be added.
doAddExpandCollapseAll(Viewer, IzMenu, DesignerProp) - Method in class com.iizigo.vs.ActionsPanel
Checks if expand/collapse all menu items should be added.
doAddExpandCollapseAll(Viewer, IzMenu, DesignerProp) - Method in class com.iizigo.vs.GroupPanel
 
doAddExpandCollapseAll(Viewer, IzMenu, DesignerProp) - Method in class com.iizigo.vs.TablePanel
Checks if expand/collapse all menu items should be added.
doAddExpandCollapseAll(Viewer, IzMenu, DesignerProp) - Method in class com.iizigo.vs.ValuePanel
Checks if expand/collapse all menu items should be added.
doAddProcessor(boolean) - Method in class com.iizigo.ws.editor.WebServiceEditor
Adds a new processor to the reply output.
doAddReference() - Method in class com.iizigo.prop.editor.dialog.RichTextEditorDialog
Gets the flag for adding the reference string in an attribute when editing the KString.
doAddReference() - Method in class com.iizigo.text.KStringInfoProviderAdapter
Gets the flag for adding the reference string in an attribute when editing the KString.
doAddReference() - Method in class com.iizigo.text.TextTableEditor
Gets the flag for adding the reference string in an attribute when editing the KString.
doAddReference() - Method in class com.iizix.prop.PropMgrInfoProviderAdapter
Gets the flag for adding the reference string in an attribute when editing the KString.
doAddReference() - Method in class com.iizix.prop.ui.table.TableCell
Gets the flag for adding the reference string in an attribute when editing the KString in a rich text editor.
doAddReference() - Method in class com.iizix.server.app.AppFactory
Gets the flag for adding the reference string in an attribute when editing the KString in a rich text editor.
doAddReference() - Method in interface com.iizix.text.IKStringInfoProvider
Gets the flag for adding the reference string in an attribute when editing the KString in a rich text editor.
doAddReference() - Method in interface com.iizix.text.IKStringValuePropHolder
Gets the flag for adding the reference string in an attribute when editing the KString in a rich text editor.
doAddReference() - Method in class com.iizix.text.ValidationKStringInfoProviderHolder
Gets the flag for adding the reference string in an attribute when editing the KString.
doAddSeparator() - Method in class com.iizigo.editor.ContextMenuItem
Checks if this item requires a separator before.
doAntiAlias - Variable in class com.iizigo.term.PluginPreference
Anti-alias terminal font.
doAPIBinaryTrace() - Method in class com.iizix.SessionInfo
Checks if API binary trace is on.
doAPIVerboseTrace() - Method in class com.iizix.SessionInfo
Checks if API verbose trace is on.
doAspectFont - Variable in class com.iizigo.term.PluginPreference
Keep aspect ratio for terminal font.
doAuthenticate(IOAuthListener) - Method in class com.iizix.server.oauth.AbstractOAuthService
 
doAuthenticate(PortConfig, String) - Method in class com.iizigo.comm.ExternalBrowserPagesImpl
Checks if a request URL is a WebSocket request or an Application URI that should not use authentication.
doAuthenticate(PortConfig, String) - Method in interface com.iizix.jetty.IExternalBrowserPages
Checks if a request URL is a WebSocket request or an Application URI that should not use authentication.
doAuthenticate(PortConfig, String) - Method in class com.iizix.server.devel.ExternalBrowserPagesImpl
Checks if a request URL is a WebSocket request or an Application URI that should not use authentication.
doAutoCreateVSFields() - Static method in class com.iizigo.term.PluginPreference
Gets auto-creation of VS fields.
doAutoFont - Variable in class com.iizigo.term.PluginPreference
Auto-font size for terminal.
doAutoReconnect() - Method in class com.iizix.term.prop.TelnetCommProps
Flag for auto-reconnection of telnet session.
doAutoReset - Variable in class com.iizigo.term.PluginPreference
Keyboard auto-reset.
doBoldFont - Variable in class com.iizigo.term.PluginPreference
Bold terminal font.
doBooleanSelectionOnly() - Method in class com.iizix.prop.ui.mlist.MLCheckBox
Returns if the selection property is a boolean value and a BoolProp is used to set the selection state that can be on/off or 1/0 only (2 = third state is not allowed).
doBooleanSelectionOnly() - Method in class com.iizix.prop.ui.mlist.MLItem
Returns if the selection property is a boolean value and a BoolProp is used to set the selection state that can be on/off or 1/0 only (2 = third state is not allowed).
doBoxDrawing - Variable in class com.iizigo.term.PluginPreference
Box drawing for 3270.
DOC - Static variable in class com.iizix.prop.Atom
 
doCapturePreviewAntiAlias - Variable in class com.iizigo.term.PluginPreference
Anti-alias for capture preview.
doClipboardPrompt - Variable in class com.iizigo.term.PluginPreference
Prompt on each parse operation.
doClipboardSaveSpacing - Variable in class com.iizigo.term.PluginPreference
Save original field spacing.
doCommunicationBinaryTrace() - Method in class com.iizix.SessionInfo
Checks if Communication binary trace is on.
doCommunicationVerboseTrace() - Method in class com.iizix.SessionInfo
Checks if Communication verbose trace is on.
doComplexOperationSelection(GProp<?>[]) - Method in interface com.iizigo.editor.complex.IComplexOperationSelection
Performs the selection of the components.
doComplexOperationSelection(GProp<?>[]) - Method in class com.iizigo.panel.PanelEditor
Performs the selection of the components.
doComplexOperationSelection(GProp<?>[]) - Method in class com.iizigo.text.TextTableEditor
Performs the selection of the components, typically after undo/redo.
doComplexOperationSelection(GProp<?>[]) - Method in class com.iizigo.vs.TablePanel
Performs the selection of the components.
doCompressNormalHTML() - Method in class com.iizix.server.jakarta.JakartaEEServer
Flag indicating the normal HTML files needs compression along with CSS minify and JS compression.
doCompressNormalHTML() - Method in class com.iizix.server.JettyRunConfiguration
Flag indicating the normal HTML files needs compression along with CSS minify and JS compression.
doCompressNormalHTML() - Method in class com.iizix.server.ServerShell
Flag indicating the normal HTML files needs compression along with CSS minify and JS compression.
doConnectorBinaryTrace() - Method in class com.iizix.SessionInfo
Checks if Connector binary trace is on.
doConnectorVerboseTrace() - Method in class com.iizix.SessionInfo
Checks if Connector verbose trace is on.
doContinueRowProcessing(ResultSetProps, int, ResultSet) - Method in interface com.iizix.db.api.IResultSetRowProcessor
Verifies if the row should be processed or if the processing operation should end.
doCopy(Shell, ISelection, Runnable) - Static method in class com.iizigo.editor.PropHelper
Performs the Copy operation.
doCreate(Atom, PropCnr, ComplexOperation) - Method in class com.iizigo.vs.wizards.VSActionCreation
Creates the component required with the specified name.
doCreate(Atom, PropCnr, ComplexOperation) - Method in class com.iizigo.vs.wizards.VSColumnCreation
Creates the component required with the specified name.
doCreate(Atom, PropCnr, ComplexOperation) - Method in class com.iizigo.vs.wizards.VSComponentCreation
Creates the component required with the specified name.
doCreate(Atom, PropCnr, ComplexOperation) - Method in class com.iizigo.vs.wizards.VSFieldCreation
Creates the component required with the specified name.
doCreate(Atom, PropCnr, ComplexOperation) - Method in class com.iizigo.vs.wizards.VSTableCreation
Creates the component required with the specified name.
doCreate(Atom, PropCnr, INewVSComponentWizardInfo, ComplexOperation) - Static method in class com.iizigo.vs.NewVSColumnWizardPage
Creates the field when a dialog box is present.
doCreate(Atom, PropCnr, INewVSComponentWizardInfo, ComplexOperation) - Static method in class com.iizigo.vs.NewVSFieldWizardPage
Creates the field when a dialog box is present.
doCreate(Atom, PropCnr, INewVSComponentWizardInfo, ComplexOperation) - Static method in class com.iizigo.vs.NewVSTableWizardPage
Creates the field when a dialog box is present.
doCreateDefault() - Method in class com.iizix.server.user.UserProfileImageRequest
Returns if creation of a default user profile image if none is found for a user ID or user Name should be performed or not.
doCreateDefault() - Method in interface com.iizix.urn.user.IUserProfileImageRequest
Returns if creation of a default user profile image if none is found for a user ID or user Name should be performed or not.
doCreateDefaultValue() - Method in interface com.iizigo.vs.INewVSComponentWizardInfo
Returns if a default value should be created.
doCreateDefaultValue() - Method in class com.iizigo.vs.NewVSComponentWizard
Returns if a default value should be created.
doCreateDefaultValue() - Method in class com.iizigo.vs.wizards.VSComponentCreation
Returns if a default value should be created.
doCreateIfNotPresent - Variable in class com.iizigo.prop.PropertyEditorInfoOptions
Flag indicating this property should be created if not present in the edited property (default true if a default value exists in the Editor's ".properties" file with the definitions.
doCreateUntitledSectionHeadings() - Method in class com.iizix.util.IniFile
Checked if untitled sections headings should be created.
doCreateVSFields - Variable in class com.iizigo.Preference
Create VirtualSpace fields automatically.
doCut(ISelection, IPropUndoRedo, Runnable) - Static method in class com.iizigo.editor.PropHelper
Cuts the selection in a viewer.
doDelete(String, GProp<?>[], IPropUndoRedo, Runnable) - Static method in class com.iizigo.editor.PropHelper
Performs a delete of pure properties (cannot be resource based).
doDelete(ISelection, IPropUndoRedo, Runnable) - Static method in class com.iizigo.editor.PropHelper
Deletes the selection in a viewer.
doDeleteFiles - Variable in enum class com.iizix.urn.URNResourceType
Flag indicating files should be deleted upon server dispose.
doDispose(boolean) - Method in interface com.iizix.comm.session.ISessionTransMgr
Called when the session ID has been disposed of by a call to its dispose method.
doDispose(boolean) - Method in class com.iizix.comm.session.SessionTransMgr
Called when the session ID has been disposed of by a call to its dispose method.
doDispose(boolean) - Method in class com.iizix.test.client.NonUIClient
Called when the session ID has been disposed of by a call to its dispose method.
doEditActorSettings() - Method in interface com.iizigo.actionactor.IEditorActionActorSettings
Returns the Designer editability of the settings in the properties dialog box as provided by default for the Action Actors.
doEditActorSettings() - Method in class com.iizigo.term.prop.EditorTerminalActionActor.Settings
Returns the Designer editability of the settings in the properties dialog box as provided by default for the Action Actors.
doEndPointBinaryTrace() - Method in class com.iizix.SessionInfo
Checks if EndPoint binary trace is on.
doEndPointVerboseTrace() - Method in class com.iizix.SessionInfo
Checks if EndPoint verbose trace is on.
doesClipboardContainText(boolean) - Static method in class com.iizigo.dnd.ClipboardHelper
Checks if the clipboard contains text.
doesFieldHaveExtendedAttributes(HostField) - Method in class com.iizix.term.ee.HostSessionEE
Checks if a host field has extended attributes or not.
doesFieldHaveExtendedAttributes(HostField) - Method in class com.iizix.term.EmptyHostSession
Checks if a host field has extended attributes or not.
doesFieldHaveExtendedAttributes(HostField) - Method in interface com.iizix.term.HostSessionPeer
Checks if a host field has extended attributes or not.
doesFieldHaveExtendedAttributes(HostField) - Method in class com.iizix.term.tn3270e.HostSession3270
Checks if a host field has extended attributes or not.
doesFieldHaveExtendedAttributes(HostField) - Method in class com.iizix.term.tn5250e.HostSession5250
Checks if a host field has extended attributes or not.
doesHostNeedFieldExit(int, int, int, int, String) - Method in class com.iizix.term.ee.HostSessionEE
For 5250 only: checks if a field has the attributes that requires this particular string to enter the data followed by a "Field Exit" or "Field Minus" key.
doesHostNeedFieldExit(int, int, int, int, String) - Method in class com.iizix.term.EmptyHostSession
For 5250 only: checks if a field has the attributes that requires this particular string to enter the data followed by a "Field Exit" or "Field Minus" key.
doesHostNeedFieldExit(int, int, int, int, String) - Method in class com.iizix.term.HostSession
For 5250 only: checks if a field has the attributes that requires this particular string to enter the data followed by a "Field Exit" or "Field Minus" key.
doesHostNeedFieldExit(int, int, int, int, String) - Method in interface com.iizix.term.HostSessionPeer
For 5250: checks if a field has the attributes that requires this particular string to enter the data followed by a "Field Exit" or "Field Minus" key.
doesHostNeedFieldExit(int, int, int, int, String) - Method in class com.iizix.term.tn3270e.HostSession3270
For 5250 only: checks if a field has the attributes that requires this particular string to enter the data followed by a "Field Exit" or "Field Minus" key.
doesHostNeedFieldExit(int, int, int, int, String) - Method in class com.iizix.term.tn5250e.HostSession5250
For 5250 only: checks if a field has the attributes that requires this particular string to enter the data followed by a "Field Exit" or "Field Minus" key.
doesJavaProjectNeedRebuild(IProject) - Method in class com.iizigo.java.JavaManager
Checks if a Java project needs rebuild or not, i.e.
doesModifyVirtualSpace() - Method in interface com.iizix.actionactor.IActionActor
Checks if the VirtualSpace is modified by the Action Actor.
doesModifyVirtualSpace() - Method in class com.iizix.actionactor.JavaActionActorBase
Checks if the VirtualSpace is modified by the Action Actor.
doesModifyVirtualSpace() - Method in class com.iizix.db.actionactor.DatabaseActionActor
Checks if the VirtualSpace is modified by the Action Actor.
doesModifyVirtualSpace() - Method in class com.iizix.prop.vs.actor.AbstractVSActionActor
Checks if the VirtualSpace is modified by the Action Actor.
doesModifyVirtualSpace() - Method in class com.iizix.prop.vs.actor.HistoryBackward
Checks if the VirtualSpace is modified by the Action Actor.
doesModifyVirtualSpace() - Method in class com.iizix.prop.vs.actor.HistoryForward
Checks if the VirtualSpace is modified by the Action Actor.
doesModifyVirtualSpace() - Method in class com.iizix.prop.vs.actor.SetFocus
Checks if the VirtualSpace is modified by the Action Actor.
doesModifyVirtualSpace() - Method in class com.iizix.term.prop.TerminalActionActor
Checks if the VirtualSpace is modified by the Action Actor.
doesModifyVirtualSpace() - Method in class com.iizix.ws.actionactor.WebServiceActionActor
Checks if the VirtualSpace is modified by the Action Actor.
doesModifyVirtualSpace(VSAction) - Method in class com.iizix.actionactor.AbstractSettings
Checks if the VirtualSpace is modified by the Action Actor.
doesModifyVirtualSpace(VSAction) - Method in class com.iizix.actionactor.JavaActionActorBase.Settings
Checks if the VirtualSpace is modified by the Action Actor.
doesModifyVirtualSpace(VSAction) - Method in class com.iizix.db.actionactor.DatabaseActionActor.Settings
Checks if the VirtualSpace is modified by the Action Actor.
doesModifyVirtualSpace(VSAction) - Method in class com.iizix.prop.vs.actor.HistoryBackward.Settings
Checks if the VirtualSpace is modified by the Action Actor.
doesModifyVirtualSpace(VSAction) - Method in class com.iizix.prop.vs.actor.HistoryForward.Settings
Checks if the VirtualSpace is modified by the Action Actor.
doesModifyVirtualSpace(VSAction) - Method in class com.iizix.prop.vs.actor.SetFocus.Settings
Checks if the VirtualSpace is modified by the Action Actor.
doesModifyVirtualSpace(VSAction) - Method in class com.iizix.ws.actionactor.WebServiceActionActor.Settings
Checks if the VirtualSpace is modified by the Action Actor.
doesScreenMatch(HostScreen) - Method in class com.iizix.term.prop.ScreenFieldProp
Checks if this host field belongs to a screen that is currently matching or not.
doesScreenMatch(HostSession) - Method in class com.iizix.term.prop.ScreenFieldProp
Checks if this host field belongs to a screen that is currently matching or not.
doExecute() - Method in class com.iizigo.handler.CommonHandler
Performs the operation.
doExecute() - Method in class com.iizigo.handler.Copy
Performs the operation.
doExecute() - Method in class com.iizigo.handler.Cut
Performs the operation.
doExecute() - Method in class com.iizigo.handler.Delete
Performs the operation.
doExecute() - Method in class com.iizigo.handler.Link
Performs the operation.
doExecute() - Method in class com.iizigo.handler.Move
Performs the operation.
doExecute() - Method in class com.iizigo.handler.Open
Performs the operation.
doExecute() - Method in class com.iizigo.handler.Paste
Performs the operation.
doExecute() - Method in class com.iizigo.handler.PasteAfter
Performs the operation.
doExecute() - Method in class com.iizigo.handler.PasteBefore
Performs the operation.
doExecute() - Method in class com.iizigo.handler.PasteLink
Performs the operation.
doExecute() - Method in class com.iizigo.handler.Rename
Performs the operation.
doExecute(IAppSessionGyro, boolean) - Method in interface com.iizix.ws.engine.IExecuteWebService
Executes the Web Service request.
doExecute(IAppSessionGyro, boolean) - Method in class com.iizix.ws.prop.AbstractInputProps
Executes the Web Service request.
doExecute(IAppSessionGyro, boolean) - Method in class com.iizix.ws.prop.RESTfulInputProps
Executes the Web Service request.
doExecute(IAppSessionGyro, boolean) - Method in class com.iizix.ws.prop.WebServiceProp
Executes the Web Service request.
doFailForUnsupportedSubProtocol() - Method in class com.iizix.prop.WebSocketCommProps
Check for fail if sub-protocol is not present.
doFailForUnsupportedSubProtocol() - Method in class com.iizix.prop.WebSocketServerCommProps
Check for fail if sub-protocol is not present.
doFailForUnsupportedSubProtocol(boolean) - Method in class com.iizix.prop.WebSocketCommProps
Set failure action if sub-protocol is not present.
doFailForUnsupportedSubProtocol(boolean) - Method in class com.iizix.prop.WebSocketServerCommProps
Set failure action if sub-protocol is not present.
doFlash(Composite, UIComp) - Static method in class com.iizigo.panel.PanelEditor
Performs flashing of a component in all open editors.
doGet(HttpServletRequest, HttpServletResponse) - Method in class com.iizix.jetty.UploadServlet
Get request is not allowed.
doGetValue() - Method in class com.iizigo.text.TTextCellEditor
The TextCellEditor implementation of this CellEditor framework method returns the text string.
doGrabRemainingX() - Method in class com.iizix.prop.ui.GridData
Returns if the component grabs the remaining space in X.
doGrabRemainingY() - Method in class com.iizix.prop.ui.GridData
Returns if the component grabs the remaining space in Y.
doHorizontalRuleCursor - Variable in class com.iizigo.term.PluginPreference
Horizontal rule cursor.
doIncludeAppSource() - Method in class com.iizix.server.app.prop.ServerAppDistributionProps
Flag to include external the App's source.
doIncludeExternals() - Method in class com.iizix.server.app.prop.ServerAppDistributionProps
Flag to include external directories and libraries.
doInsert(String, PropCnr, int, GProp<?>[], IPropUndoRedo, boolean) - Static method in class com.iizigo.editor.PropHelper
Adds or inserts properties with undo/redo support.
doIssueEmptyContainerWarning() - Method in class com.iizix.prop.ui.UIContainer
Returns whether the container should have children in a normal conditions, i.e.
doJarCompression() - Method in class com.iizix.server.app.prop.ServerAppDistributionProps
Flag to compress the Jar file.
doJarObfuscation() - Method in class com.iizix.server.app.prop.ServerAppDistributionProps
Flag to obfuscate the Jar file's Java source code.
doJarSeal() - Method in class com.iizix.server.app.prop.ServerAppDistributionProps
Flag to seal the Jar file.
doJarSign() - Method in class com.iizix.server.app.prop.ServerAppDistributionProps
Flag to sign the Jar file.
DOJO_LOCALES - Static variable in class com.iizix.run.common.CodeModifier
The Dojo supported locales used for "extraLocales".
DOJO_ROOT - Static variable in class com.iizix.js.JSFiles
The Dojo root file or system setting "dojo.root".
dojoLocales - Static variable in class com.iizix.run.common.CodeModifier
The hash set with Dojo locales.
doKeyPressed(KeyEvent) - Method in class com.iizigo.term.internal.TerminalWindow
Key pressed.
doKeyReleased(KeyEvent) - Method in class com.iizigo.term.internal.TerminalWindow
Key released.
doKeys - Variable in class com.iizigo.term.PluginPreference
Function keys hotspots.
doLink(boolean, Shell, boolean) - Method in class com.iizigo.link.LinkData
Attempt to perform the link.
doLink(Shell, DesignerProp, ISelection) - Static method in class com.iizigo.editor.PropHelper
Performs a Link of properties command.
doLinks - Variable in class com.iizigo.term.PluginPreference
Link hotspots.
dollar - Enum constant in enum class com.iizix.gyro.IMessageBox.Icon
 
DOMAIN_NAMES - Static variable in class com.iizix.server.prop.WebServerPortConfig
Domain names.
domainName - Variable in class com.iizigo.webserver.Preference
The domain name.
doMaskFrames() - Method in class com.iizix.prop.WebSocketServerCommProps
Flag indicating frames sent back and forth should be masked, valid from protocol version 7 or better.
DOMElement - Class in com.iizix.prop.ui
DOM Element property container used to keep information of the created UI item and its internal DOM structure.
DOMElement() - Constructor for class com.iizix.prop.ui.DOMElement
Creates a DOM Element property container with the specified name with a null value.
DOMElement(Atom) - Constructor for class com.iizix.prop.ui.DOMElement
Creates a DOM Element property container with the specified name with a null value.
doMouseDoubleClick(MouseEvent) - Method in class com.iizigo.term.internal.TerminalWindow
Mouse double-click, continued.
doMouseDown(MouseEvent) - Method in class com.iizigo.term.internal.TerminalWindow
Mouse pressed.
doMouseUp(MouseEvent) - Method in class com.iizigo.term.internal.TerminalWindow
Mouse released, continued.
doMove(boolean, String, PropCnr, GProp<?>, boolean, GProp<?>[], boolean, IPropUndoRedo) - Static method in class com.iizigo.editor.PropHelper
Performs the move operation of the properties, with auto-renaming as a potential dialog box.
doMove(DesignerProp, ISelection, IPropUndoRedo) - Static method in class com.iizigo.editor.PropHelper
Performs a Move of properties command by displaying a dialog box to the user so a target can be selected for the move.
doMoveWrap - Variable in class com.iizigo.term.PluginPreference
If moving a field enables screen-wrap.
done() - Method in class com.iizigo.prop.PropProgressMonitorAdapter
Notifies that the work is done; that is, either the main task is completed or the user canceled it.
done() - Method in interface com.iizix.IPropProgressMonitor
Notifies that the work is done; that is, either the main task is completed or the user canceled it.
done() - Method in class com.iizix.PropProgressMonitor
Notifies that the work is done; that is, either the main task is completed or the user canceled it.
done(IJobChangeEvent) - Method in class com.iizigo.java.SyncState
Notification that a job has completed execution, either due to cancellation, successful completion, or failure.
done(IJobChangeEvent) - Method in class com.iizigo.StartupJobRescheduler
Called when a job is done (cancel, failure or success).
doOpen(boolean, GProp<?>[]) - Static method in class com.iizigo.editor.PropHelper
Performs a Open of properties command.
doOpen(boolean, GProp<?>, PropEditorPart[]) - Static method in class com.iizigo.editor.PropHelper
Opens the Editor associated with the specified property.
doOpen(GProp<?>[]) - Method in class com.iizigo.db.editor.DatabaseEditor
Opens the property by selecting it in focus.
doOpen(GProp<?>[]) - Method in class com.iizigo.editor.PropEditorPart
Opens the property by selecting it in focus.
doOpen(GProp<?>[]) - Method in class com.iizigo.font.FontFacesEditor
Opens the property by selecting it in focus.
doOpen(GProp<?>[]) - Method in class com.iizigo.image.ImageDefinitionEditor
Opens the property by selecting it in focus.
doOpen(GProp<?>[]) - Method in class com.iizigo.panel.ContextMenuEditor
Opens the property by selecting it in focus.
doOpen(GProp<?>[]) - Method in class com.iizigo.panel.PanelEditor
Opens the property by selecting it in focus.
doOpen(GProp<?>[]) - Method in class com.iizigo.term.capture.CaptureEditor
Opens the property by selecting it in focus.
doOpen(GProp<?>[]) - Method in class com.iizigo.term.recording.RecordingEditor
Opens the property by selecting it in focus.
doOpen(GProp<?>[]) - Method in class com.iizigo.term.screen.ScreenEditor
Opens the property by selecting it in focus.
doOpen(GProp<?>[]) - Method in class com.iizigo.text.TextTableEditor
Opens the property by selecting it in focus.
doOpen(GProp<?>[]) - Method in class com.iizigo.vs.VirtualSpaceEditor
Opens the property by selecting it in focus.
doOpen(GProp<?>[]) - Method in class com.iizigo.ws.editor.WebServiceEditor
Opens the property by selecting it in focus.
doOpen(GProp<?>, int, String) - Method in class com.iizigo.db.editor.DatabaseEditor
Opens the property by selecting it in focus.
doOpen(GProp<?>, int, String) - Method in class com.iizigo.editor.PropEditorPart
Opens the property by selecting it in focus.
doOpen(GProp<?>, int, String) - Method in class com.iizigo.font.FontFacesEditor
Opens the property by selecting it in focus.
doOpen(GProp<?>, int, String) - Method in class com.iizigo.image.ImageDefinitionEditor
Opens the property by selecting it in focus.
doOpen(GProp<?>, int, String) - Method in class com.iizigo.panel.ContextMenuEditor
Opens the property by selecting it in focus.
doOpen(GProp<?>, int, String) - Method in class com.iizigo.panel.PanelEditor
Opens the property by selecting it in focus.
doOpen(GProp<?>, int, String) - Method in class com.iizigo.term.capture.CaptureEditor
Opens the property by selecting it in focus.
doOpen(GProp<?>, int, String) - Method in class com.iizigo.term.recording.RecordingEditor
Opens the property by selecting it in focus.
doOpen(GProp<?>, int, String) - Method in class com.iizigo.term.screen.ScreenEditor
Opens the property by selecting it in focus.
doOpen(GProp<?>, int, String) - Method in class com.iizigo.text.TextTableEditor
Opens the property by selecting it in focus.
doOpen(GProp<?>, int, String) - Method in class com.iizigo.vs.VirtualSpaceEditor
Opens the property by selecting it in focus.
doOpen(GProp<?>, int, String) - Method in class com.iizigo.ws.editor.WebServiceEditor
Opens the property by selecting it in focus.
doOpen(IFile) - Static method in class com.iizigo.editor.PropHelper
Opens the Editor of the specified file.
doOpenAndFocus(boolean, GProp<?>, int) - Static method in class com.iizigo.editor.PropHelper
Opens the selected property in its associated editor, focuses the editor and selects the appropriate property.
doOutlinePresentationSpace - Variable in class com.iizigo.term.PluginPreference
Outline presentation space.
doOverwrite() - Method in class com.iizix.db.prop.ResultSetProps
Gets the flag if the table should overwrite existing entries in the VSTable when populating it.
doPaste(DesignerProp, int, IPropUndoRedo) - Static method in class com.iizigo.editor.PropHelper
Performs a Paste operation with undo support.
doPaste(ISelection, int, IPropUndoRedo) - Static method in class com.iizigo.editor.PropHelper
Performs a Paste operation with undo support.
doPasteLink(DesignerProp, IPropUndoRedo) - Static method in class com.iizigo.editor.PropHelper
Performs a Paste-Link operation with undo support.
doPasteLink(ISelection, IPropUndoRedo) - Static method in class com.iizigo.editor.PropHelper
Performs a Paste-Link operation with undo support.
doPasteTextWrapping - Variable in class com.iizigo.term.PluginPreference
Paste text wrapping.
doPause() - Method in class com.iizix.comm.session.SessionTransMgr
Requests a pause of the session from the server.
doPCInsertMode - Variable in class com.iizigo.term.PluginPreference
Keyboard PC-style insert mode.
doPost(HttpServletRequest, HttpServletResponse) - Method in class com.iizix.jetty.UploadServlet
Handles file upload.
doPostResolve() - Method in class com.iizix.prop.AbstractBaseRelativeReference
Returns if resolving of this reference should be done in post- (true) or pre-stage (false).
doPostResolve() - Method in class com.iizix.prop.AbstractFixedVirtualizedBaseRelativeReference
Returns if resolving of this reference should be done in post- (true) or pre-stage (false).
doPostResolve() - Method in class com.iizix.prop.AbstractReference
Returns if resolving of this reference should be done in post- (true) or pre-stage (false).
doPostResolve() - Method in class com.iizix.prop.vs.VSParticipantReference
Returns if resolving of this reference should be done in post- (true) or pre-stage (false).
doPreviewConnect - Variable in class com.iizigo.term.PluginPreference
Connect host upon preview show (only live sessions).
doPropEqualsArrayValues() - Method in class com.iizix.prop.PropCnr
Method checking if the property container should do a normal comparison with its contents based on extends framework, atoms, errors, etc.
doPropEqualsArrayValues() - Method in class com.iizix.prop.ui.table.TableRows
Method checking if the property container should do a normal comparison with its contents based on extends framework, atoms, errors, etc.
doReadHTML(KStringProp) - Method in interface com.iizix.prop.IKStringPropOwner
Returns if a KString type should be HTML or PLAIN.
doReadHTML(KStringProp) - Method in class com.iizix.prop.ui.UILabel
Returns if a KString type should be HTML or PLAIN.
doReadHTML(KStringProp) - Method in class com.iizix.prop.ui.UIOutput
Returns if a KString type should be HTML or PLAIN.
doReCheck() - Method in class com.iizix.event.ResolveReferencesEvent
Gets the flag to force a re-check of the reference, even resolved ones.
doRecordingPreviewAntiAlias - Variable in class com.iizigo.term.PluginPreference
Anti-alias for recording preview.
doRefresh(boolean) - Method in class com.iizigo.db.editor.CustomSQLSourceViewer
Refreshes SQL and graphs.
doRegisterApp() - Method in class com.iizix.server.app.prop.ServerAppDistributionProps
Gets the flag if the app should be registered with the license system.
doRemoteCapture() - Method in class com.iizigo.term.server.EditorActiveTerminalSession
Performs a remote capture of screen.
doRemoteConnect() - Method in class com.iizigo.term.server.EditorActiveTerminalSession
Performs a remote connect.
doRemoteDisconnect() - Method in class com.iizigo.term.server.EditorActiveTerminalSession
Performs a remote disconnect.
doRemoteResume() - Method in class com.iizigo.term.server.EditorActiveTerminalSession
Performs a remote connect.
doRemoteSuspend() - Method in class com.iizigo.term.server.EditorActiveTerminalSession
Performs a remote suspend.
doRename(GProp<?>, Atom, IPropUndoRedo) - Static method in class com.iizigo.editor.PropHelper
Performs a rename property with undo/redo support.
doRename(ISelection, IPropUndoRedo) - Static method in class com.iizigo.editor.PropHelper
Renames the selection in a viewer.
doRename(Shell, IResource, String, IUndoContext) - Static method in class com.iizigo.editor.PropHelper
Performs a resource rename with undo support.
doResolveHostNames - Variable in class com.iizix.nio.SocketCommNIO
Flag for resolving host names.
doResolveHostNames() - Method in class com.iizix.prop.ServerSocketCommProps
Checks if host name resolve is enabled or if the host address should be returned (for performance reasons) for a call to e.g.
doResolveHostNames() - Method in class com.iizix.prop.SocketCommProps
Checks if host name resolve is enabled or if the host address should be returned (for performance reasons) for a call to e.g.
doResolveVSFieldNameCollisions - Variable in class com.iizigo.Preference
Resolve name collisions automatically for VirtualSpace fields.
doReValidateReferences(PropCnr) - Static method in class com.iizigo.project.ProjectRootPropCnr
Rechecks and validates the references for a property container, with a "null" progress monitor that cannot be canceled.
DORMANT_TIMEOUT - Static variable in class com.iizix.server.prop.ServerSettings
Timeout before an app session is disposed of when no more client sessions are present, default 10 minutes.
doSave(IProgressMonitor) - Method in class com.iizigo.editor.PropEditorPart
Saves the contents of this part.
doSave(IProgressMonitor) - Method in class com.iizigo.prop.FilePropSaveable
Saves the contents of this saveable.
doSave(IProgressMonitor) - Method in class com.iizigo.server.ServerConfigComposite
Saves the contents if required.
doSave(IProgressMonitor) - Method in class com.iizigo.server.ServerConfigView
Saves the contents of this part.
doSave(IProgressMonitor) - Method in class com.iizigo.term.capture.CaptureEditor
Saves the contents of this part.
doSave(IProgressMonitor) - Method in class com.iizigo.term.recording.RecordingEditor
Saves the contents of this part.
doSave(Shell, IProgressMonitor) - Method in class com.iizigo.server.ServerConfigFile
Saves the configuration file.
doSaveAs() - Method in class com.iizigo.editor.PropEditorPart
Saves the contents of this part to another object.
doSaveAs() - Method in class com.iizigo.server.ServerConfigView
Saves the contents of this part to another object.
doSendHTML(KStringProp) - Method in interface com.iizix.prop.IKStringPropOwner
Returns if the KString should be send to the remote party in HTML or not (i.e.
doSendHTML(KStringProp) - Method in class com.iizix.prop.ui.UILabel
Returns if the KString should be send to the remote party in HTML or not (i.e.
doSendHTML(KStringProp) - Method in class com.iizix.prop.ui.UIOutput
Returns if the KString should be send to the remote party in HTML or not (i.e.
doSetFocus() - Method in class com.iizigo.text.TTextCellEditor
 
doSetValue(Object) - Method in class com.iizigo.text.TTextCellEditor
The TextCellEditor implementation of this CellEditor framework method accepts a text string (type String).
doShowScreenCursor() - Static method in class com.iizigo.term.PluginPreference
Gets showing of screen cursor.
doShowScreenCursorEE() - Static method in class com.iizigo.term.PluginPreference
Gets showing of screen cursor for captures.
doShowTooltipForUnconnectedSession - Variable in class com.iizigo.term.PluginPreference
Show unconnected tooltip sessions.
doShowTooltipRecordedScreens - Variable in class com.iizigo.term.PluginPreference
Show "all" recording screens or just current.
doShowVSWizard - Variable in class com.iizigo.Preference
Always show wizard for creation of VS fields.
doSizeWrap - Variable in class com.iizigo.term.PluginPreference
If sizing a field enables screen-wrap.
doSmartInsert - Variable in class com.iizigo.term.PluginPreference
Keyboard Smart Insert mode.
doSortIndexOnCategories() - Method in class com.iizigo.panel.prop.chart.UIChartDesignerProp
Sorting on index, but categories first.
doSortIndexOnCategories() - Method in class com.iizigo.panel.prop.UICompDesignerProp
Sorting on index, but categories first.
doSortIndexOnCategories() - Method in class com.iizigo.panel.prop.UIContainerDesignerProp
Sorting on index, but categories first.
doSortIndexOnCategories() - Method in class com.iizigo.prop.DesignerProp
Sorting on index, but categories first.
doSoundAlarm - Variable in class com.iizigo.term.PluginPreference
Sound alarm.
doStopAtFirstMatch() - Method in class com.iizix.term.prop.TerminalModelSettings
Check for stop search of matching screen at first match.
doStopPropagation() - Method in class com.iizix.api.vs.VSFieldEvent
Checks if propagation is stopped.
DOT - Enum constant in enum class com.iizix.prop.GStroke.Style
 
dot_circle_o - Enum constant in enum class com.iizix.gyro.IMessageBox.Icon
 
doTN3270E() - Method in class com.iizix.term.prop.TelnetCommProps
Flag indicating 3270 host will do TN3270-E.
doTypeAhead - Variable in class com.iizigo.term.PluginPreference
Keyboard type-ahead.
Double - Enum constant in enum class com.iizix.Value.Type
The Data Type: Double.
doubleClick(DoubleClickEvent) - Method in class com.iizigo.prop.editor.dialog.SelectProjectDialog
Double-click.
doubleClick(DoubleClickEvent) - Method in class com.iizigo.prop.editor.dialog.SelectPropDialog
Double-click.
doubleClick(DoubleClickEvent) - Method in class com.iizigo.text.ExternalizeTextsDialog
Double-clicked: toggle entire subtree state.
doubleClick(DoubleClickEvent) - Method in class com.iizigo.text.TextTableEditor
Notifies of a double click in table.
doubleClick(DoubleClickEvent) - Method in class com.iizigo.vs.VirtualSpaceEditor
Notifies of a double click in tree viewer.
DoubleProp - Class in com.iizix.prop
The Double property class holds the property name, value and optionally has a parent and/or property listener(s).
DoubleProp() - Constructor for class com.iizix.prop.DoubleProp
Creates a Double property with no name and a null value.
DoubleProp(Atom) - Constructor for class com.iizix.prop.DoubleProp
Creates a Double property with the specified name with a null value.
DoubleProp(Atom, double) - Constructor for class com.iizix.prop.DoubleProp
Creates a Double property with the specified name and value.
DoubleValue - Class in com.iizix.value
Value object class to handle the Double datatype.
DoubleValue() - Constructor for class com.iizix.value.DoubleValue
 
doUndefineIfEmpty(boolean) - Method in class com.iizigo.prop.BaseEditor
Keeps empty strings as defined, when input has been changed specifically to empty string, or if the entry was defined when editing began.
doUndefineIfEmpty(boolean) - Method in class com.iizigo.prop.editor.KStringPropEditor
Keeps empty strings as defined, when input has been changed specifically to empty string, or if the entry was defined when editing began.
doUndefineIfEmpty(boolean) - Method in class com.iizigo.prop.editor.PasswordPropEditor
Keeps empty strings as defined, when input has been changed specifically to empty string, or if the entry was defined when editing began.
doUndefineIfEmpty(boolean) - Method in class com.iizigo.prop.editor.PKCS12IdentityPropEditor
Keeps empty strings as defined, when input has been changed specifically to empty string, or if the entry was defined when editing began.
doUndefineIfEmpty(boolean) - Method in class com.iizigo.prop.editor.StringPropEditor
Keeps empty strings as defined, when input has been changed specifically to empty string, or if the entry was defined when editing began.
doUndefineIfEmpty(boolean) - Method in class com.iizigo.prop.editor.TooltipPropEditor
Keeps empty strings as defined, when input has been changed specifically to empty string, or if the entry was defined when editing began.
doUndefineIfEmpty(boolean) - Method in class com.iizigo.prop.editor.ValuePropEditor
Keeps empty strings as defined, when input has been changed specifically to empty string, or if the entry was defined when editing began.
doUndefineIfEmpty(boolean) - Method in class com.iizigo.term.prop.editor.SessionConfigPropEditor
Keeps empty strings as defined, when input has been changed specifically to empty string, or if the entry was defined when editing began.
doUpdateRectangle() - Static method in class com.iizigo.term.PluginPreference
Gets update of screen rectangle contents.
doUpdateVSFieldFromUIComponent() - Method in class com.iizix.prop.ui.UIComp
Method to check if updates of this component's text and attributes should update the VS field.
doUpdateVSFieldFromUIComponent() - Method in class com.iizix.prop.ui.UIOutput
Method to check if updates of this component's text and attributes should update the VS field.
doValidateReferences(boolean) - Method in class com.iizigo.java.JavaProject
Validates the references for this project.
doValidateReferences(PropCnr, boolean) - Static method in class com.iizigo.project.ProjectRootPropCnr
Validates the references for a property container.
doValueChangeConversion() - Method in class com.iizigo.prop.BaseEditor
Returns if the property value should be checked by converting current string input back-and-forth with the current value.
doVerboseTrace - Variable in class com.iizigo.webserver.Preference
Tracing.
doVerify(PropCnr) - Static method in class com.iizigo.editor.PropHelper
Verifies the property.
doVerify(PropCnr, IKStringInfoProvider) - Static method in class com.iizigo.editor.PropHelper
Verifies the property.
doVerifyServerHostName() - Static method in class com.iizix.jre.ControlPanel
Checks the setting for HTTPS host name verification.
doVerticalRuleCursor - Variable in class com.iizigo.term.PluginPreference
Vertical rule cursor.
doWizardBeforeDrop(UIComp, UIComps, ComplexOperation) - Static method in class com.iizigo.panel.wizards.AddUICompWizard
Performs the wizard prompting for the component before dropping it.
DOWN - Enum constant in enum class com.iizix.gyro.IToaster.Direction
 
DOWN - Enum constant in enum class com.iizix.gyro.IUIPanelAnimation.Direction
Animation direction: down.
DOWN_HIDE_ARROW - Static variable in class com.iizix.swt.CustomSashForm
 
DOWN_RESTORE_ARROW - Static variable in class com.iizix.swt.CustomSashForm
 
downHideClicked(CustomSashForm.SashInfo) - Method in class com.iizix.swt.CustomSashForm
 
download - Enum constant in enum class com.iizix.gyro.IMessageBox.Icon
 
downloadDeviceFile() - Method in class com.iizigo.panel.UIDevices
Downloads a new device file.
downloadExtractArchive(File, File, String, File) - Method in class com.iizix.run.common.CommonJobs
Creates a temporary folder and downloads and extracts an archive file that contains a single directory with some name.
downloadExtractArchive(File, File, String, File) - Method in interface com.iizix.run.common.ICommonJobs
Creates a temporary folder and downloads and extracts an archive file that contains a single directory with some name.
downloadFile(String, File) - Method in class com.iizix.run.common.CommonJobs
Download a file using HTTP.
downloadFile(String, File) - Method in interface com.iizix.run.common.ICommonJobs
Download a file using HTTP.
downloadFiles(IAppSessionGyro, IWSFileDownload[], Runnable) - Method in class com.iizix.server.wsfile.WSFileProvider
Downloads the collection of files.
downloadFiles(IAppSessionGyro, IWSFileDownload[], Runnable) - Method in interface com.iizix.wsfile.IWSFileProvider
Downloads the collection of files.
Downloading Your Website Package - Search tag in class com.iizix.server.push.PushNotificationHandler
Section
downRestoreClicked(CustomSashForm.SashInfo) - Method in class com.iizix.swt.CustomSashForm
 
DragAdapterAssistant - Class in com.iizigo.navigator
Assist the CommonDragAdapter by providing new TransferTypes and the logic to handle setting up the transfer data.
DragAdapterAssistant() - Constructor for class com.iizigo.navigator.DragAdapterAssistant
The Eclipse constructor.
DragDropLinkAdapter - Class in com.iizigo.panel.prop
Component acting as a drag-drop adapter when dragging non-UI components into the JavaScript Panel Editor.
DragDropLinkAdapter() - Constructor for class com.iizigo.panel.prop.DragDropLinkAdapter
Default constructor must be present but is really unused.
DragDropLinkAdapter(Atom, ILinkCapable) - Constructor for class com.iizigo.panel.prop.DragDropLinkAdapter
Constructor for the component to adapt for.
DragDropPropCnr - Class in com.iizigo.panel.prop
The drag-drop container used to hold information about drag-drop items for communication between Eclipse and JavaScript.
DragDropPropCnr() - Constructor for class com.iizigo.panel.prop.DragDropPropCnr
Creates the drag-drop property container without name.
DragDropPropCnr(Atom) - Constructor for class com.iizigo.panel.prop.DragDropPropCnr
Creates the drag-drop property container with the specified name.
dragFinished(DragSourceEvent) - Method in class com.iizigo.editor.PropEditorPart.DragSourceDelegator
 
dragFinished(DragSourceEvent) - Method in class com.iizigo.server.ServerConfigComposite.DragSourceDelegator
 
dragFinished(DragSourceEvent, IStructuredSelection) - Method in class com.iizigo.navigator.DragAdapterAssistant
Allows the drag assistant to do any necessary cleanup after the drop operation is done.
dragSetData(DragSourceEvent) - Method in class com.iizigo.editor.PropEditorPart.DragSourceDelegator
 
dragSetData(DragSourceEvent) - Method in class com.iizigo.server.ServerConfigComposite.DragSourceDelegator
 
DragSourceDelegator(DragSourceListener) - Constructor for class com.iizigo.editor.PropEditorPart.DragSourceDelegator
 
DragSourceDelegator(DragSourceListener) - Constructor for class com.iizigo.server.ServerConfigComposite.DragSourceDelegator
 
dragStart(DragSourceEvent) - Method in class com.iizigo.editor.PropEditorPart.DragSourceDelegator
 
dragStart(DragSourceEvent) - Method in class com.iizigo.server.ServerConfigComposite.DragSourceDelegator
 
dragStart(DragSourceEvent, IStructuredSelection) - Method in class com.iizigo.navigator.DragAdapterAssistant
Allows the drag assistant indicate it wants to participate in the drag operation.
drawArrow(GC, int[], boolean) - Method in class com.iizix.swt.CustomSashForm
 
drawDownHideArrow(GC, int, int) - Method in class com.iizix.swt.CustomSashForm
 
drawDownRestoreArrow(GC, int, int) - Method in class com.iizix.swt.CustomSashForm
 
drawHandle(ScreenRectangleInfo, int, Graphics2D, Color, int, int, boolean) - Method in class com.iizigo.term.screen.ScreenDesigner
Draws a handle at position.
drawLeftHideArrow(GC, int, int) - Method in class com.iizix.swt.CustomSashForm
 
drawLeftRestoreArrow(GC, int, int) - Method in class com.iizix.swt.CustomSashForm
 
drawLine(Graphics2D, int, int, int, int, int, int) - Static method in class com.iizigo.term.screen.ScreenDesigner
Draws a "Business Graphics" line between two points with the current color and the same behavior as for "Java lines".
drawRightHideArrow(GC, int, int) - Method in class com.iizix.swt.CustomSashForm
 
drawRightRestoreArrow(GC, int, int) - Method in class com.iizix.swt.CustomSashForm
 
drawSashBorder(GC, Sash, boolean) - Method in class com.iizix.swt.CustomSashForm
 
drawUpHideArrow(GC, int, int) - Method in class com.iizix.swt.CustomSashForm
 
drawUpRestoreArrow(GC, int, int) - Method in class com.iizix.swt.CustomSashForm
 
Dream - Enum constant in enum class com.iizix.device.settings.Settings_Android
Show Daydream or Screen saver settings.
dribbble - Enum constant in enum class com.iizix.gyro.IMessageBox.Icon
 
drivers_license - Enum constant in enum class com.iizix.gyro.IMessageBox.Icon
 
drivers_license_o - Enum constant in enum class com.iizix.gyro.IMessageBox.Icon
 
DROP_LABELS - Enum constant in enum class com.iizix.prop.ui.chart.axis2d.AxisOption
Whether the axis automatically drops labels at regular interval or not to avoid labels overlapping.
DropAdapterAssistant - Class in com.iizigo.navigator
Used by the org.eclipse.ui.navigator.navigatorContent/navigatorContent/commonDropAdapter extension point to carry out pluggable drop operations.
DropAdapterAssistant() - Constructor for class com.iizigo.navigator.DropAdapterAssistant
Eclipse constructor.
dropbox - Enum constant in enum class com.iizix.gyro.IMessageBox.Icon
 
DropdownSelectionListener - Class in com.iizix.swt
Class used as helper for toolbar drop-down items.
DropdownSelectionListener(ToolItem) - Constructor for class com.iizix.swt.DropdownSelectionListener
Creates a drop-down handler for a drop-down toolbar item.
DropdownSelectionListener(ToolItem, boolean) - Constructor for class com.iizix.swt.DropdownSelectionListener
Creates a drop-down handler for a drop-down toolbar item.
DropInfo - Class in com.iizigo.panel
Class holding information about the drop from the JavaScript client.
DropShadowDialog - Class in com.iizigo.prop.editor.dialog
Drop shadow dialog designer.
DropShadowDialog(Shell, String) - Constructor for class com.iizigo.prop.editor.dialog.DropShadowDialog
Create the dialog.
DropShadowPropEditor - Class in com.iizigo.prop.editor
The (filter) Drop Shadow String property editor.
DropShadowPropEditor() - Constructor for class com.iizigo.prop.editor.DropShadowPropEditor
Default constructor called before createControls.
DropShadowValidator - Class in com.iizigo.prop.editor
The drop shadow validator.
DropShadowValidator(String) - Constructor for class com.iizigo.prop.editor.DropShadowValidator
Creates the validator for an input.
DropValidationFeedback(int) - Constructor for class com.iizigo.prop.PasteFeedback.DropValidationFeedback
Creates a drop validation feedback with possible drop options, a bit mask that must consist of at least one of the values: DND.FEEDBACK_SELECT = The item under the cursor is selected; applies to table and trees.
DRPs(double[]) - Method in class com.iizix.server.user.UserProfileImageRequest
Sets the DRP's to use.
DRPs(double[]) - Method in interface com.iizix.urn.user.IUserProfileImageRequest
Sets the DRP's to use.
drupal - Enum constant in enum class com.iizix.gyro.IMessageBox.Icon
 
DSize - Class in com.iizix
A size with double's.
DSize() - Constructor for class com.iizix.DSize
Constructs a size initialized to 0,0.
DSize(double, double) - Constructor for class com.iizix.DSize
Constructs and initializes position.
DSize(DSize) - Constructor for class com.iizix.DSize
Constructs and initializes position.
dslPaste - Variable in class com.iizigo.editor.PropEditorPart
 
dump(SessionInfo, byte[]) - Static method in class com.iizix.server.BinaryTrace
 
dump(SessionInfo, byte[], boolean) - Static method in class com.iizix.server.BinaryTrace
 
dump(SessionInfo, byte[], int) - Static method in class com.iizix.server.BinaryTrace
 
dump(SessionInfo, byte[], int, boolean) - Static method in class com.iizix.server.BinaryTrace
 
dump(SessionInfo, byte[], int, int) - Static method in class com.iizix.server.BinaryTrace
 
dump(SessionInfo, byte[], int, int, boolean) - Static method in class com.iizix.server.BinaryTrace
 
dump(SessionInfo, String) - Static method in class com.iizix.server.BinaryTrace
 
dump(SessionInfo, String[]) - Static method in class com.iizix.server.BinaryTrace
 
dump(SessionInfo, String, byte[]) - Static method in class com.iizix.server.BinaryTrace
 
dump(SessionInfo, String, byte[], boolean) - Static method in class com.iizix.server.BinaryTrace
 
dump(SessionInfo, String, byte[], int) - Static method in class com.iizix.server.BinaryTrace
 
dump(SessionInfo, String, byte[], int, boolean) - Static method in class com.iizix.server.BinaryTrace
 
dump(SessionInfo, String, byte[], int, int) - Static method in class com.iizix.server.BinaryTrace
 
dump(SessionInfo, String, byte[], int, int, boolean) - Static method in class com.iizix.server.BinaryTrace
 
dump(SessionInfo, String, String[]) - Static method in class com.iizix.server.BinaryTrace
 
dumpCache(String) - Method in class com.iizix.WriteCache
Dumps the cache.
dumpWriteCache(String) - Method in class com.iizix.SendTransaction
Dumps the write cache to a String formatted with a certain indent.
Duration - Enum constant in enum class com.iizix.Value.Category
Duration.
Duration - Enum constant in enum class com.iizix.Value.Type
The Data Type: java.time.Duration.
durationchange - Enum constant in enum class com.iizix.api.ui.UIMediaEvent.Type
The durationchange event is fired when the duration attribute has been updated.
DurationDialog - Class in com.iizigo.prop.editor.dialog
The duration dialog to edit a Long Millisecond duration.
DurationDialog(Shell, int, long, boolean, long, long, long) - Constructor for class com.iizigo.prop.editor.dialog.DurationDialog
Create the dialog.
DurationFormatPattern - Class in com.iizix.joda
Class implementing the Format pattern for a duration format partly using Joda PeriodFormatter.
DurationFormatPattern() - Constructor for class com.iizix.joda.DurationFormatPattern
 
DurationPropEditor - Class in com.iizigo.prop.editor
The Duration property editor that uses a Long value for the duration in milliseconds.
DurationPropEditor() - Constructor for class com.iizigo.prop.editor.DurationPropEditor
Default constructor called before createControls.
DurationValue - Class in com.iizix.value
Value object class to handle the Duration datatype.
DurationValue() - Constructor for class com.iizix.value.DurationValue
 
Dutch - Enum constant in enum class com.iizix.translate.google.Language
 
Dutch - Enum constant in enum class com.iizix.translate.microsoft.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