Java 2 Platform
v1.3
A B C D E F G H I J K L M N O P Q R S T U V W X Y

O

okayToCreate(File) - Method in class edu.umich.visualsoar.operatorwindow.OperatorNode
This method is called by subclasses when they want to add files or folders This performs a check for conflicts and prompts the user appropriately
okayToCreate(File, boolean) - Method in class edu.umich.visualsoar.operatorwindow.OperatorNode
Similar to okayToCreate, but does necessary checks for a high level operator
okayToCreateReplace(File) - Method in class edu.umich.visualsoar.operatorwindow.OperatorNode
This method is called when operator window is requested to add a file.
okButton - Variable in class edu.umich.visualsoar.dialogs.DefaultButtonPanel
 
okButton - Variable in class edu.umich.visualsoar.dialogs.DirectorySelectionDialog
 
okButton - Variable in class edu.umich.visualsoar.dialogs.EnumButtonPanel
 
openDataMap() - Method in class edu.umich.visualsoar.operatorwindow.OperatorWindow
Asks the MainFrame class to open the datamap
openDataMap(SoarWorkingMemoryModel, MainFrame) - Method in class edu.umich.visualsoar.operatorwindow.OperatorNode
Overloaded operation
openDataMap(SoarWorkingMemoryModel, MainFrame) - Method in class edu.umich.visualsoar.operatorwindow.OperatorRootNode
This opens/shows a dataMap with this nodes associated Data Map File
openDataMap(SoarWorkingMemoryModel, MainFrame) - Method in class edu.umich.visualsoar.operatorwindow.SoarOperatorNode
This opens/shows a dataMap with this nodes associated Data Map File
openDataMapItem - Static variable in class edu.umich.visualsoar.operatorwindow.OperatorNode
 
openFileAction - Variable in class edu.umich.visualsoar.MainFrame
 
openFolder - Variable in class edu.umich.visualsoar.misc.Preferences
 
openHierarchy(File) - Method in class edu.umich.visualsoar.operatorwindow.OperatorWindow
Opens up an existing operator hierarchy
openProjectAction - Variable in class edu.umich.visualsoar.MainFrame
 
openRules() - Method in class edu.umich.visualsoar.operatorwindow.OperatorWindow
Asks the MainFrame class to open a rule editor with the associated file of the node
openRules(MainFrame) - Method in class edu.umich.visualsoar.operatorwindow.FileNode
This opens/shows a rule editor with this nodes associated file
openRules(MainFrame) - Method in class edu.umich.visualsoar.operatorwindow.OperatorNode
If the node supports this operation it should be overloaded in the subclass if this function gets called it means that the node did not properly overload the function, so the user just told the program to do something that it cannot all this function does is print out an error message to that effect
openRules(MainFrame, int) - Method in class edu.umich.visualsoar.operatorwindow.FileNode
This opens/shows a rule editor with this nodes associated file and places the caret on the given line number
openRules(MainFrame, int) - Method in class edu.umich.visualsoar.operatorwindow.OperatorNode
If the node supports this operation it should be overloaded in the subclass if this function gets called it means that the node did not properly overload the function, so the user just told the program to do something that it cannot all this function does is print out an error message to that effect
openRulesItem - Static variable in class edu.umich.visualsoar.operatorwindow.OperatorNode
 
openVersionFive(FileReader, String) - Method in class edu.umich.visualsoar.operatorwindow.OperatorWindow
Opens a Version Five Operator Hierarchy file
openVersionFour(FileReader, String) - Method in class edu.umich.visualsoar.operatorwindow.OperatorWindow
Opens a Version Four Operator Hierarchy file
openVersionOne(FileReader, String) - Method in class edu.umich.visualsoar.operatorwindow.OperatorWindow
Opens a Version One Operator Hierarchy file
openVersionThree(FileReader, String) - Method in class edu.umich.visualsoar.operatorwindow.OperatorWindow
Opens a Version Three Operator Hierarchy file
openVersionTwo(FileReader, String) - Method in class edu.umich.visualsoar.operatorwindow.OperatorWindow
Opens a Version two Operator Hierarchy file
OPERATOR - Static variable in class edu.umich.visualsoar.operatorwindow.VSEImporter
 
operatorDesktopSplit - Variable in class edu.umich.visualsoar.MainFrame
 
