Skip to content

Commit

Permalink
Snapshot of APIs as of NetBeans 13
Browse files Browse the repository at this point in the history
  • Loading branch information
neilcsmith-net committed Mar 16, 2022
1 parent 9899586 commit 4c19322
Show file tree
Hide file tree
Showing 444 changed files with 32,224 additions and 2,656 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#Signature file v4.1
#Version 2.86
#Version 2.87

CLSS public java.lang.Object
cons public init()
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#Signature file v4.1
#Version 1.37
#Version 1.38

CLSS public abstract java.awt.Component
cons protected init()
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#Signature file v4.1
#Version 1.90
#Version 1.91

CLSS public abstract java.awt.Component
cons protected init()
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#Signature file v4.1
#Version 1.6
#Version 1.7

CLSS public java.lang.Object
cons public init()
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#Signature file v4.1
#Version 1.5
#Version 1.6

CLSS public java.lang.Object
cons public init()
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#Signature file v4.1
#Version 1.52
#Version 1.53

CLSS public abstract interface !annotation java.lang.Deprecated
anno 0 java.lang.annotation.Documented()
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#Signature file v4.1
#Version 1.25
#Version 1.26

CLSS public abstract java.awt.Component
cons protected init()
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#Signature file v4.1
#Version 1.41
#Version 1.42

CLSS public abstract interface java.io.Serializable

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#Signature file v4.1
#Version 1.88
#Version 1.89

CLSS public abstract java.awt.Component
cons protected init()
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#Signature file v4.1
#Version 1.51.0
#Version 1.52.0

CLSS public abstract java.awt.Component
cons protected init()
Expand Down Expand Up @@ -1079,6 +1079,9 @@ fld public final static org.netbeans.modules.glassfish.eecommon.api.config.EjbJa
fld public final static org.netbeans.modules.glassfish.eecommon.api.config.EjbJarVersion EJBJAR_2_1
fld public final static org.netbeans.modules.glassfish.eecommon.api.config.EjbJarVersion EJBJAR_3_0
fld public final static org.netbeans.modules.glassfish.eecommon.api.config.EjbJarVersion EJBJAR_3_1
fld public final static org.netbeans.modules.glassfish.eecommon.api.config.EjbJarVersion EJBJAR_3_2
fld public final static org.netbeans.modules.glassfish.eecommon.api.config.EjbJarVersion EJBJAR_3_2_6
fld public final static org.netbeans.modules.glassfish.eecommon.api.config.EjbJarVersion EJBJAR_4_0
meth public int compareTo(java.lang.Object)
meth public static org.netbeans.modules.glassfish.eecommon.api.config.EjbJarVersion getEjbJarVersion(java.lang.String)
supr org.netbeans.modules.glassfish.eecommon.api.config.J2EEBaseVersion
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#Signature file v4.1
#Version 1.55
#Version 1.56

CLSS public abstract java.awt.Component
cons protected init()
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#Signature file v4.1
#Version 1.21
#Version 1.22

CLSS public abstract interface java.io.Closeable
intf java.lang.AutoCloseable
Expand All @@ -17,6 +17,12 @@ meth public abstract void close() throws java.lang.Exception
CLSS public abstract interface java.lang.Comparable<%0 extends java.lang.Object>
meth public abstract int compareTo({java.lang.Comparable%0})

CLSS public abstract interface !annotation java.lang.Deprecated
anno 0 java.lang.annotation.Documented()
anno 0 java.lang.annotation.Retention(java.lang.annotation.RetentionPolicy value=RUNTIME)
anno 0 java.lang.annotation.Target(java.lang.annotation.ElementType[] value=[CONSTRUCTOR, FIELD, LOCAL_VARIABLE, METHOD, PACKAGE, PARAMETER, TYPE])
intf java.lang.annotation.Annotation

