|
org.netbeans.modules.editor/3 1.32.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.netbeans.modules.editor.options.MIMEOptionFolder
public class MIMEOptionFolder
MIME Options Folder representation. Folder maintains MIME specific settings. The folder contains XML settings files like fontscolors.xml, abbreviations.xml, macros.xml, properties.xml ... The folder also contains multi property subFolders like Popup, Macros, Abbreviations ...
Constructor Summary | |
---|---|
MIMEOptionFolder(DataFolder f,
BaseOptions bean)
Creates new MIMEOptionFolder |
Method Summary | |
---|---|
protected Object |
createInstance(InstanceCookie[] cookies)
Creates instance of all founded and recognized XML files |
protected DataFolder |
getDataFolder()
Gets the data folder of this MIMEOptionFolder |
protected MIMEOptionFile |
getFile(Class file,
boolean forceCreation)
Gets MIME specific file located in this folder |
protected MIMEOptionFolder |
getFolder(String subFolder)
Gets MIME Option subFolder from this folder |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MIMEOptionFolder(DataFolder f, BaseOptions bean)
Method Detail |
---|
protected Object createInstance(InstanceCookie[] cookies) throws IOException, ClassNotFoundException
IOException
ClassNotFoundException
protected DataFolder getDataFolder()
protected MIMEOptionFolder getFolder(String subFolder)
subFolder
- the name of subFolderprotected MIMEOptionFile getFile(Class file, boolean forceCreation)
file
- Processor file classforceCreation
- if true, empty XML file will be created
(used for saving the file ). False is used for loading file.
|
org.netbeans.modules.editor/3 1.32.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |