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

java.lang.Objectcom.arranger.jarl.shell.views.mainShellPanes.BaseMSP
com.arranger.jarl.shell.views.mainShellPanes.MSPDimensionPane
- All Implemented Interfaces:
- IMainShellPane
- public class MSPDimensionPane
- extends BaseMSP
MSPDimensionPane created on Apr 21, 2003
| Field Summary | |
protected static int |
DEFAULT_HEIGHT
|
protected static int |
DEFAULT_WIDTH
|
protected javax.swing.JTextField |
m_heightText
|
protected boolean |
m_isUpdating
|
protected javax.swing.JTextField |
m_widthText
|
| Fields inherited from class com.arranger.jarl.shell.views.mainShellPanes.BaseMSP |
m_jarlShell |
| Constructor Summary | |
MSPDimensionPane()
|
|
| Method Summary | |
java.awt.Component |
createComponent()
Create a component |
void |
enable(boolean enabled)
|
java.awt.Dimension |
getCustomDimensions()
|
protected int |
getValue(java.lang.String text,
int defaultValue)
|
void |
onChange(com.arranger.jarl.shell.models.BaseModel baseModel,
java.lang.String propertyName)
Events have been fired |
protected void |
updateFields()
|
| Methods inherited from class com.arranger.jarl.shell.views.mainShellPanes.BaseMSP |
getJarlContextModel, getViewPrefModel, init |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
DEFAULT_WIDTH
protected static final int DEFAULT_WIDTH
- See Also:
- Constant Field Values
DEFAULT_HEIGHT
protected static final int DEFAULT_HEIGHT
- See Also:
- Constant Field Values
m_widthText
protected javax.swing.JTextField m_widthText
m_heightText
protected javax.swing.JTextField m_heightText
m_isUpdating
protected boolean m_isUpdating
| Constructor Detail |
MSPDimensionPane
public MSPDimensionPane()
| Method Detail |
createComponent
public java.awt.Component createComponent()
- Create a component
enable
public void enable(boolean enabled)
getCustomDimensions
public java.awt.Dimension getCustomDimensions()
onChange
public void onChange(com.arranger.jarl.shell.models.BaseModel baseModel, java.lang.String propertyName)
- Description copied from class:
BaseMSP - Events have been fired
- Specified by:
onChangein interfaceIMainShellPane- Overrides:
onChangein classBaseMSP
updateFields
protected void updateFields()
getValue
protected int getValue(java.lang.String text, int defaultValue)
|
|||||||||
| 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