Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
O
- OAuthBrowserDialog - Class in com.iizigo.ws.editor
- Browser in dialog used to show the OAuth (2) client authentication.
- OAuthBrowserDialog(Shell, IOAuthService, String) - Constructor for class com.iizigo.ws.editor.OAuthBrowserDialog
- Create the dialog.
- OAuthEngine - Class in com.iizix.server.oauth
- The OAuth (2) authentication engine.
- OAuthSession - Class in com.iizix.server.oauth
- The OAuth 1.0a or 2.0 session that handles authentication.
- OAuthSession(IOAuthCallbackProvider) - Constructor for class com.iizix.server.oauth.OAuthSession
- Constructs a new authentication session with a callback provider.
- OAuthSession(IAppSessionGyro) - Constructor for class com.iizix.server.oauth.OAuthSession
- Constructs a new authentication session for the application session.
- object_group - Enum constant in enum class com.iizix.gyro.IMessageBox.Icon
- object_ungroup - Enum constant in enum class com.iizix.gyro.IMessageBox.Icon
- odnoklassniki - Enum constant in enum class com.iizix.gyro.IMessageBox.Icon
- odnoklassniki_square - Enum constant in enum class com.iizix.gyro.IMessageBox.Icon
- OffsetDateTime - Enum constant in enum class com.iizix.prop.GDateTime.Type
- OffsetDateTime - Enum constant in enum class com.iizix.prop.ui.datetime.UIDateTimeDataType
- OffsetDateTime - Enum constant in enum class com.iizix.Value.Type
- The Data Type: java.time.OffsetDateTime.
- OffsetDateTimeValue - Class in com.iizix.value
- Value object class to handle the OffsetDateTime datatype.
- OffsetDateTimeValue() - Constructor for class com.iizix.value.OffsetDateTimeValue
- OffsetTime - Enum constant in enum class com.iizix.prop.GDateTime.Type
- OffsetTime - Enum constant in enum class com.iizix.prop.ui.datetime.UIDateTimeDataType
- OffsetTime - Enum constant in enum class com.iizix.Value.Type
- The Data Type: java.time.OffsetTime.
- OffsetTimeValue - Class in com.iizix.value
- Value object class to handle the OffsetTime datatype.
- OffsetTimeValue() - Constructor for class com.iizix.value.OffsetTimeValue
- ofSQLType(Object, int) - Static method in class com.iizix.Value
- Tries to create a
Value
instance with a type forced to the default SQL Type mapping. - ofType(Object, Value.Type, LocaleInfo) - Static method in class com.iizix.Value
- Tries to create a
Value
instance forced to the specified type. - OHLC - Class in com.iizix.prop.ui.chart.series
- The OHLC series value with Open, High, Mid, Low and Close values where Mid is optional.
- OHLC - Enum constant in enum class com.iizix.prop.ui.chart.plot2d.PlotType
- Typical open/high/low/close (financial reporting, primarily).
- OHLC - Enum constant in enum class com.iizix.prop.ui.chart.series.SeriesType
- OHLC: Open-High-Low-Close and optionally mid.
- OHLC(double, double, double, double) - Constructor for class com.iizix.prop.ui.chart.series.OHLC
- Constructor for the OHLC value point without Mid value.
- OHLC(double, double, double, double, double) - Constructor for class com.iizix.prop.ui.chart.series.OHLC
- Constructor for the OHLC value point.
- OK - Enum constant in enum class com.iizix.run.common.BuildRC
- OK - Enum constant in enum class com.iizix.server.acme.LetsEncrypt.Code
- OK, certificate processed.
- OK - Enum constant in enum class com.iizix.txp.ITXPNode.State
- Operation succeeded.
- OK - Static variable in class com.iizix.run.common.BuildReply
- The OK result.
- OK_CANCELED_BY_USER - Static variable in class com.iizigo.prop.PasteFeedback
- Success: operation canceled by user due to e.g.
- OK_LINK_WITH_TARGET - Static variable in class com.iizigo.prop.PasteFeedback
- Success: link with target: feedBack = FEEDBACK_LINK_WITH_TARGET.
- OK_PASTE_AFTER_TARGET_IN_PARENT - Static variable in class com.iizigo.prop.PasteFeedback
- Success: paste after target in target parent: feedBack = FEEDBACK_AFTER_TARGET_IN_PARENT.
- OK_PASTE_BEFORE_TARGET_IN_PARENT - Static variable in class com.iizigo.prop.PasteFeedback
- Success: paste before target in target parent: feedBack = FEEDBACK_BEFORE_TARGET_IN_PARENT.
- OK_PASTE_IN_TARGET - Static variable in class com.iizigo.prop.PasteFeedback
- Success: paste in target: feedBack = FEEDBACK_IN_TARGET.
- OK_PASTE_IN_TARGET_FOLDER - Static variable in class com.iizigo.prop.PasteFeedback
- Success: paste in target folder: feedBack = FEEDBACK_IN_TARGET_FOLDER.
- oldMaxErrorLevel - Variable in class com.iizix.event.PropErrorAttrEvent
- Old maximum error level.
- oldName - Variable in class com.iizigo.java.event.JavaMethodEvent
- The old name.
- OMIT_LABELS - Enum constant in enum class com.iizix.prop.ui.chart.plot2d.PlotOption
- Whether labels of slices small to the point of not being visible are omitted.
- omitDisabled() - Method in class com.iizix.swt.IzMenu
- Set the disabled menu item omitting when displaying the menu.
- ON_UI_ACTION - Static variable in class com.iizix.prop.Atom
- ON_UI_BACK - Static variable in class com.iizix.prop.Atom
- ON_UI_CONNECT - Static variable in class com.iizix.prop.Atom
- ON_UI_CREATE - Static variable in class com.iizix.prop.Atom
- ON_UI_DESTROY - Static variable in class com.iizix.prop.Atom
- ON_UI_FOCUS - Static variable in class com.iizix.prop.Atom
- ON_UI_SELECTION - Static variable in class com.iizix.prop.Atom
- ON_UI_TEXT_CHANGE - Static variable in class com.iizix.prop.Atom
- ON_UI_VALUE_CHANGE - Static variable in class com.iizix.prop.Atom
- ON_VS_ACTION - Static variable in class com.iizix.prop.Atom
- ON_VS_CHANGE - Static variable in class com.iizix.prop.Atom
- ON_VS_CREATE - Static variable in class com.iizix.prop.Atom
- ON_VS_DESTROY - Static variable in class com.iizix.prop.Atom
- ON_VS_FOCUS - Static variable in class com.iizix.prop.Atom
- ON_VS_STATE - Static variable in class com.iizix.prop.Atom
- onAcceptCommError(ServerSocketComm, IOException) - Method in interface com.iizix.comm.ServerSocketCommListener
- Called when the accept new communication gets an error.
- onAction() - Method in class com.iizix.actionactor.AbstractJavaActionActor
- Performs the action as a part of a commit operation.
- onAction() - Method in class com.iizix.actionactor.test.TestJavaActionActor
- This is the doer in the action.
- onAction() - Method in interface com.iizix.api.vs.IJavaActionActor
- Performs the action as a part of a commit operation.
- onActionButtonInvoked(MLItem) - Method in interface com.iizix.prop.ui.mlist.IMLActionButtonListener
- Called when the action button is invoked by the user.
- onActionButtonInvoked(MLItem) - Method in class com.iizix.prop.ui.mlist.MLDateTime
- Called when the action button is invoked by the user.
- onActionButtonInvoked(MLItem) - Method in class com.iizix.prop.ui.mlist.MLSlider
- Called when the action button is invoked by the user.
- onActionButtonInvoked(MLItem) - Method in class com.iizix.prop.ui.mlist.MLSpinner
- Called when the action button is invoked by the user.
- onActionButtonInvoked(MLItem) - Method in class com.iizix.prop.ui.mlist.MLText
- Called when the action button is invoked by the user.
- onActionCompleted(VSAction, VSActionTXProcess, Throwable) - Method in class com.iizigo.vs.ActionsPanel
- onActionCompleted(VSAction, VSActionTXProcess, Throwable) - Method in class com.iizix.prop.ui.AbstractUIAction
- Called after the action completes the TXP processing i.e.
- onActionCompleted(VSAction, VSActionTXProcess, Throwable) - Method in interface com.iizix.prop.vs.IVSActionListener
- Called after the action completes the TXP processing i.e.
- onActionCompleted(VSAction, VSActionTXProcess, Throwable) - Method in interface com.iizix.prop.vs.IVSActionProcessComplete
- Called after the action completes the TXP processing i.e.
- onActionCompleted(VSAction, VSActionTXProcess, Throwable) - Method in class com.iizix.prop.vs.VSActionAdapter
- Called after the action completes the TXP processing i.e.
- onActionCompleted(VSAction, VSActionTXProcess, Throwable) - Method in class com.iizix.term.prop.ScreenActionProp
- Called after the action completes the TXP processing i.e.
- onActionInvoked(VSAction, VSActionTXProcess) - Method in class com.iizigo.vs.ActionsPanel
- onActionInvoked(VSAction, VSActionTXProcess) - Method in class com.iizix.prop.ui.AbstractUIAction
- Called before the action invokes the Action Actors.
- onActionInvoked(VSAction, VSActionTXProcess) - Method in interface com.iizix.prop.vs.IVSActionListener
- Called before the action invokes the Action Actors.
- onActionInvoked(VSAction, VSActionTXProcess) - Method in class com.iizix.prop.vs.VSActionAdapter
- Called before the action invokes the Action Actors.
- onActionInvoked(VSAction, VSActionTXProcess) - Method in class com.iizix.term.prop.ScreenActionProp
- Called before the action invokes the Action Actors.
- onActivated(boolean) - Method in interface com.iizigo.editor.IActivationListener
- Called when activator or deactivated.
- onActivated(boolean) - Method in class com.iizigo.editor.PropEditorPart
- Called when activator or deactivated.
- onActivated(boolean) - Method in class com.iizigo.server.ServerConfigView
- Called when activator or deactivated.
- onActivated(boolean) - Method in class com.iizigo.term.server.RemoteTerminalView
- Called when activator or deactivated.
- onActivated(boolean) - Method in class com.iizigo.term.session.SessionsView
- Called when activator or deactivated.
- onActivated(boolean) - Method in class com.iizigo.term.TerminalView
- Called when activator or deactivated.
- onActivated(IClientSessionGyro, GProp<?>, RemoteEvent, String) - Method in interface com.iizix.text.IKStringHTMLHyperlinkEvent
- Called to process the remote event when a hyperlink has been activated.
- onActivateMenu(boolean) - Method in interface com.iizigo.term.internal.ITerminalListener
- Handles display of the pop-up window or activation of the menu bar.
- onActivateMenu(boolean) - Method in class com.iizigo.term.internal.Terminal
- Handles display of the pop-up window or activation of the menu bar.
- onActivateMenu(boolean) - Method in interface com.iizigo.term.internal.TerminalWindowListener
- Handles display of the pop-up window or activation of the menu bar.
- onActivateMenu(boolean) - Method in class com.iizigo.term.TerminalComposite
- Handles display of the pop-up window or activation of the menu bar, called from the TerminalWindow.
- onAdded(VSRow, int) - Method in class com.iizix.prop.content.AbstractContentProvider
- Called when a VSRow is added in the connected table.
- onAdded(VSRow, int) - Method in interface com.iizix.prop.content.IContentProvider
- Called when a VSRow is added in the connected table.
- onApplicationLoad(AppFactory) - Method in class com.iizix.db.prop.ConnectionProfilesSetup
- Called when the application is loaded.
- onApplicationLoad(AppFactory) - Method in interface com.iizix.server.prop.IServerApplicationSetupPropCnr
- Called when the application is loaded.
- onApplicationLoad(AppFactory) - Method in class com.iizix.server.prop.ServerSettings
- Called when the application is loaded.
- onApplicationLoad(AppFactory) - Method in class com.iizix.term.prop.SessionsProp
- Called when the application is loaded.
- onApplicationSessionStarted(AppSessionGyro) - Method in class com.iizix.db.prop.ConnectionProfilesSetup
- Called when an application is instantiated and started by a user session.
- onApplicationSessionStarted(AppSessionGyro) - Method in class com.iizix.server.app.AppFactory
- Called when an application is instantiated and started by a user session.
- onApplicationSessionStarted(AppSessionGyro) - Method in interface com.iizix.server.prop.IServerApplicationSetupPropCnr
- Called when an application is instantiated and started by a user session.
- onApplicationSessionStarted(AppSessionGyro) - Method in class com.iizix.server.prop.ServerSettings
- Called when an application is instantiated and started by a user session.
- onApplicationSessionStarted(AppSessionGyro) - Method in class com.iizix.server.ServerShell
- Called when an application is instantiated and started by a user session.
- onApplicationSessionStarted(AppSessionGyro) - Method in class com.iizix.term.prop.SessionsProp
- Called when an application is instantiated and started by a user session.
- onApplicationSessionStarted(AppSessionGyro) - Method in class com.iizix.term.server.TerminalSessionManager
- Called when an application is instantiated and started by a user session.
- onApplicationSessionStopped(AppSessionGyro) - Method in class com.iizix.db.prop.ConnectionProfilesSetup
- Called when an application is stopped.
- onApplicationSessionStopped(AppSessionGyro) - Method in class com.iizix.server.app.AppFactory
- Called when an application is stopped.
- onApplicationSessionStopped(AppSessionGyro) - Method in interface com.iizix.server.prop.IServerApplicationSetupPropCnr
- Called when an application is stopped.
- onApplicationSessionStopped(AppSessionGyro) - Method in class com.iizix.server.prop.ServerSettings
- Called when an application is stopped.
- onApplicationSessionStopped(AppSessionGyro) - Method in class com.iizix.server.ServerShell
- Called when an application is stopped.
- onApplicationSessionStopped(AppSessionGyro) - Method in class com.iizix.term.prop.SessionsProp
- Called when an application is stopped.
- onApplicationSessionStopped(AppSessionGyro) - Method in class com.iizix.term.server.TerminalSessionManager
- Called when an application session is stopped.
- onApplicationUnload(AppFactory) - Method in class com.iizix.db.prop.ConnectionProfilesSetup
- Called when the application is unloaded.
- onApplicationUnload(AppFactory) - Method in interface com.iizix.server.prop.IServerApplicationSetupPropCnr
- Called when the application is unloaded.
- onApplicationUnload(AppFactory) - Method in class com.iizix.server.prop.ServerSettings
- Called when the application is unloaded.
- onApplicationUnload(AppFactory) - Method in class com.iizix.term.prop.SessionsProp
- Called when the application is unloaded.
- onAppSessionEndPoint(EndPointPropCnr, AppSessionGyro) - Method in class com.iizix.db.prop.ConnectionProfilesSetup
- Called when a new end point property container is added for a server monitor instance.
- onAppSessionEndPoint(EndPointPropCnr, AppSessionGyro) - Method in interface com.iizix.server.prop.IServerApplicationSetupPropCnr
- Called when a new end point property container is added for a server monitor instance.
- onAppSessionEndPoint(EndPointPropCnr, AppSessionGyro) - Method in class com.iizix.server.prop.ServerConfigEnvProps
- Called when a new end point property container is added for a server monitor instance.
- onAppSessionEndPoint(EndPointPropCnr, AppSessionGyro) - Method in class com.iizix.term.prop.SessionsProp
- Called when a new end point property container is added for a server monitor instance.
- onAppSessionEndPoint(EndPointPropCnr, AppSessionGyro) - Method in class com.iizix.term.server.TerminalSessionManager
- Called when a new end point property container is added for a server monitor instance.
- onAppSessionUserChanged(AppSessionGyro) - Method in class com.iizix.server.user.ActiveUserSessions
- Called when the AppSessionGyro changes a user due to external login.
- onArrowInvoked(MLItem) - Method in interface com.iizix.prop.ui.mlist.IMLArrowActionListener
- Called when the item arrow is invoked by the user.
- onArrowInvoked(MLItem) - Method in class com.iizix.prop.ui.mlist.MLCheckBox
- Called when the arrow action is invoked.
- onArrowInvoked(MLItem) - Method in class com.iizix.prop.ui.mlist.MLDateTime
- Called when the arrow action is invoked.
- onArrowInvoked(MLItem) - Method in class com.iizix.prop.ui.mlist.MLRadioButton
- Called when the arrow action is invoked.
- onArrowInvoked(MLItem) - Method in class com.iizix.prop.ui.mlist.MLSimple
- Called when the arrow action is invoked.
- onArrowInvoked(MLItem) - Method in class com.iizix.prop.ui.mlist.MLSlider
- Called when the arrow action is invoked.
- onArrowInvoked(MLItem) - Method in class com.iizix.prop.ui.mlist.MLSpinner
- Called when the arrow action is invoked.
- onArrowInvoked(MLItem) - Method in class com.iizix.prop.ui.mlist.MLSwitch
- Called when the arrow action is invoked.
- onArrowInvoked(MLItem) - Method in class com.iizix.prop.ui.mlist.MLText
- Called when the arrow action is invoked.
- onAssetReferenceChanged(AssetReference) - Method in class com.iizigo.image.prop.EditorImageDefinition
- Called when an asset file has been changed, either using new reference or the file contents.
- onAssetReferenceChanged(AssetReference) - Method in class com.iizigo.image.prop.EditorImageResolution
- Called when an asset file has been changed, either using new reference or the file contents.
- onAssetReferenceChanged(AssetReference) - Method in class com.iizigo.image.prop.EditorImagesDefinition
- Called when an asset file has been changed, either using new reference or the file contents.
- onAssetReferenceChanged(AssetReference) - Method in class com.iizigo.image.prop.EditorImagesResolution
- Called when an asset file has been changed, either using new reference or the file contents.
- onAssetReferenceChanged(AssetReference) - Method in class com.iizigo.image.prop.EditorImagesStyle
- Called when an asset file has been changed, either using new reference or the file contents.
- onAssetReferenceChanged(AssetReference) - Method in class com.iizigo.image.prop.EditorImageStyle
- Called when an asset file has been changed, either using new reference or the file contents.
- onAssetReferenceChanged(AssetReference) - Method in class com.iizigo.image.prop.EditorImageStylesResolution
- Called when an asset file has been changed, either using new reference or the file contents.
- onAssetReferenceChanged(AssetReference) - Method in class com.iizigo.image.prop.EditorStyledImageDefinition
- Called when an asset file has been changed, either using new reference or the file contents.
- onAssetReferenceChanged(AssetReference) - Method in class com.iizix.prop.font.FontFile
- Called when an asset file has been changed, either using new reference or the file contents.
- onAssetReferenceChanged(AssetReference) - Method in interface com.iizix.prop.IAssetReferenceListener
- Called when an asset file has been changed, either using new reference or the file contents.
- onAssetReferenceChanged(AssetReference) - Method in class com.iizix.prop.image.ImageDefinition
- Called when an asset file has been changed, either using new reference or the file contents.
- onAssetReferenceChanged(AssetReference) - Method in class com.iizix.prop.image.ImageResolution
- Called when an asset file has been changed, either using new reference or the file contents.
- onAssetReferenceChanged(AssetReference) - Method in class com.iizix.prop.image.ImagesDefinition
- Called when an asset file has been changed, either using new reference or the file contents.
- onAssetReferenceChanged(AssetReference) - Method in class com.iizix.prop.image.ImagesResolution
- Called when an asset file has been changed, either using new reference or the file contents.
- onAssetReferenceChanged(AssetReference) - Method in class com.iizix.prop.image.ImageStyle
- Called when an asset file has been changed, either using new reference or the file contents.
- onAssetReferenceChanged(AssetReference) - Method in class com.iizix.prop.image.ImageStylesResolution
- Called when an asset file has been changed, either using new reference or the file contents.
- onAssetReferenceChanged(AssetReference) - Method in class com.iizix.prop.image.StyledImageDefinition
- Called when an asset file has been changed, either using new reference or the file contents.
- onAssetReferenceChanged(AssetReference) - Method in class com.iizix.prop.image.SVGDefinition
- Called when an asset file has been changed, either using new reference or the file contents.
- onAssetReferenceChanged(AssetReferences) - Method in interface com.iizix.prop.IAssetReferencesListener
- Called when an asset file has been changed, either using new reference or the file contents.
- onAuthenticationComplete(IOAuthListener.Code) - Method in interface com.iizix.comm.oauth.IOAuthListener
- Called when the authentication process has completed.
- onBackgroundLocationModeChanged(IClientSessionGyro, boolean) - Method in interface com.iizix.geo.IBackgroundLocationModeListener
- Called when the background location mode changes.
- onBeforeAdd(UIComp, LayoutProp, int, IComplexOperation) - Method in class com.iizigo.panel.prop.EAbsoluteLayout
- Called prior to adding the new component to the layout in order to adjust the layout data.
- onBeforeAdd(UIComp, LayoutProp, int, IComplexOperation) - Method in class com.iizix.prop.ui.LayoutMgr
- Called prior to adding the new component to the layout in order to adjust the layout data.
- onBeganProcess(ITXProcess) - Method in class com.iizix.txp.impl.TXPCoordinatorImpl
- onBeganProcess(ITXProcess) - Method in interface com.iizix.txp.ITXPMonitor
- Called when a process created and associated with he controller
- onBegin() - Method in class com.iizix.actionactor.AbstractJavaActionActor
- Notifies the node it got associated with a transactional process.
- onBinaryData(int, String, byte[]) - Method in interface com.iizix.comm.client.IClientInstanceListener
- Called when a transaction received binary data.
- onBroken(Atom, TextTable) - Method in class com.iizix.prop.TextTable
- Called when the reference has been broken, i.e.
- onBroken(Atom, TARGET) - Method in interface com.iizix.prop.IReferenceOwner
- Called when the reference has been broken, i.e.
- onBroken(TextTable) - Method in class com.iizix.prop.TextTableReference
- Called when the target is broken.
- onBroken(UIContextMenu) - Method in class com.iizix.prop.ui.ContextMenuReference
- Called when the target is broken.
- onBroken(UIContextMenu) - Method in interface com.iizix.prop.ui.IUIContextMenuOwner
- Context menu reference has been broken.
- onBroken(UIPanelPart) - Method in interface com.iizix.prop.IPanelPartReferenceOwner
- Called when the panel part reference has been broken, i.e.
- onBroken(UIPanelPart) - Method in class com.iizix.prop.ui.PanelPartReference
- Called when the target is broken.
- onBroken(UIPanelPart) - Method in class com.iizix.prop.ui.UIPanelPartCnr
- Called when the panel part reference has been broken, i.e.
- onBroken(VSComponentReference, VSComponent) - Method in class com.iizix.prop.ui.UIContainer
- Called when the property reference has been broken, i.e.
- onBroken(VSComponentReference, VSComponent) - Method in interface com.iizix.prop.vs.IVSGenericComponentListener
- Called when the property reference has been broken, i.e.
- onBroken(VSRelativeReference<?>, VSAction) - Method in class com.iizigo.vs.ActionsPanel
- onBroken(VSRelativeReference<?>, VSAction) - Method in class com.iizix.prop.ui.AbstractUIAction
- Called when the property reference has been broken, i.e.
- onBroken(VSRelativeReference<?>, VSAction) - Method in interface com.iizix.prop.vs.IVSActionListener
- Called when the property reference has been broken, i.e.
- onBroken(VSRelativeReference<?>, VSAction) - Method in class com.iizix.prop.vs.VSActionAdapter
- Called when the property reference has been broken, i.e.
- onBroken(VSRelativeReference<?>, VSAction) - Method in class com.iizix.term.prop.ScreenActionProp
- Called when the property reference has been broken, i.e.
- onBroken(VSRelativeReference<?>, VSColumnHeader) - Method in class com.iizigo.vs.TablePanel
- onBroken(VSRelativeReference<?>, VSColumnHeader) - Method in class com.iizix.db.prop.ResultSetColumnProp
- Called when the property reference has been broken, i.e.
- onBroken(VSRelativeReference<?>, VSColumnHeader) - Method in class com.iizix.prop.ui.chart.series.Series
- Called when the property reference has been broken, i.e.
- onBroken(VSRelativeReference<?>, VSColumnHeader) - Method in class com.iizix.prop.ui.table.UITableColumn
- Called when the property reference has been broken, i.e.
- onBroken(VSRelativeReference<?>, VSColumnHeader) - Method in class com.iizix.prop.ui.UIAbstractListChoice
- Called when the property reference has been broken, i.e.
- onBroken(VSRelativeReference<?>, VSColumnHeader) - Method in interface com.iizix.prop.vs.IVSColumnListener
- Called when the property reference has been broken, i.e.
- onBroken(VSRelativeReference<?>, VSColumnHeader) - Method in class com.iizix.prop.vs.VSColumnAdapter
- Called when the property reference has been broken, i.e.
- onBroken(VSRelativeReference<?>, VSColumnHeader) - Method in class com.iizix.term.prop.ScreenFieldProp
- Called when the property reference has been broken, i.e.
- onBroken(VSRelativeReference<?>, VSField) - Method in class com.iizigo.vs.ValuePanel
- onBroken(VSRelativeReference<?>, VSField) - Method in class com.iizix.db.prop.InputVariable
- Called when the property reference has been broken, i.e.
- onBroken(VSRelativeReference<?>, VSField) - Method in class com.iizix.db.prop.ResultProps
- Called when the property reference has been broken, i.e.
- onBroken(VSRelativeReference<?>, VSField) - Method in class com.iizix.prop.ui.table.UITable
- Called when the property reference has been broken, i.e.
- onBroken(VSRelativeReference<?>, VSField) - Method in class com.iizix.prop.ui.UIComp
- Called when the property reference has been broken, i.e.
- onBroken(VSRelativeReference<?>, VSField) - Method in interface com.iizix.prop.vs.IVSFieldListener
- Called when the property reference has been broken, i.e.
- onBroken(VSRelativeReference<?>, VSField) - Method in class com.iizix.prop.vs.VSFieldAdapter
- Called when the property reference has been broken, i.e.
- onBroken(VSRelativeReference<?>, VSField) - Method in class com.iizix.term.prop.ScreenFieldProp
- Called when the property reference has been broken, i.e.
- onBroken(VSRelativeReference<?>, VSTable) - Method in class com.iizigo.vs.TablePanel
- onBroken(VSRelativeReference<?>, VSTable) - Method in class com.iizix.db.prop.ResultSetProps
- Called when the property reference has been broken, i.e.
- onBroken(VSRelativeReference<?>, VSTable) - Method in class com.iizix.prop.content.AbstractContentUIContainer
- Called when the property reference has been broken, i.e.
- onBroken(VSRelativeReference<?>, VSTable) - Method in class com.iizix.prop.ui.table.UITable
- Called when the property reference has been broken, i.e.
- onBroken(VSRelativeReference<?>, VSTable) - Method in interface com.iizix.prop.vs.IVSTableListener
- Called when the property reference has been broken, i.e.
- onBroken(VSRelativeReference<?>, VSTable) - Method in class com.iizix.prop.vs.VSTableAdapter
- Called when the property reference has been broken, i.e.
- onBroken(TARGET) - Method in class com.iizix.prop.FixedVirtualizedAbstractReference
- Called when the target is broken.
- onBuildEnd(IProject) - Method in class com.iizigo.project.ProjectManager
- Informs the Project Manager that a build process has completed, with or without error.
- onBuildStart(IProject) - Method in class com.iizigo.project.ProjectManager
- Informs the Project Manager that a build process is starting.
- onBusyChanged(BusyState) - Method in class com.iizix.test.client.NonUIClient
- Perform a client lock/unlock.
- onCallback(PARAM) - Method in interface com.iizix.GenericCallback
- Receives the callback notification.
- onCancel() - Method in interface com.iizigo.swt.IWizardValidator
- Cancels current validation.
- onCellStateChanged(VSField, IVSComponentState.State, boolean) - Method in class com.iizigo.vs.TablePanel
- onCellStateChanged(VSField, IVSComponentState.State, boolean) - Method in class com.iizix.db.prop.ResultSetProps
- Called when the cell changes state.
- onCellStateChanged(VSField, IVSComponentState.State, boolean) - Method in class com.iizix.prop.content.AbstractContentUIContainer
- Called when the cell changes state.
- onCellStateChanged(VSField, IVSComponentState.State, boolean) - Method in class com.iizix.prop.ui.table.UITable
- Called when the cell changes state.
- onCellStateChanged(VSField, IVSComponentState.State, boolean) - Method in interface com.iizix.prop.vs.IVSTableListener
- Called when the cell changes state.
- onCellStateChanged(VSField, IVSComponentState.State, boolean) - Method in class com.iizix.prop.vs.VSTableAdapter
- Called when the cell changes state.
- onCellUpdated(VSField, TCell) - Method in class com.iizix.prop.ui.table.DefaultTableContentProvider
- Cell update event.
- onCellUpdated(ROW_CELL, TCell) - Method in interface com.iizix.prop.ui.table.ITableContentProvider
- Cell update event.
- onCellValueChanged(VSColumnHeader, VSField, Value, GProp<?>, IPostEventProcessing) - Method in class com.iizigo.vs.TablePanel
- onCellValueChanged(VSColumnHeader, VSField, Value, GProp<?>, IPostEventProcessing) - Method in class com.iizix.db.prop.ResultSetColumnProp
- Called when the cell value is set in the column.
- onCellValueChanged(VSColumnHeader, VSField, Value, GProp<?>, IPostEventProcessing) - Method in class com.iizix.prop.ui.chart.series.Series
- Called when the cell value is set in the column.
- onCellValueChanged(VSColumnHeader, VSField, Value, GProp<?>, IPostEventProcessing) - Method in class com.iizix.prop.ui.table.UITableColumn
- Called when the cell value is set in the column.
- onCellValueChanged(VSColumnHeader, VSField, Value, GProp<?>, IPostEventProcessing) - Method in class com.iizix.prop.ui.UIAbstractListChoice
- Called when the cell value is set in the column.
- onCellValueChanged(VSColumnHeader, VSField, Value, GProp<?>, IPostEventProcessing) - Method in interface com.iizix.prop.vs.IVSColumnListener
- Called when the cell value is set in the column.
- onCellValueChanged(VSColumnHeader, VSField, Value, GProp<?>, IPostEventProcessing) - Method in class com.iizix.prop.vs.VSColumnAdapter
- Called when the cell value is set in the column.
- onCellValueChanged(VSColumnHeader, VSField, Value, GProp<?>, IPostEventProcessing) - Method in class com.iizix.term.prop.ScreenFieldProp
- Called when the cell value is set in the column.
- onCellValueChanged(VSField, Value, GProp<?>, IPostEventProcessing) - Method in class com.iizigo.vs.TablePanel
- onCellValueChanged(VSField, Value, GProp<?>, IPostEventProcessing) - Method in class com.iizix.db.prop.ResultSetProps
- Called when the cell value is set.
- onCellValueChanged(VSField, Value, GProp<?>, IPostEventProcessing) - Method in class com.iizix.prop.content.AbstractContentUIContainer
- Called when the cell value is set.
- onCellValueChanged(VSField, Value, GProp<?>, IPostEventProcessing) - Method in class com.iizix.prop.ui.table.UITable
- Called when the cell value is set.
- onCellValueChanged(VSField, Value, GProp<?>, IPostEventProcessing) - Method in interface com.iizix.prop.vs.IVSTableListener
- Called when the cell value is set.
- onCellValueChanged(VSField, Value, GProp<?>, IPostEventProcessing) - Method in class com.iizix.prop.vs.VSTableAdapter
- Called when the cell value is set.
- onChanged(ImageInfo) - Method in interface com.iizigo.image.IImageInfoChanged
- Called to inform that new data is available in the instance of ImageInfo.
- onChanged(ImageInfo) - Method in class com.iizigo.image.ImagesControl
- Called to inform that new data is available in the instance of ImageInfo.
- onChanged(ImageInfo) - Method in class com.iizigo.image.SingleImageControl
- Called to inform that new data is available in the instance of ImageInfo.
- onCheckStateChanged(MLCheckBox, int) - Method in interface com.iizix.prop.ui.mlist.IMLCheckBoxStateListener
- Called when the checkbox state changes.
- onClasspathChanged(IProject) - Method in interface com.iizigo.java.classpath.IClasspathChangeListener
- Called when the classpath is changed.
- onClassRefactored(ClassReference, String, String) - Method in class com.iizigo.selector.prop.EditorSelector
- Called for class rename refactoring.
- onClassRefactored(ClassReference, String, String) - Method in interface com.iizix.prop.IClassReferenceOwnerUpdates
- Called for rename refactoring.
- onClassReferenceChanged(ClassReference) - Method in class com.iizigo.selector.prop.EditorSelector
- Called when class reference changed.
- onClassReferenceChanged(ClassReference) - Method in interface com.iizix.prop.IClassReferenceOwnerUpdates
- Called when class reference changed.
- onCleanup() - Method in class com.iizix.db.prop.DatabaseActionTXPNode
- Cleans up: releases back the connection to the pool.
- onCleanup() - Method in class com.iizix.txp.impl.AbstractActionActorTXPNode
- Called last to perform clean-up.
- onClear() - Method in interface com.iizigo.prop.IClearButton
- Called from the ClearButton.
- onClientConnection(IAppSessionGyro, IClientSessionGyro) - Method in interface com.iizix.gyro.IClientSessionConnectionListener
- Called when a new client session is connected to the application session.
- onClientDisposed(IAppSessionGyro, IClientSessionGyro) - Method in interface com.iizix.gyro.IClientSessionConnectionListener
- Called when a client session is disposed of.
- onClientInput(ReadTransaction) - Method in class com.iizix.term.ClientHostScreen
- Called when a transaction from the remote client is received to process field input.
- onClientPropsCreated(PropCnr) - Method in class com.iizix.server.AbstractEndPoint
- Called when the root is created from a transaction from the client.
- onClientPropsCreated(PropCnr) - Method in class com.iizix.server.loadbalancer.LoadBalancerEndPoint
- Called when the root is created from a transaction from the client.
- onClientPropsCreated(PropCnr) - Method in class com.iizix.server.monitor.VirtualizedMonitorEndPoint
- Called when the root is created from a transaction from the client.
- onClientPropsCreated(PropCnr) - Method in class com.iizix.server.run.remote.RemoteBuilderEndPoint
- Called when the root is created from a transaction from the client.
- onClose() - Method in class com.iizigo.db.editor.DatabaseEditor
- Called when the part is being closed but is not yet disposed but hidden.
- onClose() - Method in interface com.iizigo.editor.IActivationListener
- Called when about to close, but SWT is still there.
- onClose() - Method in class com.iizigo.editor.PropEditorPart
- Called when the part is being closed but is not yet disposed but hidden.
- onClose() - Method in class com.iizigo.image.ImageDefinitionEditor
- Called when the part is being closed but is not yet disposed but hidden.
- onClose() - Method in class com.iizigo.panel.PanelEditor
- Called when the part is being closed but is not yet disposed but hidden.
- onClose() - Method in class com.iizigo.server.ServerConfigView
- Called when about to close, but SWT is still there.
- onClose() - Method in class com.iizigo.term.screen.ScreenEditor
- Called when the part is being closed but is not yet disposed but hidden.
- onClose() - Method in class com.iizigo.term.server.RemoteTerminalView
- Called when about to close, but SWT is still there.
- onClose() - Method in class com.iizigo.term.session.SessionsView
- Called when about to close, but SWT is still there.
- onClose() - Method in class com.iizigo.term.TerminalView
- Called when about to close, but SWT is still there.
- onClose() - Method in class com.iizigo.vs.VirtualSpaceEditor
- Called when the part is being closed but is not yet disposed but hidden.
- onClose() - Method in class com.iizigo.ws.editor.WebServiceEditor
- Called when the part is being closed but is not yet disposed but hidden.
- onClose(IProject) - Method in class com.iizigo.java.JavaManager
- Called from ProjectManager when a project has been closed.
- onClosed(ILicenceSystemComm) - Method in interface com.iizix.license.ILicenseServerListener
- Called when the connection is closed.
- onClosePart(IWorkbenchPart) - Method in class com.iizigo.term.project.TerminalManager
- Called to close a part.
- onCloseProject(IProject) - Static method in class com.iizigo.editor.PropEditorPart
- Called when a project is closed or unregistered from being a Module project.
- onCommAccept(ServerSocketComm, SocketChannel) - Method in interface com.iizix.comm.ServerSocketCommListener
- Called when a connection should be accepted or rejected.
- onCommClosed(ServerSocketComm) - Method in interface com.iizix.comm.ServerSocketCommListener
- Called when the communication link is closed.
- onCommClosed(TransactionComm, int, String) - Method in interface com.iizix.comm.client.IClientInstanceListener
- Called when the communication link is closed.
- onCommClosed(TransactionComm, int, String) - Method in class com.iizix.comm.session.SessionTransMgr
- Called when the communication link is closed.
- onCommClosed(TransactionComm, int, String) - Method in class com.iizix.comm.test.TransactionProcessor
- Called when the communication link is closed.
- onCommClosed(TransactionComm, int, String) - Method in interface com.iizix.comm.TransactionCommListener
- Called when the communication link is closed.
- onCommClosed(TransactionComm, int, String) - Method in class com.iizix.test.client.NonUIClient
- Called when the communication link is closed.
- onCommClosed(IWebSocketComm, int, String) - Method in interface com.iizix.nio.WebSocketCommListener
- Called when the communication link is closed.
- onCommClosed(IWebSocketComm, int, String) - Method in class com.iizix.server.AbstractEndPoint
- Called when the communication link is closed.
- onCommClosed(SocketCommNIO) - Method in interface com.iizix.nio.SocketCommListener
- Called when the communication link is closed.
- onCommClosed(TelnetComm) - Method in interface com.iizix.term.comm.TelnetCommListener
- Called when the communication link is closed.
- onCommClosed(TelnetComm) - Method in class com.iizix.term.tn3270e.HostSession3270
- onCommClosed(TelnetComm) - Method in class com.iizix.term.tn5250e.HostSession5250
- onCommClosing(TransactionComm) - Method in interface com.iizix.comm.client.IClientInstanceListener
- Called when the communication link is closing.
- onCommClosing(TransactionComm) - Method in class com.iizix.comm.session.SessionTransMgr
- Called when the communication link is closing.
- onCommClosing(TransactionComm) - Method in class com.iizix.comm.test.TransactionProcessor
- Called when the communication link is closing.
- onCommClosing(TransactionComm) - Method in interface com.iizix.comm.TransactionCommListener
- Called when the communication link is closing.
- onCommClosing(TransactionComm) - Method in class com.iizix.test.client.NonUIClient
- Called when the communication link is closing.
- onCommClosing(IWebSocketComm) - Method in interface com.iizix.nio.WebSocketCommListener
- Called when the communication link is closing.
- onCommClosing(IWebSocketComm) - Method in class com.iizix.server.AbstractEndPoint
- Called when the communication link is closing.
- onCommConnected(TransactionComm) - Method in interface com.iizix.comm.client.IClientInstanceListener
- Called when the communication link is connected.
- onCommConnected(TransactionComm) - Method in class com.iizix.comm.session.SessionTransMgr
- Called when the communication link is connected.
- onCommConnected(TransactionComm) - Method in class com.iizix.comm.test.TransactionProcessor
- Called when the communication link is connected.
- onCommConnected(TransactionComm) - Method in interface com.iizix.comm.TransactionCommListener
- Called when the communication link is connected.
- onCommConnected(TransactionComm) - Method in class com.iizix.test.client.NonUIClient
- Called when the communication link is connected.
- onCommConnected(TransactionComm, ClientProps) - Method in interface com.iizix.comm.client.IClientInstanceListener
- Called to process a transaction.
- onCommConnected(IWebSocketComm) - Method in interface com.iizix.nio.WebSocketCommListener
- Called when the communication link is connected.
- onCommConnected(IWebSocketComm) - Method in class com.iizix.server.AbstractEndPoint
- Called when the communication link is connected.
- onCommConnected(SocketCommNIO) - Method in interface com.iizix.nio.SocketCommListener
- Called when the communication link is connected.
- onCommConnected(TelnetComm) - Method in interface com.iizix.term.comm.TelnetCommListener
- Called when the communication link is connected.
- onCommConnected(TelnetComm) - Method in class com.iizix.term.tn3270e.HostSession3270
- onCommConnected(TelnetComm) - Method in class com.iizix.term.tn5250e.HostSession5250
- onCommData(TransactionComm, ReadTransaction, int) - Method in interface com.iizix.comm.client.IClientInstanceListener
- Called when the communication link has received data.
- onCommData(TransactionComm, ReadTransaction, int) - Method in class com.iizix.comm.session.SessionTransMgr
- Called when the communication link has received data.
- onCommData(TransactionComm, ReadTransaction, int) - Method in class com.iizix.comm.test.TransactionProcessor
- Called when the communication link has received data.
- onCommData(TransactionComm, ReadTransaction, int) - Method in interface com.iizix.comm.TransactionCommListener
- Called when the communication link has received data.
- onCommData(TransactionComm, ReadTransaction, int) - Method in class com.iizix.test.client.NonUIClient
- Called when the communication link has received data.
- onCommData(IWebSocketComm, byte[], int, int) - Method in interface com.iizix.nio.WebSocketCommListener
- Called when the communication link has received binary data.
- onCommData(IWebSocketComm, byte[], int, int) - Method in class com.iizix.server.AbstractEndPoint
- Called when the communication link has received binary data.
- onCommData(IWebSocketComm, String) - Method in interface com.iizix.nio.WebSocketCommListener
- Called when the communication link has received String data.
- onCommData(IWebSocketComm, String) - Method in class com.iizix.server.AbstractEndPoint
- Called when the communication link has received String data.
- onCommData(SocketCommNIO, ByteBuffer) - Method in interface com.iizix.nio.SocketCommListener
- Called when the communication link has received data.
- onCommDataDirect(TransactionComm, ReadTransaction) - Method in interface com.iizix.comm.TransactionCommListener2
- Called when the communication link has received data.
- onCommError(ServerSocketComm, IOException) - Method in interface com.iizix.comm.ServerSocketCommListener
- Called when the communication link gets an error.
- onCommError(TransactionComm, Throwable) - Method in interface com.iizix.comm.client.IClientInstanceListener
- Called when the communication link is closed.
- onCommError(TransactionComm, Throwable) - Method in class com.iizix.comm.session.SessionTransMgr
- Called when the communication link is closed.
- onCommError(TransactionComm, Throwable) - Method in class com.iizix.comm.test.TransactionProcessor
- Called when the communication link is closed.
- onCommError(TransactionComm, Throwable) - Method in interface com.iizix.comm.TransactionCommListener
- Called when the communication link is closed.
- onCommError(TransactionComm, Throwable) - Method in class com.iizix.test.client.NonUIClient
- Called when the communication link is closed.
- onCommError(IWebSocketComm, Throwable) - Method in interface com.iizix.nio.WebSocketCommListener
- Called when the communication link is closed.
- onCommError(IWebSocketComm, Throwable) - Method in class com.iizix.server.AbstractEndPoint
- Called when the communication link is closed.
- onCommError(SocketCommNIO, IOException) - Method in interface com.iizix.nio.SocketCommListener
- Called when the communication link is closed.
- onCommError(TelnetComm, IOException) - Method in interface com.iizix.term.comm.TelnetCommListener
- Called when the communication link is closed.
- onCommError(TelnetComm, IOException) - Method in class com.iizix.term.tn3270e.HostSession3270
- onCommError(TelnetComm, IOException) - Method in class com.iizix.term.tn5250e.HostSession5250
- onCommHeartBeat(TransactionComm, long) - Method in interface com.iizix.comm.client.IClientInstanceListener
- Called when the communication link has received data.
- onCommHeartBeat(TransactionComm, long) - Method in class com.iizix.comm.session.SessionTransMgr
- Called when a heart-beat frame is received.
- onCommHeartBeat(TransactionComm, long) - Method in class com.iizix.comm.test.TransactionProcessor
- Called when a heart-beat frame is received.
- onCommHeartBeat(TransactionComm, long) - Method in interface com.iizix.comm.TransactionCommListener
- Called when the communication link has received data.
- onCommHeartBeat(TransactionComm, long) - Method in class com.iizix.test.client.NonUIClient
- Called when the communication link has received data.
- onCommHeartBeat(IWebSocketComm, long) - Method in interface com.iizix.nio.WebSocketCommListener
- Called when a heart-beat frame is received.
- onCommHeartBeat(IWebSocketComm, long) - Method in class com.iizix.server.AbstractEndPoint
- Called when a heart-beat frame is received.
- onCommit() - Method in class com.iizix.actionactor.AbstractJavaActionActor
- Instructs the node to commit the work.
- onCommitCanceled(ITXProcess, TXPException) - Method in class com.iizix.txp.impl.TXPCoordinatorImpl
- onCommitCanceled(ITXProcess, TXPException) - Method in interface com.iizix.txp.ITXPMonitor
- Called when the process aborts committing.
- onCommitInitiated(ITXProcess) - Method in class com.iizix.txp.impl.TXPCoordinatorImpl
- onCommitInitiated(ITXProcess) - Method in interface com.iizix.txp.ITXPMonitor
- Called when a process is called to attempt a commit
- onCommitRefactoring(int) - Method in interface com.iizigo.project.refactor.ICommitRefactoring
- Called when a Commit Refactoring is performed.
- onCommOpen(ServerSocketComm) - Method in interface com.iizix.comm.ServerSocketCommListener
- Called when the communication link is opened.
- onCommOpen(IWebSocketComm) - Method in interface com.iizix.nio.WebSocketCommListener
- Called when the communication link is opened.
- onCommOpen(IWebSocketComm) - Method in class com.iizix.server.AbstractEndPoint
- Called when the communication link is opened.
- onCommOpen(SocketCommNIO) - Method in interface com.iizix.nio.SocketCommListener
- Called when the communication link is opened.
- onCommOpen(TelnetComm) - Method in interface com.iizix.term.comm.TelnetCommListener
- Called when the communication link is opened.
- onCommOpen(TelnetComm) - Method in class com.iizix.term.tn3270e.HostSession3270
- onCommOpen(TelnetComm) - Method in class com.iizix.term.tn5250e.HostSession5250
- onCommState(ILicenceSystemComm, SocketCommNIO.State) - Method in interface com.iizix.license.ILicenseServerListener
- Called when the communication state changes.
- onCommState(SocketCommNIO) - Method in interface com.iizix.nio.SocketCommListener
- Called when the state changes.
- onCommState(SocketCommNIO) - Method in interface com.iizix.term.comm.TelnetCommListener
- Called when the state changes.
- onCommState(SocketCommNIO) - Method in class com.iizix.term.tn3270e.HostSession3270
- Called when the state changes.
- onCommState(SocketCommNIO) - Method in class com.iizix.term.tn5250e.HostSession5250
- Called when the state changes.
- onCommTimeout(TransactionComm, boolean) - Method in interface com.iizix.comm.client.IClientInstanceListener
- Called when the communication link has timed out on a read or write operation.
- onCommTimeout(TransactionComm, boolean) - Method in class com.iizix.comm.session.SessionTransMgr
- Called when the communication link has timed out on a read or write operation.
- onCommTimeout(TransactionComm, boolean) - Method in class com.iizix.comm.test.TransactionProcessor
- Called when the communication link has timed out on a read or write operation.
- onCommTimeout(TransactionComm, boolean) - Method in interface com.iizix.comm.TransactionCommListener
- Called when the communication link has timed out on a read or write operation.
- onCommTimeout(TransactionComm, boolean) - Method in class com.iizix.test.client.NonUIClient
- Called when the communication link has timed out on a read or write operation.
- onCommTimeout(IWebSocketComm, boolean) - Method in interface com.iizix.nio.WebSocketCommListener
- Called when the communication link has timed out on a read or write operation.
- onCommTimeout(IWebSocketComm, boolean) - Method in class com.iizix.server.AbstractEndPoint
- Called when the communication link has timed out on a read or write operation.
- onCommTimeout(SocketCommNIO, boolean) - Method in interface com.iizix.nio.SocketCommListener
- Called when the communication link has timed out on a read or write operation.
- onCompleted(WebLogo, WebLogoState, Throwable) - Method in interface com.iizix.server.weblogos.IWebLogoListener
- Called upon completion of the website logo image generation process.
- onCompleted(WebThumbnail, WebThumbnailState, Throwable) - Method in interface com.iizix.server.webthumbs.IWebThumbnailListener
- Called upon completion of the thumbnail image generation process.
- onCompleted(KString, Translation) - Method in class com.iizix.translate.TranslationQueue
- Informs the queue of a completed translation.
- onCompletedLoading(PropCnr) - Method in class com.iizigo.prop.FilePropCnr
- Called when the file completed its loading from the Module model.
- onCompletedRemoteTransactionProcessing(PropMgr) - Method in interface com.iizix.prop.IRemoteTransactionCompletedListener
- Called once all processing of the remote read transaction has completed processing the update from a remote party, and that all potential queued events (such as remote events) are called.
- onCompletedRemoteTransactionUpdate(PropMgr) - Method in interface com.iizix.prop.IRemoteTransactionCompletedListener
- Called when the remote read transaction processing has completed processing an update from a remote party, but before any potential queued events (such as remote events) are called.
- onComponentFocus(Control) - Method in class com.iizigo.editor.PropEditorPart
- Called by the workbench extension when focus is received.
- onComponentFocused(Control) - Method in interface com.iizigo.editor.IWorkbenchPartIZ
- Called when the workbench extension focus is received to a component.
- onComponentSelectedInParent(boolean) - Method in class com.iizix.prop.ui.UIComp
- Called by the parent container to inform that this component has been selected in its container.
- onComponentSelectedInParent(boolean) - Method in class com.iizix.prop.ui.UIContainer
- Called by the parent container to inform that this component has been selected in its container.
- onConnectChange(HostSessionPeer, boolean) - Method in class com.iizigo.term.prop.TerminalDesignerProp
- Notifies the session of a connect state change.
- onConnectChange(HostSessionPeer, boolean) - Method in class com.iizigo.term.TerminalComposite
- Notifies the session of a connect state change.
- onConnectChange(HostSessionPeer, boolean) - Method in class com.iizix.term.HostSession
- Notifies the session of a connect state change.
- onConnectChange(HostSessionPeer, boolean) - Method in interface com.iizix.term.HostSessionListener
- Notifies the session of a connect state change.
- onConnectChange(HostSessionPeer, boolean) - Method in class com.iizix.term.remote.RemoteHostSession
- Notifies the session of a connect state change.
- onConnectChange(HostSessionPeer, boolean) - Method in class com.iizix.term.server.TerminalHost
- Notifies the session of a connect state change.
- onConnected(ILicenceSystemComm) - Method in interface com.iizix.license.ILicenseServerListener
- Called when the connection is established.
- onConnection(SessionTransMgr) - Method in class com.iizigo.panel.ViewTransactionCommListener
- Called when a connection is established.
- onConnection(SessionTransMgr) - Method in class com.iizigo.vs.viewer.VSViewerTransactionCommListener
- Called when a connection is established.
- onConnection(SessionTransMgr) - Method in interface com.iizix.comm.ITransactionProcessor
- Called when a connection is established.
- onConnection(SessionTransMgr) - Method in class com.iizix.server.client.ClientTransactionProcessor
- Called when a connection is established.
- onConnection(SessionTransMgr) - Method in class com.iizix.server.vsviewer.VSViewerTransactionProcessor
- Called when a connection is established.
- onConnections(IVSActionListener[]) - Method in class com.iizigo.vs.ActionsPanel
- Called to update the connections.
- onConnections(IVSColumnListener[]) - Method in class com.iizigo.vs.TablePanel
- Called to update the connections.
- onConnections(IVSFieldListener[]) - Method in class com.iizigo.vs.ValuePanel
- Called to update the connections.
- onConnections(IVSTableListener[]) - Method in class com.iizigo.vs.TablePanel
- Called to update the connections.
- onConnectionStateChanged() - Method in class com.iizix.term.server.ActiveTerminalSession
- Called when the terminal state has changed in regards to connected/connecting/closing/closed.
- onConnectionStateChanged() - Method in interface com.iizix.term.server.ITerminalStateListener
- Called when the terminal state has changed in regards to connected/connecting/closing/closed.
- onContainerUpdated(boolean) - Method in class com.iizigo.prop.EditedPropController
- Called when a change in the container that requires attention occurred.
- onContainerUpdated(boolean) - Method in interface com.iizigo.prop.IContainerListenerOwner
- Called when a change in the container that requires attention occurred.
- onCreate(HotSpot) - Method in class com.iizigo.term.internal.HotSpot
- Called when a new hot spot has been instantiated.
- onCreate(HotSpot) - Method in class com.iizigo.term.internal.KeyHotSpot
- Called when a new hot spot has been instantiated.
- onCreateMenu(IzMenu, boolean) - Method in class com.iizigo.prop.editor.ReferencePropEditor
- Called to create the menu items.
- onCreateMenu(IzMenu, boolean) - Method in class com.iizigo.prop.editor.VSReferencePropEditor
- Called to create the menu items.
- onCreateMenu(IzMenu, boolean) - Method in class com.iizigo.prop.editor.VSRelativeReferencePropEditor
- Called to create the menu items.
- onCreateMenu(IzMenu, boolean) - Method in class com.iizigo.prop.editor.VSTableColumnReferencePropEditor
- Called to create the menu items.
- onCreateVSAction() - Method in class com.iizigo.prop.editor.VSRelativeReferencePropEditor
- Creates a action.
- onCreateVSColumn(EditorVirtualSpace, IPropertyEditorController, EditedPropController<?, ?>, Text, VSRelativeReference<?>) - Static method in class com.iizigo.prop.editor.VSRelativeReferencePropEditor
- Creates a column.
- onCreateVSField() - Method in class com.iizigo.prop.editor.VSRelativeReferencePropEditor
- Creates a field.
- onCreateVSTable() - Method in class com.iizigo.prop.editor.VSRelativeReferencePropEditor
- Creates a table.
- onCursorChanged(int, int) - Method in interface com.iizix.term.HostScreenListener
- The cursor position has changed.
- onCursorChanged(int, int) - Method in class com.iizix.term.remote.RemoteHostSession
- The cursor position has changed.
- onCursorPositionChange(HostSessionPeer, int, int) - Method in class com.iizigo.term.prop.TerminalDesignerProp
- Notifies the session that the cursor position has changed.
- onCursorPositionChange(HostSessionPeer, int, int) - Method in class com.iizigo.term.TerminalComposite
- Notifies the session that the cursor position has changed.
- onCursorPositionChange(HostSessionPeer, int, int) - Method in class com.iizix.term.HostSession
- Notifies the session that the cursor position has changed.
- onCursorPositionChange(HostSessionPeer, int, int) - Method in interface com.iizix.term.HostSessionListener
- Notifies the session that the cursor position has changed.
- onCursorPositionChange(HostSessionPeer, int, int) - Method in class com.iizix.term.remote.RemoteHostSession
- Notifies the session that the cursor position has changed.
- onCursorPositionChange(HostSessionPeer, int, int) - Method in class com.iizix.term.server.TerminalHost
- Notifies the session that the cursor position has changed.
- onDefine(boolean) - Method in class com.iizigo.prop.BaseEditor
- Called from the PropertyDefinedButton.
- onDefine(boolean) - Method in class com.iizigo.prop.editor.ColorPropEditor
- Called from the PropertyDefinedButton.
- onDefine(boolean) - Method in class com.iizigo.prop.editor.FillPropEditor
- Called from the PropertyDefinedButton.
- onDefine(boolean) - Method in class com.iizigo.prop.editor.FontPropEditor
- Called from the PropertyDefinedButton.
- onDefine(boolean) - Method in class com.iizigo.prop.editor.GradientPropEditor
- Called from the PropertyDefinedButton.
- onDefine(boolean) - Method in class com.iizigo.prop.editor.PKCS12IdentityPropEditor
- Called to define or undefine.
- onDefine(boolean) - Method in class com.iizigo.prop.editor.StrokePropEditor
- Called from the PropertyDefinedButton.
- onDefine(boolean) - Method in class com.iizigo.prop.editor.StylesStatesPropEditor
- onDefine(boolean) - Method in class com.iizigo.prop.editor.ThemesPropEditor
- Called from the PropertyDefinedButton.
- onDefine(boolean) - Method in class com.iizigo.prop.editor.ValuePropEditor
- Overridden to provide type.
- onDefine(boolean) - Method in class com.iizigo.prop.editor.VSActionActorParticipantEditor
- Called when (un)defined.
- onDefine(boolean) - Method in class com.iizigo.prop.editor.VSParticipantEditor
- Called when (un)defined.
- onDefine(boolean) - Method in interface com.iizigo.prop.IPropertyDefined
- Called from the PropertyDefinedButton.
- onDefine(boolean) - Method in class com.iizigo.term.prop.editor.SessionConfigPropEditor
- Overridden to abort.
- onDeviceParamsRefreshed(DeviceParameter[]) - Method in interface com.iizix.gyro.IDeviceParametersRefreshed
- Invoked when the device parameters are refreshed.
- onDirtyChanged() - Method in class com.iizigo.prop.FilePropSaveable
- The Editor has had its dirty state changed: verify and inform.
- onDispose() - Method in class com.iizigo.prop.BaseEditor
- Called when the editor is disposed of.
- onDispose() - Method in class com.iizigo.prop.editor.ColorPropEditor
- Called when the editor is disposed of.
- onDispose() - Method in class com.iizigo.prop.editor.FillPropEditor
- Called when the editor is disposed of.
- onDispose() - Method in class com.iizigo.prop.editor.GradientPropEditor
- Called when the editor is disposed of.
- onDispose() - Method in class com.iizigo.prop.editor.StrokePropEditor
- Called when the editor is disposed of.
- onDispose() - Method in class com.iizix.server.JettyRunConfiguration
- Disposes of the server.
- onDispose() - Method in class com.iizix.server.ServerShell
- Called prior to disposing.
- onDispose(IClassReferenceListener) - Method in class com.iizigo.java.JavaClass
- Called when a reference holder, the
IClassReferenceListener
, has been disposed of. - onDispose(IAppSessionGyro) - Method in interface com.iizix.gyro.IAppSessionDisposeListener
- Called when the application session is disposed of.
- onDispose(IClientSessionGyro) - Method in interface com.iizix.gyro.IClientSessionDisposeListener
- Called when the client session is disposed of.
- onDispose(IClientSessionGyro) - Method in class com.iizix.prop.ui.MessageBox
- Called when the client session is disposed of.
- onDispose(ServerShell) - Method in interface com.iizix.server.IServerDisposeListener
- Called just before the server begins the dispose operation.
- onDisposed() - Method in class com.iizix.geo.RegionLocationService
- Disposes of the region service provider.
- onDisposed() - Method in class com.iizix.server.ServerShell
- Called after disposing.
- onDisposed(SessionTransMgr) - Method in class com.iizigo.panel.ViewTransactionCommListener
- Called when a connection is disposed of.
- onDisposed(SessionTransMgr) - Method in class com.iizigo.vs.viewer.VSViewerTransactionCommListener
- Called when a connection is disposed of.
- onDisposed(SessionTransMgr) - Method in interface com.iizix.comm.ITransactionProcessor
- Called when a connection is disposed of.
- onDisposed(SessionTransMgr) - Method in class com.iizix.server.client.ClientTransactionProcessor
- Called when a connection is disposed of.
- onDisposed(SessionTransMgr) - Method in class com.iizix.server.vsviewer.VSViewerTransactionProcessor
- Called when a connection is disposed of.
- onDisposed(IAppSessionGyro) - Method in interface com.iizix.gyro.IAppSessionFocusProvider
- Called when the application session is disposed of.
- onDisposed(PropCnr) - Method in interface com.iizix.api.IInstanceLifecycleListener
- Called when the virtualized owner property is disposed of, i.e.
- onDisposed(AppSessionGyro) - Method in class com.iizix.server.user.UserSessions
- Called when an application is disposed of.
- onDisposed(ServerShell) - Method in interface com.iizix.server.IServerDisposeListener
- Called when the server has been disposed of just before exiting.
- onDoubleClick(int, int) - Method in class com.iizigo.term.capture.CaptureEditor
- Marks the host field.
- onDoubleClick(int, int) - Method in interface com.iizigo.term.internal.IScreenDesigner
- Marks the host field.
- onDoubleClick(int, int) - Method in interface com.iizigo.term.ITermEditor
- Marks the host field.
- onDoubleClick(int, int) - Method in class com.iizigo.term.recording.RecordingEditor
- Marks the host field.
- onDoubleClick(int, int) - Method in class com.iizigo.term.screen.ScreenDesigner
- Marks the host field.
- onDoubleClick(int, int) - Method in class com.iizigo.term.screen.ScreenEditor
- Marks the host field.
- onDoubleClick(Event) - Method in class com.iizigo.prop.BaseEditor
- Called when mouse is double-clicked in the text or combobox.
- onDoubleClick(Event) - Method in class com.iizigo.prop.editor.BadgePropEditor
- Called when mouse is double-clicked in the text or combobox.
- onDoubleClick(Event) - Method in class com.iizigo.prop.editor.ClassReferencePropEditor
- Called when mouse is double-clicked in the text or combobox.
- onDoubleClick(Event) - Method in class com.iizigo.prop.editor.DateTimePropEditor
- Called when mouse is double-clicked in the text or combobox.
- onDoubleClick(Event) - Method in class com.iizigo.prop.editor.DropShadowPropEditor
- Called when mouse is double-clicked in the text or combobox.
- onDoubleClick(Event) - Method in class com.iizigo.prop.editor.KStringPropEditor
- Called when mouse is double-clicked in the text or combobox.
- onDoubleClick(Event) - Method in class com.iizigo.prop.editor.MethodReferencePropEditor
- Called when mouse is double-clicked in the text or combobox.
- onDoubleClick(Event) - Method in class com.iizigo.prop.editor.PanelAnimationPropEditor
- Called when mouse is double-clicked in the text or combobox.
- onDoubleClick(Event) - Method in class com.iizigo.prop.editor.PatternPropEditor
- Called when mouse is double-clicked in the text or combobox.
- onDoubleClick(Event) - Method in class com.iizigo.prop.editor.PKCS12IdentityPropEditor
- Called when mouse is double-clicked in the text or combobox.
- onDoubleClick(Event) - Method in class com.iizigo.prop.editor.ReferencePropEditor
- Called when mouse is double-clicked in the text or combobox.
- onDoubleClick(Event) - Method in class com.iizigo.prop.editor.StrokePropEditor
- Called when mouse is double-clicked in the text or combobox.
- onDoubleClick(Event) - Method in class com.iizigo.prop.editor.StylesReferencesPropEditor
- Called when mouse is double-clicked in the text or combobox.
- onDoubleClick(Event) - Method in class com.iizigo.prop.editor.StylesStatesPropEditor
- Called when mouse is double-clicked in the text or combobox.
- onDoubleClick(Event) - Method in class com.iizigo.prop.editor.TextShadowPropEditor
- Called when mouse is double-clicked in the text or combobox.
- onDoubleClick(Event) - Method in class com.iizigo.prop.editor.ThemesPropEditor
- Called when mouse is double-clicked in the text or combobox.
- onDoubleClick(Event) - Method in class com.iizigo.prop.editor.TooltipPropEditor
- Called when mouse is double-clicked in the text or combobox.
- onDoubleClick(Event) - Method in class com.iizigo.prop.editor.TransformPropEditor
- Called when mouse is double-clicked in the text or combobox.
- onDoubleClick(Event) - Method in class com.iizigo.prop.editor.UIDateTimeTypePropEditor
- Called when mouse is double-clicked in the text or combobox.
- onDoubleClick(Event) - Method in class com.iizigo.prop.editor.ValuePropEditor
- Called when mouse is double-clicked in the text or combobox.
- onDoubleClick(Event) - Method in class com.iizigo.prop.editor.VSActionActorParticipantEditor
- Called when mouse is double-clicked in the text or combobox.
- onDoubleClick(Event) - Method in class com.iizigo.prop.editor.VSParticipantEditor
- Called when mouse is double-clicked in the text or combobox.
- onDoubleClick(Event) - Method in class com.iizigo.prop.editor.VSRelativeReferencePropEditor
- Called when mouse is double-clicked in the text or combobox.
- onDoubleClick(Event) - Method in class com.iizigo.prop.editor.VSTableColumnReferencePropEditor
- Called when mouse is double-clicked in the text or combobox.
- onDragBegin() - Method in class com.iizigo.editor.PropEditorPart
- Drag started.
- onDragBegin() - Method in class com.iizigo.server.ServerConfigComposite
- Drag started.
- onDragEnd() - Method in class com.iizigo.editor.MultiSelectionProvider
- Drag finished, called by the part when all drags complete.
- onDragEnd() - Method in class com.iizigo.editor.PropEditorPart
- Drag finished.
- onDragEnd() - Method in class com.iizigo.server.ServerConfigComposite
- Drag finished.
- onDrop(DropInfo) - Method in class com.iizigo.panel.prop.EAbsoluteLayout
- Performs a drop from JavaScript in this layout manager with the specified properties and the layout manager specific transaction data.
- onDrop(DropInfo) - Method in class com.iizigo.panel.prop.EBorderLayout
- Performs a drop from JavaScript in this layout manager with the specified properties and the layout manager specific transaction data.
- onDrop(DropInfo) - Method in class com.iizigo.panel.prop.EFlexLayout
- Performs a drop from JavaScript in this layout manager with the specified properties and the layout manager specific transaction data.
- onDrop(DropInfo) - Method in class com.iizigo.panel.prop.EGridLayout
- Performs a drop from JavaScript in this layout manager with the specified properties and the layout manager specific transaction data.
- onDrop(DropInfo) - Method in class com.iizigo.panel.prop.EHeadingLayout
- Performs a drop from JavaScript in this layout manager with the specified properties and the layout manager specific transaction data.
- onDrop(DropInfo) - Method in interface com.iizigo.panel.prop.IELayoutMgrDND
- Performs a drop from JavaScript in this layout manager with the specified properties and the layout manager specific transaction data.
- onDrop(DropInfo) - Method in interface com.iizigo.panel.prop.IELayoutMgrSimpleDND
- Performs a drop from JavaScript in this layout manager with the specified properties and the layout manager specific transaction data.
- onDropCompleted(DropInfo, UIComp[], ComplexOperation) - Method in class com.iizigo.panel.prop.EHeadingLayout
- Called prior to executing the operation after a drop, to perform some additional processing.
- onDropCompleted(DropInfo, UIComp[], ComplexOperation) - Method in interface com.iizigo.panel.prop.IELayoutMgrSimpleDND
- Called prior to executing the operation after a drop, to perform some additional processing.
- onDropStandard(DropInfo, int) - Method in interface com.iizigo.panel.prop.IELayoutMgrSimpleDND
- The standard routine to perform a drop from JavaScript in this layout manager with the specified properties and the layout manager specific transaction data.
- onEditedProperty(GProp<?>) - Method in class com.iizigo.vs.ActionsPanel
- Selection changed for panel.
- onEditedProperty(GProp<?>) - Method in interface com.iizigo.vs.IVirtualSpacePanel
- Selection changed for panel.
- onEditedProperty(GProp<?>) - Method in class com.iizigo.vs.TablePanel
- Selection changed for panel.
- onEditedProperty(GProp<?>) - Method in class com.iizigo.vs.ValuePanel
- Selection changed for panel.
- onEditedPropertyChangedForVerify(GEvent) - Method in class com.iizigo.editor.PropEditorPart
- Called when verification listener gets called for verify, very commonly in a non-SWT thread.
- onEditedPropertyChangedForVerify(GEvent) - Method in class com.iizigo.font.FontFacesEditor
- Called when verification listener gets called for verify, very commonly in a non-SWT thread.
- onEditedPropertyChangedForVerify(GEvent) - Method in class com.iizigo.image.ImageDefinitionEditor
- Called when verification listener gets called for verify, very commonly in a non-SWT thread.
- onEditedPropertyChangedForVerify(GEvent) - Method in class com.iizigo.panel.ContextMenuEditor
- Called when verification listener gets called for verify, very commonly in a non-SWT thread.
- onEditedPropertyChangedForVerify(GEvent) - Method in class com.iizigo.panel.PanelEditor
- Called when verification listener gets called for verify, very commonly in a non-SWT thread.
- onEditedPropertyChangedForVerify(GEvent) - Method in class com.iizigo.selector.SelectorEditor
- Called when verification listener gets called for verify, very commonly in a non-SWT thread.
- onEditedPropertyChangedForVerify(GEvent) - Method in class com.iizigo.style.StyleEditor
- Called when verification listener gets called for verify, very commonly in a non-SWT thread.
- onEditorActivated(boolean) - Method in class com.iizigo.editor.PropEditorPart
- Called when the editor is activated or deactivated.
- onEditorActivated(boolean) - Method in class com.iizigo.term.screen.ScreenEditor
- Called when editor is activated.
- onEditorReady() - Method in class com.iizigo.editor.PropEditorPart
- Function called once the Editor has been initialized and fully created, should be overridden by Editor parts that need such functionality.
- onEmail(boolean) - Method in interface com.iizix.license.ILicenseSignUp
- Callback informing the Sign Up routine that a mail address is taken or available.
- onEndPointCreated(IEndPoint) - Method in interface com.iizix.server.IEndPointListener
- Called when an end point is created.
- onEndPointCreated(IEndPoint) - Method in class com.iizix.server.monitor.VirtualizedMonitorPropCnr
- Called when an end point is created.
- onEndPointDisposed(IEndPoint) - Method in interface com.iizix.server.IEndPointListener
- Called when an end point is disposed of.
- onEndPointDisposed(IEndPoint) - Method in interface com.iizix.server.IServer
- Called when an end point is disposed of.
- onEndPointDisposed(IEndPoint) - Method in class com.iizix.server.monitor.VirtualizedMonitorPropCnr
- Called when an end point is disposed of.
- onEndPointDisposed(IEndPoint) - Method in class com.iizix.server.ServerShell
- Called when an end point is disposed of.
- onEntry(LogEntry) - Method in interface com.iizix.server.ILogHistoryListener
- Called when a new history entry is added.
- onError(LicenseException) - Method in interface com.iizix.license.ILicenseSystemError
- Called when the license system shuts down the IIZI functions.
- onError(String, String, int, boolean, boolean) - Method in class com.iizigo.prop.BaseEditor
- Called when the property is updated due to an error.
- onError(String, String, int, boolean, boolean) - Method in class com.iizigo.prop.editor.BadgePropEditor
- Called when the property is updated due to an error.
- onError(String, String, int, boolean, boolean) - Method in class com.iizigo.prop.editor.BoolPropEditor
- Called when the property is updated due to an error.
- onError(String, String, int, boolean, boolean) - Method in class com.iizigo.prop.editor.KStringPropEditor
- Called when the property is updated due to an error.
- onError(String, String, int, boolean, boolean) - Method in class com.iizigo.prop.editor.TooltipPropEditor
- Called when the property is updated due to an error.
- onError(String, String, int, boolean, boolean) - Method in interface com.iizigo.prop.IEditedPropControllerOwner
- Called when the property is updated due to an error.
- onError(String, String, int, boolean, boolean) - Method in class com.iizigo.prop.MultiPropCnr
- Called when the property is updated due to an error.
- onErrors(EditorRuntimeBuilderProps, boolean) - Method in class com.iizigo.run.impl.EclipseRuntimeBuilder
- Updates for errors.
- onErrors(EditorRuntimeBuilderProps, boolean) - Method in interface com.iizigo.run.IRuntimeBuilder
- Updates for errors.
- onEvent(GEvent) - Method in class com.iizigo.app.ApplicationDistributorPropertyPage
- Called to process an event.
- onEvent(GEvent) - Method in class com.iizigo.image.ImageInfo
- Property event.
- onEvent(GEvent) - Method in class com.iizigo.navigator.ContentProvider
- An IIZI event processed here to see if the viewer needs update.
- onEvent(GEvent) - Method in class com.iizigo.navigator.StringMapPropContentProvider
- Called to process an event.
- onEvent(GEvent) - Method in class com.iizigo.panel.ClientSideEditor
- The listener for root property changes from the JS designer.
- onEvent(GEvent) - Method in class com.iizigo.project.ModuleAppPropertyPage
- Called to process an event.
- onEvent(GEvent) - Method in class com.iizigo.prop.ContainerListener
- Property event.
- onEvent(GEvent) - Method in class com.iizigo.prop.DesignerProp
- Property event from property container.
- onEvent(GEvent) - Method in class com.iizigo.prop.editor.AtomNamePropEditor
- Property event.
- onEvent(GEvent) - Method in class com.iizigo.prop.editor.dialog.StylesDialog
- Called to process an event.
- onEvent(GEvent) - Method in class com.iizigo.prop.editor.ExtendsFlagPropEditor
- Property event.
- onEvent(GEvent) - Method in class com.iizigo.prop.editor.ExtendsNamePropEditor
- Property event.
- onEvent(GEvent) - Method in class com.iizigo.prop.PropExtender
- Source events.
- onEvent(GEvent) - Method in class com.iizigo.push.PushPropertyPage
- Called to process an event.
- onEvent(GEvent) - Method in class com.iizigo.pwa.PWAPropertyPage
- Called to process an event.
- onEvent(GEvent) - Method in class com.iizigo.run.EditorRuntimeBuilderPropertyPage
- Called to process an event.
- onEvent(GEvent) - Method in class com.iizigo.selector.SelectorEditor
- Called to process an event.
- onEvent(GEvent) - Method in class com.iizigo.server.ServerConfigComposite
- Called to process an event.
- onEvent(GEvent) - Method in class com.iizigo.text.TextTableContentProvider
- Called to process an event.
- onEvent(GEvent) - Method in class com.iizigo.text.TextTableEditor
- Called to process an event.
- onEvent(GEvent) - Method in class com.iizigo.text.TextTableLabelProvider
- Called to process an event.
- onEvent(GEvent) - Method in class com.iizigo.ui.server.monitor.ServerBrowser
- Events from the monitor.
- onEvent(GEvent) - Method in class com.iizigo.vs.ActionActorDialog
- Called to process an event.
- onEvent(GEvent) - Method in class com.iizigo.vs.TablePanel
- Property event.
- onEvent(GEvent) - Method in class com.iizigo.vs.VSTableContentProvider
- Called to process an event.
- onEvent(GEvent) - Method in class com.iizigo.vs.VSTableLabelProvider
- Called to process an event.
- onEvent(GEvent) - Method in interface com.iizix.event.EventListener
- Called to process an event.
- onEvent(GEvent) - Method in class com.iizix.event.EventMulticaster
- Called when the event is fired.
- onEvent(GEvent) - Method in class com.iizix.prop.GProp
- Called when a property event is send to this property.
- onEvent(GEvent) - Method in interface com.iizix.prop.IGProp
- Called when a property event is send to this property.
- onEvent(GEvent) - Method in class com.iizix.prop.ProxyImpl
- Source events.
- onEvent(GEvent) - Method in class com.iizix.prop.ProxyPropCnrImpl
- Source events.
- onEvent(GEvent) - Method in class com.iizix.server.prop.RootPropTransactionSender
- Called when an event is triggered in the root.
- onEvent(GEvent) - Method in class com.iizix.test.client.NonUIClient
- Called to process an event due to a change in the some property in the UI root tree.
- onEvent(GEvent) - Method in class com.iizix.text.KStringHolder
- Called when a property event is send to the holder property.
- onEvent(GEvent) - Method in class com.iizix.text.KStringHolder.TagReference
- Called to process an event.
- onEvent(SelectionEvent) - Method in interface com.iizix.swt.WidgetSelectedEvent
- onEventLogged(LogEntry) - Method in class com.iizigo.Console
- Called when an event is logged.
- onEventLogged(LogEntry) - Method in interface com.iizix.ILoggerRedirector
- Called when an event is logged.
- onEventSelf(GEvent) - Method in class com.iizigo.font.prop.EditorFontFaces
- Overridden to check for cache clearing...
- onEventSelf(GEvent) - Method in class com.iizigo.font.prop.EditorFontFiles
- Overridden to check for cache clearing...
- onEventSelf(GEvent) - Method in class com.iizigo.java.parser.annotation.AnnotationsContainer
- Called when a property event is send to this property.
- onEventSelf(GEvent) - Method in class com.iizigo.java.prop.EditorClassReference
- Event processing for Java Class Reference changed.
- onEventSelf(GEvent) - Method in class com.iizigo.java.prop.EditorMethodReference
- Event processing for Java Class Reference changed.
- onEventSelf(GEvent) - Method in class com.iizigo.java.prop.EditorMethodReference2
- Event processing for Java Class Reference changed.
- onEventSelf(GEvent) - Method in class com.iizigo.panel.prop.EMUISwitch
- Updates to the "checkNoMatch" property must be reflected in the UI.
- onEventSelf(GEvent) - Method in class com.iizigo.panel.prop.EUICheckBox
- Updates to the "checkNoMatch" property must be reflected in the UI.
- onEventSelf(GEvent) - Method in class com.iizigo.panel.prop.EUICheckedMenuItem
- Updates to the "checkNoMatch" property must be reflected in the UI.
- onEventSelf(GEvent) - Method in class com.iizigo.panel.prop.EUIRadioButton
- Updates to the "selNoMatch" property must be reflected in the UI.
- onEventSelf(GEvent) - Method in class com.iizigo.panel.prop.EUIRadioMenuItem
- Updates to the "selNoMatch" property must be reflected in the UI.
- onEventSelf(GEvent) - Method in class com.iizigo.panel.prop.mlist.EMLGroup
- Event checking for change of default item type.
- onEventSelf(GEvent) - Method in class com.iizigo.project.ModuleRootPropCnr
- Listens to changes in the Module settings and clears the cache of aliases accordingly.
- onEventSelf(GEvent) - Method in class com.iizigo.project.ProjectRootPropCnr
- Called when a property event is send to this property.
- onEventSelf(GEvent) - Method in class com.iizigo.prop.EditorFolderSettingsProp
- Checks for state change events and fires it to listeners.
- onEventSelf(GEvent) - Method in class com.iizigo.prop.FilePropCnr
- Called when a property event is send to this property.
- onEventSelf(GEvent) - Method in class com.iizigo.prop.FolderPropCnr
- Called when a property event is send to this property.
- onEventSelf(GEvent) - Method in class com.iizigo.prop.MultiPropCnr
- Called when a property event is send to this property.
- onEventSelf(GEvent) - Method in class com.iizigo.term.server.EditorActiveTerminalSession
- Property events go here, and a new terminal session request is received from the monitor (client) side if the HostSessionProps are created.
- onEventSelf(GEvent) - Method in class com.iizigo.text.prop.EditorTextTable
- Checks for state change events and fires it to listeners.
- onEventSelf(GEvent) - Method in class com.iizigo.vs.prop.EditorVSAction
- Checks for state change events and fires it to listeners.
- onEventSelf(GEvent) - Method in class com.iizigo.vs.prop.EditorVSColumnHeader
- Checks for state change events and fires it to listeners.
- onEventSelf(GEvent) - Method in class com.iizigo.vs.prop.EditorVSField
- Checks for state change events and fires it to listeners.
- onEventSelf(GEvent) - Method in class com.iizigo.vs.prop.EditorVSGroup
- Checks for state change events and fires it to listeners.
- onEventSelf(GEvent) - Method in class com.iizigo.vs.prop.EditorVSRow
- Checks for reordering of columns.
- onEventSelf(GEvent) - Method in class com.iizigo.vs.prop.EditorVSTable
- Checks for state change events and fires it to listeners.
- onEventSelf(GEvent) - Method in class com.iizigo.ws.prop.EditorOutputColumn
- Processes events that may change wrapped elements.
- onEventSelf(GEvent) - Method in class com.iizigo.ws.prop.EditorOutputTable
- Processes events that may change wrapped elements.
- onEventSelf(GEvent) - Method in class com.iizigo.ws.prop.EditorOutputVariable
- Processes events that may change wrapped elements.
- onEventSelf(GEvent) - Method in class com.iizix.prop.AbstractReference
- Called when a property event is send to this property.
- onEventSelf(GEvent) - Method in class com.iizix.prop.AppLanguages
- Event checking.
- onEventSelf(GEvent) - Method in class com.iizix.prop.AssetReference
- Called when a property event is send to this property.
- onEventSelf(GEvent) - Method in class com.iizix.prop.AssetReferences
- Called when a property event is send to this property.
- onEventSelf(GEvent) - Method in class com.iizix.prop.BadgeProp
- Called when a property event is send to this property.
- onEventSelf(GEvent) - Method in class com.iizix.prop.ClientProps
- Checks for self-event to queue remote events.
- onEventSelf(GEvent) - Method in class com.iizix.prop.content.AbstractContentUIContainer
- Event checking to clear cache.
- onEventSelf(GEvent) - Method in class com.iizix.prop.EnvProps
- Called when a property event is send to this property.
- onEventSelf(GEvent) - Method in class com.iizix.prop.font.FontFiles
- Overridden to check for cache clearing...
- onEventSelf(GEvent) - Method in class com.iizix.prop.GeoProps
- Checks for state change events and fires it to listeners.
- onEventSelf(GEvent) - Method in class com.iizix.prop.GProp
- Called when a property event is send to this property.
- onEventSelf(GEvent) - Method in interface com.iizix.prop.IGProp
- Called when a property event is send to this property.
- onEventSelf(GEvent) - Method in class com.iizix.prop.image.FontIconDefinition
- Overridden to check for cache clearing...
- onEventSelf(GEvent) - Method in class com.iizix.prop.image.ImageDefinition
- Overridden to check for cache clearing...
- onEventSelf(GEvent) - Method in class com.iizix.prop.image.ImageLocation
- Overridden to check for cache clearing...
- onEventSelf(GEvent) - Method in class com.iizix.prop.image.ImagesDefinition
- Overridden to check for cache clearing...
- onEventSelf(GEvent) - Method in class com.iizix.prop.image.ImagesResolution
- Overridden to check for cache clearing...
- onEventSelf(GEvent) - Method in class com.iizix.prop.image.ImageStyle
- Overridden to check for cache clearing...
- onEventSelf(GEvent) - Method in class com.iizix.prop.image.ImageStyleLocation
- Overridden to check for cache clearing...
- onEventSelf(GEvent) - Method in class com.iizix.prop.image.ImageStylesResolution
- Overridden to check for cache clearing...
- onEventSelf(GEvent) - Method in class com.iizix.prop.image.StyledImageDefinition
- Overridden to check for cache clearing...
- onEventSelf(GEvent) - Method in class com.iizix.prop.image.SVGDefinition
- Overridden to check for cache clearing...
- onEventSelf(GEvent) - Method in class com.iizix.prop.ImageReference
- Overridden to check for cache clearing...
- onEventSelf(GEvent) - Method in class com.iizix.prop.KStringProp
- Called when a property event is send to this property.
- onEventSelf(GEvent) - Method in class com.iizix.prop.Selector
- Checks for expression changes to define references.
- onEventSelf(GEvent) - Method in class com.iizix.prop.StylesReferences
- Called when a property event is send to this property.
- onEventSelf(GEvent) - Method in class com.iizix.prop.ui.AbstractUICompRelativeReference
- Overridden to check for cache clearing...
- onEventSelf(GEvent) - Method in class com.iizix.prop.ui.CIDProp
- Called when a property event is send to this property.
- onEventSelf(GEvent) - Method in class com.iizix.prop.ui.datetime.UIDateTime
- Processes events.
- onEventSelf(GEvent) - Method in class com.iizix.prop.ui.map.UIMap
- Updates a VirtualSpace Field when a component text changes.
- onEventSelf(GEvent) - Method in class com.iizix.prop.ui.mlist.MLItemProp
- Updates a VirtualSpace Field when a component text changes.
- onEventSelf(GEvent) - Method in class com.iizix.prop.ui.table.UITable
- Event checking to clear cache.
- onEventSelf(GEvent) - Method in class com.iizix.prop.ui.table.UITableColumn
- Event checking to clear cache.
- onEventSelf(GEvent) - Method in class com.iizix.prop.ui.TooltipProp
- Called when a property event is send to this property.
- onEventSelf(GEvent) - Method in class com.iizix.prop.ui.UIAbstractListChoice
- Updates a VirtualSpace Field when a component text changes.
- onEventSelf(GEvent) - Method in class com.iizix.prop.ui.UIComp
- Updates a VirtualSpace Field when a component text changes.
- onEventSelf(GEvent) - Method in class com.iizix.prop.ui.UIImage
- Self events.
- onEventSelf(GEvent) - Method in class com.iizix.prop.ui.UIImage2
- Self events.
- onEventSelf(GEvent) - Method in class com.iizix.prop.ui.UIPanelBase
- Invalidates cached mappings.
- onEventSelf(GEvent) - Method in class com.iizix.prop.ui.UISwapContainer
- Event checking to update the VSField from selection index or combobox text.
- onEventSelf(GEvent) - Method in class com.iizix.prop.ValueProp
- Called when a property event is send to this property.
- onEventSelf(GEvent) - Method in class com.iizix.prop.vs.VirtualSpace
- Checks for state change events and fires it to listeners.
- onEventSelf(GEvent) - Method in class com.iizix.prop.vs.VSComponent
- Checks for state change events and fires it to listeners.
- onEventSelf(GEvent) - Method in class com.iizix.prop.vs.VSField
- Checks for state change events and fires it to listeners.
- onEventSelf(GEvent) - Method in class com.iizix.prop.vs.VSParticipantsHolder
- Checks for state change events and fires it to listeners.
- onEventSelf(GEvent) - Method in class com.iizix.prop.vs.VSRelativeReference
- Called when a property event is send to this property.
- onEventSelf(GEvent) - Method in class com.iizix.prop.vs.VSTable
- Checks for state change events and fires it to listeners.
- onEventSelf(GEvent) - Method in class com.iizix.server.acme.LetsEncryptDomain
- Change of password or keystore invalidates the existing keystore cached.
- onEventSelf(GEvent) - Method in class com.iizix.server.app.VirtualsContainer.VContainer
- Event processing, used to verify events.
- onEventSelf(GEvent) - Method in class com.iizix.term.prop.ScreenProp
- Event checking to clear cache.
- onEventSelf(GEvent) - Method in class com.iizix.term.server.ActiveTerminalSession
- Property events go here, and a new terminal session request is received from the monitor (client) side if the HostSessionProps are created.
- onExpand(boolean) - Method in class com.iizigo.prop.DefinedButton
- Called when main multi-prop item is expanded or collapsed.
- onExpressionChanged(SelectorExpression) - Method in class com.iizix.prop.Selector
- Called when the expression has changed.
- onF4List() - Method in class com.iizigo.prop.BaseEditor
- Called when F4 is pressed in a Text field.
- onF4List() - Method in class com.iizigo.prop.editor.BadgePropEditor
- Called when F4 is pressed in a Text field.
- onF4List() - Method in class com.iizigo.prop.editor.DateTimePropEditor
- Called when F4 is pressed in a Text field.
- onF4List() - Method in class com.iizigo.prop.editor.KStringPropEditor
- Called when F4 is pressed in a Text field.
- onF4List() - Method in class com.iizigo.prop.editor.TooltipPropEditor
- Called when F4 is pressed in a Text field.
- onFailure(IClientSessionGyro, INativeSetting, OpenSettingError) - Method in interface com.iizix.device.settings.IOpenSettingFailure
- Called upon failure.
- onFieldChange(HostSessionPeer) - Method in class com.iizigo.term.prop.TerminalDesignerProp
- Notifies the session that fields have changed.
- onFieldChange(HostSessionPeer) - Method in class com.iizigo.term.TerminalComposite
- Notifies the session that fields have changed.
- onFieldChange(HostSessionPeer) - Method in class com.iizix.term.HostSession
- Notifies the session that fields have changed.
- onFieldChange(HostSessionPeer) - Method in interface com.iizix.term.HostSessionListener
- Notifies the session that fields have changed.
- onFieldChange(HostSessionPeer) - Method in class com.iizix.term.remote.RemoteHostSession
- Notifies the session that fields have changed.
- onFieldChange(HostSessionPeer) - Method in class com.iizix.term.server.TerminalHost
- Notifies the session that fields have changed.
- onFileAboutToChange() - Method in interface com.iizigo.project.IFilePropChangeListener
- Called prior to changes enabling data container to save what has changed.
- onFileAboutToChange() - Method in class com.iizigo.text.prop.EditorTextTable
- Called prior to changes enabling data container to save what has changed.
- onFileAdded(IFile) - Method in class com.iizigo.java.JavaManager
- File has been added.
- onFileAdded(IFile) - Method in class com.iizigo.project.FileChangesCollection
- File has been added.
- onFileAdded(IFile) - Method in interface com.iizigo.project.IFolderFileChangeListener
- File has been added.
- onFileChanged(IFile, int) - Method in class com.iizigo.java.JavaManager
- File has been changed (markers, contents, etc).
- onFileChanged(IFile, int) - Method in class com.iizigo.project.FileChangesCollection
- File has been changed (markers, contents, etc).
- onFileChanged(IFile, int) - Method in interface com.iizigo.project.IFolderFileChangeListener
- File has been changed (markers, contents, etc).
- onFileChangesCompleted(Object) - Method in class com.iizigo.text.prop.EditorTextTable
- Called when all the data container's properties have been removed and new ones added back into the data container.
- onFileChangesCompleted(T) - Method in interface com.iizigo.project.IFilePropChangeListener
- Called when all the data container's properties have been removed and new ones added back into the data container.
- onFileClosed(FilePropCnr) - Method in class com.iizigo.editor.PropEditorPart
- Called when an open file in the editor has been closed and needs to be removed.
- onFileClosed(FilePropCnr) - Method in class com.iizigo.text.TextTableEditor
- Called when an open file in the editor has been closed and needs to be removed.
- onFileCreated(IFile) - Method in interface com.iizigo.project.IFileCreated
- Called when the file is created from the creator thread (not SWT).
- onFileMoved(IFile, IFile) - Method in class com.iizigo.java.JavaManager
- File has been moved.
- onFileMoved(IFile, IFile) - Method in class com.iizigo.project.FileChangesCollection
- File has been moved.
- onFileMoved(IFile, IFile) - Method in interface com.iizigo.project.IFolderFileChangeListener
- File has been moved.
- onFileRemoved(IFile) - Method in class com.iizigo.java.JavaManager
- File has been removed.
- onFileRemoved(IFile) - Method in class com.iizigo.project.FileChangesCollection
- File has been removed.
- onFileRemoved(IFile) - Method in interface com.iizigo.project.IFolderFileChangeListener
- File has been removed.
- onFilter(String) - Method in class com.iizigo.editor.EndNodeTextFilter
- Notification that a new text has been set, null for none, never empty string.
- onFilter(String) - Method in class com.iizigo.prop.PropertyEditor
- Called when a filter text has been applied.
- onFilter(String) - Method in interface com.iizigo.swt.IFilterListener
- Called when a filter text has been applied.
- onFilter(String) - Method in class com.iizigo.text.TextTableEditor
- Called when a filter text has been applied.
- onFilter(String) - Method in class com.iizigo.vs.TablePanel
- Called when a filter text has been applied.
- onFixedHeight(PanelEditor, ComplexOperation, int) - Method in interface com.iizigo.panel.prop.IEFixedLayoutProp
- Sets the fixed width of a component in pixels.
- onFixedWidth(PanelEditor, ComplexOperation, int) - Method in interface com.iizigo.panel.prop.IEFixedLayoutProp
- Sets the fixed width of a component in pixels.
- onFlashlight(IFlashlight, boolean, boolean) - Method in interface com.iizix.device.flash.IFlashlightListener
- Notification of the flashback state and possible return code from the previous operation.
- onFocusChanged(FocusEvent) - Method in interface com.iizix.gyro.IFocusListener
- Called when the focus is changed.
- onFocusChanged(IFocusComp, IFocusComp, IGProp<?>, boolean, boolean) - Method in class com.iizix.server.gyro.AppSessionGyro
- Called when focus changes.
- onFocusChanged(IFocusComp, IFocusComp, IGProp<?>, boolean, boolean) - Method in class com.iizix.server.gyro.ClientSessionGyro
- Called when focus changes.
- onFocusChanged(IFocusComp, IFocusComp, IGProp<?>, boolean, boolean) - Method in interface com.iizix.server.gyro.IGyroFocusEngineOwner
- Called when focus changes.
- onFocusGained() - Method in class com.iizigo.prop.BaseEditor
- Upon focus gained, the selection of an entry field is selected fully and for a combobox, cursor is placed first.
- onFocusGained() - Method in class com.iizigo.prop.editor.PatternPropEditor
- Upon focus gained, the selection of an entry field is selected fully and for a combobox, cursor is placed first.
- onFocusGained(IFocusComp, IGProp<?>, boolean) - Method in interface com.iizix.gyro.IFocusComp
- Called to the component when it receives focus.
- onFocusGained(IFocusComp, IGProp<?>, boolean) - Method in interface com.iizix.prop.ui.IUIFocusComp
- Called to the component when it receives focus.
- onFocusGained(IFocusComp, IGProp<?>, boolean) - Method in class com.iizix.prop.ui.UIComp
- Called to the component when it receives focus.
- onFocusGained(IFocusComp, IGProp<?>, boolean) - Method in class com.iizix.prop.vs.VirtualSpace
- Called to the component when it receives focus.
- onFocusGained(IFocusComp, IGProp<?>, boolean) - Method in class com.iizix.prop.vs.VSComponent
- Called to the component when it receives focus.
- onFocusLost() - Method in class com.iizigo.prop.BaseEditor
- Called when focus is lost.
- onFocusLost() - Method in class com.iizigo.prop.editor.PatternPropEditor
- Called when focus is lost.
- onFocusLost(IFocusComp, IGProp<?>, boolean) - Method in interface com.iizix.gyro.IFocusComp
- Called to the focused component when it loses focus.
- onFocusLost(IFocusComp, IGProp<?>, boolean) - Method in interface com.iizix.prop.ui.IUIFocusComp
- Called to the focused component when it loses focus.
- onFocusLost(IFocusComp, IGProp<?>, boolean) - Method in class com.iizix.prop.vs.VirtualSpace
- Called to the focused component when it loses focus.
- onFocusLost(IFocusComp, IGProp<?>, boolean) - Method in class com.iizix.prop.vs.VSComponent
- Called to the focused component when it loses focus.
- onFocusVetoChange(FocusEvent) - Method in class com.iizix.server.gyro.AppSessionGyro
- Called to perform veto.
- onFocusVetoChange(FocusEvent) - Method in class com.iizix.server.gyro.ClientSessionGyro
- Called to perform veto.
- onFocusVetoChange(FocusEvent) - Method in interface com.iizix.server.gyro.IGyroFocusEngineOwner
- Called to perform veto.
- onFocusVetoChanged(FocusEvent) - Method in interface com.iizix.gyro.IFocusVetoListener
- Called when the focus is changed.
- onFolderAdded(IFolder) - Method in class com.iizigo.java.JavaManager
- Folder has been added.
- onFolderAdded(IFolder) - Method in class com.iizigo.project.FileChangesCollection
- Folder has been added.
- onFolderAdded(IFolder) - Method in interface com.iizigo.project.IFolderFileChangeListener
- Folder has been added.
- onFolderMoved(IFolder, IFolder) - Method in class com.iizigo.java.JavaManager
- File has been moved.
- onFolderMoved(IFolder, IFolder) - Method in class com.iizigo.project.FileChangesCollection
- Folder has been moved.
- onFolderMoved(IFolder, IFolder) - Method in interface com.iizigo.project.IFolderFileChangeListener
- Folder has been moved.
- onFolderRemoved(IFolder) - Method in class com.iizigo.java.JavaManager
- File has been removed.
- onFolderRemoved(IFolder) - Method in class com.iizigo.project.FileChangesCollection
- Folder has been removed.
- onFolderRemoved(IFolder) - Method in interface com.iizigo.project.IFolderFileChangeListener
- Folder has been removed.
- onFolderSettingsChanged() - Method in class com.iizigo.panel.PanelEditor
- Called when the folder settings are changed.
- onForget() - Method in class com.iizix.actionactor.AbstractJavaActionActor
- Notifies the node it got disassociated from the process i.e.
- onGoto(boolean) - Method in class com.iizigo.prop.editor.ReferencePropEditor
- Goto reference.
- onGoto(boolean) - Method in class com.iizigo.prop.editor.VSRelativeReferencePropEditor
- Goto reference.
- onGoto(boolean) - Method in class com.iizigo.prop.editor.VSTableColumnReferencePropEditor
- Goto reference.
- onHostDataStreamProcessing(HostSessionPeer, boolean) - Method in class com.iizigo.term.prop.TerminalDesignerProp
- Called when the datastream enters or exits processing.
- onHostDataStreamProcessing(HostSessionPeer, boolean) - Method in class com.iizix.term.HostSession
- Called when entering or exiting data stream processing.
- onHostDataStreamProcessing(HostSessionPeer, boolean) - Method in interface com.iizix.term.HostSessionOwner
- Called when the datastream enters or exits processing.
- onHostDataStreamProcessing(HostSessionPeer, boolean) - Method in class com.iizix.term.remote.RemoteHostSession
- Called when the datastream enters or exits processing.
- onHostDataStreamProcessing(HostSessionPeer, boolean) - Method in class com.iizix.term.server.TerminalHost
- Called when the datastream enters or exits processing.
- onHostDataStreamProcessing(HostSessionPeer, boolean, int) - Method in class com.iizigo.term.prop.TerminalDesignerProp
- N/A.
- onHostDataStreamProcessing(HostSessionPeer, boolean, int) - Method in class com.iizigo.term.TerminalComposite
- Repaint listener.
- onHostDataStreamProcessing(HostSessionPeer, boolean, int) - Method in interface com.iizix.term.HostSessionListener
- Called when data stream is to be processed.
- onHostDataStreamProcessing(HostSessionPeer, boolean, int) - Method in class com.iizix.term.remote.RemoteHostSession
- N/A.
- onHostDataStreamProcessing(HostSessionPeer, boolean, int) - Method in class com.iizix.term.server.TerminalHost
- Data stream processing notification method.
- onHostPrintPage(HostSessionPeer) - Method in class com.iizigo.term.prop.TerminalDesignerProp
- Called when a host printer needs printing of a new page.
- onHostPrintPage(HostSessionPeer) - Method in class com.iizix.term.HostSession
- Called when a host printer needs printing of a new page.
- onHostPrintPage(HostSessionPeer) - Method in interface com.iizix.term.HostSessionOwner
- Called when a host printer needs printing of a new page.
- onHostPrintPage(HostSessionPeer) - Method in class com.iizix.term.remote.RemoteHostSession
- Called when a host printer needs printing of a new page.
- onHostPrintPage(HostSessionPeer) - Method in class com.iizix.term.server.TerminalHost
- Called when a host printer needs printing of a new page.
- onHostScreenChange(HostSession, int, int) - Method in class com.iizix.term.HostScreen
- Gets new character and attribute data from the host session.
- onHostSessionChanged(RemoteHostSession) - Method in interface com.iizix.term.HostSessionChangesListener
- Called once since the instance of the
RemoteHostSession
was created or last reset when some kind of host session change has occurred, e.g. - onImageChanged(UIImage2, IImageTarget) - Method in interface com.iizix.prop.ui.IUIImage2Listener
- Change of image caused by the user selecting a new image (the
imageTarget
isnull
), some programmatic call not directly caused by the user, but as a result of a user change at some earlier point in time, or that the VirtualSpace value was changed. - onImageModified(UIImage2, ImageOrientation, double, GRect) - Method in interface com.iizix.prop.ui.IUIImage2Listener
- Invoked when the image has been modified.
- onImageSelection(UIImage2, String, ImageType, byte[], int, int, ImageOrientation, double, GRect, boolean) - Method in interface com.iizix.prop.ui.IUIImage2Listener
- Invoked when the user has selected an image.
- onInitialize() - Method in class com.iizigo.java.parser.JavaSourceFileProcessor
- Called when the property container is created, either from a call to
createPropertyContainer
or has been loaded from XML, in which case it could be initiated for specialized data for the processor, e.g. - onInitialize() - Method in class com.iizigo.java.parser.type.TypeFileProcessor
- Called when the property container has been loaded from XML and should be initiated for specialized data for the processor, e.g.
- onInitialize(UITable) - Method in class com.iizix.prop.ui.table.DefaultTableContentProvider
- Called to initialize the content provider for the UITable instance.
- onInitialize(UITable) - Method in class com.iizix.prop.ui.table.DefaultTableFilter
- Called to initialize the content provider for the UITable instance.
- onInitialize(UITable) - Method in interface com.iizix.prop.ui.table.ITableContentProvider
- Called to initialize the content provider for the UITable instance.
- onInitialize(UITable) - Method in interface com.iizix.prop.ui.table.ITableFilter
- Called to initialize the content provider for the UITable instance.
- onInitialize(DropdownSelectionListener) - Method in interface com.iizix.swt.IDropdownMenuInitializer
- Called when the menu is dropped down and has been cleared if this was requested.
- onInitialized() - Method in interface com.iizix.server.ILogHistoryListener
- Called when the history has been reinitialized due to e.g.
- onInitialized(IAppSessionGyro) - Method in interface com.iizix.gyro.IAppSessionFocusProvider
- Called when the application session is initialized.
- onInitializedUI() - Method in class com.iizigo.editor.PartExtensionIZ
- Called when the UI has been initialized fully to verify if the part is active, and if so triggers an extra activation in Async SWT.
- onInitialLayout(IPageLayout, IFolderLayout, IFolderLayout, IFolderLayout) - Method in class com.iizigo.db.PluginActivator
- Called when the Module perspective has completed initializing itself with IIZI related items.
- onInitialLayout(IPageLayout, IFolderLayout, IFolderLayout, IFolderLayout) - Method in class com.iizigo.plugin.PluginDescriptor
- Called when the Module perspective has completed initializing itself with IIZI related items.
- onInitialLayout(IPageLayout, IFolderLayout, IFolderLayout, IFolderLayout) - Static method in class com.iizigo.plugin.PluginManager
- Calls the plug-ins to perform IIZI Module perspective customization.
- onInitialLayout(IPageLayout, IFolderLayout, IFolderLayout, IFolderLayout) - Method in interface com.iizigo.project.IModulePerspective
- Called when the Module perspective has completed initializing itself with IIZI-related items.
- onInitialLayout(IPageLayout, IFolderLayout, IFolderLayout, IFolderLayout) - Method in class com.iizigo.term.PluginActivator
- Called when the Module perspective has completed initializing itself with IIZI-related items.
- onInitialLayout(IPageLayout, IFolderLayout, IFolderLayout, IFolderLayout) - Method in class com.iizigo.ws.PluginActivator
- Called when the Module perspective has completed initializing itself with IIZI-related items.
- onInputRequested(NamedParameterStatement, InputProps) - Method in interface com.iizix.db.api.IQueryStatementInput
- Method called when the input to an SQL query statement has been defined and filled with parameter values that are tied to the VirtualSpace.
- onInsertModeToggle() - Method in class com.iizigo.term.TerminalComposite
- Called from the Status Bar to toggle Insert mode.
- onInsertProp(GProp<?>, int, boolean, boolean, PropMgr, boolean) - Method in class com.iizix.prop.PropCnr
- Method called when the internal function
insertProp
is called to verify that this is allowed. - onInsertProp(GProp<?>, int, boolean, boolean, PropMgr, boolean) - Method in class com.iizix.prop.ui.UIComps
- Method called when the internal function
insertProp
is called to verify that this is allowed. - onInsertProp(GProp<?>, int, boolean, boolean, PropMgr, boolean) - Method in class com.iizix.server.app.VirtualsContainer.VContainer
- Method called when the internal function
insertProp
is called to verify that this is allowed. - onItemAdded(MLItemProp) - Method in class com.iizix.prop.ui.mlist.MLGroup
- Item added event.
- onItemAdded(ITEM) - Method in class com.iizix.prop.content.AbstractContentUIContainer
- Item added event.
- onItemRemoved(MLItemProp) - Method in class com.iizix.prop.ui.mlist.MLGroup
- Item removed event.
- onItemRemoved(ITEM) - Method in class com.iizix.prop.content.AbstractContentUIContainer
- Item removed event.
- onJavaChangedSWT(JavaClass) - Method in class com.iizigo.java.prop.EditorClassReference
- Called when the source has changed and is recompiled on disk or in-memory reconcile.
- onJavaChangedSWT(JavaClass) - Method in class com.iizigo.java.prop.EditorMethodReference2
- Called when the source has changed and is recompiled on disk or in-memory reconcile.
- onJavaChangedSWT(JavaClass) - Method in interface com.iizigo.java.prop.IClassReferenceListener
- Called when the source has changed and is recompiled on disk or in-memory reconcile.
- onJavaSourceMoved(IFile, String, String) - Method in class com.iizigo.java.JavaSource
- Called when a Java source has been moved or renamed.
- onJavaSourceMoved(IFile, String, String) - Method in class com.iizigo.java.parser.ParsedJavaSource
- Called when a Java source has been moved or renamed.
- onJavaSourceMoved(IFile, IFile, String, String) - Method in class com.iizigo.java.parser.JavaSourceFileProcessor
- Called when a Java source has been moved or renamed.
- onJavaSourceRemoved(IFile) - Method in class com.iizigo.java.JavaSource
- Called when a Java source has been removed.
- onJavaSourceRemoved(IFile) - Method in class com.iizigo.java.parser.JavaSourceFileProcessor
- Called when a Java source has been removed.
- onJavaSourceRemoved(IFile) - Method in class com.iizigo.java.parser.ParsedJavaSource
- Called when a Java source has been removed.
- onKeyboardReset() - Method in class com.iizigo.term.TerminalComposite
- Called from the Status Bar to Reset the host.
- onKStringPropChanged(EditorTextTable, KStringProp) - Static method in class com.iizigo.text.TextTableEditor
- Called when a text has changed and perhaps needs automatic translation to other tables.
- onKStringRefactored(KStringHolder, GEvent) - Method in class com.iizix.prop.BadgeProp
- Called when a KString tag changed due to refactoring.
- onKStringRefactored(KStringHolder, GEvent) - Method in class com.iizix.prop.KStringProp
- Called when a KString tag changed due to refactoring.
- onKStringRefactored(KStringHolder, GEvent) - Method in class com.iizix.prop.ui.TooltipProp
- Called when a KString tag changed due to refactoring.
- onKStringRefactored(KStringHolder, GEvent) - Method in class com.iizix.prop.ValueProp
- Called when a KString tag changed due to refactoring.
- onKStringRefactored(KStringHolder, GEvent) - Method in interface com.iizix.text.IKStringHolder
- Called when a KString has been refactored and requires the property to change the KString contents.
- onLayout() - Method in interface com.iizigo.image.ILayoutListener
- Layout required.
- onLayout() - Method in class com.iizigo.image.ImageDefinitionEditor
- Layout required.
- onLicenseShutdown(String) - Method in interface com.iizix.license.ILicenseCallback
- Called when the license is invalid and requires to shutdown.
- onLicenseSystemMessage(MessageType, String) - Method in interface com.iizix.license.ILicenseLogger
- Called by the license system to display a message.
- onLicenseSystemMessage(MessageType, String, Throwable) - Method in interface com.iizix.license.ILicenseLogger
- Called by the license system to display a message.
- onList() - Method in class com.iizigo.prop.editor.VSRelativeReferencePropEditor
- Called when the "more..." button is pressed.
- onList(boolean) - Method in class com.iizigo.prop.editor.ReferencePropEditor
- Displays the listing selection dialog.
- onList(boolean) - Method in class com.iizigo.prop.editor.VSTableColumnReferencePropEditor
- Called when the "more..." button is pressed.
- onListenerChanged(IVSActionListener) - Method in class com.iizigo.vs.prop.EditorVSAction
- Called when a listener is added or removed.
- onListenerChanged(IVSActionListener) - Method in class com.iizix.prop.vs.VSAction
- Called when a listener is added or removed.
- onListenerChanged(IVSColumnListener) - Method in class com.iizigo.vs.prop.EditorVSColumnHeader
- Called when a listener is added or removed.
- onListenerChanged(IVSColumnListener) - Method in class com.iizix.prop.vs.VSColumnHeader
- Called when a listener is added or removed.
- onListenerChanged(IVSFieldListener) - Method in class com.iizigo.vs.prop.EditorVSField
- Called when a listener is added or removed.
- onListenerChanged(IVSFieldListener) - Method in class com.iizix.prop.vs.VSField
- Called when a listener is added or removed.
- onListenerChanged(IVSGenericComponentListener) - Method in class com.iizix.prop.vs.VSComponent
- Called when a listener is added or removed.
- onListenerChanged(IVSTableListener) - Method in class com.iizigo.vs.prop.EditorVSTable
- Called when a listener is added or removed.
- onListenerChanged(IVSTableListener) - Method in class com.iizix.prop.vs.VSTable
- Called when a listener is added or removed.
- onLocationChanged(IClientSessionGyro, DeviceLocation) - Method in interface com.iizix.geo.ILocationListener
- Called when the device location has been received or changed.
- onLogin(SigninResult) - Method in interface com.iizix.license.ILicenseLogin
- Called when the login completes successfully or without errors.
- onMarkChange() - Method in interface com.iizigo.term.internal.ITerminalListener
- Called when the mark changes.
- onMarkChange() - Method in class com.iizigo.term.internal.Terminal
- Called when the mark changes.
- onMarkChange() - Method in interface com.iizigo.term.internal.TerminalWindowListener
- Called when the mark changes.
- onMarkChange() - Method in class com.iizigo.term.TerminalComposite
- Called when the mark changes, called from the TerminalWindow.
- onMessageBoxReply(int) - Method in interface com.iizix.gyro.IMessageBoxReply
- Callback when the user has chosen an a button or pressed the Close icon (if this option is enabled).
- onMethodRenamed(JavaClass, String, String, String) - Method in class com.iizigo.java.prop.EditorClassReference
- Called when a method has been renamed in the class.
- onMethodRenamed(JavaClass, String, String, String) - Method in class com.iizigo.java.prop.EditorMethodReference2
- Called when a method has been renamed in the class.
- onMethodRenamed(JavaClass, String, String, String) - Method in interface com.iizigo.java.prop.IClassReferenceListener
- Called when a method has been renamed in the class.
- onModuleFolderResource(int, ModuleFolder, IResource) - Method in interface com.iizigo.project.IModuleProjectResourceListener
- Called when the resource is
IModuleProjectResourceListener.ADDED
orIModuleProjectResourceListener.REMOVED
. - onModuleProjectDeconfigured(ModuleModel) - Method in class com.iizigo.plugin.PluginDescriptor
- Called when a Module project is de-configured from this plug-in.
- onModuleProjectDeconfigured(ModuleModel) - Method in interface com.iizigo.project.IModuleDisposeListener
- Called when a Module project is de-configured from this plug-in.
- onModuleProjectDeconfigured(ModuleModel) - Method in class com.iizigo.term.PluginActivator
- Called when a Module project is de-configured from this plug-in.
- onModuleProjectDisposed(ModuleModel) - Method in class com.iizigo.plugin.PluginDescriptor
- Called when a Module project is disposed of.
- onModuleProjectDisposed(ModuleModel) - Method in interface com.iizigo.project.IModuleDisposeListener
- Called when a Module project is disposed of.
- onModuleProjectDisposed(ModuleModel) - Method in class com.iizigo.term.PluginActivator
- Called when a Module project is disposed of.
- onMonitorAdded(ITXPMonitor) - Method in class com.iizix.txp.impl.TXPCoordinatorImpl
- onMonitorAdded(ITXPMonitor) - Method in interface com.iizix.txp.ITXPMonitor
- Called when a monitor is added to the coordinator's monitor chain
- onMonitorRemoved(ITXPMonitor) - Method in class com.iizix.txp.impl.TXPCoordinatorImpl
- onMonitorRemoved(ITXPMonitor) - Method in interface com.iizix.txp.ITXPMonitor
- Called when a monitor is removed from the coordinator's monitor chain
- onMore() - Method in class com.iizigo.db.editor.ConnectionProfilePropEditor
- Display the dialog box.
- onMore() - Method in class com.iizigo.prop.BaseEditor
- Called when the "more..." button is pressed.
- onMore() - Method in class com.iizigo.prop.editor.BoxShadowPropEditor
- Called when the "more..." button is pressed.
- onMore() - Method in class com.iizigo.prop.editor.ClassReferencePropEditor
- Called when the "more..." button is pressed, or to resolve the type for tooltip.
- onMore() - Method in class com.iizigo.prop.editor.ColorPropEditor
- Called when the "more..." button is pressed.
- onMore() - Method in class com.iizigo.prop.editor.DropShadowPropEditor
- Called when the "more..." button is pressed.
- onMore() - Method in class com.iizigo.prop.editor.DurationPropEditor
- Called when the "more..." button is pressed.
- onMore() - Method in class com.iizigo.prop.editor.FillPropEditor
- Called when the "more..." button is pressed.
- onMore() - Method in class com.iizigo.prop.editor.FontPropEditor
- Called when the "more..." button is pressed.
- onMore() - Method in class com.iizigo.prop.editor.GradientPropEditor
- Called when the "more..." button is pressed.
- onMore() - Method in class com.iizigo.prop.editor.MethodReferencePropEditor
- Called when the "more..." button is pressed.
- onMore() - Method in class com.iizigo.prop.editor.PanelAnimationPropEditor
- Display the dialog box.
- onMore() - Method in class com.iizigo.prop.editor.PKCS12IdentityPropEditor
- Called when the "more..." button is pressed.
- onMore() - Method in class com.iizigo.prop.editor.StringMapPropEditor
- Called when the "more..." button is pressed.
- onMore() - Method in class com.iizigo.prop.editor.StrokePropEditor
- Called when the "more..." button is pressed.
- onMore() - Method in class com.iizigo.prop.editor.StylesReferencesPropEditor
- Select what to add in the More button.
- onMore() - Method in class com.iizigo.prop.editor.StylesStatesPropEditor
- onMore() - Method in class com.iizigo.prop.editor.TextShadowPropEditor
- Called when the "more..." button is pressed.
- onMore() - Method in class com.iizigo.prop.editor.ThemesPropEditor
- Called when the "more..." button is pressed.
- onMore() - Method in class com.iizigo.prop.editor.TransformPropEditor
- Called when the "more..." button is pressed.
- onMore() - Method in class com.iizigo.prop.editor.UIDateTimeTypePropEditor
- Display the dialog box.
- onMore() - Method in class com.iizigo.prop.editor.ValuePropEditor
- Displays menu.
- onMore() - Method in class com.iizigo.prop.editor.VSActionActorParticipantEditor
- Called when the "more..." button is pressed.
- onMore() - Method in class com.iizigo.prop.editor.VSParticipantEditor
- Called when the "more..." button is pressed.
- onMore() - Method in class com.iizigo.prop.editor.VSRelativeReferencePropEditor
- Called when the "more..." button is pressed.
- onMore() - Method in class com.iizigo.prop.editor.VSTableColumnReferencePropEditor
- Called when the "more..." button is pressed.
- onMore() - Method in class com.iizigo.term.prop.editor.SessionConfigPropEditor
- Configures the session.
- onNewColor(int) - Method in class com.iizigo.swt.ColorSelectionWidget
- A new color is set: set in preview.
- onNewColor(ColorSelectionWidget, int) - Method in interface com.iizigo.swt.IColorSelectionWidget
- A new color is selected.
- onNewColor(ColorSelectionWidget, int) - Method in class com.iizigo.term.pref.RectangleColorsPreferencePage
- A new color is selected.
- onNewColor(ColorSelectionWidget, int) - Method in class com.iizigo.term.pref.ScreenColorsPreferencePage
- A new color is selected.
- onNewFlags(int) - Method in class com.iizigo.navigator.ContentProvider
- Called when the flags changed.
- onNewFlags(int) - Method in interface com.iizigo.navigator.IProviderFlagsChangeListener
- Called when the flags changed.
- onNewFlags(int) - Method in class com.iizigo.navigator.LabelProvider
- Called when the flags changed.
- onNewFolders(IFolder[]) - Method in class com.iizigo.project.FileChangesCollection
- Called when new folders has been assigned, due to e.g.
- onNewSize(int, int) - Method in class com.iizigo.term.internal.TerminalWindow
- Called when a new size is set.
- onNodeAssociated(ITXProcess, ITXPNode, ITXPNode.State) - Method in class com.iizix.txp.impl.TXPCoordinatorImpl
- onNodeAssociated(ITXProcess, ITXPNode, ITXPNode.State) - Method in interface com.iizix.txp.ITXPMonitor
- Called when a node is associated with a process
- onNodeCommitFailed(ITXProcess, ITXPNode) - Method in class com.iizix.txp.impl.TXPPolicyImpl
- onNodeCommitFailed(ITXProcess, ITXPNode) - Method in interface com.iizix.txp.ITXPPolicy
- Returns the required action on a node that failed to commit.
- onNodeCommitFailedPolicyAction(ITXProcess, ITXPNode, ITXPPolicy.Action) - Method in class com.iizix.txp.impl.TXPCoordinatorImpl
- onNodeCommitFailedPolicyAction(ITXProcess, ITXPNode, ITXPPolicy.Action) - Method in interface com.iizix.txp.ITXPMonitor
- Called when the policy action is determined for a node that failed to commit
- onNodeDisassociated(ITXProcess, ITXPNode) - Method in class com.iizix.txp.impl.TXPCoordinatorImpl
- onNodeDisassociated(ITXProcess, ITXPNode) - Method in interface com.iizix.txp.ITXPMonitor
- Called when a node is disassociated from a process
- onNodeReady(ITXProcess, ITXPNode, ITXPNode.State) - Method in class com.iizix.txp.impl.TXPCoordinatorImpl
- onNodeReady(ITXProcess, ITXPNode, ITXPNode.State) - Method in interface com.iizix.txp.ITXPMonitor
- Called when a node has finished doing the work needed
- onNodeReadyFailed(ITXProcess, ITXPNode) - Method in class com.iizix.txp.impl.TXPPolicyImpl
- onNodeReadyFailed(ITXProcess, ITXPNode) - Method in interface com.iizix.txp.ITXPPolicy
- Returns the required action on a node that failed its work.
- onNodeReadyFailedPolicyAction(ITXProcess, ITXPNode, ITXPPolicy.Action) - Method in class com.iizix.txp.impl.TXPCoordinatorImpl
- onNodeReadyFailedPolicyAction(ITXProcess, ITXPNode, ITXPPolicy.Action) - Method in interface com.iizix.txp.ITXPMonitor
- Called when the policy action is determined for a node that failed processing
- onNodeRollbackFailed(ITXProcess, ITXPNode) - Method in class com.iizix.txp.impl.TXPPolicyImpl
- onNodeRollbackFailed(ITXProcess, ITXPNode) - Method in interface com.iizix.txp.ITXPPolicy
- Returns the required action on a node that failed to rollback.
- onNodeRollbackFailedPolicyAction(ITXProcess, ITXPNode, ITXPPolicy.Action) - Method in class com.iizix.txp.impl.TXPCoordinatorImpl
- onNodeRollbackFailedPolicyAction(ITXProcess, ITXPNode, ITXPPolicy.Action) - Method in interface com.iizix.txp.ITXPMonitor
- Called when the policy action is determined for a node that failed to rollback
- onNodeTimeoutSignaled(ITXProcess, ITXPNode) - Method in class com.iizix.txp.impl.TXPCoordinatorImpl
- onNodeTimeoutSignaled(ITXProcess, ITXPNode) - Method in class com.iizix.txp.impl.TXPPolicyImpl
- onNodeTimeoutSignaled(ITXProcess, ITXPNode) - Method in interface com.iizix.txp.ITXPMonitor
- Called when a node indicates it timed out waiting on the process.
- onNodeTimeoutSignaled(ITXProcess, ITXPNode) - Method in interface com.iizix.txp.ITXPPolicy
- Returns the required action on a node that timed out waiting for completion.
- onNodeTimeoutSignaledPolicyAction(ITXProcess, ITXPNode, ITXPPolicy.Action) - Method in class com.iizix.txp.impl.TXPCoordinatorImpl
- onNodeTimeoutSignaledPolicyAction(ITXProcess, ITXPNode, ITXPPolicy.Action) - Method in interface com.iizix.txp.ITXPMonitor
- Called when the policy action is determined for a node that timed out waiting for completion.
- onNotifySelectionChanged(GEvent) - Method in class com.iizix.prop.ui.map.MapMarkerProp
- Method called when the selection of the component has changed and has been verified to be different from a previous selection.
- onNotifySelectionChanged(GEvent) - Method in class com.iizix.prop.ui.UIComp
- Method called when the selection of the component has changed and has been verified to be different from a previous selection.
- onOpen(ModuleModel) - Method in class com.iizigo.java.JavaManager
- Called when a Module project is opened, to register itself in the JavaProject.
- onOpen(IProject, IProgressMonitor) - Method in class com.iizigo.java.JavaManager
- Called when a project is a Java project, assigns the root and Java containers.
- onOpenPart(IWorkbenchPart, IProject) - Method in class com.iizigo.term.project.TerminalManager
- Called to add a new part for a resource in a project.
- onPanelDestroyed(UIPanelBase) - Method in class com.iizix.prop.vs.VirtualSpace
- Called when a panel is destroyed after being virtualized and attached to the VirtualSpace.
- onPanelVirualized(UIPanelBase) - Method in class com.iizix.prop.vs.VirtualSpace
- Called when a panel has been virtualized.
- onParentStateChanged(IVSComponent, IVSComponentState.State, boolean) - Method in class com.iizigo.vs.ActionsPanel
- onParentStateChanged(IVSComponent, IVSComponentState.State, boolean) - Method in class com.iizigo.vs.TablePanel
- onParentStateChanged(IVSComponent, IVSComponentState.State, boolean) - Method in class com.iizigo.vs.ValuePanel
- onParentStateChanged(IVSComponent, IVSComponentState.State, boolean) - Method in class com.iizix.db.prop.InputVariable
- Called when the column changes state.
- onParentStateChanged(IVSComponent, IVSComponentState.State, boolean) - Method in class com.iizix.db.prop.ResultProps
- Called when the column changes state.
- onParentStateChanged(IVSComponent, IVSComponentState.State, boolean) - Method in class com.iizix.db.prop.ResultSetColumnProp
- Called when the column changes state.
- onParentStateChanged(IVSComponent, IVSComponentState.State, boolean) - Method in class com.iizix.db.prop.ResultSetProps
- Called when the column changes state.
- onParentStateChanged(IVSComponent, IVSComponentState.State, boolean) - Method in class com.iizix.prop.content.AbstractContentUIContainer
- Called when the parent changes state.
- onParentStateChanged(IVSComponent, IVSComponentState.State, boolean) - Method in class com.iizix.prop.ui.chart.series.Series
- Called when the parent changes state.
- onParentStateChanged(IVSComponent, IVSComponentState.State, boolean) - Method in class com.iizix.prop.ui.UIComp
- Called when the column changes state.
- onParentStateChanged(IVSComponent, IVSComponentState.State, boolean) - Method in interface com.iizix.prop.vs.IVSComponentListener
- Called when the parent changes state.
- onParentStateChanged(IVSComponent, IVSComponentState.State, boolean) - Method in class com.iizix.prop.vs.VirtualSpace
- Called when the column changes state.
- onParentStateChanged(IVSComponent, IVSComponentState.State, boolean) - Method in class com.iizix.prop.vs.VSAction
- Invokes the parent state notification function for the component.
- onParentStateChanged(IVSComponent, IVSComponentState.State, boolean) - Method in class com.iizix.prop.vs.VSActionAdapter
- Called when the column changes state.
- onParentStateChanged(IVSComponent, IVSComponentState.State, boolean) - Method in class com.iizix.prop.vs.VSColumnAdapter
- Called when the column changes state.
- onParentStateChanged(IVSComponent, IVSComponentState.State, boolean) - Method in class com.iizix.prop.vs.VSColumnHeader
- Invokes the parent state notification function for the component.
- onParentStateChanged(IVSComponent, IVSComponentState.State, boolean) - Method in class com.iizix.prop.vs.VSField
- Invokes the parent state notification function for the component.
- onParentStateChanged(IVSComponent, IVSComponentState.State, boolean) - Method in class com.iizix.prop.vs.VSFieldAdapter
- Called when the column changes state.
- onParentStateChanged(IVSComponent, IVSComponentState.State, boolean) - Method in class com.iizix.prop.vs.VSGroup
- Invokes the parent state notification function for the component.
- onParentStateChanged(IVSComponent, IVSComponentState.State, boolean) - Method in class com.iizix.prop.vs.VSRow
- Called when the column changes state.
- onParentStateChanged(IVSComponent, IVSComponentState.State, boolean) - Method in class com.iizix.prop.vs.VSTable
- Invokes the parent state notification function for the component.
- onParentStateChanged(IVSComponent, IVSComponentState.State, boolean) - Method in class com.iizix.prop.vs.VSTableAdapter
- Called when the column changes state.
- onParentStateChanged(IVSComponent, IVSComponentState.State, boolean) - Method in class com.iizix.term.prop.ScreenActionProp
- Called when the column changes state.
- onParentStateChanged(IVSComponent, IVSComponentState.State, boolean) - Method in class com.iizix.term.prop.ScreenFieldProp
- Called when the column changes state.
- onPartActivated(boolean) - Method in class com.iizigo.editor.MultiSelectionProvider
- Clears the current focus control due to part inactivation.
- onPartRenamed(GEvent) - Method in class com.iizigo.editor.PropEditorPart
- Called when the part has been renamed.
- onPause(SessionTransMgr) - Method in class com.iizigo.panel.ViewTransactionCommListener
- Called when a connection is paused.
- onPause(SessionTransMgr) - Method in class com.iizigo.vs.viewer.VSViewerTransactionCommListener
- Called when a connection is paused.
- onPause(SessionTransMgr) - Method in interface com.iizix.comm.ITransactionProcessor
- Called when a connection is paused.
- onPause(SessionTransMgr) - Method in class com.iizix.server.client.ClientTransactionProcessor
- Called when a connection is paused.
- onPause(SessionTransMgr) - Method in class com.iizix.server.vsviewer.VSViewerTransactionProcessor
- Called when a connection is paused.
- onPaused(long) - Method in class com.iizix.test.client.NonUIClient
- Called when the session enters pause mode.
- onPerformValidation(IRunnableWithProgress) - Method in interface com.iizigo.ssl.ISSLSettingsCompositeOwner
- Request initiation of the validation.
- onPerformValidation(IRunnableWithProgress) - Method in class com.iizigo.term.session.NewSessionWizardSSLPage
- Performs the validation by starting the runnable.
- onPluginRegistered(String) - Method in class com.iizigo.project.ProjectManager
- Called from the plug-in manager when a plug-in is registered.
- onPong(long) - Method in class com.iizix.comm.statistics.SessionStatistics
- Called when a pong transaction is received.
- onPong(long, long) - Method in class com.iizix.test.client.NonUIClient
- Pong transaction received.
- onPopup(int, int) - Method in interface com.iizigo.term.internal.ITerminalListener
- Handles display of the pop-up window.
- onPopup(int, int) - Method in class com.iizigo.term.internal.Terminal
- Handles display of the pop-up window.
- onPopup(int, int) - Method in interface com.iizigo.term.internal.TerminalWindowListener
- Handles display of the pop-up window.
- onPopup(int, int) - Method in class com.iizigo.term.TerminalComposite
- Handles display of the pop-up window.
- onPortStateChanged(WebServerPortConfig) - Method in interface com.iizix.server.IServerAdminListener
- Called when the web server port states have changed.
- onPostProcessRequest(RESTfulRequest, boolean) - Method in interface com.iizix.ws.engine.IRequestContent
- Post-processes the request as required, typically to modify the URLConnection, called before the "connect" method is called for URLConnection.
- onPostProcessRequest(RESTfulRequest, boolean) - Method in class com.iizix.ws.engine.url.URLEncodedContent
- Pre-processes the request as required, typically to modify the URLConnection.
- onPostWebServiceRequest(RESTfulRequest) - Method in interface com.iizix.ws.api.IRESTfulRequestProcessor
- Called when all processing has been completed for the Web Service request.
- onPrepare() - Method in class com.iizix.actionactor.AbstractJavaActionActor
- Action actor specific action needed for preparation.
- onPrepare(ClassReference, List<Throwable>) - Method in class com.iizix.prop.content.AbstractContentUIContainer
- Called to resolve methods for the component from main "onPrepare" once the ClassReference has been found.
- onPrepare(ClassReference, List<Throwable>) - Method in class com.iizix.prop.ui.AbstractUIAction
- Called to resolve methods for the component from main "onPrepare" once the ClassReference has been found.
- onPrepare(ClassReference, List<Throwable>) - Method in class com.iizix.prop.ui.mlist.MLItemProp
- Called to resolve methods for the component from main "onPrepare" once the ClassReference has been found.
- onPrepare(ClassReference, List<Throwable>) - Method in class com.iizix.prop.ui.MUISwitch
- Called to resolve methods for the component from main "onPrepare" once the ClassReference has been found.
- onPrepare(ClassReference, List<Throwable>) - Method in class com.iizix.prop.ui.table.UITable
- Called to resolve methods for the component from main "onPrepare" once the ClassReference has been found.
- onPrepare(ClassReference, List<Throwable>) - Method in class com.iizix.prop.ui.UIAbstractListChoice
- Called to resolve methods for the component from main "onPrepare" once the ClassReference has been found.
- onPrepare(ClassReference, List<Throwable>) - Method in class com.iizix.prop.ui.UIAccordion
- Called to resolve methods for the component from main "onPrepare" once the ClassReference has been found.
- onPrepare(ClassReference, List<Throwable>) - Method in class com.iizix.prop.ui.UICheckBox
- Called to resolve methods for the component from main "onPrepare" once the ClassReference has been found.
- onPrepare(ClassReference, List<Throwable>) - Method in class com.iizix.prop.ui.UICheckedMenuItem
- Called to resolve methods for the component from main "onPrepare" once the ClassReference has been found.
- onPrepare(ClassReference, List<Throwable>) - Method in class com.iizix.prop.ui.UIComp
- Called to resolve methods for the component from main "onPrepare" once the ClassReference has been found.
- onPrepare(ClassReference, List<Throwable>) - Method in class com.iizix.prop.ui.UIRadioButton
- Called to resolve methods for the component from main "onPrepare" once the ClassReference has been found.
- onPrepare(ClassReference, List<Throwable>) - Method in class com.iizix.prop.ui.UIRadioMenuItem
- Called to resolve methods for the component from main "onPrepare" once the ClassReference has been found.
- onPrepare(ClassReference, List<Throwable>) - Method in class com.iizix.prop.ui.UISwapContainer
- Called to resolve methods for the component from main "onPrepare" once the ClassReference has been found.
- onPrepare(ClassReference, List<Throwable>) - Method in class com.iizix.prop.ui.UITabContainer
- Called to resolve methods for the component from main "onPrepare" once the ClassReference has been found.
- onPrepare(IAppOwner, IModuleOwner, boolean, List<Throwable>) - Method in class com.iizix.prop.ClassReference
- Called when the application is being prepared.
- onPrepare(IAppOwner, IModuleOwner, boolean, List<Throwable>) - Method in class com.iizix.prop.GProp
- Called when the application is being prepared.
- onPrepare(IAppOwner, IModuleOwner, boolean, List<Throwable>) - Method in class com.iizix.prop.MethodReference2
- Called when the application is being prepared.
- onPrepare(IAppOwner, IModuleOwner, boolean, List<Throwable>) - Method in class com.iizix.prop.ui.map.MapMarkerProp
- Called when the application is being prepared.
- onPrepare(IAppOwner, IModuleOwner, boolean, List<Throwable>) - Method in class com.iizix.prop.ui.UIComp
- Called when the application is being prepared.
- onPrepare(IAppOwner, IModuleOwner, boolean, List<Throwable>) - Method in class com.iizix.prop.ui.UIContextMenu
- Called when the application is being prepared.
- onPrepare(IAppOwner, IModuleOwner, boolean, List<Throwable>) - Method in class com.iizix.prop.ui.UIPanelBase
- Called when the application is being prepared.
- onPrepare(IAppOwner, IModuleOwner, boolean, List<Throwable>) - Method in class com.iizix.prop.ui.UITitlePane
- Called when the application is being prepared.
- onPrepare(IAppOwner, IModuleOwner, boolean, List<Throwable>) - Method in class com.iizix.prop.vs.actor.FieldActor
- Called when the application is being prepared.
- onPrepare(IAppOwner, IModuleOwner, boolean, List<Throwable>) - Method in class com.iizix.prop.vs.VirtualSpace
- Called when the application is being prepared.
- onPrepare(IAppOwner, IModuleOwner, boolean, List<Throwable>) - Method in class com.iizix.prop.vs.VSAction
- Called when the application is being prepared.
- onPrepare(IAppOwner, IModuleOwner, boolean, List<Throwable>) - Method in class com.iizix.prop.vs.VSComponent
- Called when the application is being prepared.
- onPreProcessRequest(RESTfulRequest, boolean) - Method in interface com.iizix.ws.engine.IRequestContent
- Pre-processes the request as required, i.e.
- onPreProcessRequest(RESTfulRequest, boolean) - Method in class com.iizix.ws.engine.url.URLEncodedContent
- Pre-processes the request as required, i.e.
- onPreSend(HostSessionProps) - Method in interface com.iizix.term.prop.IPreSendHostSessionProps
- Called prior to sending the transaction update to the other party.
- onPreSend(HostSessionProps) - Method in class com.iizix.term.remote.RemoteHostSession
- Called prior to sending the transaction update to the other party.
- onProcessCompleted(ITXProcess) - Method in class com.iizix.txp.impl.TXPCoordinatorImpl
- onProcessCompleted(ITXProcess) - Method in interface com.iizix.txp.ITXPMonitor
- Called when a process has been completed (either committed or rolled back)
- onProcessCreated(ITXProcess) - Method in class com.iizix.txp.impl.TXPCoordinatorImpl
- onProcessCreated(ITXProcess) - Method in interface com.iizix.txp.ITXPMonitor
- Called when the process is created.
- onProcessTimeoutSignaled(ITXProcess) - Method in class com.iizix.txp.impl.TXPCoordinatorImpl
- onProcessTimeoutSignaled(ITXProcess) - Method in class com.iizix.txp.impl.TXPPolicyImpl
- onProcessTimeoutSignaled(ITXProcess) - Method in interface com.iizix.txp.ITXPMonitor
- Called when a process indicates it timed out waiting on the nodes
- onProcessTimeoutSignaled(ITXProcess) - Method in interface com.iizix.txp.ITXPPolicy
- Returns the required action on a process that timed out waiting for the nodes to do the work.
- onProcessTimeoutSignaledPolicyAction(ITXProcess, ITXPPolicy.Action) - Method in class com.iizix.txp.impl.TXPCoordinatorImpl
- onProcessTimeoutSignaledPolicyAction(ITXProcess, ITXPPolicy.Action) - Method in interface com.iizix.txp.ITXPMonitor
- Called when the policy action is determined for a process that timed out waiting for the nodes to do the work.
- onProjectChanged(IResourceDelta) - Method in class com.iizigo.plugin.PluginDescriptor
- Called during workspace change to inform the plug-in of a project change.
- onProjectChanged(IResourceDelta) - Static method in class com.iizigo.plugin.PluginManager
- Called during workspace change to inform the plug-in of a project change.
- onProjectChanged(IResourceDelta) - Method in interface com.iizigo.project.IProjectListener
- Called during workspace change to inform the plug-in of a project change.
- onProjectChanged(IResourceDelta) - Method in class com.iizigo.term.PluginActivator
- Called during workspace change to inform the plug-in of a project change.
- onProjectChanged(IResourceDelta) - Method in class com.iizigo.term.project.TerminalManager
- Called during workspace change to inform the plug-in of a project change.
- onProjectClean(IProject) - Static method in class com.iizigo.java.classpath.IzClasspathContainer
- Cleans a project and its classpath container(s).
- onProjectNameChanged(ProjectNameEvent) - Method in class com.iizix.prop.AbstractReference
- Called when a project name has been changed.
- onProjectNameChanged(ProjectNameEvent) - Method in class com.iizix.prop.AssetReferences
- Called when a project name has been changed.
- onProjectNameChanged(ProjectNameEvent) - Method in class com.iizix.prop.StylesReferences
- Called when a project name has been changed.
- onPropDispose() - Method in class com.iizigo.java.parser.annotation.AnnotationsContainer
- Called when a property is disposed of by delete/remove in a container, or by the dispose method.
- onPropDispose() - Method in class com.iizigo.java.parser.ParsedJavaSourceContainer
- Called when disposed of.
- onPropDispose() - Method in class com.iizigo.java.parser.type.TypesContainer
- Called when a property is disposed of by delete/remove in a container, or by the dispose method.
- onPropDispose() - Method in class com.iizigo.java.prop.EditorClassReference
- Called when a property is disposed of.
- onPropDispose() - Method in class com.iizigo.java.prop.EditorMethodReference
- Called when a property is disposed of.
- onPropDispose() - Method in class com.iizigo.java.prop.EditorMethodReference2
- Called when a property is disposed of.
- onPropDispose() - Method in class com.iizigo.project.ModuleRootPropCnr
- Called when a property is disposed of by delete/remove in a container, or by the dispose method.
- onPropDispose() - Method in class com.iizigo.prop.FilePropCnr
- Called when a property is disposed of by delete/remove in a container, or by the dispose method.
- onPropDispose() - Method in class com.iizigo.prop.MultiPropCnr
- Called when a property is disposed of by delete/remove in a container, or by the dispose method.
- onPropDispose() - Method in class com.iizigo.term.server.EditorActiveTerminalSession
- Called when property is disposed of.
- onPropDispose() - Method in class com.iizix.db.prop.ConnectionProfileSetup
- Disposes of the connection pool if allocated without closing current connections.
- onPropDispose() - Method in class com.iizix.prop.AbstractReference
- Property disposed of: dispose of reference.
- onPropDispose() - Method in class com.iizix.prop.AssetReferences
- Property disposed of: dispose of reference.
- onPropDispose() - Method in class com.iizix.prop.BadgeProp
- Called when disposed of.
- onPropDispose() - Method in class com.iizix.prop.ClassReference
- Disposal of the instance.
- onPropDispose() - Method in class com.iizix.prop.content.AbstractContentUIContainer
- Called when disposed of.
- onPropDispose() - Method in class com.iizix.prop.Flash
- Called when a property is disposed of by delete/remove in a container, or by the dispose method.
- onPropDispose() - Method in class com.iizix.prop.GProp
- Called when a property is disposed of by delete/remove in a container, or by the dispose method.
- onPropDispose() - Method in class com.iizix.prop.KStringProp
- Called when disposed of.
- onPropDispose() - Method in class com.iizix.prop.NativeSetting
- Called when a property is disposed of by delete/remove in a container, or by the dispose method.
- onPropDispose() - Method in class com.iizix.prop.PropCnr
- Called when a property is disposed of by delete/remove in a container, or by the dispose method.
- onPropDispose() - Method in class com.iizix.prop.ProxyPropCnr
- Property is disposed of.
- onPropDispose() - Method in class com.iizix.prop.StylesReferences
- Property disposed of: dispose of reference.
- onPropDispose() - Method in class com.iizix.prop.ui.mlist.MLItemProp
- Called when a property is disposed of by delete/remove in a container, or by the dispose method.
- onPropDispose() - Method in class com.iizix.prop.ui.table.TableCell
- Called when disposed of.
- onPropDispose() - Method in class com.iizix.prop.ui.table.UITable
- Called when disposed of.
- onPropDispose() - Method in class com.iizix.prop.ui.TooltipProp
- Called when disposed of.
- onPropDispose() - Method in class com.iizix.prop.ui.UIComp
- Called when a property is disposed of by delete/remove in a container, or by the dispose method.
- onPropDispose() - Method in class com.iizix.prop.ui.UIPanelBase
- Called when a property is disposed of by delete/remove in a container, or by the dispose method.
- onPropDispose() - Method in class com.iizix.prop.ui.UIPanelPartCnr
- Called when a property is disposed of by delete/remove in a container, or by the dispose method.
- onPropDispose() - Method in class com.iizix.prop.ValueProp
- Called when a property is disposed of by delete/remove in a container, or by the dispose method.
- onPropDispose() - Method in class com.iizix.prop.vs.VirtualSpace
- Called when a property is disposed of by delete/remove in a container, or by the dispose method.
- onPropDispose() - Method in class com.iizix.prop.vs.VSComponent
- Called when a property is disposed of by delete/remove in a container, or by the dispose method.
- onPropDispose() - Method in class com.iizix.prop.vs.VSRelativeReference
- Property disposed of: dispose of reference.
- onPropDispose() - Method in class com.iizix.server.app.prop.ModuleProjectPropCnr
- Property disposed of.
- onPropDispose() - Method in class com.iizix.server.monitor.VirtualizedMonitorPropCnr
- Called when a property is disposed of by delete/remove in a container, or by the dispose method.
- onPropDispose() - Method in class com.iizix.server.run.prop.ServerRuntimeBuilderProps
- Called when a property is disposed of by delete/remove in a container, or by the dispose method.
- onPropDispose() - Method in class com.iizix.term.server.ActiveTerminalSession
- Called when property is disposed of.
- onPropDisposed() - Method in class com.iizix.term.prop.TerminalProps
- Called when the property is disposed of.
- onPropErrorChanged() - Method in class com.iizigo.prop.DesignerProp
- Called from
ISynchronizeEclipseMarkers
when a property error change occurs in order to set the errors correctly for the file resource. - onPropInvalidateCache() - Method in class com.iizigo.style.prop.EditorStyles
- Invalidates a potential cache in this property.
- onPropInvalidateCache() - Method in class com.iizix.prop.AppLanguages
- Clears the cached values.
- onPropInvalidateCache() - Method in class com.iizix.prop.GProp
- Invalidates a potential cache in this property.
- onPropInvalidateCache() - Method in class com.iizix.prop.vs.actor.ActionActors
- onPropInvalidateCache() - Method in class com.iizix.prop.vs.VSParticipantsHolder
- Invalidates a potential cache in this property.
- onPropInvalidateCache() - Method in class com.iizix.server.prop.ServerAppConfig
- Cache invalidation required.
- onPropInvalidateCache() - Method in class com.iizix.server.prop.ServerConfigEnvProps
- Invalidates a potential cache in this property.
- onPropParentChanged(PropCnr, PropCnr) - Method in class com.iizix.prop.AbstractReference
- Called when parent changed.
- onPropParentChanged(PropCnr, PropCnr) - Method in class com.iizix.prop.content.AbstractContentUIContainer
- Called when the parent is changed for this class.
- onPropParentChanged(PropCnr, PropCnr) - Method in class com.iizix.prop.GProp
- Called when the parent is changed for this class.
- onPropParentChanged(PropCnr, PropCnr) - Method in class com.iizix.prop.Selector
- Verify when loaded/created.
- onPropParentChanged(PropCnr, PropCnr) - Method in class com.iizix.prop.StylesReferences
- Called when parent changed.
- onPropParentChanged(PropCnr, PropCnr) - Method in class com.iizix.prop.ui.table.UITable
- Called when the parent is changed for this class.
- onPropParentChanged(PropCnr, PropCnr) - Method in class com.iizix.prop.ui.UIPanelPartCnr
- Called when the parent is changed for this class.
- onPropParentChanged(PropCnr, PropCnr) - Method in class com.iizix.prop.ValueProp
- If the value property is added in any component that is not a VS field, make it private.
- onPropParentChanged(PropCnr, PropCnr) - Method in class com.iizix.prop.vs.VSRelativeReference
- The parent has been changed, if added to a container or moved, recheck the reference.
- onPropRemoved(GProp<?>, PropMgr, boolean) - Method in class com.iizix.prop.PropCnr
- Called when a property is removed in this container, before the event is fired, but after the property has been removed.
- onPropRemoved(GProp<?>, PropMgr, boolean) - Method in class com.iizix.server.app.VirtualsContainer.VContainer
- Called when a property is removed in this container, before the event is fired, but after the property has been removed.
- onPropTreeInitialized() - Method in class com.iizix.prop.GProp
- Called when the property has initialized from the Element when streamed from an XML file, has had all (if any) children elements and nodes added as properties and that the property has been added into it's parent.
- onPropTreeInitialized() - Method in interface com.iizix.prop.IGProp
- Called when the property has initialized from the Element when streamed from an XML file, has had all (if any) children elements and nodes added as properties and that the property has been added into it's parent.
- onPropTreeInitialized() - Method in class com.iizix.prop.PropCnr
- Called when the property has initialized from the Element when streamed from an XML file, has had all (if any) children elements and nodes added as properties and that the property has been added into it's parent.
- onPropTreeInitialized() - Method in class com.iizix.prop.ui.CIDProp
- Called when the property has initialized from the Element when streamed from an XML file, has had all (if any) children elements and nodes added as properties and that the property has been added into it's parent.
- onPropValueSet(Object) - Method in class com.iizix.prop.BadgeProp
- Value has been set.
- onPropValueSet(Object) - Method in class com.iizix.prop.GProp
- Called when the property value is changed by the
GProp
class. - onPropValueSet(Object) - Method in class com.iizix.prop.KStringProp
- Called when the property value has been set.
- onPropValueSet(Object) - Method in class com.iizix.prop.StylesReferences
- Called when the property value is changed by the
GProp
class. - onPropValueSet(Object) - Method in class com.iizix.prop.ui.TooltipProp
- Value has been set.
- onProxySourceRemoved(PropCnr) - Method in interface com.iizix.prop.IProxyRemovedListener
- Called when the proxy source is removed.
- onQuery(EditorClassReference, GEvent) - Method in class com.iizigo.java.JavaClass
- Called when the property receives a
GEvent.PROP_QUERY_DESIGNER_PROPS
event. - onQuery(EditorMethodReference2, GEvent) - Method in class com.iizigo.java.JavaClass
- Called when the property receives a
GEvent.PROP_QUERY_DESIGNER_PROPS
event. - onQuery(EditorMethodReference, GEvent) - Method in class com.iizigo.java.JavaClass
- Called when the property receives a
GEvent.PROP_QUERY_DESIGNER_PROPS
event. - onReadOnly(boolean) - Method in class com.iizigo.prop.BaseEditor
- Called when the read-only state changes.
- onReadOnly(boolean) - Method in interface com.iizigo.prop.IEditedPropControllerOwner
- Called when the read-only state changes.
- onReadOnly(boolean) - Method in class com.iizigo.prop.MultiPropCnr
- Called when the read-only state changes.
- onReceived(int) - Method in class com.iizix.comm.statistics.SessionStatistics
- Called when a transaction is received.
- onReceived(ReadTransaction) - Method in class com.iizix.comm.statistics.SessionStatistics
- Called when a transaction is received.
- onReconnected(SessionTransMgr) - Method in class com.iizigo.panel.ViewTransactionCommListener
- Called when a connection is reconnected.
- onReconnected(SessionTransMgr) - Method in class com.iizigo.vs.viewer.VSViewerTransactionCommListener
- Called when a connection is reconnected.
- onReconnected(SessionTransMgr) - Method in interface com.iizix.comm.ITransactionProcessor
- Called when a connection is reconnected.
- onReconnected(SessionTransMgr) - Method in class com.iizix.server.client.ClientTransactionProcessor
- Called when a connection is reconnected.
- onReconnected(SessionTransMgr) - Method in class com.iizix.server.vsviewer.VSViewerTransactionProcessor
- Called when a connection is reconnected.
- onRefactorCommit(MultiTextEdit) - Method in class com.iizigo.java.parser.JavaSourceFileProcessor
- Called when the refactoring on each source is to be performed.
- onRefactored(String, String) - Method in class com.iizigo.selector.prop.EditorSelectorReference
- Called when the property is refactored.
- onRefactored(String, String) - Method in class com.iizix.prop.AbstractReference
- Called when the property is refactored.
- onRefactoringChange(String, String, String) - Method in class com.iizigo.java.JavaSource
- Called from Refactoring Rename for classes or methods.
- onRefactoringChange(String, String, String) - Method in class com.iizigo.java.parser.JavaSourceFileProcessor
- Called from Refactoring Rename for classes or methods.
- onRefactoringChange(String, String, String) - Method in class com.iizigo.java.parser.ParsedJavaSource
- Called from Refactoring Rename for classes or methods.
- onRefactoringChange(IFile, String, String, String) - Method in class com.iizigo.java.JavaManager
- Called from Refactoring Rename for classes or methods.
- onRefactoringChange(IPath, IPath) - Method in class com.iizigo.java.JavaManager
- Called from Refactoring Move or Rename or compilation units.
- onReferenceDisposed() - Method in class com.iizigo.selector.prop.EditorSelectorReference
- Called when disposed.
- onReferenceDisposed() - Method in class com.iizix.prop.AbstractReference
- Called when the reference is disposed of.
- onReferenceDisposed() - Method in class com.iizix.prop.FixedVirtualizedAbstractReference
- Called when the reference is disposed of.
- onReferenceEvent(ResolveReferencesEvent) - Method in class com.iizigo.java.parser.annotation.AnnotationsContainer
- Called to perform reference resolving.
- onReferenceEvent(ResolveReferencesEvent) - Method in class com.iizigo.java.prop.EditorClassReference
- Called to perform reference resolving.
- onReferenceEvent(ResolveReferencesEvent) - Method in class com.iizigo.java.prop.EditorMethodReference
- Called to perform reference resolving.
- onReferenceEvent(ResolveReferencesEvent) - Method in class com.iizigo.java.prop.EditorMethodReference2
- Called to perform reference resolving.
- onReferenceEvent(ResolveReferencesEvent) - Method in class com.iizix.prop.AbstractReference
- Called to perform reference resolving.
- onReferenceEvent(ResolveReferencesEvent) - Method in class com.iizix.prop.AssetReferences
- Called to perform reference resolving.
- onReferenceEvent(ResolveReferencesEvent) - Method in class com.iizix.prop.BadgeProp
- Called to perform reference resolving.
- onReferenceEvent(ResolveReferencesEvent) - Method in class com.iizix.prop.GProp
- Called to perform reference resolving.
- onReferenceEvent(ResolveReferencesEvent) - Method in class com.iizix.prop.KStringProp
- Called to perform reference resolving.
- onReferenceEvent(ResolveReferencesEvent) - Method in class com.iizix.prop.PropCnr
- Called to perform reference resolving.
- onReferenceEvent(ResolveReferencesEvent) - Method in class com.iizix.prop.StylesReferences
- Called to perform reference resolving.
- onReferenceEvent(ResolveReferencesEvent) - Method in class com.iizix.prop.ui.TooltipProp
- Called to perform reference resolving.
- onReferenceEvent(ResolveReferencesEvent) - Method in class com.iizix.prop.ValueProp
- Called to perform reference resolving.
- onReferenceEvent(ResolveReferencesEvent) - Method in class com.iizix.prop.vs.VSRelativeReference
- Called to perform reference resolving.
- onReferenceEvent(ResolveReferencesEvent) - Method in class com.iizix.text.KStringHolder
- Called to perform reference resolving.
- onReferenceEvent(PropReference, IPropReference.ReferenceChangeEvent, GEvent) - Method in class com.iizigo.java.parser.annotation.GAnnotation
- Reference event.
- onReferenceEvent(PropReference, IPropReference.ReferenceChangeEvent, GEvent) - Method in class com.iizix.prop.AbstractReference
- Called when a property reference event occurs.
- onReferenceEvent(PropReference, IPropReference.ReferenceChangeEvent, GEvent) - Method in interface com.iizix.prop.IPropReference
- Called when a property reference event occurs.
- onReferenceEvent(PropReference, IPropReference.ReferenceChangeEvent, GEvent) - Method in class com.iizix.prop.vs.VSReference
- Called when a property reference event occurs.
- onReferenceEvent(PropReference, IPropReference.ReferenceChangeEvent, GEvent) - Method in class com.iizix.prop.vs.VSRelativeReference
- Called when a property reference event occurs.
- onReferenceEvent(PropReference, IPropReference.ReferenceChangeEvent, GEvent) - Method in class com.iizix.prop.vs.VSTableColumnReference
- Called when a property reference event occurs.
- onReferenceEvent(PropReference, IPropReference.ReferenceChangeEvent, GEvent) - Method in class com.iizix.text.KStringHolder.TagReference
- Called when a property reference event occurs.
- onRegionLocationInfo(RegionLocation) - Method in interface com.iizix.geo.IRegionLocationReply
- Called with the reply to the host.
- onReinitialized() - Method in class com.iizix.prop.ui.table.DefaultTableContentProvider
- This method is called when the table needs re-initialization due to e.g.
- onReinitialized() - Method in class com.iizix.prop.ui.table.DefaultTableFilter
- This method is called when the table needs re-initialization due to e.g.
- onReinitialized() - Method in interface com.iizix.prop.ui.table.ITableContentProvider
- This method is called when the table needs re-initialization due to e.g.
- onReinitialized() - Method in interface com.iizix.prop.ui.table.ITableFilter
- This method is called when the table needs re-initialization due to e.g.
- onRemoteBrowserWindowClosed() - Method in interface com.iizix.gyro.IRemoteSessionControlListener
- Remote window closed by user action.
- onRemoteEvent(RemoteEvent) - Method in class com.iizigo.panel.prop.EUIButton
- Called when a remote property event should be processed by this property.
- onRemoteEvent(RemoteEvent) - Method in class com.iizigo.run.prop.EditorRuntimeBuilderProps
- Called when a remote property event should be processed by this property.
- onRemoteEvent(RemoteEvent) - Method in class com.iizigo.term.server.EditorActiveTerminalSession
- Processes remote events from the server's ActiveTerminalSession instance.
- onRemoteEvent(RemoteEvent) - Method in class com.iizix.prop.BadgeProp
- Processes remote hyperlink events.
- onRemoteEvent(RemoteEvent) - Method in class com.iizix.prop.EnvProps
- Called when a remote property event should be processed by this property.
- onRemoteEvent(RemoteEvent) - Method in class com.iizix.prop.Flash
- Called when a remote property event should be processed by this property.
- onRemoteEvent(RemoteEvent) - Method in class com.iizix.prop.GeoProps
- Called when a remote property event should be processed by this property.
- onRemoteEvent(RemoteEvent) - Method in class com.iizix.prop.GProp
- Called when a remote property event should be processed by this property.
- onRemoteEvent(RemoteEvent) - Method in interface com.iizix.prop.IGProp
- Called when a remote property event should be processed by this property.
- onRemoteEvent(RemoteEvent) - Method in class com.iizix.prop.KStringProp
- Processes remote hyperlink events.
- onRemoteEvent(RemoteEvent) - Method in class com.iizix.prop.NativeSetting
- Called when a remote property event should be processed by this property.
- onRemoteEvent(RemoteEvent) - Method in class com.iizix.prop.SpeechRecognitionProp
- Called when a remote property event should be processed by this property.
- onRemoteEvent(RemoteEvent) - Method in class com.iizix.prop.SpeechSynthesisProp
- Called when a remote property event should be processed by this property.
- onRemoteEvent(RemoteEvent) - Method in class com.iizix.prop.ui.AbstractUIAction
- Called when a remote property event should be processed by this property.
- onRemoteEvent(RemoteEvent) - Method in class com.iizix.prop.ui.map.MapMarkerProp
- Called when a remote property event should be processed by this property.
- onRemoteEvent(RemoteEvent) - Method in class com.iizix.prop.ui.MessageBox
- Called when a remote property event should be processed by this property.
- onRemoteEvent(RemoteEvent) - Method in class com.iizix.prop.ui.mlist.MLItemProp
- Called when a remote property event should be processed by this property.
- onRemoteEvent(RemoteEvent) - Method in class com.iizix.prop.ui.TooltipProp
- Processes remote hyperlink events.
- onRemoteEvent(RemoteEvent) - Method in class com.iizix.prop.ui.UIComp
- Called when a remote property event should be processed by this property.
- onRemoteEvent(RemoteEvent) - Method in class com.iizix.prop.ui.UIImage2
- Called when a remote property event should be processed by this property.
- onRemoteEvent(RemoteEvent) - Method in class com.iizix.prop.ui.UIPanelBase
- Called when a remote property event should be processed by this property.
- onRemoteEvent(RemoteEvent) - Method in class com.iizix.prop.vs.VirtualSpace
- Called when a remote property event should be processed by this property.
- onRemoteEvent(RemoteEvent) - Method in class com.iizix.prop.vs.VSAction
- Called when a remote property event should be processed by this property.
- onRemoteEvent(RemoteEvent) - Method in class com.iizix.prop.vs.VSComponent
- Called when a remote property event should be processed by this property.
- onRemoteEvent(RemoteEvent) - Method in class com.iizix.prop.vs.VSOnUIEvent
- Remote event to invoke the action or set focus to the VS component.
- onRemoteEvent(RemoteEvent) - Method in class com.iizix.server.monitor.VirtualizedMonitorPropCnr
- Processing of remote events.
- onRemoteEvent(RemoteEvent) - Method in class com.iizix.server.run.prop.ServerRuntimeBuilderProps
- Called when a remote property event should be processed by this property.
- onRemoteEvent(RemoteEvent) - Method in class com.iizix.term.server.ActiveTerminalSession
- Processes remote events from the server monitor.
- onRemoteEventQueued() - Method in class com.iizigo.panel.ClientSideEditor
- Called when a RemoteEvent has been added and needs sending (along with all properties, etc).
- onRemoteEventQueued() - Method in interface com.iizix.prop.IPropMgrOwner
- Called when a RemoteEvent has been added and needs sending (along with all properties, etc).
- onRemoteEventQueued() - Method in class com.iizix.server.prop.RootPropTransactionSender
- Called when a RemoteEvent has been added and needs sending (along with all properties, etc).
- onRemoteEventQueued() - Method in class com.iizix.test.client.NonUIClient
- Called when a RemoteEvent has been added and needs sending (along with all properties, etc).
- onRemoteState(int) - Method in class com.iizigo.term.TerminalComposite
- Updates the states in a discrete way for the remote terminal.
- onRemoved(VSAction) - Method in class com.iizix.prop.vs.VSActionReference
- Called when the property reference has been disposed of e.g.
- onRemoved(VSColumnHeader) - Method in class com.iizix.prop.vs.VSColumnReference
- Called when the property reference has been disposed of e.g.
- onRemoved(VSColumnHeader) - Method in class com.iizix.prop.vs.VSTableColumnReference
- Called when the property reference has been disposed of e.g.
- onRemoved(VSComponent) - Method in class com.iizigo.vs.prop.EditorVSFocusReference
- Called when the property reference has been disposed of e.g.
- onRemoved(VSComponent) - Method in class com.iizigo.vs.prop.EditorVSOnUIEvent
- Called when the property reference has been disposed of e.g.
- onRemoved(VSComponent) - Method in class com.iizix.prop.vs.VSComponentReference
- Called when the property reference has been disposed of e.g.
- onRemoved(VSComponent) - Method in class com.iizix.prop.vs.VSFocusReference
- Called when the property reference has been disposed of e.g.
- onRemoved(VSComponent) - Method in class com.iizix.prop.vs.VSOnUIEvent
- Called when the property reference has been disposed of e.g.
- onRemoved(VSField) - Method in class com.iizix.prop.vs.VSFieldReference
- Called when the property reference has been disposed of e.g.
- onRemoved(VSGroup) - Method in class com.iizix.prop.vs.VSGroupReference
- Called when the property reference has been disposed of e.g.
- onRemoved(VSRow, int) - Method in class com.iizix.prop.content.AbstractContentProvider
- Called when a VSRow is removed in the connected table.
- onRemoved(VSRow, int) - Method in interface com.iizix.prop.content.IContentProvider
- Called when a VSRow is removed in the connected table.
- onRemoved(VSTable) - Method in class com.iizix.prop.vs.VSTableReference
- Called when the property reference has been disposed of e.g.
- onRemoved(TARGET) - Method in class com.iizix.prop.vs.VSRelativeReference
- Called when the property reference has been disposed of e.g.
- onRename(JavaClass, String) - Method in class com.iizigo.java.prop.EditorClassReference
- Informs the listener that the fully qualified class name has been changed.
- onRename(JavaClass, String) - Method in class com.iizigo.java.prop.EditorMethodReference2
- Informs the listener that the fully qualified class name has been changed.
- onRename(JavaClass, String) - Method in interface com.iizigo.java.prop.IClassReferenceListener
- Informs the listener that the fully qualified class name has been changed.
- onResetDependencyModulesAndProjects() - Method in class com.iizigo.java.JavaProjectRootPropCnr
- Method called to clear and initialize the initially dependent projects and modules of the project.
- onResetDependencyModulesAndProjects() - Method in class com.iizigo.project.ModuleRootPropCnr
- Method called to clear and initialize the initially dependent projects and modules of the project.
- onResetDependencyModulesAndProjects() - Method in class com.iizigo.project.ProjectRootPropCnr
- Method called to clear and initialize the initially dependent projects and modules of the project.
- onResolve(JavaClass, boolean, String) - Method in class com.iizigo.java.prop.EditorClassReference
- Notifies the Class Reference of resolve result.
- onResolve(JavaClass, boolean, String) - Method in class com.iizigo.java.prop.EditorMethodReference2
- Notifies the Class Reference of resolve result.
- onResolve(JavaClass, boolean, String) - Method in interface com.iizigo.java.prop.IClassReferenceListener
- Notifies the Class Reference of resolve result.
- onResolved(Atom, TextTable) - Method in class com.iizix.prop.TextTable
- Called when the reference has been resolved.
- onResolved(Atom, TARGET) - Method in interface com.iizix.prop.IReferenceOwner
- Called when the reference has been resolved.
- onResolved(TextTable) - Method in class com.iizix.prop.TextTableReference
- Called when the target is resolved.
- onResolved(UIContextMenu) - Method in class com.iizix.prop.ui.ContextMenuReference
- Called when the target is resolved.
- onResolved(UIContextMenu) - Method in interface com.iizix.prop.ui.IUIContextMenuOwner
- Context menu reference has been resolved.
- onResolved(UIPanelPart) - Method in interface com.iizix.prop.IPanelPartReferenceOwner
- Called when the panel part reference has been resolved.
- onResolved(UIPanelPart) - Method in class com.iizix.prop.ui.PanelPartReference
- Called when the target is resolved.
- onResolved(UIPanelPart) - Method in class com.iizix.prop.ui.UIPanelPartCnr
- Called when the panel part reference has been resolved.
- onResolved(VSAction) - Method in class com.iizix.prop.vs.VSActionReference
- Called when the property reference has been resolved.
- onResolved(VSColumnHeader) - Method in class com.iizix.prop.vs.VSColumnReference
- Called when the property reference has been resolved.
- onResolved(VSColumnHeader) - Method in class com.iizix.prop.vs.VSTableColumnReference
- Called when the property reference has been resolved.
- onResolved(VSComponent) - Method in class com.iizigo.vs.prop.EditorVSFocusReference
- Called when the property reference has been resolved.
- onResolved(VSComponent) - Method in class com.iizigo.vs.prop.EditorVSOnUIEvent
- Called when the property reference has been resolved.
- onResolved(VSComponent) - Method in class com.iizix.prop.vs.VSComponentReference
- Called when the property reference has been resolved.
- onResolved(VSComponent) - Method in class com.iizix.prop.vs.VSFocusReference
- Called when the property reference has been resolved.
- onResolved(VSComponent) - Method in class com.iizix.prop.vs.VSOnUIEvent
- Called when the property reference has been resolved.
- onResolved(VSComponentReference, VSComponent) - Method in class com.iizix.prop.ui.UIContainer
- Called when the property reference has been resolved.
- onResolved(VSComponentReference, VSComponent) - Method in interface com.iizix.prop.vs.IVSGenericComponentListener
- Called when the property reference has been resolved.
- onResolved(VSField) - Method in class com.iizix.prop.vs.VSFieldReference
- Called when the property reference has been resolved.
- onResolved(VSGroup) - Method in class com.iizix.prop.vs.VSGroupReference
- Called when the property reference has been resolved.
- onResolved(VSRelativeReference<?>, VSAction) - Method in class com.iizigo.vs.ActionsPanel
- onResolved(VSRelativeReference<?>, VSAction) - Method in class com.iizix.prop.ui.AbstractUIAction
- Called when the property reference has been resolved.
- onResolved(VSRelativeReference<?>, VSAction) - Method in interface com.iizix.prop.vs.IVSActionListener
- Called when the property reference has been resolved.
- onResolved(VSRelativeReference<?>, VSAction) - Method in class com.iizix.prop.vs.VSActionAdapter
- Called when the property reference has been resolved.
- onResolved(VSRelativeReference<?>, VSAction) - Method in class com.iizix.term.prop.ScreenActionProp
- Called when the property reference has been resolved.
- onResolved(VSRelativeReference<?>, VSColumnHeader) - Method in class com.iizigo.vs.TablePanel
- onResolved(VSRelativeReference<?>, VSColumnHeader) - Method in class com.iizix.db.prop.ResultSetColumnProp
- Called when the property reference has been resolved.
- onResolved(VSRelativeReference<?>, VSColumnHeader) - Method in class com.iizix.prop.ui.chart.series.Series
- Called when the property reference has been resolved.
- onResolved(VSRelativeReference<?>, VSColumnHeader) - Method in class com.iizix.prop.ui.table.UITableColumn
- Called when the property reference has been resolved.
- onResolved(VSRelativeReference<?>, VSColumnHeader) - Method in class com.iizix.prop.ui.UIAbstractListChoice
- Called when the property reference has been resolved.
- onResolved(VSRelativeReference<?>, VSColumnHeader) - Method in interface com.iizix.prop.vs.IVSColumnListener
- Called when the property reference has been resolved.
- onResolved(VSRelativeReference<?>, VSColumnHeader) - Method in class com.iizix.prop.vs.VSColumnAdapter
- Called when the property reference has been resolved.
- onResolved(VSRelativeReference<?>, VSColumnHeader) - Method in class com.iizix.term.prop.ScreenFieldProp
- Called when the property reference has been resolved.
- onResolved(VSRelativeReference<?>, VSField) - Method in class com.iizigo.vs.ValuePanel
- onResolved(VSRelativeReference<?>, VSField) - Method in class com.iizix.db.prop.InputVariable
- Called when the property reference has been resolved.
- onResolved(VSRelativeReference<?>, VSField) - Method in class com.iizix.db.prop.ResultProps
- Called when the property reference has been resolved.
- onResolved(VSRelativeReference<?>, VSField) - Method in class com.iizix.prop.ui.map.UIMap
- Called when the property reference has been resolved.
- onResolved(VSRelativeReference<?>, VSField) - Method in class com.iizix.prop.ui.mlist.MLItemProp
- Called when the property reference has been resolved.
- onResolved(VSRelativeReference<?>, VSField) - Method in class com.iizix.prop.ui.table.UITable
- Called when the property reference has been resolved.
- onResolved(VSRelativeReference<?>, VSField) - Method in class com.iizix.prop.ui.UIComp
- Called when the property reference has been resolved.
- onResolved(VSRelativeReference<?>, VSField) - Method in interface com.iizix.prop.vs.IVSFieldListener
- Called when the property reference has been resolved.
- onResolved(VSRelativeReference<?>, VSField) - Method in class com.iizix.prop.vs.VSFieldAdapter
- Called when the property reference has been resolved.
- onResolved(VSRelativeReference<?>, VSField) - Method in class com.iizix.term.prop.ScreenFieldProp
- Called when the property reference has been resolved.
- onResolved(VSRelativeReference<?>, VSTable) - Method in class com.iizigo.vs.TablePanel
- onResolved(VSRelativeReference<?>, VSTable) - Method in class com.iizix.db.prop.ResultSetProps
- Called when the property reference has been resolved.
- onResolved(VSRelativeReference<?>, VSTable) - Method in class com.iizix.prop.content.AbstractContentUIContainer
- Called when the property reference has been resolved.
- onResolved(VSRelativeReference<?>, VSTable) - Method in class com.iizix.prop.ui.table.UITable
- Called when the property reference has been resolved.
- onResolved(VSRelativeReference<?>, VSTable) - Method in interface com.iizix.prop.vs.IVSTableListener
- Called when the property reference has been resolved.
- onResolved(VSRelativeReference<?>, VSTable) - Method in class com.iizix.prop.vs.VSTableAdapter
- Called when the property reference has been resolved.
- onResolved(VSTable) - Method in class com.iizix.prop.vs.VSTableReference
- Called when the property reference has been resolved.
- onResolved(TARGET) - Method in class com.iizix.prop.FixedVirtualizedAbstractReference
- Called when the target is resolved.
- onResolved(TARGET) - Method in class com.iizix.prop.vs.VSRelativeReference
- Called when the property reference has been resolved.
- onRestoreContainerClone() - Method in class com.iizigo.java.parser.JavaSourceFileProcessor
- Called when a cloned property container has been restored because a Java source file has been edited and then closed without saving.
- onRestoreContainerClone() - Method in class com.iizigo.java.parser.type.TypeFileProcessor
- Called when a cloned property container has been restored because a Java source file has been edited and then closed without saving.
- onRestoredState(ICompilationUnit, IProgressMonitor) - Method in class com.iizigo.java.parser.JavaSourceFileProcessor
- Called to inform the processor that saved parser state is used from a previous parse operation.
- onResult(ResultProps, PreparedStatement, long) - Method in interface com.iizix.db.api.IUpdateProcessor
- Method called when the database transaction completes execution of the call to
PreparedStatement.executeUpdate()
or alike (depending on large update support or not). - onResultSetCreated(ResultSetProps, ResultSet) - Method in interface com.iizix.db.api.IResultSetProcessor
- Method called when the result set is created, before rows are processed.
- onRollback() - Method in class com.iizix.actionactor.AbstractJavaActionActor
- Instructs the node to roll back the work.
- onRollbackCanceled(ITXProcess, TXPException) - Method in class com.iizix.txp.impl.TXPCoordinatorImpl
- onRollbackCanceled(ITXProcess, TXPException) - Method in interface com.iizix.txp.ITXPMonitor
- Called when the process aborts rolling back.
- onRollbackInitiated(ITXProcess) - Method in class com.iizix.txp.impl.TXPCoordinatorImpl
- onRollbackInitiated(ITXProcess) - Method in interface com.iizix.txp.ITXPMonitor
- Called when a process is called to attempt a rollback
- onRowAdded(VSColumnHeader, VSRow, int) - Method in class com.iizigo.vs.TablePanel
- onRowAdded(VSColumnHeader, VSRow, int) - Method in class com.iizix.db.prop.ResultSetColumnProp
- Called when a row has been added to the table.
- onRowAdded(VSColumnHeader, VSRow, int) - Method in class com.iizix.prop.ui.chart.series.Series
- Called when a row has been added to the table.
- onRowAdded(VSColumnHeader, VSRow, int) - Method in class com.iizix.prop.ui.table.UITableColumn
- Called when a row has been added to the table.
- onRowAdded(VSColumnHeader, VSRow, int) - Method in class com.iizix.prop.ui.UIAbstractListChoice
- Called when a row has been added to the table.
- onRowAdded(VSColumnHeader, VSRow, int) - Method in interface com.iizix.prop.vs.IVSColumnListener
- Called when a row has been added to the table.
- onRowAdded(VSColumnHeader, VSRow, int) - Method in class com.iizix.prop.vs.VSColumnAdapter
- Called when a row has been added to the table.
- onRowAdded(VSColumnHeader, VSRow, int) - Method in class com.iizix.term.prop.ScreenFieldProp
- Called when a row has been added to the table.
- onRowAdded(VSRow, int) - Method in class com.iizigo.vs.TablePanel
- onRowAdded(VSRow, int) - Method in class com.iizix.db.prop.ResultSetProps
- Called when a row is added.
- onRowAdded(VSRow, int) - Method in class com.iizix.prop.content.AbstractContentUIContainer
- Called when a row is added.
- onRowAdded(VSRow, int) - Method in class com.iizix.prop.ui.table.UITable
- Called when a row is added.
- onRowAdded(VSRow, int) - Method in interface com.iizix.prop.vs.IVSTableListener
- Called when a row is added.
- onRowAdded(VSRow, int) - Method in class com.iizix.prop.vs.VSTableAdapter
- Called when a row is added.
- onRowRemoved(VSColumnHeader, VSRow, int) - Method in class com.iizigo.vs.TablePanel
- onRowRemoved(VSColumnHeader, VSRow, int) - Method in class com.iizix.db.prop.ResultSetColumnProp
- Called when a row has been removed from the table.
- onRowRemoved(VSColumnHeader, VSRow, int) - Method in class com.iizix.prop.ui.chart.series.Series
- Called when a row has been removed from the table.
- onRowRemoved(VSColumnHeader, VSRow, int) - Method in class com.iizix.prop.ui.table.UITableColumn
- Called when a row has been removed from the table.
- onRowRemoved(VSColumnHeader, VSRow, int) - Method in class com.iizix.prop.ui.UIAbstractListChoice
- Called when a row has been removed from the table.
- onRowRemoved(VSColumnHeader, VSRow, int) - Method in interface com.iizix.prop.vs.IVSColumnListener
- Called when a row has been removed from the table.
- onRowRemoved(VSColumnHeader, VSRow, int) - Method in class com.iizix.prop.vs.VSColumnAdapter
- Called when a row has been removed from the table.
- onRowRemoved(VSColumnHeader, VSRow, int) - Method in class com.iizix.term.prop.ScreenFieldProp
- Called when a row has been removed from the table.
- onRowRemoved(VSRow, int) - Method in class com.iizigo.vs.TablePanel
- onRowRemoved(VSRow, int) - Method in class com.iizix.db.prop.ResultSetProps
- Called when a row is removed.
- onRowRemoved(VSRow, int) - Method in class com.iizix.prop.content.AbstractContentUIContainer
- Called when a row is removed.
- onRowRemoved(VSRow, int) - Method in class com.iizix.prop.ui.table.UITable
- Called when a row is removed.
- onRowRemoved(VSRow, int) - Method in interface com.iizix.prop.vs.IVSTableListener
- Called when a row is removed.
- onRowRemoved(VSRow, int) - Method in class com.iizix.prop.vs.VSTableAdapter
- Called when a row is removed.
- onRowSelection(TableRow, VSRow, boolean) - Method in class com.iizix.prop.ui.table.DefaultTableContentProvider
- Called when the row selection state is changed.
- onRowSelection(TableRow, ROW, boolean) - Method in interface com.iizix.prop.ui.table.ITableContentProvider
- Called when the row selection state is changed.
- onRowSelection(VSTableRowSelection) - Method in interface com.iizix.prop.vs.IVSTableRowSelectionListener
- Called when a row selection changes for a table.
- onRowStateChanged(VSRow, IVSComponentState.State, boolean) - Method in class com.iizigo.vs.TablePanel
- onRowStateChanged(VSRow, IVSComponentState.State, boolean) - Method in class com.iizix.db.prop.ResultSetProps
- Called when a row selection state changed.
- onRowStateChanged(VSRow, IVSComponentState.State, boolean) - Method in class com.iizix.prop.content.AbstractContentUIContainer
- Called when a row selection state changed.
- onRowStateChanged(VSRow, IVSComponentState.State, boolean) - Method in class com.iizix.prop.ui.table.UITable
- Called when a row selection state changed.
- onRowStateChanged(VSRow, IVSComponentState.State, boolean) - Method in interface com.iizix.prop.vs.IVSTableListener
- Called when a row selection state changed.
- onRowStateChanged(VSRow, IVSComponentState.State, boolean) - Method in class com.iizix.prop.vs.VSTableAdapter
- Called when a row selection state changed.
- onScreenChange(EEScreen) - Method in class com.iizix.term.ee.HostSessionEE
- A new screen is activated.
- onScreenChange(HostSessionPeer, int, int) - Method in class com.iizigo.term.prop.TerminalDesignerProp
- Notifies the session of a screen change.
- onScreenChange(HostSessionPeer, int, int) - Method in class com.iizigo.term.TerminalComposite
- Notifies the session of a screen change.
- onScreenChange(HostSessionPeer, int, int) - Method in class com.iizix.term.HostSession
- Notifies the session of a screen change.
- onScreenChange(HostSessionPeer, int, int) - Method in interface com.iizix.term.HostSessionListener
- Notifies the session of a screen change.
- onScreenChange(HostSessionPeer, int, int) - Method in class com.iizix.term.remote.RemoteHostSession
- Notifies the session of a screen change.
- onScreenChange(HostSessionPeer, int, int) - Method in class com.iizix.term.server.TerminalHost
- Notifies the session of a screen change.
- onScreenChange(HostSessionPeer, int, int, char[], byte[], byte[]) - Method in class com.iizix.term.remote.RemoteHostSession
- Notifies the session of a screen change.
- onScreenChange(HostSessionPeer, int, int, char[], byte[], byte[]) - Method in interface com.iizix.term.remote.RemoteHostSessionListener
- Notifies the session of a screen change.
- onScreenChange(RemoteHostSessionListener, HostSessionPeer, int, int) - Method in class com.iizix.term.HostSession
- Method to update the screen of a RemoteHostScreenListener.
- onScreenChanged(int, int) - Method in interface com.iizix.term.HostScreenListener
- The screen has changed between two points in a wrapping fashion.
- onScreenChanged(int, int) - Method in class com.iizix.term.remote.RemoteHostSession
- The screen has changed between two points in a wrapping fashion.
- onScreenChanged(EditorScreenProp, boolean) - Method in class com.iizigo.term.prop.TerminalDesignerProp
- Method to refresh the matching screens when one has been changed.
- onScreenChanged(ScreenProp, boolean) - Method in class com.iizix.term.server.TerminalHost
- Method to refresh the matching screens when one has been changed.
- onScreenClear() - Method in interface com.iizix.term.HostScreenListener
- The display has been cleared, i.e.
- onScreenClear() - Method in class com.iizix.term.remote.RemoteHostSession
- The display has been cleared, i.e.
- onScreenLock() - Method in class com.iizix.term.ee.HostSessionEE
- The screen is gone locked.
- onScreenOrientationChanged(IClientSessionGyro, ScreenOrientation) - Method in interface com.iizix.gyro.IScreenOrientationListener
- Called when the screen orientation changes.
- onScreenSizeChange(HostSessionPeer, int, int) - Method in class com.iizigo.term.prop.TerminalDesignerProp
- Notifies the session that the screen size has changed.
- onScreenSizeChange(HostSessionPeer, int, int) - Method in class com.iizigo.term.TerminalComposite
- Notifies the session that the screen size has changed.
- onScreenSizeChange(HostSessionPeer, int, int) - Method in class com.iizix.term.HostSession
- Notifies the session that the screen size has changed.
- onScreenSizeChange(HostSessionPeer, int, int) - Method in interface com.iizix.term.HostSessionListener
- Notifies the session that the screen size has changed.
- onScreenSizeChange(HostSessionPeer, int, int) - Method in class com.iizix.term.remote.RemoteHostSession
- Notifies the session that the screen size has changed.
- onScreenSizeChange(HostSessionPeer, int, int) - Method in class com.iizix.term.server.TerminalHost
- Notifies the session that the screen size has changed.
- onScreenSizeChanged(int, int) - Method in interface com.iizix.term.HostScreenListener
- The screen size has changed.
- onScreenSizeChanged(int, int) - Method in class com.iizix.term.remote.RemoteHostSession
- The screen size has changed.
- onScreenSizeChanged(IClientSessionGyro, Size) - Method in interface com.iizix.gyro.IScreenSizeListener
- Called when the screen size changes.
- onSelected(FlatToolbarButton) - Method in interface com.iizigo.swt.IFlatToolbarButton
- Called when the button is pressed.
- onSelectionChanged(boolean) - Method in class com.iizix.prop.ui.UIContainer
- Called when the container is selected as the current container in an index-based single-selection container such as accordion, swap and tab containers.
- onSelectionChanged(GEvent) - Method in class com.iizix.prop.content.AbstractContentUIContainer
- Method called when the selection of the component changed due to a property change (value changed, property added or removed).
- onSelectionChanged(GEvent) - Method in class com.iizix.prop.ui.map.MapMarkerProp
- Method called when the selection of the component changed due to a property change (value changed, property added or removed).
- onSelectionChanged(GEvent) - Method in class com.iizix.prop.ui.MUISwitch
- Method called when the selection of the component changed due to a property change (value changed, property added or removed).
- onSelectionChanged(GEvent) - Method in class com.iizix.prop.ui.UIAbstractListChoice
- Method called when the selection of the component changed due to a property change (value changed, property added or removed).
- onSelectionChanged(GEvent) - Method in class com.iizix.prop.ui.UICheckBox
- Method called when the selection of the component changed due to a property change (value changed, property added or removed).
- onSelectionChanged(GEvent) - Method in class com.iizix.prop.ui.UICheckedMenuItem
- Method called when the selection of the component changed due to a property change (value changed, property added or removed).
- onSelectionChanged(GEvent) - Method in class com.iizix.prop.ui.UIComp
- Method called when the selection of the component changed due to a property change (value changed, property added or removed).
- onSelectionChanged(GEvent) - Method in class com.iizix.prop.ui.UIContainer
- Method called when the selection of the component changed due to a property change (value changed, property added or removed).
- onSelectionChanged(GEvent) - Method in class com.iizix.prop.ui.UIRadioButton
- Method called when the selection of the component changed due to a property change (value changed, property added or removed).
- onSelectionChanged(GEvent) - Method in class com.iizix.prop.ui.UIRadioMenuItem
- Method called when the selection of the component changed due to a property change (value changed, property added or removed).
- onSelectionChanged(IUISelectionComp) - Method in interface com.iizix.prop.ui.IUISelectionListener
- Called when the component selection has changed.
- onSelectionChanged(UITable) - Method in interface com.iizix.prop.ui.table.IUITableSelectionChangeListener
- Called when the selection has changed.
- onSelectionChanged(VSColumnHeader, VSRow, int, boolean) - Method in class com.iizigo.vs.TablePanel
- onSelectionChanged(VSColumnHeader, VSRow, int, boolean) - Method in class com.iizix.db.prop.ResultSetColumnProp
- Called when the row selection is changed to forward to column listeners.
- onSelectionChanged(VSColumnHeader, VSRow, int, boolean) - Method in class com.iizix.prop.ui.chart.series.Series
- Called when the row selection is changed to forward to column listeners.
- onSelectionChanged(VSColumnHeader, VSRow, int, boolean) - Method in class com.iizix.prop.ui.table.UITableColumn
- Called when the row selection is changed to forward to column listeners.
- onSelectionChanged(VSColumnHeader, VSRow, int, boolean) - Method in class com.iizix.prop.ui.UIAbstractListChoice
- Called when the row selection is changed to forward to column listeners.
- onSelectionChanged(VSColumnHeader, VSRow, int, boolean) - Method in interface com.iizix.prop.vs.IVSColumnListener
- Called when the row selection is changed to forward to column listeners.
- onSelectionChanged(VSColumnHeader, VSRow, int, boolean) - Method in class com.iizix.prop.vs.VSColumnAdapter
- Called when the row selection is changed to forward to column listeners.
- onSelectionChanged(VSColumnHeader, VSRow, int, boolean) - Method in class com.iizix.term.prop.ScreenFieldProp
- Called when the row selection is changed to forward to column listeners.
- onSelectionChanged(ITEM_CONTENT, boolean) - Method in class com.iizix.prop.content.AbstractContentProvider
- Called from the items when they are selected or unselected from their
setSelection(boolean)
method. - onSelectionChanged(ITEM_CONTENT, boolean) - Method in class com.iizix.prop.content.AbstractContentUIContainer
- Callback when an item is selected or unselected.
- onSelectionChanged(ITEM_CONTENT, boolean) - Method in interface com.iizix.prop.content.IContentProviderAPI
- Called from the items when they are selected or unselected from their
setSelection(boolean)
method. - onSelectionStateChanged(MLRadioButton, boolean) - Method in interface com.iizix.prop.ui.mlist.IMLRadioButtonStateListener
- Called when the radio button state changes.
- onSelectionTypeChanged(int) - Method in class com.iizix.prop.content.AbstractContentProvider
- Called when the content provider changes selection type.
- onSelectionTypeChanged(int) - Method in interface com.iizix.prop.content.IContentProvider
- Called when the content provider changes selection type.
- onSendHeartHeat() - Method in class com.iizix.server.AbstractEndPoint
- Called to perform sending of a heart-beat.
- onSendKeyPressed(EEScreen, char[], int, HostSessionEE) - Method in class com.iizix.term.ee.EERuntime
- A send-key is pressed.
- onSent(int) - Method in class com.iizix.comm.statistics.SessionStatistics
- Called when data has been sent.
- onSent(SendTransaction) - Method in class com.iizix.comm.statistics.SessionStatistics
- Called when a transaction is sent.
- onServerConfigFileUpdated(ServerConfigFile) - Method in interface com.iizigo.server.IServerConfigFileListener
- Called when a change has been made somehow and/or the property tree has been verified for errors.
- onServerConfigFileUpdated(ServerConfigFile) - Method in class com.iizigo.server.ServerConfigComposite
- Called when a change has been made somehow and/or the property tree has been verified for errors.
- onServerPlugins(String) - Method in interface com.iizix.server.monitor.IVirtualizedMonitor
- Replies with the registered plug-in's.
- onServerReady(IServer) - Method in class com.iizix.server.loadbalancer.LoadBalancer
- Called when the server is ready.
- onServerReady(IServer) - Method in interface com.iizix.server.modules.IServerModule
- Called when the server is ready.
- onServerSettingsChanged() - Method in class com.iizigo.server.config.EditorServerSettings
- Called when loaded to update the ServerProps instance.
- onServerSettingsChanged() - Method in class com.iizix.server.prop.ServerSettings
- Called when loaded to update the ServerProps instance.
- onSessionConnected() - Method in class com.iizix.server.AbstractEndPoint
- Called upon connect to enable initialization of e.g.
- onSessionFailure(HostSessionPeer, Throwable) - Method in class com.iizigo.term.prop.TerminalDesignerProp
- Called when a session has had a failure.
- onSessionFailure(HostSessionPeer, Throwable) - Method in class com.iizigo.term.TerminalComposite
- Called when a session has had a failure.
- onSessionFailure(HostSessionPeer, Throwable) - Method in class com.iizix.term.HostSession
- Called when a session has had a failure.
- onSessionFailure(HostSessionPeer, Throwable) - Method in interface com.iizix.term.HostSessionListener
- Called when a session has had a failure.
- onSessionFailure(HostSessionPeer, Throwable) - Method in class com.iizix.term.remote.RemoteHostSession
- Called when a session has had a failure.
- onSessionFailure(HostSessionPeer, Throwable) - Method in class com.iizix.term.server.TerminalHost
- Called when a session has had a failure.
- onSessionModeChanged(SessionMode) - Method in class com.iizix.test.client.NonUIClient
- Called to inform a subclass that the session mode has changed.
- onSetFocus() - Method in class com.iizigo.db.editor.DatabaseEditor
- Sets focus to this part.
- onSetFocus() - Method in class com.iizigo.editor.PropEditorPart
- Called when set focus is called to override default processing.
- onSetFocus() - Method in class com.iizigo.panel.PanelEditor
- Asks this part to take focus within the workbench.
- onSetFocus() - Method in class com.iizigo.term.capture.CaptureEditor
- Sets focus to the terminal.
- onSetFocus() - Method in class com.iizigo.term.recording.RecordingEditor
- Sets focus to the terminal.
- onSingleSelectionChanged(VSColumnHeader, int) - Method in class com.iizigo.vs.TablePanel
- onSingleSelectionChanged(VSColumnHeader, int) - Method in class com.iizix.db.prop.ResultSetColumnProp
- Called when the row selection in table single-selection mode is changed to forward to column listeners.
- onSingleSelectionChanged(VSColumnHeader, int) - Method in class com.iizix.prop.ui.chart.series.Series
- Called when the row selection in table single-selection mode is changed to forward to column listeners.
- onSingleSelectionChanged(VSColumnHeader, int) - Method in class com.iizix.prop.ui.table.UITableColumn
- Called when the row selection in table single-selection mode is changed to forward to column listeners.
- onSingleSelectionChanged(VSColumnHeader, int) - Method in class com.iizix.prop.ui.UIAbstractListChoice
- Called when the row selection in table single-selection mode is changed to forward to column listeners.
- onSingleSelectionChanged(VSColumnHeader, int) - Method in interface com.iizix.prop.vs.IVSColumnListener
- Called when the row selection in table single-selection mode is changed to forward to column listeners.
- onSingleSelectionChanged(VSColumnHeader, int) - Method in class com.iizix.prop.vs.VSColumnAdapter
- Called when the row selection in table single-selection mode is changed to forward to column listeners.
- onSingleSelectionChanged(VSColumnHeader, int) - Method in class com.iizix.term.prop.ScreenFieldProp
- Called when the row selection in table single-selection mode is changed to forward to column listeners.
- onSingleSelectionChanged(VSTable, int) - Method in class com.iizigo.vs.TablePanel
- onSingleSelectionChanged(VSTable, int) - Method in class com.iizix.db.prop.ResultSetProps
- Called when the single selection changes.
- onSingleSelectionChanged(VSTable, int) - Method in class com.iizix.prop.content.AbstractContentUIContainer
- Called when the single selection changes.
- onSingleSelectionChanged(VSTable, int) - Method in class com.iizix.prop.ui.table.UITable
- Called when the single selection changes.
- onSingleSelectionChanged(VSTable, int) - Method in interface com.iizix.prop.vs.IVSTableListener
- Called when the single selection changes.
- onSingleSelectionChanged(VSTable, int) - Method in class com.iizix.prop.vs.VSTableAdapter
- Called when the single selection changes.
- onSocketCommDone(Throwable) - Method in class com.iizigo.ssl.SSLSettingsComposite
- Called when done.
- onStartServer() - Method in interface com.iizix.server.IServer
- Processes server start-up asynchronously.
- onStartServer() - Method in class com.iizix.server.JettyRunConfiguration
- Called to initialize the server.
- onStartServer() - Method in class com.iizix.server.run.remote.RuntimeBuilderServer
- Called to initialize the server.
- onStartServer() - Method in class com.iizix.server.ServerShell
- Called to initialize the server.
- onStartup() - Static method in class com.iizigo.term.project.TerminalManager
- Called at Plug-in Startup.
- onStartup() - Method in class com.iizigo.term.prop.EditorSessionsProp
- Called upon start of the terminal plug-in to perform session connect from a previous session.
- onStateChange(HostSessionPeer) - Method in class com.iizigo.term.prop.TerminalDesignerProp
- Notifies the session of a state change (such as insert mode, lock state, error state).
- onStateChange(HostSessionPeer) - Method in class com.iizigo.term.TerminalComposite
- Notifies the session of a state change (such as insert mode, lock state, error state).
- onStateChange(HostSessionPeer) - Method in class com.iizix.term.HostSession
- Notifies the session of a state change (such as insert mode, lock state, error state).
- onStateChange(HostSessionPeer) - Method in interface com.iizix.term.HostSessionListener
- Notifies the session of a state change (such as insert mode, lock state, error state).
- onStateChange(HostSessionPeer) - Method in class com.iizix.term.remote.RemoteHostSession
- Notifies the session of a state change (such as insert mode, lock state, error state).
- onStateChange(HostSessionPeer) - Method in class com.iizix.term.server.TerminalHost
- Notifies the session of a state change (such as insert mode, lock state, error state).
- onStateChanged(VSAction, IVSComponentState.State, boolean) - Method in class com.iizigo.vs.ActionsPanel
- onStateChanged(VSAction, IVSComponentState.State, boolean) - Method in class com.iizix.prop.ui.AbstractUIAction
- Called when the action changes state.
- onStateChanged(VSAction, IVSComponentState.State, boolean) - Method in interface com.iizix.prop.vs.IVSActionListener
- Called when the field changes state.
- onStateChanged(VSAction, IVSComponentState.State, boolean) - Method in class com.iizix.prop.vs.VSActionAdapter
- Called when the field changes state.
- onStateChanged(VSAction, IVSComponentState.State, boolean) - Method in class com.iizix.term.prop.ScreenActionProp
- Called when the action changes state.
- onStateChanged(VSColumnHeader, IVSComponentState.State, boolean) - Method in class com.iizigo.panel.prop.EUIComboBox
- Called when a cell in the column changes state.
- onStateChanged(VSColumnHeader, IVSComponentState.State, boolean) - Method in class com.iizigo.panel.prop.EUISpinner
- Called when a cell in the column changes state.
- onStateChanged(VSColumnHeader, IVSComponentState.State, boolean) - Method in class com.iizigo.vs.TablePanel
- onStateChanged(VSColumnHeader, IVSComponentState.State, boolean) - Method in class com.iizix.db.prop.ResultSetColumnProp
- Called when the table changes state.
- onStateChanged(VSColumnHeader, IVSComponentState.State, boolean) - Method in class com.iizix.prop.ui.chart.series.Series
- Called when the column changes state.
- onStateChanged(VSColumnHeader, IVSComponentState.State, boolean) - Method in class com.iizix.prop.ui.table.UITableColumn
- Called when the table changes state.
- onStateChanged(VSColumnHeader, IVSComponentState.State, boolean) - Method in class com.iizix.prop.ui.UIAbstractListChoice
- Called when the column changes state.
- onStateChanged(VSColumnHeader, IVSComponentState.State, boolean) - Method in interface com.iizix.prop.vs.IVSColumnListener
- Called when the column changes state.
- onStateChanged(VSColumnHeader, IVSComponentState.State, boolean) - Method in class com.iizix.prop.vs.VSColumnAdapter
- Called when the table changes state.
- onStateChanged(VSColumnHeader, IVSComponentState.State, boolean) - Method in class com.iizix.term.prop.ScreenFieldProp
- Called when the table changes state.
- onStateChanged(VSColumnHeader, VSField, IVSComponentState.State, boolean) - Method in class com.iizigo.vs.TablePanel
- onStateChanged(VSColumnHeader, VSField, IVSComponentState.State, boolean) - Method in class com.iizix.db.prop.ResultSetColumnProp
- Called when a cell in the column changes state.
- onStateChanged(VSColumnHeader, VSField, IVSComponentState.State, boolean) - Method in class com.iizix.prop.ui.chart.series.Series
- Called when a cell in the column changes state.
- onStateChanged(VSColumnHeader, VSField, IVSComponentState.State, boolean) - Method in class com.iizix.prop.ui.table.UITableColumn
- Called when a cell in the column changes state.
- onStateChanged(VSColumnHeader, VSField, IVSComponentState.State, boolean) - Method in class com.iizix.prop.ui.UIAbstractListChoice
- Called when a cell in the column changes state.
- onStateChanged(VSColumnHeader, VSField, IVSComponentState.State, boolean) - Method in interface com.iizix.prop.vs.IVSColumnListener
- Called when a cell in the column changes state.
- onStateChanged(VSColumnHeader, VSField, IVSComponentState.State, boolean) - Method in class com.iizix.prop.vs.VSColumnAdapter
- Called when a cell in the column changes state.
- onStateChanged(VSColumnHeader, VSField, IVSComponentState.State, boolean) - Method in class com.iizix.term.prop.ScreenFieldProp
- Called when a cell in the column changes state.
- onStateChanged(VSComponent, IVSComponentState.State, boolean) - Method in class com.iizix.prop.ui.UIContainer
- Called when the VS component changes state.
- onStateChanged(VSComponent, IVSComponentState.State, boolean) - Method in interface com.iizix.prop.vs.IVSGenericComponentListener
- Called when the VS component changes state.
- onStateChanged(VSField, IVSComponentState.State, boolean) - Method in class com.iizigo.vs.ValuePanel
- onStateChanged(VSField, IVSComponentState.State, boolean) - Method in class com.iizix.db.prop.InputVariable
- Called when the field changes state.
- onStateChanged(VSField, IVSComponentState.State, boolean) - Method in class com.iizix.db.prop.ResultProps
- Called when the field changes state.
- onStateChanged(VSField, IVSComponentState.State, boolean) - Method in class com.iizix.prop.ui.UIComp
- Called when the field changes state.
- onStateChanged(VSField, IVSComponentState.State, boolean) - Method in interface com.iizix.prop.vs.IVSFieldListener
- Called when the field changes state.
- onStateChanged(VSField, IVSComponentState.State, boolean) - Method in class com.iizix.prop.vs.VSFieldAdapter
- Called when the field changes state.
- onStateChanged(VSField, IVSComponentState.State, boolean) - Method in class com.iizix.term.prop.ScreenFieldProp
- Called when the field changes state.
- onStateChanged(VSTable, IVSComponentState.State, boolean) - Method in class com.iizigo.vs.TablePanel
- onStateChanged(VSTable, IVSComponentState.State, boolean) - Method in class com.iizix.db.prop.ResultSetProps
- Called when the table changes state.
- onStateChanged(VSTable, IVSComponentState.State, boolean) - Method in class com.iizix.prop.content.AbstractContentUIContainer
- Called when the table changes state.
- onStateChanged(VSTable, IVSComponentState.State, boolean) - Method in class com.iizix.prop.ui.table.UITable
- Called when the table changes state.
- onStateChanged(VSTable, IVSComponentState.State, boolean) - Method in interface com.iizix.prop.vs.IVSTableListener
- Called when the table changes state.
- onStateChanged(VSTable, IVSComponentState.State, boolean) - Method in class com.iizix.prop.vs.VSTableAdapter
- Called when the table changes state.
- onStatusBarTapped(IClientSessionGyro) - Method in interface com.iizix.gyro.IStatusBarTapListener
- Called when the status bar is tapped.
- onStatusUpdate() - Method in interface com.iizigo.ssl.ISSLSettingsCompositeOwner
- Updates the status.
- onStatusUpdate() - Method in class com.iizigo.term.session.NewSessionWizardSSLPage
- Called to update state.
- onSuccess(IClientSessionGyro, INativeSetting) - Method in interface com.iizix.device.settings.IOpenSettingSuccess
- Called upon success.
- onSwitchStateChanged(MLSwitch, boolean) - Method in interface com.iizix.prop.ui.mlist.IMLSwitchStateListener
- Called when the switch state changes.
- onSyncStateChanged(boolean) - Method in interface com.iizigo.java.ISyncStateListener
- Called when the sync state changed.
- onTaskEnded(WorkerTask<VSAction, VSActionTXProcess, Throwable>) - Method in interface com.iizix.prop.vs.IVSActionProcessComplete
- Called when the worker task has completed.
- onTaskEnded(WorkerTask<I, P, R>) - Method in interface com.iizix.WorkerTaskEnded
- Called when the worker task has completed.
- onTerminalFieldChanged(HostSession, TerminalWindow) - Method in class com.iizigo.term.capture.CaptureEditor
- Called when the screen needs updates due to field change.
- onTerminalFieldChanged(HostSession, TerminalWindow) - Method in interface com.iizigo.term.ITerminalStateListener
- Called when the screen needs updates due to field change.
- onTerminalFieldChanged(HostSession, TerminalWindow) - Method in class com.iizigo.term.recording.RecordingEditor
- Called when the screen needs updates due to field change.
- onTerminalFieldChanged(HostSession, TerminalWindow) - Method in class com.iizigo.term.screen.ScreenEditor
- Called when the screen needs updates due to field change.
- onTerminalFieldChanged(HostSession, TerminalWindow) - Method in class com.iizigo.term.TerminalView
- Called when the screen needs updates due to field change.
- onTerminalStateUpdate(HostSession, TerminalWindow) - Method in class com.iizigo.term.capture.CaptureEditor
- Called when state probably needs update or check.
- onTerminalStateUpdate(HostSession, TerminalWindow) - Method in interface com.iizigo.term.ITerminalStateListener
- Called when state probably needs update or check.
- onTerminalStateUpdate(HostSession, TerminalWindow) - Method in class com.iizigo.term.recording.RecordingEditor
- Called when state probably needs update or check.
- onTerminalStateUpdate(HostSession, TerminalWindow) - Method in class com.iizigo.term.screen.ScreenEditor
- Called when state probably needs update or check.
- onTerminalStateUpdate(HostSession, TerminalWindow) - Method in class com.iizigo.term.TerminalView
- Called when state probably needs update or check.
- onThemeChanged(ApplicationUI) - Method in interface com.iizigo.IThemeListener
- Called once the new theme has stabilized after a period of time.
- onThemeChanged(ApplicationUI) - Method in class com.iizigo.prop.BaseEditor
- Called once the new theme has stabilized after a period of time.
- onThemeChanged(ApplicationUI) - Method in class com.iizigo.prop.PropertyEditor
- Called once the new theme has stabilized after a period of time.
- onThemeChanged(ApplicationUI) - Method in class com.iizigo.swt.IzFilter
- Called once the new theme has stabilized after a period of time.
- onTimeout() - Method in interface com.iizix.timeout.ITimeoutListener
- Called when timeout is reached.
- onTimeout() - Method in class com.iizix.txp.impl.AbstractTXPNode
- onTimeout() - Method in class com.iizix.txp.impl.TXProcessImpl
- onTimerComplete(ITimerTask) - Method in interface com.iizix.timeout.ITimeoutEngineListener
- Called when a timer task has been canceled or timed out.
- onTranslationReply(Translation) - Method in interface com.iizix.translate.ITranslationReply
- Called when the translation request completes.
- OnUIAction - Enum constant in enum class com.iizix.api.AnnotationType
- OnUIAction - Annotation Interface in com.iizix.api.ui
- Annotation for tagging methods to receive UI Action events.
- OnUIActions - Annotation Interface in com.iizix.api.ui
- Support for multiple definitions of the UI OnUIAction POJO method tag.
- OnUIBack - Enum constant in enum class com.iizix.api.AnnotationType
- OnUIBack - Annotation Interface in com.iizix.api.ui
- Annotation for tagging methods to receive UI Back events that is fired when the user presses the Back button.
- OnUIConnect - Enum constant in enum class com.iizix.api.AnnotationType
- OnUIConnect - Annotation Interface in com.iizix.api.ui
- Annotation for tagging methods to receive UI Connect event.
- OnUIConnects - Annotation Interface in com.iizix.api.ui
- Support for multiple definitions of the UI OnUIConnect POJO method tag.
- OnUICreate - Enum constant in enum class com.iizix.api.AnnotationType
- OnUICreate - Annotation Interface in com.iizix.api.ui
- Annotation for tagging methods to receive UI Create events.
- OnUICreates - Annotation Interface in com.iizix.api.ui
- Support for multiple definitions of the UI OnUICreate POJO method tag.
- OnUIDestroy - Enum constant in enum class com.iizix.api.AnnotationType
- OnUIDestroy - Annotation Interface in com.iizix.api.ui
- Annotation for tagging methods to receive UI Destroy events.
- OnUIDestroys - Annotation Interface in com.iizix.api.ui
- Support for multiple definitions of the UI OnUIDestroy POJO method tag.
- OnUIFocus - Enum constant in enum class com.iizix.api.AnnotationType
- OnUIFocus - Annotation Interface in com.iizix.api.ui
- Annotation for tagging methods to receive UI Focus events.
- OnUIFocuses - Annotation Interface in com.iizix.api.ui
- Support for multiple definitions of the UI OnUIFocus POJO method tag.
- OnUISelection - Enum constant in enum class com.iizix.api.AnnotationType
- OnUISelection - Annotation Interface in com.iizix.api.ui
- Annotation for tagging methods to receive UI Selection events.
- OnUISelections - Annotation Interface in com.iizix.api.ui
- Support for multiple definitions of the UI OnUISelection POJO method tag.
- OnUITextChange - Enum constant in enum class com.iizix.api.AnnotationType
- OnUITextChange - Annotation Interface in com.iizix.api.ui
- Annotation for tagging methods to receive UI text change events.
- OnUITextChanges - Annotation Interface in com.iizix.api.ui
- Support for multiple definitions of the UI OnUITextChange POJO method tag.
- OnUIValueChange - Enum constant in enum class com.iizix.api.AnnotationType
- OnUIValueChange - Annotation Interface in com.iizix.api.ui
- Annotation for tagging methods to receive UI value change events.
- OnUIValueChanges - Annotation Interface in com.iizix.api.ui
- Support for multiple definitions of the UI OnUIValueChange POJO method tag.
- onUndefined() - Method in class com.iizigo.prop.BaseEditor
- Called when the property is undefined.
- onUndefined() - Method in class com.iizigo.prop.editor.BadgePropEditor
- Called when the property is undefined.
- onUndefined() - Method in class com.iizigo.prop.editor.BoolPropEditor
- Called when the property is undefined.
- onUndefined() - Method in class com.iizigo.prop.editor.ColorPropEditor
- Called when undefined.
- onUndefined() - Method in class com.iizigo.prop.editor.DurationPropEditor
- Called when undefined.
- onUndefined() - Method in class com.iizigo.prop.editor.FillPropEditor
- Called when undefined.
- onUndefined() - Method in class com.iizigo.prop.editor.FontPropEditor
- Called when undefined.
- onUndefined() - Method in class com.iizigo.prop.editor.GradientPropEditor
- Called when undefined.
- onUndefined() - Method in class com.iizigo.prop.editor.KStringPropEditor
- Called when the property is undefined.
- onUndefined() - Method in class com.iizigo.prop.editor.NullValueAllowedPropEditor
- Called when the property is undefined.
- onUndefined() - Method in class com.iizigo.prop.editor.PanelAnimationPropEditor
- Called when value is undefined.
- onUndefined() - Method in class com.iizigo.prop.editor.StringMapPropEditor
- Called when undefined.
- onUndefined() - Method in class com.iizigo.prop.editor.StrokePropEditor
- Called when undefined.
- onUndefined() - Method in class com.iizigo.prop.editor.ThemesPropEditor
- Called when undefined.
- onUndefined() - Method in class com.iizigo.prop.editor.TooltipPropEditor
- Called when the property is undefined.
- onUndefined() - Method in class com.iizigo.prop.editor.UIDateTimeTypePropEditor
- Called when value is undefined.
- onUndefined() - Method in interface com.iizigo.prop.IEditedPropControllerOwner
- Called when the property is undefined.
- onUndefined() - Method in class com.iizigo.prop.MultiPropCnr
- Called when the property is undefined.
- onUpdate(GBadge) - Method in class com.iizigo.prop.editor.BadgePropEditor
- Called when the property is updated without errors, with a new value.
- onUpdate(GColor) - Method in class com.iizigo.prop.editor.ColorPropEditor
- Called when a property event has been fired and the edited entry needs to be updated.
- onUpdate(GDateTime) - Method in class com.iizigo.prop.editor.DateTimePropEditor
- Called when the property is updated without errors, with a new value.
- onUpdate(GFill) - Method in class com.iizigo.prop.editor.FillPropEditor
- Called when a property event has been fired and the edited entry needs to be updated.
- onUpdate(GFont) - Method in class com.iizigo.prop.editor.FontPropEditor
- Called when a property event has been fired and the edited entry needs to be updated.
- onUpdate(GGradient) - Method in class com.iizigo.prop.editor.GradientPropEditor
- Called when a property event has been fired and the edited entry needs to be updated.
- onUpdate(GStroke) - Method in class com.iizigo.prop.editor.StrokePropEditor
- Called when a property event has been fired and the edited entry needs to be updated.
- onUpdate(GThemes) - Method in class com.iizigo.prop.editor.ThemesPropEditor
- Called when a property event has been fired and the edited entry needs to be updated.
- onUpdate(KTooltip) - Method in class com.iizigo.prop.editor.TooltipPropEditor
- Called when the property is updated without errors, with a new value.
- onUpdate(KString) - Method in class com.iizigo.prop.editor.KStringPropEditor
- Called when the property is updated without errors, with a new value.
- onUpdate(Boolean) - Method in class com.iizigo.prop.editor.BoolPropEditor
- Called when the property is updated without errors, with a new value.
- onUpdate(Long) - Method in class com.iizigo.prop.editor.DurationPropEditor
- Called when a property event has been fired and the edited entry needs to be updated.
- onUpdate(Object) - Method in class com.iizigo.prop.MultiPropCnr
- Called when the property is updated without errors, with a new value.
- onUpdate(Map<String, String>) - Method in class com.iizigo.prop.editor.StringMapPropEditor
- Called when a property event has been fired and the edited entry needs to be updated.
- onUpdate(PROP_VALUE) - Method in class com.iizigo.prop.BaseEditor
- Called when the property is updated without errors, with a new value.
- onUpdate(PROP_VALUE) - Method in interface com.iizigo.prop.IEditedPropControllerOwner
- Called when the property is updated without errors, with a new value.
- onUpdateStates() - Method in class com.iizigo.editor.PropEditorPart
- Called just in the beginning of updateStates() before selections are processed.
- onUpdateStates() - Method in class com.iizigo.panel.PanelEditor
- Called just in the beginning of updateStates() before selections are processed.
- onUpdateStates() - Method in class com.iizigo.text.TextTableEditor
- Called just in the beginning of updateStates() before selections are processed.
- onUploaded(List<WSUploadPart>) - Method in interface com.iizix.jetty.IWSUploaderAcceptor
- Called when the upload has completed.
- onUploaded(List<WSUploadPart>) - Method in class com.iizix.server.run.remote.RemoteBuilderEndPoint
- Called when the upload has completed.
- onUserLocationChanged(UserLocation) - Method in interface com.iizix.user.geo.IUserLocationListener
- Called when the user location changes.
- onValidate(boolean) - Method in class com.iizigo.InternalDatabasePreferencePage
- Called when validated.
- onValidate(boolean) - Method in class com.iizigo.panel.GeneralPreferencePage
- Called when validated.
- onValidate(boolean) - Method in class com.iizigo.project.NewModuleProjectWizardStartupPage1
- Call to inform validity of all validators.
- onValidate(boolean) - Method in class com.iizigo.project.NewModuleProjectWizardStartupPage2
- Call to inform validity of all validators.
- onValidate(boolean) - Method in class com.iizigo.prop.editor.dialog.HyperlinkDialog
- Call to inform validity of all validators.
- onValidate(boolean) - Method in class com.iizigo.prop.editor.dialog.InsertTextVSDialog
- Call to inform validity of all validators.
- onValidate(boolean) - Method in class com.iizigo.run.EditorRuntimeBuilderPropertyPage
- Call to inform validity of all validators.
- onValidate(boolean) - Method in class com.iizigo.server.launch.DevelServerLaunchConfigurationTab
- Call to inform validity of all validators.
- onValidate(boolean) - Method in class com.iizigo.term.session.NewSessionWizardHostPage
- Call to inform validity of all validators.
- onValidate(boolean) - Method in class com.iizigo.term.session.NewSessionWizardNameTypePage
- Call to inform validity of all validators.
- onValidate(boolean) - Method in class com.iizigo.text.TextTablePropertyPage
- Called when validated.
- onValidate(boolean) - Method in interface com.iizigo.validator.IValidationMessage
- Call to inform validity of all validators.
- onValidate(boolean) - Method in class com.iizigo.validator.ValidationDialog
- Call to inform validity of all validators.
- onValidate(boolean) - Method in class com.iizigo.vs.NewVSColumnWizardPage
- Call to inform validity of all validators.
- onValidate(boolean) - Method in class com.iizigo.vs.NewVSFieldWizardPage
- Call to inform validity of all validators.
- onValidate(boolean) - Method in class com.iizigo.vs.NewVSTableWizardPage
- Call to inform validity of all validators.
- onValueChanged(UIComp, VSField) - Static method in class com.iizix.prop.ui.MUISwitch
- Called when the field value is set.
- onValueChanged(UIComp, VSField) - Static method in class com.iizix.prop.ui.UICheckBox
- Called when the field value is set.
- onValueChanged(UIComp, VSField, Value, IPostEventProcessing) - Static method in class com.iizix.prop.ui.UIRadioButton
- Called when the field value is set.
- onValueChanged(VSField, Value, GProp<?>, IPostEventProcessing) - Method in class com.iizigo.panel.prop.EUIDateTime
- Called when the field value is set.
- onValueChanged(VSField, Value, GProp<?>, IPostEventProcessing) - Method in class com.iizigo.vs.ValuePanel
- onValueChanged(VSField, Value, GProp<?>, IPostEventProcessing) - Method in class com.iizix.db.prop.InputVariable
- Called when the field value is set.
- onValueChanged(VSField, Value, GProp<?>, IPostEventProcessing) - Method in class com.iizix.db.prop.ResultProps
- Called when the field value is set.
- onValueChanged(VSField, Value, GProp<?>, IPostEventProcessing) - Method in class com.iizix.prop.ui.datetime.UIDateTime
- Called when the field value is set.
- onValueChanged(VSField, Value, GProp<?>, IPostEventProcessing) - Method in class com.iizix.prop.ui.map.UIMap
- Called when the field value is set.
- onValueChanged(VSField, Value, GProp<?>, IPostEventProcessing) - Method in class com.iizix.prop.ui.mlist.MLItemProp
- Called when the field value is set.
- onValueChanged(VSField, Value, GProp<?>, IPostEventProcessing) - Method in class com.iizix.prop.ui.MUISwitch
- Called when the field value is set.
- onValueChanged(VSField, Value, GProp<?>, IPostEventProcessing) - Method in class com.iizix.prop.ui.table.UITable
- Called when the field value is set.
- onValueChanged(VSField, Value, GProp<?>, IPostEventProcessing) - Method in class com.iizix.prop.ui.UIAbstractListChoice
- Called when the field value is set.
- onValueChanged(VSField, Value, GProp<?>, IPostEventProcessing) - Method in class com.iizix.prop.ui.UICalendar
- Called when the field value is set.
- onValueChanged(VSField, Value, GProp<?>, IPostEventProcessing) - Method in class com.iizix.prop.ui.UICheckBox
- Called when the field value is set.
- onValueChanged(VSField, Value, GProp<?>, IPostEventProcessing) - Method in class com.iizix.prop.ui.UICheckedMenuItem
- Called when the field value is set.
- onValueChanged(VSField, Value, GProp<?>, IPostEventProcessing) - Method in class com.iizix.prop.ui.UIComp
- Called when the field value is set.
- onValueChanged(VSField, Value, GProp<?>, IPostEventProcessing) - Method in class com.iizix.prop.ui.UIProgress
- Called when the field value is set.
- onValueChanged(VSField, Value, GProp<?>, IPostEventProcessing) - Method in class com.iizix.prop.ui.UIRadioButton
- Called when the field value is set.
- onValueChanged(VSField, Value, GProp<?>, IPostEventProcessing) - Method in class com.iizix.prop.ui.UIRadioMenuItem
- Called when the field value is set.
- onValueChanged(VSField, Value, GProp<?>, IPostEventProcessing) - Method in class com.iizix.prop.ui.UISlider
- Called when the field value is set.
- onValueChanged(VSField, Value, GProp<?>, IPostEventProcessing) - Method in interface com.iizix.prop.vs.IVSFieldListener
- Called when the field value is set.
- onValueChanged(VSField, Value, GProp<?>, IPostEventProcessing) - Method in class com.iizix.prop.vs.VSFieldAdapter
- Called when the field value is set.
- onValueChanged(VSField, Value, GProp<?>, IPostEventProcessing) - Method in class com.iizix.term.prop.ScreenFieldProp
- Called when the field value is set.
- onVirtualContainerCreated() - Method in class com.iizix.prop.PropCnr
- Called when a property container has been virtualized because it was added into another property container that was virtualized, and this container was not.
- onVirtualContainerCreated() - Method in class com.iizix.prop.ui.UIContainer
- Called when a property container has been virtualized because it was added into another property container that was virtualized, and this container was not.
- onVirtualContainerCreated() - Method in class com.iizix.prop.vs.VSComponent
- Called when a property container has been virtualized because it was added into another property container that was virtualized, and this container was not.
- onVirtualizationCompleted(IAppSessionGyro, IClientSessionGyro, VirtualSpace, boolean) - Method in class com.iizix.prop.ClassReference
- Called when virtualization completed.
- onVirtualizationCompleted(IAppSessionGyro, IClientSessionGyro, VirtualSpace, boolean) - Method in class com.iizix.prop.content.AbstractContentUIContainer
- Called when virtualization completed.
- onVirtualizationCompleted(IAppSessionGyro, IClientSessionGyro, VirtualSpace, boolean) - Method in class com.iizix.prop.FixedVirtualizedAbstractReference
- Called when virtualization completed.
- onVirtualizationCompleted(IAppSessionGyro, IClientSessionGyro, VirtualSpace, boolean) - Method in class com.iizix.prop.GProp
- Called when virtualization completed.
- onVirtualizationCompleted(IAppSessionGyro, IClientSessionGyro, VirtualSpace, boolean) - Method in class com.iizix.prop.PropCnr
- Called when virtualization completed.
- onVirtualizationCompleted(IAppSessionGyro, IClientSessionGyro, VirtualSpace, boolean) - Method in class com.iizix.prop.ui.table.UITable
- Called when virtualization completed.
- onVirtualizationCompleted(IAppSessionGyro, IClientSessionGyro, VirtualSpace, boolean) - Method in class com.iizix.prop.ui.UIPanelBase
- Called when virtualization completed.
- onVirtualizationCompleted(IAppSessionGyro, IClientSessionGyro, VirtualSpace, boolean) - Method in class com.iizix.prop.vs.VirtualSpace
- Called when virtualization completed.
- onVirtualizationCompleted(IAppSessionGyro, IClientSessionGyro, VirtualSpace, boolean) - Method in class com.iizix.prop.vs.VSRelativeReference
- Called when virtualization completed.
- onVirtualized(IAppSessionGyro, IClientSessionGyro, VirtualSpace, PropCnr) - Method in interface com.iizix.api.IInstanceLifecycleListener
- This method is called after the virtualization has completed and that all references, etc, are ready but before any kind of other action is done.
- onVirtualSpaceVirtualized(IAppSessionGyro, VirtualSpace) - Method in class com.iizix.db.prop.InputProps
- Called when the VirtualSpace has been virtualized, giving the opportunity for e.g.
- onVirtualSpaceVirtualized(IAppSessionGyro, VirtualSpace) - Method in class com.iizix.db.prop.ResultProps
- Called when the VirtualSpace has been virtualized, giving the opportunity for e.g.
- onVirtualSpaceVirtualized(IAppSessionGyro, VirtualSpace) - Method in class com.iizix.db.prop.ResultSetProps
- Called when the VirtualSpace has been virtualized, giving the opportunity for e.g.
- onVirtualSpaceVirtualized(IAppSessionGyro, VirtualSpace) - Method in class com.iizix.prop.ui.UIContextMenu
- Called when the VirtualSpace has been virtualized, giving the opportunity for e.g.
- onVirtualSpaceVirtualized(IAppSessionGyro, VirtualSpace) - Method in class com.iizix.prop.ui.UIPanelBase
- Called when the VirtualSpace has been virtualized, giving the opportunity for e.g.
- onVirtualSpaceVirtualized(IAppSessionGyro, VirtualSpace) - Method in interface com.iizix.prop.vs.IVSParticipant
- Called when the VirtualSpace has been virtualized, giving the opportunity for e.g.
- onVirtualSpaceVirtualized(IAppSessionGyro, VirtualSpace) - Method in class com.iizix.term.prop.ScreenProp
- Called when the VirtualSpace has been virtualized, giving the opportunity for e.g.
- onVirtualSpaceVirtualized(IAppSessionGyro, VirtualSpace) - Method in class com.iizix.ws.prop.OutputProps
- Called when the VirtualSpace has been virtualized, giving the opportunity for e.g.
- onVirtualSpaceVirtualized(IAppSessionGyro, VirtualSpace) - Method in class com.iizix.ws.prop.RESTfulInputProps
- Called when the VirtualSpace has been virtualized, giving the opportunity for e.g.
- onVirtualSpaceVirtualized(VirtualSpace, IAppSessionGyro) - Method in class com.iizix.prop.vs.VSParticipantsHolder
- Called when the VirtualSpace has been virtualized, giving the opportunity for e.g.
- onVMPopulated() - Method in interface com.iizix.server.monitor.IVirtualizedMonitor
- Called when the Server side VirtualizedMonitorEndPoint has been populated.
- OnVSAction - Enum constant in enum class com.iizix.api.AnnotationType
- OnVSAction - Annotation Interface in com.iizix.api.vs
- Annotation for tagging methods to receive VirtualSpace Action events.
- OnVSActions - Annotation Interface in com.iizix.api.vs
- Support for multiple definitions of the OnVSAction POJO method tag.
- OnVSChange - Enum constant in enum class com.iizix.api.AnnotationType
- OnVSChange - Annotation Interface in com.iizix.api.vs
- Annotation for tagging methods to receive VirtualSpace Change events.
- OnVSChanges - Annotation Interface in com.iizix.api.vs
- Support for multiple definitions of the VS OnVSChange POJO method tag.
- onVSComponentSelectionChanged(boolean) - Method in class com.iizix.prop.ui.UIContainer
- Called when the VS component has its selected state changed.
- OnVSCreate - Enum constant in enum class com.iizix.api.AnnotationType
- OnVSCreate - Annotation Interface in com.iizix.api.vs
- Annotation for tagging methods to receive VirtualSpace Create events.
- OnVSCreates - Annotation Interface in com.iizix.api.vs
- Support for multiple definitions of the VirtualSpace OnVSCreate POJO method tag.
- OnVSDestroy - Enum constant in enum class com.iizix.api.AnnotationType
- OnVSDestroy - Annotation Interface in com.iizix.api.vs
- Annotation for tagging methods to receive VirtualSpace Destroy events.
- OnVSDestroys - Annotation Interface in com.iizix.api.vs
- Support for multiple definitions of the VirtualSpace OnVSDestroy POJO method tag.
- OnVSField - Enum constant in enum class com.iizix.api.AnnotationType
- OnVSField - Annotation Interface in com.iizix.api.vs
- Annotation for tagging methods to receive VirtualSpace Field events, i.e.
- OnVSFields - Annotation Interface in com.iizix.api.vs
- Support for multiple definitions of the OnVSField POJO method tag.
- OnVSFieldsStatic - Annotation Interface in com.iizix.api.vs
- Support for multiple definitions of the OnVSFieldStatic POJO method tag.
- OnVSFieldStatic - Enum constant in enum class com.iizix.api.AnnotationType
- OnVSFieldStatic - Annotation Interface in com.iizix.api.vs
- Annotation for tagging methods to receive VirtualSpace Field events, i.e.
- OnVSFocus - Enum constant in enum class com.iizix.api.AnnotationType
- OnVSFocus - Annotation Interface in com.iizix.api.vs
- Annotation for tagging methods to receive VirtualSpace Focus events.
- OnVSFocuses - Annotation Interface in com.iizix.api.vs
- Support for multiple definitions of the VS OnVSFocus POJO method tag.
- onVSReferenceChanged(GEvent) - Method in class com.iizix.prop.vs.VSRelativeReference
- Rechecks the reference, the VSReference has changed.
- onVSReferenceChanged(GEvent) - Method in class com.iizix.prop.vs.VSTableColumnReference
- Rechecks the reference, the VSReference has changed.
- OnVSState - Enum constant in enum class com.iizix.api.AnnotationType
- OnVSState - Annotation Interface in com.iizix.api.vs
- Annotation for tagging methods to receive VirtualSpace State events.
- onVSStateChanged(VSAction, IVSComponentState.State, boolean) - Method in interface com.iizix.prop.ui.IUIAction
- Called when the action changes state.
- OnVSStates - Annotation Interface in com.iizix.api.vs
- Support for multiple definitions of the VS OnVSState POJO method tag.
- onWebServiceRequest(RESTfulReply) - Method in interface com.iizix.ws.api.IRESTfulReplyProcessor
- Called when the data has been read and processed in the RESTfulReply instance.
- onWebServiceRequest(RESTfulRequest) - Method in interface com.iizix.ws.api.IRESTfulRequestProcessor
- Called prior to formatting the Web Service request.
- onWebSocketBinary(byte[], int, int) - Method in class com.iizix.jetty.InternalWebSocket
- Called for a binary message.
- onWebSocketClose(int, String) - Method in class com.iizix.jetty.InternalWebSocket
- Called when disconnected.
- onWebSocketConnect(Session) - Method in class com.iizix.jetty.InternalWebSocket
- Called when connected.
- onWebSocketError(Throwable) - Method in class com.iizix.jetty.InternalWebSocket
- Called when an error occurs.
- onWebSocketFrame(Frame) - Method in class com.iizix.jetty.InternalWebSocket
- Called when a frame is received.
- onWebSocketText(String) - Method in class com.iizix.jetty.InternalWebSocket
- Called for a text message.
- onWindowClosed(boolean) - Method in interface com.iizix.gyro.IWindowCloseListener
- Called when the window is closed.
- onWizard(AddUICompWizard) - Method in class com.iizigo.vs.wizards.VSActionCreation
- Called to create required wizard pages.
- onWizard(AddUICompWizard) - Method in class com.iizigo.vs.wizards.VSColumnCreation
- Called to create required wizard pages.
- onWizard(AddUICompWizard) - Method in class com.iizigo.vs.wizards.VSComponentCreation
- Called to create required wizard pages.
- onWizard(AddUICompWizard) - Method in class com.iizigo.vs.wizards.VSFieldCreation
- Called to create required wizard pages.
- onWizard(AddUICompWizard) - Method in class com.iizigo.vs.wizards.VSTableCreation
- Called to create required wizard pages.
- onWizard(AddUICompWizard, UIPanelBase, EUIComboBox) - Method in class com.iizigo.panel.prop.creator.UIComboBoxCreator
- Called to create required wizard pages.
- onWizard(AddUICompWizard, UIPanelBase, EUIContainer) - Method in class com.iizigo.panel.prop.creator.UIContainerCreator
- Called to create required wizard pages.
- onWizard(AddUICompWizard, UIPanelBase, EUITable) - Method in class com.iizigo.panel.prop.creator.UITableCreator
- Called to create required wizard pages.
- onWizard(AddUICompWizard, UIPanelBase, EUITableColumn) - Method in class com.iizigo.panel.prop.creator.UITableColumnCreator
- Called to create required wizard pages.
- onWizard(AddUICompWizard, UIPanelBase, UICOMP) - Method in class com.iizigo.panel.prop.creator.NameVSFieldCreator
- Called to create required wizard pages.
- onWizard(AddUICompWizard, UIPanelBase, UICOMP) - Method in class com.iizigo.panel.prop.creator.TextPromptCreator
- Called to create required wizard pages.
- onWizard(AddUICompWizard, UIPanelBase, UICOMP) - Method in interface com.iizigo.panel.wizards.IUICompCreator
- Called to create required wizard pages.
- onWorkspaceChange(RefactoringOperation) - Method in class com.iizigo.project.ProjectManager
- Called for workspace changes, new/rename/remove file/folder when processing delta-changes for the workspace.
- onWritten(File) - Method in class com.iizix.comm.WSUploadPart
- Called when the file has been written to disk.
- OP_COPY - Static variable in class com.iizigo.prop.DesignerProp
- Copy operation.
- OP_DELETE - Static variable in class com.iizigo.prop.DesignerProp
- Delete operation.
- OP_MOVE - Static variable in class com.iizigo.prop.DesignerProp
- Move operation.
- opaqueIconFile - Variable in class com.iizix.run.RuntimeBuilderInitialSetup
- The opaque file that is used to create every icon file required when transparency is not supported, i.e.
- open - Variable in class com.iizix.prop.ui.chart.series.OHLC
- The Open value.
- open() - Method in class com.iizigo.db.editor.ConnectionProfileDialog
- Open the dialog.
- open() - Method in class com.iizigo.editor.DeleteCutDialog
- Open the dialog.
- open() - Method in class com.iizigo.editor.MoveDialog
- Open the dialog.
- open() - Method in class com.iizigo.editor.RenameDialog
- Open the dialog.
- open() - Method in class com.iizigo.ExceptionDetailsErrorDialog
- Extends
Window.open()
. - open() - Method in class com.iizigo.panel.DeviceDialog
- Open the dialog.
- open() - Method in class com.iizigo.prop.editor.dialog.AcceptLicenseAgreementDialog
- Open the dialog.
- open() - Method in class com.iizigo.prop.editor.dialog.BoxShadowDialog
- Open the dialog.
- open() - Method in class com.iizigo.prop.editor.dialog.ColorDialog
- Open the dialog.
- open() - Method in class com.iizigo.prop.editor.dialog.CustomPatternDialog
- Open the dialog.
- open() - Method in class com.iizigo.prop.editor.dialog.DateTimeDialog
- Open the dialog.
- open() - Method in class com.iizigo.prop.editor.dialog.DropShadowDialog
- Open the dialog.
- open() - Method in class com.iizigo.prop.editor.dialog.DurationDialog
- Open the dialog.
- open() - Method in class com.iizigo.prop.editor.dialog.FillDialog
- Open the dialog.
- open() - Method in class com.iizigo.prop.editor.dialog.FontDialog
- Open the dialog.
- open() - Method in class com.iizigo.prop.editor.dialog.GradientDialog
- Open the dialog.
- open() - Method in class com.iizigo.prop.editor.dialog.HyperlinkDialog
- Open the dialog.
- open() - Method in class com.iizigo.prop.editor.dialog.InsertTextDialog
- Open the dialog.
- open() - Method in class com.iizigo.prop.editor.dialog.InsertTextIDDialog
- Open the dialog.
- open() - Method in class com.iizigo.prop.editor.dialog.InsertTextVSDialog
- Open the dialog.
- open() - Method in class com.iizigo.prop.editor.dialog.NewMethodDialog
- Open the dialog.
- open() - Method in class com.iizigo.prop.editor.dialog.PanelAnimationDialog
- Open the dialog.
- open() - Method in class com.iizigo.prop.editor.dialog.PatternDialog
- Open the dialog.
- open() - Method in class com.iizigo.prop.editor.dialog.RawTextEditorDialog
- Open the dialog.
- open() - Method in class com.iizigo.prop.editor.dialog.RichTextEditorDialog
- Open the dialog.
- open() - Method in class com.iizigo.prop.editor.dialog.SelectCNDialog
- Open the dialog.
- open() - Method in class com.iizigo.prop.editor.dialog.SelectPKCS12IdentityDialog
- Open the dialog.
- open() - Method in class com.iizigo.prop.editor.dialog.SelectPredefinedStyleDialog
- Open the dialog.
- open() - Method in class com.iizigo.prop.editor.dialog.SelectProjectDialog
- Open the dialog.
- open() - Method in class com.iizigo.prop.editor.dialog.SelectPropDialog
- Open the dialog.
- open() - Method in class com.iizigo.prop.editor.dialog.SingleSelectThemesDialog
- Open the dialog.
- open() - Method in class com.iizigo.prop.editor.dialog.StringMapPropDialog
- Open the dialog.
- open() - Method in class com.iizigo.prop.editor.dialog.StrokeDialog
- Open the dialog.
- open() - Method in class com.iizigo.prop.editor.dialog.StylesDialog
- Open the dialog.
- open() - Method in class com.iizigo.prop.editor.dialog.TextShadowDialog
- Open the dialog.
- open() - Method in class com.iizigo.prop.editor.dialog.ThemesDialog
- Open the dialog.
- open() - Method in class com.iizigo.prop.editor.dialog.TransformDialog
- Open the dialog.
- open() - Method in class com.iizigo.prop.editor.dialog.UIDateTimeTypeDialog
- Open the dialog.
- open() - Method in class com.iizigo.server.config.SelfSignedServerCertificateDialog
- Open the dialog.
- open() - Method in class com.iizigo.term.capture.SelectCaptureDialog
- Open the dialog.
- open() - Method in class com.iizigo.text.ExternalizeTextsDialog
- Open the dialog.
- open() - Method in class com.iizigo.ws.editor.OAuthBrowserDialog
- Open the dialog in a modal window.
- open() - Method in class com.iizix.comm.ServerSocketComm
- Opens the communication.
- open() - Method in class com.iizix.comm.TransactionComm
- Opens the communication.
- open() - Method in class com.iizix.comm.WebSocketServerComm
- Opens the server socket with an unused port within the specified range.
- open() - Method in class com.iizix.nio.SocketCommNIO
- Opens the communication.
- open() - Method in class com.iizix.nio.WebSocketCommNIO
- Opens the communication.
- open() - Method in class com.iizix.term.comm.TelnetComm
- Opens the communication.
- open(boolean) - Method in interface com.iizix.comm.IPortController
- Opens the connector.
- open(boolean) - Method in class com.iizix.comm.TransactionComm
- Opens the communication.
- open(boolean) - Method in class com.iizix.nio.WebSocketCommNIO
- Opens the communication.
- open(String) - Static method in class com.iizigo.server.ServerConfigFile
- Opens the configuration file.
- open(IPath) - Method in class com.iizigo.app.ApplicationDistributorLauncher
- Open the file.
- open(IPath) - Method in class com.iizigo.prop.FolderSettingsEditorLauncher
- Opens the folder settings file ".iiziFolder".
- open(IPath) - Method in class com.iizigo.prop.ModuleSettingsEditorLauncher
- Opens the folder settings file ".iiziFolder".
- open(IPath) - Method in class com.iizigo.run.RuntimeBuilderLauncher
- Open the file.
- open(IPath) - Method in class com.iizigo.server.ServerConfigLauncher
- Open the file.
- open(Shell, EditorTerminalProps) - Static method in class com.iizigo.term.screen.NewScreenWizard
- Requests a new screen wizard for these terminal properties.
- open(Shell, ServerInstance, int) - Static method in class com.iizigo.ui.server.monitor.NewServerWizard
- Requests a new server wizard.
- open(Shell, IProject) - Static method in class com.iizigo.project.AddModuleNatureWizard
- Opens the wizard.
- Open - Class in com.iizigo.handler
- The Open property handler.
- Open() - Constructor for class com.iizigo.handler.Open
- Constructor.
- OPEN - Enum constant in enum class com.iizix.comm.IPortController.State
- OPEN - Enum constant in enum class com.iizix.nio.SocketCommNIO.State
- OPEN - Enum constant in enum class com.iizix.prop.SelectorExpression.Token
- Simple token: (.
- OPEN - Enum constant in enum class com.iizix.test.client.SessionMode
- Normal open session.
- OPEN_CONNECT - Enum constant in enum class com.iizix.test.client.SessionMode
- Connected, waiting for connect transaction.
- OPEN_PART_ATOM - Static variable in class com.iizix.prop.ui.UIAccordion
- Property name: current open part.
- OPEN_RECONNECT - Enum constant in enum class com.iizix.test.client.SessionMode
- Reconnected, waiting for connect transaction.
- OPEN_TAB_ATOM - Static variable in class com.iizix.prop.ui.UITabContainer
- Property atom: current open part.
- OPEN_VIEW_ATOM - Static variable in class com.iizix.prop.ui.UISwapContainer
- Property atom: current open view.
- OpenBrowserIIZI - Class in com.iizigo.handler
- Opens the browser to the iiziGo localhost:portnumber or to iiziServer localhost:portnumber.
- OpenBrowserIIZI() - Constructor for class com.iizigo.handler.OpenBrowserIIZI
- Eclipse default constructor.
- opencart - Enum constant in enum class com.iizix.gyro.IMessageBox.Icon
- openConnection(URL) - Method in class com.iizix.util.memjar.Handler
- Open an
MemoryJarURLConnection
to the specified URL. - openConnection(URL) - Method in class com.iizix.util.xjar.Handler
- Open an
XJarURLConnection
to the specified URL. - OpenDoc - Class in com.iizigo.db.sample.handler
- Opens the online documentation of BIRT Classic Models Sample database in an external browser.
- OpenDoc() - Constructor for class com.iizigo.db.sample.handler.OpenDoc
- Eclipse default constructor.
- openError(String, String) - Static method in class com.iizigo.Activator
- Opens an error dialog if necessary.
- openError(String, String, Throwable) - Static method in class com.iizigo.Activator
- Opens an error dialog if necessary.
- openError(String, CoreException) - Static method in class com.iizigo.Activator
- Opens an error dialog if necessary.
- openError(String, IStatus) - Static method in class com.iizigo.Activator
- Opens an error dialog if necessary.
- openError(Shell, String, String) - Static method in class com.iizigo.Activator
- Opens an error dialog if necessary.
- openError(Shell, String, String, Throwable) - Static method in class com.iizigo.Activator
- Opens an error dialog if necessary.
- openError(Shell, String, String, IStatus) - Static method in class com.iizigo.ExceptionDetailsErrorDialog
- Opens an error dialog to display the given error.
- openError(Shell, String, String, IStatus, int) - Static method in class com.iizigo.ExceptionDetailsErrorDialog
- Opens an error dialog to display the given error.
- openError(Shell, String, CoreException) - Static method in class com.iizigo.Activator
- Opens an error dialog if necessary.
- openError(Shell, String, IStatus) - Static method in class com.iizigo.Activator
- Opens an error dialog if necessary.
- openExceptionDetailsError(Shell, String, IStatus) - Static method in class com.iizigo.Activator
- Opens an error dialog if necessary.
- openFile(String, boolean) - Static method in class com.iizigo.server.ServerConfigView
- Open a view for a Server configuration file, or focuses an existing view for the file.
- openid - Enum constant in enum class com.iizix.gyro.IMessageBox.Icon
- openInParallel(String) - Method in class com.iizigo.text.TextTableEditor
- Opens a text table in parallel.
- openInParallel(Display, Shell) - Method in class com.iizigo.text.NewTextTablesWithLanguageComposite
- Opens the text files in an editor part in parallel.
- openInputStream(Object) - Method in class com.iizigo.app.EclipseIFile
- Opens the input stream to the file.
- openInputStream(Object) - Method in class com.iizigo.app.EclipseIPathFile
- Opens the input stream to the file.
- openInputStream(Object) - Method in interface com.iizix.app.builder.IIFile
- Opens the input stream to the file.
- openInputStream(Object) - Method in class com.iizix.app.builder.JavaFile
- Opens the input stream to the file.
- OpenJavaDoc - Class in com.iizigo.handler
- Opens the IIZI JavaDoc that is included with the "com.iizigo.javadoc" plugin in the default external browser or in the same internal browser with the ID "com.iizigo.javadoc".
- OpenJavaDoc() - Constructor for class com.iizigo.handler.OpenJavaDoc
- Eclipse default constructor.
- openModal() - Method in class com.iizigo.validator.ValidationDialog
- Processes the dialog.
- openNativeSettings(INativeSetting, IOpenSettingSuccess, IOpenSettingFailure) - Method in interface com.iizix.device.settings.IOpenNativeSettings
- Opens a native setting on the client.
- openNativeSettings(INativeSetting, IOpenSettingSuccess, IOpenSettingFailure) - Method in class com.iizix.prop.NativeSetting
- Opens a native setting on the client.
- OpenProperty - Class in com.iizigo.quickfix.fixer
- A quick-fix to open the property reference in an editor.
- OpenProperty() - Constructor for class com.iizigo.quickfix.fixer.OpenProperty
- Constructs the quick-fixer with default constructor for Eclipse.
- OpenProperty(GProp<?>) - Constructor for class com.iizigo.quickfix.fixer.OpenProperty
- Creates a quick-fixer to Open the specified property.
- openRichTextDialog() - Method in class com.iizigo.text.CommonTextActions
- Shows the rich text dialog box.
- OpenSettingError - Enum Class in com.iizix.device.settings
- Errors that can occur when opening a setting.
- openTerminalWindow(File) - Method in class com.iizix.run.common.CommonBuilder
- Opens a terminal with bash or a command line window under Windows.
- OpenType - Enum constant in enum class com.iizix.prop.font.FontFormat
- The format: OpenType.
- openURL(Shell, String) - Static method in class com.iizigo.Activator
- Opens an URL in an external browser.
- opera - Enum constant in enum class com.iizix.gyro.IMessageBox.Icon
- Opera - Enum constant in enum class com.iizix.prop.font.BrowserFontFormat
- Opera, not Opera Mini (but this is skipped as Opera Mini doesn't support FontFace at all).
- OperatingSystem - Enum constant in enum class com.iizix.license.HardwareIdentication
- General information about the operating system.
- OperatingSystemWithVersion - Enum constant in enum class com.iizix.license.HardwareIdentication
- General information about the operating system with version.
- operation - Variable in class com.iizix.api.vs.VSFieldEvent
- The operation.
- operation - Variable in class com.iizix.event.KStringEvent
- The operation.
- OPERATION_CANCELED - Static variable in interface com.iizigo.vs.link.IVSLinkEnabler
- Operation canceled reply when dialog is canceled.
- operationCompleted(Throwable) - Method in interface com.iizix.gyro.history.IAppHistoryOperationCompleted
- Called when the operation has completed with or without success.
- opposite - Variable in class com.iizix.gyro.FocusEvent
- Opposite component that previously had focus, null for none.
- ops() - Element in annotation interface com.iizix.api.vs.OnVSField
- The list of supported event operations in this instance.
- ops() - Element in annotation interface com.iizix.api.vs.OnVSFieldStatic
- The list of supported event operations in this instance.
- optin_monster - Enum constant in enum class com.iizix.gyro.IMessageBox.Icon
- options - Variable in class com.iizigo.prop.BaseEditor
- The options for the property editor, or null for none.
- options - Variable in class com.iizigo.prop.PasteFeedback.DropValidationFeedback
- Valid options for paste.
- options - Variable in class com.iizigo.prop.PropertyEditorInfo
- The required flag.
- OR - Enum constant in enum class com.iizix.prop.SelectorExpression.Token
- Simple token: ||.
- ordinal - Variable in class com.iizix.text.KStringHTMLTag
- The ordinal.
- orgMouseX - Variable in class com.iizigo.panel.DropInfo
- Mouse positions.
- orgMouseY - Variable in class com.iizigo.panel.DropInfo
- Mouse positions.
- ORIGIN - Enum constant in enum class com.iizix.push.PushNotificationParameters
- Required origin of the notification, generally an IP address.
- originalLangID - Variable in class com.iizix.translate.Translation
- The original language ID.
- originalProperty - Variable in class com.iizix.server.app.VirtualizedItem
- The original property.
- originalText - Variable in class com.iizix.translate.Translation
- The original text as passed in to the translator.
- originalValue - Variable in class com.iizix.api.vs.VSFieldEvent
- The original value, null when none applies.
- originator - Variable in class com.iizix.LogEntry
- The originator of the event.
- osArchitecture - Variable in class com.iizix.os.OSSystemInfo.Basic
- The operating system architecture.
- osName - Variable in class com.iizix.os.OSSystemInfo.Basic
- The name of the operating system.
- osName - Static variable in class com.iizix.SystemConfig
- The OS name.
- OSSystemInfo<INFO> - Class in com.iizix.os
- Package to retrieve system information from the OS.
- OSSystemInfo(IAdditonalInformation<INFO>) - Constructor for class com.iizix.os.OSSystemInfo
- The constructor.
- OSSystemInfo.Basic - Class in com.iizix.os
- Basic OS and JVM information class.
- OSSystemInfo.Details - Class in com.iizix.os
- Detailed information class.
- OSSystemInfo.HistoryEntry<INFO> - Class in com.iizix.os
- The history entry information.
- osVersion - Variable in class com.iizix.os.OSSystemInfo.Basic
- The version of the operating system.
- osVersion - Static variable in class com.iizix.SystemConfig
- The OS version.
- OTHER - Enum constant in enum class com.iizix.prop.font.BrowserFontFormat
- All other browsers, to use WOFF and then TrueType
- OTHER_MODULES - Static variable in class com.iizix.server.app.prop.ServerAppDistributionProps
- The name of the property for Other Modules.
- outdent - Enum constant in enum class com.iizix.gyro.IMessageBox.Icon
- OUTLINE - Enum constant in enum class com.iizix.prop.ui.chart.plot2d.PlotStroke
- Stroke used to outline any series on the plot.
- OUTLINE - Enum constant in enum class com.iizix.prop.ui.chart.series.SeriesStroke
- Stroke used to outline any series on the series.
- OutlinedComposite - Class in com.iizigo.swt
- Creates an outlined composite.
- OutlinedComposite(Composite) - Constructor for class com.iizigo.swt.OutlinedComposite
- Constructor.
- output - Variable in class com.iizix.run.common.BuildEnvironment
- The "output" directory where all programs, etc, build output goes This is normally the "\iiziBuildInstall" directory.
- OUTPUT - Static variable in class com.iizix.prop.Atom
- Output_NotFound - Enum constant in enum class com.iizix.run.common.BuildRC
- output_path - Variable in class com.iizix.run.RuntimeBuilderSettings
- Path where the build output of the customized iiziRun will be placed.
- OutputColumn - Class in com.iizix.ws.prop
- The Output Column connects a table column from the reply output with a VSTable column.
- OutputColumn() - Constructor for class com.iizix.ws.prop.OutputColumn
- Creates an output column property container with the specified name with a null value.
- OutputColumn(Atom) - Constructor for class com.iizix.ws.prop.OutputColumn
- Creates an output column property container with the specified name with a null value.
- OutputProps - Class in com.iizix.ws.prop
- Output property that ties a result set from the execution of a Web Service request to VirtualSpace.
- OutputProps() - Constructor for class com.iizix.ws.prop.OutputProps
- Creates an Output property container with the specified name with a null value.
- OutputProps(Atom) - Constructor for class com.iizix.ws.prop.OutputProps
- Creates a Output property container with the specified name with a null value.
- OutputReader - Class in com.iizix
- Output stream reader class.
- OutputReader(InputStream) - Constructor for class com.iizix.OutputReader
- Constructor used for stream reading in conjunction with processes.
- OutputReader(InputStream, IPrintAdapter) - Constructor for class com.iizix.OutputReader
- Constructor used for stream reading in conjunction with processes.
- OutputTable - Class in com.iizix.ws.prop
- The Output Table connects a table from the reply output with a VSTable.
- OutputTable() - Constructor for class com.iizix.ws.prop.OutputTable
- Creates an output table property container with the specified name with a null value.
- OutputTable(Atom) - Constructor for class com.iizix.ws.prop.OutputTable
- Creates an output table property container with the specified name with a null value.
- outputToString(TARGET) - Method in class com.iizix.CircularReferenceFinder
- Converts a
target
to a String. - OutputVariable - Class in com.iizix.ws.prop
- The Output Variable connects a reference variable from the reply output with a VSField.
- OutputVariable() - Constructor for class com.iizix.ws.prop.OutputVariable
- Creates an output variable property container with the specified name with a null value.
- OutputVariable(Atom) - Constructor for class com.iizix.ws.prop.OutputVariable
- Creates an output variable property container with the specified name with a null value.
- OutputVariables - Class in com.iizix.ws.prop
- Output property that ties a result set from the execution of a Web Service request to VirtualSpace.
- OutputVariables() - Constructor for class com.iizix.ws.prop.OutputVariables
- Creates an Output property container with the specified name with a null value.
- OutputVariables(Atom) - Constructor for class com.iizix.ws.prop.OutputVariables
- Creates a Output property container with the specified name with a null value.
- OUTSIDE - Enum constant in enum class com.iizix.prop.ui.chart.plot2d.PlotLabelStyle
- OVERRIDE_METHOD - Static variable in class com.iizix.prop.Atom
- owner - Variable in class com.iizix.prop.vs.VSReferenceOwnerData
- The property reference owner (or parent).
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form