A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _ 
All Classes All Packages

A

a - Variable in class com.iizix.event.EventMulticaster
The two event listeners.
aboutToBuild(IJavaProject) - Method in class com.iizigo.java.JavaCompilationParticipant
Notifies this participant that a build is about to start and provides it the opportunity to create missing source folders for generated source files.
aboutToRun(IJobChangeEvent) - Method in class com.iizigo.java.SyncState
Notification that a job is about to be run.
aboutToRun(IJobChangeEvent) - Method in class com.iizigo.JobRescheduler
Reschedules all jobs that are not listed as exceptions.
ABOVE - Static variable in class com.iizix.prop.ui.KTooltip
The location: ABOVE (=8).
AbsoluteData - Class in com.iizix.prop.ui
The AbsoluteData is the layout data for components in a container with AbsoluteLayout.
AbsoluteData() - Constructor for class com.iizix.prop.ui.AbsoluteData
Creates a AbsoluteData container without name and with a null value.
AbsoluteData(Atom) - Constructor for class com.iizix.prop.ui.AbsoluteData
Creates a AbsoluteData container with the specified name with a null value.
AbsoluteData(Atom, GProp<?>[]) - Constructor for class com.iizix.prop.ui.AbsoluteData
Creates a AbsoluteData container with the specified name and properties.
AbsoluteLayout - Class in com.iizix.prop.ui
AbsoluteLayout is a layout manager.
AbsoluteLayout() - Constructor for class com.iizix.prop.ui.AbsoluteLayout
Creates the layout without name with a null value.
AbsoluteLayout(Atom) - Constructor for class com.iizix.prop.ui.AbsoluteLayout
Creates the layout with the specified name with a null value.
AbsoluteLayout(Atom, GProp<?>[]) - Constructor for class com.iizix.prop.ui.AbsoluteLayout
Creates the layout with the specified name and properties.
AbstractActionActorTXPNode<SETTINGS extends AbstractSettings> - Class in com.iizix.txp.impl
The abstract TXP node that the Action Actors needs to extend from.
AbstractActionActorTXPNode() - Constructor for class com.iizix.txp.impl.AbstractActionActorTXPNode
Default constructor used by the AbstractJavaActionActor constructor.
AbstractActionActorTXPNode(VSActionTXProcess, SETTINGS) - Constructor for class com.iizix.txp.impl.AbstractActionActorTXPNode
Constructor for action actors.
AbstractBaseRelativeReference<TARGET extends IPropCnr> - Class in com.iizix.prop
The Base Relative Reference property class hold the reference to another property in the same base container.
AbstractBaseRelativeReference() - Constructor for class com.iizix.prop.AbstractBaseRelativeReference
Creates a Base Relative Reference property with no name and with a null value.
AbstractBaseRelativeReference(Atom) - Constructor for class com.iizix.prop.AbstractBaseRelativeReference
Creates a Base Relative Reference property with the specified name with a null value.
AbstractBaseRelativeReference(Atom, String) - Constructor for class com.iizix.prop.AbstractBaseRelativeReference
Creates a Base Relative Reference property with the specified name and value.
AbstractClientBaseRelativeReference<TARGET extends IClientBaseRelativeTarget> - Class in com.iizix.prop
The Client Base Relative Reference property class hold the reference to another property in the same base container.
AbstractClientBaseRelativeReference() - Constructor for class com.iizix.prop.AbstractClientBaseRelativeReference
Creates a Label For Reference property with no name and with a null value.
AbstractClientBaseRelativeReference(Atom) - Constructor for class com.iizix.prop.AbstractClientBaseRelativeReference
Creates a Label For Reference property with the specified name with a null value.
AbstractClientBaseRelativeReference(Atom, String) - Constructor for class com.iizix.prop.AbstractClientBaseRelativeReference
Creates a Label For Reference property with the specified name and value.
AbstractContentProvider<ITEM extends IContentItem,​ITEM_CONTENT extends IContentData<ITEM>> - Class in com.iizix.prop.content
The default content provider.
AbstractContentProvider(int, Class<ITEM_CONTENT>) - Constructor for class com.iizix.prop.content.AbstractContentProvider
Constructor.
AbstractContentUIContainer<ITEM extends IContentItem,​ITEM_CONTENT extends IContentData<ITEM>> - Class in com.iizix.prop.content
A property container that handles content and has custom content provider support.
AbstractContentUIContainer() - Constructor for class com.iizix.prop.content.AbstractContentUIContainer
Creates the content property container.
AbstractContentUIContainer(Atom) - Constructor for class com.iizix.prop.content.AbstractContentUIContainer
Creates the content property container.
AbstractEndPoint - Class in com.iizix.server
An implementation of a common end point for an Editor, Server or Monitor.
AbstractEndPoint(IEndPoint.Type, String, long, IWebSocketComm, ServerShell, ThreadGroup, HashMap<String, String>, ClassLoader) - Constructor for class com.iizix.server.AbstractEndPoint
Creates a new EndPoint instance.
AbstractFixedVirtualizedBaseRelativeReference<TARGET extends IPropCnr> - Class in com.iizix.prop
The Base Relative Reference property class hold the reference to another property in the same base container.
AbstractFixedVirtualizedBaseRelativeReference() - Constructor for class com.iizix.prop.AbstractFixedVirtualizedBaseRelativeReference
Creates a Base Relative Reference property with no name and with a null value.
AbstractFixedVirtualizedBaseRelativeReference(Atom) - Constructor for class com.iizix.prop.AbstractFixedVirtualizedBaseRelativeReference
Creates a Base Relative Reference property with the specified name with a null value.
AbstractFixedVirtualizedBaseRelativeReference(Atom, String) - Constructor for class com.iizix.prop.AbstractFixedVirtualizedBaseRelativeReference
Creates a Base Relative Reference property with the specified name and value.
AbstractImageDefinition - Class in com.iizix.prop.image
Image definition property container.
AbstractImageDefinition() - Constructor for class com.iizix.prop.image.AbstractImageDefinition
Creates the image definition property container without a name.
AbstractImageDefinition(Atom) - Constructor for class com.iizix.prop.image.AbstractImageDefinition
Creates the image definition property container with the specified name.
AbstractImageResolution - Class in com.iizix.prop.image
This Image Resolution property only holds the image reference for an additional Device Pixel Ratio.
AbstractImageResolution() - Constructor for class com.iizix.prop.image.AbstractImageResolution
Creates the Image Resolution property container without a name.
AbstractImageResolution(Atom) - Constructor for class com.iizix.prop.image.AbstractImageResolution
Creates the Image Resolution property container with the specified name.
AbstractInputProps - Class in com.iizix.ws.prop
Abstract Input Properties that ties the input to the execution of a Web Service request to VirtualSpace.
AbstractInputProps() - Constructor for class com.iizix.ws.prop.AbstractInputProps
Creates a Input Properties container with the specified name with a null value.
AbstractInputProps(Atom) - Constructor for class com.iizix.ws.prop.AbstractInputProps
Creates a Input Properties container with the specified name with a null value.
AbstractJarURLConnection - Class in com.iizix.util
A URL Connection to a Java ARchive (JAR) file or an entry in a JAR file.
AbstractJarURLConnection(URL) - Constructor for class com.iizix.util.AbstractJarURLConnection
Creates the new JarURLConnection to the specified URL.
AbstractJavaActionActor - Class in com.iizix.actionactor
This minimal class implements the Java Action Actor Interface Interface IJavaActionActor required to handle execution of a VirtualSpace action in conjunction with the TXP engine.
AbstractJavaActionActor() - Constructor for class com.iizix.actionactor.AbstractJavaActionActor
Default constructor.
AbstractOAuthService - Class in com.iizix.server.oauth
The abstract service service using OAuth 1.0a or OAuth 2.0.
AbstractOAuthService(OAuthSession, OAuth10aService) - Constructor for class com.iizix.server.oauth.AbstractOAuthService
Constructs the service for OAuth 1.0a.
AbstractOAuthService(OAuthSession, OAuth20Service) - Constructor for class com.iizix.server.oauth.AbstractOAuthService
Constructs the service for OAuth 2.0.
AbstractPredefinedSettings - Class in com.iizix.prop.vs.actor
The predefined actions actors settings container that checks if the VSReference is for the target VirtualSpace.
AbstractPredefinedSettings() - Constructor for class com.iizix.prop.vs.actor.AbstractPredefinedSettings
Creates the settings without name.
AbstractPredefinedSettings(Atom) - Constructor for class com.iizix.prop.vs.actor.AbstractPredefinedSettings
Creates the settings with specified name.
AbstractPushService<T extends AbstractPushService<T>> - Class in com.iizix.push.vapid
 
AbstractPushService() - Constructor for class com.iizix.push.vapid.AbstractPushService
 
AbstractPushService(String) - Constructor for class com.iizix.push.vapid.AbstractPushService
 
AbstractPushService(String, String) - Constructor for class com.iizix.push.vapid.AbstractPushService
 
AbstractPushService(String, String, String) - Constructor for class com.iizix.push.vapid.AbstractPushService
 
AbstractPushService(KeyPair) - Constructor for class com.iizix.push.vapid.AbstractPushService
 
AbstractPushService(KeyPair, String) - Constructor for class com.iizix.push.vapid.AbstractPushService
 
AbstractReference<TARGET extends IPropCnr> - Class in com.iizix.prop
The Abstract Reference property class hold the reference to another property.
AbstractReference() - Constructor for class com.iizix.prop.AbstractReference
Creates a Abstract Reference property with no name and with a null value.
AbstractReference(Atom) - Constructor for class com.iizix.prop.AbstractReference
Creates a Abstract Reference property with the specified name with a null value.
AbstractReference(Atom, String) - Constructor for class com.iizix.prop.AbstractReference
Creates a Abstract Reference property with the specified name and value.
AbstractSettings - Class in com.iizix.actionactor
Class extending the property container.
AbstractSettings() - Constructor for class com.iizix.actionactor.AbstractSettings
Creates the settings without name.
AbstractSettings(Atom) - Constructor for class com.iizix.actionactor.AbstractSettings
Creates the settings with specified name.
AbstractStyles - Class in com.iizix.prop
Abstract styles property container that either holds styles or other style related data such as font faces.
AbstractStyles() - Constructor for class com.iizix.prop.AbstractStyles
Creates the abstract styles property container without a name.
AbstractStyles(Atom) - Constructor for class com.iizix.prop.AbstractStyles
Creates the abstract styles property container with the specified name.
AbstractTranslationRequest - Class in com.iizix.translate
The abstract translation request class.
AbstractTranslationRequest(String, String) - Constructor for class com.iizix.translate.AbstractTranslationRequest
Constructor.
AbstractTranslationRequest.RequestItem - Class in com.iizix.translate
Class for a RequestItem.
AbstractTXPNode - Class in com.iizix.txp.impl
 
AbstractTXPNode() - Constructor for class com.iizix.txp.impl.AbstractTXPNode
 
AbstractUIAction - Class in com.iizix.prop.ui
Abstract UI Action component such as buttons or menu item that are connected to a VS Action.
AbstractUIAction() - Constructor for class com.iizix.prop.ui.AbstractUIAction
Creates the component without a name.
AbstractUIAction(Atom) - Constructor for class com.iizix.prop.ui.AbstractUIAction
Creates the component with the specified name.
AbstractUIAction(Atom, GProp<?>[]) - Constructor for class com.iizix.prop.ui.AbstractUIAction
Creates the component with the specified name, initialized to contain the GProp items.
AbstractVSActionActor<SETTINGS extends AbstractSettings> - Class in com.iizix.prop.vs.actor
The VS Action Actor abstract implementation.
AbstractVSActionActor(VSAction, SETTINGS) - Constructor for class com.iizix.prop.vs.actor.AbstractVSActionActor
Creates a new instance.
AbstractVSVariable<VSCOMP extends VSComponent,​REFTYPE extends VSRelativeReference<VSCOMP>> - Class in com.iizix.prop.vs
Class that holds a single VS "variable" mapping of a certain type.
AbstractVSVariable() - Constructor for class com.iizix.prop.vs.AbstractVSVariable
Creates a VSVariable property container with the specified name with a null value.
AbstractVSVariable(Atom) - Constructor for class com.iizix.prop.vs.AbstractVSVariable
Creates a VSVariable property container with the specified name with a null value.
accelerator - Variable in class com.iizigo.editor.ContextMenuItem
The accelerator.
accept(File) - Method in class com.iizix.util.WinFileFilter
Return true if this file should be shown in the directory pane, false if it shouldn't.
accept(File, String) - Method in class com.iizix.util.WindowsLikeFilenameFilter
Tests if a specified file should be included in a file list with the current filter.
ACCEPT - Static variable in interface com.iizix.ws.engine.IRequestContent
The String: "Accept".
ACCEPT_CHARSET - Static variable in interface com.iizix.ws.engine.IRequestContent
The String: "Accept-Charset".
ACCEPT_ENCODING - Static variable in interface com.iizix.ws.engine.IRequestContent
The String: "Accept-Encoding".
ACCEPT_LANGUAGE - Static variable in class com.iizix.server.oauth.AbstractOAuthService
Accept English US language.
Accept_LicenseAgreement - com.iizix.run.common.BuildRC
 
AcceptedAgreement - Class in com.iizix.server.agreement
The user acceptance of agreement.
AcceptedAgreement(LicenseAgreement, String, AuthenticatedUser, ClientSessionGyro) - Constructor for class com.iizix.server.agreement.AcceptedAgreement
Constructs a user acceptance of an agreement.
AcceptLicenseAgreementDialog - Class in com.iizigo.prop.editor.dialog
Dialog used to accept a license agreement.
AcceptLicenseAgreementDialog(Shell, String, String) - Constructor for class com.iizigo.prop.editor.dialog.AcceptLicenseAgreementDialog
Create the dialog.
acceptTermsOfService(String) - Method in class com.iizix.server.acme.LetsEncryptDomain
Called to accept a Terms-of-Service agreement.
ACCESS_DENIED - com.iizix.comm.oauth.IOAuthListener.Code
The resource owner or authorization server denied the request.
accessToken - Variable in class com.iizix.server.oauth.AbstractOAuthService
The access token, null for none.
AccessToken - Class in com.iizix.server.oauth
The access token wrapper for OAuth 2.0 and OAuth 1.0a access tokens.
AccessToken(OAuth1AccessToken, OAuth1RequestToken) - Constructor for class com.iizix.server.oauth.AccessToken
Constructs the access token for OAuth 1.0a.
AccessToken(OAuth2AccessToken) - Constructor for class com.iizix.server.oauth.AccessToken
Constructs the access token for OAuth 2.0.
AccordionData - Class in com.iizix.prop.ui
The AccordionData is the layout data for components in a container with AccordionLayout.
AccordionData() - Constructor for class com.iizix.prop.ui.AccordionData
Creates a AccordionData container without name and with a null value.
AccordionData(Atom) - Constructor for class com.iizix.prop.ui.AccordionData
Creates a AccordionData container with the specified name with a null value.
AccordionData(Atom, GProp<?>[]) - Constructor for class com.iizix.prop.ui.AccordionData
Creates a AccordionData container with the specified name and properties.
AccordionLayout - Class in com.iizix.prop.ui
Accordion container specific layout manager.
AccordionLayout() - Constructor for class com.iizix.prop.ui.AccordionLayout
Creates the layout without name with a null value.
AccordionLayout(Atom) - Constructor for class com.iizix.prop.ui.AccordionLayout
Creates the layout with the specified name with a null value.
AccordionLayout(Atom, GProp<?>[]) - Constructor for class com.iizix.prop.ui.AccordionLayout
Creates the layout with the specified name and properties.
accuracy - Variable in class com.iizix.prop.GeoLocation
The accuracy value returned by an implementation should correspond to a 95% confidence level.
ACCURACY - Static variable in class com.iizix.prop.GeoProps
The "accuracy" property name.
action - Variable in class com.iizigo.link.ui.builder.VSActionBuilderSubOp
The action.
action - Variable in class com.iizix.prop.BinderAction
The action performed with the field or the property.
action - Variable in class com.iizix.prop.vs.actor.AbstractVSActionActor
The action initiator.
ACTION - Static variable in class com.iizix.prop.Atom
 
Action_Abort - com.iizix.text.LocaleString
"Abort" text for actions.
ACTION_ACTOR_PROVIDER - Static variable in class com.iizigo.actionactor.EditorJavaActionActor
The Action Actor provider.
ACTION_ACTOR_PROVIDER - Static variable in class com.iizigo.db.actionactor.EditorDatabaseActionActor
The Action Actor provider.
ACTION_ACTOR_PROVIDER - Static variable in class com.iizigo.term.prop.EditorTerminalActionActor
The Action Actor provider.
ACTION_ACTOR_PROVIDER - Static variable in class com.iizigo.vs.actor.EditorHistoryBackward
The Action Actor provider.
ACTION_ACTOR_PROVIDER - Static variable in class com.iizigo.vs.actor.EditorHistoryForward
The Action Actor provider.
ACTION_ACTOR_PROVIDER - Static variable in class com.iizigo.vs.actor.EditorSetFocus
The Action Actor provider.
ACTION_ACTOR_PROVIDER - Static variable in class com.iizigo.vs.actor.EditorSetSourceFieldValue
The Action Actor provider.
ACTION_ACTOR_PROVIDER - Static variable in class com.iizigo.vs.actor.EditorSetTargetFieldValue
The Action Actor provider.
ACTION_ACTOR_PROVIDER - Static variable in class com.iizigo.vs.actor.EditorTransportField
The Action Actor provider.
ACTION_ACTOR_PROVIDER - Static variable in class com.iizigo.ws.actionactor.EditorWebServiceActionActor
The Action Actor provider.
Action_Cancel - com.iizix.text.LocaleString
"Cancel" text for actions.
Action_Close - com.iizix.text.LocaleString
"Close" text for actions.
Action_Confirm - com.iizix.text.LocaleString
"Confirm" text for actions.
Action_Continue - com.iizix.text.LocaleString
"Continue" text for actions.
Action_No - com.iizix.text.LocaleString
"No" text for actions.
Action_OK - com.iizix.text.LocaleString
"OK" text for actions.
Action_Yes - com.iizix.text.LocaleString
"Yes" text for actions.
ActionActorDesignerProp - Class in com.iizigo.actionactor
Action Actor Designer Prop.
ActionActorDesignerProp(AbstractSettings, PropertyEditorSetup) - Constructor for class com.iizigo.actionactor.ActionActorDesignerProp
Constructor.
ActionActorDialog - Class in com.iizigo.vs
New or Edit Action Actor dialog box.
ActionActorException - Exception in com.iizix.actionactor
The base Action Actor instance exception used for generic Action Actor exceptions.
ActionActorException(String) - Constructor for exception com.iizix.actionactor.ActionActorException
Creates a property exception with a message.
ActionActorException(String, Throwable) - Constructor for exception com.iizix.actionactor.ActionActorException
Creates a property exception with a message and an exception cause.
ActionActors - Class in com.iizix.prop.vs.actor
Class container for associated action actors of a VSAction.
ActionActors() - Constructor for class com.iizix.prop.vs.actor.ActionActors
Creates a VSAction Actors container property with no name and with a null value.
ActionActors(Atom) - Constructor for class com.iizix.prop.vs.actor.ActionActors
Creates a VSAction Actors container with the specified name with a null value.
ActionActorTXPNodeLogger - Class in com.iizix.txp.impl
The TXP node logger for action actors.
ActionActorTXPNodeLogger(AbstractActionActorTXPNode<?>) - Constructor for class com.iizix.txp.impl.ActionActorTXPNodeLogger
Creates the logger for a VSActiontTXProcess.
actionCopy - Variable in class com.iizigo.term.TerminalComposite
Actions.
actionCut - Variable in class com.iizigo.term.TerminalComposite
Actions.
actionNewScreen - Variable in class com.iizigo.term.TerminalComposite
Actions.
actionPaste - Variable in class com.iizigo.term.TerminalComposite
Actions.
actionPrint - Variable in class com.iizigo.term.TerminalComposite
Actions.
ActionProvider - Class in com.iizigo.navigator
Replaces the NewActionProvider.
ActionProvider() - Constructor for class com.iizigo.navigator.ActionProvider
The constructor creates the contribution items.
actions - Variable in class com.iizix.prop.BinderActions
The array of actions that have been performed.
actions - Variable in class com.iizix.term.prop.ScreenProp
The actions.
ACTIONS - Static variable in class com.iizix.prop.Atom
 
