|
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.openide.util.Task
org.openide.loaders.FolderInstance
org.netbeans.modules.editor.options.InstalledOptionsFolder
public class InstalledOptionsFolder
Folder of all installed BaseOptions subClasses, like JavaOptions,
HTMLOptions ...
Options can be initialized by XML layer for example JavaOptions are
initialized via:
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface org.openide.cookies.InstanceCookie |
---|
InstanceCookie.Of |
Field Summary | |
---|---|
static String |
FOLDER
folder for itutor options XML files |
static String |
INSTALLED_OPTIONS
|
Fields inherited from class org.openide.loaders.FolderInstance |
---|
folder |
Fields inherited from class org.openide.util.Task |
---|
EMPTY |
Method Summary | |
---|---|
void |
addPropertyChangeListener(PropertyChangeListener listener)
Adds listener to this folder |
protected Object |
createInstance(InstanceCookie[] cookies)
Creates a new instance of XML files. |
static InstalledOptionsFolder |
getDefault()
Creates the only instance of InstalledOptionsFolder. |
void |
removePropertyChangeListener(PropertyChangeListener listener)
Removes listener from this folder |
void |
taskFinished(Task task)
Some MIME options were added or removed, fire the event |
Methods inherited from class org.openide.loaders.FolderInstance |
---|
acceptContainer, acceptCookie, acceptDataObject, acceptFolder, instanceClass, instanceCreate, instanceFinished, instanceForCookie, instanceName, postCreationTask, recreate, run, toString, waitFinished |
Methods inherited from class org.openide.util.Task |
---|
addTaskListener, isFinished, notifyFinished, notifyRunning, removeTaskListener, waitFinished |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final String FOLDER
public static final String INSTALLED_OPTIONS
Method Detail |
---|
public static InstalledOptionsFolder getDefault()
protected Object createInstance(InstanceCookie[] cookies) throws IOException, ClassNotFoundException
createInstance
in class FolderInstance
IOException
ClassNotFoundException
public void addPropertyChangeListener(PropertyChangeListener listener)
public void removePropertyChangeListener(PropertyChangeListener listener)
public void taskFinished(Task task)
taskFinished
in interface TaskListener
|
org.netbeans.modules.editor/3 1.32.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |