com.tssap.util.ui.image
Class SapSharedImages
com.tssap.util.ui.image.SapSharedImages
- All Implemented Interfaces:
- ISapSharedImages
- public class SapSharedImages
- implements ISapSharedImages
The implementation of this class connects the image registry belonging to the
Workbench plug-ins. This guarantees that resource management is optimized using
a share and pool mechanism, which is particularly effective if graphics are used
often in a plug-in. This has two advantages: Firstly, the same graphic can be
used in different places in the UI, and secondly, resources that are not needed
can be placed in a global pool and reused as necessary.
SapSharedImages
public SapSharedImages()
- Constructor for SapSharedImages.
Copyright © 2005 SAP AG. All Rights Reserved.