SAP ABAP Class CL_WDY_WB_WND_ED_VIS_APP_GRAPH (Web Dynpro: Graphical Window Editor)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-DWB-WD-ABA (Application Component) Web Screen Tools - ABAP
     SWDP_DWB_TOOL_APPLICATION (Package) Web Dynpro Tool: "Component"
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  IF_WDY_WB_WND_ED_VIS_APP Interface for Visual Representation Class of Windows Editor 20081205
Properties
Class CL_WDY_WB_WND_ED_VIS_APP_GRAPH  
Short Description Web Dynpro: Graphical Window Editor    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SWDP_DWB_TOOL_APPLICATION   Web Dynpro Tool: "Component" 
Created 20081204   SAP 
Last change 20110908   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 ABAP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
2 CL_WDY_WB_WINDOW_EDITOR_VIS Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
3 CNTL Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
# Interface Abstract Final Description Created on
1 IF_WDY_WB_WND_ED_VIS_APP Interface for Visual Representation Class of Windows Editor 20081205
Friends
Class CL_WDY_WB_WND_ED_VIS_APP_GRAPH has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 ALL_INPLUGS Instance attribute Private Type reference (TYPE) WDY_PLUGS_TAB Table of View Plugs for Graphical Window Editor 20081204
2 ALL_OUTPLUGS Instance attribute Private Type reference (TYPE) WDY_PLUGS_TAB Table of View Plugs for Graphical Window Editor 20081204
3 CURRENT_TREE_NODE Instance attribute Private Type reference (TYPE) TV_NODEKEY Tree Control: Node Key 20081204
4 C_CURR_ENH_STATE_CONSTRAINT Constant Public Type reference (TYPE) CHAR01 'C' Element is enhanced but not shown in Enhancement Mode 20090119
5 C_CURR_ENH_STATE_ENHANCED Constant Public Type reference (TYPE) CHAR01 'E' Element is enhanced and in proper Enhancement Mode 20090119
6 C_CURR_ENH_STATE_NOTAVAIL Constant Public Type reference (TYPE) CHAR01 'N' Element is enhanced but not in proper Enhancement Mode 20090119
7 C_LINK_BENT_DELTA Constant Public Type reference (TYPE) I 5 Delta for Navigation Links Routing to Separate Lines 20090326
8 C_OBJSTATE_MODIF Instance attribute Private Type reference (TYPE) CHAR01 'M' Character Field of Length 1 20081204
9 DUMMY_NODE_ID Instance attribute Private Type reference (TYPE) TV_NODEKEY 'DUMMY_' Tree Control: Node Key 20090107
10 EVENT_PARA Instance attribute Private Type reference (TYPE) STRING 20081204
11 GRAPHNODETAB Instance attribute Private Type reference (TYPE) GRAPH_NODE_TAB Table of graph node objects 20081204
12 JNET Instance attribute Private Object reference (TYPE REF TO) CL_GUI_JNET JNet Java Bean, encapsulated as ActiveX Control 20081204
13 JNETSUPPORT Instance attribute Private Object reference (TYPE REF TO) LCL_JNET_HANDLER_UTIL JNet related support class 20081204
14 JNET_EVENTHANDLER Instance attribute Private Object reference (TYPE REF TO) LCL_JNET_EVENTRECEIVER Event Handler for JNet control 20081204
15 LIB_CHANGING_ASSIGNMENT Instance attribute Protected Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20090205
16 LIB_DARK_MODE Instance attribute Private Type reference (TYPE) ABAP_BOOL ABAP_FALSE Boolean indicating Unit Test Run 20081205
17 LIB_NOJNET Instance attribute Private Type reference (TYPE) ABAP_BOOL ABAP_TRUE Boolean indicating JNet not available 20081205
18 LIB_SHOW_JNET_EVENTS Instance attribute Private Type reference (TYPE) ABAP_BOOL ABAP_FALSE Boolean controling display of JNet Events in a splitter box 20081205
19 LIR_WINDOW_EDITOR Instance attribute Private Object reference (TYPE REF TO) CL_WDY_WB_WINDOW_EDITOR Reference to window editor's visualization manager 20081205
20 LIR_WINDOW_EDITOR_VIS Instance attribute Private Object reference (TYPE REF TO) CL_WDY_WB_WINDOW_EDITOR_VIS Reference to window editor's visualization manager 20081205
21 LIR_WINDOW_TREE Instance attribute Private Object reference (TYPE REF TO) CL_WDY_WB_WINDOW_TREE Window Tree 20081205
22 LIV_SELECTED_NODE Instance attribute Private Type reference (TYPE) TV_NODEKEY Tree Control: Node Key 20081210
23 NODE_PARA Instance attribute Private Type reference (TYPE) WDY_APPLMOD_NODE Web Dynpro Application Modeler: Node Structure 20081204
24 SPLITTER_CONTAINER Instance attribute Private Object reference (TYPE REF TO) CL_GUI_EASY_SPLITTER_CONTAINER Reduced Version of Splitter Container Control 20081204
25 TEST_CONTAINER Instance attribute Private Object reference (TYPE REF TO) CL_GUI_CONTAINER 20081204
26 TEST_SPLITTER_CONTAINER Instance attribute Private Object reference (TYPE REF TO) CL_GUI_EASY_SPLITTER_CONTAINER 20081204
27 XML_DATA_S Static Attribute Private Type reference (TYPE) STRING Data for JNet String 20081204
Methods
# Method Level Visibility Method type Description Created on
1 ADD_COMMAND Instance method Private Method Adds context menu item to the graph's command list 20081204
2 BUILD_XML Instance method Private Method Create XML Data for JNet 20081204
3 BUILD_XML_PROCESS_PLUG_ELEMENT Instance method Private Method Helper function to handle plug element 20081204
4 BUILD_XML_PROCESS_WVC Instance method Private Method Recursive xml build of view containers and their emb. views 20081204
5 CNVRT_PLUGNODE_TO_JNET_PLUGREF Instance method Private Method Convert Window Tree based plug node key to JNet reference 20090115
6 CONSTRUCTOR Instance method Public Constructor Constructor 20081204
7 DESTROY Instance method Public Method Destroyer 20081204
8 GET_ENHANCEMENT_NAME Instance method Private Method Given node has enhancement constraints 20090116
9 GET_ENHANCEMENT_STATE Instance method Private Method Gets the node's enhancement state in current enhancemnt mode 20090119
10 GET_NODE_COMMAND_TAB Instance method Private Method Extracts context menu items from node table entry 20081211
11 GRAPH_FLOOR_PLAN Instance method Private Method Defines inital layout for JNet graph (view size & location) 20081204
12 IS_ENHANCED Instance method Private Method Given node has enhancement constraints 20090113
13 IS_ENHANCED_DELETED Instance method Private Method Given node has enhancement constraints 20090116
14 IS_JNET_OK Instance method Public Method 20090127
15 ON_ADD_LINK Instance method Private Method JNet signaled added Navigation Link 20081222
16 ON_ADD_VIEW Instance method Private Method JNet signaled "Add View" 20081204
17 ON_CHANGE_VIEW_ASSIGNMENT Instance method Private Method JNet signal that a View was relocated 20090121
18 ON_CONTEXT_SELECT_GENERIC Instance method Private Method JNet signaled context menu selection (generic handling) 20081216
19 ON_DELETE Instance method Private Method 20090119
20 ON_LAYOUT_CHANGED Instance method Private Method Jnet signaled "Layout Changed" 20081204
21 ON_REMOVE_LINK Instance method Private Method 20081229
22 ON_REMOVE_VIEW Instance method Private Method 20090113
23 ON_SELECT Instance method Private Method JNet signaled selected view, container or link 20081204
24 ON_SELECT_PLUG Instance method Private Method JNet signaled selected plug 20081204
25 ON_UNSUPPORTEDLOCATION Instance method Private Method JNet signaled "View Covered by View" 20081204
26 SET_ENABLE_STATE Instance method Public Method 20081204
27 SHOW_JNET Instance method Private Method 20081204
Events
Class CL_WDY_WB_WND_ED_VIS_APP_GRAPH has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 GRAPH_VIEW_NODE_TAB Private See coding 20081204 graph_view_node_tab type standard table of ref to lcl_graph_node_view
2 GRAPH_WPLUG_NODE_TAB Private See coding 20081204 graph_wplug_node_tab type standard table of ref to lcl_graph_node_wplug
3 ID_PROXY_STRUCT Private See coding 20081223 begin of id_proxy_struct, node_key type tv_nodekey, jnet_id type string, end of id_proxy_struct
4 ID_PROXY_TAB Private See coding 20081223 id_proxy_tab type standard table of id_proxy_struct
5 NODES_STATISTICS_STRUCT Private See coding 20081204 begin of nodes_statistics_struct, top_level_view_count type i, top_level_view_plugs type i, max_embedded_view_depth type i, end of nodes_statistics_struct
Method Signatures

