JavaScript is disabled on your browser.
Skip navigation links
API Changes
Architecture Summary
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
org.openide.modules 7.51.1
Prev Letter
Next Letter
Frames
No Frames
All Classes
A
C
D
E
F
G
H
I
J
L
M
O
P
R
S
T
U
V
O
OnStart
- Annotation Type in
org.openide.modules
An annotation to place on a
Runnable
with public default constructor that you wish to be instantiated and invoked on start of your module.
OnStop
- Annotation Type in
org.openide.modules
Annotation that can be applied to
Runnable
or
Callable
<Boolean>
subclasses with default constructor which will be invoked during shutdown sequence or when the module is being shutdown.
org.openide.modules
- package org.openide.modules
NetBeans is capable of being extended by pluggable modules providing additional functionality.
ownerOf(Class<?>)
- Method in class org.openide.modules.
Modules
Finds the module which loaded a class.
owns(Class<?>)
- Method in class org.openide.modules.
ModuleInfo
Determine if the provided class was loaded as a part of this module, and thus will only be loadable later if this module is enabled.
A
C
D
E
F
G
H
I
J
L
M
O
P
R
S
T
U
V
Skip navigation links
API Changes
Architecture Summary
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
org.openide.modules 7.51.1
Prev Letter
Next Letter
Frames
No Frames
All Classes