blob: 1edf965912924400c785878a40a50e593ea55270 [file] [log] [blame]
#Signature file v4.1
#Version 2.52
CLSS public java.lang.Object
cons public init()
meth protected java.lang.Object clone() throws java.lang.CloneNotSupportedException
meth protected void finalize() throws java.lang.Throwable
meth public boolean equals(java.lang.Object)
meth public final java.lang.Class<?> getClass()
meth public final void notify()
meth public final void notifyAll()
meth public final void wait() throws java.lang.InterruptedException
meth public final void wait(long) throws java.lang.InterruptedException
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 org.netbeans.modules.uihandler.api.Activated
meth public abstract void activated(java.util.logging.Logger)
CLSS public final org.netbeans.modules.uihandler.api.Controller
meth public boolean isAutomaticSubmit()
meth public int getLogRecordsCount()
meth public java.net.URL getHintsURL()
meth public static org.netbeans.modules.uihandler.api.Controller getDefault()
meth public void addPropertyChangeListener(java.beans.PropertyChangeListener)
meth public void removePropertyChangeListener(java.beans.PropertyChangeListener)
meth public void setEnableExceptionHandler(boolean)
meth public void submit()
supr java.lang.Object
hfds INSTANCE
hcls ExplicitSubmit
CLSS public abstract interface org.netbeans.modules.uihandler.api.Deactivated
meth public abstract void deactivated(java.util.logging.Logger)