CLSS public abstract java.lang.Enum<%0 extends java.lang.Enum<{java.lang.Enum%0}>>
cons protected init(java.lang.String,int)
intf java.io.Serializable
Expand Down Expand Up @@ -1083,12 +1089,16 @@ CLSS public org.netbeans.modules.glassfish.tooling.admin.ServerAdmin
cons public init()
meth public !varargs static <%0 extends org.netbeans.modules.glassfish.tooling.admin.Result> java.util.concurrent.Future<{%%0}> exec(java.util.concurrent.ExecutorService,org.netbeans.modules.glassfish.tooling.data.GlassFishServer,org.netbeans.modules.glassfish.tooling.admin.Command,org.netbeans.modules.glassfish.tooling.TaskStateListener[])
meth public !varargs static <%0 extends org.netbeans.modules.glassfish.tooling.admin.Result> java.util.concurrent.Future<{%%0}> exec(java.util.concurrent.ExecutorService,org.netbeans.modules.glassfish.tooling.data.GlassFishServer,org.netbeans.modules.glassfish.tooling.admin.Command,org.netbeans.modules.glassfish.tooling.data.IdeContext,org.netbeans.modules.glassfish.tooling.TaskStateListener[])
anno 0 java.lang.Deprecated()
meth public !varargs static <%0 extends org.netbeans.modules.glassfish.tooling.admin.Result> java.util.concurrent.Future<{%%0}> exec(org.netbeans.modules.glassfish.tooling.data.GlassFishServer,org.netbeans.modules.glassfish.tooling.admin.Command,org.netbeans.modules.glassfish.tooling.TaskStateListener[])
meth public !varargs static <%0 extends org.netbeans.modules.glassfish.tooling.admin.Result> java.util.concurrent.Future<{%%0}> exec(org.netbeans.modules.glassfish.tooling.data.GlassFishServer,org.netbeans.modules.glassfish.tooling.admin.Command,org.netbeans.modules.glassfish.tooling.data.IdeContext,org.netbeans.modules.glassfish.tooling.TaskStateListener[])
anno 0 java.lang.Deprecated()
meth public static <%0 extends org.netbeans.modules.glassfish.tooling.admin.Result> java.util.concurrent.Future<{%%0}> exec(java.util.concurrent.ExecutorService,org.netbeans.modules.glassfish.tooling.data.GlassFishServer,org.netbeans.modules.glassfish.tooling.admin.Command)
meth public static <%0 extends org.netbeans.modules.glassfish.tooling.admin.Result> java.util.concurrent.Future<{%%0}> exec(java.util.concurrent.ExecutorService,org.netbeans.modules.glassfish.tooling.data.GlassFishServer,org.netbeans.modules.glassfish.tooling.admin.Command,org.netbeans.modules.glassfish.tooling.data.IdeContext)
anno 0 java.lang.Deprecated()
meth public static <%0 extends org.netbeans.modules.glassfish.tooling.admin.Result> java.util.concurrent.Future<{%%0}> exec(org.netbeans.modules.glassfish.tooling.data.GlassFishServer,org.netbeans.modules.glassfish.tooling.admin.Command)
meth public static <%0 extends org.netbeans.modules.glassfish.tooling.admin.Result> java.util.concurrent.Future<{%%0}> exec(org.netbeans.modules.glassfish.tooling.data.GlassFishServer,org.netbeans.modules.glassfish.tooling.admin.Command,org.netbeans.modules.glassfish.tooling.data.IdeContext)
anno 0 java.lang.Deprecated()
meth public static java.util.concurrent.ExecutorService executor(int)
meth public static void init(java.net.Authenticator)
supr java.lang.Object
Expand Down Expand Up @@ -1419,7 +1429,9 @@ supr java.lang.Enum<org.netbeans.modules.glassfish.tooling.data.GlassFishVersion
hfds GF_1_STR,GF_1_STR_NEXT,GF_2_1_1_STR,GF_2_1_1_STR_NEXT,GF_2_1_STR,GF_2_1_STR_NEXT,GF_2_STR,GF_2_STR_NEXT,GF_3_0_1_STR,GF_3_0_1_STR_NEXT,GF_3_1_1_STR,GF_3_1_1_STR_NEXT,GF_3_1_2_2_STR,GF_3_1_2_3_STR,GF_3_1_2_4_STR,GF_3_1_2_5_STR,GF_3_1_2_STR,GF_3_1_2_STR_NEXT,GF_3_1_STR,GF_3_1_STR_NEXT,GF_3_STR,GF_3_STR_NEXT,GF_4_0_1_STR,GF_4_0_1_STR_NEXT,GF_4_1_1_STR,GF_4_1_1_STR_NEXT,GF_4_1_2_STR,GF_4_1_2_STR_NEXT,GF_4_1_STR,GF_4_1_STR_NEXT,GF_4_STR,GF_4_STR_NEXT,GF_5_0_1_STR,GF_5_0_1_STR_NEXT,GF_5_1_0_STR,GF_5_1_0_STR_NEXT,GF_5_STR,GF_5_STR_NEXT,GF_6_1_0_STR,GF_6_1_0_STR_NEXT,GF_6_2_1_STR,GF_6_2_1_STR_NEXT,GF_6_STR,GF_6_STR_NEXT,build,major,minor,stringValuesMap,update,value

