public class MexicoEditorDemoUIModel
extends org.jdesktop.beans.AbstractSerializableBean
| Modifier and Type | Field and Description |
|---|---|
protected InputDesign |
inputDesign |
protected File |
inputDesignFile |
protected boolean |
optionChanged |
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 |
|---|---|
InputDesign |
getInputDesign() |
File |
getInputDesignFile() |
boolean |
isOptionChanged() |
void |
setInputDesign(InputDesign inputDesign) |
void |
setInputDesignFile(File inputDesignFile) |
void |
setOptionChanged(boolean optionChanged) |
addPropertyChangeListener, addPropertyChangeListener, addVetoableChangeListener, addVetoableChangeListener, clone, fireIndexedPropertyChange, firePropertyChange, firePropertyChange, fireVetoableChange, fireVetoableChange, getPropertyChangeListeners, getPropertyChangeListeners, getVetoableChangeListeners, getVetoableChangeListeners, hasPropertyChangeListeners, hasVetoableChangeListeners, removePropertyChangeListener, removePropertyChangeListener, removeVetoableChangeListener, removeVetoableChangeListenerpublic 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)
Copyright © 2011-2012 Code Lutin. All Rights Reserved.