Uses of Class
com.iizigo.ApplicationUI
Packages that use ApplicationUI Package Description com.iizigo com.iizigo.editor com.iizigo.java com.iizigo.link.ui com.iizigo.prop Uses of ApplicationUI in com.iizigo
Methods in com.iizigo that return ApplicationUI Modifier and Type Method Description static ApplicationUI
ApplicationUI. getInstance()
Gets the instance of the ApplicationUI.Uses of ApplicationUI in com.iizigo.editor
Fields in com.iizigo.editor declared as ApplicationUI Modifier and Type Field Description protected ApplicationUI
PropEditorPart. appUI
The Application UI.Uses of ApplicationUI in com.iizigo.java
Methods in com.iizigo.java with parameters of type ApplicationUI Modifier and Type Method Description static 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 ApplicationUI Modifier and Type Field Description protected ApplicationUI
UIBuilderSubOperation. appUI
The Application UI.Uses of ApplicationUI in com.iizigo.prop
Fields in com.iizigo.prop declared as ApplicationUI Modifier and Type Field Description protected ApplicationUI
BaseEditor. appUI
The ApplicationUI instance.