com.ldodds.twinkle.ui.components
Class ComponentRegistry
java.lang.Object
com.ldodds.twinkle.ui.components.ComponentRegistry
public class ComponentRegistry
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
registry
public static final ComponentRegistry registry
ComponentRegistry
public ComponentRegistry()
getMainWindow
public TwinkleMain getMainWindow()
setMainWindow
public void setMainWindow(TwinkleMain main)
setStatusBar
public void setStatusBar(StatusBar status)
getStatusBar
public StatusBar getStatusBar()
setMenuBar
public void setMenuBar(TwinkleMenuBar menu)
getMenuBar
public TwinkleMenuBar getMenuBar()
getCurrentFrame
public QueryForm getCurrentFrame()
setCurrentFrame
public void setCurrentFrame(QueryForm current)
setConfig
public void setConfig(Model sources)
getConfig
public Model getConfig()
getSyntax
public Syntax getSyntax()
setSyntax
public void setSyntax(Syntax syntax)