Package com.tssap.util.ui

The SAP UI Toolkit forms an additional layer in the UI programming model for plug-ins in Eclipse.

See:
          Description

Interface Summary
IAction  
IContext  
IContextProvider  
IControlVisitor Intended to be implemented.
IDescriptionIndicator  
IDisplayable  
IEditable Interface to define and receive components' read-only behavior.
IFolder  
ILabel  
ILabelProviderContainer  
IStatus  
ITextItemsProvider  
ITooltipProvider  
 

Class Summary
AbstractEditable  
ActionAdapter  
Context  
EditableVisitor Visitor to modify control's read only behavior.
FilteredTreeContentProvider  
FocusControlSeachVisitor  
LabelProviderContainer  
NeutralLabel  
NeutralLabelDecorator  
ObjectEditorFactory  
SWTUtil Utility class for general SWT services.
SWTUtil.BasicControlActions  
TextItemsProvider  
ToolTipSupport  
UIPreferencePage  
 

Package com.tssap.util.ui Description

The SAP UI Toolkit forms an additional layer in the UI programming model for plug-ins in Eclipse.

This toolkit, which forms a layer on top of SWT and JFace, was created with the aim of greatly simplifying the basic steps you perform to create user interfaces – in comparison with native programming.

The UI toolkit provides an open approach, which does not seek to replace the SWT and JFace. In addition, you can use classes and interfaces from the UI toolkit, the SWT, and JFace to create the same interface. This means that you do not need to make an “either/or” decision. Instead you benefit from the advantages inherent in each of these two compatible approaches. However, we advise you to exhaust the features in the SAP UI toolkit before you turn to native programming offered by the SWT and JFace.

Benefits of the SAP UI toolkit

Related Documentation

For overviews, tutorials, examples, guides, and tool documentation, please see:



Copyright © 2005 SAP AG. All Rights Reserved.