Tether is a JavaScript library for efficiently making an absolutely positioned element stay next to another element on the page. For example, you might want a tooltip or dialog to open, and remain, next to the relevant item on the page. Tether includes the ability to constrain the element within the viewport, its scroll parent, any other element on the page, or a fixed bounding box. When it exceeds those constraints it can be pinned to the edge, flip to the other side of its target, or hide itself. Tether optimizes its location placement to result in the minimum amount of 'jankyness' as the page is scrolled and resized. The page can maintain 60fps scrolling even with dozens or hundreds of tethers on screen (pop open the devtools timeline as you scroll this page). Tether is 5kb minified and gzipped, and supports IE9+, and all modern browsers.
Includes DLLs for sending growl notifications from your applications (as in the .NET SDK) Also includes a helper class to enable sending of simple notifications with just one line of code. I do not own Growl. I just put it into a NuGet package. All original code belongs to Christopher Forsythe and the Growl Team.
Xamarin.Android.Tooltips Simple to use library for android, enabling to add a tooltip near any view with ease.
The MSAGL GraphViewerGDI control lets you visualize graphs and has and some other rendering functionality. Key features: (1) Pan and Zoom (2) Navigate Forward and Backward (3) tooltips and highlighting on graph entities (4) Search for and focus on graph entities.
THIS PACKAGE IS OBSOLETE. Please switch to the officially maintained NuGet package: Hardcodet.NotifyIcon.WPF This is an implementation of a NotifyIcon (aka system tray icon or taskbar icon) for the WPF platform. It does not just rely on the Windows Forms NotifyIcon component, but is a purely independent control which leverages several features of the WPF framework in order to display rich tooltips, popups, context menus, and balloon messages. It can be used directly in code or embedded in any XAML file. Source code and extensive sample application available at http://www.hardcodet.net/projects/wpf-notifyicon
Wijmo Open is open source and is free to use under either the MIT or GPL licenses. The MIT License is recommended for most projects since it follows jQuery's model. It is simple and easy to understand and it places almost no restrictions on what you can do with Wijmo Open. It includes Accordion, Calendar, Checkbox, Dialog, Expander, Form Decorator, List, Menu, Progressbar, Radio Button, Slider, Splitter, Super Panel, Tabs, Textbox and Tooltip.
The MSAGL WpfGraphControl lets you visualize graphs and has and some other rendering functionality. Key features: (1) Pan and Zoom (2) Navigate Forward and Backward (3) tooltips and highlighting on graph entities (4) Search for and focus on graph entities.
The second generation of the advanced qTip plugin for the ever popular jQuery framework. Building on 1.0's user friendly, yet feature rich base, qTip2 provides you with tonnes of features like speech bubble tips and imagemap support, and best of all... it's completely free under the MIT/GPLv2 licenses! More documentation and information is available at the official site.
Simple to use customizable Android Tooltips library based on PopupWindow. This Tooltips does not require any custom layout. It works as PopupWindow.
A powerful, flexible jQuery plugin enabling you to easily create semantic, modern tooltips enhanced with the power of CSS.
This is an implementation of a NotifyIcon (aka system tray icon or taskbar icon) for the WPF platform. It does not just rely on the Windows Forms NotifyIcon component, but is a purely independent control which leverages several features of the WPF framework in order to display rich tooltips, popups, context menus, and balloon messages. It can be used directly in code or embedded in any XAML file. Source code and extensive sample application available at http://www.hardcodet.net/projects/wpf-notifyicon
Wijmo Complete is a commercial kit of jQuery UI widgets for building Web applications. It includes Bar Chart, Line Chart, Pie Chart, Combobox, Grid, Input Date, Input Mask, Input Number, Pager, Tree and Wizard. It also includes everything from Wijmo Open which has Accordion, Calendar, Checkbox, Dialog, Expander, Form Decorator, List, Menu, Progressbar, Radio Button, Slider, Splitter, Super Panel, Tabs, Textbox and Tooltip.
TypeScript Definitions (d.ts) for jquery.tooltipster. Generated based off the DefinitelyTyped repository [git commit: ae0690be814091ba41151346c6b4f3faba85ff0a]. http://github.com/DefinitelyTyped
A fluent tooltip for Android
Chartist.js is a simple responsive charting library built with SVG. The tooltip plugin makes it super simple to add tooltips to most of your charts which can often increase it's usability.
Multicore math engine for science and engineering. Dew Math Library is an object oriented math library for C# and .NET developers that offers a wide set of matrix and vector math operations. The library provides a broad set of vectorized numeric functions which include sparse matrices, complex numbers, probabilities, expression parser, optimization unit, SVD, QR, LQ, and LU solvers and special functions. Key features: Full hardware acceleration for Linux OS (64bit). Runs with Intel AVX, AVX2 and AVX512 optimized codepaths, chosing the best codepath depending on the underlying hardware. Typical performance gain over .NET Core native code is 10x. Supports .NET Core 7.0 and .NET Core 8.0. Support for 64bit native mode execution. Optimized Linear Algebra Package (LAPACK v3.7) numerical library Extensive XMLDoc based tooltips for .NET Core projects. Vectorized Math expression parser and evaluator Various optimization and fitting algorithms allow solution to a large set of problems. Simplex (Nelder-Mead), Marquardt with numerical derivates, Dual Simplex, Two-phase Simplex, BFGS, Conjugate Gradient, Gomory's Cutting Plane, Brent, Linear optimization, Trust Region. GPU support via OpenCL. Comprehensive implementation of the OpenCL API in object structure. Includes over 2000 GPU kernels. Sparse matrices, Direct Solvers (Pardiso), CG Iterative Solvers. Eigenvalues of symmetric matrices, solvers for banded matrices. Random Generators for over 18 distributions. Roots of the polynomial, coefficients of the polynomial, Poly evaluations, fitting, splines, piecewise polynomials, polynomial division and multiplication. Numerical integration by MonteCarlo, QuadGauss, Romberg methods. Special functions Airy, Biry, Besh, .... Elliptic integrals and Legendre Polynomials. Toeplitz matrix solvers. (Levinson Durbin). Cumulative distribution functions (CDF) and probability density functions (PDF) with probability statistics for over 30 probability distributions. Specialized super-conductive memory allocation allows 100% thread concurrency for arbitrary thread count outperforming garbage collector. Allows runtime selection of algorithm precision (single or double). 100% of the .NET source code written in C#.
Tooltips and custom hover popup for Xamarin.Android projects. This version is using AndroidX. if you need older Android support libraries, please use version 1.x.x
The MSAGL GraphViewerGDI control lets you visualize graphs and has and some other rendering functionality. Key features: (1) Pan and Zoom (2) Navigate Forward and Backward (3) tooltips and highlighting on graph entities (4) Search for and focus on graph entities.
Adds support for the Unity engine. • Highlights Unity event functions and fields with an icon in the editor gutter. • Marks fields and methods implicitly used by Unity as in use. • Knows about all Unity script classes (MonoBehaviour, ScriptableObject, EditorWindow, etc). • Marks empty event methods as dead code. • Supports Unity API 5.0 - 5.6, and 2017.1b5. • Inspections and Quick Fixes for incorrect event function method signature and return types. • Support for undocumented functions such as OnValidate and OnPreGeneratingCSProjectFiles. • Warns if a coroutine return value is unused. • Context actions to add SerializeField or NonSerialized attributes to fields. • Context action to convert auto-property to property with serialized backing field. • Context action to convert event function method signature to/from coroutine. • Use Generate Code to create event functions, with parameters. • Start typing for automatic completion of event function declarations in a class. • Event function descriptions for methods and parameters displayed in tooltips and QuickDoc • "Read more" in QuickDoc navigates to Unity API documentation. • Correctly update .meta files. • Code completion, find usages and rename support for Invoke, InvokeRepeating, IsInvoking and CancelInvoke. Also Start/StopCoroutine. • Inspections for incorrectly applied attributes. • Inspection and Quick Fix to use CompareTag instead of string comparison. • Inspection and Quick Fix for using new with ScriptableObject or MonoBehaviour. • Inspection and Quick Fix for redundant SerializeField attribute usage. • "Create serialized field" from usage Quick Fix. • Suppress naming consistency checks on event functions. • Prevent ReSharper from suggesting `Assets` or `Scripts` as part of the namespace of your code. • Automatically sets Unity projects to C# 4 or C# 6. No more suggestions for features that won't compile! • Highlights UnityEngine.Color and Color32. Edit via colour palette quick fix. • Treats Unity debug assertions as assertion methods in ReSharper control flow analysis. • String formatting assistance for debug log methods. • Regex assistance for EditorTestsWithLogParser.ExpectLogLineRegex. • Types and type members marked with UnityEngine.Networking attributes are marked as in use. • Code completion, find usages and rename support for SyncVarAttribute hook function. • Inspections for incorrect SyncVarAttribute usage. • Marks empty event functions as dead code, with Quick Fix to remove. • Parse ShaderLab files, with syntax highlighting and syntax error highlighting. • Simple highlighting and code completion in Cg and HLSL code blocks and files. • Brace matching, todo explorer and commenting support for ShaderLab files. • Colour highlighting and editing in ShaderLab files. • Support for modularised UnityEngine assemblies. • Unity specific file templates.
The Infragistics WPF MetroDark Theme supports the following controls: Accordion AutoCompleteBox Button CheckBox ComboBox Expander GridSplitter GroupBox Label ListBox PasswordBox ProgressBar RadioButton Rating RepeatButton Slider TextBox ToggleButton Tooltip
The Infragistics WPF MetroLight Theme supports the following controls: Accordion AutoCompleteBox Button CheckBox ComboBox Expander GridSplitter GroupBox Label ListBox PasswordBox ProgressBar RadioButton Rating RepeatButton Slider TextBox ToggleButton Tooltip
This is an implementation of a NotifyIcon (aka system tray icon or taskbar icon) for the WPF platform. It does not just rely on the Windows Forms NotifyIcon component, but is a purely independent control which leverages several features of the WPF framework in order to display rich tooltips, popups, context menus, and balloon messages. It can be used directly in code or embedded in any XAML file. Source code and extensive sample application available at http://www.hardcodet.net/projects/wpf-notifyicon
Simple Android library to add a tooltip near any view with ease
Projects and tasks are comfortably organized into a hierarchical structure displayed in the left pane of the chart. The grid is easily configurable so you can add/remove custom columns to display required information. Current schedule status can be seen at a glance with percent-complete shadings. You can also enable tooltips or use built-in "quick info" popup to show the details for each task.
The Infragistics WPF IG Theme supports the following controls: Accordion AutoCompleteBox Button CheckBox ComboBox Expander GridSplitter GroupBox Label ListBox PasswordBox ProgressBar RadioButton Rating RepeatButton Slider TextBox ToggleButton Tooltip
Wijmo Professional is a commercial kit of jQuery UI widgets for building Web applications. It includes Bar Chart, Line Chart, Pie Chart, Combobox, Grid, Input Date, Input Mask, Input Number, Pager, Tree and Wizard. It also includes everything from Wijmo Open which has Accordion, Calendar, Checkbox, Dialog, Expander, Form Decorator, List, Menu, Progressbar, Radio Button, Slider, Splitter, Super Panel, Tabs, Textbox and Tooltip.
SuperTooltip for WinForms allows you to create rich tooltips and labels that can display HTML content.
Helpers around bulma-tooltip for Elmish apps
This release includes ASP .NET MVC Core Tag Helpers for all widgets by jQWidgets. Some of the most notable are: - Grid - Chart - DataTable - TreeGrid - Scheduler - Layout - Docking Layout - ListBox - DropdownList - ComboBox - Tree - TreeMap - Gauges - Buttons - Navigation Bars - DatetimeInput - Calendar - ScrollView - ListView - Tabs - Expander - File Upload - Ribbon Bar - Pivot Grid - Slider - Splitter - Tooltip - Popover - Notification - NavBar - Progress Bar - Rating - Number Input - Password Input - Masked Input - Text Area - Input - Loader - Panel - ScrollBar - Validator - Window
Xamarin Binding Library - TargetTooltip for Android
This is an implementation of a NotifyIcon (aka system tray icon or taskbar icon) for the WPF platform. It does not just rely on the Windows Forms NotifyIcon component, but is a purely independent control which leverages several features of the WPF framework in order to display rich tooltips, popups, context menus, and balloon messages. It can be used directly in code or embedded in any XAML file. Source code and extensive sample application available at http://www.hardcodet.net/projects/wpf-notifyicon
The Syncfusion UI components for JavaScript (Essential JS 1) contains comprehensive suite of HTML5 and JavaScript components for enterprise web development. Essential JS 1 components are built on top of the jQuery library. This package contains more than 70 components, including grid, charts, diagram, spreadsheet, schedule, and more. Using this package, applications can easily be built to work efficiently in desktop, tablet, and mobile devices. Key features: • Supports all major browsers including IE8+, Microsoft Edge, Chrome 17+, Firefox 22+, Safari 5+, and Opera 12+. • Globalization and localization. • 17 built-in themes including Material, Office 365, Bootstrap. High contrast themes, etc. • Built in integration with the popular third-party frameworks like Angular, AngularJS, React, Aurelia, Ember, and TypeScript. • Built-in compliance with WAI-ARIA specifications that ensures components work properly in assistive technologies. • Persistence required by interactable components can be maintained/handled by browser’s local storage. • Seamlessly works with jQuery validation to validate form controls like Numeric, MaskEdit, CheckBox, RTE, and DropdownList. • RequireJS support for all its components, which implements AMD specifications. So, user-specified scripts/modules can be loaded to a page. Learn more: https://www.syncfusion.com/jquery/javascript-ui-controls?utm_source=nuget&utm_medium=listing Documentation: https://help.syncfusion.com/js/overview?utm_source=nuget&utm_medium=listing Support: Incident: https://www.syncfusion.com/support/directtrac/incidents/newincident?utm_source=nuget&utm_medium=listing Forum: https://www.syncfusion.com/forums/general?utm_source=nuget&utm_medium=listing This is a commercial product and requires a paid license for possession or use. Syncfusion’s licensed software, including this component, is subject to the terms and conditions of Syncfusion's EULA (https://www.syncfusion.com/eula/es/?utm_source=nuget&utm_medium=listing). To acquire a license, you can purchase one at https://www.syncfusion.com/sales/products?utm_source=nuget&utm_medium=listing or start a free 30-day trial here (https://www.syncfusion.com/account/manage-trials/start-trials?utm_source=nuget&utm_medium=listing).
This package enables jQuery unobtrusive validation for Bootstrap 3. The errors appear as tooltips and the form elements turn red when invalid, green when valid. You can customize all aspects of the validation.
Tooltip popup for Xamarin.Android projects
Overrides jQuery validator's default settings to show a bootstrap glyphicon inside input elements which have errors. Hides default error message labels and shows a tooltip on the icons instead. Usage and more info : https://github.com/noldoreldar/jquery-validate-bootstrap
Syncfusion UI components for ASP.NET MVC (Essential JS 1) contain the runtime MVC #MVCVersion# assemblies for building line-of-business applications. They contain more than 70 HTML helpers, including popular controls such as data grid, chart, Gantt, diagram, spreadsheet, schedule, and pivot grid to build server-side dynamic websites based on Microsoft's ASP.NET MVC Framework. Key features: • Support for all the major browsers: IE8+, Microsoft Edge, Chrome 17+, Firefox 22+, Safari 5+, and Opera 12+. • Support for globalization and localization. • Seventeen built-in themes including Material, Office 365, Bootstrap, and High contrast themes. • Built-in compliance with the WAI-ARIA specification, which ensures the components work properly in assistive technologies. • User-interactive widget mode sustainable in a browser’s local storage, which helps to maintain the state for each component. • Support for strongly-typed HTML helpers that use lambda expressions to refer to models. • Seamless cooperation with jQuery validation to perform validation on form controls like numeric, masked text box, check box, RTE, and drop-down list. • Support for RequireJS in all its components, which implements AMD specifications. So users can load the users-specified scripts and modules into a page. Learn more: https://www.syncfusion.com/jquery/aspnet-mvc-ui-controls?utm_source=nuget&utm_medium=listing Documentation: https://help.syncfusion.com/aspnetmvc/?utm_source=nuget&utm_medium=listing Support: Incident: https://www.syncfusion.com/support/directtrac/incidents/newincident?utm_source=nuget&utm_medium=listing Forum: https://www.syncfusion.com/forums/general?utm_source=nuget&utm_medium=listing This is a commercial product and requires a paid license for possession or use. Syncfusion’s licensed software, including this component, is subject to the terms and conditions of Syncfusion's EULA (https://www.syncfusion.com/eula/es/?utm_source=nuget&utm_medium=listing). To acquire a license, you can purchase one at https://www.syncfusion.com/sales/products?utm_source=nuget&utm_medium=listing or start a free 30-day trial here (https://www.syncfusion.com/account/manage-trials/start-trials?utm_source=nuget&utm_medium=listing).
Multicore math engine for science and engineering. Dew Math Library is an object oriented math library for C# and .NET developers that offers a wide set of matrix and vector math operations. The library provides a broad set of vectorized numeric functions which include sparse matrices, complex numbers, probabilities, expression parser, optimization unit, SVD, QR, LQ, and LU solvers and special functions. Key features: With .NET Core use common source to compile your applications for Windows, Mac OS, iOS / iPhone, Android and Linux. The full source version is called MtxVec Core Edition Supports .NET Core 5.0 and .NET Core 6.0. Support for 64bit native mode execution. Optimized Linear Algebra Package (LAPACK v3.7) numerical library with BLAS Extensive XMLDoc based tooltips for .NET Core projects. Vectorized Math expression parser and evaluator Various optimization and fitting algorithms allow solution to a large set of problems. Simplex (Nelder-Mead), Marquardt with numerical derivates, Dual Simplex, Two-phase Simplex, BFGS, Conjugate Gradient, Gomory's Cutting Plane, Brent, Linear optimization, Trust Region. GPU support via OpenCL. Comprehensive implementation of the OpenCL API in object structure. Includes over 2000 GPU kernels. Sparse matrices, Direct Solvers (UMFPack and Pardiso), CG Iterative Solvers. Eigenvalues of symmetric matrices, solvers for banded matrices. Random Generators for over 18 distributions. Roots of the polynomial, coefficients of the polynomial, Poly evaluations, fitting, splines, piecewise polynomials, polynomial division and multiplication. Numerical integration by MonteCarlo, QuadGauss, Romberg methods. Special functions Airy, Biry, Besh, .... Elliptic integrals and Legendre Polynomials. Toeplitz matrix solvers. (Levinson Durbin). Cumulative distribution functions (CDF) and probability density functions (PDF) with probability statistics for over 30 probability distributions. Specialized super-conductive memory allocation allows 100% thread concurrency for arbitrary thread count outperforming garbage collector. Allows runtime selection of algorithm precision (single or double) 100% of the .NET source code written in C#
Xamarin Forms is great for developing apps on Android, iOS, and Universal Windows Platform (UWP) but it is missing some important features: - Scalable images - NetStandard, PCL and Shared Library, multi-screen / multi-resolution image management - HTML formatted text for labels and buttons - NetStandard, PCL and Shared Library custom font management - Hardware keyboard key detection - On-Screen software keyboard height change events - Support for multiple items of the same MIME type on the clipboard - Support for inter-app Data Sharing Android developers can use NinePatch bitmaps, the drawable directory naming convention, Html.FromHtml, and a bunch of complex file manipulations to address the image issue. Likewise, iOS developers can use ResizeableImageWithCapInsets, the @2x, @3x, @4x file naming convention, and some 3rd party libraries for this purpose. Forms9Patch enhances Xamarin Forms to make multi-resolution / multi-screen image management, custom fonts, and HTML text formatting easy for NetStandard, PCL, and Shared Libary apps for iOS, Android and UWP
Syncfusion UI components for ASP.NET (Essential JS 1) contain runtime assemblies for building line-of-business applications. They contain more than 70 controls, including popular controls such as a data grid, chart, Gantt, diagram, spreadsheet, schedule, and pivot grid to build server-side dynamic websites based on Microsoft's ASP.NET Web Forms. The toolbox support enables users to easily drag and drop the control into a design page. Key features: • Supports all the major browsers: IE8+, Microsoft Edge, Chrome 17+, Firefox 22+, Safari 5+, and Opera 12+. • Support for globalization and localization. • Seventeen built-in themes including Material, Office 365, Bootstrap, and High contrast themes. • Built-in compliance with the WAI-ARIA specification, which ensures the components work properly in assistive technologies. • User-interactive widget mode sustainable in a browser’s local storage, which helps to maintain the state for each component. • Support toolbox helps construct webpages easily via dragging and dropping into the designer page instead of manually writing code. • Designer support, server-side events, and a view state. • Seamless cooperation with jQuery validation to perform validation on form controls like numeric, masked text box, check box, RTE, and drop-down-list. • RequireJS support for all its components, which implements AMD specifications. So users can load the users-specified scripts and modules into a page. Learn more: https://www.syncfusion.com/jquery/aspnet-web-forms-ui-controls?utm_source=nuget&utm_medium=listing Documentation: https://help.syncfusion.com/aspnet?utm_source=nuget&utm_medium=listing Support: Incident: https://www.syncfusion.com/support/directtrac/incidents/newincident?utm_source=nuget&utm_medium=listing Forum: https://www.syncfusion.com/forums/general?utm_source=nuget&utm_medium=listing This is a commercial product and requires a paid license for possession or use. Syncfusion’s licensed software, including this component, is subject to the terms and conditions of Syncfusion's EULA (https://www.syncfusion.com/eula/es/?utm_source=nuget&utm_medium=listing). To acquire a license, you can purchase one at https://www.syncfusion.com/sales/products?utm_source=nuget&utm_medium=listing or start a free 30-day trial here (https://www.syncfusion.com/account/manage-trials/start-trials?utm_source=nuget&utm_medium=listing).
TipTip detects the edges of the browser window and will make sure the tooltip stays within the current window size. As a result the tooltip will adjust itself to be displayed above, below, to the left or to the right of the element with TipTip applied to it, depending on what is necessary to stay within the browser window. TipTip is a very lightweight and intelligent custom tooltip jQuery plugin. It uses ZERO images and is completely customizable via CSS. It's also only 3.5kb minified!
Syncfusion UI components for ASP.NET MVC (Essential JS 1) contain the runtime MVC #MVCVersion# assemblies for building line-of-business applications. They contain more than 70 HTML helpers, including popular controls such as data grid, chart, Gantt, diagram, spreadsheet, schedule, and pivot grid to build server-side dynamic websites based on Microsoft's ASP.NET MVC Framework. Key features: • Support for all the major browsers: IE8+, Microsoft Edge, Chrome 17+, Firefox 22+, Safari 5+, and Opera 12+. • Support for globalization and localization. • Seventeen built-in themes including Material, Office 365, Bootstrap, and High contrast themes. • Built-in compliance with the WAI-ARIA specification, which ensures the components work properly in assistive technologies. • User-interactive widget mode sustainable in a browser’s local storage, which helps to maintain the state for each component. • Support for strongly-typed HTML helpers that use lambda expressions to refer to models. • Seamless cooperation with jQuery validation to perform validation on form controls like numeric, masked text box, check box, RTE, and drop-down list. • Support for RequireJS in all its components, which implements AMD specifications. So users can load the users-specified scripts and modules into a page. Learn more: https://www.syncfusion.com/jquery/aspnet-mvc-ui-controls?utm_source=nuget&utm_medium=listing Documentation: https://help.syncfusion.com/aspnetmvc/?utm_source=nuget&utm_medium=listing Support: Incident: https://www.syncfusion.com/support/directtrac/incidents/newincident?utm_source=nuget&utm_medium=listing Forum: https://www.syncfusion.com/forums/general?utm_source=nuget&utm_medium=listing This is a commercial product and requires a paid license for possession or use. Syncfusion’s licensed software, including this component, is subject to the terms and conditions of Syncfusion's EULA (https://www.syncfusion.com/eula/es/?utm_source=nuget&utm_medium=listing). To acquire a license, you can purchase one at https://www.syncfusion.com/sales/products?utm_source=nuget&utm_medium=listing or start a free 30-day trial here (https://www.syncfusion.com/account/manage-trials/start-trials?utm_source=nuget&utm_medium=listing).
The Silverlight advanced ToolTipService included in this library makes it easier to set tooltips on Silverlight controls with a specified delay and display duration. You can set initial delay, display duration and animation properties of a ToolTip.
The MSAGL WpfGraphControl lets you visualize graphs and has and some other rendering functionality. Key features: (1) Pan and Zoom (2) Navigate Forward and Backward (3) tooltips and highlighting on graph entities (4) Search for and focus on graph entities.
A WPF TextBlock control that shows a tooltip when trimmed and can make the font size smaller automatically to fit
The MSAGL GraphViewerGDI control lets you visualize graphs and has and some other rendering functionality. Key features: (1) Pan and Zoom (2) Navigate Forward and Backward (3) tooltips and highlighting on graph entities (4) Search for and focus on graph entities.