CLSS public org.netbeans.modules.glassfish.tooling.data.IdeContext
anno 0 java.lang.Deprecated()
cons public init()
anno 0 java.lang.Deprecated()
supr java.lang.Object

CLSS public abstract interface org.netbeans.modules.glassfish.tooling.data.StartupArgs
Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,17 @@
#Signature file v4.1
#Version 1.51
#Version 1.52

CLSS public abstract interface java.io.Serializable

CLSS public abstract interface java.lang.Comparable<%0 extends java.lang.Object>
meth public abstract int compareTo({java.lang.Comparable%0})

CLSS public abstract interface !annotation java.lang.Deprecated
anno 0 java.lang.annotation.Documented()
anno 0 java.lang.annotation.Retention(java.lang.annotation.RetentionPolicy value=RUNTIME)
anno 0 java.lang.annotation.Target(java.lang.annotation.ElementType[] value=[CONSTRUCTOR, FIELD, LOCAL_VARIABLE, METHOD, PACKAGE, PARAMETER, TYPE])
intf java.lang.annotation.Annotation

CLSS public abstract java.lang.Enum<%0 extends java.lang.Enum<{java.lang.Enum%0}>>
cons protected init(java.lang.String,int)
intf java.io.Serializable
Expand Down Expand Up @@ -36,8 +42,35 @@ meth public final void wait(long,int) throws java.lang.InterruptedException
meth public int hashCode()
meth public java.lang.String toString()

CLSS public abstract interface java.lang.annotation.Annotation
meth public abstract boolean equals(java.lang.Object)
meth public abstract int hashCode()
meth public abstract java.lang.Class<? extends java.lang.annotation.Annotation> annotationType()
meth public abstract java.lang.String toString()

CLSS public abstract interface !annotation java.lang.annotation.Documented
anno 0 java.lang.annotation.Documented()
anno 0 java.lang.annotation.Retention(java.lang.annotation.RetentionPolicy value=RUNTIME)
anno 0 java.lang.annotation.Target(java.lang.annotation.ElementType[] value=[ANNOTATION_TYPE])
intf java.lang.annotation.Annotation

CLSS public abstract interface !annotation java.lang.annotation.Retention
anno 0 java.lang.annotation.Documented()
anno 0 java.lang.annotation.Retention(java.lang.annotation.RetentionPolicy value=RUNTIME)
anno 0 java.lang.annotation.Target(java.lang.annotation.ElementType[] value=[ANNOTATION_TYPE])
intf java.lang.annotation.Annotation
meth public abstract java.lang.annotation.RetentionPolicy value()

CLSS public abstract interface !annotation java.lang.annotation.Target
anno 0 java.lang.annotation.Documented()
anno 0 java.lang.annotation.Retention(java.lang.annotation.RetentionPolicy value=RUNTIME)
anno 0 java.lang.annotation.Target(java.lang.annotation.ElementType[] value=[ANNOTATION_TYPE])
intf java.lang.annotation.Annotation
meth public abstract java.lang.annotation.ElementType[] value()

