org.nakedobjects.plugins.dnd
Class Toolkit

java.lang.Object
  extended by org.nakedobjects.plugins.dnd.Toolkit
Direct Known Subclasses:
AwtToolkit

public abstract class Toolkit
extends java.lang.Object


Field Summary
protected  ColorsAndFonts colorsAndFonts
           
protected  ContentFactory contentFactory
           
static boolean debug
           
protected  Feedback feedbackManager
           
protected  Viewer viewer
           
protected  ViewFactory viewFactory
           
 
Constructor Summary
protected Toolkit()
           
 
Method Summary
static int defaultBaseline()
           
static int defaultFieldHeight()
           
static Color getColor(int rgbColor)
           
static Color getColor(java.lang.String name)
           
static ContentFactory getContentFactory()
           
static Feedback getFeedbackManager()
           
protected static Toolkit getInstance()
           
static Text getText(java.lang.String name)
           
static Viewer getViewer()
           
static ViewFactory getViewFactory()
           
protected abstract  void init()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

debug

public static boolean debug

contentFactory

protected ContentFactory contentFactory

colorsAndFonts

protected ColorsAndFonts colorsAndFonts

viewer

protected Viewer viewer

feedbackManager

protected Feedback feedbackManager

viewFactory

protected ViewFactory viewFactory
Constructor Detail

Toolkit

protected Toolkit()
Method Detail

defaultBaseline

public static int defaultBaseline()

defaultFieldHeight

public static int defaultFieldHeight()

getColor

public static Color getColor(int rgbColor)

getColor

public static Color getColor(java.lang.String name)

getContentFactory

public static ContentFactory getContentFactory()

getInstance

protected static Toolkit getInstance()

getText

public static Text getText(java.lang.String name)

getViewer

public static Viewer getViewer()

getFeedbackManager

public static Feedback getFeedbackManager()

getViewFactory

public static ViewFactory getViewFactory()

init

protected abstract void init()


Copyright © 2001-2009 Naked Objects Group Ltd.. All Rights Reserved.