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

C

CANCEL_BUTTON_TEXT - Static variable in class beowulf.gui.JNode.PropertiesWindow
Indicates the Cancel button was pressed.
COMPONENT_DESELECTED - Static variable in class beowulf.event.DraggableComponentSelectionEvent
This field represents a flag value indicating that the component indicated was deselected.
COMPONENT_SELECTED - Static variable in class beowulf.event.DraggableComponentSelectionEvent
This field represents a flag value indicating that the component indicated was selected.
c - Variable in class beowulf.gui.DraggableComponent
The component being wrapped.
cancelButtonPressed() - Method in class beowulf.gui.JNode.PropertiesWindow
If the cancel button is pressed, this method will be called and the window will simply hide itself, and save none of the values.
checkIn(Object) - Method in interface beowulf.util.pooling.Pool
This method is designed so that implementing subclasses will have a generic way to accept now-unused objects from the user.
checkIn(Object) - Method in class beowulf.util.pooling.ReflectionPool
This implementation of Pool will simply add the returned object to an instance of java.util.Vector.
checkOut() - Method in interface beowulf.util.pooling.Pool
This method should return an instance of the class that this pool is responsible for spawning.
checkOut() - Method in class beowulf.util.pooling.ReflectionPool
This Pool implementation will first look in the java.util.Vector of unused objects.
children() - Method in class beowulf.model.tree.BinaryTreeNode
 
children - Variable in class beowulf.model.tree.TreeNode
Holds the list of child nodes.
clear() - Method in class beowulf.model.Matrix
This method sets the matrix back to a 1x1 matrix with the default value as the only entry.
clear() - Method in class beowulf.model.graph.Graph
This will remove all nodes and edges from the graph.
container - Variable in class beowulf.gui.DraggableComponent
The container to which this Drag.
contains(Object) - Method in class beowulf.model.Matrix
This method will return true if o is contained somewhere within the matrix.
containsAll(Collection) - Method in class beowulf.model.Matrix
This method takes in a java.util.Collection of elements and returns true if and only if each element of that Collection is contained in this matrix.
cost - Variable in class beowulf.model.graph.Edge
This is the cost of the edge.
count - Variable in class beowulf.model.tree.DefaultBinaryTree
 
currentComponent - Variable in class beowulf.gui.DraggableContainer
The currently selected component.

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