public interface SiteEditor
for license details.
Modifier and Type | Method and Description |
---|---|
org.crosswire.jsword.book.install.Installer |
getInstaller()
Get the installer associated with this SiteEditor
|
void |
reset()
Set the state of this SiteEditor to the last save.
|
void |
save()
Save the state of this SiteEditor.
|
void |
setEditable(boolean editable)
Change the Editable state of this SiteEditor.
|
void |
setInstaller(org.crosswire.jsword.book.install.Installer newInstaller)
Establish the installer for this SiteEditor.
|
void setInstaller(org.crosswire.jsword.book.install.Installer newInstaller)
newInstaller
- org.crosswire.jsword.book.install.Installer getInstaller()
void setEditable(boolean editable)
editable
- void save()
void reset()