actionSelectAll - Variable in class com.iizigo.term.TerminalComposite
Actions.
ActionsPanel - Class in com.iizigo.vs
Panel used for the Participants in the VirtualSpace.
actionTermCapture - Variable in class com.iizigo.term.TerminalComposite
Actions.
actionTermClear - Variable in class com.iizigo.term.TerminalComposite
Actions.
actionTermConfig - Variable in class com.iizigo.term.TerminalComposite
Actions.
actionTermConnect - Variable in class com.iizigo.term.TerminalComposite
Actions.
actionTermDisconnect - Variable in class com.iizigo.term.TerminalComposite
Actions.
actionTermPref - Variable in class com.iizigo.term.TerminalComposite
Actions.
actionTermResume - Variable in class com.iizigo.term.TerminalComposite
Actions.
actionTermSuspend - Variable in class com.iizigo.term.TerminalComposite
Actions.
activate(TerminalWindow) - Method in class com.iizigo.term.internal.HotSpot
Called when the hot spot is activated.
activate(TerminalWindow) - Method in class com.iizigo.term.internal.Hyperlink
Called when the hot spot is activated.
activate(TerminalWindow) - Method in class com.iizigo.term.internal.KeyHotSpot
Called when the hot spot is activated.
activate(GenericCallback<Void, String>) - Method in interface com.iizix.license.IGenericLicenseSystem
Activates the license.
ACTIVATED - com.iizix.license.history.LicensingHistoryEvent
License activated.
activatePlugins(String) - Static method in class com.iizigo.plugin.PluginManager
Activates the list of plug-ins if not already done.
ACTIVATION_PERIOD_EXHAUSTED - com.iizix.license.ValidateReply
License may still be valid, but has not been activated with the License Server for more than 10 days.
ActivationChange - Class in com.iizix.license.history
Class handling a single activation change event.
ActivationChange(LicensingHistoryEvent, String) - Constructor for class com.iizix.license.history.ActivationChange
Constructor from a history event and a message.
ActivationChange(String) - Constructor for class com.iizix.license.history.ActivationChange
Constructor from a String.
Activator - Class in com.iizigo
The activator class controls the plug-in life cycle.
Activator - Class in com.iizigo.ui.server.monitor
The activator class controls the plug-in life cycle.
Activator() - Constructor for class com.iizigo.Activator
The Eclipse constructor.
Activator() - Constructor for class com.iizigo.ui.server.monitor.Activator
The constructor
active - Variable in class com.iizigo.term.internal.HotSpot
Is this hot spot active?
ActiveTerminalSession - Class in com.iizix.term.server
The container for an active terminal session for the terminal monitor of each client end-point.
ActiveTerminalSession() - Constructor for class com.iizix.term.server.ActiveTerminalSession
Constructor.
ActiveTerminalSessions - Class in com.iizix.term.server
The container for active terminal sessions for the terminal monitor of each client end-point.
ActiveTerminalSessions() - Constructor for class com.iizix.term.server.ActiveTerminalSessions
Constructor.
ActiveTerminalSessions(SessionsProp) - Constructor for class com.iizix.term.server.ActiveTerminalSessions
Constructor for a new session for the client.
ActiveUserSessions - Class in com.iizix.server.user
Handler class maintaining active user sessions.
ActiveUserSessions() - Constructor for class com.iizix.server.user.ActiveUserSessions
Constructor.
ACTOR_CLASS - Static variable in class com.iizix.actionactor.JavaActionActorBase
Property for the actor class name.
actors - Variable in class com.iizix.prop.vs.VSAction
The action actors container.
ACTORS - Static variable in class com.iizix.prop.Atom
 
adapt(IAdaptable, Class<T>) - Method in class com.iizigo.link.LinkData
Adapts an object if possible to the class.
AdapterManager - Class in com.iizigo.adapter
The iizi Adapter Factory defines the possible classes that implements the IAdaptable interface.
adaptLinkCapable(Object) - Static method in class com.iizigo.link.LinkData
Gets or creates an adapter for an object.
add(int) - Method in class com.iizix.IntArrayList
Adds a value to the end of the array.
add(int, int) - Method in class com.iizix.IntArrayList
Adds a value to this list at the given index
add(int, MLItem) - Method in class com.iizix.prop.ui.mlist.MList
Inserts a new item before the specified index in the first group.
add(int, ITEM_CONTENT) - Method in class com.iizix.prop.content.AbstractContentProvider
Inserts a new item before the specified index.
add(int, ITEM_CONTENT) - Method in class com.iizix.prop.content.AbstractContentUIContainer
Inserts a new item before the specified index.
add(int, ITEM_CONTENT) - Method in interface com.iizix.prop.content.IContentProviderAPI
Inserts a new item before the specified index.
add(int, ITEM_CONTENT) - Method in interface com.iizix.prop.content.IContentProviderPropCnrAPI
Inserts a new item before the specified index.
add(int, String, Image, Listener) - Method in class com.iizix.swt.IzMenu
Adds a menu item.
add(int, String, Listener) - Method in class com.iizix.swt.IzMenu
Adds a menu item.
add(QueryJavaReference) - Method in class com.iizigo.event.QueryReferences
Adds a reference to a Java element being referenced by any of the source properties.
add(QueryPropReference) - Method in class com.iizigo.event.QueryReferences
Adds a reference to a Property element being referenced by any of the source properties or Java elements.
add(IValidator) - Method in class com.iizigo.validator.ValidatorManager
Adds a validator.
add(EventListener, EventListener) - Static method in class com.iizix.event.EventMulticaster
Adds listener-a with listener-b and returns the resulting multicast listener.
add(PropCnr, int) - Method in class com.iizix.run.BuilderError
Adds an error to a remote property container for errors.
add(PropVerificationError) - Method in class com.iizix.prop.PropVerification
Adds an error.
add(PropVerificationError, boolean) - Method in class com.iizix.prop.PropVerification
Adds an error.
add(MLItem) - Method in class com.iizix.prop.ui.mlist.MList
Adds a new item last in the first group.
add(UIComp) - Method in class com.iizix.prop.ui.LayoutMgr
Adds the component last.
add(UIComp) - Method in class com.iizix.prop.ui.UIComp
Adds a component to the container with a property for the layout manager.
add(UIComp, int) - Method in class com.iizix.prop.ui.LayoutMgr
Adds the component at a specific index.
add(UIComp, int, IComplexOperation) - Method in class com.iizix.prop.ui.LayoutMgr
Adds the component at a specific index.
add(IVSParticipant, IComplexOperation) - Method in class com.iizix.prop.vs.VSParticipantsHolder
Adds a new participant.
add(VSComponent) - Method in class com.iizix.prop.vs.VSWorkUnit
Adds another component in the work unit.
add(VSField, UIComp, String, String) - Method in class com.iizix.prop.bridge.BridgeContainer
Adds a definition of a UI component mapping to a VS property.
add(SendTransaction) - Method in class com.iizix.term.prop.HostSessionProps
Queues a transaction for execution on the remote side whenever possible.
add(IzSubMenu) - Method in class com.iizix.swt.IzMenu
Adds a submenu as a "contribution".
add(HostField) - Method in class com.iizix.term.HostFields
Adds a host field definition.
add(IJarFile) - Method in class com.iizix.util.JarClassLoader
Adds a new jar with root as subdirectory to the class loader.
add(IJarFile, String) - Method in class com.iizix.util.JarClassLoader
Adds a new jar with subdirectory to the class loader.
add(JarFilePath) - Method in class com.iizix.util.JarClassLoader
Adds a new JarFilePath entry to the class loader.
add(ITEM_CONTENT) - Method in class com.iizix.prop.content.AbstractContentUIContainer
Adds a new item to the end of the list.
add(ITEM_CONTENT) - Method in interface com.iizix.prop.content.IContentProviderAPI
Adds a new item to the end of the list.
add(ITEM_CONTENT) - Method in interface com.iizix.prop.content.IContentProviderPropCnrAPI
Adds a new item last.
add(Class<?>...) - Method in class com.iizigo.prop.editor.dialog.SelectGPropViewerFilter
Adds other class to the same filter.
add(Class<?>...) - Method in class com.iizigo.prop.editor.dialog.SelectPropViewerFilter
Adds other class to the same filter.
add(Object) - Method in class com.iizigo.navigator.ItemNavigatorPresentation
Adds a child node.
add(Object...) - Method in class com.iizix.swt.IzSubMenu
Adds the items that must be either instance of IAction of IzSubMenu, or null entries for separators.
add(String[]) - Method in class com.iizigo.swt.IzCCombo
Adds the argument to the end of the receiver's list.
add(String, int, Listener) - Method in class com.iizix.swt.DropdownSelectionListener
Adds a menu item with a selection listener to the drop-down menu.
add(String, int, Listener, boolean) - Method in class com.iizix.swt.DropdownSelectionListener
Adds a menu item with a selection listener to the drop-down menu.
add(String, UIComp, VSComponent) - Method in class com.iizix.prop.ui.VSMappings
Adds a new mapping.
add(String, UIComp, VSComponent, boolean) - Method in class com.iizix.prop.ui.VSMappings
Adds a new mapping.
add(String, String) - Method in class com.iizigo.swt.IzCCombo
Adds the argument to the end of the receiver's list.
add(String, Image, int, Listener) - Method in class com.iizix.swt.DropdownSelectionListener
Adds a menu item with a selection listener to the drop-down menu.
add(String, Image, int, Listener, boolean) - Method in class com.iizix.swt.DropdownSelectionListener
Adds a menu item with a selection listener to the drop-down menu.
add(String, Image, Listener) - Method in class com.iizix.swt.DropdownSelectionListener
Adds a menu item with a selection listener to the drop-down menu.
add(String, Image, Listener) - Method in class com.iizix.swt.IzMenu
Adds a menu item as a "push button".
add(String, Image, Listener, boolean) - Method in class com.iizix.swt.DropdownSelectionListener
Adds a menu item with a selection listener to the drop-down menu.
add(String, Listener) - Method in class com.iizix.swt.DropdownSelectionListener
Adds a menu item with a selection listener to the drop-down menu.
add(String, Listener) - Method in class com.iizix.swt.IzMenu
Adds a menu item as a "push button".
add(String, Listener, boolean) - Method in class com.iizix.swt.DropdownSelectionListener
Adds a menu item with a selection listener to the drop-down menu.
add(Duration) - Method in class com.iizix.value.ImmutableXMLGregorianCalendar
 
add(IAction) - Method in class com.iizigo.jface.EnabledItemsCompoundItem
Adds an action.
add(IAction) - Method in interface com.iizigo.jface.IAddActionsOrContributions
Adds a new action.
add(IAction) - Method in class com.iizix.swt.DropdownSelectionListener
Adds an action that has a text and image.
add(IAction) - Method in class com.iizix.swt.IzMenu
Adds an action as a menu item to this menu.
add(IContributionItem) - Method in class com.iizigo.jface.EnabledItemsCompoundItem
Adds an item.
add(IContributionItem) - Method in interface com.iizigo.jface.IAddActionsOrContributions
Adds a new contribution item.
add(Composite, IAction) - Method in class com.iizigo.jface.PartAction
Adds a new parent composite and its children
addAcceptedBaseProperty(Class<? extends PropCnr>) - Method in class com.iizigo.project.ModuleFolder
Adds an accepted class for base properties as files in this folder.
addAll(int[]) - Method in class com.iizix.IntArrayList
Adds an array of values to the end of this array.
addAll(IntArrayList) - Method in class com.iizix.IntArrayList
Adds an array of values to the end of this array.
addAnnotation() - Method in class com.iizigo.prop.editor.ClassReferencePropEditor
Add interface.
addAnnotation() - Method in class com.iizigo.prop.editor.MethodReferencePropEditor
Implement interface or annotation.
addAnnotation(IJavaElement, String, String, String, boolean) - Static method in class com.iizigo.java.refactor.RefactorHelper
Refactor operation that adds an annotation to an element with a value/pair initialized with a StringLiteral value.
addAnnotation(IJavaElement, Annotation) - Static method in class com.iizigo.java.refactor.RefactorHelper
Adds the given Annotation to the IJavaElement.
AddAnnotationPrecondition - Class in com.iizigo.link.java
Adds an annotation to a Java element (type or method) as a precondition to an operation.
AddAnnotationPrecondition(IJavaElement, String, String, String, boolean) - Constructor for class com.iizigo.link.java.AddAnnotationPrecondition
Constructor.
addAttachment(File) - Method in class com.iizix.mail.Mail
Adds a file to the contents.
addAttachments(Set<Map.Entry<String, Object>>) - Method in class com.iizix.event.PropMoveEvent
Adds a set of attachments.
addAttribute(String, Object) - Method in class com.iizix.txp.impl.TXProcessImpl
 