Method ADD_COMMAND Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing P_COMMANDS Call by reference Type reference (TYPE) COMMAND_TAB 20081204
2 Importing P_GRAPHNODEREF Call by reference Object reference (TYPE REF TO) LCL_GRAPH_NODE 20081204
3 Importing P_NODE Call by reference Type reference (TYPE) WDY_APPLMOD_NODE WebDynpro Application Modeler: Knotenstruktur 20081204

Method ADD_COMMAND on class CL_WDY_WB_WND_ED_VIS_APP_GRAPH has no exception.

Method BUILD_XML Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing P_DO_LAYOUT Call by reference Type reference (TYPE) BOOLEAN ABAP_TRUE boolsche Variable (X=true, -=false, space=unknown) 20081204

Method BUILD_XML on class CL_WDY_WB_WND_ED_VIS_APP_GRAPH has no exception.

Method BUILD_XML_PROCESS_PLUG_ELEMENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing P_ALL_COMMANDS Call by reference Type reference (TYPE) COMMAND_TAB 20081204
2 Importing P_ENH_STATE Call by reference Type reference (TYPE) CHAR01 Charakterfeld der Länge 1 20090119
3 Importing P_INDEX Call by reference Type reference (TYPE) INT1 int1 20081204
4 Changing P_PLUGX Call by reference Type reference (TYPE) I 20081204
5 Changing P_PLUGY Call by reference Type reference (TYPE) I 20081204
6 Exporting P_PLUG_ELEMENT Call by reference Type reference (TYPE) PLUG_STRUCT 20081204
7 Importing P_PLUG_NODE Call by reference Type reference (TYPE) WDY_APPLMOD_NODE WebDynpro Application Modeler: Knotenstruktur 20081204

