Method Summary |
|
public String | getFilename() Returns the filename. |
public boolean | isModified() Returns true if the file was modified since the last save. |
public boolean | isNew() Returns true if the file has never been saved since its
creation. |
public void | setFilename(String filename) Sets the filename. |
public void | setModified(boolean modified) Sets the modified state. |
public void | setNew(boolean isNew) Sets the isNew state. |