java.lang.Object
com.arranger.jarl.shell.JarlShell
- public class JarlShell
- extends java.lang.Object
JarlShell
|
Constructor Summary |
JarlShell(boolean fullGUI)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
m_shellConfig
protected ShellConfig m_shellConfig
m_fullGUI
protected boolean m_fullGUI
m_mainJarlShellFrame
protected com.arranger.jarl.shell.views.MainJarlShellFrame m_mainJarlShellFrame
m_commands
protected java.util.Map m_commands
m_models
protected java.util.Map m_models
m_viewModelMap
protected java.util.Map m_viewModelMap
m_shouldQuit
protected boolean m_shouldQuit
JarlShell
public JarlShell(boolean fullGUI)
throws java.lang.Exception
getShellConfig
public ShellConfig getShellConfig()
isFullGUI
public boolean isFullGUI()
getMainJarlShellFrame
public com.arranger.jarl.shell.views.MainJarlShellFrame getMainJarlShellFrame()
setShouldQuit
public void setShouldQuit(boolean shouldQuit)
getCommands
public java.util.Map getCommands()
getModels
public java.util.Map getModels()
getModel
public com.arranger.jarl.shell.models.BaseModel getModel(java.lang.String modelClassName)
setModel
public void setModel(com.arranger.jarl.shell.models.BaseModel baseModel)
getViewModelMap
public java.util.Map getViewModelMap()
setViewModelMap
public void setViewModelMap(java.util.Map viewModelMap)
createModel
public com.arranger.jarl.shell.models.BaseModel createModel(java.lang.String className)
throws java.lang.Exception
out
public void out(java.lang.String text)
saveModels
public void saveModels()
throws java.lang.Exception
run
public void run()
throws java.lang.Exception
initialize
protected void initialize()
throws java.lang.Exception
initializeCommands
protected void initializeCommands()
throws java.lang.Exception
initializeModels
protected void initializeModels()
throws java.lang.Exception
initializeViews
protected void initializeViews()
throws java.lang.Exception
initializeSubscribingViews
protected void initializeSubscribingViews(com.arranger.jarl.shell.models.BaseModel baseModel)
main
public static void main(java.lang.String[] args)
throws java.lang.Exception