|
|||||||||
| 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 MSPOptionsPane

java.lang.Objectcom.arranger.jarl.shell.views.mainShellPanes.BaseMSP
com.arranger.jarl.shell.views.mainShellPanes.MSPOptionsPane
- All Implemented Interfaces:
- IMainShellPane
- public class MSPOptionsPane
- extends BaseMSP
MSPOptionsPane created on Apr 21, 2003
| Field Summary | |
protected MSPDimensionPane |
m_mspDimensionPane
|
protected javax.swing.JCheckBox |
m_reuseFrameCheckBox
|
protected javax.swing.JCheckBox |
m_showObjTreeCheckBox
|
protected javax.swing.JCheckBox |
m_useCustomDimCheckBox
|
| Fields inherited from class com.arranger.jarl.shell.views.mainShellPanes.BaseMSP |
m_jarlShell |
| Constructor Summary | |
MSPOptionsPane()
|
|
| Method Summary | |
java.awt.Component |
createComponent()
Create a component |
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 com.arranger.jarl.shell.views.mainShellPanes.BaseMSP |
getJarlContextModel, getViewPrefModel |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
m_mspDimensionPane
protected MSPDimensionPane m_mspDimensionPane
m_reuseFrameCheckBox
protected javax.swing.JCheckBox m_reuseFrameCheckBox
m_showObjTreeCheckBox
protected javax.swing.JCheckBox m_showObjTreeCheckBox
m_useCustomDimCheckBox
protected javax.swing.JCheckBox m_useCustomDimCheckBox
| Constructor Detail |
MSPOptionsPane
public MSPOptionsPane()
| Method Detail |
init
public void init(com.arranger.jarl.shell.JarlShell jarlShell)
- Initializes with the jarl shell
- Specified by:
initin interfaceIMainShellPane- Overrides:
initin classBaseMSP
createComponent
public java.awt.Component createComponent()
- Create a component
onChange
public void onChange(com.arranger.jarl.shell.models.BaseModel baseModel, java.lang.String propertyName)
- Events have been fired
- Specified by:
onChangein interfaceIMainShellPane- Overrides:
onChangein classBaseMSP
|
|||||||||
| 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