net.sf.fmj.gui.controlpanelfactory
Class ControlPanelFactorySingleton

java.lang.Object
  extended by net.sf.fmj.gui.controlpanelfactory.ControlPanelFactorySingleton

public final class ControlPanelFactorySingleton
extends java.lang.Object

The global singleton ControlPanelFactory instance. All FMJ handlers should use this to create their control panel components, if possible, ensuring a consistent, configurable UI.

Author:
Ken Larson

Method Summary
static ControlPanelFactory getInstance()
           
static void setInstance(ControlPanelFactory instance)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static ControlPanelFactory getInstance()

setInstance

public static void setInstance(ControlPanelFactory instance)