addAttribute(String, Object) - Method in interface com.iizix.txp.ITXProcess
Adds a named attribute.
addAxis(Axis2D) - Method in class com.iizix.prop.ui.chart.UIChart
Adds a new axis to the chart.
addBackgroundModeListener(IBackgroundLocationModeListener) - Method in interface com.iizix.geo.ILocationService
Starts listening to changed in the background location mode.
addBCC(String) - Method in class com.iizix.mail.Mail
Adds the BCC address(es).
addBCC(InternetAddress...) - Method in class com.iizix.mail.Mail
Adds the BCC address(es).
addBuilderOperations(LinkData, IAdaptable, Collection<ILinkOperation>) - Method in class com.iizigo.link.ui.UIBuilderManager
Gets the link operation for the UI building.
addCancelListener(Runnable) - Method in class com.iizigo.setup.UIFeedBack
Adds a cancel listener.
addCancelListener(Runnable) - Method in interface com.iizix.license.IUserInterfaceFeedback
Adds a cancel listener.
addCapsLockWarning(Text) - Static method in class com.iizix.swt.SWTHelper
Adds a caps-lock warning decorator to a password field.
addCC(String) - Method in class com.iizix.mail.Mail
Adds the CC address(es).
addCC(InternetAddress...) - Method in class com.iizix.mail.Mail
Adds the CC address(es).
addChild(Object) - Method in class com.iizigo.prop.TreeItemNavigatorPresentation
Adds a child.
AddClassAction - Class in com.iizigo.java
Class to add a new Java class in a project.
AddClassAction(IJavaProject, String) - Constructor for class com.iizigo.java.AddClassAction
Constructor.
addClassLinkOperations(LinkData, Collection<ILinkOperation>) - Method in interface com.iizigo.link.java.IJavaClassLinkEnabler
Called when the drag-drop is to be performed (link or paste-link menu item).
addClientConnectionListener(IClientSessionConnectionListener) - Method in interface com.iizix.gyro.IAppSessionGyro
Adds a client connection listener for the application session.
addClientConnectionListener(IClientSessionConnectionListener) - Method in class com.iizix.server.gyro.AppSessionGyro
Adds a client connection listener for the application session.
addCommandContributionItem(ContextMenuItem, Class<?>...) - Static method in class com.iizigo.prop.DesignerProp
Adds an Add command contribution item for the DesignerProp class.
addCommitRefactoringListener(ICommitRefactoring, RefactoringOperation...) - Method in class com.iizigo.project.ModuleModel
Adds a listener for Commit Refactoring in this project.
addCommunicationInboundIO(int) - Static method in class com.iizix.server.Statistics
Adds a (low-level) communication in-bound I/O data amount, typically raw data such as Socket.
addCommunicationOutboundIO(int) - Static method in class com.iizix.server.Statistics
Adds a (low-level) communication out-bound I/O data amount, typically raw data such as Socket.
addCompletionListener(Runnable) - Method in class com.iizix.server.weblogos.WebLogo
Adds a completion listener that will wait for completion of the loading.
addCompletionListener(Runnable) - Method in class com.iizix.server.webthumbs.WebThumbnail
Adds a completion listener that will wait for completion of the loading.
addComponent(UIComp, ComplexOperation) - Method in class com.iizigo.link.ui.UIBuildData
Adds the layout operation when the first components is added.
addComposite(Composite, ISelectionProvider) - Method in class com.iizigo.editor.MultiSelectionProvider
Adds a composite that is part of the selection process.
addConnectorInboundIO(int) - Static method in class com.iizix.server.Statistics
Adds a Connectors in-bound I/O data amount.
addConnectorOutboundIO(int) - Static method in class com.iizix.server.Statistics
Adds a Connectors out-bound I/O data amount.
addConnectorReference(PortConfig) - Method in class com.iizix.server.acme.LetsEncryptDomain
Adds a Jetty HTTP connector that references this domain.
addContainer(IzClasspathContainer.Type, IJavaProject, IProgressMonitor) - Static method in class com.iizigo.java.classpath.IzClasspathContainerInitializer
Adds an iizi libraries container to classpath if not already present.
addContextMenuItems(IMenuManager) - Method in class com.iizigo.prop.DesignerProp
Fills the contribution menu with ContextMenuItems.
addContextMenuItems(Viewer, IzMenu, IPropUndoRedo) - Method in class com.iizigo.prop.DesignerProp
Fills the pop-up menu with ContextMenuItems.
addContextMenuItems(Control, IzMenu, IPropUndoRedo, DesignerProp) - Method in class com.iizigo.prop.DesignerProp
Fills the pop-up menu with ContextMenuItems.
addControl(Control) - Method in class com.iizigo.editor.MultiSelectionProvider
Adds a control that is part of the selection process.
addControl(Control, ISelectionProvider) - Method in class com.iizigo.editor.MultiSelectionProvider
Adds a control that is part of the selection process.
addCreateUILinkOperations(LinkData, Collection<ILinkOperation>) - Method in interface com.iizigo.link.vs.IUICreationFromVS
Adds all possible operations that could be done in a link operation for UI creation from VS.
addCreateUILinkOperations(LinkData, Collection<ILinkOperation>) - Method in class com.iizigo.vs.prop.EditorVirtualSpace
Adds all possible operations that could be done in a link operation for UI creation from VS.
addCreateUILinkOperations(LinkData, Collection<ILinkOperation>) - Method in class com.iizigo.vs.prop.EditorVSGroup
Adds all possible operations that could be done in a link operation for UI creation from VS.
addCustomSashFormListener(CustomSashForm.ICustomSashFormListener) - Method in class com.iizix.swt.CustomSashForm
Adds a custom sashform listener.
addDesignerPropFromPositionInString(int, int, DesignerProp) - Method in class com.iizigo.java.parser.ParsedJavaSource
Adds a new StringLiteral with a DesignerProp.
addDesignerPropFromPositionInString(StringLiteral, DesignerProp) - Method in class com.iizigo.java.parser.ParsedJavaSource
Adds a new StringLiteral with a DesignerProp.
addDestination(DestinationServer) - Method in class com.iizix.test.client.NonUIClient
Adds a new destination server.
addDestination(String) - Method in class com.iizix.mail.Mail
Adds the destination address(es).
addDestination(InternetAddress...) - Method in class com.iizix.mail.Mail
Adds the destination address(es).
addDetail(String, String) - Method in class com.iizix.user.UserProfileInfo
Adds additional details information.
addDeveloperAppPropCnrData(PropCnr) - Method in interface com.iizix.license.IDesignerLicenseSystem
Adds the required information in the AppPropCnr property container for the application.
addDeveloperManifestAttributes(Attributes) - Method in interface com.iizix.license.IDesignerLicenseSystem
Adds the required manifest entries for the development code signing.
addDirectory(File) - Method in class com.iizix.server.app.HotDeploy
Adds a new directory to check for changes.
addDirectory(File, File[]) - Method in class com.iizix.server.app.HotDeploy
Adds a new directory to check for changes.
addDisposeListener(IAppSessionDisposeListener) - Method in interface com.iizix.gyro.IAppSessionGyro
Adds a dispose listener for the application session.
addDisposeListener(IAppSessionDisposeListener) - Method in class com.iizix.server.gyro.AppSessionGyro
Adds a dispose listener for the application session.
addDisposeListener(IClientSessionDisposeListener) - Method in interface com.iizix.gyro.IClientSessionGyro
Adds a dispose listener for the client session.
addDisposeListener(IClientSessionDisposeListener) - Method in class com.iizix.server.gyro.ClientSessionGyro
Adds a dispose listener for the client session.
addDisposeListener(IServerDisposeListener) - Method in interface com.iizix.server.IServer
Adds a server dispose.
addDisposeListener(IServerDisposeListener) - Method in class com.iizix.server.ServerShell
Adds a server dispose.
addDNDComp(UIComp) - Method in class com.iizigo.panel.prop.DragDropPropCnr
Adds a component to the DND container for a JS drag.
addDoubleClickListener(Runnable) - Method in class com.iizigo.selector.LanguageCodeComposite
Adds a double-click listener.
addDropSupport() - Method in class com.iizigo.prop.editor.ReferencePropEditor
Adds drop support for a control.
ADDED - Static variable in interface com.iizigo.project.IModuleProjectResourceListener
Resource is added.
addEditableTableColumn(Table, int, int, ModifyListener) - Static method in class com.iizix.swt.SWTHelper
Adds an editable column for a table.
addEmptyRowsToCount(int) - Method in class com.iizix.prop.vs.VSRows
Adds empty rows so that the amount of rows is reached.
addEndPointInboundIO(int) - Static method in class com.iizix.server.Statistics
Adds an end points in-bound I/O data amount.
addEndPointListener(IEndPointListener) - Method in interface com.iizix.server.IServer
Adds a listener of end point create/dispose and retrieves the list of current end points.
addEndPointListener(IEndPointListener) - Method in class com.iizix.server.ServerShell
Adds a listener of end point create/dispose and retrieves the list of current end points.
addEndPointOutboundIO(int) - Static method in class com.iizix.server.Statistics
Adds an end points out-bound I/O data amount.
addEntries(LicensingHistoryEntry[], int) - Method in class com.iizix.license.history.LicensingHistory
Removes all history entries before the specified index.
addEntry(LicensingHistoryEntry) - Method in class com.iizix.license.history.LicensingHistory
Adds a new history entry.
addEntry(LicensingHistoryEvent, String) - Method in class com.iizix.license.history.LicensingHistory
Adds a new history entry.
addError(GError) - Method in class com.iizix.prop.ErrorsProp
Adds a error to the array.
addError(String) - Method in class com.iizix.prop.vs.VSRelativeReference
Adds an error.
addErrorComposite(Composite) - Method in class com.iizigo.server.ServerConfigComposite
Adds an error composite for presentation of the errors.
addErrors(GError[]) - Method in class com.iizix.prop.ErrorsProp
Adds all errors from an array.
addErrors(List<GError>) - Method in class com.iizix.prop.ErrorsProp
Adds all errors from a list.
addEventMethod(IType, String, AnnotationType, String) - Static method in class com.iizigo.java.refactor.RefactorHelper
Refactor operation to add an event method with an annotation.
addExceptionJob(Job) - Method in class com.iizigo.JobRescheduler
Adds a job as exception to what is allowed to run without being rescheduled.
addExtension(String) - Method in class com.iizix.util.WinFileFilter
Adds a file type "dot" extension to filter against.
addFile(File) - Method in class com.iizix.server.app.HotDeploy
Adds a new file or directory to check for changes.
addFileRedirection(File, File) - Method in interface com.iizix.IWebServerCompression
Puts a compressed file name into the resource cache of the web server.
addFileRedirection(File, File) - Method in class com.iizix.jetty.IntegratedWebServer
Puts a compressed file name into the resource cache of the web server.
addFileRedirection(File, File) - Method in class com.iizix.jetty.RunConfigurationWebServer
Puts a compressed file name into the resource cache of the web server.
addFileRedirection(String, File) - Method in interface com.iizix.IWebServerCompression
Puts a compressed file name into the resource cache of the web server.
addFileRedirection(String, File) - Method in class com.iizix.jetty.IntegratedWebServer
Puts a compressed file name into the resource cache of the web server.
addFileRedirection(String, File) - Method in class com.iizix.jetty.RunConfigurationWebServer
Puts a compressed file name into the resource cache of the web server.
addFileUploader(IWSUploaderAcceptor) - Method in class com.iizix.server.ServerShell
Adds a new web file loader acceptor for an end point.
addFilter(ViewerFilter) - Method in class com.iizigo.prop.editor.dialog.SelectPropViewerFilter
Adds an additional filter.
addFixId(IQuickFix...) - Method in class com.iizigo.java.problem.JavaProblem
Add an array of quick fixes.
addFixId(String...) - Method in class com.iizigo.java.problem.JavaProblem
Add an array of quick fix IDs.
addFlagsListener(IProviderFlagsChangeListener) - Method in class com.iizigo.editor.CommonViewerEx
Adds a label or content provider to be informed of changes.
addFocusInfo(Control) - Method in class com.iizigo.prop.PropertyEditor
Adds focus info at creation time of controls in the edited part.
addFocusListener(IFocusListener) - Method in interface com.iizix.gyro.IFocusEngine
Adds a focus listener to the engine.
addFocusVetoListener(IFocusVetoListener) - Method in interface com.iizix.gyro.IFocusEngine
Adds a veto focus listener to the engine.
addForDisposalAtDispose(Object) - Method in class com.iizigo.editor.PropEditorPart
Adds an action that is disposed when the editor is disposed of.
addGroups(Connection, GroupInfo...) - Method in class com.iizix.server.db.BasicUserInfo
Adds the groups to the user.
addHistoryEntry() - Method in interface com.iizix.gyro.IClientSessionGyro
Adds a new focus entry at the current location for this client session.
addHistoryEntry() - Method in class com.iizix.server.gyro.ClientSessionGyro
Adds a new focus entry at the current location for this client session.
addHotSpot(HotSpot, char[], List<HotSpot>, int, int) - Method in class com.iizigo.term.internal.HotSpot
Adds a new hot spot of this same class (but a new instance) to the list.
addImageTooltipBottomPart(PropCnr, Composite, AssetReference, IFile, String, Rectangle, SingleImageControl) - Static method in class com.iizigo.image.ImageHelper
Adds the bottom part to the tooltip composite.
addImageTooltipImagePart(Composite, AssetReference, IFile, Rectangle) - Static method in class com.iizigo.image.ImageHelper
Creates the default image part for the tooltip, added to the top composite.
addImageTooltipPreviews(Composite, ArrayList<AssetReference>, ArrayList<Position>, int, int, SingleImageControl) - Static method in class com.iizigo.image.ImageHelper
Creates a preview of the part images with a separator line below.
addImport(IJavaElement, String) - Static method in class com.iizigo.java.refactor.RefactorHelper
Adds an import to the compilation unit of the given IJavaElement.
addInitializer(IDropdownMenuInitializer, int) - Method in class com.iizix.swt.DropdownSelectionListener
Adds a menu initializer.
addInterface() - Method in class com.iizigo.prop.editor.ClassReferencePropEditor
Add interface.
addInterface(IType, String) - Static method in class com.iizigo.java.refactor.RefactorHelper
Refactor operation that adds an interface to an element.
addInternal(EventListener, EventListener) - Static method in class com.iizix.event.EventMulticaster
Returns the resulting multicast listener from adding listener-a and listener-b together.
addItem(ICodeItem) - Method in class com.iizix.prop.CodeItemArrayProp
Adds a new item.
addItem(ICodeItem) - Method in interface com.iizix.prop.ICodeItemArrayContainer
Adds a new item.
addItem(KString) - Method in interface com.iizix.prop.ICodeItemArrayContainer
Adds a new item.
addItem(KString) - Method in interface com.iizix.prop.IKStringArrayContainer
Adds a new item.
addItem(ITEM) - Method in interface com.iizix.prop.IElementArrayContainer
Adds a new item.
addItem(String) - Method in interface com.iizix.prop.ICodeItemArrayContainer
Adds a new item.
addItem(String) - Method in interface com.iizix.prop.IStringArrayContainer
Adds a new item.
addItems(ICodeItem...) - Method in class com.iizix.prop.CodeItemArrayProp
Adds a new items.
addItems(ICodeItem...) - Method in interface com.iizix.prop.ICodeItemArrayContainer
Adds a new items.
addItems(KString...) - Method in class com.iizix.prop.CodeItemArrayProp
Adds a new items.
addItems(KString...) - Method in interface com.iizix.prop.IKStringArrayContainer
Adds a new items.
addItems(ITEM...) - Method in interface com.iizix.prop.IElementArrayContainer
Adds a new items.
addItems(Object...) - Method in class com.iizix.swt.IzMenu
Adds all items that must be either instance of IAction of IzSubMenu, or null entries for separators.
addItems(String...) - Method in class com.iizix.prop.CodeItemArrayProp
Adds a new items.
addItems(String...) - Method in interface com.iizix.prop.IStringArrayContainer
Adds a new items.
addItems(Collection<ICodeItem>) - Method in class com.iizix.prop.CodeItemArrayProp
Adds a new items.
addItems(Collection<ICodeItem>) - Method in interface com.iizix.prop.ICodeItemArrayContainer
Adds a new items.
ADDITIONAL - Static variable in class com.iizix.prop.font.FontFiles
Additional styles, e.g.
AdditionalEmail - com.iizix.urn.user.UserProfileStringURNType
Additional email.
addJavaResourceChangeListener(IFolderFileChangeListener) - Method in class com.iizigo.java.JavaManager
Adds a resource change listener for Java projects.
addKey(int, int[]) - Method in class com.iizix.term.KeyboardRemapper
Adds a key with augmentations.
addLine(int, int, int) - Method in class com.iizigo.swt.OutlinedComposite
Adds a line with the colors (0=dark, 1=light, -1=none) at a location.
addLinkPage(ILinkWizardPage) - Method in class com.iizigo.link.LinkWizard
Adds a new page to this wizard.
addListener(int, Listener) - Method in class com.iizix.swt.IzMenuItem
Adds the listener to the collection of listeners who will be notified when an event of the given type occurs.
addListener(IImageInfoChanged) - Method in class com.iizigo.image.ImageInfo
Adds listener.
addListener(ITerminalListener) - Method in class com.iizigo.term.internal.Terminal
Adds a terminal listener.
addListener(ITerminalStateListener) - Method in class com.iizigo.term.TerminalComposite
Adds a listener.
addListener(ILicenseServerListener) - Method in interface com.iizix.license.IGenericLicenseSystem
Adds a dispose listener for license server communication.
addListener(ILicenseSystemError) - Static method in class com.iizigo.editor.PropEditorPart
Adds a dispose listener for the client session.
addListener(IUIImage2Listener) - Method in class com.iizix.prop.ui.UIImage2
Adds a new listener for changes in this image property.
addListener(IMLActionButtonListener) - Method in class com.iizix.prop.ui.mlist.MLComboBox
Adds an action button listener.
addListener(IMLActionButtonListener) - Method in class com.iizix.prop.ui.mlist.MLDateTime
Adds an action button listener.
addListener(IMLActionButtonListener) - Method in class com.iizix.prop.ui.mlist.MLSlider
Adds an action button listener.
addListener(IMLActionButtonListener) - Method in class com.iizix.prop.ui.mlist.MLSpinner
Adds an action button listener.
addListener(IMLActionButtonListener) - Method in class com.iizix.prop.ui.mlist.MLText
Adds an action button listener.
addListener(IMLArrowActionListener) - Method in class com.iizix.prop.ui.mlist.MLCheckBox
Adds an action listener for the arrow.
addListener(IMLArrowActionListener) - Method in class com.iizix.prop.ui.mlist.MLComboBox
Adds an action listener for the arrow.
addListener(IMLArrowActionListener) - Method in class com.iizix.prop.ui.mlist.MLDateTime
Adds an action listener for the arrow.
addListener(IMLArrowActionListener) - Method in class com.iizix.prop.ui.mlist.MLRadioButton
Adds an action listener for the arrow.
addListener(IMLArrowActionListener) - Method in class com.iizix.prop.ui.mlist.MLSimple
Adds an action listener for the arrow.
addListener(IMLArrowActionListener) - Method in class com.iizix.prop.ui.mlist.MLSlider
Adds an action listener for the arrow.
addListener(IMLArrowActionListener) - Method in class com.iizix.prop.ui.mlist.MLSpinner
Adds an action listener for the arrow.
addListener(IMLArrowActionListener) - Method in class com.iizix.prop.ui.mlist.MLSwitch
Adds an action listener for the arrow.
addListener(IMLArrowActionListener) - Method in class com.iizix.prop.ui.mlist.MLText
Adds an action listener for the arrow.
addListener(IMLCheckBoxStateListener) - Method in class com.iizix.prop.ui.mlist.MLCheckBox
Adds an checkbox listener for the arrow.
addListener(IMLRadioButtonStateListener) - Method in class com.iizix.prop.ui.mlist.MLRadioButton
Adds an radio button listener for the arrow.
addListener(IMLSwitchStateListener) - Method in class com.iizix.prop.ui.mlist.MLSwitch
Adds a switch listener for the arrow.
addListener(IUITableSelectionChangeListener) - Method in class com.iizix.prop.ui.table.UITable
Adds a new selection listener for row or cell selection.
addListener(IVSActionListener) - Method in class com.iizix.prop.vs.VSAction
Adds a new listener to the VS action.
addListener(IVSColumnListener) - Method in class com.iizix.prop.vs.VSColumnHeader
Adds a new listener to the VS table column.
addListener(IVSFieldListener) - Method in class com.iizix.prop.vs.VSField
Adds a new listener to the VS field.
addListener(IVSGenericComponentListener) - Method in class com.iizix.prop.vs.VSComponent
Adds a new listener to the VS component.
addListener(IVSTableListener) - Method in class com.iizix.prop.vs.VSTable
Adds a new listener to the VS table.
addListener(IVSTableRowSelectionListener) - Method in class com.iizix.prop.vs.VSRows
Adds a new table row selection listener.
addListener(IVSTableRowSelectionListener) - Method in class com.iizix.prop.vs.VSTable
Adds a new table row selection listener.
addListener(ILogHistoryListener) - Method in class com.iizix.server.ServerLogger
Adds a new listener.
addListener(IWebLogoListener) - Method in class com.iizix.server.weblogos.WebLogo
Adds a listener for the loading state.
addListener(IWebThumbnailListener) - Method in class com.iizix.server.webthumbs.WebThumbnail
Adds a listener for the loading state.
addListener(HostScreenListener) - Method in class com.iizix.term.HostScreen
Add an additional owner
addListener(HostSessionListener) - Method in class com.iizix.term.HostSession
Adds a listener for host session changes.
addListener(ITerminalStateListener) - Method in class com.iizix.term.server.TerminalHost
Adds a new listeners.
addListener(LISTENER_INTERFACE) - Method in class com.iizix.GenericListener
Adds a new listener.
addLocation(AuthenticatedUser, DeviceLocation) - Method in class com.iizix.server.geo.LocationsManager
Adds a new location for a user.
addLocationChangeListener(ILocationListener) - Method in interface com.iizix.geo.ILocationService
Starts listening to changes in the location.
addLocationListener(IAppSessionGyro, IUserLocationListener) - Method in class com.iizix.server.geo.UserLocationHistory
Adds a listener for changes in the user's location.
addLocationListener(IAppSessionGyro, IUserLocationListener) - Method in interface com.iizix.user.geo.IUserLocationHistory
Adds a listener for changes in the user's location.
addLocationListener(IClientSessionGyro, IUserLocationListener) - Method in class com.iizix.server.geo.UserLocationHistory
Adds a listener for changes in the user's location.
addLocationListener(IClientSessionGyro, IUserLocationListener) - Method in interface com.iizix.user.geo.IUserLocationHistory
Adds a listener for changes in the user's location.
addMappings(VSMappings, VSComponent) - Method in class com.iizix.prop.content.AbstractContentUIContainer
Gets the mappings of a VirtualSpace to the panel components.
addMappings(VSMappings, VSComponent) - Method in class com.iizix.prop.ui.map.MapMarkerProp
Gets the mappings of a VirtualSpace to the panel components.
addMappings(VSMappings, VSComponent) - Method in class com.iizix.prop.ui.mlist.MLItemProp
Gets the mappings of a VirtualSpace to the panel components.
addMappings(VSMappings, VSComponent) - Method in class com.iizix.prop.ui.UIComp
Gets the mappings of a VirtualSpace to the panel components.
addMappings(VSMappings, String, MapMarkerProp) - Method in class com.iizix.prop.ui.map.MapMarker
Adds the mappings of a VirtualSpace to the panel components.
addMappings(VSMappings, String, MLItemProp) - Method in class com.iizix.prop.ui.mlist.MLItem
Adds the mappings of a VirtualSpace to the panel components.
addMappings(VSMappings, String, ITEM) - Method in interface com.iizix.prop.content.IContentData
Adds the mappings of a VirtualSpace to the panel components.
addMappingsTable(String, VSMappings, VSComponent) - Method in class com.iizix.prop.content.AbstractContentUIContainer
Gets the VSTable mappings of a VirtualSpace to the panel components.
addMark(int, int, int, int) - Method in class com.iizigo.term.internal.TerminalWindow
Adds a mark.
addMark(Rectangle) - Method in class com.iizigo.term.internal.TerminalWindow
Adds a mark.
addMarker(PropMarker) - Method in class com.iizigo.prop.DesignerProp
Adds a marker to the property.
addMemberValuePair(NormalAnnotation, MemberValuePair) - Static method in class com.iizigo.java.refactor.RefactorHelper
Adds the MemberValuePair to the NormalAnnotation.
addMenuListener(Runnable) - Method in class com.iizix.swt.DropdownSelectionListener
Adds a menu listener when the menu becomes visible.
addMenuListener(Runnable) - Method in class com.iizix.swt.IzMenu
Sets the listener when the menu is about to be shown.
addMenuSeparator(Menu) - Static method in class com.iizix.swt.SWTHelper
Adds a menu separator.
addMethodLinkOperations(LinkData, Collection<ILinkOperation>) - Method in interface com.iizigo.link.java.IJavaMethodLinkEnabler
Called when the drag-drop is to be performed (link or paste-link menu item).
addModifyListener(ModifyListener) - Method in class com.iizigo.swt.IzCCombo
Adds the listener to the collection of listeners who will be notified when the receiver's text is modified, by sending it one of the messages defined in the ModifyListener interface.
addModule(IServerModule<?>) - Method in interface com.iizix.server.IServer
Adds a server module for processing.
addModule(IServerModule<?>) - Method in class com.iizix.server.ServerShell
Adds a server module for processing.
addModuleDirectory(File) - Method in class com.iizix.server.app.AppDefinition
Adds a directory for loading.
AddModuleNatureWizard - Class in com.iizigo.project
The Add iizi Module Nature wizard for a project.
addModuleProject(ModuleProjectPropCnr) - Method in class com.iizix.server.app.AppFactory
Adds a Module Project to the application.
addMonitor(ITXPMonitor) - Method in class com.iizix.txp.impl.TXPCoordinatorImpl
 
addMonitor(ITXPMonitor) - Method in interface com.iizix.txp.ITXPCoordinator
Adds the specified TXP monitor.
addMulti(String, int, int, int) - Method in class com.iizix.prop.image.ClientImageData
Adds a multiple image.
addNoValue() - Method in class com.iizix.prop.ui.chart.series.Series
Adds a new data point without value, i.e.
addOpenFile(FilePropCnr) - Method in class com.iizigo.editor.PropEditorPart
Adds an open file.
addOperation(IComplexSubOperation) - Method in class com.iizigo.editor.complex.ComplexOperation
Adds a sub operation.
addOperation(IOperation) - Method in class com.iizix.app.builder.ApplicationDistributor
Adds a new operation to the target.
addPage(IWizardPage) - Method in class com.iizigo.link.LinkWizard
Adds a new page to this wizard.
addPage(IWizardPage) - Method in class com.iizigo.project.NewWizard
 
addPages() - Method in class com.iizigo.app.ExportApplicationDistributionWizard
Adds required pages.
addPages() - Method in class com.iizigo.app.NewApplicationDistributionWizard
Adds required pages.
addPages() - Method in class com.iizigo.db.editor.NewDBTransactionWizard
Adds the extra required pages.
addPages() - Method in class com.iizigo.font.ImportFontFaceCSSWizard
Adds required pages.
addPages() - Method in class com.iizigo.font.ImportFontIconCSSWizard
Adds required pages.
addPages() - Method in class com.iizigo.font.NewFontFacesWizard
Adds the extra required pages.
addPages() - Method in class com.iizigo.image.NewImageDefinitionWizard
Adds the extra required pages.
addPages() - Method in class com.iizigo.image.NewSVGDefinitionWizard
Adds the extra required pages.
addPages() - Method in class com.iizigo.link.LinkWizard
Adds the extra required pages.
addPages() - Method in class com.iizigo.panel.NewContextMenuWizard
Adds the extra required pages.
addPages() - Method in class com.iizigo.project.AddModuleNatureWizard
Adds new single page.
addPages() - Method in class com.iizigo.project.NewFolderWizard
Adds the extra required pages.
addPages() - Method in class com.iizigo.project.NewModuleProjectWizard
Overridden to add the iizi extension page.
addPages() - Method in class com.iizigo.project.NewModuleProjectWizardStartup
Overridden to add the iizi extension pages.
addPages() - Method in class com.iizigo.run.ExportRuntimeBuilderWizard
Adds required pages.
addPages() - Method in class com.iizigo.run.NewRuntimeBuilderWizard
Adds required pages.
addPages() - Method in class com.iizigo.selector.NewSelectorWizard
Adds the extra required pages.
addPages() - Method in class com.iizigo.server.NewServerConfigWizard
Adds required pages.
addPages() - Method in class com.iizigo.setup.SetupWizard
Adds the required pages.
addPages() - Method in class com.iizigo.style.NewStyleWizard
Adds the extra required pages.
addPages() - Method in class com.iizigo.term.capture.NewCaptureWizard
Adds the required pages.
addPages() - Method in class com.iizigo.term.project.NewProjectWizard
Adds the required pages.
addPages() - Method in class com.iizigo.term.recording.NewRecordingWizard
Adds the required pages.
addPages() - Method in class com.iizigo.term.screen.NewScreenWizard
Adds the extra required pages.
addPages() - Method in class com.iizigo.term.session.ExportSessionWizard
Adds required pages.
addPages() - Method in class com.iizigo.term.session.ImportSessionWizard
Adds required pages.
addPages() - Method in class com.iizigo.term.session.NewSessionWizard
Adds the required pages.
addPages() - Method in class com.iizigo.text.NewTextTablesWizard
Overridden to add the text tables creation page.
addPages() - Method in class com.iizigo.text.NewTextTableWizard
Adds the extra required pages.
addPages() - Method in class com.iizigo.ui.server.monitor.NewServerWizard
Adds the extra required pages.
addPages() - Method in class com.iizigo.validator.ValidationWizard
Adds the required pages.
addPages() - Method in class com.iizigo.vs.NewVirtualSpaceWizard
Adds the extra required pages.
addPages() - Method in class com.iizigo.ws.editor.NewReplyProcessorWizard
Adds the extra required pages.
addPages() - Method in class com.iizigo.ws.editor.NewWebServiceWizard
Adds the extra required pages.
addPages(LinkWizard) - Method in interface com.iizigo.link.ILinkOperation
Called when the wizard is created and allows the creation of additional wizard pages required.
addPages(LinkWizard) - Method in class com.iizigo.link.ui.builder.ComboBoxBuilderSubOp
Called when the wizard is created and allows the creation of additional wizard pages required.
addPages(LinkWizard) - Method in class com.iizigo.link.ui.builder.TextAreaBuilderSubOp
Called when the wizard is created and allows the creation of additional wizard pages required.
addPages(LinkWizard) - Method in class com.iizigo.link.ui.builder.TextBuilderSubOp
Called when the wizard is created and allows the creation of additional wizard pages required.
addPages(LinkWizard) - Method in class com.iizigo.link.ui.UIBuilderOperation
Called when the wizard is created and allows the creation of additional wizard pages required.
addPages(LinkWizard) - Method in class com.iizigo.link.ui.UIBuilderSubOperation
Called when the wizard is created and allows the creation of additional wizard pages required.
addParser(IJavaSourceParser<?>) - Method in class com.iizigo.java.JavaManager
Adds a parser.
addPartListener(IPartListener) - Method in interface com.iizigo.editor.IPartExtensionIZ
Adds a part listener.
addPartListener(IPartListener) - Method in class com.iizigo.editor.PartExtensionIZ
Adds a part listener.
addPath(String) - Method in class com.iizix.server.app.XJarFileResource
Returns the resource contained inside the current resource with the given name.
addPlot(Plot2D) - Method in class com.iizix.prop.ui.chart.UIChart
Adds a new plot to the chart.
addPlugin(PluginDescriptor, boolean) - Method in class com.iizigo.project.ModuleModel
Adds a plug-in to this Module project instance, without creating anything.
addPostProcessor(EventListener) - Method in class com.iizix.event.GEvent
Adds a post-event processor that will be called when the event has completed its notification process.
addPostProcessor(EventListener) - Method in interface com.iizix.event.IPostEventProcessing
Adds a post-event processor that will be called when the event has completed its notification process.
addPostProcessor(EventListener) - Method in class com.iizix.event.PostProcessing
Adds a post-event processor that will be called when the event has completed its notification process.
addPredefinedProps() - Method in class com.iizigo.db.prop.EditorDatabaseProps
Adds the predefined properties for this container.
addPredefinedProps() - Method in class com.iizigo.panel.prop.chart.EUIChart
Adds the predefined containers for identifications, fields and actions.
addPredefinedProps() - Method in class com.iizigo.panel.prop.EMUISwitch
Adds the predefined containers for identifications, fields and actions.
addPredefinedProps() - Method in class com.iizigo.panel.prop.EUIButton
Adds the predefined containers for identifications, fields and actions.
addPredefinedProps() - Method in class com.iizigo.panel.prop.EUICalendar
Adds the predefined containers for identifications, fields and actions.
addPredefinedProps() - Method in class com.iizigo.panel.prop.EUICheckBox
Adds the predefined containers for identifications, fields and actions.
addPredefinedProps() - Method in class com.iizigo.panel.prop.EUICheckedMenuItem
Adds the predefined containers for identifications, fields and actions.
addPredefinedProps() - Method in class com.iizigo.panel.prop.EUIComboBox
Adds the predefined containers for identifications, fields and actions.
addPredefinedProps() - Method in class com.iizigo.panel.prop.EUIDateTime
Adds the predefined containers for identifications, fields and actions.
addPredefinedProps() - Method in class com.iizigo.panel.prop.EUIEmpty
Adds the predefined containers for identifications, fields and actions.
addPredefinedProps() - Method in class com.iizigo.panel.prop.EUIGauge
Adds the predefined containers for identifications, fields and actions.
addPredefinedProps() - Method in class com.iizigo.panel.prop.EUIImage
Adds the predefined containers for identifications, fields and actions.
addPredefinedProps() - Method in class com.iizigo.panel.prop.EUIImage2
Adds the predefined containers for identifications, fields and actions.
addPredefinedProps() - Method in class com.iizigo.panel.prop.EUILabel
Adds the predefined containers for identifications, fields and actions.
addPredefinedProps() - Method in class com.iizigo.panel.prop.EUIMedia
Adds the predefined containers for identifications, fields and actions.
addPredefinedProps() - Method in class com.iizigo.panel.prop.EUIMenuItem
Adds the predefined containers for identifications, fields and actions.
addPredefinedProps() - Method in class com.iizigo.panel.prop.EUIMenuSeparator
Adds the predefined containers for identifications, fields and actions.
addPredefinedProps() - Method in class com.iizigo.panel.prop.EUIOutput
Adds the predefined containers for identifications, fields and actions.
addPredefinedProps() - Method in class com.iizigo.panel.prop.EUIProgress
Adds the predefined containers for identifications, fields and actions.
addPredefinedProps() - Method in class com.iizigo.panel.prop.EUIRadioButton
Adds the predefined containers for identifications, fields and actions.
addPredefinedProps() - Method in class com.iizigo.panel.prop.EUIRadioMenuItem
Adds the predefined containers for identifications, fields and actions.
addPredefinedProps() - Method in class com.iizigo.panel.prop.EUISlider
Adds the predefined containers for identifications, fields and actions.
addPredefinedProps() - Method in class com.iizigo.panel.prop.EUISpinner
Adds the predefined containers for identifications, fields and actions.
addPredefinedProps() - Method in class com.iizigo.panel.prop.EUIText
Adds the predefined containers for identifications, fields and actions.
addPredefinedProps() - Method in class com.iizigo.panel.prop.EUITextArea
Adds the predefined containers for identifications, fields and actions.
addPredefinedProps() - Method in class com.iizigo.panel.prop.table.EUITableColumn
Adds the predefined containers for identifications, fields and actions.
addPredefinedProps() - Method in class com.iizigo.term.recording.prop.RecordingProp
 
addPredefinedProps() - Method in class com.iizix.db.prop.DatabaseProps
Adds the predefined properties for this container.
addPredefinedProps() - Method in class com.iizix.prop.AppLanguages
Adds the predefined properties for this container.
addPredefinedProps() - Method in class com.iizix.prop.EnvProps
Adds the predefined properties for this container.
addPredefinedProps() - Method in class com.iizix.prop.image.FontIconsDefinition
Adds the predefined properties for this container.
addPredefinedProps() - Method in class com.iizix.prop.ModuleApp
Adds the predefined properties for this container.
addPredefinedProps() - Method in class com.iizix.prop.PropCnr
Adds the predefined properties for this container.
addPredefinedProps() - Method in class com.iizix.prop.ui.mlist.MLGroup
Adds the predefined properties for this container.
addPredefinedProps() - Method in class com.iizix.prop.ui.table.UITable
Adds the predefined properties for this container.
addPredefinedProps() - Method in class com.iizix.prop.ui.UIAbstractListChoice
Adds the predefined properties for this container.
addPredefinedProps() - Method in class com.iizix.prop.ui.UIAccordion
Adds the predefined properties for this container.
addPredefinedProps() - Method in class com.iizix.prop.ui.UIContainer
Adds the predefined properties for this container.
addPredefinedProps() - Method in class com.iizix.prop.ui.UIDialog
Adds the predefined containers for identifications, fields and actions.
addPredefinedProps() - Method in class com.iizix.prop.ui.UITabContainer
Adds the predefined properties for this container.
addPredefinedProps() - Method in class com.iizix.prop.vs.VirtualSpace
Adds the predefined properties for this container.
addPredefinedProps() - Method in class com.iizix.prop.vs.VSAction
Adds the predefined properties for this container.
addPredefinedProps() - Method in class com.iizix.prop.vs.VSColumnHeader
Adds the predefined properties for this container.
addPredefinedProps() - Method in class com.iizix.prop.vs.VSField
Adds the predefined properties for this container.
addPredefinedProps() - Method in class com.iizix.prop.vs.VSTable
Adds the predefined containers for identifications, fields and actions.
addPredefinedProps() - Method in class com.iizix.server.prop.ServerProps
Adds the predefined properties for this container.
addPredefinedProps() - Method in class com.iizix.server.prop.ServerSettings
Adds the predefined containers for identifications, fields and actions.
addPredefinedProps() - Method in class com.iizix.term.prop.ScreenProp
Adds the predefined containers for identifications, fields and actions.
addPredefinedProps() - Method in class com.iizix.ws.prop.OutputProps
Adds the predefined properties for this container.
addPredefinedProps() - Method in class com.iizix.ws.prop.WebServiceProp
Adds the predefined properties for this container.
addPredefinedPropsImpl() - Method in class com.iizigo.panel.prop.calendar.EUICalendarList
Adds the predefined containers for identifications, fields and actions.
addPredefinedPropsImpl() - Method in class com.iizigo.panel.prop.EMUIHeading
Adds the predefined containers for identifications, fields and actions.
addPredefinedPropsImpl() - Method in class com.iizigo.panel.prop.EMUISimpleDialog
Adds the predefined containers for identifications, fields and actions.
addPredefinedPropsImpl() - Method in class com.iizigo.panel.prop.EMUITabBar
Adds the predefined containers for identifications, fields and actions.
addPredefinedPropsImpl() - Method in class com.iizigo.panel.prop.EUIAccordion
Adds the predefined containers for identifications, fields and actions.
addPredefinedPropsImpl() - Method in class com.iizigo.panel.prop.EUIContainer
Adds the predefined containers for identifications, fields and actions.
addPredefinedPropsImpl() - Method in class com.iizigo.panel.prop.EUIContextMenu
Adds the predefined containers for identifications, fields and actions.
addPredefinedPropsImpl() - Method in class com.iizigo.panel.prop.EUIDialog
Adds the predefined containers for identifications, fields and actions.
addPredefinedPropsImpl() - Method in class com.iizigo.panel.prop.EUIMenu
Adds the predefined containers for identifications, fields and actions.
addPredefinedPropsImpl() - Method in class com.iizigo.panel.prop.EUIMenuBar
Adds the predefined containers for identifications, fields and actions.
addPredefinedPropsImpl() - Method in class com.iizigo.panel.prop.EUIPanel
Adds the predefined containers for identifications, fields and actions.
addPredefinedPropsImpl() - Method in class com.iizigo.panel.prop.EUIPanelPart
Adds the predefined containers for identifications, fields and actions.
addPredefinedPropsImpl() - Method in class com.iizigo.panel.prop.EUIPanelPartCnr
Adds the predefined containers for identifications, fields and actions.
addPredefinedPropsImpl() - Method in class com.iizigo.panel.prop.EUISwapContainer
Adds the predefined containers for identifications, fields and actions.
addPredefinedPropsImpl() - Method in class com.iizigo.panel.prop.EUITabContainer
Adds the predefined containers for identifications, fields and actions.
addPredefinedPropsImpl() - Method in class com.iizigo.panel.prop.EUITitlePane
Adds the predefined containers for identifications, fields and actions.
addPredefinedPropsImpl() - Method in interface com.iizigo.panel.prop.IEUIContainer
Adds the predefined containers for identifications, fields and actions.
addPredefinedPropsImpl() - Method in class com.iizigo.panel.prop.map.EMapMarkers
Adds the predefined containers for identifications, fields and actions.
addPredefinedPropsImpl() - Method in class com.iizigo.panel.prop.map.EUIMap
Adds the predefined containers for identifications, fields and actions.
addPredefinedPropsImpl() - Method in class com.iizigo.panel.prop.mlist.EMLGroup
Adds the predefined containers for identifications, fields and actions.
addPredefinedPropsImpl() - Method in class com.iizigo.panel.prop.mlist.EMList
Adds the predefined containers for identifications, fields and actions.
addPredefinedPropsImpl() - Method in class com.iizigo.panel.prop.table.EUITable
Adds the predefined containers for identifications, fields and actions.
addPredefinedPropsImpl() - Method in class com.iizigo.term.prop.EditorScreenProp
Adds the predefined containers for identifications, fields and actions.
addPredefinedPropsImpl() - Method in class com.iizix.prop.ui.UIContainer
Adds the predefined containers for identifications, fields and actions.
addPredefinedPropsImpl() - Method in class com.iizix.term.prop.ScreenProp
Adds the predefined containers for identifications, fields and actions.
addPreSendListener(IPreSendHostSessionProps) - Method in class com.iizix.term.prop.HostSessionProps
Adds a pre-send event listener.
addProblem(JavaProblem) - Method in class com.iizigo.java.parser.ParsedJavaSource
Adds a categorized problem when parsing the compilation unit.
addProblems(JavaProblem...) - Method in class com.iizigo.java.parser.ParsedJavaSource
Adds categorized problems when parsing the compilation unit.
addProp(IComplexOperation, PropCnr, IGProp<?>) - Static method in interface com.iizix.prop.IComplexOperation
Adds a property.
addProp(IGProp<?>) - Method in interface com.iizix.prop.IPropCnr
Adds a new property to this container at the end.
addProp(IGProp<?>) - Method in class com.iizix.prop.PropCnr
Adds a new property to this container at the end.
addProp(IGProp<?>, IGProp<?>) - Method in interface com.iizix.prop.IPropCnr
Adds a new property to this container at the end.
addProp(IGProp<?>, IGProp<?>) - Method in class com.iizix.prop.PropCnr
Adds a new property to this container at the end.
addProp(PropCnr, GProp<?>) - Method in class com.iizigo.editor.complex.ComplexOperation
Adds a property.
addProp(PropCnr, GProp<?>) - Method in interface com.iizix.prop.IComplexOperation
Adds a property.
addProp2(IGProp<?>) - Method in interface com.iizix.prop.IPropCnr
Adds a new property to this container at the end.
addProp2(IGProp<?>) - Method in class com.iizix.prop.PropCnr
Adds a new property to this container at the end.
addProp2(IGProp<?>, IGProp<?>) - Method in interface com.iizix.prop.IPropCnr
Adds a new property to this container at the end.
addProp2(IGProp<?>, IGProp<?>) - Method in class com.iizix.prop.PropCnr
Adds a new property to this container at the end.
addPropError(GProp<?>, IPropErrorItem) - Method in class com.iizigo.editor.complex.ComplexOperation
Adds a property error.
addPropError(GProp<?>, IPropErrorItem) - Method in interface com.iizix.prop.IComplexOperation
Adds a property error.
addPropError(IComplexOperation, IGProp<?>, IPropErrorItem) - Static method in interface com.iizix.prop.IComplexOperation
Adds a property error.
addPropError(IPropErrorItem) - Method in class com.iizix.prop.GProp
Adds an error input to the property.
addPropError(IPropErrorItem) - Method in interface com.iizix.prop.IGProp
Adds an error input to the property.
addPropListener(EventListener) - Method in class com.iizix.prop.GProp
Adds a listener for the property.
addPropListener(EventListener) - Method in interface com.iizix.prop.IGProp
Adds a listener for the property.
addRemoteTransactionCompletedListener(IRemoteTransactionCompletedListener) - Method in class com.iizix.prop.PropMgr
Adds a new listeners for completed incoming remote read transactions.
addReplyListener(IMessageBoxReply) - Method in class com.iizix.prop.ui.MessageBox
Adds a listener for the callback when user chooses an action for the message box.
addRequest(KString, ITranslationReply) - Method in class com.iizix.translate.AbstractTranslationRequest
Adds a requests to perform at the same time as the others.
addRequest(KString, ITranslationReply) - Method in interface com.iizix.translate.ITranslationRequest
Adds a requests to perform at the same time as the others.
addRequest(KString, ITranslationReply) - Method in class com.iizix.translate.TranslationQueue
Adds a translation request.
addRequiredActionActor(VSAction, IComplexOperation) - Method in interface com.iizix.prop.vs.IVSActionListenerAsActor
Adds the required Action Actor in the VSAction.
addResourceListener(IModuleProjectResourceListener) - Method in class com.iizigo.project.ModuleModel
Adds a new resource listener when a resource is added or removed.
Address - com.iizix.urn.user.UserProfileStringURNType
Address line.
Address_2 - com.iizix.urn.user.UserProfileStringURNType
Address line 2 (hard coded): multiple values is not supported.
Address_3 - com.iizix.urn.user.UserProfileStringURNType
Address line 3 (hard coded): multiple values is not supported.
address_book - com.iizix.gyro.IMessageBox.Icon
 
address_book_o - com.iizix.gyro.IMessageBox.Icon
 
address_card - com.iizix.gyro.IMessageBox.Icon
 
address_card_o - com.iizix.gyro.IMessageBox.Icon
 
