org.netbeans.modules.editor/3 1.63.0 5

org.netbeans.modules.editor.options
Class AnnotationTypeActionsFolder

java.lang.Object
  extended by org.openide.util.Task
      extended by org.openide.loaders.FolderInstance
          extended by org.netbeans.modules.editor.options.AnnotationTypeActionsFolder
All Implemented Interfaces:
Runnable, InstanceCookie, Node.Cookie

public class AnnotationTypeActionsFolder
extends FolderInstance

Processing of folders with annotation types actions.

Since:
08/2001

Nested Class Summary
 
Nested classes/interfaces inherited from interface org.openide.cookies.InstanceCookie
InstanceCookie.Of
 
Field Summary
 
Fields inherited from class org.openide.loaders.FolderInstance
folder
 
Fields inherited from class org.openide.util.Task
EMPTY
 
Method Summary
protected  Object createInstance(InstanceCookie[] cookies)
          Called for each XML file found in FOLDER directory
static boolean readActions(AnnotationType type, String subFolder)
          Factory method for AnnotationTypeActionsFolder instance.
 
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
 

Method Detail

readActions

public static boolean readActions(AnnotationType type,
                                  String subFolder)
Factory method for AnnotationTypeActionsFolder instance.


createInstance

protected Object createInstance(InstanceCookie[] cookies)
                         throws IOException,
                                ClassNotFoundException
Called for each XML file found in FOLDER directory

Specified by:
createInstance in class FolderInstance
Throws:
IOException
ClassNotFoundException

org.netbeans.modules.editor/3 1.63.0 5

Built on May 22 2012.  |  Portions Copyright 1997-2012 Oracle. All rights reserved.