| java.lang.Object org.eclipse.ui.internal.util.SWTResourceUtil
SWTResourceUtil | public class SWTResourceUtil (Code) | | SWTResourceUtil is a class that holds onto Colors, Fonts and Images and
disposes them on shutdown.
|
Method Summary | |
public static Map | getColorTable() Get the Map of RGBs to Colors. | public static Map | getFontTable() Return the map of FontDatas to Fonts. | public static Map | getImageTable() Return the map of ImageDescriptors to Images. | final public static void | shutdown() Disposes of all allocated images, colors and fonts when shutting down the
plug-in. |
getColorTable | public static Map getColorTable()(Code) | | Get the Map of RGBs to Colors.
Returns the colorTable. |
getFontTable | public static Map getFontTable()(Code) | | Return the map of FontDatas to Fonts.
Returns the fontTable. |
getImageTable | public static Map getImageTable()(Code) | | Return the map of ImageDescriptors to Images.
Returns the imageTable. |
shutdown | final public static void shutdown()(Code) | | Disposes of all allocated images, colors and fonts when shutting down the
plug-in.
|
|
|