|
Interface Summary |
| ISourceInformation |
This interface is used by the source pattern framework to provide information
about the current source code. |
| ISourcePattern |
This is the interface that an implementation class of a Web Dynpro source
code pattern has to implement. |
| ISourcePatternData |
This is the interface that a data storage class for a source pattern wizard
has to implement. |
| ISourcePatternListData |
This interface is used by the source pattern framework for the data class
when using the list selection wizard provided by the framework. |
| ISourcePatternResult |
This interface must be implemented by all source pattern result classes. |
| ISourcePatternTemplateHelper |
This interface must be implemented by all template helper classes for
Velocity source pattern code generation. |
| ISourcePatternTreeData |
This interface is used by the source pattern framework for the data class
when using the tree selection wizard provided by the framework. |
| ISourcePatternWizard |
This interface has to be implemented by the wizard class of a source code
pattern. |