public class EditorsOptions extends HashStructureAdapter implements Copyable
Editor.editorShown() and Editor.editorHidden() to
 determine if they must sync or not.
 This class is kept to allow migration of older settings.| Modifier and Type | Field and Description | 
|---|---|
static java.lang.String | 
KEY_SETTINGS  | 
_hash| Constructor and Description | 
|---|
EditorsOptions()  | 
EditorsOptions(HashStructure hash)  | 
| Modifier and Type | Method and Description | 
|---|---|
java.util.Map | 
getEditorsData()
Deprecated. 
 
Not used. Always returns null. 
 | 
static EditorsOptions | 
getInstance(PropertyStorage prefs)  | 
java.util.ArrayList<RecentFile> | 
getLruFiles()  | 
boolean | 
isRecentFilesShowAll()  | 
boolean | 
isRecentFilesShowClosedOnly()  | 
void | 
setEditorsData(java.util.Map map)
Deprecated. 
 
Not used.  This method is a no-op. 
 | 
void | 
setLruFiles(java.util.ArrayList lruFiles)  | 
void | 
setRecentFilesShowAll(boolean showAll)  | 
void | 
setRecentFilesShowClosedOnly(boolean showClosedOnly)  | 
addStructureChangeListener, containsKey, copyTo, copyToImpl, equals, equalsImpl, findOrCreate, forcedCopyTo, getHashStructure, removeStructureChangeListener, useObjectEqualspublic static final java.lang.String KEY_SETTINGS
public EditorsOptions()
public EditorsOptions(HashStructure hash)
public static EditorsOptions getInstance(PropertyStorage prefs)
public java.util.ArrayList<RecentFile> getLruFiles()
public void setLruFiles(java.util.ArrayList lruFiles)
public boolean isRecentFilesShowAll()
public void setRecentFilesShowAll(boolean showAll)
public boolean isRecentFilesShowClosedOnly()
public void setRecentFilesShowClosedOnly(boolean showClosedOnly)
public java.util.Map getEditorsData()
public void setEditorsData(java.util.Map map)