addRow(VSField[]) - Method in class com.iizix.prop.vs.VSTable
Adds a row of VSField's.
addRow(Value[]) - Method in class com.iizix.prop.vs.VSTable
Adds a row of Value's.
addRunOperation(ILinkOperation) - Method in class com.iizigo.link.LinkWizardOperations
Adds a new operation to run.
addScreen(EEScreen) - Method in class com.iizix.term.ee.EEMaster
Adds a new EEScreen to the table.
addScreenActionReference(ScreenActionProp) - Method in class com.iizix.term.prop.TerminalActionActor.Settings
Adds the screen action reference.
addScreenOrientationListener(IScreenOrientationListener) - Method in interface com.iizix.gyro.IClientSessionGyro
Adds a screen orientation listener for the client session.
addScreenOrientationListener(IScreenOrientationListener) - Method in class com.iizix.prop.EnvProps
Adds a screen orientation listener for the client session.
addScreenOrientationListener(IScreenOrientationListener) - Method in class com.iizix.server.gyro.ClientSessionGyro
Adds a screen orientation listener for the client session.
addScreenSizeListener(IScreenSizeListener) - Method in interface com.iizix.gyro.IClientSessionGyro
Adds a screen size listener for the client session.
addScreenSizeListener(IScreenSizeListener) - Method in class com.iizix.prop.EnvProps
Adds a screen size listener for the client session.
addScreenSizeListener(IScreenSizeListener) - Method in class com.iizix.server.gyro.ClientSessionGyro
Adds a screen size listener for the client session.
addSelectionChangedListener(ISelectionChangedListener) - Method in class com.iizigo.editor.MultiSelectionProvider
Adds a listener for selection changes in this selection provider.
addSelectionChangedListener(ISelectionChangedListener) - Method in class com.iizigo.editor.PropEditorPart
Adds a listener for selection changes in this selection provider.
addSelectionChangedListener(ISelectionChangedListener) - Method in class com.iizigo.editor.ReferencesView
Adds a listener for selection changes in this selection provider.
addSelectionChangedListener(ISelectionChangedListener) - Method in class com.iizigo.editor.SyntSelectionProvider
Adds a listener for selection changes in this selection provider.
addSelectionListener(IUISelectionListener) - Method in interface com.iizix.prop.ui.selection.IUISelectionComp
Adds a selection listener.
addSelectionListener(SelectionListener) - Method in class com.iizigo.swt.IzCCombo
Adds the listener to the collection of listeners who will be notified when the user changes the receiver's selection, by sending it one of the messages defined in the SelectionListener interface.
addSelectionListener(SelectionListener) - Method in class com.iizigo.swt.IzTableCursor
Adds the listener to the collection of listeners who will be notified when the user changes the receiver's selection, by sending it one of the messages defined in the SelectionListener interface.
addSelectorExpressionComponents(Composite, Selector, int) - Static method in class com.iizigo.selector.prop.SelectorDesignerProp
Adds a Selector's components in a container with a two-column grid layout.
addSeparator() - Method in class com.iizigo.jface.EnabledItemsCompoundItem
Adds a separator.
addSeparator() - Method in interface com.iizigo.jface.IAddActionsOrContributions
Adds a separator.
addSeparator() - Method in class com.iizix.swt.DropdownSelectionListener
Adds a separator line.
addSeparator() - Method in class com.iizix.swt.IzMenu
Adds a separator to the menu.
addSeparator() - Method in class com.iizix.swt.IzSubMenu
Adds a separator.
addSeries(Series) - Method in class com.iizix.prop.ui.chart.UIChart
Adds a new series to the chart.
addServerLaunchOptions(ArrayList<String>) - Method in class com.iizigo.Activator
Adds required options for the server when launched from inside iiziGo.
addServerStateListener(Runnable) - Static method in class com.iizix.jdbc.DerbyImpl
Adds a new listener for the server state.
addSingle(String, int) - Method in class com.iizix.prop.image.ClientImageData
Adds a single image.
addStateStylesAction - Static variable in class com.iizigo.style.prop.StylesDesignerProp
Add State Styles context menu action.
addStatusBarTapListener(IStatusBarTapListener) - Method in class com.iizix.prop.EnvProps
Adds a status bar tap listener for the client session.
addString(String) - Method in class com.iizix.prop.StringArrayProp
Adds a string to the array.
addString(String) - Method in class com.iizix.prop.StringSetProp
Puts the key and value strings in the map.
addString(String, int) - Method in class com.iizix.prop.StringArrayProp
Adds (inserts) a string at the requested index in the array.
addStrings(String[]) - Method in class com.iizix.prop.StringArrayProp
Adds all strings from a string array.
addStrings(List<String>) - Method in class com.iizix.prop.StringArrayProp
Adds all strings from a list.
addSubOperations(IEUIContainer, EditorVSAction, Collection<UIBuilderSubOperation>) - Method in class com.iizigo.link.ui.builder.ButtonBuilder
Adds the operation(s) for the VS component builder operation.
addSubOperations(IEUIContainer, EditorVSAction, Collection<UIBuilderSubOperation>) - Method in class com.iizigo.link.ui.builder.MenuItemBuilder
Adds the operation(s) for the VS component builder operation.
addSubOperations(IEUIContainer, EditorVSField, Collection<UIBuilderSubOperation>) - Method in class com.iizigo.link.ui.builder.ComboBoxBuilder
Adds the operation(s) for the VS component builder operation.
addSubOperations(IEUIContainer, EditorVSField, Collection<UIBuilderSubOperation>) - Method in class com.iizigo.link.ui.builder.TextAreaBuilder
Adds the operation(s) for the VS component builder operation.
addSubOperations(IEUIContainer, EditorVSField, Collection<UIBuilderSubOperation>) - Method in class com.iizigo.link.ui.builder.TextBuilder
Adds the operation(s) for the VS component builder operation.
addSubOperations(IEUIContainer, IAdaptable, Collection<UIBuilderSubOperation>) - Method in interface com.iizigo.link.ui.IUIBuilder
Adds the operation node(s) for presentation in the link wizard main page.
addSubOperations(IEUIContainer, IAdaptable, Collection<UIBuilderSubOperation>) - Method in interface com.iizigo.link.ui.IUIBuilderFromVS
Adds the operation node(s) for presentation in the link wizard main page.
addSubOperations(IEUIContainer, VS_COMP, Collection<UIBuilderSubOperation>) - Method in interface com.iizigo.link.ui.IUIBuilderFromVS
Adds the operation(s) for the VS component builder operation.
addSyncStateListener(ISyncStateListener) - Static method in class com.iizigo.java.SyncState
Adds a listener for synchronized state.
addSystemProperties() - Method in class com.iizix.prop.StringMapProp
Adds the system properties (of String key and value types) to the environment.
addTableColumnResizer(Table) - Static method in class com.iizix.swt.SWTHelper
Adds a table column re-sizer to make the last column resize with the table and dialog box.
addTableSorter(Table, String...) - Static method in class com.iizix.swt.SWTHelper
Adds a table sorter.
addToolbar2PushButton(String, Image, Listener) - Method in class com.iizigo.editor.PropEditorPart
Adds a tool bar push button to the second tool bar.
addToolbar2PushButton(IAction) - Method in class com.iizigo.editor.PropEditorPart
Adds a push button to the second tool bar from an action.
addToolbar2Separator() - Method in class com.iizigo.editor.PropEditorPart
Adds a separator to the second tool bar.
addToolbarPushButton(String, String, Listener) - Method in class com.iizigo.editor.PropEditorPart
Adds a tool bar push button.
addToolbarPushButton(String, Image, Listener) - Method in class com.iizigo.editor.PropEditorPart
Adds a tool bar push button.
addToolbarPushButton(IAction) - Method in class com.iizigo.editor.PropEditorPart
Adds a tool bar push button from an action.
addToolbarPushButton(ToolBar, String, String, Listener) - Static method in class com.iizigo.editor.PropEditorPart
Adds a tool bar push button.
addToolbarPushButton(ToolBar, String, Image, int, Listener) - Static method in class com.iizigo.editor.PropEditorPart
Adds a tool bar push button to the second tool bar.
addToolbarPushButton(ToolBar, String, Image, Listener) - Static method in class com.iizigo.editor.PropEditorPart
Adds a tool bar push button to the second tool bar.
addToolbarPushButton(ToolBar, IAction) - Method in class com.iizigo.editor.PropEditorPart
Adds a tool bar push button from an action.
addToolbarSeparator() - Method in class com.iizigo.editor.PropEditorPart
Adds a separator to the tool bar.
addToolbarSeparator(ToolBar) - Static method in class com.iizigo.editor.PropEditorPart
Adds a separator to the tool bar.
addTooltipInfo(Composite) - Method in class com.iizigo.panel.prop.UIDesignerProp
Inserts information into the tooltip.
addTooltipInfo(Composite) - Method in class com.iizigo.panel.prop.UIMenuCompDesignerProp
Inserts information into the tooltip.
addTooltipInfo(Composite) - Method in class com.iizigo.panel.prop.UIMenuContainerDesignerProp
Inserts information into the tooltip.
addTransactionContainer(PropCnr) - Method in class com.iizix.prop.vs.VSActionTXProcess
Creates a Gyro transaction for a property container.
addTransactionContainer(PropCnr, IFocusEngine) - Method in class com.iizix.prop.vs.VSActionTXProcess
Creates a Gyro transaction for a property container.
addTreeColumnResizer(Tree) - Static method in class com.iizix.swt.SWTHelper
Adds a table column re-sizer to make the last column resize with the table and dialog box.
addUIBuilderFromVSLinkOperations(LinkData, Collection<ILinkOperation>) - Method in interface com.iizigo.link.ui.IUIBuilderFromVSLinkEnabler
Called when the drag-drop is to be performed (link or paste-link menu item).
AddUICompWizard - Class in com.iizigo.panel.wizards
Wizard used when a UI component is about to be added.
addUndoContext(GProp<?>, IUndoableOperation) - Static method in class com.iizigo.editor.PropHelper
Adds the undo contexts from a property to an operation.
addUndoContexts(GProp<?>[], IUndoableOperation) - Static method in class com.iizigo.editor.PropHelper
Adds the undo contexts from a property to an operation.
addUnfiltered(DesignerProp...) - Method in class com.iizigo.editor.EndNodeTextFilter
Adds a DesignerProp extending class or a class that will never be filtered.
addUnfiltered(GProp<?>...) - Method in class com.iizigo.editor.EndNodeTextFilter
Adds a DesignerProp extending class or a class that will never be filtered.
addUnfiltered(Class<?>...) - Method in class com.iizigo.editor.EndNodeTextFilter
Adds a DesignerProp extending class or a class that will never be filtered.
addUser(ServerShell, SessionInfo, ThreadGroup, ClientParams) - Method in class com.iizix.server.user.ActiveUserSessions
Requests adding a UserIdentifier as active session.
addUserLocation(IClientSessionGyro, DeviceLocation) - Method in interface com.iizix.geo.IAddUserLocation
Adds a new user location when received from a client session.
addValidator(ValidatorManager, boolean) - Method in class com.iizigo.selector.LanguageCodeComposite
Adds a validator to the language code.
addValue(double) - Method in class com.iizix.prop.ui.chart.series.Series
Adds a new data series simple value.
addValue(GSeriesValue) - Method in class com.iizix.prop.ui.chart.series.Series
Adds a new data series value.
addValues(double...) - Method in class com.iizix.prop.ui.chart.series.Series
Adds a new data series simple values.
addValues(GSeriesValue...) - Method in class com.iizix.prop.ui.chart.series.Series
Adds a new data series values.
addVerifyListener(VerifyListener) - Method in class com.iizigo.swt.IzCCombo
Adds the listener to the collection of listeners who will be notified when the receiver's text is verified, by sending it one of the messages defined in the VerifyListener interface.
addVirtualInstance(IAppSessionGyro, IClientSessionGyro, VirtualSpace, PROPCNR, PROPCNR) - Method in interface com.iizix.server.app.IVirtualsContainer
Adds a virtualized property to the container.
addVirtualInstance(IAppSessionGyro, IClientSessionGyro, VirtualSpace, PROPCNR, PROPCNR) - Method in class com.iizix.server.app.VirtualsContainer
Adds a virtualized property to the container.
addVirtualizedContainer(PropCnr, String) - Method in class com.iizix.prop.VirtualsPropCnr
Adds a new virtualized property container with the specified reference path.
addVSActionLinkOperations(LinkData, Collection<ILinkOperation>) - Method in interface com.iizigo.link.vs.IVSActionLinkEnabler
Called when the drag-drop is to be performed (link or paste-link menu item).
addVSFieldLinkOperations(LinkData, Collection<ILinkOperation>) - Method in interface com.iizigo.link.vs.IVSFieldLinkEnabler
Called when the drag-drop is to be performed (link or paste-link menu item).
ADJ_LEFT - Static variable in class com.iizix.term.prop.ScreenFieldProp
Left justification.
ADJ_NONE - Static variable in class com.iizix.term.prop.ScreenFieldProp
No justification.
ADJ_RIGHT - Static variable in class com.iizix.term.prop.ScreenFieldProp
Right justification.
adjust - com.iizix.gyro.IMessageBox.Icon
 
adjust(TemporalAdjuster) - Method in class com.iizix.Value
Adjusts the current temporal value with a temporal adjuster.
adjustTo(double) - Method in class com.iizix.prop.image.ClientImageData
Find best match, i.e.
adjustValue(TemporalAdjuster, GProp<?>) - Method in class com.iizix.prop.vs.VSField
Adjusts the current temporal value with a temporal adjuster.
adjustValue(ZoneId, GProp<?>) - Method in class com.iizix.prop.vs.VSField
Adjusts the current ZonedDateTime value with a new Zone ID.
ADMIN_BACKUP_PROFILE_IMAGE - Static variable in class com.iizix.server.user.AuthenticatedUser
The file name for the undefined user profile image in huge format.
ADMIN_BACKUP_USER_NAME - Static variable in interface com.iizix.user.IAuthenticatedUser
The user name for default backup administrator user: "iiziAdmin BACKUP".
ADMIN_GROUP_NAME - Static variable in class com.iizix.server.db.GroupInfo
The group name of the Administrators group: "Administrators".
ADMIN_PROFILE_IMAGE - Static variable in class com.iizix.server.user.AuthenticatedUser
The file name for the undefined user profile image in huge format.
ADMIN_USER_NAME - Static variable in interface com.iizix.user.IAuthenticatedUser
The user name for default administrator user: "iiziAdmin".
adn - com.iizix.gyro.IMessageBox.Icon
 
ADVANCED - com.iizix.js.build.Compressor.Level
 
AES128GCM - com.iizix.push.vapid.Encoding
 
AESGCM - com.iizix.push.vapid.Encoding
 
Afrikaans - com.iizix.translate.google.Language
 
Afrikaans - com.iizix.translate.microsoft.Language
 
AFTER - Static variable in class com.iizix.prop.ui.KTooltip
The location: AFTER (=6).
AFTER_VALIDITY_PERIOD - com.iizix.license.ValidateReply
License validity is subject to a time period, and this period has reached its end.
againstBaseFile - Variable in class com.iizigo.image.LastVerified
Last verified against another LastVerified instance.
agreement - Variable in class com.iizix.server.agreement.AcceptedAgreement
The agreement accepted.
Albanian - com.iizix.translate.google.Language
 
ALGORITHM - Static variable in class com.iizix.push.vapid.Utils
 
ALIAS - Static variable in class com.iizix.prop.ModuleProjectSettings
Static strings.
ALIAS - Static variable in class com.iizix.server.acme.LetsEncryptDomain
The alias for the certificate.
ALIASES - Static variable in class com.iizix.prop.ModuleProjectSettings
Static strings.
AliasPropertyPage - Class in com.iizigo.project
The Alias page for Module projects.
AliasPropertyPage() - Constructor for class com.iizigo.project.AliasPropertyPage
Constructor for property page.
ALIGN - Static variable in class com.iizix.prop.Atom
 
align_center - com.iizix.gyro.IMessageBox.Icon
 
ALIGN_HORIZONTAL_CENTER - Static variable in class com.iizix.prop.ui.table.TCell
Align horizontal: center (= 5).
ALIGN_HORIZONTAL_DEFAULT - Static variable in class com.iizix.prop.ui.table.TCell
Align horizontal: default (=0).
ALIGN_HORIZONTAL_LEADING - Static variable in class com.iizix.prop.ui.table.TCell
Align horizontal: leading (= 44).
ALIGN_HORIZONTAL_LEFT - Static variable in class com.iizix.prop.ui.table.TCell
Align horizontal: left (= 4).
ALIGN_HORIZONTAL_RIGHT - Static variable in class com.iizix.prop.ui.table.TCell
Align horizontal: right (= 6).
ALIGN_HORIZONTAL_TRAILING - Static variable in class com.iizix.prop.ui.table.TCell
Align horizontal: trailing (= 66).
align_justify - com.iizix.gyro.IMessageBox.Icon
 
align_left - com.iizix.gyro.IMessageBox.Icon
 
align_right - com.iizix.gyro.IMessageBox.Icon
 
ALIGN_VERTICAL_BOTTOM - Static variable in class com.iizix.prop.ui.table.TCell
Align vertical: bottom (= 2).
ALIGN_VERTICAL_DEFAULT - Static variable in class com.iizix.prop.ui.table.TCell
Align vertical: default (= 0).
ALIGN_VERTICAL_MIDDLE - Static variable in class com.iizix.prop.ui.table.TCell
Align vertical: middle (= 5).
ALIGN_VERTICAL_TOP - Static variable in class com.iizix.prop.ui.table.TCell
Align vertical: top (= 2).
ALIGN_X_CENTER - Static variable in interface com.iizix.prop.ui.ILayoutDataAlignX
Align X value: center = 2.
ALIGN_X_FILL - Static variable in interface com.iizix.prop.ui.ILayoutDataAlignX
Align X value: fill = 4.
ALIGN_X_LEFT - Static variable in interface com.iizix.prop.ui.ILayoutDataAlignX
Align X value: left = 1.
ALIGN_X_NAME - Static variable in interface com.iizix.prop.ui.ILayoutDataAlignX
The name of the alignment property.
ALIGN_X_RIGHT - Static variable in interface com.iizix.prop.ui.ILayoutDataAlignX
Align X value: right = 3.
ALIGN_Y_BOTTOM - Static variable in interface com.iizix.prop.ui.ILayoutDataAlignY
Align Y value: bottom = 3.
ALIGN_Y_FILL - Static variable in interface com.iizix.prop.ui.ILayoutDataAlignY
Align Y value: fill = 4.
ALIGN_Y_MIDDLE - Static variable in interface com.iizix.prop.ui.ILayoutDataAlignY
Align Y value: middle (or center) = 2.
ALIGN_Y_NAME - Static variable in interface com.iizix.prop.ui.ILayoutDataAlignY
The name of the alignment property.
ALIGN_Y_TOP - Static variable in interface com.iizix.prop.ui.ILayoutDataAlignY
Align Y value: top = 1.
ALIGNX - Static variable in interface com.iizigo.panel.prop.IELayoutProp
Horizontal alignment strings.
ALIGNY - Static variable in interface com.iizigo.panel.prop.IELayoutProp
Vertical alignment strings.
ALL - Static variable in enum com.iizix.urn.URNResourceType
List of all possible resource types.
ALL_IMAGES - com.iizix.image.ImageType
The ALL_IMAGES image type has the media type "image/*", and the file extension set to "*".
ALL_TAGS - Static variable in class com.iizix.js.build.compressors.HtmlCompressor
Could be passed to setRemoveSurroundingSpaces method to remove all surrounding spaces (not recommended).
AllMacAddresses - com.iizix.license.HardwareIdentication
The MAC addresses for all the network cards.
ALLOW_PARALLEL_SESSIONS - Static variable in class com.iizix.server.prop.ServerConfigEnvProps
Property name: Allow parallel sessions.
ALLOW_UPLOAD - Static variable in class com.iizix.server.prop.ServerSettings
Flag to allow file upload, default false.
ALLOWED_DOMAINS - Static variable in class com.iizix.server.prop.ServerConfigEnvProps
Property name: Allowed domains.
AllowedDomains - Class in com.iizix.server.prop
Helper class for allowed domains.
allowNull() - Method in annotation type com.iizix.api.vs.JavaActorParam
For Value types, if null is allowed or not.
allResultInstancesRemoved() - Method in class com.iizigo.db.editor.ResultListener
Will be invoked when all instances are removed.
alt - Variable in class com.iizix.prop.image.ClientImageData
The "ALT" property string for IMG.
alternateExpansionLevel - Variable in class com.iizigo.prop.editor.ReferencePropEditor
 
alternateSelection - Variable in class com.iizigo.prop.editor.ReferencePropEditor
 
altitude - Variable in class com.iizix.prop.GeoLocation
The altitude attribute denotes the height of the location, specified in meters above the [WGS84] ellipsoid.
ALTITUDE - Static variable in class com.iizix.prop.GeoProps
The "altitude" property name.
ALTITUDE_ACCURACY - Static variable in class com.iizix.prop.GeoProps
The "altitude accuracy" property name.
altitudeAccuracy - Variable in class com.iizix.prop.GeoLocation
The altitudeAccuracy value returned by an implementation should correspond to a 95% confidence level.
amazon - com.iizix.gyro.IMessageBox.Icon
 
ambulance - com.iizix.gyro.IMessageBox.Icon
 
amdList - Variable in class com.iizix.js.build.HTMLSourceInfo.Config
The cached and unmodifiable list of dynamic JS sources.
american_sign_language_interpreting - com.iizix.gyro.IMessageBox.Icon
 
Amharic - com.iizix.translate.google.Language
 
AN_ADMIN - Static variable in class com.iizix.prop.PolicyProps
The atom name for "admin".
AN_USER - Static variable in class com.iizix.prop.PolicyProps
The atom name for "user".
analyze() - Method in class com.iizix.term.HostPopupWindow
This method analyzes the current host screen for pop-up windows.
analyze(int, int) - Method in class com.iizix.term.HostPopupWindow
This method analyzes the current host screen for pop-up windows.
analyzePopupWindows() - Method in class com.iizix.term.HostScreen
Analyzes the host pop-up windows.
anchor - com.iizix.gyro.IMessageBox.Icon
 
AND - com.iizix.prop.SelectorExpression.Token
Simple token: &&.
android - com.iizix.gyro.IMessageBox.Icon
 
Android_Error - com.iizix.run.common.BuildRC
 
ANDROID_SDK_MINIMUM - Static variable in class com.iizix.run.common.CommonBuilder
Android SDK minimum and targets.
ANDROID_SDK_TARGET - Static variable in class com.iizix.run.common.CommonBuilder
 
Android4_4 - com.iizix.prop.font.BrowserFontFormat
Android 4.4+ to 5.x.
Android5 - com.iizix.prop.font.BrowserFontFormat
Android 5.x, browser version 40 +.
AndroidBeforeCompileHook - Class in com.iizix.run.common
Hook for the Android before compile stage.
AndroidBeforeCompileHook() - Constructor for class com.iizix.run.common.AndroidBeforeCompileHook
 
AndroidOlder - com.iizix.prop.font.BrowserFontFormat
Android, before 4.4.
angellist - com.iizix.gyro.IMessageBox.Icon
 
Angle() - Constructor for class com.iizigo.prop.editor.TransformValidator.Angle
 
angle_double_down - com.iizix.gyro.IMessageBox.Icon
 
angle_double_left - com.iizix.gyro.IMessageBox.Icon
 
angle_double_right - com.iizix.gyro.IMessageBox.Icon
 
angle_double_up - com.iizix.gyro.IMessageBox.Icon
 
angle_down - com.iizix.gyro.IMessageBox.Icon
 
angle_left - com.iizix.gyro.IMessageBox.Icon
 
angle_right - com.iizix.gyro.IMessageBox.Icon
 
ANGLE_UNITS - Static variable in class com.iizigo.prop.editor.TransformValidator
Angle units.
angle_up - com.iizix.gyro.IMessageBox.Icon
 
AnimatedSingleIndexSelection - Class in com.iizix.prop.ui.selection
The animated single index-based selection state used by e.g.
AnimatedSingleIndexSelection(IUIAnimatedSingleIndexedSelectionComp, int, boolean) - Constructor for class com.iizix.prop.ui.selection.AnimatedSingleIndexSelection
Constructor.
ANIMATION_DEFAULT - Static variable in interface com.iizix.gyro.IUIPanelAnimation
The animation composite value: default (-1).
ANIMATION_DURATION - com.iizix.prop.ui.chart.plot2d.PlotInteger
Whether or not to animate the chart to place and specifies the duration in milliseconds of the animation.
ANIMATION_FADE_FAST - Static variable in interface com.iizix.gyro.IUIPanelAnimation
The animation composite value: fade fast (1).
ANIMATION_FADE_NORMAL - Static variable in interface com.iizix.gyro.IUIPanelAnimation
The animation composite value: fade normal (10).
ANIMATION_FADE_SLOW - Static variable in interface com.iizix.gyro.IUIPanelAnimation
The animation composite value: fade slow (1).
ANIMATION_FADE_SLOWER - Static variable in interface com.iizix.gyro.IUIPanelAnimation
The animation composite value: fade slower (1000).
ANIMATION_FADE_SLOWEST - Static variable in interface com.iizix.gyro.IUIPanelAnimation
The animation composite value: fade slowest (10000), not recommended, use for testing purposes only.
ANIMATION_NO_CSS3_FLAG - Static variable in interface com.iizix.gyro.IUIPanelAnimation
Animation bit to add to remove CSS3 animations.
ANIMATION_NO_SCROLL_FLAG - Static variable in interface com.iizix.gyro.IUIPanelAnimation
Animation bit to add to remove Scroll animations.
ANIMATION_NONE - Static variable in interface com.iizix.gyro.IUIPanelAnimation
The animation composite value: none (0).
ANIMATION_PROP_NAME - Static variable in interface com.iizix.gyro.IUIPanelAnimation
The animation property name "animation".
ANIMATION_SPEED_FAST - Static variable in interface com.iizix.gyro.IUIPanelAnimation
Animation speed: fast (100 ms).
ANIMATION_SPEED_NORMAL - Static variable in interface com.iizix.gyro.IUIPanelAnimation
Animation speed: normal (350 ms).
ANIMATION_SPEED_SLOW - Static variable in interface com.iizix.gyro.IUIPanelAnimation
Animation speed: slow (600 ms).
ANIMATION_SPEED_SLOWER - Static variable in interface com.iizix.gyro.IUIPanelAnimation
Animation speed: slower (1 second).
ANIMATION_SPEED_SLOWEST - Static variable in interface com.iizix.gyro.IUIPanelAnimation
Animation speed: slowest (10 seconds).
ANIMATION_TYPE_COVER - Static variable in interface com.iizix.gyro.IUIPanelAnimation
Animation type: cover.
ANIMATION_TYPE_FADE - Static variable in interface com.iizix.gyro.IUIPanelAnimation
Animation type: fade.
ANIMATION_TYPE_NONE - Static variable in interface com.iizix.gyro.IUIPanelAnimation
Animation type: none.
ANIMATION_TYPE_REVEAL - Static variable in interface com.iizix.gyro.IUIPanelAnimation
Animation type: reveal.
ANIMATION_TYPE_SLIDE - Static variable in interface com.iizix.gyro.IUIPanelAnimation
Animation type: slide.
AnnotationProblem - Class in com.iizigo.java.problem
Annotation problems that may occur.
AnnotationProblem(int, int, String, int, int, int) - Constructor for class com.iizigo.java.problem.AnnotationProblem
Constructor without quick fixes.
AnnotationsContainer - Class in com.iizigo.java.parser.annotation
Annotations container specialized to store annotations as GAnnotation.
AnnotationsContainer() - Constructor for class com.iizigo.java.parser.annotation.AnnotationsContainer
Creates an GAnnotation array with no name and an empty HashMap<String,String>.
AnnotationsContainer(Atom) - Constructor for class com.iizigo.java.parser.annotation.AnnotationsContainer
Creates an GAnnotation array property with the specified name with an empty HashMap<String,String>.
AnnotationsEngine - Class in com.iizigo.java.parser.annotation
The Java annotations engine for properties.
AnnotationsEngine() - Constructor for class com.iizigo.java.parser.annotation.AnnotationsEngine
 
AnnotationType - Enum in com.iizix.api
The annotation types.
ANY - com.iizigo.project.FileExtension
 
ANY - Static variable in class com.iizix.prop.ui.device.GThemes
The type: ANY.
ANY_MASK - Static variable in class com.iizix.prop.ui.device.GThemes
The "ANY_MASK" themes mask, could replace a mask with "null" value (note: not the same GThemes.NONE).
AP_BackReference - Static variable in class com.iizigo.java.problem.AnnotationProblem
 
AP_MethodSignature - Static variable in class com.iizigo.java.problem.AnnotationProblem
Type related problems.
AP_NotAnnotated - Static variable in class com.iizigo.java.problem.AnnotationProblem
 
AP_NotFinal - Static variable in class com.iizigo.java.problem.AnnotationProblem
Field or variable related problems.
AP_OPS - Static variable in class com.iizigo.java.problem.AnnotationProblem
 
AP_PropType - Static variable in class com.iizigo.java.problem.AnnotationProblem
 
AP_PropValueType - Static variable in class com.iizigo.java.problem.AnnotationProblem
 
AP_RefNotFound - Static variable in class com.iizigo.java.problem.AnnotationProblem
Reference related problems.
AP_ScopeNotDefined - Static variable in class com.iizigo.java.problem.AnnotationProblem
 
AP_Source - Static variable in class com.iizigo.java.problem.AnnotationProblem
 
AP_Target - Static variable in class com.iizigo.java.problem.AnnotationProblem
 
AP_TypeClass - Static variable in class com.iizigo.java.problem.AnnotationProblem
 
AP_TypeMismatch - Static variable in class com.iizigo.java.problem.AnnotationProblem
 
API_TRACE_INDEX - Static variable in class com.iizix.SessionInfo
The index for API trace.
app - Variable in class com.iizix.server.client.ClientParams
The application to use, null if not found.
app - Variable in class com.iizix.server.vsviewer.VSViewerParams
The application to use, null if not found.
App_BuildError - com.iizix.run.common.BuildRC
 
app_descr - Variable in class com.iizix.run.RuntimeBuilderSettings
Descriptive text of the app, use text table externalized for multiple languages
APP_DESCR_ATOM - Static variable in class com.iizix.prop.PWAProps
The property atom for the application description PlainKString: Atom.DESCR.
APP_DIR_NAME - Static variable in class com.iizix.run.common.CommonBuilder
Name of the "app" directory below the OS directory of the build machine.
APP_DISABLED - com.iizix.user.LoginResult
The application is disabled.
APP_ERR_NO_KEYS - Static variable in class com.iizix.server.push.PushNotificationHandler
Error message 410 when the 'app_id' is not configured with any Push Messaging keys.
app_id - Variable in class com.iizix.run.RuntimeBuilderSettings
Specifies the app's reverse-domain identifier, e.g.
APP_ID - Static variable in class com.iizix.server.app.prop.ServerAppDistributionProps
The name of the property for the App ID.
app_id_android - Variable in class com.iizix.run.RuntimeBuilderSettings
Specifies the app's reverse-domain identifier, e.g.
app_id_ios - Variable in class com.iizix.run.RuntimeBuilderSettings
Specifies the app's reverse-domain identifier, e.g.
APP_ID_NOT_FOUND - com.iizix.user.LoginResult
Application ID is not found.
APP_ID_NOT_FOUND - Static variable in class com.iizix.server.push.PushNotificationHandler
Error message when 'app_id' is not found in the server.
app_id_windows - Variable in class com.iizix.run.RuntimeBuilderSettings
Specifies the app's reverse-domain identifier, e.g.
app_locName - Variable in class com.iizix.run.RuntimeBuilderSettings
Name of the app displayed to the user.
app_name - Variable in class com.iizix.run.RuntimeBuilderSettings
Short name of the app without spaces.
APP_NAME_PROPNAME - Static variable in class com.iizix.prop.PWAProps
The property name for the application name PlainKString: "name".
App_PrepareError - com.iizix.run.common.BuildRC
 
APP_SESSION - com.iizix.urn.URNResourceType
Application session file, removed when an application session is stopped, or when the server is stopped or restarted.
app_textTable - Variable in class com.iizix.run.RuntimeBuilderSettings
Base text table for iiziRun texts.
APP_TIMEOUT - Static variable in class com.iizix.server.prop.ServerConfigEnvProps
Property name: App session timeout.
AppBusyException - Exception in com.iizix.server.gyro
Exception thrown when the application session is busy to veto the focus request.
AppBusyException(IFocusComp) - Constructor for exception com.iizix.server.gyro.AppBusyException
The property causing the veto.
appCnr - Variable in class com.iizix.app.builder.ApplicationDistributor
The Application container.
AppDefinition - Class in com.iizix.server.app
Application definition when loading the applications/projects.
AppDefinition(String, String, File, boolean) - Constructor for class com.iizix.server.app.AppDefinition
Constructor.
AppDistributionDesignerProp - Class in com.iizigo.app.prop
Class for Application Distribution Designer Prop.
AppDistributionProps - Class in com.iizigo.app.prop
Editor version of the container that holds the required settings for the server to operate and initialize itself with.
AppDistributionProps() - Constructor for class com.iizigo.app.prop.AppDistributionProps
Creates the screen identification property container without a name.
AppDistributionProps(Atom) - Constructor for class com.iizigo.app.prop.AppDistributionProps
Creates the screen identification property container with the specified name.
AppDistributionProps0 - Class in com.iizigo.app.prop
Edit class Server configuration environment.
AppDistributionProps0() - Constructor for class com.iizigo.app.prop.AppDistributionProps0
Default constructor.
append() - Method in interface com.iizix.IEntry
Appends the current selection of the entry field to the clipboard.
append(byte[]) - Method in class com.iizix.SendTransaction
Appends a byte array to the outgoing transaction.
append(byte[], int) - Method in class com.iizix.SendTransaction
Appends a byte array of a certain length to the outgoing transaction.
append(byte[], int, int) - Method in class com.iizix.SendTransaction
Appends a byte array of a certain length to the outgoing transaction.
append(PropMgr, SendTransaction) - Method in class com.iizix.prop.image.FontIconDefinition
Appends the font icon data for the client to display in e.g.
append(PropMgr, SendTransaction, double) - Method in class com.iizix.prop.image.ClientImageData
Appends the image data to a transaction for the specified device pixel ratio.
append(SendTransaction) - Method in class com.iizix.prop.GGradient.Swatch
Appends a swatch to a transaction.
append(SendTransaction) - Method in class com.iizix.prop.GRect
Appends the rectangle to a transaction.
append(SendTransaction) - Method in class com.iizix.prop.GSize
Appends the size to a transaction.
append(SendTransaction) - Method in class com.iizix.prop.GUnit
Appends the unit object to a transaction.
append(SendTransaction) - Method in class com.iizix.prop.ui.device.GSimpleDevice
Appends the device to a transaction.
append(SendTransaction) - Method in class com.iizix.prop.ui.device.GThemes
Appends the themes to a transaction.
append(SendTransaction) - Method in class com.iizix.Rect
Appends the rectangle to a transaction.
append(SendTransaction) - Method in class com.iizix.SendTransaction
Appends a sub-transaction to this send transaction.
append(SendTransaction) - Method in class com.iizix.term.HostField
Appends the data for this host field to a transaction.
append(SendTransaction, boolean) - Method in enum com.iizix.license.HardwareIdentication
Appends the hardware information to a transaction.
append(SendTransaction, boolean, boolean) - Method in class com.iizix.term.HostScreen
Appends the host fields and possibly the pop-up windows.
APPEND - Static variable in interface com.iizix.term.ITerminalOperations
The "Append" clipboard operation.
appendBoolean(boolean) - Method in class com.iizix.SendTransaction
Appends a boolean as an 8-bit value.
appendByte(int) - Method in class com.iizix.SendTransaction
Appends an unsigned byte to the outgoing transaction.
appendChar(char) - Method in class com.iizix.SendTransaction
Appends a character to the outgoing transaction as a one-character wide string encoded to bytes as described below.
appendCNStyledTextAdditions(StyledString) - Method in class com.iizigo.term.prop.EditorScreenActionProp
Appends optional items to styled text.
appendCNStyledTextAdditions(StyledString) - Method in class com.iizigo.term.prop.EditorScreenFieldProp
Appends optional items to styled text.
appendCNStyledTextAdditions(StyledString) - Method in class com.iizigo.term.prop.EditorScreenIdentificationProp
Appends optional items to styled text.
appendCNStyledTextAdditions(StyledString, int) - Method in class com.iizigo.prop.DesignerProp
Appends optional items to styled text.
appendCNStyledTextAdditions(StyledString, int) - Method in class com.iizigo.term.prop.ScreenDesignerProp
Appends optional items to styled text.
appendColor(SendTransaction) - Method in class com.iizix.prop.GColor
Appends the color to a transaction.
appendDouble(double) - Method in class com.iizix.SendTransaction
Appends a double value to the outgoing transaction (64 bits or 8 bytes).
appendFloat(float) - Method in class com.iizix.SendTransaction
Appends a float value to the outgoing transaction (32 bits or 4 bytes).
appendFontData(SendTransaction) - Method in class com.iizix.prop.font.FontFile
Adds the transaction data for the font installation.
appendGradient(SendTransaction) - Method in class com.iizix.prop.GGradient
Appends the color to a transaction.
appendHTMLAttributes(StringBuilder, IKStringInfoProvider) - Method in class com.iizix.text.KStringTag
Appends the attributes for HTML raw format.
appendHTMLAttributes(StringBuilder, IKStringInfoProvider, String...) - Method in class com.iizix.text.KStringTag
Appends the attributes for HTML raw format that are present in the "possibleAttributeList".
appendHTMLAttributesSkip(StringBuilder, IKStringInfoProvider, String...) - Method in class com.iizix.text.KStringTag
Appends the attributes for HTML raw format.
appendLong(int) - Method in class com.iizix.SendTransaction
Appends a 32 bit signed value to the outgoing transaction.
appendLong64(long) - Method in class com.iizix.SendTransaction
Appends a 64 bit signed value to the outgoing transaction.
appendMenuItems(COMPONENT, IzMenu, DesignerProp) - Method in interface com.iizigo.editor.IContextMenuContributorFormControl
Called to append menu items.
appendMenuItems(Viewer, IzMenu, DesignerProp) - Method in class com.iizigo.editor.ContextMenuContributorAdapter
Called to append menu items.
appendMenuItems(Viewer, IzMenu, DesignerProp) - Method in interface com.iizigo.editor.IContextMenuContributor
Called to append menu items.
appendMenuItems(Viewer, IzMenu, DesignerProp) - Method in class com.iizigo.vs.ActionsPanel
Called to append menu items.
appendMenuItems(Viewer, IzMenu, DesignerProp) - Method in class com.iizigo.vs.TablePanel
Called to append menu items.
appendMenuItems(Viewer, IzMenu, DesignerProp) - Method in class com.iizigo.vs.ValuePanel
Called to append menu items.
appendNoData(SendTransaction) - Static method in class com.iizix.prop.image.ClientImageData
Method to call when no ClientImageData is present and needs to be sent to client.
appendNumber(double) - Method in class com.iizix.SendTransaction
Appends a Number (JavaScript) as the shortest possible String.
appendPLAINAttributes(StringBuilder) - Method in class com.iizix.text.KStringTag
Appends the attributes for PLAIN raw format.
appendPLAINValue(StringBuilder, String) - Static method in class com.iizix.text.KStringTag
Appends a string as quoted value.
appendPropMgrData(SendTransaction) - Method in class com.iizix.prop.PropMgr
Appends data from the property manager to a transaction.
appendPropValue(PropMgr, SendTransaction, Object) - Method in class com.iizigo.java.parser.annotation.AnnotationsContainer
Appends the string array to an outgoing transaction.
appendPropValue(PropMgr, SendTransaction, Object) - Method in class com.iizigo.java.parser.type.TypesContainer
Appends the string array to an outgoing transaction.
appendPropValue(PropMgr, SendTransaction, Object) - Method in class com.iizix.prop.AbstractClientBaseRelativeReference
Overrides the send-transaction to client in order to send the unique label ID in the panel.
appendPropValue(PropMgr, SendTransaction, Object) - Method in class com.iizix.prop.AbstractReference
Appends the string property value.
appendPropValue(PropMgr, SendTransaction, Object) - Method in class com.iizix.prop.BadgeProp
Appends the badge property value.
appendPropValue(PropMgr, SendTransaction, Object) - Method in class com.iizix.prop.BoolProp
Appends the boolean property value.
appendPropValue(PropMgr, SendTransaction, Object) - Method in class com.iizix.prop.ByteArrayProp
Appends the byte array property value.
appendPropValue(PropMgr, SendTransaction, Object) - Method in class com.iizix.prop.CharProp
Appends the character property value.
appendPropValue(PropMgr, SendTransaction, Object) - Method in class com.iizix.prop.CodeItemArrayProp
Appends the string array to an outgoing transaction.
appendPropValue(PropMgr, SendTransaction, Object) - Method in class com.iizix.prop.ColorProp
Appends the color property value.
appendPropValue(PropMgr, SendTransaction, Object) - Method in class com.iizix.prop.DateTimeProp
Appends the date/time property value.
appendPropValue(PropMgr, SendTransaction, Object) - Method in class com.iizix.prop.DoubleProp
Appends the Double property value.
appendPropValue(PropMgr, SendTransaction, Object) - Method in class com.iizix.prop.ErrorsProp
Appends the error array to an outgoing transaction.
appendPropValue(PropMgr, SendTransaction, Object) - Method in class com.iizix.prop.FillProp
Appends the fill property value.
appendPropValue(PropMgr, SendTransaction, Object) - Method in class com.iizix.prop.FontProp
Appends the font property value.
appendPropValue(PropMgr, SendTransaction, Object) - Method in class com.iizix.prop.GProp
Appends the property value and all its children to a transaction using the AtomManager.
appendPropValue(PropMgr, SendTransaction, Object) - Method in class com.iizix.prop.GradientProp
Appends the gradient property value.
appendPropValue(PropMgr, SendTransaction, Object) - Method in class com.iizix.prop.ImageReference
Sends the data to the client in a transaction.
appendPropValue(PropMgr, SendTransaction, Object) - Method in class com.iizix.prop.Int32Prop
Appends the integer property value.
appendPropValue(PropMgr, SendTransaction, Object) - Method in class com.iizix.prop.IntProp
Appends the integer property value.
appendPropValue(PropMgr, SendTransaction, Object) - Method in class com.iizix.prop.KStringProp
Appends the KString property value as an HTML string.
appendPropValue(PropMgr, SendTransaction, Object) - Method in class com.iizix.prop.LongProp
Appends the integer property value.
appendPropValue(PropMgr, SendTransaction, Object) - Method in class com.iizix.prop.MultiProp
Appends the bounds property value.
appendPropValue(PropMgr, SendTransaction, Object) - Method in class com.iizix.prop.NumberProp
Appends the Number property value as a String.
appendPropValue(PropMgr, SendTransaction, Object) - Method in class com.iizix.prop.PasswordProp
Appends the string property value.
appendPropValue(PropMgr, SendTransaction, Object) - Method in class com.iizix.prop.PlainKStringProp
Appends the KString property value as an PLAIN string.
appendPropValue(PropMgr, SendTransaction, Object) - Method in class com.iizix.prop.PrivProp
Appends the private property value.
appendPropValue(PropMgr, SendTransaction, Object) - Method in class com.iizix.prop.PropCnr
Appends the container property value.
appendPropValue(PropMgr, SendTransaction, Object) - Method in class com.iizix.prop.RectProp
Appends the rectangle property value.
appendPropValue(PropMgr, SendTransaction, Object) - Method in class com.iizix.prop.SizeProp
Appends the size property value.
appendPropValue(PropMgr, SendTransaction, Object) - Method in class com.iizix.prop.StringArrayProp
Appends the string array to an outgoing transaction.
appendPropValue(PropMgr, SendTransaction, Object) - Method in class com.iizix.prop.StringMapProp
Appends the string map to an outgoing transaction.
appendPropValue(PropMgr, SendTransaction, Object) - Method in class com.iizix.prop.StringProp
Appends the string property value.
appendPropValue(PropMgr, SendTransaction, Object) - Method in class com.iizix.prop.StringSetProp
Appends the string array to an outgoing transaction.
appendPropValue(PropMgr, SendTransaction, Object) - Method in class com.iizix.prop.StrokeProp
Appends the stroke property value.
appendPropValue(PropMgr, SendTransaction, Object) - Method in class com.iizix.prop.Styles
Overrides the append property value to transaction to check for font face(s) installation.
appendPropValue(PropMgr, SendTransaction, Object) - Method in class com.iizix.prop.StylesReferences
Appends the Styles References property value for the client.
appendPropValue(PropMgr, SendTransaction, Object) - Method in class com.iizix.prop.ui.CIDProp
Appends the integer property value.
appendPropValue(PropMgr, SendTransaction, Object) - Method in class com.iizix.prop.ui.ContextMenuReference
Appends the string property value.
appendPropValue(PropMgr, SendTransaction, Object) - Method in class com.iizix.prop.ui.device.DeviceProp
Appends the GSimpleDevice property value.
appendPropValue(PropMgr, SendTransaction, Object) - Method in class com.iizix.prop.ui.device.ThemesProp
Appends the GThemes property value.
appendPropValue(PropMgr, SendTransaction, Object) - Method in class com.iizix.prop.ui.GroupNameProp
Appends the string property value.
appendPropValue(PropMgr, SendTransaction, Object) - Method in class com.iizix.prop.ui.table.TableCell
Appends the contents property value.
appendPropValue(PropMgr, SendTransaction, Object) - Method in class com.iizix.prop.ui.TooltipProp
Appends the KString property value as an HTML string.
appendPropValue(PropMgr, SendTransaction, Object) - Method in class com.iizix.prop.UnitProp
Appends the unit property value.
appendPropValue(PropMgr, SendTransaction, Object) - Method in class com.iizix.prop.ValueProp
Appends the property value.
appendPropValue(PropMgr, SendTransaction, Object) - Method in class com.iizix.prop.vs.VSOnUIEvent
Appends the string property value.
appendPropValue(PropMgr, SendTransaction, Object) - Method in class com.iizix.term.prop.HostSessionProps
Appends the property value and all its children to a transaction using the AtomManager.
appendPropValue(PropMgr, SendTransaction, Object) - Method in class com.iizix.term.prop.RemoteHostSessionProp
Appends the property value to a transaction.
appendPropValueItem(SendTransaction, GColor) - Method in class com.iizix.prop.Color4Prop
Appends a color to a transaction.
appendPropValueItem(SendTransaction, GUnit) - Method in class com.iizix.prop.Unit4Prop
Appends a unit to a transaction.
appendPropValueItem(SendTransaction, Integer) - Method in class com.iizix.prop.Int4Prop
Appends a unit to a transaction.
appendPropValueItem(SendTransaction, String) - Method in class com.iizix.prop.String4Prop
Appends a unit to a transaction.
appendPropValueItem(SendTransaction, VALUE) - Method in class com.iizix.prop.MultiProp
Appends the property value item to a transaction.
appendPublicKey(SendTransaction) - Method in interface com.iizix.comm.IClientTransactionProcessor
Appends the server public key for the Diffie-Hellman key exchange with the client.
appendPublicKey(SendTransaction) - Method in class com.iizix.server.client.ClientParams
Appends the server public key for the Diffie-Hellman key exchange with the client.
appendPublicKey(SendTransaction) - Method in class com.iizix.server.client.ClientTransactionProcessor
Appends the server public key for the Diffie-Hellman key exchange with the client.
appendScreen(SendTransaction) - Method in class com.iizix.term.HostScreen
Adds the entire host screen definition in a transaction that will cause the client to display a new terminal window.
appendShort(int) - Method in class com.iizix.SendTransaction
Appends a 16 bit signed value to the outgoing transaction.
appendSigned(int) - Method in class com.iizix.SendTransaction
Appends an signed integer with the range -0x1FFFFFFF to 0x1FFFFFFF.
appendString(String) - Method in class com.iizix.SendTransaction
Appends a String to the outgoing transaction.
appendString(String, boolean) - Method in class com.iizix.SendTransaction
Appends a String to the outgoing transaction.
appendTooltipPropErrors(Composite) - Method in class com.iizigo.prop.DesignerProp
Appends property error information to a Composite that has a grid layout of 2 columns.
appendTooltipPropErrors(Composite, GProp<?>) - Static method in class com.iizigo.prop.DesignerProp
Appends property error information to a Composite that has a grid layout of 2 columns.
appendUnsigned(int) - Method in class com.iizix.SendTransaction
Appends an unsigned integer with the range 0x00000000 to 0x3FFFFFFF.
appendUShort(int) - Method in class com.iizix.SendTransaction
Appends a 16 bit unsigned value to the outgoing transaction.
AppFactory - Class in com.iizix.server.app
The application factory contains the application that should be run.
AppFactory(String, String, IAppLoader, File, AppDefinition) - Constructor for class com.iizix.server.app.AppFactory
Load the application from an Jar file or just creates a development instance.
AppHistoryEntry - Class in com.iizix.server.gyro
An entry in the application history.
appID - Variable in class com.iizix.server.client.ClientParams
The Application ID, null if not found.
appID - Variable in class com.iizix.server.vsviewer.VSViewerParams
The Application ID, null if not found.
AppLanguages - Class in com.iizix.prop
The configured languages for the application.
AppLanguages() - Constructor for class com.iizix.prop.AppLanguages
Constructor without name.
AppLanguages.Data - Class in com.iizix.prop
An internal AppLanguages map structure for fast look-up of a language.
AppLanguages.Result - Class in com.iizix.prop
The result of the language code look-up.
apple - com.iizix.gyro.IMessageBox.Icon
 
