Difference between revisions of "Perspective"
From BioUML platform
Tagir Valeev (Talk | contribs) |
Tagir Valeev (Talk | contribs) |
||
(2 intermediate revisions by one user not shown) | |||
Line 1: | Line 1: | ||
− | |||
− | |||
'''Perspective''' is a set of user interface settings which change the outlook of [[BioUML workbench]] or [[BioUML web edition]] so the user can concentrate on the subset of functions related to his current tasks. | '''Perspective''' is a set of user interface settings which change the outlook of [[BioUML workbench]] or [[BioUML web edition]] so the user can concentrate on the subset of functions related to his current tasks. | ||
Line 8: | Line 6: | ||
* Start page in [[BioUML web edition]]. | * Start page in [[BioUML web edition]]. | ||
− | To change the current perspective use the drop-down box in the right-top corner: | + | To change the current perspective use the drop-down box in the right-top corner of the [[general control panel]]: |
<gallery> | <gallery> | ||
File:perspective-selection-workbench.png|Selection of the perspective in BioUML workbench | File:perspective-selection-workbench.png|Selection of the perspective in BioUML workbench | ||
Line 16: | Line 14: | ||
=== Development === | === Development === | ||
− | To create new | + | To create new perspective you have to register the [[Perspective (extension point)|corresponding extension]]. You may also consider defining [[Virtual collection (extension point)|the virtual collections]] to alter repository content. No Java code is necessary for perspective definition. |
+ | |||
+ | === Perspectives gallery === | ||
+ | <gallery> | ||
+ | File:Perspective-Default-web.png|[[Default (perspective)|Default]] | ||
+ | File:Perspective-ChIPMunk-web.png|[[ChIPMunk (perspective)|ChIPMunk]] | ||
+ | File:Perspective-GTRD-web.png|[[GTRD (perspective)|GTRD]] | ||
+ | File:Perspective-Softberry-web.png|[[Softberry (perspective)|Softberry]] | ||
+ | </gallery> | ||
=== See also === | === See also === |
Latest revision as of 15:47, 4 June 2013
Perspective is a set of user interface settings which change the outlook of BioUML workbench or BioUML web edition so the user can concentrate on the subset of functions related to his current tasks.
Currently perspective may change:
- List of tabs in repository pane and their content;
- List of available viewparts;
- Start page in BioUML web edition.
To change the current perspective use the drop-down box in the right-top corner of the general control panel:
If this select box is absent, then only one perspective is available.
[edit] Development
To create new perspective you have to register the corresponding extension. You may also consider defining the virtual collections to alter repository content. No Java code is necessary for perspective definition.