Package com.iizigo.prop.tooltip
Interface ITooltipPropList
- All Known Subinterfaces:
- IRuntimeBuilder,- IVirtualizedMonitorProp
 - All Known Implementing Classes:
- AppDistributionProps,- ECalendarEvent,- EclipseRuntimeBuilder,- EditorActiveTerminalSession,- EditorActiveTerminalSessions,- EditorClientSessionProp,- EditorEndPointPropCnr,- EditorEndPointsPropCnr,- EditorInfoPropCnr,- EditorLetsEncryptDomain,- EditorMailProps,- EditorPolicyProps,- EditorRuntimeBuilderProps,- EditorServerAppConfig,- EditorServerConfigEnvProps,- EditorServerPluginConfig,- EditorServerSettings,- EditorSessionConnectionStatProp,- EditorVirtualizedMonitorPropCnr,- EditorWebServerPortConfig,- EMapMarkerProp,- EMapMarkers,- EUIComps
 - public interface ITooltipPropListInterface implemented by a property container that wishes to output a simple list of properties as they are defined, perhaps with String formatting.- Author:
- Christopher Mindus
 
- Method Summary- All Methods Instance Methods Abstract Methods - Modifier and Type - Method - Description - java.util.List<TooltipItem>- getTooltipPropertyList()Gets the list of property items that should be displayed.
 
- Method Detail- getTooltipPropertyList- java.util.List<TooltipItem> getTooltipPropertyList() Gets the list of property items that should be displayed.- Returns:
- The list, or null for no tooltip.