|
|||||||||
| Home >> All >> com >> arranger >> jarl >> shell >> views >> [ mainShellPanes overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.arranger.jarl.shell.views.mainShellPanes
Class BaseMSP

java.lang.Objectcom.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
- extends java.lang.Object
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:
initin interfaceIMainShellPane
onChange
public void onChange(com.arranger.jarl.shell.models.BaseModel baseModel, java.lang.String propertyName)
- Events have been fired
- Specified by:
onChangein interfaceIMainShellPane
getJarlContextModel
protected com.arranger.jarl.shell.models.JarlContextModel getJarlContextModel()
getViewPrefModel
protected com.arranger.jarl.shell.models.ViewPrefModel getViewPrefModel()
|
|||||||||
| Home >> All >> com >> arranger >> jarl >> shell >> views >> [ mainShellPanes overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
com.arranger.jarl.shell.views.mainShellPanes.BaseMSP