SAP ABAP Class CL_VMCADMIN_SHCL_REFTREE (Displays information about Shared closure content)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-VMC (Application Component) Virtual Machine Container
     SVMCRT_ADMIN (Package) VMC Administration and Monitoring
Properties
Class CL_VMCADMIN_SHCL_REFTREE  
Short Description Displays information about Shared closure content    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class VMC_ADMIN    
Program status P  SAP Standard Production Program 
Category 0   
Package SVMCRT_ADMIN   VMC Administration and Monitoring 
Created 20060425   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_VMCADMIN_SHCL_REFTREE has no forward declaration.
Interfaces
Class CL_VMCADMIN_SHCL_REFTREE has no interface implemented.
Friends
Class CL_VMCADMIN_SHCL_REFTREE has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 CLOSURE_NAME Instance attribute Private Type reference (TYPE) STRING Name of Shared Closure 20060425
2 CLOSURE_OVERVIEW Instance attribute Private Object reference (TYPE REF TO) CL_VMCADMIN_SHCL_INFO Reference to the shared closure overview 20060427
3 DETAILS_TEXT Instance attribute Private Object reference (TYPE REF TO) CL_GUI_TEXTEDIT Text Control for Node Details 20060428
4 DOMAIN_NAME Instance attribute Private Type reference (TYPE) STRING Name of Sharing Domain 20060425
5 MAIN_SPLITTER Instance attribute Private Object reference (TYPE REF TO) CL_GUI_SPLITTER_CONTAINER Top Level Splitter Container 20060428
6 MODIF_PRIVATE Constant Private Type reference (TYPE) X 2 Constants for Java Modifier "Private" 20060426
7 MODIF_PROTECTED Constant Private Type reference (TYPE) X 4 Constants for Java Modifier "Protected" 20060426
8 MODIF_PUBLIC Constant Private Type reference (TYPE) X 1 Constants for Java Modifier "Public" 20060426
9 TOOLBAR Instance attribute Private Object reference (TYPE REF TO) CL_GUI_TOOLBAR Toolbar 20060427
10 TREE Instance attribute Private Object reference (TYPE REF TO) CL_LIST_TREE_MODEL List Tree Control with Data Management at the Backend 20060425
11 TREE_CONTROL Instance attribute Private Object reference (TYPE REF TO) CL_GUI_CONTROL Proxy Class for Control in GUI 20060425
12 VIEW_SPLITTER Instance attribute Private Object reference (TYPE REF TO) CL_GUI_SPLITTER_CONTAINER Splitter Control for the Closure View 20060428
Methods
# Method Level Visibility Method type Description Created on
1 ADD_CHILDREN Instance method Private Method Fetches subnodes from Java and adds them to the tree 20060427
2 CLOSE_VIEW Instance method Public Method Deactivates this detail display and reactivates the parent 20060425
3 COLLAPSE Instance method Private Method Compresses currently selected subtree 20060428
4 CREATE_DETAIL_OBJECTS Instance method Public Method Creates all the necessary GUI control objects 20060425
5 EXPAND_ALL Instance method Private Method Expands all nodes in currently selected subtree 20060428
6 EXPAND_ALL_CHILDREN Instance method Private Method Expands the node and subtree up to selected level 20060428
7 EXPAND_NO_CHILDREN Instance method Private Event handling method A node without any subnodes has been expanded 20060425
8 EXPAND_PATH Instance method Private Method Expands the full path to a node 20060427
9 HANDLE_TOOLBAR Instance method Private Event handling method A toolbar button has been pressed 20060427
10 INIT_TOOLBAR Instance method Private Method Creates and initializes the toolbar for the tree 20060427
11 LINK_CLICK Instance method Private Event handling method A link to a node has been clicked on 20060426
12 REGISTER_EVENTS Instance method Private Method Create and Register Event Handler 20060426
13 RESET Instance method Private Method Resets the formatted closure structure data 20060428
14 SHOW Instance method Public Method Activates the display for the specified shared closure 20060425
15 UPDATE_NODE_DETAILS Instance method Private Event handling method A new node has been selected 20060428
Events
Class CL_VMCADMIN_SHCL_REFTREE has no event.
Types
Class CL_VMCADMIN_SHCL_REFTREE has no local type.
Method Signatures

Method ADD_CHILDREN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing NODE_KEY Call by reference Type reference (TYPE) TM_NODEKEY Tree Model: Schlüssel eines Knotens 20060427
2 Exporting SUCCESS Call by reference Type reference (TYPE) AS4FLAG Aufruf erfolgreich 20060427

