System Explorer publish configurable Visual and Non-Visual objects as Items sorted in Tree structure. Item functionality is determined by Item Type. Each Item has list of child items and list of parameters. For more informations about Item Parameters visit
Item Types section.
Items Tree Structure
- Root (type:Control)
- Window (type:Window)
- Menu (type:Menu)
- Groups (type:Groups)
- Tabs (type:Tabs)
- Popup (type:Popup)
- FileInfo (type:FileInfo)
- WarningPanel (type:Panel)
- TrayPopup (type:Popup)
- Plugins (type:Control)
Items Tree structure is still under development and can be changed! Actual Items Tree structure can be displayed with Items Explorer Plugin. This plugin can be found in SystemExplorer SDK. Root Item
Root Item of Object Model Tree Structure. ID of this Item is 0.
Root.Window Item
Item connected to System Explorer Main Window. Window Control Parameters and Childs are unpublished (cannot be accessed).
Root.Window.Menu Item
Item connected to System Explorer Main Menu Control. All Main Menu Items are stored in subitem "Items" tree. You can add/delete/modify any Main Menu Item.
Root.Window.Groups Item
Item connected to System Explorer Tab Groups. You can add new Tab Group by creating Group Item Type parented to this item.
Root.Window.Tabs Item
Item connected to System Eplorer Tab List. You can explore and modify all tabs and their controls.
Root.Window.Popup Item
Item connected to default SystemExplorer List Popup.
Root.Window.FileInfo Item
Item connected to file information panel.
Root.Window.WarningPanel Item
Item connected to yelllow warning panel.
Root.TrayPopup Item
Item connected to tray popup.
Root.Plugins
Item connected to list of plugins. This item is used by Plugin Manager for enumerating plugins.