Method BUILD_XML_PROCESS_PLUG_ELEMENT on class CL_WDY_WB_WND_ED_VIS_APP_GRAPH has no exception.

Method BUILD_XML_PROCESS_WVC Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing P_COMMANDS Call by reference Type reference (TYPE) COMMAND_TAB 20081204
2 Importing P_CURR_ENH_NAME Call by reference Type reference (TYPE) ENHNAME Id eines Enhancements 20090116
3 Changing P_GRAPHNODETAB Call by reference Type reference (TYPE) GRAPH_NODE_TAB 20081204
4 Changing P_GRAPHVIEWNODES Call by reference Type reference (TYPE) GRAPH_VIEW_NODE_TAB 20081204
5 Importing P_HIERARCHY_LEVEL Call by reference Type reference (TYPE) I Hierarchie level: the lower the number, the higher the level 20081204
6 Changing P_NODE_TAB Call by reference Type reference (TYPE) WDY_APPLMOD_NODETAB WebDynpro Application Modeler: Knotentabelle 20081204
7 Changing P_RECURSION_DEPTH Call by reference Type reference (TYPE) I 20081204
8 Importing P_VIEWGRAPHNODEREF Call by reference Object reference (TYPE REF TO) LCL_GRAPH_NODE_VIEW 20081204

Method BUILD_XML_PROCESS_WVC on class CL_WDY_WB_WND_ED_VIS_APP_GRAPH has no exception.

Method CNVRT_PLUGNODE_TO_JNET_PLUGREF Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing P_NODE Call by reference Type reference (TYPE) WDY_APPLMOD_NODE Plug's tree based node 20090115
2 Exporting P_PLUGS_VIEW_NODE_KEY Call by reference Type reference (TYPE) TV_NODEKEY Node key of the plug's view 20090115
3 Exporting P_PLUG_INDEX Call by reference Type reference (TYPE) I Plug's index 20090115
4 Exporting P_PLUG_TYPE Call by reference Type reference (TYPE) CHAR3 Inbound/Outbound type 20090115

Method CNVRT_PLUGNODE_TO_JNET_PLUGREF on class CL_WDY_WB_WND_ED_VIS_APP_GRAPH has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing P_APPL_MODELER Call by reference Object reference (TYPE REF TO) CL_WDY_WB_APPL_MODELER Web Dynpro: Application Modeler 20081204
2 Importing P_DARK_MODE Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE Boolean indicating dark mode required for ABAP Unit Tests 20081204
3 Importing P_WINDOW_EDITOR_VIS Call by reference Object reference (TYPE REF TO) CL_WDY_WB_WINDOW_EDITOR_VIS Web Dynpro: Window Editor 20081205

Method CONSTRUCTOR on class CL_WDY_WB_WND_ED_VIS_APP_GRAPH has no exception.

Method DESTROY Signature

Method DESTROY on class CL_WDY_WB_WND_ED_VIS_APP_GRAPH has no parameter.
Method DESTROY on class CL_WDY_WB_WND_ED_VIS_APP_GRAPH has no exception.

Method GET_ENHANCEMENT_NAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning P_ENH_NAME Value transfer Type reference (TYPE) ENHNAME Id eines Enhancements 20090116
2 Importing P_NODE Call by reference Type reference (TYPE) WDY_APPLMOD_NODE WebDynpro Application Modeler: Knotentabelle 20090116

Method GET_ENHANCEMENT_NAME on class CL_WDY_WB_WND_ED_VIS_APP_GRAPH has no exception.

Method GET_ENHANCEMENT_STATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing P_CURR_ENH_NAME Call by reference Type reference (TYPE) ENHNAME Id eines Enhancements 20090119
2 Returning P_ENH_STATE Value transfer Type reference (TYPE) CHAR01 Charakterfeld der Länge 1 20090119
3 Importing P_NODE Call by reference Type reference (TYPE) WDY_APPLMOD_NODE WebDynpro Application Modeler: Knotentabelle 20090119

Method GET_ENHANCEMENT_STATE on class CL_WDY_WB_WND_ED_VIS_APP_GRAPH has no exception.

Method GET_NODE_COMMAND_TAB Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing P_ALL_COMMANDS Call by reference Type reference (TYPE) COMMAND_TAB 20081211
2 Importing P_NODE Call by reference Type reference (TYPE) WDY_APPLMOD_NODE 20081211
3 Exporting P_NODE_COMMANDS Call by reference Type reference (TYPE) CONTEXT_ITEM_TAB 20081211

Method GET_NODE_COMMAND_TAB on class CL_WDY_WB_WND_ED_VIS_APP_GRAPH has no exception.

Method GRAPH_FLOOR_PLAN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing P_DUMMY_NODES Call by reference Type reference (TYPE) GRAPH_NODE_LIST 20090107
2 Importing P_TOPNODES Call by reference Type reference (TYPE) GRAPH_VIEW_NODE_TAB 20081204
3 Importing P_TOPPLUGS Call by reference Type reference (TYPE) GRAPH_WPLUG_NODE_TAB 20081204