operatorNameIsValid(String) - Static method in class edu.umich.visualsoar.operatorwindow.OperatorWindow
Checks name entries for illegal values
OperatorNode - class edu.umich.visualsoar.operatorwindow.OperatorNode.
This is the basis class for which all operator nodes are derived
OperatorNode(String, int) - Constructor for class edu.umich.visualsoar.operatorwindow.OperatorNode
Constructor
OperatorOperatorNode - class edu.umich.visualsoar.operatorwindow.OperatorOperatorNode.
OperatorOperatorNode class is for regular Operators.
OperatorOperatorNode(String, int, String) - Constructor for class edu.umich.visualsoar.operatorwindow.OperatorOperatorNode
this creates a low-level operator with the given name and file
OperatorOperatorNode(String, int, String, String, int) - Constructor for class edu.umich.visualsoar.operatorwindow.OperatorOperatorNode
This will construct a high-level operator node, this one supports serialization, restoreId must be called to get this object into a good state
OperatorOperatorNode(String, int, String, String, SoarIdentifierVertex) - Constructor for class edu.umich.visualsoar.operatorwindow.OperatorOperatorNode
this creates a highlevel operator with the given name, file, folder and dataMapId
OperatorRootNode - class edu.umich.visualsoar.operatorwindow.OperatorRootNode.
This is the root node for the operator window
OperatorRootNode(String, int, String) - Constructor for class edu.umich.visualsoar.operatorwindow.OperatorRootNode
 
OperatorRootNode(String, int, String, String) - Constructor for class edu.umich.visualsoar.operatorwindow.OperatorRootNode
This constructs the normal OperatorRootNode object
operatorWindow - Variable in class edu.umich.visualsoar.MainFrame
 
OperatorWindow - class edu.umich.visualsoar.operatorwindow.OperatorWindow.
A class to implement the behavior of the operator window
OperatorWindow.BackupThread - class edu.umich.visualsoar.operatorwindow.OperatorWindow.BackupThread.
Responsible for keeping track of the backup project files
OperatorWindow.BackupThread() - Constructor for class edu.umich.visualsoar.operatorwindow.OperatorWindow.BackupThread
 
OperatorWindow.OWDragGestureListener - class edu.umich.visualsoar.operatorwindow.OperatorWindow.OWDragGestureListener.
Class used for drag and drop operations
OperatorWindow.OWDragGestureListener() - Constructor for class edu.umich.visualsoar.operatorwindow.OperatorWindow.OWDragGestureListener
 
OperatorWindow.OWDragSourceListener - class edu.umich.visualsoar.operatorwindow.OperatorWindow.OWDragSourceListener.
Class used for drag and drop operations
OperatorWindow.OWDragSourceListener() - Constructor for class edu.umich.visualsoar.operatorwindow.OperatorWindow.OWDragSourceListener
 
OperatorWindow.OWDragSourceListener(OperatorNode) - Constructor for class edu.umich.visualsoar.operatorwindow.OperatorWindow.OWDragSourceListener
 
OperatorWindow.OWDropTargetListener - class edu.umich.visualsoar.operatorwindow.OperatorWindow.OWDropTargetListener.
Class used for drag and drop operations
OperatorWindow.OWDropTargetListener() - Constructor for class edu.umich.visualsoar.operatorwindow.OperatorWindow.OWDropTargetListener
 
OperatorWindow() - Constructor for class edu.umich.visualsoar.operatorwindow.OperatorWindow
Private usage only.
OperatorWindow(File) - Constructor for class edu.umich.visualsoar.operatorwindow.OperatorWindow
Opens an OperatorWindow for an existing project
OperatorWindow(String, String, boolean) - Constructor for class edu.umich.visualsoar.operatorwindow.OperatorWindow
Creates an Operator Window given a project name.
OperatorWindowRenderer - class edu.umich.visualsoar.operatorwindow.OperatorWindowRenderer.
 
OperatorWindowRenderer() - Constructor for class edu.umich.visualsoar.operatorwindow.OperatorWindowRenderer
 
optionsPanel - Variable in class edu.umich.visualsoar.dialogs.FindPanel
 
opWin - Variable in class edu.umich.visualsoar.dialogs.FindDialog
 
opWin - Variable in class edu.umich.visualsoar.dialogs.ReplaceInProjectDialog
 
OrderedDirectedGraphAsAdjacencyLists - class edu.umich.visualsoar.graph.OrderedDirectedGraphAsAdjacencyLists.
 
OrderedDirectedGraphAsAdjacencyLists() - Constructor for class edu.umich.visualsoar.graph.OrderedDirectedGraphAsAdjacencyLists
 

Java 2 Platform
v1.3
A B C D E F G H I J K L M N O P Q R S T U V W X Y