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

A

AbstractEdge<V extends Vertex> - Class in rioko.grapht
Abstract edge implementing the basic methods of the interface Edge.
AbstractEdge() - Constructor for class rioko.grapht.AbstractEdge
 
AbstractEdge(V, V) - Constructor for class rioko.grapht.AbstractEdge
 
AbstractRListener<E extends REvent> - Class in rioko.revent
 
AbstractRListener(Object, Object...) - Constructor for class rioko.revent.AbstractRListener
 
Activator - Class in rioko.plugin.utils
The activator class controls the plug-in life cycle
Activator() - Constructor for class rioko.plugin.utils.Activator
The constructor
add(E) - Method in class rioko.utilities.collections.HashList
 
add(int, E) - Method in class rioko.utilities.collections.HashList
 
add(E) - Method in class rioko.utilities.collections.ListenedArrayList
 
add(int, E) - Method in class rioko.utilities.collections.ListenedArrayList
 
add(E) - Method in class rioko.utilities.collections.ListSet
 
add(E) - Method in class rioko.utilities.collections.ListSortedSet
 
addAll(Collection<? extends E>) - Method in class rioko.utilities.collections.HashList
 
addAll(int, Collection<? extends E>) - Method in class rioko.utilities.collections.HashList
 
addAll(Collection<? extends E>) - Method in class rioko.utilities.collections.ListenedArrayList
 
addAll(int, Collection<? extends E>) - Method in class rioko.utilities.collections.ListenedArrayList
 
addAll(Collection<? extends E>) - Method in class rioko.utilities.collections.ListSet
 
addAll(Collection<? extends E>) - Method in class rioko.utilities.collections.ListSortedSet
 
addEdge(V, V) - Method in class rioko.grapht.AdjacencyListGraph
 
addEdge(V, V) - Method in interface rioko.grapht.Graph
Method that add a new edge that join the parameter vertices.
addListener(RListener<?>) - Static method in class rioko.revent.REvent
 
addMouseListener(MouseListener) - Method in class rioko.draw2d.listeners.ComposeMouseListener
Public method to add a new listener to the compose
addVertex(V) - Method in class rioko.grapht.AdjacencyListGraph
 
addVertex(V) - Method in interface rioko.grapht.Graph
Method to add a new Vertex to the graph.
AdjacencyListGraph<V extends Vertex,E extends Edge<V>> - Class in rioko.grapht
Implementation of Graph structure using adjacency lists to store the edges of the graph.
AdjacencyListGraph(Class<?>, Class<?>) - Constructor for class rioko.grapht.AdjacencyListGraph
 
applyLayout() - Method in class rioko.zest.ExtendedGraphViewer
 
areEquals(Set<E>, Set<E>) - Method in class rioko.utilities.collections.SetUtils
Method to calculate if a set is equal (as set) to another set.
ArrayMap<K,V> - Class in rioko.utilities.collections
Map implementation which preserves the order of the keys when it is needed loop over them.
ArrayMap() - Constructor for class rioko.utilities.collections.ArrayMap
 
A B C D E F G H I K L M N O P R S T U V W X 
Skip navigation links