Apple - com.iizix.comm.oauth.AuthenticationProvider
Apple OAuth ??? TODO ??? authentication provider.
APPLE_APP_ID - Static variable in class com.iizix.prop.PushProps
The Apple App ID property: "appleID".
Application - Class in com.iizix.prop
The application property container holds all information about a single application.
Application() - Constructor for class com.iizix.prop.Application
Creates the application property container without a name.
Application(Atom) - Constructor for class com.iizix.prop.Application
Creates the application property container with the specified name.
APPLICATION_DATABASE_PERSISTENT - com.iizix.urn.URNResourceType
Application file, persisted in the server database.
APPLICATION_PERSISTENT - com.iizix.urn.URNResourceType
Application file, removed when an application is added or removed.
APPLICATION_VOLATILE - com.iizix.urn.URNResourceType
Application file.
ApplicationDistributor - Class in com.iizix.app.builder
Class used to produce a distribution of an iiziApp file from module projects.
ApplicationDistributor(PropFactory, PropMgr, PluginLoader, ExecutorService, boolean) - Constructor for class com.iizix.app.builder.ApplicationDistributor
Constructs the application compiler for the target file.
ApplicationDistributorCommandLine - Class in com.iizix.app.builder
The Command Line to create an Application Distribution.
ApplicationDistributorCommandLine() - Constructor for class com.iizix.app.builder.ApplicationDistributorCommandLine
 
ApplicationDistributorJob - Class in com.iizigo.app
The Eclipse Job to create an Application Distribution.
ApplicationDistributorJob(IFile, AppDistributionProps, boolean) - Constructor for class com.iizigo.app.ApplicationDistributorJob
Creates the Job for a the distribution and sets the Build Rule.
ApplicationDistributorLauncher - Class in com.iizigo.app
Launches the Application Distributor with a file name.
ApplicationDistributorLauncher() - Constructor for class com.iizigo.app.ApplicationDistributorLauncher
Default constructor.
ApplicationDistributorPropertyPage - Class in com.iizigo.app
The iizi Application Distribution property page.
ApplicationDistributorPropertyPage() - Constructor for class com.iizigo.app.ApplicationDistributorPropertyPage
Constructor for Folder property page.
applicationLanguageCode - Variable in class com.iizix.prop.AppLanguages.Result
The application-defined language code to use, never null.
ApplicationUI - Class in com.iizigo
The ApplicationUI instance holds the various images loaded from Image Descriptors and can be used as SWT Images directly, as well as other SWT allocated object such as colors.
apply() - Method in class com.iizigo.plugin.ProjectPluginChooser
Applies the changes.
apply() - Method in class com.iizigo.text.SettingsComposite
Applies the entries.
apply(PropCnr) - Method in class com.iizigo.clientpref.BoolPref
Applies the settings.
apply(PropCnr) - Method in class com.iizigo.clientpref.ColorPref
Applies the settings.
apply(PropCnr) - Method in interface com.iizigo.clientpref.IClientPref
Applies the settings.
apply(PropCnr) - Method in class com.iizigo.clientpref.IntPref
Applies the settings.
apply(PropCnr) - Method in class com.iizigo.clientpref.KeyPref
Applies the settings.
apply(PropCnr) - Method in class com.iizigo.clientpref.LinePref
Applies the settings.
apply(PropCnr) - Method in class com.iizigo.clientpref.PanelPrefComposite
Applies the changes.
applyHeaderGradient(Composite) - Method in class com.iizigo.ApplicationUI
Applies a gradient on a composite.
applyStyles(TextStyle) - Method in class com.iizix.swt.BoldFontStyler
Sets the new bold font.
AppPropCnr - Class in com.iizix.server.app.prop
The Application root property container that contains ModuleProjectPropCnr's for the Module Projects in the application.
AppPropCnr() - Constructor for class com.iizix.server.app.prop.AppPropCnr
Constructs the instance without an AppID.
AppPropCnr(Atom) - Constructor for class com.iizix.server.app.prop.AppPropCnr
Constructs the instance with an application ID.
APPS - Static variable in class com.iizix.prop.Atom
 
appSessionCount - Variable in class com.iizix.server.UserInfoHistoryEntry
App session count.
appSessionGyro(IAppSessionGyro) - Method in class com.iizix.server.user.UserProfileImageRequest
Assigns the App Session Gyro to use.
appSessionGyro(IAppSessionGyro) - Method in interface com.iizix.urn.user.IUserProfileImageRequest
Assigns the App Session Gyro to use.
AppSessionGyro - Class in com.iizix.server.gyro
Gyro instance that is used for a single user running one application.
AppSessionGyro(ServerShell, SessionInfo, ThreadGroup, UserSessions, ClientParams, AuthenticatedUser) - Constructor for class com.iizix.server.gyro.AppSessionGyro
Constructs the instance of the application for the first user session.
AppSessionManager - Class in com.iizix.term.server
The manager of the terminal sessions for an application session.
appUI - Variable in class com.iizigo.editor.PropEditorPart
The Application UI.
appUI - Variable in class com.iizigo.link.ui.UIBuilderSubOperation
The Application UI.
appUI - Variable in class com.iizigo.prop.BaseEditor
The ApplicationUI instance.
Arabic - com.iizix.translate.google.Language
 
Arabic - com.iizix.translate.microsoft.Language
 
archive - com.iizix.gyro.IMessageBox.Icon
 
area_chart - com.iizix.gyro.IMessageBox.Icon
 
areAllAppsAllowed() - Method in class com.iizix.server.db.GroupInfo
Returns if the group allows users to run all apps without further app checking.
areAllResourceBased(GProp<?>[]) - Static method in class com.iizigo.Activator
Checks if the properties only contains resources.
areAndroidIconsTransparent - Static variable in class com.iizix.run.RuntimeBuilderSettings
Flag for opacity for Android icons.
AREAS - com.iizix.prop.ui.chart.plot2d.PlotOption
Whether or not to draw areas on this plot.
AREAS - com.iizix.prop.ui.chart.plot2d.PlotType
Area.
areBinaryDataFramesSupported() - Method in class com.iizix.jetty.InternalWebSocket
Checks if Binary Data Frames are supported.
areBinaryDataFramesSupported() - Method in interface com.iizix.nio.IWebSocketComm
Checks if Binary Data Frames are supported.
areBinaryDataFramesSupported() - Method in class com.iizix.nio.WebSocketCommNIO
Checks if Binary Data Frames are supported.
areChanged(EEField[]) - Method in class com.iizix.term.ee.EEScreen
Checks if fields are changed.
areChildrenIncluded() - Method in class com.iizigo.event.QueryReferences
Check if children should be searched for.
areFree(Runnable, boolean, VSComponent) - Method in class com.iizix.prop.vs.VSComponent
Verifies if this component and another are included in a work unit currently in progress in the VirtualSpace.
areFree(Runnable, boolean, VSComponent...) - Method in class com.iizix.prop.vs.VirtualSpace
Verifies if the component(s) is/are included in a work unit currently in progress in this VirtualSpace.
areFree(Runnable, boolean, VSComponent...) - Method in class com.iizix.prop.vs.VSComponent
Verifies if this component and other component(s) are included in a work unit currently in progress in the VirtualSpace.
areFree(Runnable, VSComponent...) - Method in class com.iizix.prop.vs.VSWorkUnit
Verifies if component(s) is/are included in the work unit.
areFree2(Runnable, boolean, VSComponent, VSComponent...) - Method in class com.iizix.prop.vs.VirtualSpace
Verifies if the components are included in a work unit currently in progress in this VirtualSpace.
areiOSIconsTransparent - Static variable in class com.iizix.run.RuntimeBuilderSettings
Flag for opacity for iOS icons.
areMatching(HostScreen, int, int) - Method in class com.iizix.term.prop.ScreenIdentificationsProp
Checks if the identifications are matching.
areNewAtomsPresent() - Method in class com.iizix.prop.PropMgr
Checks if append property manager data is required.
areProjectsLoaded() - Method in class com.iizix.server.app.AppFactory
Returns the projects ready flag.
areStylesIncluded() - Method in class com.iizigo.panel.PanelEditor
Returns if styles are displayed or not.
areTablesCreated(Connection, String, String) - Static method in class com.iizix.server.db.DBUtilities
Checks if the tables already are created.
areUnicodeZeroWidthCharsIgnored() - Method in class com.iizix.ws.prop.OutputProps
Checks if Unicode zero-width non-breaking space (0xFEFF) should be ignored.
Armenian - com.iizix.translate.google.Language
 
ArrayProp<ITEM extends GProp<?>> - Class in com.iizix.prop
The Array property class holds the property name, value and optionally has a parent and/or property listener(s).
ArrayProp() - Constructor for class com.iizix.prop.ArrayProp
Creates an Array property with the specified name with a null value.
ArrayProp(Atom) - Constructor for class com.iizix.prop.ArrayProp
Creates an Array property with the specified name with a null value.
ArrayProp(Atom, Class<ITEM>) - Constructor for class com.iizix.prop.ArrayProp
Creates an Array property with the specified name with a null value.
arrow - Variable in class com.iizigo.swt.IzCCombo
 
arrow_circle_down - com.iizix.gyro.IMessageBox.Icon
 
arrow_circle_left - com.iizix.gyro.IMessageBox.Icon
 
arrow_circle_o_down - com.iizix.gyro.IMessageBox.Icon
 
arrow_circle_o_left - com.iizix.gyro.IMessageBox.Icon
 
arrow_circle_o_right - com.iizix.gyro.IMessageBox.Icon
 
arrow_circle_o_up - com.iizix.gyro.IMessageBox.Icon
 
arrow_circle_right - com.iizix.gyro.IMessageBox.Icon
 
arrow_circle_up - com.iizix.gyro.IMessageBox.Icon
 
arrow_down - com.iizix.gyro.IMessageBox.Icon
 
ARROW_DRAWN_INDEX - Static variable in class com.iizix.swt.CustomSashForm
 
ARROW_HEIGHT - Static variable in class com.iizix.swt.CustomSashForm
 
arrow_left - com.iizix.gyro.IMessageBox.Icon
 
ARROW_MARGIN - Static variable in class com.iizix.swt.CustomSashForm
 
arrow_right - com.iizix.gyro.IMessageBox.Icon
 
ARROW_TYPE_INDEX - Static variable in class com.iizix.swt.CustomSashForm
 
arrow_up - com.iizix.gyro.IMessageBox.Icon
 
ARROW_WIDTH - Static variable in class com.iizix.swt.CustomSashForm
 
arrowColor - Variable in class com.iizix.swt.CustomSashForm
 
arrowEvent(Event) - Method in class com.iizigo.swt.IzCCombo
Processes the arrow event.
arrows - com.iizix.gyro.IMessageBox.Icon
 
arrows_alt - com.iizix.gyro.IMessageBox.Icon
 
arrows_h - com.iizix.gyro.IMessageBox.Icon
 
arrows_v - com.iizix.gyro.IMessageBox.Icon
 
asAnimatedSingleIndexedSelection() - Method in interface com.iizix.prop.ui.selection.IUISelection
Returns the selection as an animated single indexed selection.
asBooleanSelection() - Method in interface com.iizix.prop.ui.selection.IUISelection
Returns the selection as a boolean selection.
asBufferedImage() - Method in class com.iizix.barcode.BarcodeBuilder
Creates a BufferedImage of the barcode that can be used in java.awt transformations or other operations.
asCellOwner(TableCell) - Method in class com.iizix.prop.ui.table.TCell
Creates a new GCell instance that is cell selected.
asCellSelected(boolean) - Method in class com.iizix.prop.ui.table.TCell
Creates a new GCell instance that is cell selected.
asCellSelection() - Method in interface com.iizix.prop.ui.selection.IUISelection
Returns the selection as a cell based selection.
asIndexedSelection() - Method in interface com.iizix.prop.ui.selection.IUISelection
Returns the selection as an indexed selection.
asKString() - Method in enum com.iizix.text.LocaleString
Gets the KString for an enum value.
asKString(SessionInfo) - Method in enum com.iizix.text.LocaleString
Gets the KString for an enum value.
asKString(SessionInfo, String) - Static method in enum com.iizix.text.LocaleString
Looks up a text ID from the system tables with an optional sessionInfo parameter that can be non-null to define the locale, otherwise it is looked up.
asKString(SessionInfo, String, KString) - Static method in enum com.iizix.text.LocaleString
Looks up a text ID from the system tables with an optional sessionInfo parameter that can be non-null to define the locale, otherwise it is looked up.
asKString(ILocaleString, String, KString) - Static method in enum com.iizix.text.LocaleString
Looks up a text ID from the system tables with an optional sessionInfo parameter that can be non-null to define the locale, otherwise it is looked up.
asKString(String) - Static method in enum com.iizix.text.LocaleString
Looks up a text ID from the system tables.
asKString(String, KString) - Static method in enum com.iizix.text.LocaleString
Looks up a text ID from the system tables.
asl_interpreting - com.iizix.gyro.IMessageBox.Icon
 
asLong(byte[], LocaleInfo) - Method in class com.iizix.value.BinaryValue
Returns a long value if possible.
asLong(KString, LocaleInfo) - Method in class com.iizix.value.KStringValue
Returns a long value if possible.
asLong(ImmutableXMLGregorianCalendar, LocaleInfo) - Method in class com.iizix.value.XMLGregorianCalendarValue
Returns a long value if possible.
asLong(Boolean, LocaleInfo) - Method in class com.iizix.value.BooleanValue
Returns a long value if possible.
asLong(String, LocaleInfo) - Method in class com.iizix.value.StringValue
Returns a long value if possible.
asLong(Duration, LocaleInfo) - Method in class com.iizix.value.DurationValue
Returns a long value if possible.
asLong(LocalDate, LocaleInfo) - Method in class com.iizix.value.LocalDateValue
Returns a long value if possible.
asLong(LocalDateTime, LocaleInfo) - Method in class com.iizix.value.LocalDateTimeValue
Returns a long value if possible.
asLong(LocalTime, LocaleInfo) - Method in class com.iizix.value.LocalTimeValue
Returns a long value if possible.
asLong(MonthDay, LocaleInfo) - Method in class com.iizix.value.MonthDayValue
Returns a long value if possible.
asLong(OffsetDateTime, LocaleInfo) - Method in class com.iizix.value.OffsetDateTimeValue
Returns a long value if possible.
asLong(OffsetTime, LocaleInfo) - Method in class com.iizix.value.OffsetTimeValue
Returns a long value if possible.
asLong(Period, LocaleInfo) - Method in class com.iizix.value.PeriodValue
Returns a long value if possible.
asLong(YearMonth, LocaleInfo) - Method in class com.iizix.value.YearMonthValue
Returns a long value if possible.
asLong(Year, LocaleInfo) - Method in class com.iizix.value.YearValue
Returns a long value if possible.
asLong(ZonedDateTime, LocaleInfo) - Method in class com.iizix.value.ZonedDateTimeValue
Returns a long value if possible.
asLong(Duration, LocaleInfo) - Method in class com.iizix.value.XMLDurationValue
Returns a long value if possible.
asLong(TYPE, LocaleInfo) - Method in interface com.iizix.value.IValueObject
Returns a long value if possible.
asLong(TYPE, LocaleInfo) - Method in class com.iizix.value.NumberValue
Returns a long value if possible.
asLongCast(Object, LocaleInfo) - Method in interface com.iizix.value.IValueObject
Returns a long value if possible.
AssetEvent - Class in com.iizix.event
Event ID used to broadcast an event of asset file changes, send to all properties in a module project.
AssetEvent(FileURIPropCnr) - Constructor for class com.iizix.event.AssetEvent
Constructs a new AssetEvent.
assetFolder - Variable in class com.iizix.run.RuntimeBuilderInitialSetup
The default (sub)folder in Assets, default "iiziRun".
AssetReference - Class in com.iizix.prop
The Asset Reference property class hold the reference to a file in the Assets directory.
AssetReference() - Constructor for class com.iizix.prop.AssetReference
Creates an Asset Reference property with no name and with a null value.
AssetReference(Atom) - Constructor for class com.iizix.prop.AssetReference
Creates an Asset Reference property with the specified name with a null value.
AssetReference(Atom, String) - Constructor for class com.iizix.prop.AssetReference
Creates an Asset Reference property with the specified name and value.
AssetReferenceLocation - Class in com.iizigo.image
An asset reference and location holder.
AssetReferenceLocation() - Constructor for class com.iizigo.image.AssetReferenceLocation
 
AssetReferences - Class in com.iizix.prop
The Asset References property class hold the references to zero or more FileURIPropCnr property containers.
AssetReferences() - Constructor for class com.iizix.prop.AssetReferences
Creates a Styles Reference property with no name and with a null value.
AssetReferences(Atom) - Constructor for class com.iizix.prop.AssetReferences
Creates a Styles Reference property with the specified name with a null value.
AssetReferences(Atom, String) - Constructor for class com.iizix.prop.AssetReferences
Creates a Styles Reference property with the specified name and value.
ASSETS - com.iizigo.project.Folder
 
