Results for "tag:vision2"
-
graph: EiffelGraph Library 195
EiffelGraph lets you build graph representation which are either static or dynamic. The later is using some clever physics algorithm to automatically position nodes of the graph depending on the repulsion of each nodes and the stiffness of each edge.
vision2 graph physics algorithm
Mon, 10 Jun 2024 14:34:47 GMT
-
vision2_extension: EiffelVision2 extension 198
Extensions to the EiffelVision2 library.
vision2 extension container thread
Mon, 10 Jun 2024 14:34:12 GMT
-
edk: Eiffel Drawing Kit (EDK) 207
Multiplatform drawing kit
Mon, 10 Jun 2024 14:33:38 GMT
-
editor: Vision2 Editor library 212
Vision2 Text Editor Component.
vision2 gui text editor widget
Mon, 10 Jun 2024 14:33:52 GMT
-
docking: Vision Smart Docking library 213
Docking: Multiplatform docking library of reusable components for Eiffel.
gui vision2 tool panel docking
Mon, 10 Jun 2024 14:35:13 GMT
-
cocoa: COCOA Eiffel Wrapper 215
Cocoa is Apple's native object-oriented application programming interface (API) for the OS X operating system.
Mon, 10 Jun 2024 14:33:54 GMT
-
preferences: EiffelPreferences 219
Preferences library - support XML - support registry keys (Windows) - provide a set of vision2 widget to edit the preferences from a vision2 app.
preferences console application vision2 widget
Mon, 10 Jun 2024 14:35:15 GMT
-
web_browser: Eiffel Web Browser 222
Web Browser: Multiplatform web browser extension of Vision2 library for Eiffel. Based on Webkit-1.0 on Linux; IE core on Windows.
browser html embedded vision2 widget
Mon, 10 Jun 2024 14:33:48 GMT
-
ribbon: EiffelRibbon vision2 library 235
Eiffel Ribbon library of reusable components for Eiffel.
Mon, 10 Jun 2024 14:33:58 GMT
Usage: "criterion:value" (note: "value" is aliased with "text:value") Criteria: [name] name:foo* - packages of short name matching "foo*" pattern [title] title:base - packages of title "base" [tag] tag:web - packages tagged "web" [description] description:"advanced usage" - packages with phrase "advanced usage" in their description [owner] owner:*Caesar - packages published by users with the user names matching "*Caesar" [downloads] downloads:10 - packages with at least 10 downloads [text] text:abc - equivalent to "name:abc or title:abc or tag:abc" Criteria can be combined with "and" (the default), "or" (aliased with prefix "+"), "not" (aliased with prefix "-"). Criteria "name", "title", "tag" and "description" supports wildcards (*,?).