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 MSPOptionsPane  view MSPOptionsPane download MSPOptionsPane.java

java.lang.Object
  extended bycom.arranger.jarl.shell.views.mainShellPanes.BaseMSP
      extended bycom.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:
init in interface IMainShellPane
Overrides:
init in class BaseMSP

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:
onChange in interface IMainShellPane
Overrides:
onChange in class BaseMSP