SAP ABAP Interface IF_CONTROL_TREE_NODE (Structural Description of a Control Composite)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-DWB-TOO (Application Component) Workbench Tools: Editors, Painters, Modelers
     SEU_CONTROL_COMPOSITE (Package) Tools and Utilities for Controls: Composite and Loader
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  CL_CONTROL_TREE_NODE Control Tree Node 19990909
Properties
Interface IF_CONTROL_TREE_NODE  
Short Description Structural Description of a Control Composite    
General Data
Package SEU_CONTROL_COMPOSITE   Tools and Utilities for Controls: Composite and Loader 
Created 19990826   SAP 
Last changed 00000000   SAP 
Unicode checks active    
Forward declarations
Interface IF_CONTROL_TREE_NODE has no forward declaration.
Interfaces
Interface IF_CONTROL_TREE_NODE has no interface.
Friends
Interface IF_CONTROL_TREE_NODE has no friend.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 NODE_TYPE_CONTAINER Constant Public Type reference (TYPE) I 7 Type Container 19990930
2 NODE_TYPE_CONTROL Constant Public Type reference (TYPE) I 2 Type Control 19990921
3 NODE_TYPE_CONTROL_COMPOSITE Constant Public Type reference (TYPE) I 1 Type Control Composite 19990921
4 NODE_TYPE_CONTROL_EVENTS Constant Public Type reference (TYPE) I 8 Type Control Events 19990921
5 NODE_TYPE_CONTROL_PROPS Constant Public Type reference (TYPE) I 3 Type Control Properties 19990921
6 NODE_TYPE_EVENT Constant Public Type reference (TYPE) I 9 Type Event 19990921
7 NODE_TYPE_PLUG_IN Constant Public Type reference (TYPE) I 10 20000405
8 NODE_TYPE_PROP Constant Public Type reference (TYPE) I 6 Type Property 19990921
9 NODE_TYPE_PROP_LIST Constant Public Type reference (TYPE) I 5 Type Property List 19991118
10 NODE_TYPE_PROP_TREE Constant Public Type reference (TYPE) I 4 Type Property Tree 19990921
11 NODE_TYPE_UNKNOWN Constant Public Type reference (TYPE) I 0 Type Unknown 19990921
12 PROP_TYPE_BOOLE Constant Public Type reference (TYPE) I 1 Type Boole 19991020
13 PROP_TYPE_ENUM Constant Public Type reference (TYPE) I 6 Type Enumeration 19991020
14 PROP_TYPE_ICON Constant Public Type reference (TYPE) I 5 Type Icon 19991020
15 PROP_TYPE_INT Constant Public Type reference (TYPE) I 2 Type Integer 19991020
16 PROP_TYPE_STRING Constant Public Type reference (TYPE) I 3 Type String 19991020
17 PROP_TYPE_TEXT Constant Public Type reference (TYPE) I 4 Type Text 19991020
18 PROP_TYPE_UNKNOWN Constant Public Type reference (TYPE) I 0 Type Unknown 19991020
Methods
# Method Level Visibility Method type Description Created on
1 ADD_CONTAINER_NODE Instance method Public Method Creates a New Container Node and Inserts it as a Subnode 19991103
2 ADD_CONTROL_NODE Instance method Public Method Creates a New Control Node and Inserts it as a Subnode 19991103
3 ADD_EVENT_NODE Instance method Public Method Creates a New Event Node and Inserts it as a Subnode 19991103
4 ADD_PLUG_IN_NODE Instance method Public Method 20000405
5 ADD_PROP_LIST_NODE Instance method Public Method Creates a New Property List Node and Inserts it as a Subnode 19991123
6 ADD_PROP_NODE Instance method Public Method Creates a New Property Node and Inserts it as a Subnode 19991103
7 ADD_PROP_TREE_NODE Instance method Public Method Creates a New Property Tree Node and Inserts it as a Subnode 19991103
8 GET_BOOLE_VALUE Instance method Public Method Returns a Value of Boolean Type 19990927
9 GET_CHILD Instance method Public Method Returns a Subnode with Its Name (Can Be Blank) 19990826
10 GET_CHILDREN Instance method Public Method Returns all Subnodes in Table 19991025
11 GET_CLASS_NAME Instance method Public Method Returns the Value of the Class Name Attribute 20000327
12 GET_COMMENT Instance method Public Method Returns the Value of the Short Text Attribute 19991021
13 GET_CONTAINER Instance method Public Method Returns Container Node 19990930
14 GET_CONTROL Instance method Public Method Returns a Control Node in a Container 19990930
15 GET_CONTROL_EVENTS Instance method Public Method Returns Sub-Tree Nodes of Control-Specific Events 19990927
16 GET_CONTROL_PROPS Instance method Public Method Returns Sub-Tree Nodes of Control-Specific Properties 19990927
17 GET_DOCU_TEXT_NAME Instance method Public Method 20000605
18 GET_ENUM_VALUE Instance method Public Method Returns Value of Type Enum 19991020
19 GET_FACTORY_CLASS_NAME Instance method Public Method Returns Value of Factory Class Name Attribute 20000328
20 GET_FIRST_CHILD Instance method Public Method Returns First Subnode 19990826
21 GET_HANDLER Instance method Public Method Returns Name of Event Handler 19991028
22 GET_ICON_VALUE Instance method Public Method Returns Value of Type Icon 19991020
23 GET_INT_VALUE Instance method Public Method Returns Value of Type Integer 19990927
24 GET_LAST_CHILD Instance method Public Method Returns Last Subnode 19991124
25 GET_NAME Instance method Public Method Returns Property Name 19991021
26 GET_NEXT Instance method Public Method Returns Next Same-Level Node 19990826
27