站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > NetBeans API Javadoc 5.0.0

L-Index (NetBeans Utilities API) - NetBeans API Javadoc 5.0.0

 
A B C D E F G H I K L M N O P Q R S T U V W X

L

LifecycleManager - class org.openide.LifecycleManager.
Manages major aspects of the NetBeans lifecycle - currently saving all objects and exiting.
LifecycleManager() - Constructor for class org.openide.LifecycleManager
Subclass constructor.
Lookup - class org.openide.util.Lookup.
A general registry permitting clients to find instances of services (implementation of a given interface).
Lookup() - Constructor for class org.openide.util.Lookup
Empty constructor for use by subclasses.
Lookup.Item - class org.openide.util.Lookup.Item.
A single item in a lookup result.
Lookup.Item() - Constructor for class org.openide.util.Lookup.Item
 
Lookup.Provider - interface org.openide.util.Lookup.Provider.
Objects implementing interface Lookup.Provider are capable of and willing to provide a lookup (usually bound to the object).
Lookup.Result - class org.openide.util.Lookup.Result.
Result of a lookup request.
Lookup.Result() - Constructor for class org.openide.util.Lookup.Result
 
Lookup.Template - class org.openide.util.Lookup.Template.
Template defining a pattern to filter instances by.
Lookup.Template() - Constructor for class org.openide.util.Lookup.Template
Deprecated. Use new Template (Object.class) which is going to be better typed with JDK1.5 templates and should produce the same result.
Lookup.Template(Class) - Constructor for class org.openide.util.Lookup.Template
Create a simple template matching by class.
Lookup.Template(Class, String, Object) - Constructor for class org.openide.util.Lookup.Template
Constructor to create new template.
LookupEvent - class org.openide.util.LookupEvent.
An event describing the change in the lookup's result.
LookupEvent(Lookup.Result) - Constructor for class org.openide.util.LookupEvent
Create a new lookup event.
LookupListener - interface org.openide.util.LookupListener.
General listener for changes in lookup.
Lookups - class org.openide.util.lookup.Lookups.
Static factory methods for creating common lookup implementations.
linkActions(SystemAction[], SystemAction[]) - Static method in class org.openide.util.actions.SystemAction
Concatenate two arrays of actions.
loadImage(String) - Static method in class org.openide.util.Utilities
Loads an image from the specified resource ID.
loadImage(String, boolean) - Static method in class org.openide.util.Utilities
Loads an image 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.
lookup(Class) - Method in class org.openide.util.Lookup
Look up an object matching a given interface.
lookup(Lookup.Template) - Method in class org.openide.util.Lookup
The general lookup method.
lookup(Class) - Method in class org.openide.util.lookup.AbstractLookup
 
lookup(Lookup.Template) - Method in class org.openide.util.lookup.AbstractLookup
 
lookup(Class) - Method in class org.openide.util.lookup.ProxyLookup
 
lookup(Lookup.Template) - Method in class org.openide.util.lookup.ProxyLookup
 
lookupItem(Lookup.Template) - Method in class org.openide.util.Lookup
Look up the first item matching a given template.
lookupItem(Lookup.Template) - Method in class org.openide.util.lookup.AbstractLookup
 
lookupItem(Object, String) - Static method in class org.openide.util.lookup.Lookups
Creates Lookup.Item representing the instance passed in.
lookupItem(Lookup.Template) - Method in class org.openide.util.lookup.ProxyLookup
 

 
A B C D E F G H I K L M N O P Q R S T U V W X
Built on May 3 2007.  |  Portions Copyright 1997-2005 Sun Microsystems, Inc. All rights reserved.