Package com.iizigo.java
Class EventConnections
java.lang.Object
com.iizigo.java.EventConnections
Helper class to add Java-related tooltips and create actions for VirtualSpace and panels along with their respective Editor actions.
- Author:
- Christopher Mindus
- Constructor SummaryConstructors
- Method SummaryModifier and TypeMethodDescription- static void- addTooltipInfo- (ApplicationUI appUI, Composite parent, UIComp comp) Adds Java class and method events for tooltip text for UI components.- static void- addTooltipInfo- (ApplicationUI appUI, Composite parent, IVSComponent comp) Adds events for tooltip text for UI components.- static void- addTooltipInfo- (ApplicationUI appUI, Composite parent, IVSComponent comp, boolean isMapped) Adds events for tooltip text for UI components.
- Constructor Details
- Method Details- addTooltipInfoAdds Java class and method events for tooltip text for UI components.- Parameters:
- appUI- The application UI.
- parent- The parent composite.
- comp- The UI component (UIComp, VirtualSpace or VSComponent).
 
- addTooltipInfoAdds events for tooltip text for UI components.- Parameters:
- appUI- The application UI.
- parent- The parent composite.
- comp- The VS component (VirtualSpace or VSComponent).
 
- addTooltipInfopublic static void addTooltipInfo- (ApplicationUI appUI, Composite parent, IVSComponent comp, boolean isMapped) Adds events for tooltip text for UI components.- Parameters:
- appUI- The application UI.
- parent- The parent composite.
- comp- The VS component (VirtualSpace or VSComponent).
- isMapped- If the component is mapped onto VirtualSpace, VS action, etc or not.