Package com.iizigo.java
Class EventConnections
- java.lang.Object
- com.iizigo.java.EventConnections
 
- public class EventConnections extends java.lang.ObjectHelper class to add Java-related tooltips and create actions for VirtualSpace and panels along with their respective Editor actions.- Author:
- Christopher Mindus
 
- Constructor Summary- Constructors - Constructor - Description - EventConnections()
 - Method Summary- All Methods Static Methods Concrete Methods - Modifier and Type - Method - Description - static void- 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- addTooltipInfo(ApplicationUI appUI, org.eclipse.swt.widgets.Composite parent, IVSComponent comp)Adds events for tooltip text for UI components.- static void- addTooltipInfo(ApplicationUI appUI, org.eclipse.swt.widgets.Composite parent, IVSComponent comp, boolean isMapped)Adds events for tooltip text for UI components.
 
- Method Detail- addTooltipInfo- public static void addTooltipInfo(ApplicationUI appUI, org.eclipse.swt.widgets.Composite parent, UIComp comp) Adds 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).
 
 - addTooltipInfo- public static void addTooltipInfo(ApplicationUI appUI, org.eclipse.swt.widgets.Composite parent, IVSComponent comp) Adds events for tooltip text for UI components.- Parameters:
- appUI- The application UI.
- parent- The parent composite.
- comp- The VS component (VirtualSpace or VSComponent).
 
 - addTooltipInfo- public static void addTooltipInfo(ApplicationUI appUI, org.eclipse.swt.widgets.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.