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

A

AbstractBinaryTreeModel - class beowulf.model.tree.AbstractBinaryTreeModel.
This abstract class defines event handling procedures common to all of its implementors.
AbstractBinaryTreeModel() - Constructor for class beowulf.model.tree.AbstractBinaryTreeModel
 
AbstractGraphModel - class beowulf.model.graph.AbstractGraphModel.
This abstract class defines event handling procedures common to all of its implementors.
AbstractGraphModel() - Constructor for class beowulf.model.graph.AbstractGraphModel
 
accept(File) - Method in class beowulf.filefilters.ExtensionFileFilter
This filter will accept a file f if and only if the last four characters of its name are the indicated extension.
accept(File) - Method in class beowulf.filefilters.XMLFileFilter
This filter will accept a file f if and only if the last four characters of its name are ".xml".
accessors - Variable in class beowulf.gui.JNode.PropertiesWindow
Holds a list of accessors for fields that should be visible in the properties window.
actionPerformed(ActionEvent) - Method in class beowulf.gui.JNode.PropertiesWindow
 
actionPerformed(ActionEvent) - Method in class beowulf.gui.JNode
 
add(Component) - Method in class beowulf.gui.DraggableContainer
Overridden version of the add method to ensure that the incoming component is an instance of DraggableComponent.
add(String, Component) - Method in class beowulf.gui.DraggableContainer
Overridden version of the add method to ensure that the incoming component is an instance of DraggableComponent.
add(Component, int) - Method in class beowulf.gui.DraggableContainer
Overridden version of the add method to ensure that the incoming component is an instance of DraggableComponent.
add(Component, Object) - Method in class beowulf.gui.DraggableContainer
Overridden version of the add method to ensure that the incoming component is an instance of DraggableComponent.
add(Component, Object, int) - Method in class beowulf.gui.DraggableContainer
Overridden version of the add method to ensure that the incoming component is an instance of DraggableComponent.
add(int, int, int) - Method in class beowulf.model.IntegerMatrix
This method performs just as put(int, int, Object) but does not fail when row or col are out of bounds.
add(int, int, Object) - Method in class beowulf.model.Matrix
This method performs just as put(int, int, Object) but does not fail when row or col are out of bounds.
add(Object) - Method in class beowulf.model.Matrix
This operation is not implemented since it does not make semantic sense to add an element to a matrix without specifying the location to which it will be added.
add(Object) - Method in class beowulf.model.tree.AbstractBinaryTreeModel
This method will create a new node with the given value, and add it to the tree.
add(Object) - Method in class beowulf.model.tree.DefaultBinaryTree
 
addAll(Collection) - Method in class beowulf.model.Matrix
This operation is not implemented since it does not make semantic sense to add a collection of elements to a matrix without specifying the location to which they will be added.
addChild(TreeNode) - Method in class beowulf.model.tree.TreeNode
 
addDraggableComponentSelectionListener(DraggableComponentSelectionListener) - Method in class beowulf.gui.DraggableContainer
This method adds a DraggableComponentSelectionListener as an interested listener of events to this DraggableContainer.
addEdge(Object, Object, Object) - Method in class beowulf.model.graph.AbstractGraphModel
This method will add a new edge to the graph.
addEdge(Edge) - Method in class beowulf.model.graph.AbstractGraphModel
This method will add a new edge to the graph.
addEdge(Object, Object, Object) - Method in class beowulf.model.graph.Graph
This method will add a new edge to the graph.
addEdge(Edge) - Method in class beowulf.model.graph.Graph
This method will add a new edge to the graph.
addEdge(Object, Object, Object) - Method in class beowulf.model.graph.UndirectedGraph
This method will add a new edge to the graph.
addEdge(Edge) - Method in class beowulf.model.graph.UndirectedGraph
This method will add a new edge to the graph.
addGraphListener(GraphListener) - Method in class beowulf.model.graph.AbstractGraphModel
This method adds a GraphListener as an interested listener of events to this Graph.
addGraphListener(GraphListener) - Method in interface beowulf.model.graph.GraphModel
This method adds a GraphListener as an interested listener of events to this Graph.
addGraphSelectionListener(GraphSelectionListener) - Method in class beowulf.gui.JGraph
This method adds a GraphSelectionListener as an interested listener of events to this JGraph.
addNode(Object) - Method in class beowulf.model.graph.AbstractGraphModel
This method adds a new node to the graph, and associates the parameter as the value of the node.
addNode(Object) - Method in class beowulf.model.graph.Graph
This method adds a new node to the graph, and associates the parameter as the value of the node.
addNode(Object) - Method in class beowulf.model.graph.UndirectedGraph
This method adds a new node to the graph, and associates the parameter as the value of the node.
addTreeModelListener(TreeModelListener) - Method in class beowulf.model.tree.AbstractBinaryTreeModel
This method adds a TreeModelListener as an interested listener of events to this Tree.

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