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

Quick Search    Search Deep

com.arranger.jarl.shell.views.mainShellPanes
Class BaseMSP  view BaseMSP download BaseMSP.java

java.lang.Object
  extended bycom.arranger.jarl.shell.views.mainShellPanes.BaseMSP
All Implemented Interfaces:
IMainShellPane
Direct Known Subclasses:
MSPDimensionPane, MSPFrameSlider, MSPJarlFile, MSPOptionsPane, MSPPreviewAnimationPane, MSPRenderPane, MSPRenderStatusPane

public abstract class BaseMSP
extends java.lang.Object
implements IMainShellPane

BaseMSP serves as a handy base class and many of these are the based on the com.arranger.jarl.shell.commands.BaseCommands


Field Summary
protected  com.arranger.jarl.shell.JarlShell m_jarlShell
           
 
Constructor Summary
BaseMSP()
           
 
Method Summary
protected  com.arranger.jarl.shell.models.JarlContextModel getJarlContextModel()
           
protected  com.arranger.jarl.shell.models.ViewPrefModel getViewPrefModel()
           
 void init(com.arranger.jarl.shell.JarlShell jarlShell)
          Initializes with the jarl shell
 void onChange(com.arranger.jarl.shell.models.BaseModel baseModel, java.lang.String propertyName)
          Events have been fired
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.arranger.jarl.shell.views.mainShellPanes.IMainShellPane
createComponent
 

Field Detail

m_jarlShell

protected com.arranger.jarl.shell.JarlShell m_jarlShell
Constructor Detail

BaseMSP

public BaseMSP()
Method Detail

init

public void init(com.arranger.jarl.shell.JarlShell jarlShell)
Initializes with the jarl shell

Specified by:
init in interface IMainShellPane

onChange

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

Specified by:
onChange in interface IMainShellPane

getJarlContextModel

protected com.arranger.jarl.shell.models.JarlContextModel getJarlContextModel()

getViewPrefModel

protected com.arranger.jarl.shell.models.ViewPrefModel getViewPrefModel()