- LifecycleManager - Class in org.openide
-
Manages major aspects of the NetBeans lifecycle - currently saving all objects and exiting.
- LifecycleManager() - Constructor for class org.openide.LifecycleManager
-
Subclass constructor.
- linkActions(SystemAction[], SystemAction[]) - Static method in class org.openide.util.actions.SystemAction
-
Concatenate two arrays of actions.
- loadIcon(URL) - Method in interface org.openide.util.spi.SVGLoader
-
Load an SVG image as an
Icon
.
- loadImage(String) - Static method in class org.openide.util.ImageUtilities
-
Loads an image from the specified resource ID.
- loadImage(String, boolean) - Static method in class org.openide.util.ImageUtilities
-
Loads an image based on resource path.
- loadImage(String) - Static method in class org.openide.util.Utilities
-
- loadImage(String, boolean) - Static method in class org.openide.util.Utilities
-
- loadImageIcon(String, boolean) - Static method in class org.openide.util.ImageUtilities
-
Loads an icon based on resource path.
- log(int, String) - Method in class org.openide.ErrorManager
-
Logs the message to a file and (possibly) tells the user.
- log(String) - Method in class org.openide.ErrorManager
-
Logs the message to log file and (possibly) tells the user.