fr.reseaumexico.editor.demo
Class MexicoEditorDemoUIModel
java.lang.Object
fr.reseaumexico.editor.demo.MexicoEditorDemoUIModel
public class MexicoEditorDemoUIModel
- extends Object
- Author:
- sletellier
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
pcs
protected final PropertyChangeSupport pcs
PROPERTY_OPTION_CHANGED
public static final String PROPERTY_OPTION_CHANGED
- See Also:
- Constant Field Values
PROPERTY_INPUT_DESIGN
public static final String PROPERTY_INPUT_DESIGN
- See Also:
- Constant Field Values
PROPERTY_INPUT_DESIGN_FILE
public static final String PROPERTY_INPUT_DESIGN_FILE
- See Also:
- Constant Field Values
inputDesign
protected InputDesign inputDesign
inputDesignFile
protected File inputDesignFile
optionChanged
protected boolean optionChanged
MexicoEditorDemoUIModel
public MexicoEditorDemoUIModel()
getInputDesignFile
public File getInputDesignFile()
setInputDesignFile
public void setInputDesignFile(File inputDesignFile)
getInputDesign
public InputDesign getInputDesign()
setInputDesign
public void setInputDesign(InputDesign inputDesign)
isOptionChanged
public boolean isOptionChanged()
setOptionChanged
public void setOptionChanged(boolean optionChanged)
addPropertyChangeListener
public void addPropertyChangeListener(PropertyChangeListener listener)
addPropertyChangeListener
public void addPropertyChangeListener(String propertyName,
PropertyChangeListener listener)
removePropertyChangeListener
public void removePropertyChangeListener(PropertyChangeListener listener)
removePropertyChangeListener
public void removePropertyChangeListener(String propertyName,
PropertyChangeListener listener)
firePropertyChange
protected void firePropertyChange(String propertyName,
Object oldValue,
Object newValue)
Copyright © 2011-2012 Code Lutin. All Rights Reserved.