|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcz.zcu.fav.kiv.editor.beans.OpenFile
public class OpenFile
The OpenFile
class represents an open XSL stylesheet file.
Constructor Summary | |
---|---|
OpenFile()
Initializes a newly created empty OpenFile . |
Method Summary | |
---|---|
java.lang.String |
getOpenFilePath()
|
org.w3c.dom.Document |
getWholeFile()
|
boolean |
isFileChanged()
|
void |
setFileChanged(boolean fileChanged)
Sets if the opened file is changed or not. |
void |
setOpenFilePath(java.lang.String openFilePath)
Sets the new openFilePath of the opened file. |
void |
setWholeFile(org.w3c.dom.Document wholeFile)
Sets the new DOM structure wholeFile of newly opened file. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public OpenFile()
OpenFile
. Assignes the
wholeFile
to the new empty DOM XSL stylesheet structure. Sets the newly
created file as not changed (fileChanged
).
Method Detail |
---|
public org.w3c.dom.Document getWholeFile()
public void setWholeFile(org.w3c.dom.Document wholeFile)
wholeFile
of newly opened file. Sets the opened
file as not changed.
wholeFile
- DOM structure of the opened file.public java.lang.String getOpenFilePath()
public void setOpenFilePath(java.lang.String openFilePath)
openFilePath
of the opened file. If the file hasn't the extension
XSL, then the extension is added.
openFilePath
- a new path to the opened file.public boolean isFileChanged()
public void setFileChanged(boolean fileChanged)
fileChanged
- true, if the file has changed.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |