SAP ABAP Class IF_FDT_WD_EDITOR_MODEL (FDT WD: Editor Model)
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface composition (i COMPRISING i_ref)  IF_FDT_WD_ISLAND_MODEL FDT WD: Island Model 20100322
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  CL_FDT_WD_EDITOR_MODEL FDT WD Island: Editor Model (Abstract) 20100305
Properties
Class IF_FDT_WD_EDITOR_MODEL  
Short Description FDT WD: Editor Model    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package      
Created 20100130   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class IF_FDT_WD_EDITOR_MODEL has no forward declaration.
Interfaces
Class IF_FDT_WD_EDITOR_MODEL has no interface implemented.
Friends
Class IF_FDT_WD_EDITOR_MODEL has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 GC_STYLE_TYPE_DEFAULT Constant Public Type reference (TYPE) STRING 'default' Style type default 20100203
2 GC_STYLE_TYPE_ERROR Constant Public Type reference (TYPE) STRING 'error' Style type error 20100202
3 GC_STYLE_TYPE_INFO Constant Public Type reference (TYPE) STRING 'info' Style type info 20100202
4 GC_STYLE_TYPE_WARNING Constant Public Type reference (TYPE) STRING 'warning' Style type warning 20100202
5 GC_TOKEN_TYPE_INFIX_OP Constant Public Type reference (TYPE) STRING 'io' Token Type Infix Operator 20100727
6 GC_TOKEN_TYPE_KEYWORD Constant Public Type reference (TYPE) STRING 'keyword' Token Type Keyword 20100702
7 GC_TOKEN_TYPE_PARAMETER Constant Public Type reference (TYPE) STRING 'param' Token Type Parameter 20100204
8 GC_TOKEN_TYPE_PARENTHESIS Constant Public Type reference (TYPE) STRING 'paren' Token Type Parenthesis 20100804
9 GC_TOKEN_TYPE_STRING Constant Public Type reference (TYPE) STRING 'string' Token Type Text 20100713
10 GC_TOKEN_TYPE_VALUE Constant Public Type reference (TYPE) STRING 'val' Token Type Value 20100713
11 MO_CONTENT_ROOT Instance attribute Public Object reference (TYPE REF TO) IF_FDT_WD_EDITOR_SECTION Content Root 20111223
Methods
# Method Level Visibility Method type Description Created on
1 GET_FUNCTIONS Instance method Public Method Returns the available functions 20100308
2 GET_KEYWORDS Instance method Public Method Returns the available keywords 20100309
Events
Class IF_FDT_WD_EDITOR_MODEL has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 S_ATTRIBUTE Public See coding 20100714 BEGIN OF s_attribute, name TYPE string, value TYPE string, END OF s_attribute
2 S_FUNCTION Public See coding 20100308 BEGIN OF s_function, name TYPE string, description TYPE string, category type string, "optional, used for example in formula END OF s_function
3 S_KEYWORD Public See coding 20100308 BEGIN OF s_keyword, name TYPE string, description TYPE string, END OF s_keyword
4 TH_ATTRIBUTE Public See coding 20111011 th_attribute TYPE HASHED TABLE OF s_attribute WITH UNIQUE KEY name
5 T_FUNCTION Public See coding 20100308 t_function TYPE STANDARD TABLE OF s_function WITH DEFAULT KEY
6 T_KEYWORD Public See coding 20100308 t_keyword TYPE STANDARD TABLE OF s_keyword WITH DEFAULT KEY
Method Signatures

Method GET_FUNCTIONS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RT_FUNCTION Value transfer Type reference (TYPE) T_FUNCTION 20100308

Method GET_FUNCTIONS on class IF_FDT_WD_EDITOR_MODEL has no exception.

Method GET_KEYWORDS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RT_KEYWORD Value transfer Type reference (TYPE) T_KEYWORD Keywords 20100309

Method GET_KEYWORDS on class IF_FDT_WD_EDITOR_MODEL has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in