|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectse.kmr.scam.editor.impl.DocumentImpl
Field Summary |
Fields inherited from interface se.kmr.scam.editor.Document |
SAVE, STATUS_NO_PROPERTIES, STATUS_NO_TITLE_PROPERTY, STATUS_OK, STATUS_UNKNOWN_ERROR |
Constructor Summary | |
DocumentImpl()
|
Method Summary | |
void |
addPropertyChangeListener(PropertyChangeListener pcl)
|
DesktopFrame |
getEditor()
|
Model |
getExtraModel()
|
Model |
getFormModel()
|
FormNode |
getFormNode()
|
String |
getName()
|
Model |
getQueryModel()
Returns the queryModel. |
int |
getStatus()
|
String |
getURI()
|
Model |
getValueModel()
|
boolean |
isItem()
Returns the isItem. |
boolean |
isSavable()
|
void |
refresh()
|
void |
refreshFormNode()
|
boolean |
removeFromModel()
|
void |
removePropertyChangeListener(PropertyChangeListener pcl)
|
boolean |
saveToModel()
|
void |
setEditor(DesktopFrame editorFrame)
|
void |
setExtraModel(Model extraModel)
Sets the extraModel. |
void |
setFormModel(Model formModel)
Sets the formModel. |
void |
setIsItem(boolean isItem)
Sets the isItem. |
void |
setName(String name)
Sets the name. |
void |
setQueryModel(Model queryModel)
Sets the queryModel. |
void |
setStatus(int status)
|
void |
setUri(String uri)
Sets the uri. |
void |
setValueModel(Model valueModel)
Sets the valueModel. |
void |
sweep()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public DocumentImpl()
Method Detail |
public DesktopFrame getEditor()
getEditor
in interface Document
public void setEditor(DesktopFrame editorFrame)
setEditor
in interface Document
public String getName()
getName
in interface Document
se.kmr.scam.editor.gui.Document#getName()
public String getURI()
getURI
in interface Document
se.kmr.scam.editor.gui.Document#getURI()
public FormNode getFormNode()
getFormNode
in interface Document
se.kmr.scam.editor.gui.Document#getFormNode()
public void sweep()
sweep
in interface Document
public Model getValueModel()
getValueModel
in interface Document
se.kmr.scam.editor.gui.Document#getValueModel()
public Model getFormModel()
getFormModel
in interface Document
se.kmr.scam.editor.gui.Document#getFormModel()
public Model getExtraModel()
getExtraModel
in interface Document
se.kmr.scam.editor.gui.Document#getExtraModel()
public boolean isSavable()
isSavable
in interface Document
public boolean saveToModel()
saveToModel
in interface Document
se.kmr.scam.editor.gui.Document#saveToModel()
public void setExtraModel(Model extraModel)
setExtraModel
in interface Document
extraModel
- The extraModel to setpublic void setFormModel(Model formModel)
setFormModel
in interface Document
formModel
- The formModel to setpublic void setName(String name)
setName
in interface Document
name
- The name to setpublic void setUri(String uri)
uri
- The uri to setpublic void setValueModel(Model valueModel)
setValueModel
in interface Document
valueModel
- The valueModel to setpublic Model getQueryModel()
getQueryModel
in interface Document
public void setQueryModel(Model queryModel)
setQueryModel
in interface Document
queryModel
- The queryModel to setpublic boolean isItem()
isItem
in interface Document
public void setIsItem(boolean isItem)
isItem
- The isItem to setpublic int getStatus()
getStatus
in interface Document
public final void setStatus(int status)
setStatus
in interface Document
status
- public void refreshFormNode()
refreshFormNode
in interface Document
public void refresh()
refresh
in interface Document
public boolean removeFromModel()
removeFromModel
in interface Document
public void addPropertyChangeListener(PropertyChangeListener pcl)
addPropertyChangeListener
in interface Document
public void removePropertyChangeListener(PropertyChangeListener pcl)
removePropertyChangeListener
in interface Document
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |