com.ldodds.foafamatic
Class Services

java.lang.Object
  |
  +--com.ldodds.foafamatic.Services

public class Services
extends java.lang.Object

A registry of services used by this application.

Author:
ccslrd

Constructor Summary
Services()
           
 
Method Summary
static com.ldodds.thinlet.ComponentManager getComponentManager()
           
static com.ldodds.thinlet.Dialogs getDialogs()
           
static com.ldodds.thinlet.FieldStateManager getFieldStateManager()
           
static java.awt.Frame getFrame()
           
static Model getModel()
           
static com.ldodds.foafamatic.ModelBuilder getModelBuilder()
           
static com.ldodds.foafamatic.Preferences getPreferences()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Services

public Services()
Method Detail

getPreferences

public static final com.ldodds.foafamatic.Preferences getPreferences()

getDialogs

public static final com.ldodds.thinlet.Dialogs getDialogs()

getFrame

public static final java.awt.Frame getFrame()

getModel

public static final Model getModel()

getModelBuilder

public static final com.ldodds.foafamatic.ModelBuilder getModelBuilder()

getFieldStateManager

public static final com.ldodds.thinlet.FieldStateManager getFieldStateManager()

getComponentManager

public static final com.ldodds.thinlet.ComponentManager getComponentManager()