~ubuntu-branches/ubuntu/quantal/netbeans/quantal

« back to all changes in this revision

Viewing changes to core/settings/nbproject/org-netbeans-modules-settings.sig

  • Committer: Bazaar Package Importer
  • Author(s): Marek Slama
  • Date: 2008-01-29 14:11:22 UTC
  • Revision ID: james.westby@ubuntu.com-20080129141122-fnzjbo11ntghxfu7
Tags: upstream-6.0.1
ImportĀ upstreamĀ versionĀ 6.0.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#API master signature file
 
2
#Version 1.5.0_11
 
3
CLSS public abstract org.netbeans.spi.settings.Convertor
 
4
cons public Convertor()
 
5
meth protected native java.lang.Object java.lang.Object.clone() throws java.lang.CloneNotSupportedException
 
6
meth protected static org.openide.util.Lookup org.netbeans.spi.settings.Convertor.findContext(java.io.Reader)
 
7
meth protected static org.openide.util.Lookup org.netbeans.spi.settings.Convertor.findContext(java.io.Writer)
 
8
meth protected void java.lang.Object.finalize() throws java.lang.Throwable
 
9
meth public abstract java.lang.Object org.netbeans.spi.settings.Convertor.read(java.io.Reader) throws java.io.IOException,java.lang.ClassNotFoundException
 
10
meth public abstract void org.netbeans.spi.settings.Convertor.registerSaver(java.lang.Object,org.netbeans.spi.settings.Saver)
 
11
meth public abstract void org.netbeans.spi.settings.Convertor.unregisterSaver(java.lang.Object,org.netbeans.spi.settings.Saver)
 
12
meth public abstract void org.netbeans.spi.settings.Convertor.write(java.io.Writer,java.lang.Object) throws java.io.IOException
 
13
meth public boolean java.lang.Object.equals(java.lang.Object)
 
14
meth public final void java.lang.Object.wait() throws java.lang.InterruptedException
 
15
meth public final void java.lang.Object.wait(long,int) throws java.lang.InterruptedException
 
16
meth public java.lang.String java.lang.Object.toString()
 
17
meth public native final java.lang.Class java.lang.Object.getClass()
 
18
meth public native final void java.lang.Object.notify()
 
19
meth public native final void java.lang.Object.notifyAll()
 
20
meth public native final void java.lang.Object.wait(long) throws java.lang.InterruptedException
 
21
meth public native int java.lang.Object.hashCode()
 
22
supr java.lang.Object
 
23
CLSS public abstract org.netbeans.spi.settings.DOMConvertor
 
24
cons protected DOMConvertor(java.lang.String,java.lang.String,java.lang.String)
 
25
meth protected abstract java.lang.Object org.netbeans.spi.settings.DOMConvertor.readElement(org.w3c.dom.Element) throws java.io.IOException,java.lang.ClassNotFoundException
 
26
meth protected abstract void org.netbeans.spi.settings.DOMConvertor.writeElement(org.w3c.dom.Document,org.w3c.dom.Element,java.lang.Object) throws java.io.IOException,org.w3c.dom.DOMException
 
27
meth protected native java.lang.Object java.lang.Object.clone() throws java.lang.CloneNotSupportedException
 
28
meth protected static final java.lang.Object org.netbeans.spi.settings.DOMConvertor.delegateRead(org.w3c.dom.Element) throws java.io.IOException,java.lang.ClassNotFoundException
 
29
meth protected static final org.w3c.dom.Element org.netbeans.spi.settings.DOMConvertor.delegateWrite(org.w3c.dom.Document,java.lang.Object) throws java.io.IOException,org.w3c.dom.DOMException
 
30
meth protected static org.openide.util.Lookup org.netbeans.spi.settings.Convertor.findContext(java.io.Reader)
 
31
meth protected static org.openide.util.Lookup org.netbeans.spi.settings.Convertor.findContext(java.io.Writer)
 
32
meth protected static org.openide.util.Lookup org.netbeans.spi.settings.DOMConvertor.findContext(org.w3c.dom.Document)
 
33
meth protected void java.lang.Object.finalize() throws java.lang.Throwable
 
34
meth public abstract void org.netbeans.spi.settings.Convertor.registerSaver(java.lang.Object,org.netbeans.spi.settings.Saver)
 
35
meth public abstract void org.netbeans.spi.settings.Convertor.unregisterSaver(java.lang.Object,org.netbeans.spi.settings.Saver)
 
36
meth public boolean java.lang.Object.equals(java.lang.Object)
 
37
meth public final java.lang.Object org.netbeans.spi.settings.DOMConvertor.read(java.io.Reader) throws java.io.IOException,java.lang.ClassNotFoundException
 
38
meth public final void java.lang.Object.wait() throws java.lang.InterruptedException
 
39
meth public final void java.lang.Object.wait(long,int) throws java.lang.InterruptedException
 
40
meth public final void org.netbeans.spi.settings.DOMConvertor.write(java.io.Writer,java.lang.Object) throws java.io.IOException
 
41
meth public java.lang.String java.lang.Object.toString()
 
42
meth public native final java.lang.Class java.lang.Object.getClass()
 
43
meth public native final void java.lang.Object.notify()
 
44
meth public native final void java.lang.Object.notifyAll()
 
45
meth public native final void java.lang.Object.wait(long) throws java.lang.InterruptedException
 
46
meth public native int java.lang.Object.hashCode()
 
47
supr org.netbeans.spi.settings.Convertor
 
48
CLSS public abstract interface org.netbeans.spi.settings.Saver
 
49
meth public abstract void org.netbeans.spi.settings.Saver.markDirty()
 
50
meth public abstract void org.netbeans.spi.settings.Saver.requestSave() throws java.io.IOException
 
51
supr null