- lastEdit() - Method in class org.openide.awt.UndoRedo.Manager
-
- layoutContainer(Container) - Method in class org.openide.awt.EqualFlowLayout
-
Deprecated.
Lays out the container.
- ListPane - Class in org.openide.awt
-
- 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.
- 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.