CLSS public final org.netbeans.modules.j2ee.api.ejbjar.Car
meth public java.lang.String getJ2eePlatformVersion()
anno 0 java.lang.Deprecated()
meth public org.netbeans.api.j2ee.core.Profile getJ2eeProfile()
meth public org.openide.filesystems.FileObject getDeploymentDescriptor()
meth public org.openide.filesystems.FileObject getMetaInf()
Expand All @@ -49,6 +82,7 @@ hfds impl,impl2,implementations

CLSS public final org.netbeans.modules.j2ee.api.ejbjar.Ear
meth public java.lang.String getJ2eePlatformVersion()
anno 0 java.lang.Deprecated()
meth public org.netbeans.api.j2ee.core.Profile getJ2eeProfile()
meth public org.openide.filesystems.FileObject getDeploymentDescriptor()
meth public static org.netbeans.modules.j2ee.api.ejbjar.Ear getEar(org.openide.filesystems.FileObject)
Expand All @@ -60,6 +94,7 @@ hfds impl,impl2,implementations

CLSS public final org.netbeans.modules.j2ee.api.ejbjar.EjbJar
meth public java.lang.String getJ2eePlatformVersion()
anno 0 java.lang.Deprecated()
meth public org.netbeans.api.j2ee.core.Profile getJ2eeProfile()
meth public org.netbeans.modules.j2ee.metadata.model.api.MetadataModel<org.netbeans.modules.j2ee.dd.api.ejb.EjbJarMetadata> getMetadataModel()
meth public org.openide.filesystems.FileObject getDeploymentDescriptor()
Expand Down Expand Up @@ -149,6 +184,7 @@ meth public static org.netbeans.modules.j2ee.api.ejbjar.Ear createEar(org.netbea
supr java.lang.Object

CLSS public abstract interface org.netbeans.modules.j2ee.spi.ejbjar.CarImplementation
anno 0 java.lang.Deprecated()
meth public abstract java.lang.String getJ2eePlatformVersion()
meth public abstract org.openide.filesystems.FileObject getDeploymentDescriptor()
meth public abstract org.openide.filesystems.FileObject getMetaInf()
Expand All @@ -167,6 +203,7 @@ CLSS public abstract interface org.netbeans.modules.j2ee.spi.ejbjar.CarsInProjec
meth public abstract org.netbeans.modules.j2ee.api.ejbjar.Car[] getCars()

CLSS public abstract interface org.netbeans.modules.j2ee.spi.ejbjar.EarImplementation
anno 0 java.lang.Deprecated()
meth public abstract java.lang.String getJ2eePlatformVersion()
meth public abstract org.openide.filesystems.FileObject getDeploymentDescriptor()
meth public abstract org.openide.filesystems.FileObject getMetaInf()
Expand All @@ -189,10 +226,12 @@ CLSS public final org.netbeans.modules.j2ee.spi.ejbjar.EjbJarFactory
meth public static org.netbeans.modules.j2ee.api.ejbjar.Ear createEar(org.netbeans.modules.j2ee.spi.ejbjar.EarImplementation)
meth public static org.netbeans.modules.j2ee.api.ejbjar.Ear createEar(org.netbeans.modules.j2ee.spi.ejbjar.EarImplementation2)
meth public static org.netbeans.modules.j2ee.api.ejbjar.EjbJar createEjbJar(org.netbeans.modules.j2ee.spi.ejbjar.EjbJarImplementation)
anno 0 java.lang.Deprecated()
meth public static org.netbeans.modules.j2ee.api.ejbjar.EjbJar createEjbJar(org.netbeans.modules.j2ee.spi.ejbjar.EjbJarImplementation2)
supr java.lang.Object

CLSS public abstract interface org.netbeans.modules.j2ee.spi.ejbjar.EjbJarImplementation
anno 0 java.lang.Deprecated()
meth public abstract java.lang.String getJ2eePlatformVersion()
meth public abstract org.netbeans.modules.j2ee.metadata.model.api.MetadataModel<org.netbeans.modules.j2ee.dd.api.ejb.EjbJarMetadata> getMetadataModel()
meth public abstract org.openide.filesystems.FileObject getDeploymentDescriptor()
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#Signature file v4.1
#Version 1.60.0
#Version 1.61.0

CLSS public java.lang.Object
cons public init()
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#Signature file v4.1
#Version 1.117
#Version 1.118

CLSS public abstract java.awt.Component
cons protected init()
Expand Down Expand Up @@ -745,6 +745,7 @@ hfds BROKEN_ALERT_TIMEOUT,LOGGER,brokenAlertLastTime,brokenAlertShown
CLSS public org.netbeans.modules.j2ee.common.ui.BrokenServerSupport
meth public static boolean isBroken(java.lang.String)
meth public static java.lang.String selectServer(java.lang.String,java.lang.Object)
anno 0 java.lang.Deprecated()
meth public static java.lang.String selectServer(org.netbeans.api.j2ee.core.Profile,org.netbeans.modules.j2ee.deployment.devmodules.api.J2eeModule$Type)
meth public static void showAlert()
supr java.lang.Object
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#Signature file v4.1
#Version 1.39
#Version 1.40

CLSS public java.lang.Object
cons public init()
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#Signature file v4.1
#Version 1.45
#Version 1.46

CLSS public java.lang.Object
cons public init()
Expand Down Expand Up @@ -96,6 +96,7 @@ meth public org.netbeans.modules.j2ee.dd.api.webservices.Webservices getDDRoot(o
meth public org.netbeans.modules.j2ee.dd.api.webservices.Webservices getDDRoot(org.xml.sax.InputSource) throws java.io.IOException,org.xml.sax.SAXException
meth public org.netbeans.modules.j2ee.dd.api.webservices.Webservices getDDRootCopy(org.openide.filesystems.FileObject) throws java.io.IOException
meth public org.netbeans.modules.schema2beans.BaseBean getBaseBean(org.netbeans.modules.j2ee.dd.api.common.CommonDDBean)
anno 0 java.lang.Deprecated()
meth public org.xml.sax.SAXParseException parse(org.openide.filesystems.FileObject) throws java.io.IOException,org.xml.sax.SAXException
meth public static org.netbeans.modules.j2ee.dd.api.webservices.DDProvider getDefault()
supr java.lang.Object
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#Signature file v4.1
#Version 1.54.0
#Version 1.55.0

CLSS public abstract interface java.io.Serializable

Expand Down Expand Up @@ -258,6 +258,7 @@ meth public org.netbeans.modules.j2ee.dd.api.client.AppClient getDDRoot(java.io.
meth public org.netbeans.modules.j2ee.dd.api.client.AppClient getDDRoot(org.openide.filesystems.FileObject) throws java.io.IOException
meth public org.netbeans.modules.j2ee.dd.api.client.AppClient getDDRootCopy(org.openide.filesystems.FileObject) throws java.io.IOException
meth public org.netbeans.modules.schema2beans.BaseBean getBaseBean(org.netbeans.modules.j2ee.dd.api.common.CommonDDBean)
anno 0 java.lang.Deprecated()
meth public static org.netbeans.modules.j2ee.dd.api.client.DDProvider getDefault()
supr java.lang.Object
hfds baseBeanMap,ddMap,ddProvider,errorMap,fileChangeListener
Expand Down Expand Up @@ -925,6 +926,7 @@ fld public final static java.lang.String VERSION_2_1 = "2.1"
fld public final static java.lang.String VERSION_3_0 = "3.0"
fld public final static java.lang.String VERSION_3_1 = "3.1"
fld public final static java.lang.String VERSION_3_2 = "3.2"
fld public final static java.lang.String VERSION_4_0 = "4.0"
intf org.netbeans.modules.j2ee.dd.api.common.RootInterface
meth public abstract int getStatus()
meth public abstract java.lang.String getSingleEjbClientJar()
Expand Down Expand Up @@ -1675,6 +1677,7 @@ meth public org.netbeans.modules.j2ee.dd.api.web.WebApp getDDRoot(org.openide.fi
meth public org.netbeans.modules.j2ee.dd.api.web.WebApp getDDRoot(org.openide.filesystems.FileObject,boolean) throws java.io.IOException
meth public org.netbeans.modules.j2ee.dd.api.web.WebApp getDDRootCopy(org.openide.filesystems.FileObject) throws java.io.IOException
meth public org.netbeans.modules.schema2beans.BaseBean getBaseBean(org.netbeans.modules.j2ee.dd.api.common.CommonDDBean)
anno 0 java.lang.Deprecated()
meth public org.xml.sax.SAXParseException parse(org.openide.filesystems.FileObject) throws java.io.IOException,org.xml.sax.SAXException
meth public static org.netbeans.modules.j2ee.dd.api.web.DDProvider getDefault()
supr java.lang.Object
Expand Down Expand Up @@ -1943,6 +1946,7 @@ fld public final static java.lang.String VERSION_2_5 = "2.5"
fld public final static java.lang.String VERSION_3_0 = "3.0"
fld public final static java.lang.String VERSION_3_1 = "3.1"
fld public final static java.lang.String VERSION_4_0 = "4.0"
fld public final static java.lang.String VERSION_5_0 = "5.0"
intf org.netbeans.modules.j2ee.dd.api.common.RootInterface
meth public abstract boolean isDistributable()
meth public abstract boolean isMetadataComplete() throws org.netbeans.modules.j2ee.dd.api.common.VersionNotSupportedException
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#Signature file v4.1
#Version 1.65
#Version 1.66

CLSS public abstract java.awt.Component
cons protected init()
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#Signature file v4.1
#Version 1.67
#Version 1.68

CLSS public java.lang.Object
cons public init()
Expand Down Expand Up @@ -44,6 +44,7 @@ hfds cdiEnabled,configFilesBase,javaEEProfile,libFolder,librariesDefinition,name
CLSS public org.netbeans.modules.j2ee.ejbjarproject.api.EjbJarProjectGenerator
fld public final static java.lang.String MINIMUM_ANT_VERSION = "1.6.5"
meth public static org.netbeans.spi.project.support.ant.AntProjectHelper createProject(java.io.File,java.lang.String,java.lang.String,java.lang.String) throws java.io.IOException
anno 0 java.lang.Deprecated()
meth public static org.netbeans.spi.project.support.ant.AntProjectHelper createProject(java.io.File,java.lang.String,java.lang.String,java.lang.String,java.lang.String) throws java.io.IOException
anno 0 java.lang.Deprecated()
meth public static org.netbeans.spi.project.support.ant.AntProjectHelper createProject(org.netbeans.modules.j2ee.ejbjarproject.api.EjbJarProjectCreateData) throws java.io.IOException
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#Signature file v4.1
#Version 1.49.0
#Version 1.50.0

CLSS public abstract java.awt.Component
cons protected init()
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#Signature file v4.1
#Version 1.47.0
#Version 1.48.0

CLSS public abstract interface java.io.Serializable

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#Signature file v4.1
#Version 1.50.0
#Version 1.51.0

CLSS public abstract java.awt.Component
cons protected init()
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#Signature file v4.1
#Version 1.46
#Version 1.47

Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#Signature file v4.1
#Version 1.125.0
#Version 1.126.0

CLSS public java.io.IOException
cons public init()
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#Signature file v4.1
#Version 1.33
#Version 1.34

CLSS public abstract interface java.awt.event.ActionListener
intf java.util.EventListener
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#Signature file v4.1
#Version 1.24
#Version 1.25

CLSS public abstract interface java.io.Serializable

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#Signature file v4.1
#Version 1.39
#Version 1.40

CLSS public abstract interface java.io.Serializable

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#Signature file v4.1
#Version 3.40
#Version 3.41

CLSS public abstract interface java.io.Serializable

Expand Down
Loading

0 comments on commit 4c19322

Please sign in to comment.