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

Quick Search    Search Deep

com.arranger.jarl.shell.views
Class MainJarlShellFrame.MainFrameView  view MainJarlShellFrame.MainFrameView download MainJarlShellFrame.MainFrameView.java

java.lang.Object
  extended bycom.arranger.jarl.shell.ShellObject
      extended bycom.arranger.jarl.shell.views.BaseView
          extended bycom.arranger.jarl.shell.views.MainJarlShellFrame.MainFrameView
All Implemented Interfaces:
com.arranger.jarl.shell.models.IModelListener
Enclosing class:
MainJarlShellFrame

public static class MainJarlShellFrame.MainFrameView
extends BaseView

An adapter for the baseView


Field Summary
 
Fields inherited from class com.arranger.jarl.shell.ShellObject
LINE_SEP, m_jarlShell
 
Constructor Summary
MainJarlShellFrame.MainFrameView()
           
 
Method Summary
 java.lang.String[] getModelsToSubscribe()
           
 void onChange(com.arranger.jarl.shell.models.BaseModel baseModel, java.lang.String propertyName)
           
 
Methods inherited from class com.arranger.jarl.shell.ShellObject
getJarlShell, initialize
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MainJarlShellFrame.MainFrameView

public MainJarlShellFrame.MainFrameView()
Method Detail

getModelsToSubscribe

public java.lang.String[] getModelsToSubscribe()
Specified by:
getModelsToSubscribe in class BaseView

onChange

public void onChange(com.arranger.jarl.shell.models.BaseModel baseModel,
                     java.lang.String propertyName)