com.jurismarches.vradi.ui.models
Class ModifThesaurusModel
java.lang.Object
javax.swing.AbstractListModel
com.jurismarches.vradi.ui.models.ModifModel<ModifThesaurusModel.ModifThesaurus>
com.jurismarches.vradi.ui.models.ModifThesaurusModel
- All Implemented Interfaces:
- Serializable, ListModel
public class ModifThesaurusModel
- extends ModifModel<ModifThesaurusModel.ModifThesaurus>
- Author:
- letellier
- See Also:
- Serialized Form
| Methods inherited from class com.jurismarches.vradi.ui.models.ModifModel |
add, addAll, clear, fireAdd, fireRemove, get, getElementAt, getSize, getValues, remove, removeAll, revert, revert, setValues |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
context
protected jaxx.runtime.JAXXContext context
helper
protected ThesaurusTreeHelper helper
cachedAttributeModif
protected Map<String,ModifThesaurusModel.AttributeModif> cachedAttributeModif
cachedModif
protected LinkedHashMap<String,ModifThesaurusModel.ModifThesaurus> cachedModif
ModifThesaurusModel
public ModifThesaurusModel(jaxx.runtime.JAXXContext context,
ThesaurusTreeHelper helper)
addCreateModif
public ModifThesaurusModel.CreateModif addCreateModif(VradiThesaurusDTO created)
addDeleteModif
public ModifThesaurusModel.DeleteModif addDeleteModif(VradiThesaurusDTO deleted)
addMoveModif
public ModifThesaurusModel.MoveModif addMoveModif(VradiThesaurusDTO moved,
String parentNamePath,
String parentPath,
String newPath)
findLinkedModif
protected void findLinkedModif(ModifThesaurusModel.ModifThesaurus toCheck)
getAllMsgs
public String getAllMsgs()
askToCancelModifLinked
protected boolean askToCancelModifLinked(ModifThesaurusModel.ModifThesaurus modif)
prepareAttributeModif
public ModifThesaurusModel.AttributeModif prepareAttributeModif(VradiThesaurusDTO modif,
String attributeName,
String oldValue)
confirmAttributeModif
public void confirmAttributeModif()
cancelAttributeModif
public void cancelAttributeModif()
getConcernedThesaurus
protected VradiThesaurusDTO getConcernedThesaurus(int index)
getConcernedThesaurus
public List<VradiThesaurusDTO> getConcernedThesaurus(int[] index)
Copyright © 2009-2010 JurisMarches. All Rights Reserved.