Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.arranger.jarl.shell
Class JarlShell  view JarlShell download JarlShell.java

java.lang.Object
  extended bycom.arranger.jarl.shell.JarlShell

public class JarlShell
extends java.lang.Object

JarlShell


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

Field Detail

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
Constructor Detail

JarlShell

public JarlShell(boolean fullGUI)
          throws java.lang.Exception
Method Detail

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