Uses of Class
com.iizigo.ApplicationUI
Packages that use ApplicationUI
Package
Description
Uses of ApplicationUI in com.iizigo
Methods in com.iizigo that return ApplicationUIModifier and TypeMethodDescriptionstatic ApplicationUI
ApplicationUI.getInstance()
Gets the instance of the ApplicationUI.Methods in com.iizigo with parameters of type ApplicationUIModifier and TypeMethodDescriptionvoid
IThemeListener.onThemeChanged
(ApplicationUI appUI) Called once the new theme has stabilized after a period of time.Uses of ApplicationUI in com.iizigo.editor
Fields in com.iizigo.editor declared as ApplicationUIUses of ApplicationUI in com.iizigo.java
Methods in com.iizigo.java with parameters of type ApplicationUIModifier and TypeMethodDescriptionstatic void
EventConnections.addTooltipInfo
(ApplicationUI appUI, org.eclipse.swt.widgets.Composite parent, UIComp comp) Adds Java class and method events for tooltip text for UI components.static void
EventConnections.addTooltipInfo
(ApplicationUI appUI, org.eclipse.swt.widgets.Composite parent, IVSComponent comp) Adds events for tooltip text for UI components.static void
EventConnections.addTooltipInfo
(ApplicationUI appUI, org.eclipse.swt.widgets.Composite parent, IVSComponent comp, boolean isMapped) Adds events for tooltip text for UI components.Uses of ApplicationUI in com.iizigo.link.ui
Fields in com.iizigo.link.ui declared as ApplicationUIModifier and TypeFieldDescriptionprotected final ApplicationUI
UIBuilderSubOperation.appUI
The Application UI.Uses of ApplicationUI in com.iizigo.prop
Fields in com.iizigo.prop declared as ApplicationUIMethods in com.iizigo.prop with parameters of type ApplicationUIModifier and TypeMethodDescriptionfinal void
BaseEditor.onThemeChanged
(ApplicationUI appUI) Called once the new theme has stabilized after a period of time.final void
PropertyEditor.onThemeChanged
(ApplicationUI appUI) Called once the new theme has stabilized after a period of time.Uses of ApplicationUI in com.iizigo.swt
Methods in com.iizigo.swt with parameters of type ApplicationUIModifier and TypeMethodDescriptionvoid
IzFilter.onThemeChanged
(ApplicationUI appUI) Called once the new theme has stabilized after a period of time.Uses of ApplicationUI in com.iizix.swt
Fields in com.iizix.swt declared as ApplicationUI