Jump to: navigation, search

Difference between revisions of "Class Browser"


(Created page with "==Purpose== ==View Styles== ===Hierarchical=== ===Inheritance=== ===Content=== ==Context Menu==")
 
Line 1: Line 1:
 
==Purpose==
 
==Purpose==
 +
The Class Browser is designed to display and edit {{UBIK}} objects in a hierarchical manner. It is also meant to be the superior of all other controls and the only one where at least one instance of it is actually mandatory in a {{UBIK}} Studio session. So it can be considered as the root of object manipulation in {{UBIK}}.
 +
 +
In addition, it makes use of [[Namespace|Namespaces]] and uses them for structuring the displayed objects even further.
  
 
==View Styles==
 
==View Styles==
 +
The Class Browser has three different View Styles.
 +
 
===Hierarchical===
 
===Hierarchical===
 +
In this View Style, the [[Derivate|Derivates]] relation from each [[MetaClass]] deriving directly or indirectly from [[BaseClass]] will be evaluated.
 +
 
===Inheritance===
 
===Inheritance===
 +
In this View Style, Inheritance relation of all MetaClasses will be evaluated.
 +
 
===Content===
 
===Content===
 +
In this View Style, the [[Instances|Instances]] of all MetaClasses will be evaluated.
  
 
==Context Menu==
 
==Context Menu==

Revision as of 16:23, 22 January 2013

Purpose

The Class Browser is designed to display and edit UBIK® objects in a hierarchical manner. It is also meant to be the superior of all other controls and the only one where at least one instance of it is actually mandatory in a UBIK® Studio session. So it can be considered as the root of object manipulation in UBIK®.

In addition, it makes use of Namespaces and uses them for structuring the displayed objects even further.

View Styles

The Class Browser has three different View Styles.

Hierarchical

In this View Style, the Derivates relation from each MetaClass deriving directly or indirectly from BaseClass will be evaluated.

Inheritance

In this View Style, Inheritance relation of all MetaClasses will be evaluated.

Content

In this View Style, the Instances of all MetaClasses will be evaluated.

Context Menu