Method GRAPH_FLOOR_PLAN on class CL_WDY_WB_WND_ED_VIS_APP_GRAPH has no exception.

Method IS_ENHANCED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing P_NODE Call by reference Type reference (TYPE) WDY_APPLMOD_NODE WebDynpro Application Modeler: Knotentabelle 20090113
2 Returning P_RETURN Value transfer Type reference (TYPE) ABAP_BOOL Boolean indicating if node is enhanced 20090116

Method IS_ENHANCED on class CL_WDY_WB_WND_ED_VIS_APP_GRAPH has no exception.

Method IS_ENHANCED_DELETED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing P_CURR_ENH_NAME Call by reference Type reference (TYPE) ENHNAME Id eines Enhancements 20090116
2 Importing P_NODE Call by reference Type reference (TYPE) WDY_APPLMOD_NODE WebDynpro Application Modeler: Knotentabelle 20090116
3 Returning P_RETURN Value transfer Type reference (TYPE) ABAP_BOOL Boolean indicating if node is enhanced 20090116

Method IS_ENHANCED_DELETED on class CL_WDY_WB_WND_ED_VIS_APP_GRAPH has no exception.

Method IS_JNET_OK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning P_OK Value transfer Type reference (TYPE) ABAP_BOOL 20090127

Method IS_JNET_OK on class CL_WDY_WB_WND_ED_VIS_APP_GRAPH has no exception.

Method ON_ADD_LINK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning P_FAILED Value transfer Type reference (TYPE) ABAP_BOOL 20081223
2 Importing P_NEW_NODE_KEY Call by reference Type reference (TYPE) TV_NODEKEY Tree Control: Schlüssel eines Knotens 20081222
3 Importing P_NO_RELOAD Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20090120
4 Importing P_SOURCE_NODE_KEY Call by reference Type reference (TYPE) TV_NODEKEY Tree Control: Schlüssel eines Knotens 20081222
5 Importing P_SOURCE_PLUG_INDEX Call by reference Type reference (TYPE) I 20081222
6 Importing P_TARGET_NODE_KEY Call by reference Type reference (TYPE) TV_NODEKEY Tree Control: Schlüssel eines Knotens 20081223
7 Importing P_TARGET_PLUG_INDEX Call by reference Type reference (TYPE) I 20081222

Method ON_ADD_LINK on class CL_WDY_WB_WND_ED_VIS_APP_GRAPH has no exception.

Method ON_ADD_VIEW Signature

Method ON_ADD_VIEW on class CL_WDY_WB_WND_ED_VIS_APP_GRAPH has no parameter.
Method ON_ADD_VIEW on class CL_WDY_WB_WND_ED_VIS_APP_GRAPH has no exception.

Method ON_CHANGE_VIEW_ASSIGNMENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning P_FAILED Value transfer Type reference (TYPE) ABAP_BOOL 20090121
2 Importing P_NEW_CONTAINER_NODE_KEY Call by reference Type reference (TYPE) TV_NODEKEY Tree Control: Schlüssel eines Knotens 20090121
3 Importing P_VIEW_NODE_KEY Call by reference Type reference (TYPE) TV_NODEKEY Tree Control: Schlüssel eines Knotens 20090121

Method ON_CHANGE_VIEW_ASSIGNMENT on class CL_WDY_WB_WND_ED_VIS_APP_GRAPH has no exception.

Method ON_CONTEXT_SELECT_GENERIC Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing P_FCODE Call by reference Type reference (TYPE) STRING Context menu's FCode 20081216
2 Importing P_NODE_KEY Call by reference Type reference (TYPE) TV_NODEKEY Reference key of selected node 20081216
3 Importing P_NO_RELOAD Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE Graph will not reload if set to true 20081216

Method ON_CONTEXT_SELECT_GENERIC on class CL_WDY_WB_WND_ED_VIS_APP_GRAPH has no exception.

