fr.reseaumexico.editor.demo
Class MexicoEditorDemoUIModel

java.lang.Object
  extended by fr.reseaumexico.editor.demo.MexicoEditorDemoUIModel

public class MexicoEditorDemoUIModel
extends Object

Author:
sletellier

Field Summary
protected  InputDesign inputDesign
           
protected  File inputDesignFile
           
protected  boolean optionChanged
           
protected  PropertyChangeSupport pcs
           
static String PROPERTY_INPUT_DESIGN
           
static String PROPERTY_INPUT_DESIGN_FILE
           
static String PROPERTY_OPTION_CHANGED
           
 
Constructor Summary
MexicoEditorDemoUIModel()
           
 
Method Summary
 void addPropertyChangeListener(PropertyChangeListener listener)
           
 void addPropertyChangeListener(String propertyName, PropertyChangeListener listener)
           
protected  void firePropertyChange(String propertyName, Object oldValue, Object newValue)
           
 InputDesign getInputDesign()
           
 File getInputDesignFile()
           
 boolean isOptionChanged()
           
 void removePropertyChangeListener(PropertyChangeListener listener)
           
 void removePropertyChangeListener(String propertyName, PropertyChangeListener listener)
           
 void setInputDesign(InputDesign inputDesign)
           
 void setInputDesignFile(File inputDesignFile)
           
 void setOptionChanged(boolean optionChanged)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

MexicoEditorDemoUIModel

public MexicoEditorDemoUIModel()
Method Detail

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.