Method ADD_CHILDREN on class CL_VMCADMIN_SHCL_REFTREE has no exception.

Method CLOSE_VIEW Signature

Method CLOSE_VIEW on class CL_VMCADMIN_SHCL_REFTREE has no parameter.
Method CLOSE_VIEW on class CL_VMCADMIN_SHCL_REFTREE has no exception.

Method COLLAPSE Signature

Method COLLAPSE on class CL_VMCADMIN_SHCL_REFTREE has no parameter.
Method COLLAPSE on class CL_VMCADMIN_SHCL_REFTREE has no exception.

Method CREATE_DETAIL_OBJECTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CLOSURE_OVERVIEW Call by reference Object reference (TYPE REF TO) CL_VMCADMIN_SHCL_INFO Link to application class 20060427
2 Exporting DETAILS_CONTR_RET Call by reference Object reference (TYPE REF TO) CL_GUI_CONTROL The created GUI control of the details view 20060427
3 Importing DETAIL_CONTAINER Call by reference Object reference (TYPE REF TO) CL_GUI_CONTAINER Link to application container 20060425

Method CREATE_DETAIL_OBJECTS on class CL_VMCADMIN_SHCL_REFTREE has no exception.

Method EXPAND_ALL Signature

Method EXPAND_ALL on class CL_VMCADMIN_SHCL_REFTREE has no parameter.
Method EXPAND_ALL on class CL_VMCADMIN_SHCL_REFTREE has no exception.

Method EXPAND_ALL_CHILDREN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing LEVEL_COUNT Call by reference Type reference (TYPE) I maximale Anzahl von Levels zum Expandieren 20060428
2 Importing NODE_KEY Call by reference Type reference (TYPE) TM_NODEKEY Der Wurzelknoten des zu exp. Subtrees 20060428

Method EXPAND_ALL_CHILDREN on class CL_VMCADMIN_SHCL_REFTREE has no exception.

Method EXPAND_NO_CHILDREN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing NODE_KEY Call by reference Attribute reference (LIKE) 20060425

Method EXPAND_NO_CHILDREN on class CL_VMCADMIN_SHCL_REFTREE has no exception.

Method EXPAND_PATH Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing NODE_KEY Call by reference Type reference (TYPE) TM_NODEKEY Der Zielknoten, bis zu dem expandiert wird 20060427

Method EXPAND_PATH on class CL_VMCADMIN_SHCL_REFTREE has no exception.

Method HANDLE_TOOLBAR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing FCODE Call by reference Attribute reference (LIKE) 20060427

Method HANDLE_TOOLBAR on class CL_VMCADMIN_SHCL_REFTREE has no exception.

Method INIT_TOOLBAR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CONTAINER Call by reference Object reference (TYPE REF TO) CL_GUI_CONTAINER 20060427

Method INIT_TOOLBAR on class CL_VMCADMIN_SHCL_REFTREE has no exception.

Method LINK_CLICK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ITEM_NAME Call by reference Attribute reference (LIKE) 20060426
2 Importing NODE_KEY Call by reference Attribute reference (LIKE) 20060426

Method LINK_CLICK on class CL_VMCADMIN_SHCL_REFTREE has no exception.

Method REGISTER_EVENTS Signature

Method REGISTER_EVENTS on class CL_VMCADMIN_SHCL_REFTREE has no parameter.
Method REGISTER_EVENTS on class CL_VMCADMIN_SHCL_REFTREE has no exception.

Method RESET Signature

Method RESET on class CL_VMCADMIN_SHCL_REFTREE has no parameter.
Method RESET on class CL_VMCADMIN_SHCL_REFTREE has no exception.

Method SHOW Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CLOSURE_NAME Call by reference Type reference (TYPE) STRING Name der SharedClosure 20060425
2 Importing DOMAIN_NAME Call by reference Type reference (TYPE) STRING Name der Sharing Domain 20060425
3 Exporting SUCCESS Call by reference Type reference (TYPE) AS4FLAG Closure konnte geladen werden 20060427

Method SHOW on class CL_VMCADMIN_SHCL_REFTREE has no exception.

Method UPDATE_NODE_DETAILS Signature

Method UPDATE_NODE_DETAILS on class CL_VMCADMIN_SHCL_REFTREE has no parameter.
Method UPDATE_NODE_DETAILS on class CL_VMCADMIN_SHCL_REFTREE has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 710