|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Here an ordered model for storing a set of XMLEditor. This model is binded to a view that showes all XMLEditor
com.japisoft.xmlappkit.XMLEditor,
XMLAppContainer| Method Summary | |
void |
addXMLEditor(XMLEditor editor)
Add a new XMLEditor |
void |
addXMLEditor(XMLEditor editor,
int index)
Add a new XMLEditor for this index |
void |
fireModelUpdated()
This is a way to force the view to be updated with the new model content. |
void |
moveEditor(int fromIndex,
int toIndex)
Move an editor from the fromIndex to the toIndex |
void |
removeXMLEditor(int index)
Remove the XMLEditor at this index |
void |
removeXMLEditor(XMLEditor editor)
Remove an XMLEditor |
void |
setXMLEditorModelListener(XMLEditorsModelListener listener)
Set a listener for updating the view |
XMLEditor |
xmlEditorAt(int index)
|
XMLEditor |
xmlEditorByName(java.lang.String name)
|
XMLEditor |
xmlEditorByView(javax.swing.JComponent view)
|
int |
xmlEditorCount()
|
| Method Detail |
public void addXMLEditor(XMLEditor editor)
public void removeXMLEditor(XMLEditor editor)
public void addXMLEditor(XMLEditor editor,
int index)
public void moveEditor(int fromIndex,
int toIndex)
public void removeXMLEditor(int index)
public int xmlEditorCount()
public XMLEditor xmlEditorAt(int index)
public XMLEditor xmlEditorByName(java.lang.String name)
public XMLEditor xmlEditorByView(javax.swing.JComponent view)
public void setXMLEditorModelListener(XMLEditorsModelListener listener)
public void fireModelUpdated()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||