Method ON_DELETE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning P_CANCEL Value transfer Type reference (TYPE) ABAP_BOOL 20090119
2 Importing P_NODE_KEY Call by reference Type reference (TYPE) TV_NODEKEY Tree Control: Schlüssel eines Knotens 20090119
3 Importing P_NO_RELOAD Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE Graph will not reload if set to true 20090119

Method ON_DELETE on class CL_WDY_WB_WND_ED_VIS_APP_GRAPH has no exception.

Method ON_LAYOUT_CHANGED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing P_HEIGHT Call by reference Type reference (TYPE) I 20081204
2 Importing P_NODE_KEY Call by reference Type reference (TYPE) TV_NODEKEY Tree Control: Schlüssel eines Knotens 20081204
3 Importing P_WIDTH Call by reference Type reference (TYPE) I 20081204
4 Importing P_X Call by reference Type reference (TYPE) I 20081204
5 Importing P_Y Call by reference Type reference (TYPE) I 20081204

Method ON_LAYOUT_CHANGED on class CL_WDY_WB_WND_ED_VIS_APP_GRAPH has no exception.

Method ON_REMOVE_LINK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning P_CANCEL Value transfer Type reference (TYPE) ABAP_BOOL 20090112
2 Importing P_NODE_KEY Call by reference Type reference (TYPE) TV_NODEKEY Tree Control: Schlüssel eines Knotens 20090102
3 Importing P_NO_CONFIRMATION Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20090120
4 Importing P_NO_RELOAD Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE Graph will not reload if set to true 20090102

Method ON_REMOVE_LINK on class CL_WDY_WB_WND_ED_VIS_APP_GRAPH has no exception.

Method ON_REMOVE_VIEW Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning P_CANCEL Value transfer Type reference (TYPE) ABAP_BOOL 20090113
2 Importing P_NODE_KEY Call by reference Type reference (TYPE) TV_NODEKEY Tree Control: Schlüssel eines Knotens 20090113
3 Importing P_NO_RELOAD Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE Graph will not reload if set to true 20090113

Method ON_REMOVE_VIEW on class CL_WDY_WB_WND_ED_VIS_APP_GRAPH has no exception.

Method ON_SELECT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing NODE_KEY Value transfer Type reference (TYPE) TV_NODEKEY Reference key of selected node 20081204

Method ON_SELECT on class CL_WDY_WB_WND_ED_VIS_APP_GRAPH has no exception.

Method ON_SELECT_PLUG 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) TV_NODEKEY Reference key of selected plug's node 20081204
2 Importing PLUGINDEX Call by reference Type reference (TYPE) I Plug index, relative to view 20081204
3 Importing PLUGTYPE Call by reference Type reference (TYPE) STRING Plug type (in/out) 20081204
4 Returning PLUG_NODE_KEY Value transfer Type reference (TYPE) TV_NODEKEY Reference key of selected plug 20090112

Method ON_SELECT_PLUG on class CL_WDY_WB_WND_ED_VIS_APP_GRAPH has no exception.

Method ON_UNSUPPORTEDLOCATION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing P_NODE_KEY Call by reference Type reference (TYPE) TV_NODEKEY Tree Control: Schlüssel eines Knotens 20081204

Method ON_UNSUPPORTEDLOCATION on class CL_WDY_WB_WND_ED_VIS_APP_GRAPH has no exception.

Method SET_ENABLE_STATE Signature

Method SET_ENABLE_STATE on class CL_WDY_WB_WND_ED_VIS_APP_GRAPH has no parameter.
Method SET_ENABLE_STATE on class CL_WDY_WB_WND_ED_VIS_APP_GRAPH has no exception.

Method SHOW_JNET Signature

Method SHOW_JNET on class CL_WDY_WB_WND_ED_VIS_APP_GRAPH has no parameter.
Method SHOW_JNET on class CL_WDY_WB_WND_ED_VIS_APP_GRAPH has no exception.
History
Last changed by/on SAP  20110908 
SAP Release Created in 720