|
org.netbeans.modules.editor/3 1.42.0 3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.netbeans.modules.editor.options.AnnotationTypeProcessor
public class AnnotationTypeProcessor
Processor of the XML file. The result of parsing is instance of AnnotationType class.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface org.openide.cookies.InstanceCookie |
|---|
InstanceCookie.Of |
| Constructor Summary | |
|---|---|
AnnotationTypeProcessor()
|
|
| Method Summary | |
|---|---|
void |
attachTo(FileObject xmlDO)
|
void |
attachTo(XMLDataObject xmlDO)
When the XMLDataObject creates new instance of the processor, it uses this method to attach the processor to the data object. |
Class |
instanceClass()
The representation type that may be created as instances. |
Object |
instanceCreate()
Create an instance. |
String |
instanceName()
The bean name for the instance. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AnnotationTypeProcessor()
| Method Detail |
|---|
public void attachTo(XMLDataObject xmlDO)
attachTo in interface XMLDataObject.ProcessorxmlDO - XMLDataObjectpublic void attachTo(FileObject xmlDO)
public Object instanceCreate()
throws IOException,
ClassNotFoundException
instanceCreate in interface InstanceCookieinstanceClass()
IOException - if an I/O error occured
ClassNotFoundException - if a class was not foundpublic Class instanceClass()
instanceClass in interface InstanceCookieIOException - if an I/O error occurred
ClassNotFoundException - if a class was not foundpublic String instanceName()
instanceName in interface InstanceCookie
|
org.netbeans.modules.editor/3 1.42.0 3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||