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

label() - Method in interface org.openide.src.JavaDocTag.See
Return the label of the see tag.
last() - Method in class org.openide.text.AttributedCharacters.AttributedCharacterIteratorImpl
 
lastModified() - Method in class org.openide.filesystems.FileObject
Get last modification time.
lastModified(String) - Method in interface org.openide.filesystems.AbstractFileSystem.Info
Get last modification time.
lastModified(String) - Method in class org.openide.filesystems.XMLFileSystem.Impl
Get last modification time.
lastModified(String) - Method in class org.openide.filesystems.JarFileSystem
 
lastModified(String) - Method in class org.openide.filesystems.JarFileSystem.Impl
 
lastModified(String) - Method in class org.openide.filesystems.LocalFileSystem
 
lastModified(String) - Method in class org.openide.filesystems.LocalFileSystem.Impl
 
layoutContainer(Container) - Method in class org.openide.awt.EqualFlowLayout
Lays out the container.
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.
Line - class org.openide.text.Line.
Represents one line in a text document.
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.
Line(DataObject) - Constructor for class org.openide.text.Line
Create a new line object based on a given data object.
LineCookie - interface org.openide.cookies.LineCookie.
Cookie for data objects that want to provide support for accessing lines in a document.
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
listenersFor(ConnectionCookie.Type) - Method in class org.openide.loaders.ConnectionSupport
Obtains a set of all listeners for given type.
ListPane - class org.openide.awt.ListPane.
ListPane.
ListPane() - Constructor for class org.openide.awt.ListPane
Constructs a JList with an empty model.
ListPane(ListModel) - Constructor for class org.openide.awt.ListPane
Construct a JList that displays the elements in the specified, non-null model.
ListPane(Object[]) - Constructor for class org.openide.awt.ListPane
Construct a JList that displays the elements in the specified array.
ListPane(Vector) - Constructor for class org.openide.awt.ListPane
Construct a JList that displays the elements in the specified Vector.
ListTableView - class org.openide.explorer.view.ListTableView.
Explorer view.
ListTableView() - Constructor for class org.openide.explorer.view.ListTableView
Create ListTableView with default NodeTableModel
ListTableView(NodeTableModel) - Constructor for class org.openide.explorer.view.ListTableView
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.
loaderPool() - Method in interface org.openide.Places.Nodes
Get a node with all installed loaders.
loaders() - Method in class org.openide.loaders.DataLoaderPool
Get an enumeration of data loaders.
LoaderTransfer - class org.openide.loaders.LoaderTransfer.
Class that contains specific datatransfer flavors and methods to work with transfered DataObjects.
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.
loadFromStreamToKit(StyledDocument, InputStream, EditorKit) - Method in class org.openide.text.EditorSupport
Deprecated. 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.
LocalFileSystem - class org.openide.filesystems.LocalFileSystem.
Local file system.
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 file system
LocalFileSystem() - Constructor for class org.openide.filesystems.LocalFileSystem
Constructor.
LocalFileSystem(FileSystemCapability) - Constructor for class org.openide.filesystems.LocalFileSystem
Constructor.
locationToIndex(Point) - Method in class org.openide.awt.ListPane
Convert a point in JList coordinates to the index of the cell at that location.
lock() - Method in class org.openide.filesystems.FileObject
Lock this file.
lock() - Method in class org.openide.nodes.Index.KeysChildren
The lock to use when accessing the list.
lock(String) - Method in interface org.openide.filesystems.AbstractFileSystem.Info
Lock the file.
lock(String) - Method in class org.openide.filesystems.XMLFileSystem.Impl
Does nothing to lock the file.
lock(String) - Method in class org.openide.filesystems.JarFileSystem
 
lock(String) - Method in class org.openide.filesystems.JarFileSystem.Impl
 
lock(String) - Method in class org.openide.filesystems.LocalFileSystem
 
lock(String) - Method in class org.openide.filesystems.LocalFileSystem.Impl
 
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.
LONG - Static variable in class org.openide.src.Type
long primitive type.
Lookup - class org.openide.util.Lookup.
A general registrar permitting clients to find instances of services.
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.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
General template to find all possible instances.
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.
Lookup() - Constructor for class org.openide.util.Lookup
Empty constructor for use by subclasses.
lookup(Class) - Method in class org.openide.util.Lookup
Look up an object matching a given interface.
lookup(Class) - Method in class org.openide.util.lookup.ProxyLookup
 
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
The general lookup method.
lookup(Lookup.Template) - Method in class org.openide.util.lookup.ProxyLookup
 
lookup(Lookup.Template) - Method in class org.openide.util.lookup.AbstractLookup
The general lookup method.
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.
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.ProxyLookup
 
lookupItem(Lookup.Template) - Method in class org.openide.util.lookup.AbstractLookup
Lookups just one item.
LookupListener - interface org.openide.util.LookupListener.
General listener for changes in lookup.

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 December 12 2001.  |  Portions Copyright 1997-2001 Sun Microsystems, Inc. All rights reserved.