diff dwtx/jface/resource/JFaceResources.d @ 8:a3ff22a98bef

Dialog
author Frank Benoit <benoit@tionex.de>
date Sat, 29 Mar 2008 01:25:27 +0100
parents 8a302fdb4140
children 6c14e54dfc11
line wrap: on
line diff
--- a/dwtx/jface/resource/JFaceResources.d	Fri Mar 28 23:32:40 2008 +0100
+++ b/dwtx/jface/resource/JFaceResources.d	Sat Mar 29 01:25:27 2008 +0100
@@ -13,12 +13,21 @@
 module dwtx.jface.resource.JFaceResources;
 
 import dwtx.jface.resource.FontRegistry;
+import dwtx.jface.resource.ImageRegistry;
+import dwtx.jface.resource.ResourceManager;
+
+import dwt.graphics.Font;
+import dwt.widgets.Display;
 
 import dwt.dwthelper.utils;
 public class JFaceResources {
     public static const String DEFAULT_FONT = "dwtx.jface.defaultfont"; //$NON-NLS-1$
+    public static final String DIALOG_FONT = "dwtx.jface.dialogfont"; //$NON-NLS-1$
     public static FontRegistry getFontRegistry() ;
     public static String getString(String key) ;
+    public static Font getDialogFont() ;
+    public static ImageRegistry getImageRegistry() ;
+    public static ResourceManager getResources(Display toQuery) ;
 }
 /++
 import java.text.MessageFormat;