public class MexicoEditorDemoUIModel extends Object
| Modifier and Type | Field and Description |
|---|---|
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 and Description |
|---|
MexicoEditorDemoUIModel() |
| Modifier and Type | Method and Description |
|---|---|
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) |
protected final PropertyChangeSupport pcs
public static final String PROPERTY_OPTION_CHANGED
public static final String PROPERTY_INPUT_DESIGN
public static final String PROPERTY_INPUT_DESIGN_FILE
protected InputDesign inputDesign
protected File inputDesignFile
protected boolean optionChanged
public File getInputDesignFile()
public void setInputDesignFile(File inputDesignFile)
public InputDesign getInputDesign()
public void setInputDesign(InputDesign inputDesign)
public boolean isOptionChanged()
public void setOptionChanged(boolean optionChanged)
public void addPropertyChangeListener(PropertyChangeListener listener)
public void addPropertyChangeListener(String propertyName, PropertyChangeListener listener)
public void removePropertyChangeListener(PropertyChangeListener listener)
public void removePropertyChangeListener(String propertyName, PropertyChangeListener listener)
Copyright © 2011-2012 Code Lutin. All Rights Reserved.