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

L-Index (NetBeans APIs) - NetBeans API Javadoc 4.1.0

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

L

LEAF - Static variable in class org.openide.nodes.Children
The object representing an empty set of children.
LEFT - Static variable in class org.openide.text.PrintSettings
Constant for left position of page header.
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.
Line - class org.openide.text.Line.
Represents one line in a text document.
Line(Lookup) - Constructor for class org.openide.text.Line
Create a new line object based on a given data object.
Line(Object) - Constructor for class org.openide.text.Line
Create a new line object based on a given data object.
Line.Part - class org.openide.text.Line.Part.
Representation of the part of the Line's text.
Line.Part() - Constructor for class org.openide.text.Line.Part
 
Line.Set - class org.openide.text.Line.Set.
Object that represents a snapshot of lines at the time it was created.
Line.Set() - Constructor for class org.openide.text.Line.Set
Create a new snapshot.
LineCookie - interface org.openide.cookies.LineCookie.
Cookie for data objects that want to provide support for accessing lines in a document.
ListPane - class org.openide.awt.ListPane.
Deprecated. This class does nothing interesting which cannot be done in a more reliable, scalable way with a JTable.
ListPane(ListModel) - Constructor for class org.openide.awt.ListPane
Deprecated. Construct a JList that displays the elements in the specified, non-null model.
ListPane(Object[]) - Constructor for class org.openide.awt.ListPane
Deprecated. Construct a JList that displays the elements in the specified array.
ListPane(Vector) - Constructor for class org.openide.awt.ListPane
Deprecated. Construct a JList that displays the elements in the specified Vector.
ListPane() - Constructor for class org.openide.awt.ListPane
Deprecated. Constructs a JList with an empty model.
ListTableView - class org.openide.explorer.view.ListTableView.
Deprecated. Use org.openide.explorer.view.TreeTableView instead.
ListTableView() - Constructor for class org.openide.explorer.view.ListTableView
Deprecated. Create ListTableView with default NodeTableModel
ListTableView(NodeTableModel) - Constructor for class org.openide.explorer.view.ListTableView
Deprecated. Creates ListTableView with provided NodeTableModel.
ListView - class org.openide.explorer.view.ListView.
Explorer view to display items in a list.
ListView() - Constructor for class org.openide.explorer.view.ListView
Default constructor.
LocalFileSystem - class org.openide.filesystems.LocalFileSystem.
Local filesystem.
LocalFileSystem() - Constructor for class org.openide.filesystems.LocalFileSystem
Constructor.
LocalFileSystem(FileSystemCapability) - Constructor for class org.openide.filesystems.LocalFileSystem
Deprecated. Useless.
LocalFileSystem.Impl - class org.openide.filesystems.LocalFileSystem.Impl.
The implementation class that implements List, Info and Change interfaces and delegates all the methods to appropriate methods of LocalFileSystem.
LocalFileSystem.Impl(LocalFileSystem) - Constructor for class org.openide.filesystems.LocalFileSystem.Impl
Pointer to local filesystem
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.
A convinience class with couple of static factory methods.
last() - Method in class org.openide.text.AttributedCharacters.AttributedCharacterIteratorImpl
 
lastModified(String) - Method in interface org.openide.filesystems.AbstractFileSystem.Info
Get last modification time.
lastModified() - Method in class org.openide.filesystems.FileObject
Get last modification time.
lastModified(String) - Method in class org.openide.filesystems.JarFileSystem.Impl
 
lastModified(String) - Method in class org.openide.filesystems.JarFileSystem
 
lastModified(String) - Method in class org.openide.filesystems.LocalFileSystem.Impl
 
lastModified(String) - Method in class org.openide.filesystems.LocalFileSystem
 
lastModified(String) - Method in class org.openide.filesystems.XMLFileSystem.Impl
Get last modification time.
layout() - Method in class org.openide.explorer.propertysheet.PropertyPanel
 
layoutContainer(Container) - Method in class org.openide.awt.EqualFlowLayout
Deprecated. Lays out the container.
linkActions(SystemAction[], SystemAction[]) - Static method in class org.openide.util.actions.SystemAction
Concatenate two arrays of actions.
list - Variable in class org.openide.explorer.view.ListView
The actual JList list
list - Variable in class org.openide.filesystems.AbstractFileSystem
Provider of hierarchy of files.
list - Variable in class org.openide.nodes.Index.KeysChildren
list of objects that should be manipulated with this keys
loadFromStreamToKit(StyledDocument, InputStream, EditorKit) - Method in class org.openide.text.CloneableEditorSupport
Actually read file data into an editor kit's document from an input stream.
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.
locate(String, String, boolean) - Method in class org.openide.modules.InstalledFileLocator
Try to locate a file.
locationToIndex(Point) - Method in class org.openide.awt.ListPane
Deprecated. Convert a point in JList coordinates to the index of the cell at that location.
lock(String) - Method in interface org.openide.filesystems.AbstractFileSystem.Info
Lock the file.
lock() - Method in class org.openide.filesystems.FileObject
Lock this file.
lock(String) - Method in class org.openide.filesystems.JarFileSystem.Impl
 
lock(String) - Method in class org.openide.filesystems.JarFileSystem
 
lock(String) - Method in class org.openide.filesystems.LocalFileSystem.Impl
 
lock(String) - Method in class org.openide.filesystems.LocalFileSystem
 
lock(String) - Method in class org.openide.filesystems.XMLFileSystem.Impl
Does nothing to lock the file.
lock() - Method in class org.openide.nodes.Index.KeysChildren
The lock to use when accessing the list.
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
Lookups an object of given interface.
lookup(Lookup.Template) - Method in class org.openide.util.lookup.AbstractLookup
The general lookup method.
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
Lookups just one item.
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 J K L M N O P Q R S T U V W X Y
Built on May 4 2005.  |  Portions Copyright 1997-2005 Sun Microsystems, Inc. All rights reserved.