fr.emn.inputeditor
Class MyPickedList

java.lang.Object
  extended byjava.util.AbstractCollection
      extended byjava.util.AbstractList
          extended byjava.util.AbstractSequentialList
              extended byjava.util.LinkedList
                  extended byfr.emn.lite.PickedList
                      extended byfr.emn.inputeditor.MyPickedList
All Implemented Interfaces:
java.lang.Cloneable, java.util.Collection, java.util.List, java.io.Serializable

public class MyPickedList
extends PickedList

Version:
Author:
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.AbstractList
modCount
 
Constructor Summary
MyPickedList()
           
 
Method Summary
 Lite getBest()
          Insert the method's description here.
 LiteLinkHandle getNearestLinkHandle()
           
 LiteDesk getTopDesk()
           
 LiteNode getTopNode()
           
 LiteLabel getTopNodeLabel()
           
 LiteSlot getTopSlot()
           
 
Methods inherited from class fr.emn.lite.PickedList
add, add, containsObject, getAll, getAllInVector, getNearest, getNearest, getTop, getTop, toString
 
Methods inherited from class java.util.LinkedList
addAll, addAll, addFirst, addLast, clear, clone, contains, get, getFirst, getLast, indexOf, lastIndexOf, listIterator, remove, remove, removeFirst, removeLast, set, size, toArray, toArray
 
Methods inherited from class java.util.AbstractSequentialList
iterator
 
Methods inherited from class java.util.AbstractList
equals, hashCode, listIterator, removeRange, subList
 
Methods inherited from class java.util.AbstractCollection
containsAll, isEmpty, removeAll, retainAll
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.List
containsAll, equals, hashCode, isEmpty, iterator, listIterator, removeAll, retainAll, subList
 

Constructor Detail

MyPickedList

public MyPickedList()
Method Detail

getBest

public Lite getBest()
Insert the method's description here. Creation date: (13/06/00 19:36:03)

Returns:
fr.emn.lite.Lite

getTopDesk

public LiteDesk getTopDesk()

getTopNode

public LiteNode getTopNode()

getTopSlot

public LiteSlot getTopSlot()

getTopNodeLabel

public LiteLabel getTopNodeLabel()

getNearestLinkHandle

public LiteLinkHandle getNearestLinkHandle()