ASSETS - Static variable in class com.iizix.BaseModules
The Assets module.
assets_folder - Variable in class com.iizix.run.RuntimeBuilderSettings
The Assets folder for "icons" and "splash" screens.
assign(PropVerificationError[]) - Method in class com.iizix.prop.PropError
Assigns the verification errors.
assign(RemoteBuilderEndPoint) - Method in class com.iizix.server.run.prop.ServerRuntimeBuilderProps
Assigns the remote party end point.
assignAcceptableValue() - Method in class com.iizix.prop.vs.VSField
Assigns an acceptable value to the field in order to be able to use it properly.
assignAuthenticatedUser(String, String) - Method in interface com.iizix.gyro.IRemoteSessionControl
Changes the authenticated user to be used the next time the client is started.
assignBundleContext(BundleContext) - Method in class com.iizigo.prop.PropertyEditorSetup
Assigns the bundle.
assignCallback(ILicenseCallback) - Method in interface com.iizix.license.IGenericLicenseSystem
Assigns the callback for major failures.
assignCertificateFromEclipseBundle(IX509CertificateFromEclipseBundle) - Static method in class com.iizix.security.CertificateHelper
Assigns the certificate retrieval from an Eclipse Bundle when it cannot be retrieved normally using the Java CodeSource.getCertificates() call.
assignClassLoader(JarClassLoader) - Method in class com.iizix.server.app.prop.ModuleProjectPropCnr
Assigns the class loader of the Module project.
assignClientPublicKey(String) - Method in class com.iizix.server.client.DHKey
Assigns the Client's public key.
assignConfigFile(File) - Method in class com.iizigo.server.config.EditorServerSettings
Assigns the config file.
assignConnectionPool(IDBConnectionPool) - Method in interface com.iizix.server.db.IDBPoolProxy
Assigns the connection pool.
ASSIGNED - com.iizix.prop.BinderAction.ActionPerformed
 
assignError(String) - Method in class com.iizix.prop.AbstractReference
Assigns a property error message of ERROR severity with DeleteProperty quick-fix.
assignError(String, String) - Method in class com.iizigo.prop.EditedPropController
Assigns an error to the property.
assignErrorWithID(String, String, String) - Method in class com.iizigo.prop.EditedPropController
Assigns an error to the property.
assignFeedBack(IUserInterfaceFeedback<ValidateReply>) - Method in interface com.iizix.license.IGenericLicenseSystem
Assigns the validation feedback (UI).
assignFieldType(HostScreen, int, int) - Method in class com.iizigo.term.prop.EditorScreenFieldProp
Assigns the field type from the host field.
assignFontInfoResolver(IFontInfo.Resolver) - Static method in class com.iizix.prop.ui.UIComp
Assigns the IFontInfo resolver.
assignKeyStore(PKCS12IdentityProp, String) - Method in class com.iizigo.prop.editor.PKCS12IdentityPropEditor
Assigns a new keystore and password.
assignMaster(MultiPropCnr, Class<PROP>, PropLabel) - Method in class com.iizigo.prop.BaseEditor
Assigns the master property controller.
assignMaster(MultiPropCnr, Class<PROP>, PropLabel) - Method in interface com.iizigo.prop.IEditedPropertyEntryMultiProp
Assigns the master property controller.
assignModuleProvider(IModuleProjectPropProvider) - Method in class com.iizix.prop.ClientProps
Assigns a module project property provider.
assignNotFoundError(PropReference) - Method in class com.iizix.prop.AbstractReference
Assigns not found error.
assignOppositeProxy(ProxyImpl) - Method in class com.iizix.prop.ProxyImpl
Assigns the opposite proxy in case two directional updates is used.
assignProcessed(ILinkCapable, Collection<IAdaptable>) - Method in class com.iizigo.link.LinkData
Assigns the set of sources that are processed by the link-capable processor.
assignProcessed(ILinkCapable, IAdaptable) - Method in class com.iizigo.link.LinkData
Assigns the set of sources that are processed by the link-capable processor.
assignProcessed(ILinkCapable, IAdaptable...) - Method in class com.iizigo.link.LinkData
Assigns the set of sources that are processed by the link-capable processor.
assignProperty(PropCnr) - Method in class com.iizigo.term.screen.ScreenDesigner
Assigns the verification property and starts listening to it.
assignReference() - Method in class com.iizigo.vs.wizards.VSActionCreation
Completes the referencing to the VS Action in the UI component.
assignReference() - Method in class com.iizigo.vs.wizards.VSColumnCreation
Completes the referencing to the VS Column in the UI component.
assignReference() - Method in class com.iizigo.vs.wizards.VSComponentCreation
Completes the referencing to the VS component in the UI component.
assignReference() - Method in class com.iizigo.vs.wizards.VSFieldCreation
Completes the referencing to the VS Field in the UI component.
assignReference() - Method in class com.iizigo.vs.wizards.VSTableCreation
Completes the referencing to the VS Table in the UI component.
assignRemoteAddress(InetSocketAddress, String, String, int, boolean) - Method in class com.iizix.SessionInfo
Assigns a remote address.
assignRootParent(PropCnr) - Method in class com.iizix.prop.ProxyPropCnr
Assigns a root parent proxying is done for e.g.
assignServerSessionID(long) - Method in class com.iizix.SessionInfo
Assigns the connection ID for a Server Session ID.
assignSessionID(String) - Method in class com.iizix.server.client.ClientParams
Assigns a new Session ID for this session.
assignSessionID(String) - Method in class com.iizix.server.vsviewer.VSViewerParams
Assigns a new Session ID for this session.
assignSessions(SessionsProp) - Method in class com.iizix.term.server.TerminalSessionManager
Assigns the cloned sessions property.
assignSettings(VSActionTXProcess, SETTINGS) - Method in interface com.iizix.actionactor.IActionActorSettingsReceiver
Called when the construction is performed of the node to assign the settings property container.
assignSettings(VSActionTXProcess, SETTINGS) - Method in class com.iizix.txp.impl.AbstractActionActorTXPNode
Called when the construction is performed of the node to assign the settings property container.
assignTextControl(KStringStyledText) - Method in class com.iizigo.text.CommonTextActions
Assigns the StyledText instance for form editing.
assignTextControl(Text, ViewerCell) - Method in class com.iizigo.text.CommonTextActions
Assigns the Text instance for direct editing in tables.
assignThread() - Method in class com.iizix.SessionInfo
Temporarily assigns a SessionInfo object to a thread.
assignTransactionComm(TransactionComm) - Method in class com.iizix.comm.session.SessionTransMgr
Assigns the created transaction communications instance.
assignValue(String, Atom, String[], String, String) - Method in class com.iizigo.font.prop.EditorFontFiles
Helper function that assigns a value from a string to a property depending on a String array.
assignValue(PROP_VALUE) - Method in class com.iizigo.prop.EditedPropController
Assigns the value to the properties and clears potential error in the property.
assignViewer(TableViewer) - Method in class com.iizigo.vs.VSTableLabelProvider
Assigns the viewer for updates.
assignVirtualSpace(VirtualSpace, IComplexOperation) - Method in interface com.iizix.prop.vs.IVSParticipant
Sets the VirtualSpace participant's VirtualSpace reference.
assignVSField(VSField) - Method in class com.iizix.prop.ui.mlist.MLItemProp
Assigns the VSField for this item, typically for MLCheckBox or MLSwitch that are connected through VSTable's.
assignWebServerRoot(File) - Static method in class com.iizix.license.LicenseSystem
Assigns the web server root directory for the license system.
asSingleIndexedSelection() - Method in interface com.iizix.prop.ui.selection.IUISelection
Returns the selection as a single indexed selection.
assistive_listening_systems - com.iizix.gyro.IMessageBox.Icon
 
associate(ITXPNode) - Method in class com.iizix.txp.impl.TXProcessImpl
 
associate(ITXPNode) - Method in interface com.iizix.txp.ITXProcess
Associate an atomic unit of work (a node) with this process.
associateNature(IProject, PluginDescriptor[], IProgressMonitor) - Static method in class com.iizigo.project.ModuleNature
Associating the iizi-nature with a project.
asString() - Method in enum com.iizix.text.LocaleString
Gets the plain string for an enum value.
asString(SessionInfo) - Method in enum com.iizix.text.LocaleString
Gets the plain string for an enum value.
asString(SessionInfo, String) - Static method in enum com.iizix.text.LocaleString
Looks up a text ID from the system tables with an optional sessionInfo parameter that can be non-null to define the locale, otherwise it is looked up.
asString(SessionInfo, String, String) - Static method in enum com.iizix.text.LocaleString
Looks up a text ID from the system tables with an optional sessionInfo parameter that can be non-null to define the locale, otherwise it is looked up.
asString(ILocaleString) - Method in enum com.iizix.text.LocaleString
Gets the plain string for an enum value.
asString(ILocaleString, String, String) - Static method in enum com.iizix.text.LocaleString
Looks up a text ID from the system tables with an optional sessionInfo parameter that can be non-null to define the locale, otherwise it is looked up.
asString(String) - Static method in enum com.iizix.text.LocaleString
Looks up a text ID from the system tables.
asString(String, String) - Static method in enum com.iizix.text.LocaleString
Looks up a text ID from the system tables.
asSVG() - Method in class com.iizix.barcode.BarcodeBuilder
Creates an SVG image for the barcode.
asterisk - com.iizix.gyro.IMessageBox.Icon
 
asTriStateSelection() - Method in interface com.iizix.prop.ui.selection.IUISelection
Returns the selection as a tri-state selection.
asURN() - Method in class com.iizix.barcode.BarcodeBuilder
Gets the String to as a {@link BarcodeURN} for this barcode.
asURN() - Method in class com.iizix.barcode.BarcodeData
Gets the URN representation of this barcode if it is encodable.
asURN(int, int) - Method in class com.iizix.barcode.BarcodeData
Gets the URN representation of this barcode if it is encodable, in the requested size.
asURNResource() - Method in class com.iizix.urn.URN
Gets this instance as type.
asURNResource() - Method in class com.iizix.urn.URNResource
Gets this instance as type.
asURNString() - Method in class com.iizix.barcode.BarcodeBuilder
Gets the String to as a {@link BarcodeURN} for this barcode.
at - com.iizix.gyro.IMessageBox.Icon
 
atom - Variable in class com.iizigo.link.java.IJavaInterfaceLinkEnabler.InterfaceDefinition
The atom name of the ClassReference property.
atom - Variable in class com.iizigo.prop.PropertyEditorInfo
The property Atom, null for special ones.
atom - Variable in enum com.iizix.prop.vs.IVSComponentState.State
The atom for the property.
atom - Variable in class com.iizix.prop.vs.VSReferenceOwnerData
The atom name of the reference.
Atom - Class in com.iizix.prop
The Atom object instance is used to access the name string for e.g.
Atom(String, int) - Constructor for class com.iizix.prop.Atom
This method is ONLY intended to be used by GAtom!
ATOM - Static variable in class com.iizix.prop.PushProps
The atom for the Push Notification properties container: "$push".
ATOM - Static variable in class com.iizix.prop.PWAProps
The atom for the PWA properties container: "$pwa".
ATOM_ITEMS_CNR - Static variable in class com.iizix.prop.ui.UIAbstractListChoice
The items container property atom.
ATOM_ON_UI_ACTION - Static variable in class com.iizix.prop.Atom
 
ATOM_ON_UI_BACK - Static variable in class com.iizix.prop.Atom
 
ATOM_ON_UI_CONNECT - Static variable in class com.iizix.prop.Atom
 
ATOM_ON_UI_CREATE - Static variable in class com.iizix.prop.Atom
 
ATOM_ON_UI_DESTROY - Static variable in class com.iizix.prop.Atom
 
ATOM_ON_UI_FOCUS - Static variable in class com.iizix.prop.Atom
 
ATOM_ON_UI_SELECTION - Static variable in class com.iizix.prop.Atom
 
ATOM_ON_UI_TEXT_CHANGE - Static variable in class com.iizix.prop.Atom
 
ATOM_ON_UI_VALUE_CHANGE - Static variable in class com.iizix.prop.Atom
 
ATOM_ON_VS_ACTION - Static variable in class com.iizix.prop.Atom
 
ATOM_ON_VS_CHANGE - Static variable in class com.iizix.prop.Atom
 
ATOM_ON_VS_CREATE - Static variable in class com.iizix.prop.Atom
 
ATOM_ON_VS_DESTROY - Static variable in class com.iizix.prop.Atom
 
ATOM_ON_VS_FOCUS - Static variable in class com.iizix.prop.Atom
 
ATOM_ON_VS_STATE - Static variable in class com.iizix.prop.Atom
 
AtomGenerator - Class in com.iizix.editor
This class is an atom generator to use with a specific property container.
AtomGenerator(PropCnr) - Constructor for class com.iizix.editor.AtomGenerator
Creates an atom generator using the atom manager and a property container.
AtomNamePropEditor - Class in com.iizigo.prop.editor
The Atom Name "property" editor consists of a simple entry field.
AtomNamePropEditor() - Constructor for class com.iizigo.prop.editor.AtomNamePropEditor
Default constructor called before createControls.
attachEditor(PropEditorPart) - Method in class com.iizigo.prop.FilePropCnr
Attaches an Editor to this file.
attachHostSession(HostSession, Runnable) - Method in class com.iizix.term.remote.RemoteHostSession
Attaches a host session to this instance.
attachment - Variable in class com.iizigo.prop.TreeItemNavigatorPresentation
 
attempVSLink(boolean, GProp<?>[], String, IPropUndoRedo) - Method in interface com.iizigo.vs.link.IVSLinkEnabler
Processes VS-linking from properties.
ATTR_BLINK - Static variable in class com.iizix.term.HostScreen
Blink attribute.
ATTR_BOLD - Static variable in class com.iizix.term.HostScreen
Bold attribute.
ATTR_UNDERLINE - Static variable in class com.iizix.term.HostScreen
Underline attribute.
attribute - Variable in class com.iizix.term.ee.EEField
The host attribute of the field (3270 or 5250 dependent).
audio_description - com.iizix.gyro.IMessageBox.Icon
 
auth - Variable in class com.iizix.push.vapid.Subscription.Keys
 
AUTH_BASIC - Static variable in class com.iizix.server.prop.ServerSettings
Authentication required: basic.
AUTH_REALM - Static variable in class com.iizix.server.push.PushNotificationHandler
Authentication Realm for Push Notifications.
AuthenticatedUser - Class in com.iizix.server.user
Instance holding data for the "authenticated" user.
AuthenticatedUserProvider - Class in com.iizix.user
Provider interface to retrieve an authenticated user for a client or application session.
AuthenticatedUserProvider() - Constructor for class com.iizix.user.AuthenticatedUserProvider
 
AuthenticationProvider - Enum in com.iizix.comm.oauth
Authentication provider for sign in.
author_email - Variable in class com.iizix.run.RuntimeBuilderSettings
Email to author for app.
author_href - Variable in class com.iizix.run.RuntimeBuilderSettings
Web site of author for app.
author_name - Variable in class com.iizix.run.RuntimeBuilderSettings
Name of author.
AUTO_ACCEPT - Static variable in class com.iizix.server.acme.LetsEncryptDomain
Flag for auto-accept.
AUTO_CREATE_VS_FIELDS - Static variable in class com.iizigo.term.PluginPreference
ID for auto-creation of VS fields.
Auto_detect - com.iizix.translate.google.Language
 
Auto_detect - com.iizix.translate.microsoft.Language
 
AUTO_TRANSLATE_FROM - Static variable in class com.iizix.prop.TextTable
Constant for the atom name of the property: automatic translation from this table.
AUTO_TRANSLATE_TO - Static variable in class com.iizix.prop.TextTable
Constant for the atom name of the property: automatic translation to this table.
automobile - com.iizix.gyro.IMessageBox.Icon
 
autoRename(PropCnr, GProp<?>[], String, String, String) - Static method in class com.iizigo.editor.PropHelper
Auto-renames properties.
autoScaleDown(int) - Static method in class com.iizigo.ApplicationUI
Auto-scales down for high DPI displays.
autoScaleUp(int) - Static method in class com.iizigo.ApplicationUI
Auto-scales up for high DPI displays.
AVAILABLE - Static variable in class com.iizix.prop.GeoProps
The available or supported property name.
awaitExit() - Method in class com.iizix.server.WorkerThread
Waits max 30 seconds for worker thread to exit.
awake(IJobChangeEvent) - Method in class com.iizigo.java.SyncState
Notification that a job was previously sleeping and has now been rescheduled to run.
awake(IJobChangeEvent) - Method in class com.iizigo.JobRescheduler
 
AWAY - com.iizix.prop.ui.chart.axis2d.AxisTitleOrientation
 
AWTEmbeddedCompositeResizer - Class in com.iizix.swt
Class used to quickly handle resize changes in the SWT-AWT-embed-composite.
awtImageError - Static variable in class com.iizigo.term.PluginActivator
AWT image: error sign.
awtImageWarning - Static variable in class com.iizigo.term.PluginActivator
AWT image: warning sign.
AXIS - com.iizix.prop.ui.chart.axis2d.AxisStroke
Stroke to be used for drawing an axis.
AXIS - com.iizix.prop.ui.chart.axis2d.AxisTitleOrientation
Default is LEFT_OR_BOTTOM.
AXIS - com.iizix.prop.ui.chart.IChartContainer.Type
 
Axis2D - Class in com.iizix.prop.ui.chart.axis2d
A chart axis is normally added to charts.
Axis2D() - Constructor for class com.iizix.prop.ui.chart.axis2d.Axis2D
Constructs a new axis without a name.
Axis2D(Atom) - Constructor for class com.iizix.prop.ui.chart.axis2d.Axis2D
Constructs a new axis from an Atom name.
Axis2D(String) - Constructor for class com.iizix.prop.ui.chart.axis2d.Axis2D
Constructs a new horizontal axis from a name.
Axis2D(String, boolean) - Constructor for class com.iizix.prop.ui.chart.axis2d.Axis2D
Constructs a new horizontal axis from a name.
AxisColor - Enum in com.iizix.prop.ui.chart.axis2d
The Axis2D color settings for labels and title.
AxisFixLower - Enum in com.iizix.prop.ui.chart.axis2d
This enum has the values of the alignment of the ticks and have 4 available options: MAJOR, MINOR, MICRO, and NONE.
AxisFixUpper - Enum in com.iizix.prop.ui.chart.axis2d
This enum has the values of the alignment of the ticks and have 4 available options: MAJOR, MINOR, MICRO, and NONE.
AxisFont - Enum in com.iizix.prop.ui.chart.axis2d
The Axis2D font settings the can be set or retrieved.
AxisInteger - Enum in com.iizix.prop.ui.chart.axis2d
The Axis2D integer settings the can be set or retrieved.
AxisKString - Enum in com.iizix.prop.ui.chart.axis2d
The Axis2D KStrings settings the can be set or retrieved.
AxisNumber - Enum in com.iizix.prop.ui.chart.axis2d
The Axis2D number settings the can be set or retrieved.
AxisOption - Enum in com.iizix.prop.ui.chart.axis2d
The Axis2D boolean settings the can be set or retrieved.
AxisPosition - Enum in com.iizix.prop.ui.chart.axis2d
The position of the axis.
AxisStroke - Enum in com.iizix.prop.ui.chart.axis2d
The Axis2D stroke settings for axis and various ticks the can be set or retrieved for the axis.
AxisTitleOrientation - Enum in com.iizix.prop.ui.chart.axis2d
The orientation for axis title.
Azeerbaijani - com.iizix.translate.google.Language
 
AZTEC - com.iizix.barcode.BarcodeType
Aztec Code is a type of 2D barcode invented by Andrew Longacre, Jr.
AzureAuthToken - Class in com.iizix.translate.microsoft
Client to call Cognitive Services Azure Authentication Token service in order to get an access token.
AzureAuthToken(String) - Constructor for class com.iizix.translate.microsoft.AzureAuthToken
Constructs the Azure Authorization Token requestor.
AzureCognitiveServices - Class in com.iizigo.translate.microsoft
The Editor version of the Azure Cognitive Services translator implementation.
AzureCognitiveServices - Class in com.iizix.translate.microsoft
Azure Cognitive Services implementation to get supported Languages, detect language(s) and perform translations.
AzureCognitiveServices() - Constructor for class com.iizigo.translate.microsoft.AzureCognitiveServices
Constructor.
AzureCognitiveServices() - Constructor for class com.iizix.translate.microsoft.AzureCognitiveServices
 
AzureCognitiveServicesTest - Class in com.iizix.translate.test
Test class for Azure Cognitive Services.
AzureCognitiveServicesTest() - Constructor for class com.iizix.translate.test.AzureCognitiveServicesTest
 
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _ 
All Classes All Packages