JSUP GRAPHIC LIBRARY OBJECTS (BOZZA) ------------------------------------------------------------------------------ Indice Argomenti 1. Features 2. See also Library object are very useful to create nice graphic object to be used many times in the [windows] of the [JSup application]. The usage of the library object is encourage for many reason: * Great graphic development speed: design once (slow), use many (fast). * High maintainability: you can change a library object and all instance are automatically updated. 1. Features * Library objects are defined in special [library window]. * A library object is a [binder], at the main level of a [library window] with a [name]. * A library object can be [used] many times in an application: every usage is called instance of the library object and every instance can refer different tag/parameters ([replaceable objects]). * By changing a library object, every instance will be updated (in an opened [window] a manual [library object update] is necessary). * It is possible to parametrize the [replaceable objects] used, so every instance can use their owns. * Library objects can be composed by other library objects. 2. See also * [Defining library objects] * [Using library objects]