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 Z

A

aAlign - Variable in class edu.neu.ccs.gui.Display
The alignment of the annotation relative to displayed object.
ABOVE - Static variable in interface edu.neu.ccs.util.JPTConstants
Value designating the top of a border style layout.
AbsoluteLayout - class edu.neu.ccs.gui.AbsoluteLayout.
Layout manager allowing child components of a container to control their own locations and sizes.
AbsoluteLayout() - Constructor for class edu.neu.ccs.gui.AbsoluteLayout
 
AbstractMutatablePaintable - class edu.neu.ccs.gui.AbstractMutatablePaintable.
The abstract class AbstractMutatablePaintable defines objects that extend AbstractPaintable and implement MutatablePaintable.
AbstractMutatablePaintable() - Constructor for class edu.neu.ccs.gui.AbstractMutatablePaintable
 
AbstractPaintable - class edu.neu.ccs.gui.AbstractPaintable.
The abstract class AbstractPaintable defines objects that implement Paintable and SupportsPropertyChange.
AbstractPaintable() - Constructor for class edu.neu.ccs.gui.AbstractPaintable
 
AbstractParser - class edu.neu.ccs.parser.AbstractParser.
Abstract superclass for classes of objects that provide functionality for evaluating Strings into primitive types and objects using a language with simple syntactic structure.
AbstractParser.ObjectOperationPair - class edu.neu.ccs.parser.AbstractParser.ObjectOperationPair.
Pair class used by a Parser to store a value and an associated operation.
AbstractParser.ObjectOperationPair(Object, AbstractParser.Operation) - Constructor for class edu.neu.ccs.parser.AbstractParser.ObjectOperationPair
Constructs a pair with the given value and operation.
AbstractParser.Operation - class edu.neu.ccs.parser.AbstractParser.Operation.
Class encapsulating an operation and its corresponding String symbol for use with a parser.
AbstractParser.Operation() - Constructor for class edu.neu.ccs.parser.AbstractParser.Operation
Constructs an operation with the default initial settings.
AbstractParser.Operation(String) - Constructor for class edu.neu.ccs.parser.AbstractParser.Operation
Constructs an operation with the given symbol.
AbstractParser.Operation(String, boolean, boolean) - Constructor for class edu.neu.ccs.parser.AbstractParser.Operation
Constructs an operation with the given symbol and settings for unary and binary usage.
AbstractParser.Procedure - class edu.neu.ccs.parser.AbstractParser.Procedure.
Class encapsulating a procedure and its corresponding String symbol for use with a parser.
AbstractParser.Procedure(String, int) - Constructor for class edu.neu.ccs.parser.AbstractParser.Procedure
Constructs a procedure with the given identifier and number of expected arguments.
AbstractParser() - Constructor for class edu.neu.ccs.parser.AbstractParser
Constructs a new parser by adding the standard operations, procedures, and constants available for this parser.
accept(File) - Method in class edu.neu.ccs.gui.FileView.ExtensionFileFilter
Returns whether or not the given file is acceptable to this filter.
acosdeg(double) - Static method in class edu.neu.ccs.util.MathUtilities
Return the arc cosine in degrees of the specified input value in the range -1 to +1.
action - Variable in class edu.neu.ccs.console.ConsoleGateway
Case action filter used by this console object.
action - Variable in class edu.neu.ccs.gui.ActionWrapper
The action to encapsulate as a thread.
actionPerformed(ActionEvent) - Method in class edu.neu.ccs.gui.WindowAction
Performs this action by calling the windowActionPerformed method of this class intended to perform tasks requiring information contained in the WindowEvent triggering this action.
actionPerformed(ActionEvent) - Method in class edu.neu.ccs.gui.ThreadedAction
Invokes the actionPerformed method of the encapsulated action in a newly created separate thread that is executed as a daemon thread.
actionPerformed(ActionEvent) - Method in class edu.neu.ccs.gui.SimpleAction
Performs this action by calling the simplified perform method of this class.
actionPerformed(ActionEvent) - Method in class edu.neu.ccs.gui.PropertyChangeAction
Performs this action by calling the propertyChangeActionPerformed method of this class intended to perform tasks requiring information contained in the PropertyChangeEvent triggering this action.
actionPerformed(ActionEvent) - Method in class edu.neu.ccs.gui.PaintAction
Performs this action by calling the paint method of this class.
actionPerformed(ActionEvent) - Method in class edu.neu.ccs.gui.MouseAction
Performs this action by calling the mouseActionPerformed method of this class intended to perform tasks requiring information contained in the MouseEvent triggering this action.
actionPerformed(ActionEvent) - Method in class edu.neu.ccs.gui.ListSelectionAction
Performs this action by calling the listSelectionActionPerformed method of this class intended to perform tasks requiring information contained in the ListSelectionEvent triggering this action.
actionPerformed(ActionEvent) - Method in class edu.neu.ccs.gui.KeyAction
Performs this action by calling the keyActionPerformed method of this class intended to perform tasks requiring information contained in the KeyEvent triggering this action.
actionPerformed(ActionEvent) - Method in class edu.neu.ccs.gui.FocusAction
Performs this action by calling the focusActionPerformed method of this class intended to perform tasks requiring information contained in the FocusEvent triggering this action.
actionPerformed(ActionEvent) - Method in class edu.neu.ccs.gui.DialogAction
Invokes the actionPerformed method of the encapsulated action and then performs the action specified as the finish action.
actionPerformed(ActionEvent) - Method in class edu.neu.ccs.gui.ComponentAction
Performs this action by calling the componentActionPerformed method of this class intended to perform tasks requiring information contained in the ComponentEvent triggering this action.
actionPerformed(ActionEvent) - Method in class edu.neu.ccs.gui.ChangeAction
Performs this action by calling the changeActionPerformed method of this class intended to perform tasks requiring information contained in the ChangeEvent triggering this action.
actionPerformed(ActionEvent) - Method in class edu.neu.ccs.gui.ActionWrapper
Implement the actionPerformed method to decide how the encapsulated action will be used.
actionPerformed(ActionEvent) - Method in class edu.neu.ccs.gui.ActionSequence
If this sequence is enabled then performs the enabled actions within the sequence in order; otherwise does nothing.
actions - Variable in class edu.neu.ccs.gui.PaintActionCapsule
Sequence of action listeners to perform when painted.
actions - Variable in class edu.neu.ccs.gui.JPTDialog
The actions panel containing actions that interact with the view in this dialog.
actions - Variable in class edu.neu.ccs.gui.ActionSequence
The underlying list used for storage of action listeners.
ActionSequence - class edu.neu.ccs.gui.ActionSequence.
An ordered collection of ActionListener objects similar to a List; the sequence itself is an instance of AbstractAction; the actionPerformed method of the sequence executes the actionPerformed method of each listener in its list in order of entry into the list.
ActionSequence() - Constructor for class edu.neu.ccs.gui.ActionSequence
Constructs a sequence using the default underlying linear data structure.
ActionSequence(List) - Constructor for class edu.neu.ccs.gui.ActionSequence
Constructs a sequence using the given underlying linear data structure.
actionsPanel - Variable in class edu.neu.ccs.gui.GeneralDialog
ActionsPanel with the user response buttons.
ActionsPanel - class edu.neu.ccs.gui.ActionsPanel.
A panel containing Action objects represented by buttons that initiate their respective actions.
ActionsPanel() - Constructor for class edu.neu.ccs.gui.ActionsPanel
Constructs an actions panel that contains no actions and uses the default layout manager for a JPanel.
ActionsPanel(Action[]) - Constructor for class edu.neu.ccs.gui.ActionsPanel
Constructs an actions panel that contains the given actions and uses the default layout manager for a JPanel.
ActionsPanel(Action[], LayoutManager) - Constructor for class edu.neu.ccs.gui.ActionsPanel
Constructs an actions panel that contains the given actions and uses the given layout manager.
ActionsPanel(Action[], Object[], LayoutManager) - Constructor for class edu.neu.ccs.gui.ActionsPanel
Constructs an actions panel that contains the given actions and uses the given layout manager with the given constraints.
ActionsPanel(LayoutManager) - Constructor for class edu.neu.ccs.gui.ActionsPanel
Constructs an actions panel that contains no actions and uses the given layout manager.
ActionWrapper - class edu.neu.ccs.gui.ActionWrapper.
Base class for encapsulating Action objects to provide extra functionality.
ActionWrapper() - Constructor for class edu.neu.ccs.gui.ActionWrapper
Constructs an empty wrapper.
ActionWrapper(Action) - Constructor for class edu.neu.ccs.gui.ActionWrapper
Constructs a wrapper that encapsulates the given action.
ACTIVATED - Static variable in class edu.neu.ccs.console.ConsoleGateway
Bound property name for the activated property.
activatedActions - Variable in class edu.neu.ccs.gui.WindowActionAdapter
List of actions to be performed upon the notification of window activated events.
ADD_VERTEX - Static variable in class edu.neu.ccs.gui.AutomaticShape
Bound property name to add one vertex.
ADD_VERTEX_TANGENT - Static variable in class edu.neu.ccs.gui.TweakableShape
Bound property name to add one vertex/tangent pair.
add(ActionListener) - Method in class edu.neu.ccs.gui.ActionSequence
Appends the given action listener to the end of this sequence.
add(Component) - Method in class edu.neu.ccs.gui.DisplayPanel
Adds the specified component to the end of this container.
add(Component) - Method in class edu.neu.ccs.gui.DisplayCollection
Adds the specified component to the end of this container.
add(Component, int) - Method in class edu.neu.ccs.gui.DisplayPanel
Adds the specified component to this container at the given position.
add(Component, int) - Method in class edu.neu.ccs.gui.DisplayCollection
Adds the specified component to this container at the given position.
add(Component, Object) - Method in class edu.neu.ccs.gui.DisplayPanel
Adds the specified component to the end of this container.
add(Component, Object) - Method in class edu.neu.ccs.gui.DisplayCollection
Adds the specified component to the end of this container.
add(Component, Object, int) - Method in class edu.neu.ccs.gui.DisplayPanel
Adds the specified component at the given position.
add(Component, Object, int) - Method in class edu.neu.ccs.gui.DisplayCollection
Adds the specified component at the given position.
add(int, ActionListener) - Method in class edu.neu.ccs.gui.ActionSequence
Inserts the given action listener at the given index in this sequence.
add(int, StringableFilter) - Method in class edu.neu.ccs.filter.StringableFilterSequence
Inserts the given filter at the given index in this sequence.
add(Object) - Method in class edu.neu.ccs.quick.QuickTreeSet
Adds the element to the set if it is not present.
add(StringableFilter) - Method in class edu.neu.ccs.filter.StringableFilterSequence
Appends the given filter to the end of this sequence.
add(String, Component) - Method in class edu.neu.ccs.gui.DisplayPanel
Adds the given component to this container.
add(String, Component) - Method in class edu.neu.ccs.gui.DisplayCollection
Adds the specified component to this container.
addAction(Action) - Method in class edu.neu.ccs.gui.JPTDialog
Adds the given action to the actions panel contained by this dialog.
addAction(Action) - Method in class edu.neu.ccs.gui.ActionsPanel
Adds the given action to the ActionsPanel by creating a JButton that, when clicked, will cause the performance of the given action.
addAction(ActionListener) - Method in class edu.neu.ccs.gui.PaintActionCapsule
Adds the given action listener to the end of the sequence of action listeners performed when this component is painted.
addAction(ActionListener) - Method in class edu.neu.ccs.gui.ColorView
Append an action listener to be performed when the method setColor is called.
addAction(Action, Object) - Method in class edu.neu.ccs.gui.GeneralDialog
Adds the given ordinary action with the given finish parameter to the actions panel for this dialog and returns the associated button.
addAction(Action, Object) - Method in class edu.neu.ccs.gui.ActionsPanel
Adds the given action to the ActionsPanel with the given layout constraint.
addAction(DialogAction) - Method in class edu.neu.ccs.gui.GeneralDialog
Adds the given dialog action to the actions panel for this dialog and returns the associated button.
addAction(int, ActionListener) - Method in class edu.neu.ccs.gui.ColorView
Add an action listener to be performed when the method setColor is called and place this action listener at the given index in the set color actions sequence.
addAction(String, Icon, Object) - Method in class edu.neu.ccs.gui.GeneralDialog
Adds a trivial action with the given name, icon, and finish parameter to the actions panel for this dialog and returns the associated button.
addAction(String, Object) - Method in class edu.neu.ccs.gui.GeneralDialog
Adds a trivial action with the given name and finish parameter to the actions panel for this dialog and returns the associated button.
addActionListener(ActionListener) - Method in interface edu.neu.ccs.gui.StringObjectView
Adds an ActionListener.
addActionListener(ActionListener) - Method in class edu.neu.ccs.gui.RadioPanel
Adds the given action listener to all buttons.
addActionListener(ActionListener) - Method in class edu.neu.ccs.gui.GeneralViewWrapper
Adds an ActionListener.
addActionListener(ActionListener) - Method in interface edu.neu.ccs.gui.GeneralView
Adds an ActionListener.
addActionListener(int, ActionListener) - Method in class edu.neu.ccs.gui.RadioPanel
Adds the given action listener to the button at the given index.
addActionListeners(ActionListener[]) - Method in class edu.neu.ccs.gui.RadioPanel
Adds the given action listeners to the corresponding buttons.
addActions(Action[]) - Method in class edu.neu.ccs.gui.ActionsPanel
Adds the given array of actions to this ActionsPanel by creating JButtons that, when clicked, will cause the performance of the corresponding action.
addActions(Action[], Object[]) - Method in class edu.neu.ccs.gui.ActionsPanel
Adds the given actions to this ActionsPanel with the given layout constraints.
addActions(ActionListener[]) - Method in class edu.neu.ccs.gui.PaintActionCapsule
Adds the action listeners in the given array, in order, to the end of the sequence of action listeners performed when this component is painted.
addAsListenerTo(Component) - Method in class edu.neu.ccs.gui.MouseActionAdapter
Registers this adapter to receive mouse events generated by the given component.
addChangeAction(ActionListener) - Method in class edu.neu.ccs.gui.ChangeActionAdapter
Adds the given action listener to this adapter so that it will be performed when the state of the target object is adjusted.
addChildItem(Component) - Method in class edu.neu.ccs.gui.ZooContainer
Adds the given component to this container at the highest z-order position.
addChildItem(Component) - Method in class edu.neu.ccs.gui.Zoo
Adds the given component to this zoo at the highest z-order position and prepares the component for direct manipulation, grouping, and selection.
addChildItem(Component, int) - Method in class edu.neu.ccs.gui.ZooContainer
Adds the given component to this container at the given z-order position.
addChildItem(Component, int) - Method in class edu.neu.ccs.gui.Zoo
Adds the given component to this zoo at the given z-order position and prepares the component for direct manipulation, grouping, and selection.
addComponentHiddenAction(ActionListener) - Method in class edu.neu.ccs.gui.ComponentActionAdapter
Adds the given action listener to the action sequence so that it will be performed when the component is hidden.
addComponentMovedAction(ActionListener) - Method in class edu.neu.ccs.gui.ComponentActionAdapter
Adds the given action listener to the action sequence so that it will be performed when the component is moved.
addComponentResizedAction(ActionListener) - Method in class edu.neu.ccs.gui.ComponentActionAdapter
Adds the given action listener to the action sequence so that it will be performed when the component is resized.
addComponentShownAction(ActionListener) - Method in class edu.neu.ccs.gui.ComponentActionAdapter
Adds the given action listener to the action sequence so that it will be performed when the component is shown.
addConstant(String, Object) - Method in class edu.neu.ccs.parser.AbstractParser
Adds the given constant to the parser environment with the given identifier and value.
addConstants() - Method in class edu.neu.ccs.parser.JPTParser
Adds the standard constants for this parser to the environment.
addConstants() - Method in class edu.neu.ccs.parser.AbstractParser
Adds the standard constants for this parser to the environment.
addDefaultAction(Action) - Method in class edu.neu.ccs.gui.JPTDialog
Adds the given action to the actions panel contained by this dialog, as the default action for the dialog.
addFocusGainedAction(ActionListener) - Method in class edu.neu.ccs.gui.FocusActionAdapter
Adds an action listener to this adapter so that it will be performed when the focus is gained.
addFocusLostAction(ActionListener) - Method in class edu.neu.ccs.gui.FocusActionAdapter
Adds an action listener to this adapter so that it will be performed when the focus is lost.
addForwardingListener(Object) - Method in interface edu.neu.ccs.gui.SupportsPropertyChange
Add the forwarding listener as a property change listener for the given object if the object supports property change.
addForwardingListener(Object) - Method in class edu.neu.ccs.gui.PaintableSequenceComposite
 
addForwardingListener(Object) - Method in class edu.neu.ccs.gui.JPTComponent
Add the forwarding listener as a property change listener for the given object if the object supports property change.
addForwardingListener(Object) - Method in class edu.neu.ccs.gui.BaseShape
Add the forwarding listener as a property change listener for the given object if the object supports property change.
addForwardingListener(Object) - Method in class edu.neu.ccs.gui.AbstractPaintable
Add the forwarding listener as a property change listener for the given object if the object supports property change.
addItem(Object) - Method in class edu.neu.ccs.gui.Dropdown
Adds the item to the view by calling the method in the parent and also maintains a record that this item was added.
addItems(Object[]) - Method in class edu.neu.ccs.quick.QuickVector
Method that adds the given array of items one-by-one to the vector.
addItems(Object[]) - Method in class edu.neu.ccs.quick.QuickTreeSet
Method that adds the given array of items one-by-one to the tree set.
addItems(Object[]) - Method in class edu.neu.ccs.quick.QuickLinkedList
Method that adds the given array of items one-by-one to the linked list.
addItems(Object[]) - Method in class edu.neu.ccs.quick.QuickHashSet
Method that adds the given array of items one-by-one to the hash set.
addItems(Object[]) - Method in class edu.neu.ccs.quick.QuickArrayList
Method that adds the given array of items one-by-one to the array list.
addItems(String[]) - Method in class edu.neu.ccs.gui.Dropdown
Adds the given String array of items to the view.
addKeyPressedAction(ActionListener) - Method in class edu.neu.ccs.gui.KeyActionAdapter
Adds an action listener to this adapter so that it will be performed when a key is pressed.
addKeyReleasedAction(ActionListener) - Method in class edu.neu.ccs.gui.KeyActionAdapter
Adds an action listener to this adapter so that it will be performed when a key is released.
addKeyTypedAction(ActionListener) - Method in class edu.neu.ccs.gui.KeyActionAdapter
Adds an action listener to this adapter so that it will be performed when a key is typed.
addLayoutComponent(Component, Object) - Method in class edu.neu.ccs.gui.TableLayout
Adds the given component to this table layout at the given table position.
addLayoutComponent(Component, Object) - Method in class edu.neu.ccs.gui.CenterLayout
Adds the given component to the layout by replacing the currently contained component with the given component.
addLayoutComponent(Component, Object) - Method in class edu.neu.ccs.gui.AlignedLayout
Adds the given component to the layout by replacing the currently maintained component with the given component.
addLayoutComponent(Component, Object) - Method in class edu.neu.ccs.gui.AbsoluteLayout
Adds the given component to this layout with the given constraints.
addLayoutComponent(String, Component) - Method in class edu.neu.ccs.gui.TableLayout
Adds the given component to this layout at the next available position.
addLayoutComponent(String, Component) - Method in class edu.neu.ccs.gui.CenterLayout
Adds the given component to the layout.
addLayoutComponent(String, Component) - Method in class edu.neu.ccs.gui.AlignedLayout
Adds the given component to the layout.
addLayoutComponent(String, Component) - Method in class edu.neu.ccs.gui.AbsoluteLayout
Adds the given component to this layout with the given name.
addListSelectionAction(ActionListener) - Method in class edu.neu.ccs.gui.ListSelectionActionAdapter
Adds an action listener to this adapter so that it will be performed when a list selection is made.
addMalformedDataListener(MalformedDataListener) - Method in class edu.neu.ccs.gui.TextFieldView
 
addMalformedDataListener(MalformedDataListener) - Method in class edu.neu.ccs.gui.GeneralViewSupport
Registers the given MalformedDataListener to receive MalformedDataEvents when the view state data is found to be malformed and when the view state data is returned to a well-formed value.
addMalformedDataListener(MalformedDataListener) - Method in interface edu.neu.ccs.gui.Fragile
Registers the given MalformedDataListener to receive MalformedDataEvents when the view state data is found to be malformed and when the view state data is returned to a well-formed value.
addMalformedDataListener(MalformedDataListener) - Method in class edu.neu.ccs.gui.FileView
 
addMalformedDataListener(MalformedDataListener) - Method in class edu.neu.ccs.gui.DropdownView
 
addMouseClickedAction(ActionListener) - Method in class edu.neu.ccs.gui.MouseActionAdapter
Adds the given action listener to the action sequence so that it will be performed when the mouse is clicked.
addMouseDraggedAction(ActionListener) - Method in class edu.neu.ccs.gui.MouseActionAdapter
Adds the given action listener to the action sequence so that it will be performed when the mouse is dragged.
addMouseEnteredAction(ActionListener) - Method in class edu.neu.ccs.gui.MouseActionAdapter
Adds the given action listener to the action sequence so that it will be performed when the mouse enters the component.
addMouseExitedAction(ActionListener) - Method in class edu.neu.ccs.gui.MouseActionAdapter
Adds the given action to the action sequence so that it will be performed when the mouse exits the component.
addMouseMovedAction(ActionListener) - Method in class edu.neu.ccs.gui.MouseActionAdapter
Adds the given action listener to the action sequence so that it will be performed when the mouse is moved.
addMousePressedAction(ActionListener) - Method in class edu.neu.ccs.gui.MouseActionAdapter
Adds the given action listener to the action sequence so that it will be performed when the mouse button is pressed.
addMouseReleasedAction(ActionListener) - Method in class edu.neu.ccs.gui.MouseActionAdapter
Adds the given action listener to the action sequence so that it will be performed when the mouse button is released.
addNameColorPair(String, Color) - Static method in class edu.neu.ccs.Colors
Adds a name-color pair to the internal name-color map using the given name and Color.
addNotify() - Method in class edu.neu.ccs.gui.ZooGroup
Called when the native peer for this group is created.
addNotify() - Method in class edu.neu.ccs.gui.JPTFrame
Resizes the frame upon creation of its peer window to make its contents the proper size regardless of platform specific insets size.
addObject(Object) - Method in class edu.neu.ccs.gui.DisplayPanel
Add the given object to this DisplayPanel at the next available position after applying the transformation of the method makeComponent.
addObject(Object, int) - Method in class edu.neu.ccs.gui.DisplayPanel
Add the given object to this DisplayPanel at the given index position after applying the transformation of the method makeComponent.
addObject(Object, int, int) - Method in class edu.neu.ccs.gui.TablePanel
Add the given object to this TablePanel at the position specified by the row and column after applying the transformation of the method makeComponent.
addObject(Object, Object) - Method in class edu.neu.ccs.gui.DisplayPanel
Add the given object to this DisplayPanel with the specified constaints at the next appropriate position after applying the transformation of the method makeComponent.
addObject(Object, Object, int) - Method in class edu.neu.ccs.gui.DisplayPanel
Add the given object to this DisplayPanel at the given index position after applying the transformation of the method makeComponent.
addOperation(AbstractParser.Operation, int) - Method in class edu.neu.ccs.parser.AbstractParser
Adds the given operation to the operation table at the given index in the precedence list.
addOperationAfterPrecedenceOf(AbstractParser.Operation, AbstractParser.Operation) - Method in class edu.neu.ccs.parser.AbstractParser
Adds the given operation to the table of recognized operations, at the level of precedence immediately after the precendence of the given existing operation.
addOperationAtPrecedenceOf(AbstractParser.Operation, AbstractParser.Operation) - Method in class edu.neu.ccs.parser.AbstractParser
Adds the given operation to the table of recognized operations, at the same level of precedence as the given existing operation.
addOperationBeforePrecedenceOf(AbstractParser.Operation, AbstractParser.Operation) - Method in class edu.neu.ccs.parser.AbstractParser
Adds the given operation to the table of recognized operations, at the level of precedence immediately before the precendence as the given existing operation.
addOperations() - Method in class edu.neu.ccs.parser.JPTParser
Adds the standard operations for this parser to the operation table.
addOperations() - Method in class edu.neu.ccs.parser.AbstractParser
Adds the standard operations for this parser to the operation table.
addOption(String) - Method in class edu.neu.ccs.gui.RadioPanel
Adds a button to the end of the view with the given label.
addOption(String, Action) - Method in class edu.neu.ccs.gui.RadioPanel
Adds a button to the end of the view with the given label and the given action.
addOption(String, Action, boolean) - Method in class edu.neu.ccs.gui.RadioPanel
Adds a button to the end of the view with the given label, the given action, and the given selection state.
addOption(String, boolean) - Method in class edu.neu.ccs.gui.RadioPanel
Adds a button to the end of the view with the given label and the given selection state.
addOptions(String[]) - Method in class edu.neu.ccs.gui.RadioPanel
Add the options in succession to the end of the view.
addOptions(String[], Action) - Method in class edu.neu.ccs.gui.RadioPanel
Add the options in succession to the end of the view with the same action for each option.
addOptions(String[], Action[]) - Method in class edu.neu.ccs.gui.RadioPanel
Add the options in succession to the end of the view with the each option paired with a corresponding action.
addPaintable(int, Paintable) - Method in class edu.neu.ccs.gui.PaintableSequence
Installs a Paintable as a MutatablePaintable at the given index in the paintable sequence.
addPaintableAtTop(Paintable) - Method in class edu.neu.ccs.gui.PaintableSequence
Installs a Paintable as a MutatablePaintable at the topmost position of the paintable sequence (index 0).
addPair(int, String, Object) - Method in class edu.neu.ccs.quick.StringObjectMap
Adds the given String and Object pair to the StringObjectMap at the given index.
addPair(int, StringObjectPair) - Method in class edu.neu.ccs.quick.StringObjectMap
Adds the given StringObjectPair pair to the StringObjectMap at the given index.
addPair(String, Object) - Method in class edu.neu.ccs.gui.StringObjectRadioPanel
Adds the new pair with the given string and object.
addPair(String, Object) - Method in class edu.neu.ccs.gui.StringObjectDropdown
Adds the new pair with the given string and object.
addPair(String, Object) - Method in class edu.neu.ccs.quick.StringObjectMap
Adds the given String and Object pair to the StringObjectMap.
addPair(StringObjectPair) - Method in class edu.neu.ccs.gui.StringObjectRadioPanel
Adds the new string-object pair.
addPair(StringObjectPair) - Method in class edu.neu.ccs.gui.StringObjectDropdown
Adds the new string-object pair.
addPair(StringObjectPair) - Method in class edu.neu.ccs.quick.StringObjectMap
Adds the given StringObjectPair pair to the StringObjectMap.
addPairs(Object[][]) - Method in class edu.neu.ccs.gui.StringObjectRadioPanel
Adds the new pairs.
addPairs(Object[][]) - Method in class edu.neu.ccs.gui.StringObjectDropdown
Adds the new pairs.
addPairs(Object[][]) - Method in class edu.neu.ccs.quick.StringObjectMap
Adds an array of string-object pairs to the map.
addPairs(StringObjectMap) - Method in class edu.neu.ccs.gui.StringObjectRadioPanel
Adds the new map.
addPairs(StringObjectMap) - Method in class edu.neu.ccs.gui.StringObjectDropdown
Adds the new map.
addPairs(StringObjectPair[]) - Method in class edu.neu.ccs.gui.StringObjectRadioPanel
Adds the new pairs.
addPairs(StringObjectPair[]) - Method in class edu.neu.ccs.gui.StringObjectDropdown
Adds the new pairs.
addPairs(StringObjectPair[]) - Method in class edu.neu.ccs.quick.StringObjectMap
Adds an array of StringObjectPair pairs to the map.
addPostMutation(AffineTransform) - Method in interface edu.neu.ccs.gui.MutatablePaintable
Composes the existing mutator on the left with the given transform provided that the given transform is invertible.
addPostMutation(AffineTransform) - Method in class edu.neu.ccs.gui.AbstractMutatablePaintable
Composes the existing mutator on the left with the given transform provided that the given transform is invertible.
addPostMutation(Mutator.Strategy) - Method in class edu.neu.ccs.gui.PaintableSequence
Adds the mutation determined by the given strategy and by the current setting of the mutator strategy usage.
addPostMutation(Mutator.Strategy) - Method in class edu.neu.ccs.gui.MutatableWrapper
Applies a Mutator.Strategy object to the paintable by composition on the left using the mutated center to construct the post-mutation.
addPostMutation(Mutator.Strategy) - Method in interface edu.neu.ccs.gui.MutatablePaintable
Applies a Mutator.Strategy object to the paintable by composition on the left.
addPostMutation(Mutator.Strategy) - Method in class edu.neu.ccs.gui.AbstractMutatablePaintable
Applies a Mutator.Strategy object to the paintable by composition on the left using the mutated center to construct the post-mutation.
addPreMutation(AffineTransform) - Method in interface edu.neu.ccs.gui.MutatablePaintable
Composes the existing mutator on the right with the given transform provided that the given transform is invertible.
addPreMutation(AffineTransform) - Method in class edu.neu.ccs.gui.AbstractMutatablePaintable
Composes the existing mutator on the right with the given transform provided that the given transform is invertible.
addPreMutation(Mutator.Strategy) - Method in class edu.neu.ccs.gui.PaintableSequence
Adds the mutation determined by the given strategy and by the current setting of the mutator strategy usage.
addPreMutation(Mutator.Strategy) - Method in class edu.neu.ccs.gui.MutatableWrapper
Applies a Mutator.Strategy object to the paintable by composition on the right using the original center to construct the pre-mutation.
addPreMutation(Mutator.Strategy) - Method in interface edu.neu.ccs.gui.MutatablePaintable
Applies a Mutator.Strategy object to the paintable by composition on the right.
addPreMutation(Mutator.Strategy) - Method in class edu.neu.ccs.gui.AbstractMutatablePaintable
Applies a Mutator.Strategy object to the paintable by composition on the right using the original center to construct the pre-mutation.
addProcedure(AbstractParser.Procedure) - Method in class edu.neu.ccs.parser.AbstractParser
Adds the given procedure to the table of recognized procedures.
addProcedures() - Method in class edu.neu.ccs.parser.JPTParser
Adds the standard procedures for this parser to the procedure table.
addProcedures() - Method in class edu.neu.ccs.parser.AbstractParser
Adds the standard procedures for this parser to the procedure table.
addPropertyChangeAction(ActionListener) - Method in class edu.neu.ccs.gui.PropertyChangeActionAdapter
Adds an action listener to this adapter so that it will be performed when a property is changed.
addPropertyChangeListener(PropertyChangeListener) - Method in class edu.neu.ccs.XPoint2D
Registers the given object to listen for property change events generated by this object.
addPropertyChangeListener(PropertyChangeListener) - Method in class edu.neu.ccs.XObject
Registers the given object to listen for property change events generated by this object.
addPropertyChangeListener(PropertyChangeListener) - Method in class edu.neu.ccs.console.ConsoleGateway
Registers the given object to listen for property change events generated by this console.
addPropertyChangeListener(PropertyChangeListener) - Method in class edu.neu.ccs.filter.NumericFilter
Registers the given object to listen for property change events generated by this object.
addPropertyChangeListener(PropertyChangeListener) - Method in interface edu.neu.ccs.gui.SupportsPropertyChange
Add a PropertyChangeListener to the listener list.
addPropertyChangeListener(PropertyChangeListener) - Method in class edu.neu.ccs.gui.PaintableSequenceComposite
 
addPropertyChangeListener(PropertyChangeListener) - Method in class edu.neu.ccs.gui.Interval
Registers the given object to listen for property change events generated by this object.
addPropertyChangeListener(PropertyChangeListener) - Method in class edu.neu.ccs.gui.BaseShape
Add a PropertyChangeListener to the listener list.
addPropertyChangeListener(PropertyChangeListener) - Method in class edu.neu.ccs.gui.ActionWrapper
 
addPropertyChangeListener(PropertyChangeListener) - Method in class edu.neu.ccs.gui.AbstractPaintable
Add a PropertyChangeListener to the listener list.
addPropertyChangeListener(PropertyChangeListener) - Method in class edu.neu.ccs.util.StringableFactory
Registers the given object to listen for property change events generated by this factory.
addPropertyChangeListener(String, PropertyChangeListener) - Method in class edu.neu.ccs.XPoint2D
Registers the given object to listen for property change events generated by this object with the given property name.
addPropertyChangeListener(String, PropertyChangeListener) - Method in class edu.neu.ccs.XObject
Registers the given object to listen for property change events with the provided name generated by this object.
addPropertyChangeListener(String, PropertyChangeListener) - Method in class edu.neu.ccs.console.ConsoleGateway
Registers the given object to listen for property change events generated by this console with the provided property name.
addPropertyChangeListener(String, PropertyChangeListener) - Method in class edu.neu.ccs.filter.NumericFilter
Registers the given object to listen for property change events generated by this object with the given property name.
addPropertyChangeListener(String, PropertyChangeListener) - Method in interface edu.neu.ccs.gui.SupportsPropertyChange
Add a PropertyChangeListener to the listener list for a specific property.
addPropertyChangeListener(String, PropertyChangeListener) - Method in class edu.neu.ccs.gui.PaintableSequenceComposite
 
addPropertyChangeListener(String, PropertyChangeListener) - Method in class edu.neu.ccs.gui.Interval
Registers the given object to listen for property change events generated by this object with the given property name.
addPropertyChangeListener(String, PropertyChangeListener) - Method in class edu.neu.ccs.gui.BaseShape
Add a PropertyChangeListener to the listener list for a specific property.
addPropertyChangeListener(String, PropertyChangeListener) - Method in class edu.neu.ccs.gui.AbstractPaintable
Add a PropertyChangeListener to the listener list for a specific property.
addPropertyChangeListener(String, PropertyChangeListener) - Method in class edu.neu.ccs.util.StringableFactory
Registers the given object to listen for property change events generated by this factory with the given property name.
addPropertyChangeListeners(PropertyChangeListener[]) - Method in interface edu.neu.ccs.gui.SupportsPropertyChange
Add all items in the given PropertyChangeListener array to the listener list.
addPropertyChangeListeners(PropertyChangeListener[]) - Method in class edu.neu.ccs.gui.PaintableSequenceComposite
 
addPropertyChangeListeners(PropertyChangeListener[]) - Method in class edu.neu.ccs.gui.JPTComponent
Add all items in the given PropertyChangeListener array to the listener list.
addPropertyChangeListeners(PropertyChangeListener[]) - Method in class edu.neu.ccs.gui.BaseShape
Add all items in the given PropertyChangeListener array to the listener list.
addPropertyChangeListeners(PropertyChangeListener[]) - Method in class edu.neu.ccs.gui.AbstractPaintable
Add all items in the given PropertyChangeListener array to the listener list.
addPropertyChangeListeners(String, PropertyChangeListener[]) - Method in interface edu.neu.ccs.gui.SupportsPropertyChange
Add all items in the given PropertyChangeListener array to the listener list for a specific property.
addPropertyChangeListeners(String, PropertyChangeListener[]) - Method in class edu.neu.ccs.gui.PaintableSequenceComposite
 
addPropertyChangeListeners(String, PropertyChangeListener[]) - Method in class edu.neu.ccs.gui.JPTComponent
Add all items in the given PropertyChangeListener array to the listener list for a specific property.
addPropertyChangeListeners(String, PropertyChangeListener[]) - Method in class edu.neu.ccs.gui.BaseShape
Add all items in the given PropertyChangeListener array to the listener list for a specific property.
addPropertyChangeListeners(String, PropertyChangeListener[]) - Method in class edu.neu.ccs.gui.AbstractPaintable
Add all items in the given PropertyChangeListener array to the listener list for a specific property.
addReleaseAction(ActionListener) - Method in class edu.neu.ccs.gui.SliderView
Adds the given action listener to the sequence of actions that is performed when the value for this slider is changed through method calls, or when the value for this slider has finished changing through direct manipulation of the slider knob.
addSlidingAction(ActionListener) - Method in class edu.neu.ccs.gui.SliderView
Adds the given action listener to the sequence of actions that is performed when the value for this slider is changed through direct manipulation of the slider knob.
addString(String) - Method in class edu.neu.ccs.quick.StringSet
Adds the given String to the StringSet.
addStrings(String[]) - Method in class edu.neu.ccs.quick.StringSet
Adds an array of strings to the set.
addToSelection(Component) - Method in class edu.neu.ccs.gui.Zoo
Adds the given top-level component to the list of selected components in this zoo.
addVertex(int, float[]) - Method in class edu.neu.ccs.gui.AutomaticShape
Add a new vertex at the given index with the given point.
addVertex(int, float, float) - Method in class edu.neu.ccs.gui.AutomaticShape
Add a new vertex at the given index with the given point coordinates.
addVertexTangent(int, float[]) - Method in class edu.neu.ccs.gui.TweakableShape
Adds a new vertex and tangent at the given index to the given set of point and displacement coordinates represented as float[4] with the four array locations filled with x, y, dx, dy.
addVertexTangent(int, float, float, float, float) - Method in class edu.neu.ccs.gui.TweakableShape
Adds a new vertex and tangent at the given index with the given point and displacement coordinates x, y, dx, dy.
addWindowActivatedAction(ActionListener) - Method in class edu.neu.ccs.gui.WindowActionAdapter
Adds the given action listener to the action sequence so that it will be performed when the window is activated.
addWindowClosedAction(ActionListener) - Method in class edu.neu.ccs.gui.WindowActionAdapter
Adds the given action listener to the action sequence so that it will be performed when the window is closed.
addWindowClosingAction(ActionListener) - Method in class edu.neu.ccs.gui.WindowActionAdapter
Adds the given action listener to the action sequence so that it will be performed when the window is closing.
addWindowDeactivatedAction(ActionListener) - Method in class edu.neu.ccs.gui.WindowActionAdapter
Adds the given action listener to the action sequence so that it will be performed when the window is deactivated.
addWindowDeiconifiedAction(ActionListener) - Method in class edu.neu.ccs.gui.WindowActionAdapter
Adds the given action listener to the action sequence so that it will be performed when the window is deiconified.
addWindowIconifiedAction(ActionListener) - Method in class edu.neu.ccs.gui.WindowActionAdapter
Adds the given action listener to the action sequence so that it will be performed when the window is iconified.
addWindowOpenedAction(ActionListener) - Method in class edu.neu.ccs.gui.WindowActionAdapter
Adds the given action listener to the action sequence so that it will be performed when the window is opened.
adjustAllDefaultFontSizes(float) - Static method in class edu.neu.ccs.gui.LookAndFeelTools
Adjusts the font size of all default fonts by adding the given delta to the initial font size.
afterDigits(int) - Method in class edu.neu.ccs.parser.AbstractParser
Return the first character position at or after start that is not a digit.
afterSign(int) - Method in class edu.neu.ccs.parser.AbstractParser
If the character at position start is '+' or '-' return (start + 1) otherwise return start.
ALERT_OFF - Static variable in class edu.neu.ccs.gui.AlertEvent
Value designating that alert status should be exited.
ALERT_ON - Static variable in class edu.neu.ccs.gui.AlertEvent
Value designating that alert status should be entered.
AlertEvent - class edu.neu.ccs.gui.AlertEvent.
Class of AWTEvents encapsulating the designation that a graphical input object should enter or exit alert status.
AlertEvent(Object, int) - Constructor for class edu.neu.ccs.gui.AlertEvent
Constructs an alert event generated by the given source object with the given alert status specifier.
alertIcon - Variable in class edu.neu.ccs.gui.Annotation
Icon to be displayed when this annotation is in alert status.
AlertListener - interface edu.neu.ccs.gui.AlertListener.
Interface to be implemented by a graphical interface component capabile of altering its visualization to signal a user alert state.
aliceblue - Static variable in class edu.neu.ccs.Colors
Color aliceblue = AliceBlue.
AliceBlue - Static variable in class edu.neu.ccs.Colors
Color AliceBlue = 240, 248, 255 = #F0F8FF.
align - Variable in class edu.neu.ccs.gui.FileView
Alignment of the browse button relative to the field.
align - Variable in class edu.neu.ccs.gui.ArrayPanel
Alignment of the length controls relative to the view collection.
align - Variable in class edu.neu.ccs.gui.Annotation
Alignment of the icon relative to the text.
AlignedLayout - class edu.neu.ccs.gui.AlignedLayout.
Layout that maintains a single component in a justified position within the parent container.
AlignedLayout() - Constructor for class edu.neu.ccs.gui.AlignedLayout
Constructs a layout using southwest alignment.
AlignedLayout(int) - Constructor for class edu.neu.ccs.gui.AlignedLayout
Constructs a layout using the given alignment.
alignment - Variable in class edu.neu.ccs.gui.AlignedLayout
Alignment for this layout.
ALIGNMENT - Static variable in interface edu.neu.ccs.util.JPTConstants
Bound property name for the alignment of a decoration for a component.
ALL_FILES_FILTER - Static variable in class edu.neu.ccs.gui.FileView
File filter that accepts all files.
allowsMove() - Method in class edu.neu.ccs.gui.Zoo
Returns whether or not the child items in this zoo can be moved using direct manipulation.
allowsResize() - Method in class edu.neu.ccs.gui.Zoo
Returns whether or not the child items in this zoo can be resized using direct manipulation.
angleInDegrees() - Method in class edu.neu.ccs.XPoint2D
Computes the angle in degrees measured counter-clockwise from the positive x-axis.
angleInDegrees(double, double, double, double) - Static method in class edu.neu.ccs.XPoint2D
Computes the angle in degrees from the the point (x1,y1) to the point (x2,y2) measured counter-clockwise.
angleInDegrees(Point2D, Point2D) - Static method in class edu.neu.ccs.XPoint2D
Computes the angle in degrees from the point p to the point q measured counter-clockwise.
angleInRadians() - Method in class edu.neu.ccs.XPoint2D
Computes the angle in radians measured counter-clockwise from the positive x-axis.
angleInRadians(double, double, double, double) - Static method in class edu.neu.ccs.XPoint2D
Computes the angle in radians from the the point (x1,y1) to the point (x2,y2) measured counter-clockwise.
angleInRadians(Point2D, Point2D) - Static method in class edu.neu.ccs.XPoint2D
Computes the angle in radians from the point p to the point q measured counter-clockwise.
Annotation - class edu.neu.ccs.gui.Annotation.
A Displayable component representing an annotation in a GUI, such as the prompt for an input object or the caption for an image.
ANNOTATION - Static variable in class edu.neu.ccs.gui.Display
Bound property name for the annotation object property.
ANNOTATION_ALIGNMENT - Static variable in class edu.neu.ccs.gui.Display
Bound property name for the annotation alignment property.
ANNOTATION_TEXT - Static variable in class edu.neu.ccs.gui.Display
Bound property name for the annotation text property.
Annotation() - Constructor for class edu.neu.ccs.gui.Annotation
Constructs an annotation with no icon or text.
Annotation(Icon) - Constructor for class edu.neu.ccs.gui.Annotation
Constructs an annotation displaying the given icon.
Annotation(String) - Constructor for class edu.neu.ccs.gui.Annotation
Constructs an annotation displaying the given text.
Annotation(String, Icon, int) - Constructor for class edu.neu.ccs.gui.Annotation
Constructor for an annotation displaying the given text and icon.
annotationAlign - Variable in class edu.neu.ccs.gui.Display.Settings
Alignment of annotation relative to displayed object.
annotationText - Variable in class edu.neu.ccs.gui.Display.Settings
Annotation text.
antiquewhite - Static variable in class edu.neu.ccs.Colors
Color antiquewhite = AntiqueWhite.
AntiqueWhite - Static variable in class edu.neu.ccs.Colors
Color AntiqueWhite = 250, 235, 215 = #FAEBD7.
append(GeneralPath, Shape[], boolean) - Static method in class edu.neu.ccs.gui.Path
Returns the GeneralPath obtained by appending the given sequence of Shape objects to the given GeneralPath using the given boolean value to determine the connection at every stage.
append(GeneralPath, Shape[], boolean[]) - Static method in class edu.neu.ccs.gui.Path
Returns the GeneralPath obtained by appending the given sequence of Shape objects to the given GeneralPath using the given sequence of boolean values to determine the connection at each stage.
appendPaintable(Paintable) - Method in class edu.neu.ccs.gui.PaintableSequence
Appends a Paintable as a MutatablePaintable at the end of the paintable sequence.
appendSequence(Paintable[]) - Method in class edu.neu.ccs.gui.PaintableSequence
Appends the given array of Paintable objects to the end of the paintable sequence.
appendSlashIfNeeded(String) - Static method in class edu.neu.ccs.util.WebTools
Appends a slash to a URL string if it is not present.
applyAlignment(Dimension, Dimension, Point) - Method in class edu.neu.ccs.gui.AlignedLayout
Returns the point at which a component of the given size should be located within its parent of the given size, translated by the given origin point.
applyAlignment(int, int, int, int, int, int, int) - Method in class edu.neu.ccs.gui.TableLayout
Returns the point, given in terms of the parent container's coordinate space, where a component of the given size should be located given a cell with the provided bounds and the given alignment value.
applyLengthFromControls() - Method in class edu.neu.ccs.gui.ArrayPanel
Sets the length of the array, that is, the number of views in the collection, to the raw array length represented by the view state of the length field.
applyOpacity(Graphics2D) - Method in class edu.neu.ccs.gui.AbstractPaintable
Applies the current opacity to calculate and set a net opacity.
aqua - Static variable in class edu.neu.ccs.Colors
Color aqua = Aqua.
Aqua - Static variable in class edu.neu.ccs.Colors
Color Aqua = 0, 255, 255 = #00FFFF.
aquamarine - Static variable in class edu.neu.ccs.Colors
Color aquamarine = Aquamarine.
Aquamarine - Static variable in class edu.neu.ccs.Colors
Color Aquamarine = 127, 255, 212 = #7FFFD4.
ARGUMENT_LIST_END - Variable in class edu.neu.ccs.parser.AbstractParser
String token representing the end of an argument list.
ARGUMENT_LIST_START - Variable in class edu.neu.ccs.parser.AbstractParser
String token representing the start of an argument list.
ARGUMENT_SEPARATOR - Variable in class edu.neu.ccs.parser.AbstractParser
String token representing the argument separator.
arguments - Variable in class edu.neu.ccs.parser.AbstractParser.Procedure
The number of arguments expected by this procedure.
ArrayPanel - class edu.neu.ccs.gui.ArrayPanel.
An abstract TypedView designed for input of an array of a single type of Stringable objects.
ArrayPanel() - Constructor for class edu.neu.ccs.gui.ArrayPanel
Constructs an array panel of length 0 with the default orientation, controls, and alignment.
ArrayPanel(Stringable[]) - Constructor for class edu.neu.ccs.gui.ArrayPanel
Constructs an array panel displaying the given array of model objects with the default direction, controls, and alignment.
ArrayPanel(Stringable[], int) - Constructor for class edu.neu.ccs.gui.ArrayPanel
Constructs an array panel displaying the given array of model objects with the given orientation, and the default controls and alignment.
ArrayPanel(Stringable[], int, int, int) - Constructor for class edu.neu.ccs.gui.ArrayPanel
Constructs an array panel displaying the given array of model objects with the given orientation, controls and alignment.
ASCENTLINE - Static variable in class edu.neu.ccs.gui.TextAnchor
The YLocator object that corresponds to an anchor on the ascent line of the displayed string.
asindeg(double) - Static method in class edu.neu.ccs.util.MathUtilities
Return the arc sine in degrees of the specified input value in the range -1 to +1.
assign(String, Object) - Method in class edu.neu.ccs.parser.AbstractParser
Assigns the given value to the given identifier in the environment, replacing the previous value in the environment with the same identifier.
ASTERISK - Static variable in class edu.neu.ccs.gui.PlotMark
Value designating an ASTERISK.
atan2deg(double, double) - Static method in class edu.neu.ccs.util.MathUtilities
Return the polar angle in degrees of the point (x, y) where the y-coordinate is given first and the x-coordinate second.
atandeg(double) - Static method in class edu.neu.ccs.util.MathUtilities
Return the arc tangent in degrees of the specified input value.
AUTO_CLOSE - Static variable in class edu.neu.ccs.gui.DialogAction
The choice to auto close the dialog after the action.
AUTO_SELECT - Static variable in class edu.neu.ccs.gui.TextFieldView
Bound property name for the auto select property.
autoAxes(Graphics2D) - Method in class edu.neu.ccs.gui.PlotTool
Plots black axes of thickness 3 in given graphics context.
autoGridLines(Graphics2D) - Method in class edu.neu.ccs.gui.PlotTool
Plots grid lines appropriate for the world to image transform in the given graphics context, using the default thickness and the default color for grid lines.
AutomaticShape - class edu.neu.ccs.gui.AutomaticShape.
Class AutomaticShape implements a BaseShape in which the tangent array is always computed from the vertex array automatically using a Tangent.Strategy object.
AutomaticShape() - Constructor for class edu.neu.ccs.gui.AutomaticShape
The default constructor with an empty shape.
AutomaticShape(float[][]) - Constructor for class edu.neu.ccs.gui.AutomaticShape
The constructor with the given vertex data.
AutomaticShape(float[][], float[][]) - Constructor for class edu.neu.ccs.gui.AutomaticShape
The constructor with the given vertex data and the given end tangent data.
AutomaticShape(float[][], float[][], Tangent.Strategy) - Constructor for class edu.neu.ccs.gui.AutomaticShape
The constructor with the given vertex data, the given end tangent data, and the given tangent strategy.
AutomaticShape(float[][], float[][], Tangent.Strategy, Path.Strategy) - Constructor for class edu.neu.ccs.gui.AutomaticShape
The constructor with the given vertex data, the given end tangent data, the given tangent strategy, and the given path strategy.
AutomaticShape(float[][], float[][], Tangent.Strategy, Path.Strategy, ClosureMode) - Constructor for class edu.neu.ccs.gui.AutomaticShape
The constructor with the given vertex data, the given end tangent data, the given tangent strategy, the given path strategy, and the given closure mode.
AutomaticShape(float[][], float[][], Tangent.Strategy, Path.Strategy, ClosureMode, WindingRule) - Constructor for class edu.neu.ccs.gui.AutomaticShape
The constructor with the given vertex data, the given end tangent data, the given tangent strategy, the given path strategy, the given closure mode, and the given winding rule.
autoRepaint - Variable in class edu.neu.ccs.pedagogy.Turtle
Whether or not repaint occurs after each step.
autoSelect - Variable in class edu.neu.ccs.gui.TextFieldView
Autoselect policy for this view.
autoSetPreferredWidth() - Method in class edu.neu.ccs.gui.Dropdown
Automatically sets the preferred width based on the current setting of the minimum width, the current items in the dropdown list, and the current font.
autoSpacing(int) - Method in class edu.neu.ccs.gui.PlotTool
Returns a Point2D object encapsulating an appropriate spacing for grid lines and tick marks in world coordinates.
autoTickMarks(Graphics2D) - Method in class edu.neu.ccs.gui.PlotTool
Plots tick marks appropriate for the world to image transform in the given graphics context, using the default thickness and the default color for tick marks.
azure - Static variable in class edu.neu.ccs.Colors
Color azure = Azure.
Azure - Static variable in class edu.neu.ccs.Colors
Color Azure = 240, 255, 255 = #F0FFFF.

B

background - Variable in class edu.neu.ccs.gui.DisplayPanel
Background color before alert status was entered.
BACKGROUND - Static variable in class edu.neu.ccs.gui.RadioPanel
Bound property name for the set background property.
BASE_PROPERTIES - Static variable in class edu.neu.ccs.gui.InputProperties
Shared base property list for input property objects.
BASELINE - Static variable in class edu.neu.ccs.gui.TextAnchor
The YLocator object that corresponds to an anchor on the base line of the displayed string.
BaseShape - class edu.neu.ccs.gui.BaseShape.
Class BaseShape encapsulates a Shape defined using vertex and tangent data.
BaseShape() - Constructor for class edu.neu.ccs.gui.BaseShape
The default constructor with an empty shape.
beep() - Static method in class edu.neu.ccs.util.SystemUtilities
Sounds the machine beep.
beige - Static variable in class edu.neu.ccs.Colors
Color beige = Beige.
Beige - Static variable in class edu.neu.ccs.Colors
Color Beige = 245, 245, 220 = #F5F5DC.
BELOW - Static variable in interface edu.neu.ccs.util.JPTConstants
Value designating the bottom of a border style layout.
BEZIER_CUBIC - Static variable in class edu.neu.ccs.gui.Path
BEZIER_CUBIC is a Strategy that constructs a GeneralPath as the Bezier cubic defined by the given vertex and tangent arrays.
BEZIER_FRAME - Static variable in class edu.neu.ccs.gui.Path
BEZIER_FRAME is a Strategy that constructs a GeneralPath as the Bezier polygonal frame associated with the given vertex and tangent arrays.
BEZIER_TANGENT_SEGMENTS - Static variable in class edu.neu.ccs.gui.Path
BEZIER_TANGENT_SEGMENTS is a Strategy that constructs a GeneralPath as a disjoint sequence of tangent segments.
bezierCoefficients(int, int) - Static method in class edu.neu.ccs.gui.Tangent
Returns the coefficients needed to compute the Bezier tangents corresponding to the length of the vertex data.
bezierStrategy() - Static method in class edu.neu.ccs.gui.Tangent
Returns the strategy that encapsulates the bezierTangents method using sufficient terms to guarantee second derviative smoothness in practical situations.
bezierStrategy(int) - Static method in class edu.neu.ccs.gui.Tangent
Returns the strategy that encapsulates the bezierTangents method using the given number of terms.
bezierTangents(float[][], float[][], int) - Static method in class edu.neu.ccs.gui.Tangent
Returns the unique Bezier tangents to make a smooth open cubic spline curve through the given vertex data and with the given endTangent data.
bezierTangents(float[][], int) - Static method in class edu.neu.ccs.gui.Tangent
Returns the unique Bezier tangents to make a smooth closed cubic spline curve through the given vertex data.
bezierTangentSegments(float[][], float[][]) - Static method in class edu.neu.ccs.gui.Path
Returns a float array that contains the Bezier tangent segments for the given vertex and tangent arrays.
binaryForXBoolean(XBoolean, XBoolean) - Method in class edu.neu.ccs.parser.JPTParser.BooleanOperation
Override this method to specify the result of this operation acting as a binary operation on boolean arguments.
binaryForXFloating(XDouble, XDouble) - Method in class edu.neu.ccs.parser.JPTParser.NumericOperation
Override this method to specify the result of this operation acting as a binary operation on floating arguments.
binaryForXFloating(XDouble, XDouble) - Method in class edu.neu.ccs.parser.JPTParser.BooleanOperation
Override this method to specify the result of this operation acting as a binary operation on floating arguments.
binaryForXIntegral(XBigInteger, XBigInteger) - Method in class edu.neu.ccs.parser.JPTParser.NumericOperation
Override this method to specify the result of this operation acting as a binary operation on integral arguments.
binaryForXIntegral(XBigInteger, XBigInteger) - Method in class edu.neu.ccs.parser.JPTParser.BooleanOperation
Override this method to specify the result of this operation acting as a binary operation on integral arguments.
bisque - Static variable in class edu.neu.ccs.Colors
Color bisque = Bisque.
Bisque - Static variable in class edu.neu.ccs.Colors
Color Bisque = 255, 228, 196 = #FFE4C4.
black - Static variable in class edu.neu.ccs.Colors
Color black = Black.
Black - Static variable in class edu.neu.ccs.Colors
Color Black = 0, 0, 0 = #000000.
BLACK_BORDER - Static variable in class edu.neu.ccs.gui.PaintSwatch
A standard black swatch border of standard thickness.
blanchedalmond - Static variable in class edu.neu.ccs.Colors
Color blanchedalmond = BlanchedAlmond.
BlanchedAlmond - Static variable in class edu.neu.ccs.Colors
Color BlanchedAlmond = 255, 235, 205 = #FFEBCD.
blue - Static variable in class edu.neu.ccs.Colors
Color blue = Blue.
Blue - Static variable in class edu.neu.ccs.Colors
Color Blue = 0, 0, 255 = #0000FF.
blueviolet - Static variable in class edu.neu.ccs.Colors
Color blueviolet = BlueViolet.
BlueViolet - Static variable in class edu.neu.ccs.Colors
Color BlueViolet = 138, 43, 226 = #8A2BE2.
BOOLEAN_VALUE - Static variable in class edu.neu.ccs.gui.BooleanView
Bound property name for the boolean value property.
booleanOrNumeric - Variable in class edu.neu.ccs.parser.JPTParser.BooleanOperation
Whether or not the operation can accept boolean or numeric arguments.
BooleanView - class edu.neu.ccs.gui.BooleanView.
A TypedView for the input of a boolean value.
BooleanView(String) - Constructor for class edu.neu.ccs.gui.BooleanView
Constructs a view with the given label and a default value of true.
BooleanView(String, Action) - Constructor for class edu.neu.ccs.gui.BooleanView
Constructs a view with the given label and a default value of true that will execute the given action when clicked.
BooleanView(String, Action, boolean) - Constructor for class edu.neu.ccs.gui.BooleanView
Constructs a view with the given label and the given default value that will execute the given action when clicked.
BooleanView(String, boolean) - Constructor for class edu.neu.ccs.gui.BooleanView
Constructs a view with the given label and the given default value.
BORDER_SIZE - Static variable in class edu.neu.ccs.gui.PaintSwatch
The thickness of a standard swatch border.
BOTTOM_LEFT - Static variable in interface edu.neu.ccs.util.JPTConstants
Value designating bottom-left justification.
BOTTOM_RIGHT - Static variable in interface edu.neu.ccs.util.JPTConstants
Value designating bottom-right justification.
BoundFilter - class edu.neu.ccs.filter.BoundFilter.
Abstract superclass for filters that represent an inclusive or exclusive bounded range.
BoundFilter(boolean) - Constructor for class edu.neu.ccs.filter.BoundFilter
Constructs an inclusive or exclusive range.
boundViewportPreferredSize(Dimension) - Method in class edu.neu.ccs.gui.JPTScrollPane
Bounds the preferred size of the scrollpane's viewport to be no larger than the given Dimension.
boundViewportPreferredSize(int, int) - Method in class edu.neu.ccs.gui.JPTScrollPane
Bounds the preferred size of the scrollpane's viewport to be no larger than the given width and height.
BOX_SIZE - Static variable in class edu.neu.ccs.gui.ColorView
The default size for the color box.
brickEtoW(Color, Color, int) - Static method in class edu.neu.ccs.gui.PaintTools
Returns a brick pattern oriented horizontally (EW) such that the brick cell has dimensions width = 2 * size, height = size and uses the given cell color and edge color.
brickNEtoSW(Color, Color, int) - Static method in class edu.neu.ccs.gui.PaintTools
Equivalent to turn45(brickEtoW(args)).
brickNtoS(Color, Color, int) - Static method in class edu.neu.ccs.gui.PaintTools
Equivalent to turn90(brickEtoW(args)).
brickNWtoSE(Color, Color, int) - Static method in class edu.neu.ccs.gui.PaintTools
Equivalent to turn135(brickEtoW(args)).
BRING_TO_FRONT_ACTION - Variable in class edu.neu.ccs.gui.Zoo
Action to bring the first selected component in this zoo to the front of the z-order.
bringToFront(Component) - Method in class edu.neu.ccs.gui.ZooContainer
Moves the given component to the highest z-order position in this container.
brown - Static variable in class edu.neu.ccs.Colors
Color brown = Brown.
Brown - Static variable in class edu.neu.ccs.Colors
Color Brown = 165, 42, 42 = #A52A2A.
browse - Variable in class edu.neu.ccs.gui.FileView
Button that brings up the file chooser.
buffer - Variable in class edu.neu.ccs.gui.BufferedPanel
The buffered image that maintains the persistent graphics state.
bufferBackground - Variable in class edu.neu.ccs.gui.BufferedPanel
The background paint for this buffered panel.
BufferedPanel - class edu.neu.ccs.gui.BufferedPanel.
A panel that maintains a persistent graphics state by repainting itself from a stored BufferedImage object.
BufferedPanel.Painter - class edu.neu.ccs.gui.BufferedPanel.Painter.
Panel that paints the internal BufferedImage that maintains the persistent graphics state of a BufferedPanel.
BufferedPanel.Painter(BufferedPanel) - Constructor for class edu.neu.ccs.gui.BufferedPanel.Painter
Contructor that should only be called by a BufferedPanel.
BufferedPanel(Dimension) - Constructor for class edu.neu.ccs.gui.BufferedPanel
Constructs a BufferedPanel containing a buffered image with the given Dimension, and a white background.
BufferedPanel(Dimension, Paint) - Constructor for class edu.neu.ccs.gui.BufferedPanel
Constructs a BufferedPanel containing a buffered image with the given Dimension, and the given background color or Paint for the image.
BufferedPanel(int, int) - Constructor for class edu.neu.ccs.gui.BufferedPanel
Constructs a BufferedPanel containing a buffered image with the given width and height, and a white background.
BufferedPanel(int, int, Paint) - Constructor for class edu.neu.ccs.gui.BufferedPanel
Constructs a BufferedPanel containing a buffered image with the given width and height, and the given background color or Paint for the image.
burlywood - Static variable in class edu.neu.ccs.Colors
Color burlywood = BurlyWood.
BurlyWood - Static variable in class edu.neu.ccs.Colors
Color BurlyWood = 222, 184, 135 = #DEB887.
buttonGroup - Variable in class edu.neu.ccs.gui.RadioPanel
Button buttonGroup to enforce mutual exclusion for selections.
bytesToIntHiLo(byte[]) - Static method in class edu.neu.ccs.util.Conversions
Returns the int constructed from the byte array assuming that the byte order is high-to-low.
bytesToIntHiLo(byte[], int) - Static method in class edu.neu.ccs.util.Conversions
Returns the int constructed from the byte array starting at the given start index and assuming that the byte order is high-to-low.
bytesToIntHiLo(byte, byte, byte, byte) - Static method in class edu.neu.ccs.util.Conversions
Returns the int constructed from the four given bytes assuming the byte order is high-to-low.
bytesToIntLoHi(byte[]) - Static method in class edu.neu.ccs.util.Conversions
Returns the int constructed from the byte array assuming that the byte order is low-to-high.
bytesToIntLoHi(byte[], int) - Static method in class edu.neu.ccs.util.Conversions
Returns the int constructed from the byte array starting at the given start index and assuming that the byte order is low-to-high.
bytesToIntLoHi(byte, byte, byte, byte) - Static method in class edu.neu.ccs.util.Conversions
Returns the int constructed from the four given bytes assuming the byte order is low-to-high.
bytesToLongHiLo(byte[]) - Static method in class edu.neu.ccs.util.Conversions
Returns the long constructed from the byte array assuming that the byte order is high-to-low.
bytesToLongHiLo(byte[], int) - Static method in class edu.neu.ccs.util.Conversions
Returns the long constructed from the byte array starting at the given start index and assuming that the byte order is high-to-low.
bytesToLongHiLo(byte, byte, byte, byte, byte, byte, byte, byte) - Static method in class edu.neu.ccs.util.Conversions
Returns the long constructed from the eight given bytes assuming the byte order is high-to-low.
bytesToLongLoHi(byte[]) - Static method in class edu.neu.ccs.util.Conversions
Returns the long constructed from the byte array assuming that the byte order is low-to-high.
bytesToLongLoHi(byte[], int) - Static method in class edu.neu.ccs.util.Conversions
Returns the long constructed from the byte array starting at the given start index and assuming that the byte order is low-to-high.
bytesToLongLoHi(byte, byte, byte, byte, byte, byte, byte, byte) - Static method in class edu.neu.ccs.util.Conversions
Returns the long constructed from the eight given bytes assuming the byte order is low-to-high.
bytesToShortHiLo(byte[]) - Static method in class edu.neu.ccs.util.Conversions
Returns the short constructed from the byte array assuming that the byte order is high-to-low.
bytesToShortHiLo(byte[], int) - Static method in class edu.neu.ccs.util.Conversions
Returns the short constructed from the byte array starting at the given start index and assuming that the byte order is high-to-low.
bytesToShortHiLo(byte, byte) - Static method in class edu.neu.ccs.util.Conversions
Returns the short constructed from the pair of bytes assuming b0 is the high byte and b1 is the low byte.
bytesToShortLoHi(byte[]) - Static method in class edu.neu.ccs.util.Conversions
Returns the short constructed from the byte array assuming that the byte order is low-to-high.
bytesToShortLoHi(byte[], int) - Static method in class edu.neu.ccs.util.Conversions
Returns the short constructed from the byte array starting at the given start index and assuming that the byte order is low-to-high.
bytesToShortLoHi(byte, byte) - Static method in class edu.neu.ccs.util.Conversions
Returns the short constructed from the pair of bytes assuming b0 is the low byte and b1 is the high byte.
byteToHex(byte) - Static method in class edu.neu.ccs.util.Hex
Returns the 2-character hexadecimal String for the given byte.
byteValue() - Method in class edu.neu.ccs.XShort
 
byteValue() - Method in class edu.neu.ccs.XNumber
Returns the value of this number as a byte value.
byteValue() - Method in class edu.neu.ccs.XLong
 
byteValue() - Method in class edu.neu.ccs.XInt
 
byteValue() - Method in class edu.neu.ccs.XFloat
 
byteValue() - Method in class edu.neu.ccs.XDouble
 
byteValue() - Method in class edu.neu.ccs.XByte
 
byteValue() - Method in class edu.neu.ccs.XBigInteger
 
byteValue() - Method in class edu.neu.ccs.XBigDecimal
 

C

c - Variable in class edu.neu.ccs.gui.AlignedLayout
Component to be maintained by this layout.
cadetblue - Static variable in class edu.neu.ccs.Colors
Color cadetblue = CadetBlue.
CadetBlue - Static variable in class edu.neu.ccs.Colors
Color CadetBlue = 95, 158, 160 = #5F9EA0.
calculateMaximumSize() - Method in class edu.neu.ccs.gui.ZooGroup
Returns the minimum size for this group, calculated from its current size and the smallest ratio of maximum size to current size among the contained components.
calculateMinimumSize() - Method in class edu.neu.ccs.gui.ZooGroup
Returns the minimum size for this group, calculated from its current size and the largest ratio of minimum size to current size among the contained components.
cancel() - Method in class edu.neu.ccs.gui.InputDialog
Closes the dialog, noting that the dialog was dismissed by cancellation.
cancel() - Method in class edu.neu.ccs.gui.ErrorDialog
Resets the view state of the view object to the original erroneous view state and then closes the dialog, noting that the dialog was dismissed by cancellation.
cancelled - Variable in class edu.neu.ccs.gui.InputDialog
Whether or not this dialog was dismissed by cancellation.
cancelled - Variable in class edu.neu.ccs.gui.GeneralDialog
Whether or not this dialog was dismissed by cancellation.
CancelledException - exception edu.neu.ccs.gui.CancelledException.
Exception designating that an input operation was cancelled by the user.
CancelledException() - Constructor for class edu.neu.ccs.gui.CancelledException
 
caption - Variable in class edu.neu.ccs.gui.Display
The annotation for this display.
CaseActionFilter - class edu.neu.ccs.filter.CaseActionFilter.
Filter used for modification of XString objects, in order to change case, restrict particular character codes, &c.
CaseActionFilter() - Constructor for class edu.neu.ccs.filter.CaseActionFilter
 
cellAlignment - Variable in class edu.neu.ccs.gui.TableLayout
Alignment for cells in this table layout.
CellPosition - class edu.neu.ccs.gui.CellPosition.
Encapsulates a row-column pair referencing an index in a 2-dimensional array.
CellPosition() - Constructor for class edu.neu.ccs.gui.CellPosition
Constructs a cell position representing the index at row 0 and column 0.
CellPosition(int, int) - Constructor for class edu.neu.ccs.gui.CellPosition
Constructs a cell position representing the index at the given row and column.
CENTER - Static variable in class edu.neu.ccs.gui.TextAnchor
The XLocator object that corresponds to an anchor at the horizontal center of the displayed string.
CENTER_ASCENTLINE - Static variable in class edu.neu.ccs.gui.TextAnchor
The Locator that combines CENTER and ASCENTLINE.
CENTER_BASELINE - Static variable in class edu.neu.ccs.gui.TextAnchor
The Locator that combines CENTER and BASELINE.
CENTER_DESCENTLINE - Static variable in class edu.neu.ccs.gui.TextAnchor
The Locator that combines CENTER and DESCENTLINE.
CENTER_LEADINGLINE - Static variable in class edu.neu.ccs.gui.TextAnchor
The Locator that combines CENTER and LEADINGLINE.
center() - Method in class edu.neu.ccs.gui.JPTFrame
Centers the frame on the user screen relative to the current screen insets.
center() - Method in class edu.neu.ccs.gui.JPTDialog
Centers this dialog on the user screen.
center() - Method in class edu.neu.ccs.gui.GeneralDialog
Centers this dialog on the user screen or in its parent window.
centeredTransform(double, double, double, double, double, double) - Static method in class edu.neu.ccs.gui.Mutator
Returns the Mutator.Strategy encapsulation of centeredTransform in TransformFactory.
centeredTransform(double, double, double, double, double, double, double, double) - Static method in class edu.neu.ccs.gui.TransformFactory
Returns the affine transform centered at the given point (x, y) whose corresponding 2-by-3 matrix at the origin is the given matrix.
CenterLayout - class edu.neu.ccs.gui.CenterLayout.
Layout that maintains a single component in the absolute center of the parent container.
CenterLayout() - Constructor for class edu.neu.ccs.gui.CenterLayout
Constructs a new center layout.
ChangeAction - class edu.neu.ccs.gui.ChangeAction.
Encapsulates an action that is performed as a result of a ChangeEvent.
ChangeAction() - Constructor for class edu.neu.ccs.gui.ChangeAction
Constructs a change action with no name or icon.
ChangeAction(String) - Constructor for class edu.neu.ccs.gui.ChangeAction
Constructs a change action with the given name but no icon.
ChangeAction(String, Icon) - Constructor for class edu.neu.ccs.gui.ChangeAction
Constructs a change action with the given name and icon.
ChangeActionAdapter - class edu.neu.ccs.gui.ChangeActionAdapter.
An adapter class for receiving change events, and performing actions in response to those events.
ChangeActionAdapter() - Constructor for class edu.neu.ccs.gui.ChangeActionAdapter
 
ChangeActionEvent - class edu.neu.ccs.gui.ChangeActionEvent.
Class of events representing an action triggered by a change event.
ChangeActionEvent(ChangeEvent, Object) - Constructor for class edu.neu.ccs.gui.ChangeActionEvent
Constructs a change action event triggered by the given change event generated by the given source object.
ChangeActionEvent(ChangeEvent, Object, int, String) - Constructor for class edu.neu.ccs.gui.ChangeActionEvent
Constructs a change action event triggered by the given change event generated by the given source object with the given identifier and command name.
changeActionPerformed(ChangeEvent) - Method in class edu.neu.ccs.gui.ChangeAction
Performs the tasks encapsulated by this action.
changeActions - Variable in class edu.neu.ccs.gui.PropertyChangeActionAdapter
List of action listeners to be performed upon the notification of property change events.
changeActions - Variable in class edu.neu.ccs.gui.ChangeActionAdapter
List of actions to be performed upon the notification of adjustment change events.
changeAdapter - Variable in class edu.neu.ccs.XPoint2D
Helper object for property change API.
changeAdapter - Variable in class edu.neu.ccs.XObject
Helper object for property change API.
changeAdapter - Variable in class edu.neu.ccs.console.ConsoleGateway
Helper object for property change API.
changeAdapter - Variable in class edu.neu.ccs.filter.NumericFilter
Helper object for property change API.
changeAdapter - Variable in class edu.neu.ccs.gui.Interval
Helper object for property change API.
changeAdapter - Variable in class edu.neu.ccs.util.StringableFactory
Helper object for property change API.
chartreuse - Static variable in class edu.neu.ccs.Colors
Color chartreuse = Chartreuse.
Chartreuse - Static variable in class edu.neu.ccs.Colors
Color Chartreuse = 127, 255, 0 = #7FFF00.
checkArgs(Object[]) - Method in class edu.neu.ccs.parser.AbstractParser.Procedure
Throws a ParseExpection if either the args are null or the length of args is not equal to arguments.
checkArgsAsNumeric(Object[]) - Method in class edu.neu.ccs.parser.AbstractParser.Procedure
Throws a ParseExpection if either the args are null or the length of args is not equal to arguments or the elements in args are not of type XNumber.
checkArray(float[][], int) - Static method in class edu.neu.ccs.util.FloatArray
Returns true if and only if the data array is non-null and has S float numbers in each row.
checkArrayPair(float[][], float[][], int) - Static method in class edu.neu.ccs.util.FloatArray
Returns true if and only if both data arrays are non-null, have the same length N, and have S float numbers in each row.
checkBinary() - Method in class edu.neu.ccs.parser.AbstractParser.Operation
Throws parseException if operation cannot act as binary.
checkHatch(Color, Color, int, int, int, int) - Static method in class edu.neu.ccs.gui.PaintTools
Returns a checker board hatch pattern.
checkHatch(PaintAlgorithm, PaintAlgorithm, int, int, int, int) - Static method in class edu.neu.ccs.gui.PaintTools
Returns a check board hatch pattern.
checkHatchDiagonal(Color, Color, int, int, int, int) - Static method in class edu.neu.ccs.gui.PaintTools
Equivalent to turn45(checkHatch(args)).
checkHatchDiagonal(PaintAlgorithm, PaintAlgorithm, int, int, int, int) - Static method in class edu.neu.ccs.gui.PaintTools
Equivalent to turn45(checkHatch(args)).
checkUnary() - Method in class edu.neu.ccs.parser.AbstractParser.Operation
Throws parseException if operation cannot act as unary.
chocolate - Static variable in class edu.neu.ccs.Colors
Color chocolate = Chocolate.
Chocolate - Static variable in class edu.neu.ccs.Colors
Color Chocolate = 210, 105, 30 = #D2691E.
CHOOSER_CLICK_COUNT - Static variable in class edu.neu.ccs.gui.ColorView
Bound property name for the chooser click count property.
chordStrategy(float) - Static method in class edu.neu.ccs.gui.Tangent
Returns the strategy that encapsulates the chordTangents method.
chordTangents(float[][], float) - Static method in class edu.neu.ccs.gui.Tangent
Returns a tangent array for a closed cubic spline curve that is computed from the given vertex array by a chord-based strategy.
chordTangents(float[][], float[][], float) - Static method in class edu.neu.ccs.gui.Tangent
Returns a tangent array for an open cubic spline curve that is computed from the given vertex array and the given endTangent data by a chord-based strategy.
circle - Variable in class edu.neu.ccs.gui.PlotMark
Helper for circle computation.
CIRCLE - Static variable in class edu.neu.ccs.gui.PlotMark
Value designating a circle.
clear() - Method in class edu.neu.ccs.filter.StringableFilterSequence
Removes all of the filters from this sequence.
clear() - Method in class edu.neu.ccs.gui.PaintableSequence
Removes all objects from this paintable sequence.
clear() - Method in class edu.neu.ccs.gui.ActionSequence
Removes all of the action listeners from this sequence.
clear() - Static method in class edu.neu.ccs.pedagogy.Turtle
Clear the common turtle buffered panel and repaint.
clear() - Method in class edu.neu.ccs.quick.StringSet
Clear the set of all strings.
clear() - Method in class edu.neu.ccs.quick.StringObjectMap
Clear the map of all strings and objects.
clearPanel() - Method in class edu.neu.ccs.gui.BufferedPanel
Fills this buffered panel with its background color or Paint.
clickedActions - Variable in class edu.neu.ccs.gui.MouseActionAdapter
List of action listeners to be performed upon the notification of mouse clicked events.
ClippingWrapper - class edu.neu.ccs.gui.ClippingWrapper.
The class ClippingWrapper will wrap a Paintable and a clipping Shape to obtain a Paintable that clips the original Paintable to the Shape.
ClippingWrapper() - Constructor for class edu.neu.ccs.gui.ClippingWrapper
The constructor that leaves the paintable and clipping shape as null.
ClippingWrapper(Paintable) - Constructor for class edu.neu.ccs.gui.ClippingWrapper
The constructor to specify the paintable to be wrapped.
ClippingWrapper(Paintable, Shape) - Constructor for class edu.neu.ccs.gui.ClippingWrapper
The constructor to specify the paintable to be wrapped and the clipping shape.
close() - Method in class edu.neu.ccs.console.ConsoleGateway.ConsoleOutputStream
Closes this output stream.
CLOSED - Static variable in class edu.neu.ccs.gui.ClosureMode
CLOSED is the ClosureMode corresponding to a closed polygon or closed bezier curve, that is, limit(length) returns length.
closedActions - Variable in class edu.neu.ccs.gui.WindowActionAdapter
List of actions to be performed upon the notification of window closed events.
closedBezierFrame(float[][], float[][]) - Static method in class edu.neu.ccs.gui.Path
Returns a float array that contains the points on the closed Bezier frame for the given vertex and tangent arrays.
closeDialog() - Method in class edu.neu.ccs.gui.GeneralDialog
Closes and disposes this dialog.
closeOperation - Variable in class edu.neu.ccs.gui.JPTFrame
The window closing operation for this frame.
closingActions - Variable in class edu.neu.ccs.gui.WindowActionAdapter
List of actions to be performed upon the notification of window closing events.
ClosureMode - class edu.neu.ccs.gui.ClosureMode.
Class ClosureMode encapsulates the choices for the closure mode of a polygon or bezier cubic curve.
codec - Variable in class edu.neu.ccs.gui.DisplayPanel
Identifier for codec used by this panel.
Codec - interface edu.neu.ccs.codec.Codec.
Interface describing the required functionality of a class of objects whose instances can be used to encode and decode data Strings using a recursively-enabled data language.
CODEC - Static variable in class edu.neu.ccs.gui.DisplayPanel
Bound property name for the codec property.
CodecUtilities - class edu.neu.ccs.codec.CodecUtilities.
Contains utility methods providing CODEC operations.
CodecUtilities() - Constructor for class edu.neu.ccs.codec.CodecUtilities
 
col - Variable in class edu.neu.ccs.gui.CellPosition
The column, or second, index into a 2-dimensional array.
colAlignment - Variable in class edu.neu.ccs.gui.TableLayout
Default alignments for columns in this table layout.
color(int, int) - Method in interface edu.neu.ccs.gui.PaintAlgorithm
Returns the Color at pixel position (x, y).
Colors - class edu.neu.ccs.Colors.
Class ColorscolorToString(Color) - Static method in class edu.neu.ccs.XColor
Returns a String encapsulation of the Color parameter that contains the int values of red, green, blue, (and possibly alpha) each in the range [0, 255].
ColorView - class edu.neu.ccs.gui.ColorView.
A TypedView for the input of a Color that contains a color swatch on the left that displays the selected color and an optional drop down view on the right that allows for both the direct input of numeric color data (rgba or hex) and for the selection of certain colors using swatch-name pairs shown in the dropdown.
ColorView() - Constructor for class edu.neu.ccs.gui.ColorView
Constructs a view displaying a color swatch with the default color (black) that when clicked will activate a JColorChooser and a color drop down for the precise entry of color data.
ColorView(Color) - Constructor for class edu.neu.ccs.gui.ColorView
Constructs a view displaying a color swatch with the default color (black) that when clicked will activate a JColorChooser and a color drop down for the precise entry of color data; the initial color to be displayed is the given color.
ColorView(Color, boolean) - Constructor for class edu.neu.ccs.gui.ColorView
Constructs a view displaying a color swatch with the default color (black) that when clicked will activate a JColorChooser and, if showDropdown is true, a color drop down for the precise entry of color data; the initial color to be displayed is the given color.
ColorView(Color, boolean, Dimension) - Constructor for class edu.neu.ccs.gui.ColorView
Constructs a view displaying a color swatch with the default color (black) that when clicked will activate a JColorChooser and, if showDropdown is true, a color drop down for the precise entry of color data; the initial color to be displayed is the given color; the size of the color swatch is provided by the given dimension.
ColorView(Color, boolean, Dimension, int) - Constructor for class edu.neu.ccs.gui.ColorView
Constructs a view displaying a color swatch with the default color (black) that when clicked will activate a JColorChooser and, if showDropdown is true, a color drop down for the precise entry of color data; the initial color to be displayed is the given color; the size of the color swatch is provided by the given dimension; the minimum width of the drop editable area is the given minWidth.
ColorView(Color, boolean, int, int) - Constructor for class edu.neu.ccs.gui.ColorView
Constructs a view displaying a color swatch with the default color (black) that when clicked will activate a JColorChooser and, if showDropdown is true, a color drop down for the precise entry of color data; the initial color to be displayed is the given color; the size of the color swatch is provided by the given width and height.
ColorView(Color, boolean, int, int, int) - Constructor for class edu.neu.ccs.gui.ColorView
Constructs a view displaying a color swatch with the default color (black) that when clicked will activate a JColorChooser and, if showDropdown is true, a color drop down for the precise entry of color data; the initial color to be displayed is the given color; the size of the color swatch is provided by the given width and height; the minimum width of the drop down editable area is the given minWidth.
ColorView(Color, Dimension) - Constructor for class edu.neu.ccs.gui.ColorView
Constructs a view displaying a color swatch with the default color (black) that when clicked will activate a JColorChooser and a color drop down for the precise entry of color data; the initial color to be displayed is the given color; the size of the color swatch is provided by the given dimension.
ColorView(Color, Dimension, int) - Constructor for class edu.neu.ccs.gui.ColorView
Constructs a view displaying a color swatch with the default color (black) that when clicked will activate a JColorChooser and a color drop down for the precise entry of color data; the initial color to be displayed is the given color; the size of the color swatch is provided by the given dimension; the minimum width of the drop down editable area is the given minWidth.
ColorView(Color, int, int) - Constructor for class edu.neu.ccs.gui.ColorView
Constructs a view displaying a color swatch with the default color (black) that when clicked will activate a JColorChooser and a color drop down for the precise entry of color data; the initial color to be displayed is the given color; the size of the color swatch is provided by the given width and height.
ColorView(Color, int, int, int) - Constructor for class edu.neu.ccs.gui.ColorView
Constructs a view displaying a color swatch with the default color (black) that when clicked will activate a JColorChooser and a color drop down for the precise entry of color data; the initial color to be displayed is the given color; the size of the color swatch is provided by the given width and height; the minimum width of the drop down editable area is the given minWidth.
cols - Variable in class edu.neu.ccs.gui.TableLayout
Number of columns in this table layout.
commonactions - Variable in class edu.neu.ccs.gui.RadioPanel
The common actions for all buttons.
component - Variable in class edu.neu.ccs.gui.GeneralDialog
Component displayed in this dialog.
ComponentAction - class edu.neu.ccs.gui.ComponentAction.
Encapsulates an action that is performed as a result of a ComponentEvent.
ComponentAction() - Constructor for class edu.neu.ccs.gui.ComponentAction
Constructs a component action with no name or icon.
ComponentAction(String) - Constructor for class edu.neu.ccs.gui.ComponentAction
Constructs a component action with the given name but no icon.
ComponentAction(String, Icon) - Constructor for class edu.neu.ccs.gui.ComponentAction
Constructs a component action with the given name and icon.
ComponentActionAdapter - class edu.neu.ccs.gui.ComponentActionAdapter.
An adapter class for receiving component events and performing actions in response to those events.
ComponentActionAdapter() - Constructor for class edu.neu.ccs.gui.ComponentActionAdapter
Constructs a component action adapter.
ComponentActionAdapter(Component) - Constructor for class edu.neu.ccs.gui.ComponentActionAdapter
Constructs a component action adapter listening for component events generated by the given component.
ComponentActionEvent - class edu.neu.ccs.gui.ComponentActionEvent.
Class of events representing an action triggered by a component event.
ComponentActionEvent(ComponentEvent, Object) - Constructor for class edu.neu.ccs.gui.ComponentActionEvent
Constructs a component action event triggered by the given component event generated by the given source object.
ComponentActionEvent(ComponentEvent, Object, int, String) - Constructor for class edu.neu.ccs.gui.ComponentActionEvent
Constructs a component action event triggered by the given component event generated by the given source object with the given identifier and command name.
componentActionPerformed(ComponentEvent) - Method in class edu.neu.ccs.gui.ComponentAction
Performs the tasks encapsulated by this action.
ComponentFactory - class edu.neu.ccs.gui.ComponentFactory.
Provides two static methods that take a given object and either (a) construct an appropriate Component or (b) construct an appropriate Icon.
ComponentFactory() - Constructor for class edu.neu.ccs.gui.ComponentFactory
 
componentHidden(ComponentEvent) - Method in class edu.neu.ccs.gui.Laminate
Called when the laminated component is hidden.
componentHidden(ComponentEvent) - Method in class edu.neu.ccs.gui.ComponentActionAdapter
Performs the stored action listener sequence when the component is hidden.
componentMoved(ComponentEvent) - Method in class edu.neu.ccs.gui.Laminate
Called when the laminated component is moved.
componentMoved(ComponentEvent) - Method in class edu.neu.ccs.gui.ComponentActionAdapter
Performs the stored action listener sequence when the component enters the component.
componentResized(ComponentEvent) - Method in class edu.neu.ccs.gui.Laminate
Called when the laminated component is resized.
componentResized(ComponentEvent) - Method in class edu.neu.ccs.gui.ComponentActionAdapter
Performs the stored action listener sequence when the component exits the component.
components - Variable in class edu.neu.ccs.gui.AbsoluteLayout
Child components of the parent container.
componentShown(ComponentEvent) - Method in class edu.neu.ccs.gui.Laminate
Called when the laminated component is shown.
componentShown(ComponentEvent) - Method in class edu.neu.ccs.gui.ComponentActionAdapter
Performs the stored action listener sequence when a component button is shown.
ComponentWrapper - class edu.neu.ccs.gui.ComponentWrapper.
Wrapper for a single component that uses a AlignedLayout and faithfully respects minimum, maximum, and preferred sizes.
ComponentWrapper(Component) - Constructor for class edu.neu.ccs.gui.ComponentWrapper
Constructs a wrapper for the given component.
ComponentWrapper(Component, int) - Constructor for class edu.neu.ccs.gui.ComponentWrapper
Constructs a wrapper for the given component using the given alignment.
compose(AffineTransform[]) - Static method in class edu.neu.ccs.gui.TransformFactory
Returns the transform produced by composition of the transforms in the given array of transforms.
compose(AffineTransform, AffineTransform) - Static method in class edu.neu.ccs.gui.TransformFactory
Returns the transform produced by composition of the transforms M and N with M on the left and N on the right.
compose(Mutator.Strategy[]) - Static method in class edu.neu.ccs.gui.Mutator
Returns the composition of an array of Mutator.Strategy objects into a Mutator.Strategy object.
computeUnfocusedHighlightColor(Color) - Method in class edu.neu.ccs.gui.Zoo
Computes a suitable color of the highlight of selected components for when this zoo does not have focus, from the given color.
confirm(String, boolean) - Method in class edu.neu.ccs.console.ConsoleGateway
Prints the given prompt to the text output stream and pauses the current running thread until the user inputs "Y[es]" or "N[o]".
console - Static variable in interface edu.neu.ccs.console.ConsoleAware
The shared console object.
ConsoleAware - interface edu.neu.ccs.console.ConsoleAware.
Interface to be implemented by classes of objects that desire access to the shared text console.
ConsoleGateway - class edu.neu.ccs.console.ConsoleGateway.
Provides methods for using a console object to perform text input and output operations.
ConsoleGateway.ConsoleInputStream - class edu.neu.ccs.console.ConsoleGateway.ConsoleInputStream.
Inner class of ConsoleGateway that provides input functionality for a console object.
ConsoleGateway.ConsoleInputStream() - Constructor for class edu.neu.ccs.console.ConsoleGateway.ConsoleInputStream
 
ConsoleGateway.ConsoleOutputStream - class edu.neu.ccs.console.ConsoleGateway.ConsoleOutputStream.
Inner class of ConsoleGateway, and derived class of OutputStream that provides output functionality for a console object.
ConsoleGateway.ConsoleOutputStream(int) - Constructor for class edu.neu.ccs.console.ConsoleGateway.ConsoleOutputStream
Constructs a console output stream with the given destination.
ConsoleGateway() - Constructor for class edu.neu.ccs.console.ConsoleGateway
Constructs a console object using the system streams by default for input and output operations.
consoleInputPerformed(String) - Method in class edu.neu.ccs.console.ConsoleGateway
Handles input gathered from an "activated" console window.
constants - Variable in class edu.neu.ccs.parser.AbstractParser
Table of constant variable identifiers.
constructFrom(Class, String) - Static method in class edu.neu.ccs.util.StringableFactory
Constructs a new Stringable object by constructing a default instance of the given type and setting the state of the object to the state encapsulated by the given String.
constructFrom(String) - Method in class edu.neu.ccs.util.StringableFactory
Returns a new instance of the stored class created using the zero-parameter constructor for the class, whose state is then set from the given String data.
contains(ActionListener) - Method in class edu.neu.ccs.gui.ActionSequence
Returns true if the given action listener is contained in this sequence, or false if it is not.
contains(double, double) - Method in class edu.neu.ccs.gui.TextPaintable
Tests if a point specified by coordinates is inside the paintable.
contains(double, double) - Method in class edu.neu.ccs.gui.ShapePaintable
Tests if a point specified by coordinates is inside the paintable.
contains(double, double) - Method in class edu.neu.ccs.gui.PaintableSequenceComposite
 
contains(double, double) - Method in class edu.neu.ccs.gui.PaintableSequence
Tests if a point specified by coordinates is inside this sequence.
contains(double, double) - Method in interface edu.neu.ccs.gui.Paintable
Tests if a point specified by coordinates is inside the paintable.
contains(double, double) - Method in class edu.neu.ccs.gui.MutatableWrapper
Tests if a point specified by coordinates is inside the mutated paintable.
contains(double, double) - Method in class edu.neu.ccs.gui.ImagePaintableLite
Tests if a point specified by coordinates is inside the paintable.
contains(double, double) - Method in class edu.neu.ccs.gui.ImagePaintable
Tests if a point specified by coordinates is inside the paintable.
contains(double, double) - Method in class edu.neu.ccs.gui.ClippingWrapper
Tests if a point specified by coordinates is inside the this object.
contains(double, double) - Method in class edu.neu.ccs.gui.BaseShape
Tests if the specified coordinates are inside the boundary of the Shape.
contains(double, double, double, double) - Method in class edu.neu.ccs.gui.BaseShape
Tests if the interior of the Shape entirely contains the specified rectangular area.
contains(Object) - Method in class edu.neu.ccs.quick.QuickTreeSet
Returns true if the set contains the element.
contains(Object) - Method in class edu.neu.ccs.quick.QuickHashtable
Returns true if the hash table contains the value.
contains(Point2D) - Method in class edu.neu.ccs.gui.PaintableSequenceComposite
 
contains(Point2D) - Method in interface edu.neu.ccs.gui.Paintable
Tests if a specified point is inside the paintable.
contains(Point2D) - Method in class edu.neu.ccs.gui.BaseShape
Tests if a specified Point2D is inside the boundary of the Shape.
contains(Point2D) - Method in class edu.neu.ccs.gui.AbstractPaintable
Tests if a specified point is inside the paintable.
contains(Rectangle2D) - Method in class edu.neu.ccs.gui.BaseShape
Tests if the interior of the Shape entirely contains the specified rectangular area.
contains(ShapePaintable, double, double) - Method in class edu.neu.ccs.gui.PaintMode
Tests if a point specified by coordinates is inside the outline of the given shape paintable.
contains(ShapePaintable, Point2D) - Method in class edu.neu.ccs.gui.PaintMode
Tests if a specified Point2D is inside the outline of the given shape paintable.
contains(String) - Method in class edu.neu.ccs.quick.StringSet
Returns true if this set contains the String.
contains(StringableFilter) - Method in class edu.neu.ccs.filter.StringableFilterSequence
Returns true if the given filter is contained in this sequence, or false if it is not.
containsAll(Collection) - Method in class edu.neu.ccs.filter.StringableFilterSequence
Returns true if this sequence contains all of the elements of the specified collection.
containsAll(Collection) - Method in class edu.neu.ccs.gui.ActionSequence
Returns true if this sequence contains all of the elements of the specified collection.
containsKey(Object) - Method in class edu.neu.ccs.quick.QuickTreeMap
Returns true if the map contains the key.
containsKey(Object) - Method in class edu.neu.ccs.quick.QuickHashtable
Returns true if the hash table contains the key.
containsObject(Object) - Method in class edu.neu.ccs.quick.StringObjectMap
Returns true if this map contains the Object.
containsString(String) - Method in class edu.neu.ccs.quick.StringObjectMap
Returns true if this map contains the String.
containsValue(Object) - Method in class edu.neu.ccs.quick.QuickHashtable
Returns true if the hash table contains the value.
controlPanel - Variable in class edu.neu.ccs.gui.ArrayPanel
Panel containing the length controls.
CONTROLS - Static variable in class edu.neu.ccs.gui.ArrayPanel
Bound property name for the visible controls property.
CONTROLS_MASK - Static variable in class edu.neu.ccs.gui.ArrayPanel
Bit mask for the valid controls options.
controlsValue - Variable in class edu.neu.ccs.gui.ArrayPanel
Value specifying the visible length controls.
Conversions - class edu.neu.ccs.util.Conversions.
Class Conversions contains type conversion utility functions suitable for processing byte sequences and byte arrays and for conversion of integral values (short, int, or long) to floating values (float or double) that are between -1 and +1.
copyFile(File, File, boolean) - Static method in class edu.neu.ccs.util.FileUtilities
Copies the source file to the destination file.
copyFile(String, String, boolean) - Static method in class edu.neu.ccs.util.FileUtilities
Copies the file at the source path to the destination path.
copyTextFile(String, String) - Static method in class edu.neu.ccs.util.TextTools
Copies a text file from one place to another.
coral - Static variable in class edu.neu.ccs.Colors
Color coral = Coral.
Coral - Static variable in class edu.neu.ccs.Colors
Color Coral = 255, 127, 80 = #FF7F50.
cornflowerblue - Static variable in class edu.neu.ccs.Colors
Color cornflowerblue = CornflowerBlue.
CornflowerBlue - Static variable in class edu.neu.ccs.Colors
Color CornflowerBlue = 100, 149, 237 = #6495ED.
cornsilk - Static variable in class edu.neu.ccs.Colors
Color cornsilk = Cornsilk.
Cornsilk - Static variable in class edu.neu.ccs.Colors
Color Cornsilk = 255, 248, 220 = #FFF8DC.
cosdeg(double) - Static method in class edu.neu.ccs.util.MathUtilities
Return the cosine of the given angle specified in degrees.
counter - Static variable in class edu.neu.ccs.gui.JPTFrame
Shared counter of JPTFrames in existence.
CountPrefixCodec - class edu.neu.ccs.codec.CountPrefixCodec.
CODEC implementation whose encoding scheme prefixes data with character and element counts.
CountPrefixCodec() - Constructor for class edu.neu.ccs.codec.CountPrefixCodec
Constructs an object capable of encoding and decoding data using the "Count-prefix" encoding scheme.
createActionsPanel(InputProperties) - Method in class edu.neu.ccs.gui.InputDialog
Installs the appropriate controls for this dialog given the provided input properties.
createCells(int, int, int, int) - Method in class edu.neu.ccs.gui.TablePanel
Create the table cells at position (row, col) for loRows <= row < hiRows and loCols <= col < hiCols.
createContentPane() - Method in class edu.neu.ccs.gui.GeneralDialog
Creates the dialog content pane.
createControlPanel() - Method in class edu.neu.ccs.gui.ArrayPanel
Creates a length control panel with the appropriate controls.
createDimension(Dimension) - Static method in class edu.neu.ccs.util.DimensionUtilities
Returns a new Dimension object with the width and height of the given Dimension; if the given width or height is less than zero, it is set to zero.
createDimension(int, int) - Static method in class edu.neu.ccs.util.DimensionUtilities
Returns a new Dimension object with the given width and height; if the given width or height is less than zero, it is set to zero.
createDirectory(File) - Static method in class edu.neu.ccs.util.FileUtilities
Creates the given directory.
createDirectory(String) - Static method in class edu.neu.ccs.util.FileUtilities
Creates a directory with the given path.
createDisplaySettingsFor(int) - Method in class edu.neu.ccs.gui.ArrayPanel
Returns a display settings object appropriate for the element at the given index.
createInverse() - Method in class edu.neu.ccs.gui.Transform1D
Returns a transform representing the inverse of this transform.
createLaminateFor(Component) - Method in class edu.neu.ccs.gui.Zoo
Returns a new laminate for the given component.
createLengthSetOutOfBoundsMessage(FilterException) - Method in class edu.neu.ccs.gui.ArrayPanel
Returns an error message indicating that the user attempted to set the array length to a value that is less than the minimum array length or greater than the maximum array length.
createMaximumDimension() - Static method in class edu.neu.ccs.util.DimensionUtilities
Returns a new Dimension object with the maximum possible width and height.
createMinimumDimension() - Static method in class edu.neu.ccs.util.DimensionUtilities
Returns a new Dimension object with zero width and height.
createPromptTextFor(int) - Method in class edu.neu.ccs.gui.ArrayPanel
Returns prompt text suitable for the element at the given index in this array.
createQuickJPTFrame(String, Object) - Static method in class edu.neu.ccs.gui.JPTFrame
Returns a new JPTFrame with the given title and content pane that is packed and centered on the screen.
createQuickJPTFrame(String, Object, Insets) - Static method in class edu.neu.ccs.gui.JPTFrame
Returns a new JPTFrame with the given title and content pane that is packed and centered on the screen; the given insets replace the current insets for future calls of setLocation(int) on the frame.
createQuickJPTFrame(String, Object, int) - Static method in class edu.neu.ccs.gui.JPTFrame
Returns a new JPTFrame with the given title and content pane that is packed and located on the screen in the given screen location.
createQuickJPTFrame(String, Object, int, Insets) - Static method in class edu.neu.ccs.gui.JPTFrame
Returns a new JPTFrame with the given title and content pane that is packed and located on the screen in the given screen location; the given insets bound the frame away from the borders of the screen and also replace the current insets for future calls of setLocation(int) on the frame.
createQuickJPTFrame(String, Object, LayoutManager) - Static method in class edu.neu.ccs.gui.JPTFrame
Returns a new JPTFrame with the given title, content pane, and layout manager that is packed and centered on the screen.
createQuickJPTFrame(String, Object, LayoutManager, Insets) - Static method in class edu.neu.ccs.gui.JPTFrame
Returns a new JPTFrame with the given title, content pane, and layout manager, that is packed and centered on the screen; the given insets replace the current insets for future calls of setLocation(int) on the frame.
createQuickJPTFrame(String, Object, LayoutManager, int) - Static method in class edu.neu.ccs.gui.JPTFrame
Returns a new JPTFrame with the given title, content pane, and layout manager, that is packed and located on the screen in the given screen location.
createQuickJPTFrame(String, Object, LayoutManager, int, Insets) - Static method in class edu.neu.ccs.gui.JPTFrame
Returns a new JPTFrame with the given title, content pane, and layout manager, that is packed and located on the screen in the given screen location; the given insets bound the frame away from the borders of the screen and also replace the current insets for future calls of setLocation(int) on the frame.
createViewFor(int) - Method in class edu.neu.ccs.gui.ArrayPanel
Returns an input component suitable for the element at the given index in this array.
createWindowListener(InputProperties) - Method in class edu.neu.ccs.gui.InputDialog
Installs an appropriate window listener for this dialog given the provided input properties.
crimson - Static variable in class edu.neu.ccs.Colors
Color crimson = Crimson.
Crimson - Static variable in class edu.neu.ccs.Colors
Color Crimson = 220, 20, 60 = #DC143C.
CROSS - Static variable in class edu.neu.ccs.gui.PlotMark
Value designating a CROSS.
crossHatch(Color, Color, int, int, int, int) - Static method in class edu.neu.ccs.gui.PaintTools
Returns a cross hatch pattern.
crossHatch(PaintAlgorithm, PaintAlgorithm, int, int, int, int) - Static method in class edu.neu.ccs.gui.PaintTools
Returns a cross hatch pattern.
crossHatchDiagonal(Color, Color, int, int, int, int) - Static method in class edu.neu.ccs.gui.PaintTools
Equivalent to turn45(crossHatch(args)).
crossHatchDiagonal(PaintAlgorithm, PaintAlgorithm, int, int, int, int) - Static method in class edu.neu.ccs.gui.PaintTools
Equivalent to turn45(crossHatch(args)).
currentStroke - Variable in class edu.neu.ccs.gui.PlotMark
Helper to save the current stroke.
cyan - Static variable in class edu.neu.ccs.Colors
Color cyan = Cyan.
Cyan - Static variable in class edu.neu.ccs.Colors
Color Cyan = 0, 255, 255 = #00FFFF.

D

darkblue - Static variable in class edu.neu.ccs.Colors
Color darkblue = DarkBlue.
DarkBlue - Static variable in class edu.neu.ccs.Colors
Color DarkBlue = 0, 0, 139 = #00008B.
darkcyan - Static variable in class edu.neu.ccs.Colors
Color darkcyan = DarkCyan.
DarkCyan - Static variable in class edu.neu.ccs.Colors
Color DarkCyan = 0, 139, 139 = #008B8B.
darkgoldenrod - Static variable in class edu.neu.ccs.Colors
Color darkgoldenrod = DarkGoldenrod.
DarkGoldenrod - Static variable in class edu.neu.ccs.Colors
Color DarkGoldenrod = 184, 134, 11 = #B8860B.
darkgray - Static variable in class edu.neu.ccs.Colors
Color darkgray = DarkGray.
DarkGray - Static variable in class edu.neu.ccs.Colors
Color DarkGray = 169, 169, 169 = #A9A9A9.
darkgreen - Static variable in class edu.neu.ccs.Colors
Color darkgreen = DarkGreen.
DarkGreen - Static variable in class edu.neu.ccs.Colors
Color DarkGreen = 0, 100, 0 = #006400.
darkkhaki - Static variable in class edu.neu.ccs.Colors
Color darkkhaki = DarkKhaki.
DarkKhaki - Static variable in class edu.neu.ccs.Colors
Color DarkKhaki = 189, 183, 107 = #BDB76B.
darkmagenta - Static variable in class edu.neu.ccs.Colors
Color darkmagenta = DarkMagenta.
DarkMagenta - Static variable in class edu.neu.ccs.Colors
Color DarkMagenta = 139, 0, 139 = #8B008B.
darkolivegreen - Static variable in class edu.neu.ccs.Colors
Color darkolivegreen = DarkOliveGreen.
DarkOliveGreen - Static variable in class edu.neu.ccs.Colors
Color DarkOliveGreen = 85, 107, 47 = #556B2F.
darkorange - Static variable in class edu.neu.ccs.Colors
Color darkorange = DarkOrange.
DarkOrange - Static variable in class edu.neu.ccs.Colors
Color DarkOrange = 255, 140, 0 = #FF8C00.
darkorchid - Static variable in class edu.neu.ccs.Colors
Color darkorchid = DarkOrchid.
DarkOrchid - Static variable in class edu.neu.ccs.Colors
Color DarkOrchid = 153, 50, 204 = #9932CC.
darkred - Static variable in class edu.neu.ccs.Colors
Color darkred = DarkRed.
DarkRed - Static variable in class edu.neu.ccs.Colors
Color DarkRed = 139, 0, 0 = #8B0000.
darksalmon - Static variable in class edu.neu.ccs.Colors
Color darksalmon = DarkSalmon.
DarkSalmon - Static variable in class edu.neu.ccs.Colors
Color DarkSalmon = 233, 150, 122 = #E9967A.
darkseagreen - Static variable in class edu.neu.ccs.Colors
Color darkseagreen = DarkSeaGreen.
DarkSeaGreen - Static variable in class edu.neu.ccs.Colors
Color DarkSeaGreen = 143, 188, 139 = #8FBC8B.
darkslateblue - Static variable in class edu.neu.ccs.Colors
Color darkslateblue = DarkSlateBlue.
DarkSlateBlue - Static variable in class edu.neu.ccs.Colors
Color DarkSlateBlue = 72, 61, 139 = #483D8B.
darkslategray - Static variable in class edu.neu.ccs.Colors
Color darkslategray = DarkSlateGray.
DarkSlateGray - Static variable in class edu.neu.ccs.Colors
Color DarkSlateGray = 47, 79, 79 = #2F4F4F.
darkturquoise - Static variable in class edu.neu.ccs.Colors
Color darkturquoise = DarkTurquoise.
DarkTurquoise - Static variable in class edu.neu.ccs.Colors
Color DarkTurquoise = 0, 206, 209 = #00CED1.
darkviolet - Static variable in class edu.neu.ccs.Colors
Color darkviolet = DarkViolet.
DarkViolet - Static variable in class edu.neu.ccs.Colors
Color DarkViolet = 148, 0, 211 = #9400D3.
data - Variable in class edu.neu.ccs.parser.AbstractParser
String to be evaluated by this parser
DATA_TYPE - Static variable in interface edu.neu.ccs.gui.TypedView
Bound property name for the Stringable type returned by a typed view or general view.
DATA_TYPE - Static variable in class edu.neu.ccs.gui.GeneralViewSupport
Bound property name for the Stringable type returned by a TypedView or GeneralView.
DATA_TYPE - Static variable in class edu.neu.ccs.util.StringableFactory
Bound property name for the data type property.
dataMalformed(MalformedDataEvent) - Method in interface edu.neu.ccs.gui.MalformedDataListener
Notifies this component that the given malformed data event was generated by a Fragile object to which this object is listening.
dataMalformed(MalformedDataEvent) - Method in class edu.neu.ccs.gui.DisplayPanel
Handles a malformed data event generated by a fragile input component by alerting the user through a change to the background color of the panel.
dataMalformed(MalformedDataEvent) - Method in class edu.neu.ccs.gui.Annotation
Handles a malformed data event generated by a fragile input component by alerting the user through changes to the background and foreground colors of the annotation.
DataTables2D - class edu.neu.ccs.gui.DataTables2D.
Class DataTables2D provides static methods to create data tables from "functions" of type Function.OneArg.
DataTables2D() - Constructor for class edu.neu.ccs.gui.DataTables2D
 
deactivatedActions - Variable in class edu.neu.ccs.gui.WindowActionAdapter
List of actions to be performed upon the notification of window deactivated events.
declaresConstructor(Class, String) - Method in class edu.neu.ccs.jpf.JPFBase
Returns true if the given class declares the constructor with the given signature, and, otherwise, shows a nonmodal dialog box containing the given constructor signature and an indication that the constructor is missing, and then returns false.
declaresConstructorNoDialog(Class, String) - Method in class edu.neu.ccs.jpf.JPFBase
Returns true if the given class declares the constructor with the given signature, and returns false otherwise.
declaresConstructors(Class, String[]) - Method in class edu.neu.ccs.jpf.JPFBase
Returns true if the given class declares all of the constructors with the given signatures, and, otherwise, shows a nonmodal dialog box containing a list of all of the given constructor signatures, and an indication of which constructors are missing, and then returns false.
declaresConstructorsAndMethods(Class, String[], String[]) - Method in class edu.neu.ccs.jpf.JPFBase
Returns true if the given class declares all of the constructors and methods with the given signatures, and, otherwise, shows a nonmodal dialog box containing a list of all of the given signatures and an indication of which signatures are missing, and then returns false.
declaresConstructorsAndMethodsNoDialog(Class, String[], String[]) - Method in class edu.neu.ccs.jpf.JPFBase
Returns true if the given class declares all of the constructors and methods with the given signatures, and otherwise returns false.
declaresConstructorsNoDialog(Class, String[]) - Method in class edu.neu.ccs.jpf.JPFBase
Returns true if the given class declares all of the constructors with the given signatures, and returns false otherwise.
declaresMethod(Class, String) - Method in class edu.neu.ccs.jpf.JPFBase
Returns true if the given class declares the method with the given signature, and, otherwise, shows a nonmodal dialog box containing the given method signature and an indication that the method is missing, and then returns false.
declaresMethodNoDialog(Class, String) - Method in class edu.neu.ccs.jpf.JPFBase
Returns true if the given class declares the method with the given signature, and returns false otherwise.
declaresMethods(Class, String[]) - Method in class edu.neu.ccs.jpf.JPFBase
Returns true if the given class declares all of the methods with the given signatures, and, otherwise, shows a nonmodal dialog box containing a list of all of the given method signatures and an indication of which methods are missing, and then returns false.
declaresMethodsNoDialog(Class, String[]) - Method in class edu.neu.ccs.jpf.JPFBase
Returns true if the given class declares all of the methods with the given signatures, and returns false otherwise.
decode(String) - Method in class edu.neu.ccs.codec.EscapedCodec
Decodes the given compound data String into an array of data Strings using the "Escaped-separated" encoding scheme.
decode(String) - Method in class edu.neu.ccs.codec.CountPrefixCodec
Decodes the given compound data String into an array of data Strings using the "Count-prefix" encoding scheme.
decode(String) - Static method in class edu.neu.ccs.codec.CodecUtilities
Decodes the given encoded data String into its (possibly encoded) component parts, using the CODEC identified within the data by its unique prefix.
decode(String) - Method in interface edu.neu.ccs.codec.Codec
Decodes the given compound data String into an array of data Strings using the encoding scheme for this class.
decodeIntoPair(String) - Static method in class edu.neu.ccs.XPoint2D
Decode a pair of numeric strings encoded using a standard codec or encoded using the format [x;y] or the format (x,y).
decodeTypeAndData(String) - Static method in class edu.neu.ccs.util.StringableFactory
Returns a new Stringable object constructed from the given String that encapsulates the type and state information of a previously existing Stringable object.
decrement - Variable in class edu.neu.ccs.gui.ArrayPanel
Action for decrementing the length of this array.
DECREMENT_BUTTON_TEXT - Static variable in class edu.neu.ccs.gui.ArrayPanel
Bound property name for the decrement button text.
decrement() - Method in class edu.neu.ccs.gui.ArrayPanel
Removes the last input component from the end of the view collection.
deepclone(float[]) - Static method in class edu.neu.ccs.util.FloatArray
Returns a deep clone of an array float[].
deepclone(float[][]) - Static method in class edu.neu.ccs.util.FloatArray
Returns a deep clone of an array float[][].
deepmerge(float[][], float[][]) - Static method in class edu.neu.ccs.util.FloatArray
Returns a deep merge of the given arrays of float[][].
deepmerge(float[], float[]) - Static method in class edu.neu.ccs.util.FloatArray
Returns a deep merge of the given arrays of float[].
deeppink - Static variable in class edu.neu.ccs.Colors
Color deeppink = DeepPink.
DeepPink - Static variable in class edu.neu.ccs.Colors
Color DeepPink = 255, 20, 147 = #FF1493.
deepskyblue - Static variable in class edu.neu.ccs.Colors
Color deepskyblue = DeepSkyBlue.
DeepSkyBlue - Static variable in class edu.neu.ccs.Colors
Color DeepSkyBlue = 0, 191, 255 = #00BFFF.
DEFAULT - Static variable in interface edu.neu.ccs.util.JPTConstants
Value designating a request for the default value of a property.
DEFAULT_ALIGNMENT - Static variable in class edu.neu.ccs.gui.TablePanel
Value of the default cell alignment.
DEFAULT_ALIGNMENT - Static variable in class edu.neu.ccs.gui.TableLayout
Value of the default alignment.
DEFAULT_ALIGNMENT - Static variable in class edu.neu.ccs.gui.FileView
Default alignment of browse button relative to field.
DEFAULT_ALIGNMENT - Static variable in class edu.neu.ccs.gui.ArrayPanel
Default alignment of length controls relative to the view collection.
DEFAULT_ALIGNMENT - Static variable in class edu.neu.ccs.gui.Annotation
Default alignment of the icon relative to the text for an annotation (icon is ABOVE the text).
DEFAULT_ANNOTATION_ALIGNMENT - Static variable in class edu.neu.ccs.gui.Display
The default alignment of the annotation relative to displayed object for a display.
DEFAULT_ANNOTATION_TEXT - Static variable in class edu.neu.ccs.gui.Display
The default annotation text for a display.
DEFAULT_AUTOSELECT_POLICY - Static variable in class edu.neu.ccs.gui.TextFieldView
Default autoselect policy for a text field view.
DEFAULT_BUFFER_BACKGROUND - Static variable in class edu.neu.ccs.gui.BufferedPanel
Default background color for a buffered panel.
DEFAULT_BUTTON_LABEL - Static variable in class edu.neu.ccs.gui.FileView
Default button label text.
DEFAULT_CHOOSER_CLICK_COUNT - Static variable in class edu.neu.ccs.gui.ColorView
The default click count to trigger the color chooser.
DEFAULT_CLOSE_OPERATION - Static variable in class edu.neu.ccs.gui.JPTFrame
The default window closing operation for a JPTFrame.
DEFAULT_COLOR - Static variable in class edu.neu.ccs.gui.ColorView
The initial color and initial default color for the view.
DEFAULT_CONTROLS - Static variable in class edu.neu.ccs.gui.ArrayPanel
Default value specifying the visible length controls.
DEFAULT_DIMENSION - Static variable in class edu.neu.ccs.gui.ColorView
The default dimension for the color view box.
DEFAULT_DRAWPAINT - Static variable in class edu.neu.ccs.gui.ShapePaintable
Default draw paint: Color.black.
DEFAULT_DRAWSTROKE - Static variable in class edu.neu.ccs.gui.ShapePaintable
Default draw stroke: BasicStroke(1).
DEFAULT_FILENAME - Static variable in class edu.neu.ccs.gui.FileView
Default filename.
DEFAULT_FILLPAINT - Static variable in class edu.neu.ccs.gui.ShapePaintable
Default fill paint: Color.black.
DEFAULT_INDEX - Static variable in class edu.neu.ccs.gui.OptionsView
Bound property name for the default index property.
DEFAULT_INSET - Static variable in class edu.neu.ccs.gui.Halo
The default inset used to wrap the given object in the panel.
DEFAULT_MAXIMUM_LENGTH - Static variable in class edu.neu.ccs.gui.ArrayPanel
Default maximum length for the array.
DEFAULT_MINIMUM_LENGTH - Static variable in class edu.neu.ccs.gui.ArrayPanel
Default minimum length for the array.
DEFAULT_ORIENTATION - Static variable in class edu.neu.ccs.gui.TablePanel
Value of the default cell alignment.
DEFAULT_ORIENTATION - Static variable in class edu.neu.ccs.gui.TableLayout
Value of the default orientation.
DEFAULT_ORIENTATION - Static variable in class edu.neu.ccs.gui.DisplayCollection
The default orientation for a display collection.
DEFAULT_ORIENTATION - Static variable in class edu.neu.ccs.gui.ArrayPanel
Default direction of the view collection.
DEFAULT_PAINT - Static variable in class edu.neu.ccs.pedagogy.Turtle
The default pen paint.
DEFAULT_SELECTION - Static variable in class edu.neu.ccs.gui.RadioPanel
Default initial selection for an options view.
DEFAULT_SELECTION - Static variable in class edu.neu.ccs.gui.Dropdown
Default initially selected label for a dropdown view.
DEFAULT_SWATCH_SIZE - Static variable in class edu.neu.ccs.gui.PaintSwatch
Default x and y swatch size.
DEFAULT_TITLE_ALIGNMENT - Static variable in class edu.neu.ccs.gui.Display
The default alignment of the title relative to displayed object.
DEFAULT_TITLE_TEXT - Static variable in class edu.neu.ccs.gui.Display
The default title text for a display.
DEFAULT_VIEW_STATE - Static variable in class edu.neu.ccs.gui.GeneralViewSupport
Bound property name for the default view state of a Displayable object.
DEFAULT_VIEW_STATE - Static variable in interface edu.neu.ccs.gui.Displayable
Bound property name for the default view state of a Displayable object.
DEFAULT_WIDTH - Static variable in class edu.neu.ccs.gui.TextFieldView
The default preferred width used in constructors if there is no other data with which to set the width.
DEFAULT_WIDTH - Static variable in class edu.neu.ccs.gui.Dropdown
The default preferred width used in constructors if there is no other data with which to set the width.
DEFAULT_WIDTH - Static variable in class edu.neu.ccs.gui.ColorView
The default width for the drop down view.
defaultLayout - Variable in class edu.neu.ccs.gui.RadioPanel
The default layout.
defaultValue - Variable in class edu.neu.ccs.gui.TextAreaView
Default content for this view.
defaultValue - Variable in class edu.neu.ccs.gui.SliderView
The default value for this slider.
defaultValue - Variable in class edu.neu.ccs.gui.OptionsView
Default selection for this view.
defaultValue - Variable in class edu.neu.ccs.gui.BooleanView
The default value for this input object.
defaultViewState - Variable in class edu.neu.ccs.gui.RadioPanel
The default view state.
defaultViewState - Variable in class edu.neu.ccs.gui.Dropdown
The default view state.
defaultViewState - Variable in class edu.neu.ccs.gui.ArrayPanel
Default view state for the elements of this array.
defineBooleanOperations() - Method in class edu.neu.ccs.parser.JPTParser
Define the boolean operations.
defineNumericOperations() - Method in class edu.neu.ccs.parser.JPTParser
Define the numeric operations.
defineProcedures() - Method in class edu.neu.ccs.parser.JPTParser
Define the procedures.
deiconifiedActions - Variable in class edu.neu.ccs.gui.WindowActionAdapter
List of actions to be performed upon the notification of window deiconified events.
delegate - Variable in class edu.neu.ccs.gui.TextFieldView
The GeneralViewSupport object.
delegate - Variable in class edu.neu.ccs.gui.DropdownView
The GeneralViewSupport object.
deleteFile(File) - Static method in class edu.neu.ccs.util.FileUtilities
Deletes the given file.
deleteFile(String) - Static method in class edu.neu.ccs.util.FileUtilities
Deletes the file at the given path.
demand() - Method in class edu.neu.ccs.gui.InputDialog
Performs a mandatory input operation on the input view.
demand(String, Stringable) - Method in class edu.neu.ccs.console.ConsoleGateway.ConsoleInputStream
Sets the state of the given Stringable object by using the mandatory input model to acquire the data.
demand(String, Stringable, StringableFilter) - Method in class edu.neu.ccs.console.ConsoleGateway.ConsoleInputStream
Sets the state of the given Stringable object by using the mandatory input model to acquire the data with the given input filter to constrain the result.
demand(String, String, Stringable) - Method in class edu.neu.ccs.console.ConsoleGateway.ConsoleInputStream
Sets the state of the given Stringable object by using the mandatory input model to acquire the data with the given default data as a user option.
demand(String, String, Stringable, StringableFilter) - Method in class edu.neu.ccs.console.ConsoleGateway.ConsoleInputStream
Sets the state of the given Stringable object by using the mandatory input model to acquire the data, with the given default data as a user option, and with the given input filter to constrain the result.
demandBigDecimal() - Method in class edu.neu.ccs.gui.TextFieldView
Returns a BigDecimal extracted from the field using the mandatory model.
demandBigDecimal() - Method in class edu.neu.ccs.gui.DropdownView
Returns a BigDecimal extracted from the field using the mandatory model.
demandBigDecimal(String) - Method in class edu.neu.ccs.console.ConsoleGateway.ConsoleInputStream
Demands a BigDecimal value from the console, by using the mandatory input model to acquire the data.
demandBigDecimal(StringableFilter) - Method in class edu.neu.ccs.gui.TextFieldView
Returns a BigDecimal extracted from the field using the mandatory model, with the given filter.
demandBigDecimal(StringableFilter) - Method in class edu.neu.ccs.gui.DropdownView
Returns a BigDecimal extracted from the field using the mandatory model, with the given filter.
demandBigDecimal(String, BigDecimal) - Method in class edu.neu.ccs.console.ConsoleGateway.ConsoleInputStream
Demands a BigDecimal value from the console, by using the mandatory input model to acquire the data with the given default data as a user option.
demandBigDecimal(String, BigDecimal, StringableFilter) - Method in class edu.neu.ccs.console.ConsoleGateway.ConsoleInputStream
Demands a BigDecimal value from the console, by using the mandatory input model to acquire the data, with the given default data as a user option, and with the given input filter to constrain the result.
demandBigDecimal(String, StringableFilter) - Method in class edu.neu.ccs.console.ConsoleGateway.ConsoleInputStream
Demands a BigDecimal value from the console, by using the mandatory input model to acquire the data with the given input filter to constrain the result.
demandBigInteger() - Method in class edu.neu.ccs.gui.TextFieldView
Returns a BigInteger extracted from the field using the mandatory model.
demandBigInteger() - Method in class edu.neu.ccs.gui.DropdownView
Returns a BigInteger extracted from the field using the mandatory model.
demandBigInteger(String) - Method in class edu.neu.ccs.console.ConsoleGateway.ConsoleInputStream
Demands a BigInteger value from the console, by using the mandatory input model to acquire the data.
demandBigInteger(StringableFilter) - Method in class edu.neu.ccs.gui.TextFieldView
Returns a BigInteger extracted from the field using the mandatory model, with the given filter.
demandBigInteger(StringableFilter) - Method in class edu.neu.ccs.gui.DropdownView
Returns a BigInteger extracted from the field using the mandatory model, with the given filter.
demandBigInteger(String, BigInteger) - Method in class edu.neu.ccs.console.ConsoleGateway.ConsoleInputStream
Demands a BigInteger value from the console, by using the mandatory input model to acquire the data with the given default data as a user option.
demandBigInteger(String, BigInteger, StringableFilter) - Method in class edu.neu.ccs.console.ConsoleGateway.ConsoleInputStream
Demands a BigInteger value from the console, by using the mandatory input model to acquire the data, with the given default data as a user option, and with the given input filter to constrain the result.
demandBigInteger(String, StringableFilter) - Method in class edu.neu.ccs.console.ConsoleGateway.ConsoleInputStream
Demands a BigInteger value from the console, by using the mandatory input model to acquire the data with the given input filter to constrain the result.
demandBoolean() - Method in class edu.neu.ccs.gui.TextFieldView
Returns a boolean extracted from the field using the mandatory model.
demandBoolean() - Method in class edu.neu.ccs.gui.DropdownView
Returns a boolean extracted from the field using the mandatory model.
demandBoolean(String) - Method in class edu.neu.ccs.console.ConsoleGateway.ConsoleInputStream
Demands a boolean value from the console, by using the mandatory input model to acquire the data.
demandBoolean(StringableFilter) - Method in class edu.neu.ccs.gui.TextFieldView
Returns a boolean extracted from the field using the mandatory model, with the given filter.
demandBoolean(StringableFilter) - Method in class edu.neu.ccs.gui.DropdownView
Returns a boolean extracted from the field using the mandatory model, with the given filter.
demandBoolean(String, boolean) - Method in class edu.neu.ccs.console.ConsoleGateway.ConsoleInputStream
Demands a boolean value from the console, by using the mandatory input model to acquire the data with the given default data as a user option.
demandBoolean(String, boolean, StringableFilter) - Method in class edu.neu.ccs.console.ConsoleGateway.ConsoleInputStream
Demands a boolean value from the console, by using the mandatory input model to acquire the data, with the given default data as a user option, and with the given input filter to constrain the result.
demandBoolean(String, String) - Static method in class edu.neu.ccs.gui.SimpleDialog
Returns a boolean using the mandatory model of IO.
demandBoolean(String, StringableFilter) - Method in class edu.neu.ccs.console.ConsoleGateway.ConsoleInputStream
Demands a boolean value from the console, by using the mandatory input model to acquire the data with the given input filter to constrain the result.
demandBoolean(String, String, String) - Static method in class edu.neu.ccs.gui.SimpleDialog
Returns a boolean using the mandatory model of IO, with the given default value.
demandBoolean(String, String, String, StringableFilter) - Static method in class edu.neu.ccs.gui.SimpleDialog
Returns a boolean using the mandatory model of IO, with the given default value and input filter.
demandByte() - Method in class edu.neu.ccs.gui.TextFieldView
Returns a byte extracted from the field using the mandatory model.
demandByte() - Method in class edu.neu.ccs.gui.DropdownView
Returns a byte extracted from the field using the mandatory model.
demandByte(String) - Method in class edu.neu.ccs.console.ConsoleGateway.ConsoleInputStream
Demands a byte value from the console, by using the mandatory input model to acquire the data.
demandByte(StringableFilter) - Method in class edu.neu.ccs.gui.TextFieldView
Returns a byte extracted from the field using the mandatory model with the given filter.
demandByte(StringableFilter) - Method in class edu.neu.ccs.gui.DropdownView
Returns a byte extracted from the field using the mandatory model with the given filter.
demandByte(String, byte) - Method in class edu.neu.ccs.console.ConsoleGateway.ConsoleInputStream
Demands a byte value from the console, by using the mandatory input model to acquire the data with the given default data as a user option.
demandByte(String, byte, StringableFilter) - Method in class edu.neu.ccs.console.ConsoleGateway.ConsoleInputStream
Demands a byte value from the console, by using the mandatory input model to acquire the data, with the given default data as a user option, and with the given input filter to constrain the result.
demandByte(String, String) - Static method in class edu.neu.ccs.gui.SimpleDialog
Returns a byte using the mandatory model of IO.
demandByte(String, StringableFilter) - Method in class edu.neu.ccs.console.ConsoleGateway.ConsoleInputStream
Demands a byte value from the console, by using the mandatory input model to acquire the data with the given input filter to constrain the result.
demandByte(String, String, String) - Static method in class edu.neu.ccs.gui.SimpleDialog
Returns a byte using the mandatory model of IO, with the given default value.
demandByte(String, String, String, StringableFilter) - Static method in class edu.neu.ccs.gui.SimpleDialog
Returns a byte using the mandatory model of IO, with the given default value and input filter.
demandByteAsHex() - Method in class edu.neu.ccs.gui.TextFieldView
Returns a byte extracted from the field as hexidecimal data using the mandatory model.
demandByteAsHex() - Method in class edu.neu.ccs.gui.DropdownView
Returns a byte extracted from the field as hexidecimal data using the mandatory model.
demandByteAsHex(StringableFilter) - Method in class edu.neu.ccs.gui.TextFieldView
Returns a byte extracted from the field as hexidecimal data using the mandatory model with the given filter.
demandByteAsHex(StringableFilter) - Method in class edu.neu.ccs.gui.DropdownView
Returns a byte extracted from the field as hexidecimal data using the mandatory model with the given filter.
demandChar() - Method in class edu.neu.ccs.gui.TextFieldView
Returns a char extracted from the field using the mandatory model.
demandChar() - Method in class edu.neu.ccs.gui.DropdownView
Returns a char extracted from the field using the mandatory model.
demandChar(String) - Method in class edu.neu.ccs.console.ConsoleGateway.ConsoleInputStream
Demands a char value from the console, by using the mandatory input model to acquire the data.
demandChar(StringableFilter) - Method in class edu.neu.ccs.gui.TextFieldView
Returns a char extracted from the field using the mandatory model, with the given filter.
demandChar(StringableFilter) - Method in class edu.neu.ccs.gui.DropdownView
Returns a char extracted from the field using the mandatory model, with the given filter.
demandChar(String, char) - Method in class edu.neu.ccs.console.ConsoleGateway.ConsoleInputStream
Demands a char value from the console, by using the mandatory input model to acquire the data with the given default data as a user option.
demandChar(String, char, StringableFilter) - Method in class edu.neu.ccs.console.ConsoleGateway.ConsoleInputStream
Demands a char value from the console, by using the mandatory input model to acquire the data, with the given default data as a user option, and with the given input filter to constrain the result.
demandChar(String, String) - Static method in class edu.neu.ccs.gui.SimpleDialog
Returns a char using the mandatory model of IO.
demandChar(String, StringableFilter) - Method in class edu.neu.ccs.console.ConsoleGateway.ConsoleInputStream
Demands a char value from the console, by using the mandatory input model to acquire the data with the given input filter to constrain the result.
demandChar(String, String, String) - Static method in class edu.neu.ccs.gui.SimpleDialog
Returns a char using the mandatory model of IO, with the given default value.
demandChar(String, String, String, StringableFilter) - Static method in class edu.neu.ccs.gui.SimpleDialog
Returns a char using the mandatory model of IO, with the given default value and input filter.
demandColor() - Method in class edu.neu.ccs.gui.TextFieldView
Returns a Color extracted from the field using the mandatory model.
demandColor() - Method in class edu.neu.ccs.gui.DropdownView
Returns a Color extracted from the field using the mandatory model.
demandColor(String) - Method in class edu.neu.ccs.console.ConsoleGateway.ConsoleInputStream
Demands a Color value from the console, by using the mandatory input model to acquire the data.
demandColor(StringableFilter) - Method in class edu.neu.ccs.gui.TextFieldView
Returns a Color extracted from the field using the mandatory model, with the given filter.
demandColor(StringableFilter) - Method in class edu.neu.ccs.gui.DropdownView
Returns a Color extracted from the field using the mandatory model, with the given filter.
demandColor(String, Color) - Method in class edu.neu.ccs.console.ConsoleGateway.ConsoleInputStream
Demands a Color value from the console, by using the mandatory input model to acquire the data with the given default data as a user option.
demandColor(String, Color, StringableFilter) - Method in class edu.neu.ccs.console.ConsoleGateway.ConsoleInputStream
Demands a Color value from the console, by using the mandatory input model to acquire the data, with the given default data as a user option, and with the given input filter to constrain the result.
demandColor(String, StringableFilter) - Method in class edu.neu.ccs.console.ConsoleGateway.ConsoleInputStream
Demands a Color value from the console, by using the mandatory input model to acquire the data with the given input filter to constrain the result.
demandDouble() - Method in class edu.neu.ccs.gui.TextFieldView
Returns a double extracted from the field using the mandatory model.
demandDouble() - Method in class edu.neu.ccs.gui.DropdownView
Returns a double extracted from the field using the mandatory model.
demandDouble(String) - Method in class edu.neu.ccs.console.ConsoleGateway.ConsoleInputStream
Demands a double value from the console, by using the mandatory input model to acquire the data.
demandDouble(StringableFilter) - Method in class edu.neu.ccs.gui.TextFieldView
Returns a double extracted from the field using the mandatory model with the given filter.
demandDouble(StringableFilter) - Method in class edu.neu.ccs.gui.DropdownView
Returns a double extracted from the field using the mandatory model with the given filter.
demandDouble(String, double) - Method in class edu.neu.ccs.console.ConsoleGateway.ConsoleInputStream
Demands a double value from the console, by using the mandatory input model to acquire the data with the given default data as a user option.
demandDouble(String, double, StringableFilter) - Method in class edu.neu.ccs.console.ConsoleGateway.ConsoleInputStream
Demands a double value from the console, by using the mandatory input model to acquire the data, with the given default data as a user option, and with the given input filter to constrain the result.
demandDouble(String, String) - Static method in class edu.neu.ccs.gui.SimpleDialog
Returns a double using the mandatory model of IO.
demandDouble(String, StringableFilter) - Method in class edu.neu.ccs.console.ConsoleGateway.ConsoleInputStream
Demands a double value from the console, by using the mandatory input model to acquire the data with the given input filter to constrain the result.
demandDouble(String, String, String) - Static method in class edu.neu.ccs.gui.SimpleDialog
Returns a double using the mandatory model of IO, with the given default value.
demandDouble(String, String, String, StringableFilter) - Static method in class edu.neu.ccs.gui.SimpleDialog
Returns a double using the mandatory model of IO, with the given default value and input filter.
demandDoubleAsHex() - Method in class edu.neu.ccs.gui.TextFieldView
Returns a double extracted from the field as hexidecimal data using the mandatory model.
demandDoubleAsHex() - Method in class edu.neu.ccs.gui.DropdownView
Returns a double extracted from the field as hexidecimal data using the mandatory model.
demandDoubleAsHex(StringableFilter) - Method in class edu.neu.ccs.gui.TextFieldView
Returns a double extracted from the field as hexidecimal data using the mandatory model with the given filter.
demandDoubleAsHex(StringableFilter) - Method in class edu.neu.ccs.gui.DropdownView
Returns a double extracted from the field as hexidecimal data using the mandatory model with the given filter.
demandExistingFile() - Method in class edu.neu.ccs.gui.FileView
Returns a File object representing a path to an existing file.
demandExistingFilename() - Method in class edu.neu.ccs.gui.FileView
Returns a String representing a path to an existing file.
demandFile() - Method in class edu.neu.ccs.gui.FileView
Returns a File object representing a valid path for the file system.
demandFilename() - Method in class edu.neu.ccs.gui.FileView
Returns a String representing a valid path for the file system.
demandFloat() - Method in class edu.neu.ccs.gui.TextFieldView
Returns a float extracted from the field using the mandatory model.
demandFloat() - Method in class edu.neu.ccs.gui.DropdownView
Returns a float extracted from the field using the mandatory model.
demandFloat(String) - Method in class edu.neu.ccs.console.ConsoleGateway.ConsoleInputStream
Demands a float value from the console, by using the mandatory input model to acquire the data.
demandFloat(StringableFilter) - Method in class edu.neu.ccs.gui.TextFieldView
Returns a float extracted from the field using the mandatory model with the given filter.
demandFloat(StringableFilter) - Method in class edu.neu.ccs.gui.DropdownView
Returns a float extracted from the field using the mandatory model with the given filter.
demandFloat(String, float) - Method in class edu.neu.ccs.console.ConsoleGateway.ConsoleInputStream
Demands a float value from the console, by using the mandatory input model to acquire the data with the given default data as a user option.
demandFloat(String, float, StringableFilter) - Method in class edu.neu.ccs.console.ConsoleGateway.ConsoleInputStream
Demands a float value from the console, by using the mandatory input model to acquire the data, with the given default data as a user option, and with the given input filter to constrain the result.
demandFloat(String, String) - Static method in class edu.neu.ccs.gui.SimpleDialog
Returns a float using the mandatory model of IO.
demandFloat(String, StringableFilter) - Method in class edu.neu.ccs.console.ConsoleGateway.ConsoleInputStream
Demands a float value from the console, by using the mandatory input model to acquire the data with the given input filter to constrain the result.
demandFloat(String, String, String) - Static method in class edu.neu.ccs.gui.SimpleDialog
Returns a float using the mandatory model of IO, with the given default value.
demandFloat(String, String, String, StringableFilter) - Static method in class edu.neu.ccs.gui.SimpleDialog
Returns a float using the mandatory model of IO, with the given default value and input filter.
demandFloatAsHex() - Method in class edu.neu.ccs.gui.TextFieldView
Returns a float extracted from the field as hexidecimal data using the mandatory model.
demandFloatAsHex() - Method in class edu.neu.ccs.gui.DropdownView
Returns a float extracted from the field as hexidecimal data using the mandatory model.
demandFloatAsHex(StringableFilter) - Method in class edu.neu.ccs.gui.TextFieldView
Returns a float extracted from the field as hexidecimal data using the mandatory model with the given filter.
demandFloatAsHex(StringableFilter) - Method in class edu.neu.ccs.gui.DropdownView
Returns a float extracted from the field as hexidecimal data using the mandatory model with the given filter.
demandInt() - Method in class edu.neu.ccs.gui.TextFieldView
Returns an int extracted from the field using the mandatory model.
demandInt() - Method in class edu.neu.ccs.gui.DropdownView
Returns an int extracted from the field using the mandatory model.
demandInt(String) - Method in class edu.neu.ccs.console.ConsoleGateway.ConsoleInputStream
Demands a int value from the console, by using the mandatory input model to acquire the data.
demandInt(StringableFilter) - Method in class edu.neu.ccs.gui.TextFieldView
Returns an int extracted from the field using the mandatory model with the given filter.
demandInt(StringableFilter) - Method in class edu.neu.ccs.gui.DropdownView
Returns an int extracted from the field using the mandatory model with the given filter.
demandInt(String, int) - Method in class edu.neu.ccs.console.ConsoleGateway.ConsoleInputStream
Demands a int value from the console, by using the mandatory input model to acquire the data with the given default data as a user option.
demandInt(String, int, StringableFilter) - Method in class edu.neu.ccs.console.ConsoleGateway.ConsoleInputStream
Demands a int value from the console, by using the mandatory input model to acquire the data, with the given default data as a user option, and with the given input filter to constrain the result.
demandInt(String, String) - Static method in class edu.neu.ccs.gui.SimpleDialog
Returns an int using the mandatory model of IO.
demandInt(String, StringableFilter) - Method in class edu.neu.ccs.console.ConsoleGateway.ConsoleInputStream
Demands a int value from the console, by using the mandatory input model to acquire the data with the given input filter to constrain the result.
demandInt(String, String, String) - Static method in class edu.neu.ccs.gui.SimpleDialog
Returns an int using the mandatory model of IO, with the given default value.
demandInt(String, String, String, StringableFilter) - Static method in class edu.neu.ccs.gui.SimpleDialog
Returns an int using the mandatory model of IO, with the given default value and input filter.
demandIntAsHex() - Method in class edu.neu.ccs.gui.TextFieldView
Returns an int extracted from the field as hexidecimal data using the mandatory model.
demandIntAsHex() - Method in class edu.neu.ccs.gui.DropdownView
Returns an int extracted from the field as hexidecimal data using the mandatory model.
demandIntAsHex(StringableFilter) - Method in class edu.neu.ccs.gui.TextFieldView
Returns an int extracted from the field as hexidecimal data using the mandatory model with the given filter.
demandIntAsHex(StringableFilter) - Method in class edu.neu.ccs.gui.DropdownView
Returns an int extracted from the field as hexidecimal data using the mandatory model with the given filter.
demandLong() - Method in class edu.neu.ccs.gui.TextFieldView
Returns a long extracted from the field using the mandatory model.
demandLong() - Method in class edu.neu.ccs.gui.DropdownView
Returns a long extracted from the field using the mandatory model.
demandLong(String) - Method in class edu.neu.ccs.console.ConsoleGateway.ConsoleInputStream
Demands a long value from the console, by using the mandatory input model to acquire the data.
demandLong(StringableFilter) - Method in class edu.neu.ccs.gui.TextFieldView
Returns a long extracted from the field using the mandatory model with the given filter.
demandLong(StringableFilter) - Method in class edu.neu.ccs.gui.DropdownView
Returns a long extracted from the field using the mandatory model with the given filter.
demandLong(String, long) - Method in class edu.neu.ccs.console.ConsoleGateway.ConsoleInputStream
Demands a long value from the console, by using the mandatory input model to acquire the data with the given default data as a user option.
demandLong(String, long, StringableFilter) - Method in class edu.neu.ccs.console.ConsoleGateway.ConsoleInputStream
Demands a long value from the console, by using the mandatory input model to acquire the data, with the given default data as a user option, and with the given input filter to constrain the result.
demandLong(String, String) - Static method in class edu.neu.ccs.gui.SimpleDialog
Returns a long using the mandatory model of IO.
demandLong(String, StringableFilter) - Method in class edu.neu.ccs.console.ConsoleGateway.ConsoleInputStream
Demands a long value from the console, by using the mandatory input model to acquire the data with the given input filter to constrain the result.
demandLong(String, String, String) - Static method in class edu.neu.ccs.gui.SimpleDialog
Returns a long using the mandatory model of IO, with the given default value.
demandLong(String, String, String, StringableFilter) - Static method in class edu.neu.ccs.gui.SimpleDialog
Returns a long using the mandatory model of IO, with the given default value and input filter.
demandLongAsHex() - Method in class edu.neu.ccs.gui.TextFieldView
Returns a long extracted from the field as hexidecimal data using the mandatory model.
demandLongAsHex() - Method in class edu.neu.ccs.gui.DropdownView
Returns a long extracted from the field as hexidecimal data using the mandatory model.
demandLongAsHex(StringableFilter) - Method in class edu.neu.ccs.gui.TextFieldView
Returns a long extracted from the field as hexidecimal data using the mandatory model with the given filter.
demandLongAsHex(StringableFilter) - Method in class edu.neu.ccs.gui.DropdownView
Returns a long extracted from the field as hexidecimal data using the mandatory model with the given filter.
demandObject() - Method in class edu.neu.ccs.gui.TypedViewWrapper
 
demandObject() - Method in interface edu.neu.ccs.gui.TypedView
Returns a Stringable object based on the view state of the view using the mandatory model.
demandObject() - Method in class edu.neu.ccs.gui.TextFieldView
 
demandObject() - Method in class edu.neu.ccs.gui.TextAreaView
Returns an XString object whose state is set to the String content for this view.
demandObject() - Method in class edu.neu.ccs.gui.SliderView
Returns an XInt object whose state is set to the value of this slider.
demandObject() - Method in class edu.neu.ccs.gui.OptionsView
Returns an XInt object whose state is set to the index of the currently selected option.
demandObject() - Method in class edu.neu.ccs.gui.GeneralViewSupport
Returns a Stringable object based on the view state of the view, the current data type and filter, and the mandatory model.
demandObject() - Method in class edu.neu.ccs.gui.FileView
Returns an XString representing the currently selected path.
demandObject() - Method in class edu.neu.ccs.gui.DropdownView
 
demandObject() - Method in class edu.neu.ccs.gui.ColorView
Returns an XColor object whose state is set to the view state of this view.
demandObject() - Method in class edu.neu.ccs.gui.BooleanView
Returns an XBoolean object whose state is set to the view state of this view.
demandObject() - Method in class edu.neu.ccs.gui.ArrayPanel
 
demandObject(Class, StringableFilter) - Method in class edu.neu.ccs.gui.TextFieldView
 
demandObject(Class, StringableFilter) - Method in class edu.neu.ccs.gui.GeneralViewWrapper
 
demandObject(Class, StringableFilter) - Method in class edu.neu.ccs.gui.GeneralViewSupport
Returns a Stringable object based on the view state of the view, the temporary data type and filter, and the mandatory model.
demandObject(Class, StringableFilter) - Method in interface edu.neu.ccs.gui.GeneralView
Returns a Stringable object based on the view state of the view, the temporary data type and filter, and the mandatory model.
demandObject(Class, StringableFilter) - Method in class edu.neu.ccs.gui.DropdownView
 
demandObject(Class, String, String, StringableFilter) - Method in class edu.neu.ccs.console.ConsoleGateway.ConsoleInputStream
Temporarily sets the data type for this stream to the given data type; creates a Stringable object by using the mandatory input model to acquire the data, with the given default data as a user option, and with the given input filter to constrain the result; restores the data type for this stream to its original setting; finally returns the object created.
demandObject(String) - Method in class edu.neu.ccs.console.ConsoleGateway.ConsoleInputStream
Returns a Stringable object created by using the mandatory input model to acquire the data.
demandObject(StringableFilter) - Method in class edu.neu.ccs.gui.TextFieldView
 
demandObject(StringableFilter) - Method in class edu.neu.ccs.gui.GeneralViewWrapper
 
demandObject(StringableFilter) - Method in class edu.neu.ccs.gui.GeneralViewSupport
Returns a Stringable object based on the view state of the view, the temporary filter, and the mandatory model.
demandObject(StringableFilter) - Method in interface edu.neu.ccs.gui.GeneralView
Returns a Stringable object based on the view state of the view, the temporary filter, and the mandatory model.
demandObject(StringableFilter) - Method in class edu.neu.ccs.gui.DropdownView
 
demandObject(String, String) - Method in class edu.neu.ccs.console.ConsoleGateway.ConsoleInputStream
Returns a Stringable object created by using the mandatory input model to acquire the data with the given default data as a user option.
demandObject(String, StringableFilter) - Method in class edu.neu.ccs.console.ConsoleGateway.ConsoleInputStream
Returns a Stringable object created by using the mandatory input model to acquire the data with the given input filter to constrain the result.
demandObject(String, String, StringableFilter) - Method in class edu.neu.ccs.console.ConsoleGateway.ConsoleInputStream
Returns a Stringable object created by using the mandatory input model to acquire the data, with the given default data as a user option, and with the given input filter to constrain the result.
demandObject(String, String, Stringable, StringableFilter) - Method in class edu.neu.ccs.console.ConsoleGateway.ConsoleInputStream
Returns the Stringable object obtained from the given Stringable object by using the mandatory input model to acquire the data, with the given default data as a user option, and with the given input filter to constrain the result.
demandObject(TypedView) - Static method in class edu.neu.ccs.gui.SimpleDialog
Returns the object produced by the given input view using mandatory dialog box input.
demandObjectArray() - Method in class edu.neu.ccs.gui.ArrayPanel
Returns an array of model objects of the appropriate type initialized from the view states for the elements of this array panel, using the mandatory model of IO.
demandShort() - Method in class edu.neu.ccs.gui.TextFieldView
Returns a short extracted from the field using the mandatory model.
demandShort() - Method in class edu.neu.ccs.gui.DropdownView
Returns a short extracted from the field using the mandatory model.
demandShort(String) - Method in class edu.neu.ccs.console.ConsoleGateway.ConsoleInputStream
Demands a short value from the console, by using the mandatory input model to acquire the data.
demandShort(StringableFilter) - Method in class edu.neu.ccs.gui.TextFieldView
Returns a short extracted from the field using the mandatory model with the given filter.
demandShort(StringableFilter) - Method in class edu.neu.ccs.gui.DropdownView
Returns a short extracted from the field using the mandatory model with the given filter.
demandShort(String, short) - Method in class edu.neu.ccs.console.ConsoleGateway.ConsoleInputStream
Demands a short value from the console, by using the mandatory input model to acquire the data with the given default data as a user option.
demandShort(String, short, StringableFilter) - Method in class edu.neu.ccs.console.ConsoleGateway.ConsoleInputStream
Demands a short value from the console, by using the mandatory input model to acquire the data, with the given default data as a user option, and with the given input filter to constrain the result.
demandShort(String, String) - Static method in class edu.neu.ccs.gui.SimpleDialog
Returns a short using the mandatory model of IO.
demandShort(String, StringableFilter) - Method in class edu.neu.ccs.console.ConsoleGateway.ConsoleInputStream
Demands a short value from the console, by using the mandatory input model to acquire the data with the given input filter to constrain the result.
demandShort(String, String, String) - Static method in class edu.neu.ccs.gui.SimpleDialog
Returns a short using the mandatory model of IO, with the given default value.
demandShort(String, String, String, StringableFilter) - Static method in class edu.neu.ccs.gui.SimpleDialog
Returns a short using the mandatory model of IO, with the given default value and input filter.
demandShortAsHex() - Method in class edu.neu.ccs.gui.TextFieldView
Returns a short extracted from the field as hexidecimal data using the mandatory model.
demandShortAsHex() - Method in class edu.neu.ccs.gui.DropdownView
Returns a short extracted from the field as hexidecimal data using the mandatory model.
demandShortAsHex(StringableFilter) - Method in class edu.neu.ccs.gui.TextFieldView
Returns a short extracted from the field as hexidecimal data using the mandatory model with the given filter.
demandShortAsHex(StringableFilter) - Method in class edu.neu.ccs.gui.DropdownView
Returns a short extracted from the field as hexidecimal data using the mandatory model with the given filter.
demandString() - Method in class edu.neu.ccs.gui.TextFieldView
Returns a String extracted from the field using the mandatory model.
demandString() - Method in class edu.neu.ccs.gui.DropdownView
Returns a String extracted from the field using the mandatory model.
demandString(String) - Method in class edu.neu.ccs.console.ConsoleGateway.ConsoleInputStream
Demands a String value from the console, by using the mandatory input model to acquire the data.
demandString(StringableFilter) - Method in class edu.neu.ccs.gui.TextFieldView
Returns a String extracted from the field using the mandatory model, with the given filter.
demandString(StringableFilter) - Method in class edu.neu.ccs.gui.DropdownView
Returns a String extracted from the field using the mandatory model, with the given filter.
demandString(String, String) - Method in class edu.neu.ccs.console.ConsoleGateway.ConsoleInputStream
Demands a String value from the console, by using the mandatory input model to acquire the data with the given default data as a user option.
demandString(String, String) - Static method in class edu.neu.ccs.gui.SimpleDialog
Returns a String using the mandatory model of IO.
demandString(String, StringableFilter) - Method in class edu.neu.ccs.console.ConsoleGateway.ConsoleInputStream
Demands a String value from the console, by using the mandatory input model to acquire the data with the given input filter to constrain the result.
demandString(String, String, String) - Static method in class edu.neu.ccs.gui.SimpleDialog
Returns a String using the mandatory model of IO, with the given default value.
demandString(String, String, StringableFilter) - Method in class edu.neu.ccs.console.ConsoleGateway.ConsoleInputStream
Demands a String value from the console, by using the mandatory input model to acquire the data, with the given default data as a user option, and with the given input filter to constrain the result.
demandString(String, String, String, StringableFilter) - Static method in class edu.neu.ccs.gui.SimpleDialog
Returns a String using the mandatory model of IO, with the given default value and input filter.
DESCENTLINE - Static variable in class edu.neu.ccs.gui.TextAnchor
The YLocator object that corresponds to an anchor on the descent line of the displayed string.
DESELECT_ALL_ACTION - Variable in class edu.neu.ccs.gui.Zoo
Action to deselect all components in this zoo.
deselectAll() - Method in class edu.neu.ccs.gui.Zoo
Deselects all top-level components in this zoo.
designMode - Variable in class edu.neu.ccs.gui.Zoo
Whether or not this zoo is in design mode.
dialog - Variable in class edu.neu.ccs.gui.DialogAction
The dialog to act on.
DIALOG_TITLE - Static variable in class edu.neu.ccs.gui.InputProperties
Bound property name for the dialog box title to be used as a parameter for a standard error strategy if the view state of this input component is malformed.
DialogAction - class edu.neu.ccs.gui.DialogAction.
Encapsulates an Action that will be performed for a GeneralDialog.
DialogAction(GeneralDialog, Action, Object) - Constructor for class edu.neu.ccs.gui.DialogAction
Constructs a DialogAction object using a GeneralDialog object, an action that must be performed for that dialog, and an object that determines what will happen to the dialog when the action is done.
DialogAction(GeneralDialog, Object[]) - Constructor for class edu.neu.ccs.gui.DialogAction
Constructs a DialogAction object using a GeneralDialog object and an action data array to set the action and finish.
DialogAction(GeneralDialog, String, Icon, Object) - Constructor for class edu.neu.ccs.gui.DialogAction
Constructs a DialogAction object using a GeneralDialog object, a name and icon to define a trivial action, and an object that determines what will happen to the dialog when the action is done.
DialogAction(GeneralDialog, String, Object) - Constructor for class edu.neu.ccs.gui.DialogAction
Constructs a DialogAction object using a GeneralDialog object, a name to define a trivial action, and an object that determines what will happen to the dialog when the action is done.
diameter() - Method in class edu.neu.ccs.gui.PaintBar
Returns the diameter.
DIAMOND - Static variable in class edu.neu.ccs.gui.PlotMark
Value designating a diamond.
DimensionUtilities - class edu.neu.ccs.util.DimensionUtilities.
Provides utilities for manipulating Dimension objects.
DimensionUtilities() - Constructor for class edu.neu.ccs.util.DimensionUtilities
 
dimgray - Static variable in class edu.neu.ccs.Colors
Color dimgray = DimGray.
DimGray - Static variable in class edu.neu.ccs.Colors
Color DimGray = 105, 105, 105 = #696969.
direction - Variable in class edu.neu.ccs.gui.DisplayCollection
The orientation of this display collection.
direction - Variable in class edu.neu.ccs.pedagogy.Turtle
The turtle direction in degrees measured counterclockwise from the positive horizontal axis.
Display - class edu.neu.ccs.gui.Display.
A panel containing a Displayable object, with the option of a title and an Annotation.
DISPLAY - Static variable in class edu.neu.ccs.gui.ScrollableDisplay
Bound property name for the display property.
DISPLAY - Static variable in class edu.neu.ccs.gui.Display
Bound property name for the displayed object property.
Display.Settings - class edu.neu.ccs.gui.Display.Settings.
Data structure encapsulating the content and layout properties for a Display.
Display.Settings(String, String, int, int) - Constructor for class edu.neu.ccs.gui.Display.Settings
Constructs for a settings object with the given values.
Display() - Constructor for class edu.neu.ccs.gui.Display
Constructs a display containing an empty DisplayPanel, with no annotation or title.
Display(Displayable) - Constructor for class edu.neu.ccs.gui.Display
Constructs a display containing the given object, with no annotation or title.
Display(Displayable, Display.Settings) - Constructor for class edu.neu.ccs.gui.Display
Constructs a display containing the given object, with the remaining settings taken from the given Settings object.
Display(Displayable, String, String) - Constructor for class edu.neu.ccs.gui.Display
Constructs a display containing the given object, with the given annotation text and title text.
Display(Displayable, String, String, int, int) - Constructor for class edu.neu.ccs.gui.Display
Constructors a display containing the given object, with the given annotation text and title text, using the given alignments for the title and annotation.
Displayable - interface edu.neu.ccs.gui.Displayable.
Interface to be implemented by a Component whose input widget values (view state) can be translated to and from a String represenatation.
DisplayCollection - class edu.neu.ccs.gui.DisplayCollection.
A dynamic linear collection of Displayable objects, displayed using either a horizontal or vertical layout.
DisplayCollection() - Constructor for class edu.neu.ccs.gui.DisplayCollection
Constructs an empty collection with the default orientation.
DisplayCollection(Displayable[]) - Constructor for class edu.neu.ccs.gui.DisplayCollection
Constructs a collection containing the given array of objects with the default orientation.
DisplayCollection(Displayable[], int) - Constructor for class edu.neu.ccs.gui.DisplayCollection
Constructs a collection containing the given array of objects with the given orientation.
DisplayCollection(int) - Constructor for class edu.neu.ccs.gui.DisplayCollection
Constructs an empty collection with the provided layout orientation.
DisplayPanel - class edu.neu.ccs.gui.DisplayPanel.
A Displayable is a JPanel that recursively propagates Displayable method calls only to contained components that are also Displayable.
DisplayPanel() - Constructor for class edu.neu.ccs.gui.DisplayPanel
Constructs a panel with the default layout manager for a JPanel.
DisplayPanel(boolean) - Constructor for class edu.neu.ccs.gui.DisplayPanel
Constructs a panel with the default layout manager for a JPanel and the given double-buffering strategy.
DisplayPanel(LayoutManager) - Constructor for class edu.neu.ccs.gui.DisplayPanel
Constructs a panel with the given layout manager.
DisplayPanel(LayoutManager, boolean) - Constructor for class edu.neu.ccs.gui.DisplayPanel
Constructs a panel with the given layout manager and the given double-buffering strategy.
DisplayWrapper - class edu.neu.ccs.gui.DisplayWrapper.
Wrapper for a single Displayable object that uses a CenterLayout and faithfully respects minimum, maximum, and preferred sizes.
DisplayWrapper(Displayable) - Constructor for class edu.neu.ccs.gui.DisplayWrapper
Constructs a wrapper for the given Displayable object.
dispose() - Method in class edu.neu.ccs.gui.JPTFrame
Disposes of the resources used by this frame and decrements the number of JPTFrames in existence.
dodgerblue - Static variable in class edu.neu.ccs.Colors
Color dodgerblue = DodgerBlue.
DodgerBlue - Static variable in class edu.neu.ccs.Colors
Color DodgerBlue = 30, 144, 255 = #1E90FF.
dot(Graphics, double, double, Color) - Static method in class edu.neu.ccs.gui.Path
Paints a dot of size 4 at the given position (x, y), in the given color, in the given graphics context.
dottedGrid(Color, Color, int, int) - Static method in class edu.neu.ccs.gui.PaintTools
Returns a dotted grid pattern with the given dot color and background color.
dottedGridDiagonal(Color, Color, int, int) - Static method in class edu.neu.ccs.gui.PaintTools
Equivalent to turn45(dottedGrid(args)).
doubleToHex(double) - Static method in class edu.neu.ccs.util.Hex
Returns the 16-character hexadecimal String for the given double.
doubleToInt(double) - Static method in class edu.neu.ccs.util.Conversions
If the given double x is between -1 and +1, then returns the value x * Integer.MAX_VALUE rounded to the nearest int.
doubleToLong(double) - Static method in class edu.neu.ccs.util.Conversions
If the given double x is between -1 and +1, then returns the value x * Long.MAX_VALUE rounded to the nearest long.
doubleToShort(double) - Static method in class edu.neu.ccs.util.Conversions
If the given double x is between -1 and +1, then returns the value x * Short.MAX_VALUE rounded to the nearest short.
doubleValue() - Method in class edu.neu.ccs.XShort
 
doubleValue() - Method in class edu.neu.ccs.XNumber
Returns the value of this number as a double value.
doubleValue() - Method in class edu.neu.ccs.XLong
 
doubleValue() - Method in class edu.neu.ccs.XInt
 
doubleValue() - Method in class edu.neu.ccs.XFloat
 
doubleValue() - Method in class edu.neu.ccs.XDouble
 
doubleValue() - Method in class edu.neu.ccs.XByte
 
doubleValue() - Method in class edu.neu.ccs.XBigInteger
 
doubleValue() - Method in class edu.neu.ccs.XBigDecimal
 
draggedActions - Variable in class edu.neu.ccs.gui.MouseActionAdapter
List of action listeners to be performed upon the notification of mouse dragged events.
DRAW - Static variable in class edu.neu.ccs.gui.PaintMode
The paint mode corresponding to drawing the shape of the shape paintable using its draw paint and draw stroke.
draw(Graphics, Shape, Paint) - Static method in class edu.neu.ccs.gui.PaintMode
Draws the given shape using the given drawpaint in the given graphics context.
draw(Graphics, Shape, Paint, Stroke) - Static method in class edu.neu.ccs.gui.PaintMode
Draws the given shape using the given drawpaint and the given drawstroke in the given graphics context.
drawTurtle(Graphics2D) - Method in class edu.neu.ccs.pedagogy.Turtle
Draw the turtle triangle at the current turtle position in the current turtle direction.
Dropdown - class edu.neu.ccs.gui.Dropdown.
Class Dropdown provides the base functionality for dropdown lists.
Dropdown() - Constructor for class edu.neu.ccs.gui.Dropdown
Constructs a view with no initial items.
Dropdown(Font) - Constructor for class edu.neu.ccs.gui.Dropdown
Constructs a view with no initial items and the given font.
Dropdown(Font, int) - Constructor for class edu.neu.ccs.gui.Dropdown
Constructs a view with no initial items, the given font, and the given minimum width.
Dropdown(int) - Constructor for class edu.neu.ccs.gui.Dropdown
Constructs a view with no initial items and the given minimum width.
Dropdown(String[]) - Constructor for class edu.neu.ccs.gui.Dropdown
Constructs a view with the given array of items, for which the first item is selected by default.
Dropdown(String[], Font) - Constructor for class edu.neu.ccs.gui.Dropdown
Constructs a view with the given array of items, for which the first item is selected by default and with the given font.
Dropdown(String[], Font, int) - Constructor for class edu.neu.ccs.gui.Dropdown
Constructs a view with the given array of items, for which the first item is selected by default and with the given font and minimum width.
Dropdown(String[], int) - Constructor for class edu.neu.ccs.gui.Dropdown
Constructs a view with the given array of items, for which the first item is selected by default and with the given minimum width.
Dropdown(String[], String) - Constructor for class edu.neu.ccs.gui.Dropdown
Constructs a view with the given array of items, for which the given selection is selected by default.
Dropdown(String[], String, boolean) - Constructor for class edu.neu.ccs.gui.Dropdown
Constructs a view with the given array of items, for which the given selection is selected by default, and with the given editable state.
Dropdown(String[], String, Font) - Constructor for class edu.neu.ccs.gui.Dropdown
Constructs a view with the given array of items, for which the given selection is selected by default and with the given font.
Dropdown(String[], String, Font, boolean) - Constructor for class edu.neu.ccs.gui.Dropdown
Constructs a view with the given array of items, for which the given selection is selected by default, and with the given font and editable state.
Dropdown(String[], String, Font, int) - Constructor for class edu.neu.ccs.gui.Dropdown
Constructs a view with the given array of items, for which the given selection is selected by default, and with the given font and minimum width.
Dropdown(String[], String, Font, int, boolean) - Constructor for class edu.neu.ccs.gui.Dropdown
Constructs a view with the given array of items, for which the given selection is selected by default, and with the given font, width, and editable state.
Dropdown(String[], String, int) - Constructor for class edu.neu.ccs.gui.Dropdown
Constructs a view with the given array of items, for which the given selection is selected by default, and with the given minimum width.
Dropdown(String[], String, int, boolean) - Constructor for class edu.neu.ccs.gui.Dropdown
Constructs a view with the given array of items, for which the given selection is selected by default, and with the given width and editable state.
DropdownView - class edu.neu.ccs.gui.DropdownView.
A GeneralView for the selection of one of various provided String items or, if editable, a choice entered by the user.
DropdownView() - Constructor for class edu.neu.ccs.gui.DropdownView
Constructs a view with no initial items.
DropdownView(Font) - Constructor for class edu.neu.ccs.gui.DropdownView
Constructs a view with no initial items and the given font.
DropdownView(Font, int) - Constructor for class edu.neu.ccs.gui.DropdownView
Constructs a view with no initial items, the given font, and the given minimum width.
DropdownView(int) - Constructor for class edu.neu.ccs.gui.DropdownView
Constructs a view with no initial items and the given minimum width.
DropdownView(String[]) - Constructor for class edu.neu.ccs.gui.DropdownView
Constructs a view with the given array of items, for which the first item is selected by default.
DropdownView(String[], Font) - Constructor for class edu.neu.ccs.gui.DropdownView
Constructs a view with the given array of items, for which the first item is selected by default and with the given font.
DropdownView(String[], Font, int) - Constructor for class edu.neu.ccs.gui.DropdownView
Constructs a view with the given array of items, for which the first item is selected by default and with the given font and minimum width.
DropdownView(String[], int) - Constructor for class edu.neu.ccs.gui.DropdownView
Constructs a view with the given array of items, for which the first item is selected by default and with the given minimum width.
DropdownView(String[], String) - Constructor for class edu.neu.ccs.gui.DropdownView
Constructs a view with the given array of items, for which the given selection is selected by default.
DropdownView(String[], String, boolean) - Constructor for class edu.neu.ccs.gui.DropdownView
Constructs a view with the given array of items, for which the given selection is selected by default, and with the given editable state.
DropdownView(String[], String, boolean, Class) - Constructor for class edu.neu.ccs.gui.DropdownView
Constructs a view with the given array of items, for which the given selection is selected by default, with the given editable state, and the Stringable data type for the TypedView data type.
DropdownView(String[], String, boolean, Class, StringableFilter) - Constructor for class edu.neu.ccs.gui.DropdownView
Constructs a view with the given array of items, for which the given selection is selected by default, with the given editable state, and the Stringable data type for the TypedView data type, and the given StringableFilter that sets the desired input filter.
DropdownView(String[], String, Font) - Constructor for class edu.neu.ccs.gui.DropdownView
Constructs a view with the given array of items, for which the given selection is selected by default and with the given font.
DropdownView(String[], String, Font, boolean) - Constructor for class edu.neu.ccs.gui.DropdownView
Constructs a view with the given array of items, for which the given selection is selected by default, and with the given font and editable state.
DropdownView(String[], String, Font, boolean, Class) - Constructor for class edu.neu.ccs.gui.DropdownView
Constructs a view with the given array of items, for which the given selection is selected by default, with the given font and editable state, and the Stringable data type for the TypedView data type.
DropdownView(String[], String, Font, boolean, Class, StringableFilter) - Constructor for class edu.neu.ccs.gui.DropdownView
Constructs a view with the given array of items, for which the given selection is selected by default, with the given font and editable state, and the Stringable data type for the TypedView data type, and the given StringableFilter that sets the desired input filter.
DropdownView(String[], String, Font, int) - Constructor for class edu.neu.ccs.gui.DropdownView
Constructs a view with the given array of items, for which the given selection is selected by default, and with the given font and minimum width.
DropdownView(String[], String, Font, int, boolean) - Constructor for class edu.neu.ccs.gui.DropdownView
Constructs a view with the given array of items, for which the given selection is selected by default, and with the given font, width, and editable state.
DropdownView(String[], String, Font, int, boolean, Class) - Constructor for class edu.neu.ccs.gui.DropdownView
Constructs a view with the given array of items, for which the given selection is selected by default, with the given font, minimum width, and editable state, and the Stringable data type for the TypedView data type.
DropdownView(String[], String, Font, int, boolean, Class, StringableFilter) - Constructor for class edu.neu.ccs.gui.DropdownView
Constructs a view with the given array of items, for which the given selection is selected by default, with the given font, minimum width, and editable state, and the Stringable data type for the TypedView data type, and the given StringableFilter that sets the desired input filter.
DropdownView(String[], String, int) - Constructor for class edu.neu.ccs.gui.DropdownView
Constructs a view with the given array of items, for which the given selection is selected by default, and with the given minimum width.
DropdownView(String[], String, int, boolean) - Constructor for class edu.neu.ccs.gui.DropdownView
Constructs a view with the given array of items, for which the given selection is selected by default, and with the given width and editable state.
DropdownView(String[], String, int, boolean, Class) - Constructor for class edu.neu.ccs.gui.DropdownView
Constructs a view with the given array of items, for which the given selection is selected by default, with the given minimum width and editable state, and the Stringable data type for the TypedView data type.
DropdownView(String[], String, int, boolean, Class, StringableFilter) - Constructor for class edu.neu.ccs.gui.DropdownView
Constructs a view with the given array of items, for which the given selection is selected by default, with the given minimum width and editable state, and the Stringable data type for the TypedView data type, and the given StringableFilter that sets the desired input filter.

E

edu.neu.ccs - package edu.neu.ccs
Provides the Stringable interface and data models that implement the interface.
edu.neu.ccs.codec - package edu.neu.ccs.codec
Provides classes for encoding and decoding data for use with recursively Displayable container classes.
edu.neu.ccs.console - package edu.neu.ccs.console
Provides classes that implement the JPT text console.
edu.neu.ccs.filter - package edu.neu.ccs.filter
Provides classes for filtering Stringable objects either by state or by type.
edu.neu.ccs.gui - package edu.neu.ccs.gui
Provides classes and interfaces for designing and implementing graphical interfaces and for the creation of paintable and mutatable objects..
edu.neu.ccs.jpf - package edu.neu.ccs.jpf
Provides the classes that implement the Java Power Framework.
edu.neu.ccs.parser - package edu.neu.ccs.parser
Provides classes for translating Strings into values of various data types using languages with simple lexical and syntactic structures.
edu.neu.ccs.pedagogy - package edu.neu.ccs.pedagogy
Provides classes that are useful for pedagogical purposes.
edu.neu.ccs.quick - package edu.neu.ccs.quick
Provides classes for quick initialization of standard collections and introduces classes based on pairs that combine features of lists and hashtables.
edu.neu.ccs.util - package edu.neu.ccs.util
Provides utility classes and classes with static utility methods.
encode(String[]) - Method in class edu.neu.ccs.codec.EscapedCodec
Encodes the given array of data Strings into a single compound data String using the "Escaped-separated" encoding scheme.
encode(String[]) - Method in class edu.neu.ccs.codec.CountPrefixCodec
Encodes the given array of data Strings into a single compound data String using the "Count-prefix" encoding scheme.
encode(String[]) - Static method in class edu.neu.ccs.codec.CodecUtilities
Encodes the given array of (possibly encoded) data Strings into a single encoded data String using the default CODEC.
encode(String[]) - Method in interface edu.neu.ccs.codec.Codec
Encodes the given array of data Strings into a single compound data String using the encoding scheme for this class.
encode(String[], String) - Static method in class edu.neu.ccs.codec.CodecUtilities
Encodes the given array of (possibly encoded) data Strings into a single encoded data String using the installed CODEC with the given unique identifier.
encode(Stringable[]) - Static method in class edu.neu.ccs.codec.CodecUtilities
Encodes the given array of Stringable objects into an encoded data String using the default CODEC.
encode(Stringable[], String) - Static method in class edu.neu.ccs.codec.CodecUtilities
Encodes the given array of Stringable objects into a single encoded data String using the installed CODEC with the given unique identifier.
encodeTypeAndData(Stringable) - Static method in class edu.neu.ccs.util.StringableFactory
Returns a String encapsulation of the class and state information for the given Stringable object.
endAlert(AlertEvent) - Method in class edu.neu.ccs.gui.DisplayPanel
Turns off alert status for this component and its children that are also AlertListeners.
endAlert(AlertEvent) - Method in class edu.neu.ccs.gui.Annotation
Turns off alert status for this component.
endAlert(AlertEvent) - Method in interface edu.neu.ccs.gui.AlertListener
Notifies this component that it should alter its appearance to signal that it has exited a user alert status.
endl - Variable in class edu.neu.ccs.console.ConsoleGateway
The end-of-line sequence for the operating system on which the Java Virtual Machine is running.
endLasso(MouseEvent) - Method in class edu.neu.ccs.gui.Zoo
Ends the current lasso given the mouse event that prompted its destruction.
enteredActions - Variable in class edu.neu.ccs.gui.MouseActionAdapter
List of action listeners to be performed upon the notification of mouse entered events.
environment - Variable in class edu.neu.ccs.parser.AbstractParser
Table of variable identifiers and their corresponding values.
equals(float[][], float[][]) - Static method in class edu.neu.ccs.util.FloatArray
Returns true if the two arrays are both null or are both non-null and have the same structure and data.
equals(float[], float[]) - Static method in class edu.neu.ccs.util.FloatArray
Returns true if the two arrays are both null or are both non-null and have the same size and data.
equals(Object) - Method in class edu.neu.ccs.XString
Returns true if the wrapped String is equal to the given object, and false if it is not.
equals(Object) - Method in class edu.neu.ccs.XShort
Returns true if the wrapped object is equal to the given object, and false if it is not.
equals(Object) - Method in class edu.neu.ccs.XLong
Returns true if the wrapped object is equal to the given object, and false if it is not.
equals(Object) - Method in class edu.neu.ccs.XInt
Returns true if the wrapped object is equal to the given object, and false if it is not.
equals(Object) - Method in class edu.neu.ccs.XFloat
Returns true if the wrapped object is equal to the given object, and false if it is not.
equals(Object) - Method in class edu.neu.ccs.XDouble
Returns true if the wrapped object is equal to the given object, and false if it is not.
equals(Object) - Method in class edu.neu.ccs.XColor
Returns true if other is of class XColor and if the wrapped color of this object and the wrapped color of other are equal.
equals(Object) - Method in class edu.neu.ccs.XChar
Returns true if the wrapped object is equal to the given object, and false if it is not.
equals(Object) - Method in class edu.neu.ccs.XByte
Returns true if the wrapped object is equal to the given object, and false if it is not.
equals(Object) - Method in class edu.neu.ccs.XBoolean
Returns true if the wrapped object is equal to the given object, and false if it is not.
equals(Object) - Method in class edu.neu.ccs.XBigInteger
Returns true if the wrapped object is equal to the given object, and false if it is not.
equals(Object) - Method in class edu.neu.ccs.XBigDecimal
Returns true if the wrapped object is equal to the given object, and false if it is not.
equals(Object) - Method in class edu.neu.ccs.gui.InputProperties
Returns true if this property list is equivalent to the given object, or false if it is not.
equals(Object) - Method in class edu.neu.ccs.gui.ActionSequence
Returns true if the given object is an ActionSequence and is equal to this sequence, and false if it is not.
equals(Object) - Method in class edu.neu.ccs.quick.StringObjectPair
If the given entity is an instance of StringObjectPair and if the corresponding items in this pair and the given entity are equal, then returns true; otherwise returns false.
equals(Object) - Method in class edu.neu.ccs.quick.Pair
If the given entity is an instance of Pair and if the corresponding items in this pair and the given entity are equal, then returns true; otherwise returns false.
equals(StringableFilterSequence) - Method in class edu.neu.ccs.filter.StringableFilterSequence
Returns true if the given sequence is equal to this sequence, and false if it is not.
err - Variable in class edu.neu.ccs.console.ConsoleGateway
The virtual stream object providing error text output functionality.
ERROR_COLOR - Static variable in class edu.neu.ccs.console.ConsoleGateway
Bound property name for the error color property.
ErrorDialog - class edu.neu.ccs.gui.ErrorDialog.
A modal dialog box for input of Stringable objects that is used by the standard error handling strategy for Fragile components in the JPT.
ErrorDialog(Stringable, TypedView, StringableFilter, ParseException) - Constructor for class edu.neu.ccs.gui.ErrorDialog
Constructs a modal dialog for error recovery initiated by the given input component when trying to set the state of the given model object.
errorMessage - Variable in class edu.neu.ccs.gui.ErrorDialog
Annotation used to display the error message of exception that initiated the error recovery strategy.
EscapedCodec - class edu.neu.ccs.codec.EscapedCodec.
CODEC implementation whose encoding scheme uses separator sequences to separate distinct data elements and uses escape sequences to mask separator sequences and escape sequences at each level of recursion.
EscapedCodec() - Constructor for class edu.neu.ccs.codec.EscapedCodec
Constructs an object capable of encoding and decoding data using the "Escaped-separated" encoding scheme.
evaluate() - Method in interface edu.neu.ccs.gui.Function.NoArg
 
evaluate(double) - Method in interface edu.neu.ccs.gui.Function.OneArg
 
evaluate(double[]) - Method in interface edu.neu.ccs.gui.Function.ArrayArg
 
evaluate(double[][]) - Method in interface edu.neu.ccs.gui.Function.ArrayOfArrayArg
 
evaluate(double[], double[]) - Method in interface edu.neu.ccs.gui.Function.TwoArrayArg
 
evaluate(double, double) - Method in interface edu.neu.ccs.gui.Function.TwoArg
 
evaluate(double, double, double) - Method in interface edu.neu.ccs.gui.Function.ThreeArg
 
evaluate(double, double, double, double) - Method in interface edu.neu.ccs.gui.Function.FourArg
 
evaluate(Point2D) - Method in interface edu.neu.ccs.gui.Function.Point2DArg
 
evaluate(Point2D[]) - Method in interface edu.neu.ccs.gui.Function.Point2DArrayArg
 
event - Variable in class edu.neu.ccs.gui.WindowActionEvent
The window event that triggered this action event.
event - Variable in class edu.neu.ccs.gui.PropertyChangeActionEvent
The property change event that triggered this property change action event.
event - Variable in class edu.neu.ccs.gui.MouseActionEvent
The mouse event that triggered this action event.
event - Variable in class edu.neu.ccs.gui.ListSelectionActionEvent
The list selection event that triggered this list selection action event.
event - Variable in class edu.neu.ccs.gui.KeyActionEvent
The key event that triggered this key action event.
event - Variable in class edu.neu.ccs.gui.FocusActionEvent
The focus event that triggered this focus action event.
event - Variable in class edu.neu.ccs.gui.ComponentActionEvent
The component event that triggered this action event.
event - Variable in class edu.neu.ccs.gui.ChangeActionEvent
The change event that triggered this change action event.
execute(String) - Static method in class edu.neu.ccs.util.SystemUtilities
Spawns a new system process using the given command line.
EXIT_ON_CLOSE - Static variable in class edu.neu.ccs.gui.JPTFrame
Value designating that the running application should be exited when this frame is disposed.
EXIT_ON_CLOSE_IF_LAST - Static variable in class edu.neu.ccs.gui.JPTFrame
Value designating that the running application should be exited when the last JPTFrame is disposed.
exitedActions - Variable in class edu.neu.ccs.gui.MouseActionAdapter
List of action listeners to be performed upon the notification of mouse exited events.
expand(Dimension, Insets) - Static method in class edu.neu.ccs.util.DimensionUtilities
Returns a new Dimension object whose width and height are equal to the corresponding values in the given Dimension object, expanded to include the given Insets.
EXTRA_WIDTH - Static variable in class edu.neu.ccs.gui.TextFieldView
Extra width for setting the preferred width.
extractNonEmptyLines(String) - Static method in class edu.neu.ccs.util.TextTools
Finds and trims the lines in the given data and returns the trimmed lines that are non-empty into a string array.

F

f - Variable in class edu.neu.ccs.util.FileExistsException
The file that caused the exception to be thrown.
factor - Variable in class edu.neu.ccs.gui.Transform1D
The scale factor for this transform.
factory - Variable in class edu.neu.ccs.console.ConsoleGateway.ConsoleInputStream
Factory used to construct Stringable objects from input stream data.
field - Variable in class edu.neu.ccs.gui.FileView
Text field containing the currently selected filename.
FileExistsException - exception edu.neu.ccs.util.FileExistsException.
Exception thrown to denote the existence of a file that could be inadvertently overwritten if no notification were made of its presence.
FileExistsException(File) - Constructor for class edu.neu.ccs.util.FileExistsException
Constructs an exception generated because of the existence of the given file.
FileUtilities - class edu.neu.ccs.util.FileUtilities.
Provides utility methods that encapsulate file input and output operations.
FileUtilities() - Constructor for class edu.neu.ccs.util.FileUtilities
 
FileView - class edu.neu.ccs.gui.FileView.
A TypedView for input of a filename that either represents a path to an existing file or a path to which a file could be written.
FileView.ExtensionFileFilter - class edu.neu.ccs.gui.FileView.ExtensionFileFilter.
A file filter that accepts all files with a specific extension.
FileView.ExtensionFileFilter(String) - Constructor for class edu.neu.ccs.gui.FileView.ExtensionFileFilter
Constructor for a filter accepting all files with the given extension.
FileView() - Constructor for class edu.neu.ccs.gui.FileView
Constructs a file view with the default initial filename and the default alignment.
FileView(String) - Constructor for class edu.neu.ccs.gui.FileView
Constructs a file view with the given default filename and the default alignment.
FileView(String, int) - Constructor for class edu.neu.ccs.gui.FileView
Constructs a file view with the given default filename and the given alignment value.
FILL - Static variable in class edu.neu.ccs.gui.PaintMode
The paint mode corresponding to filling the shape of the shape paintable using its fill paint.
FILL_DRAW - Static variable in class edu.neu.ccs.gui.PaintMode
The paint mode corresponding to filling the shape of the shape paintable using its fill paint and then drawing the shape using its draw paint and draw stroke.
fill(Graphics, Shape, Paint) - Static method in class edu.neu.ccs.gui.PaintMode
Fills the given shape using the given fillpaint in the given graphics context.
filldraw(Graphics, Shape, Paint, Paint) - Static method in class edu.neu.ccs.gui.PaintMode
Fills and draws the given shape using the given fillpaint and the given drawpaint in the given graphics context.
filldraw(Graphics, Shape, Paint, Paint, Stroke) - Static method in class edu.neu.ccs.gui.PaintMode
Fills and draws the given shape using the given fillpaint, the given drawpaint, and the given drawstroke in the given graphics context.
FILLED - Static variable in class edu.neu.ccs.gui.PlotMark
Value designating a filled shape.
FILLED_CIRCLE - Static variable in class edu.neu.ccs.gui.PlotMark
Value designating a filled circle.
FILLED_DIAMOND - Static variable in class edu.neu.ccs.gui.PlotMark
Value designating a filled diamond.
FILLED_SQUARE - Static variable in class edu.neu.ccs.gui.PlotMark
Value designating a filled square.
FILLED_WEDGE_E - Static variable in class edu.neu.ccs.gui.PlotMark
Value designating a filled wedge facing East.
FILLED_WEDGE_N - Static variable in class edu.neu.ccs.gui.PlotMark
Value designating a filled wedge facing North.
FILLED_WEDGE_S - Static variable in class edu.neu.ccs.gui.PlotMark
Value designating a filled wedge facing South.
FILLED_WEDGE_W - Static variable in class edu.neu.ccs.gui.PlotMark
Value designating a filled wedge facing West.
fillPanel(Paint) - Method in class edu.neu.ccs.gui.BufferedPanel
Fills this buffered panel with the given color or Paint.
filter - Variable in class edu.neu.ccs.gui.ErrorDialog
Filter used by the input component that generated the exception that initiated the error recovery strategy.
FILTER - Static variable in class edu.neu.ccs.gui.GeneralViewSupport
Bound property name for the filter property.
FilterException - exception edu.neu.ccs.filter.FilterException.
Exception to be thrown by a filter when the object to be filtered does not meet the criteria for the filter.
FilterException(Stringable) - Constructor for class edu.neu.ccs.filter.FilterException
Constructs a filter exception with the given model and no detail messsage.
FilterException(Stringable, String) - Constructor for class edu.neu.ccs.filter.FilterException
Constructs a filter exception with the given model and detail messsage.
filters - Variable in class edu.neu.ccs.filter.StringableFilterSequence
The underlying list used for storage of filters.
filterStringable(Stringable) - Method in class edu.neu.ccs.filter.StringableFilterSequence
Applies the filters in this sequence in order.
filterStringable(Stringable) - Method in interface edu.neu.ccs.filter.StringableFilter
Filters the given object.
filterStringable(Stringable) - Method in class edu.neu.ccs.filter.RangeFilter.Long
Returns the given object if it satisfies the bound for this range.
filterStringable(Stringable) - Method in class edu.neu.ccs.filter.RangeFilter.Double
Returns the given object if it satisfies the bound for this range.
filterStringable(Stringable) - Method in class edu.neu.ccs.filter.RangeFilter.BigInteger
Returns the given object if it satisfies the bound for this range.
filterStringable(Stringable) - Method in class edu.neu.ccs.filter.RangeFilter.BigDecimal
Returns the given object if it satisfies the bound for this range.
filterStringable(Stringable) - Method in class edu.neu.ccs.filter.NumericFilter
Returns the given object if it is an instance of type XNumber.
filterStringable(Stringable) - Method in class edu.neu.ccs.filter.MinimumBoundFilter.Long
Returns the given object if it satisfies the bound for this range.
filterStringable(Stringable) - Method in class edu.neu.ccs.filter.MinimumBoundFilter.Double
Returns the given object if it satisfies the bound for this range.
filterStringable(Stringable) - Method in class edu.neu.ccs.filter.MinimumBoundFilter.BigInteger
Returns the given object if it satisfies the bound for this range.
filterStringable(Stringable) - Method in class edu.neu.ccs.filter.MinimumBoundFilter.BigDecimal
Returns the given object if it satisfies the bound for this range.
filterStringable(Stringable) - Method in class edu.neu.ccs.filter.MaximumBoundFilter.Long
Returns the given object if it satisfies the bound for this range.
filterStringable(Stringable) - Method in class edu.neu.ccs.filter.MaximumBoundFilter.Double
Returns the given object if it satisfies the bound for this range.
filterStringable(Stringable) - Method in class edu.neu.ccs.filter.MaximumBoundFilter.BigInteger
Returns the given object if it satisfies the bound for this range.
filterStringable(Stringable) - Method in class edu.neu.ccs.filter.MaximumBoundFilter.BigDecimal
Returns the given object if it satisfies the bound for this range.
filterStringable(Stringable) - Method in class edu.neu.ccs.filter.CaseActionFilter
Filters the given XString object based on this case action scheme.
findChildItemAt(int, int) - Method in class edu.neu.ccs.gui.ZooContainer
Returns the visible top-level component that contains the given position, null if the given position is out of bounds, or this container if there is no top-level component at the given position.
findChildItemAt(Point) - Method in class edu.neu.ccs.gui.ZooContainer
Returns the visible top-level component that contains the given point, null if the given point is out of bounds, or this container if there is no top-level component at the given point.
findItemAt(int, int) - Method in class edu.neu.ccs.gui.ZooContainer
Returns the visible item that contains the given position, null if the given position is out of bounds, or this container if there is no item at the given position.
findItemAt(Point) - Method in class edu.neu.ccs.gui.ZooContainer
Returns the visible item that contains the given point, null if the given point is out of bounds, or this container if there is no item at the given position.
findMatchedAction(Action) - Method in class edu.neu.ccs.gui.ActionsPanel
Returns the base action in this ActionsPanel that represents the given action, or null if there is no such base action.
findMatchedAction(String) - Method in class edu.neu.ccs.gui.ActionsPanel
Returns the first action in this ActionsPanel whose NAME property is equal to the given name.
findMatchedButton(Action) - Method in class edu.neu.ccs.gui.ActionsPanel
Returns the button in this ActionsPanel associated with the base action for the given action, or null if there is no such button.
findMatchedButton(String) - Method in class edu.neu.ccs.gui.ActionsPanel
Returns the button in this ActionsPanel associated with the first action found in this panel whose NAME property is equal to the given name.
findSpacing(double) - Static method in class edu.neu.ccs.gui.PlotTool
Returns the smallest double that has one of the three forms 10k, 2*10k, or 5*10k, and is greater than or equal to the absolute value of the given minimum.
finish - Variable in class edu.neu.ccs.gui.DialogAction
The last action to perform.
firebrick - Static variable in class edu.neu.ccs.Colors
Color firebrick = Firebrick.
Firebrick - Static variable in class edu.neu.ccs.Colors
Color Firebrick = 178, 34, 34 = #B22222.
fireDataMalformed(MalformedDataEvent) - Method in class edu.neu.ccs.gui.GeneralViewSupport
Delivers MalformedDataEvents to registered listeners.
fireDataMalformed(MalformedDataEvent) - Method in class edu.neu.ccs.gui.FileView
Delivers MalformedDataEvents to registered listeners.
firePropertyChange(PropertyChangeEvent) - Method in interface edu.neu.ccs.gui.SupportsPropertyChange
Fire an existing PropertyChangeEvent to any registered listeners.
firePropertyChange(PropertyChangeEvent) - Method in class edu.neu.ccs.gui.PaintableSequenceComposite
 
firePropertyChange(PropertyChangeEvent) - Method in class edu.neu.ccs.gui.JPTComponent
Fire an existing PropertyChangeEvent to any registered listeners.
firePropertyChange(PropertyChangeEvent) - Method in class edu.neu.ccs.gui.BaseShape
Fire an existing PropertyChangeEvent to any registered listeners.
firePropertyChange(PropertyChangeEvent) - Method in class edu.neu.ccs.gui.AbstractPaintable
Fire an existing PropertyChangeEvent to any registered listeners.
firePropertyChange(String, boolean, boolean) - Method in interface edu.neu.ccs.gui.SupportsPropertyChange
Report a bound property update to any registered listeners.
firePropertyChange(String, boolean, boolean) - Method in class edu.neu.ccs.gui.PaintableSequenceComposite
 
firePropertyChange(String, boolean, boolean) - Method in class edu.neu.ccs.gui.BaseShape
Report a bound property update to any registered listeners.
firePropertyChange(String, boolean, boolean) - Method in class edu.neu.ccs.gui.AbstractPaintable
Report a bound property update to any registered listeners.
firePropertyChange(String, byte, byte) - Method in interface edu.neu.ccs.gui.SupportsPropertyChange
Report a bound property update to any registered listeners.
firePropertyChange(String, byte, byte) - Method in class edu.neu.ccs.gui.PaintableSequenceComposite
 
firePropertyChange(String, byte, byte) - Method in class edu.neu.ccs.gui.BaseShape
Report a bound property update to any registered listeners.
firePropertyChange(String, byte, byte) - Method in class edu.neu.ccs.gui.AbstractPaintable
Report a bound property update to any registered listeners.
firePropertyChange(String, char, char) - Method in interface edu.neu.ccs.gui.SupportsPropertyChange
Report a bound property update to any registered listeners.
firePropertyChange(String, char, char) - Method in class edu.neu.ccs.gui.PaintableSequenceComposite
 
firePropertyChange(String, char, char) - Method in class edu.neu.ccs.gui.BaseShape
Report a bound property update to any registered listeners.
firePropertyChange(String, char, char) - Method in class edu.neu.ccs.gui.AbstractPaintable
Report a bound property update to any registered listeners.
firePropertyChange(String, double, double) - Method in interface edu.neu.ccs.gui.SupportsPropertyChange
Report a bound property update to any registered listeners.
firePropertyChange(String, double, double) - Method in class edu.neu.ccs.gui.PaintableSequenceComposite
 
firePropertyChange(String, double, double) - Method in class edu.neu.ccs.gui.BaseShape
Report a bound property update to any registered listeners.
firePropertyChange(String, double, double) - Method in class edu.neu.ccs.gui.AbstractPaintable
Report a bound property update to any registered listeners.
firePropertyChange(String, float, float) - Method in interface edu.neu.ccs.gui.SupportsPropertyChange
Report a bound property update to any registered listeners.
firePropertyChange(String, float, float) - Method in class edu.neu.ccs.gui.PaintableSequenceComposite
 
firePropertyChange(String, float, float) - Method in class edu.neu.ccs.gui.BaseShape
Report a bound property update to any registered listeners.
firePropertyChange(String, float, float) - Method in class edu.neu.ccs.gui.AbstractPaintable
Report a bound property update to any registered listeners.
firePropertyChange(String, int, int) - Method in interface edu.neu.ccs.gui.SupportsPropertyChange
Report a bound property update to any registered listeners.
firePropertyChange(String, int, int) - Method in class edu.neu.ccs.gui.PaintableSequenceComposite
 
firePropertyChange(String, int, int) - Method in class edu.neu.ccs.gui.BaseShape
Report a bound property update to any registered listeners.
firePropertyChange(String, int, int) - Method in class edu.neu.ccs.gui.AbstractPaintable
Report a bound property update to any registered listeners.
firePropertyChange(String, long, long) - Method in interface edu.neu.ccs.gui.SupportsPropertyChange
Report a bound property update to any registered listeners.
firePropertyChange(String, long, long) - Method in class edu.neu.ccs.gui.PaintableSequenceComposite
 
firePropertyChange(String, long, long) - Method in class edu.neu.ccs.gui.BaseShape
Report a bound property update to any registered listeners.
firePropertyChange(String, long, long) - Method in class edu.neu.ccs.gui.AbstractPaintable
Report a bound property update to any registered listeners.
firePropertyChange(String, Object, Object) - Method in interface edu.neu.ccs.gui.SupportsPropertyChange
Report a bound property update to any registered listeners.
firePropertyChange(String, Object, Object) - Method in class edu.neu.ccs.gui.PaintableSequenceComposite
 
firePropertyChange(String, Object, Object) - Method in class edu.neu.ccs.gui.JPTComponent
Report a bound property update to any registered listeners.
firePropertyChange(String, Object, Object) - Method in class edu.neu.ccs.gui.BaseShape
Report a bound property update to any registered listeners.
firePropertyChange(String, Object, Object) - Method in class edu.neu.ccs.gui.AbstractPaintable
Report a bound property update to any registered listeners.
firePropertyChange(String, short, short) - Method in interface edu.neu.ccs.gui.SupportsPropertyChange
Report a bound property update to any registered listeners.
firePropertyChange(String, short, short) - Method in class edu.neu.ccs.gui.PaintableSequenceComposite
 
firePropertyChange(String, short, short) - Method in class edu.neu.ccs.gui.BaseShape
Report a bound property update to any registered listeners.
firePropertyChange(String, short, short) - Method in class edu.neu.ccs.gui.AbstractPaintable
Report a bound property update to any registered listeners.
FloatArray - class edu.neu.ccs.util.FloatArray.
Class FloatArray encapsulates utilities for arrays of float.
FLOATING - Static variable in class edu.neu.ccs.parser.AbstractParser
Value designating string data that has form of a floating number.
floatToHex(float) - Static method in class edu.neu.ccs.util.Hex
Returns the 8-character hexadecimal String for the given float.
floatToInt(float) - Static method in class edu.neu.ccs.util.Conversions
If the given float x is between -1 and +1, then returns the value x * Integer.MAX_VALUE rounded to the nearest int.
floatToLong(float) - Static method in class edu.neu.ccs.util.Conversions
If the given float x is between -1 and +1, then returns the value x * Long.MAX_VALUE rounded to the nearest long.
floatToShort(float) - Static method in class edu.neu.ccs.util.Conversions
If the given float x is between -1 and +1, then returns the value x * Short.MAX_VALUE rounded to the nearest short.
floatValue() - Method in class edu.neu.ccs.XShort
 
floatValue() - Method in class edu.neu.ccs.XNumber
Returns the value of this number as a float value.
floatValue() - Method in class edu.neu.ccs.XLong
 
floatValue() - Method in class edu.neu.ccs.XInt
 
floatValue() - Method in class edu.neu.ccs.XFloat
 
floatValue() - Method in class edu.neu.ccs.XDouble
 
floatValue() - Method in class edu.neu.ccs.XByte
 
floatValue() - Method in class edu.neu.ccs.XBigInteger
 
floatValue() - Method in class edu.neu.ccs.XBigDecimal
 
floralwhite - Static variable in class edu.neu.ccs.Colors
Color floralwhite = FloralWhite.
FloralWhite - Static variable in class edu.neu.ccs.Colors
Color FloralWhite = 255, 250, 240 = #FFFAF0.
flush() - Method in class edu.neu.ccs.console.ConsoleGateway.ConsoleOutputStream
Flushes this output stream.
flush(int) - Method in class edu.neu.ccs.console.ConsoleGateway
Flushes the given output stream.
FocusAction - class edu.neu.ccs.gui.FocusAction.
Encapsulates an action that is performed as a result of a FocusEvent.
FocusAction() - Constructor for class edu.neu.ccs.gui.FocusAction
Constructs a focus action with no name or icon.
FocusAction(String) - Constructor for class edu.neu.ccs.gui.FocusAction
Constructs a focus action with the given name but no icon.
FocusAction(String, Icon) - Constructor for class edu.neu.ccs.gui.FocusAction
Constructs a focus action with the given name and icon.
FocusActionAdapter - class edu.neu.ccs.gui.FocusActionAdapter.
An adapter class for receiving focus events, and performing actions in response to those events.
FocusActionAdapter() - Constructor for class edu.neu.ccs.gui.FocusActionAdapter
Constructs a focus action adapter.
FocusActionAdapter(Component) - Constructor for class edu.neu.ccs.gui.FocusActionAdapter
Constructs a focus action adapter listening for focus events generated by the given component.
FocusActionEvent - class edu.neu.ccs.gui.FocusActionEvent.
Class of events representing an action triggered by a focus event.
FocusActionEvent(FocusEvent, Object) - Constructor for class edu.neu.ccs.gui.FocusActionEvent
Constructs a focus action event triggered by the given focus event generated by the given source object.
FocusActionEvent(FocusEvent, Object, int, String) - Constructor for class edu.neu.ccs.gui.FocusActionEvent
Constructs a focus action event triggered by the given focus event generated by the given source object, with the given identifier and command name.
focusActionPerformed(FocusEvent) - Method in class edu.neu.ccs.gui.FocusAction
Performs the tasks encapsulated by this action.
focusedHighlightColor - Variable in class edu.neu.ccs.gui.Zoo
Highlight color of selected components for when this zoo has the keyboard focus.
focusGained(FocusEvent) - Method in class edu.neu.ccs.gui.FocusActionAdapter
Performs the stored action sequence when the focus has been gained.
focusLost(FocusEvent) - Method in class edu.neu.ccs.gui.FocusActionAdapter
Performs the stored action sequence when the focus has been lost.
FONT - Static variable in interface edu.neu.ccs.util.JPTConstants
Bound property name for the set font property.
forestgreen - Static variable in class edu.neu.ccs.Colors
Color forestgreen = ForestGreen.
ForestGreen - Static variable in class edu.neu.ccs.Colors
Color ForestGreen = 34, 139, 34 = #228B22.
formatErrorMessage(ParseException, String) - Static method in class edu.neu.ccs.XObject
Returns a neatly formatted String representation of the given exception and the data that generated the exception, for use in user error messages.
Fragile - interface edu.neu.ccs.gui.Fragile.
Interface to be implemented by classes of graphical interface components whose view state may be malformed.
frame() - Method in class edu.neu.ccs.gui.DisplayPanel
Frame this panel in a JPTFrame and open the frame; return the frame constructed.
frame(int) - Method in class edu.neu.ccs.gui.DisplayPanel
Frame this panel in a JPTFrame and open the frame; use the given location which should be either CENTER or one of the standard constants for one of the eight compass directions; return the frame constructed.
frame(Object) - Static method in class edu.neu.ccs.gui.JPTFrame
Returns a new JPTFrame with the given content pane and blank title that is packed and centered on the screen.
frame(Object) - Static method in class edu.neu.ccs.jpf.JPF
Frame the given object in a JPTFrame and open the frame; return the frame constructed.
frame(Object, int) - Static method in class edu.neu.ccs.gui.JPTFrame
Returns a new JPTFrame with the given content pane and blank title that is packed and located on the screen in the given screen location.
frame(Object, int) - Static method in class edu.neu.ccs.jpf.JPF
Frame the given object in a JPTFrame and open the frame; use the given location which should be either CENTER or one of the standard constants for one of the eight compass directions; return the frame constructed.
frame(Object, String) - Static method in class edu.neu.ccs.gui.JPTFrame
Returns a new JPTFrame with the given content pane and title that is packed and centered on the screen.
frame(Object, String) - Static method in class edu.neu.ccs.jpf.JPF
Frame the given object in a JPTFrame and open the frame; use the given title for the frame; return the frame constructed.
frame(Object, String, Insets) - Static method in class edu.neu.ccs.gui.JPTFrame
Returns a new JPTFrame with the given content pane and title that is packed and centered on the screen; the given insets replace the current insets for future calls of setLocation(int) on the frame.
frame(Object, String, Insets) - Static method in class edu.neu.ccs.jpf.JPF
Frame the given object in a JPTFrame and open the frame; use the given title for the frame; use the given insets to inset the frame in the screen; return the frame constructed.
frame(Object, String, int) - Static method in class edu.neu.ccs.gui.JPTFrame
Returns a new JPTFrame with the given content pane and title that is packed and located on the screen in the given screen location.
frame(Object, String, int) - Static method in class edu.neu.ccs.jpf.JPF
Frame the given object in a JPTFrame and open the frame; use the given title for the frame; use the given location which should be either CENTER or one of the standard constants for one of the eight compass directions; return the frame constructed.
frame(Object, String, int, Insets) - Static method in class edu.neu.ccs.gui.JPTFrame
Returns a new JPTFrame with the given content pane and title that is packed and located on the screen in the given screen location; the given insets bound the frame away from the borders of the screen and also replace the current insets for future calls of setLocation(int) on the frame.
frame(Object, String, int, Insets) - Static method in class edu.neu.ccs.jpf.JPF
Frame the given object in a JPTFrame and open the frame; use the given title for the frame; use the given location which should be either CENTER or one of the standard constants for one of the eight compass directions; use the given insets to inset the frame in the screen; return the frame constructed.
frame(String) - Method in class edu.neu.ccs.gui.DisplayPanel
Frame this panel in a JPTFrame and open the frame; use the given title for the frame; return the frame constructed.
frame(String, Insets) - Method in class edu.neu.ccs.gui.DisplayPanel
Frame this panel in a JPTFrame and open the frame; use the given title for the frame; use the given insets to inset the frame in the screen; return the frame constructed.
frame(String, int) - Method in class edu.neu.ccs.gui.DisplayPanel
Frame this panel in a JPTFrame and open the frame; use the given title for the frame; use the given location which should be either CENTER or one of the standard constants for one of the eight compass directions; return the frame constructed.
frame(String, int, Insets) - Method in class edu.neu.ccs.gui.DisplayPanel
Frame this panel in a JPTFrame and open the frame; use the given title for the frame; use the given location which should be either CENTER or one of the standard constants for one of the eight compass directions; use the given insets to inset the frame in the screen; return the frame constructed.
fromStringData(String) - Method in class edu.neu.ccs.XString
 
fromStringData(String) - Method in class edu.neu.ccs.XShort
 
fromStringData(String) - Method in class edu.neu.ccs.XPoint2D
Extracts the data state for this XPoint2D object from a String representation of the data state.
fromStringData(String) - Method in class edu.neu.ccs.XObject
 
fromStringData(String) - Method in class edu.neu.ccs.XLong
 
fromStringData(String) - Method in class edu.neu.ccs.XInt
 
fromStringData(String) - Method in class edu.neu.ccs.XFloat
 
fromStringData(String) - Method in class edu.neu.ccs.XDouble
 
fromStringData(String) - Method in class edu.neu.ccs.XColor
Sets the state of the XColor object using information contained in the given String.
fromStringData(String) - Method in class edu.neu.ccs.XChar
 
fromStringData(String) - Method in class edu.neu.ccs.XByte
 
fromStringData(String) - Method in class edu.neu.ccs.XBoolean
 
fromStringData(String) - Method in class edu.neu.ccs.XBigInteger
 
fromStringData(String) - Method in class edu.neu.ccs.XBigDecimal
 
fromStringData(String) - Method in interface edu.neu.ccs.Stringable
Sets the state of this object using information contained in the given String.
fromStringData(String) - Method in class edu.neu.ccs.HexXShort
Sets the state of this object using information contained in the given hexadecimal String of length at most 4.
fromStringData(String) - Method in class edu.neu.ccs.HexXLong
Sets the state of this object using information contained in the given hexadecimal String of length at most 16.
fromStringData(String) - Method in class edu.neu.ccs.HexXInt
Sets the state of this object using information contained in the given hexadecimal String of length at most 8.
fromStringData(String) - Method in class edu.neu.ccs.HexXFloat
Sets the state of this object using information contained in the given hexadecimal String of length exactly 8.
fromStringData(String) - Method in class edu.neu.ccs.HexXDouble
Sets the state of this object using information contained in the given hexadecimal String of length exactly 16.
fromStringData(String) - Method in class edu.neu.ccs.HexXByte
Sets the state of this object using information contained in the given hexadecimal String of length at most 2.
fromStringData(String) - Method in class edu.neu.ccs.gui.Interval
Extracts the data state for this Interval object from a String representation of the data state.
fuchsia - Static variable in class edu.neu.ccs.Colors
Color fuchsia = Fuchsia.
Fuchsia - Static variable in class edu.neu.ccs.Colors
Color Fuchsia = 255, 0, 255 = #FF00FF.
Function - class edu.neu.ccs.gui.Function.
Class Function is a collection of interfaces that classify functions that accept and return values of type double according to the number and kind of direct function arguments.
Function.ArrayArg - interface edu.neu.ccs.gui.Function.ArrayArg.
 
Function.ArrayOfArrayArg - interface edu.neu.ccs.gui.Function.ArrayOfArrayArg.
 
Function.FourArg - interface edu.neu.ccs.gui.Function.FourArg.
 
Function.NoArg - interface edu.neu.ccs.gui.Function.NoArg.
 
Function.OneArg - interface edu.neu.ccs.gui.Function.OneArg.
 
Function.Point2DArg - interface edu.neu.ccs.gui.Function.Point2DArg.
 
Function.Point2DArrayArg - interface edu.neu.ccs.gui.Function.Point2DArrayArg.
 
Function.ThreeArg - interface edu.neu.ccs.gui.Function.ThreeArg.
 
Function.TwoArg - interface edu.neu.ccs.gui.Function.TwoArg.
 
Function.TwoArrayArg - interface edu.neu.ccs.gui.Function.TwoArrayArg.
 
Function() - Constructor for class edu.neu.ccs.gui.Function
 

G

G - Variable in class edu.neu.ccs.gui.PlotMark
Reference to the graphics context for marking.
gainedActions - Variable in class edu.neu.ccs.gui.FocusActionAdapter
List of action listeners to be performed upon the notification of focus gained events.
gainsboro - Static variable in class edu.neu.ccs.Colors
Color gainsboro = Gainsboro.
Gainsboro - Static variable in class edu.neu.ccs.Colors
Color Gainsboro = 220, 220, 220 = #DCDCDC.
gap() - Method in class edu.neu.ccs.gui.PaintBar
Returns the gap.
GCD(int, int) - Static method in class edu.neu.ccs.util.MathUtilities
Returns the greatest common divisor of the int inputs a and b.
GCD(long, long) - Static method in class edu.neu.ccs.util.MathUtilities
Returns the greatest common divisor of the long inputs a and b.
GeneralDialog - class edu.neu.ccs.gui.GeneralDialog.
A dialog box containing a Component and an ActionsPanel that contains actions to respond to and dismiss the dialog.
GeneralDialog(Object) - Constructor for class edu.neu.ccs.gui.GeneralDialog
Constructs a modal general dialog containing the Component associated with the given display object, an empty dialog title, an empty ActionsPanel, and no parent window.
generalDialog(Object[][]) - Method in class edu.neu.ccs.gui.DisplayPanel
Place this panel in a modal general dialog and open the dialog; use the action data to define the dialog buttons; return the dialog constructed.
generalDialog(Object[][], Object) - Method in class edu.neu.ccs.gui.DisplayPanel
Place this panel in a modal general dialog and open the dialog; use the action data to define the dialog buttons; use the default action object to define the default button; return the dialog constructed.
generalDialog(Object, Object[][]) - Static method in class edu.neu.ccs.jpf.JPF
Place the given object in a modal general dialog and open the dialog; use the action data to define the dialog buttons; return the dialog constructed.
generalDialog(Object, Object[][], Object) - Static method in class edu.neu.ccs.jpf.JPF
Place the given object in a modal general dialog and open the dialog; use the action data to define the dialog buttons; use the default action object to define the default button; return the dialog constructed.
GeneralDialog(Object, String) - Constructor for class edu.neu.ccs.gui.GeneralDialog
Constructs a modal general dialog containing the Component associated with the given display object, the given dialog title, an empty ActionsPanel, and no parent window.
generalDialog(Object, String, Object[][]) - Static method in class edu.neu.ccs.jpf.JPF
Place the given object in a modal general dialog and open the dialog; use the given title for the dialog; use the action data to define the dialog buttons; return the dialog constructed.
GeneralDialog(Object, String, Object[][]) - Constructor for class edu.neu.ccs.gui.GeneralDialog
Constructs a modal general dialog containing the Component associated with the given display object, the given dialog title, an ActionsPanel constructed from the given action data, and no parent window.
GeneralDialog(Object, String, Object[][], boolean) - Constructor for class edu.neu.ccs.gui.GeneralDialog
Constructs a general dialog containing the Component associated with the given display object, the given dialog title, an ActionsPanel constructed from the given action data, the given choice of whether or not the dialog is modal, and no parent window.
GeneralDialog(Object, String, Object[][], boolean, Dialog) - Constructor for class edu.neu.ccs.gui.GeneralDialog
Constructs a general dialog containing the Component associated with the given display object, the given dialog title, an ActionsPanel constructed from the given action data, the given choice of whether or not the dialog is modal, and the given parent window.
GeneralDialog(Object, String, Object[][], boolean, Frame) - Constructor for class edu.neu.ccs.gui.GeneralDialog
Constructs a general dialog containing the Component associated with the given display object, the given dialog title, an ActionsPanel constructed from the given action data, the given choice of whether or not the dialog is modal, and the given parent window.
generalDialog(Object, String, Object[][], Object) - Static method in class edu.neu.ccs.jpf.JPF
Place the given object in a modal general dialog and open the dialog; use the given title for the dialog; use the action data to define the dialog buttons; use the default action object to define the default button; return the dialog constructed.
GeneralDialog(Object, String, Object[][], Object) - Constructor for class edu.neu.ccs.gui.GeneralDialog
Constructs a modal general dialog containing the Component associated with the given display object, the given dialog title, an ActionsPanel constructed from the given action data, the action for the default button, and no parent window.
GeneralDialog(Object, String, Object[][], Object, boolean) - Constructor for class edu.neu.ccs.gui.GeneralDialog
Constructs a general dialog containing the Component associated with the given display object, the given dialog title, an ActionsPanel constructed from the given action data, the action for the default button, the given choice of whether or not the dialog is modal, and no parent window.
GeneralDialog(Object, String, Object[][], Object, boolean, Dialog) - Constructor for class edu.neu.ccs.gui.GeneralDialog
Constructs a general dialog containing the Component associated with the given display object, the given dialog title, an ActionsPanel constructed from the given action data, the action for the default button, the given choice of whether or not the dialog is modal, and the given parent window.
GeneralDialog(Object, String, Object[][], Object, boolean, Frame) - Constructor for class edu.neu.ccs.gui.GeneralDialog
Constructs a general dialog containing the Component associated with the given display object, the given dialog title, an ActionsPanel constructed from the given action data, the action for the default button, the given choice of whether or not the dialog is modal, and the given parent window.
generalDialog(String, Object[][]) - Method in class edu.neu.ccs.gui.DisplayPanel
Place this panel in a modal general dialog and open the dialog; use the given title for the dialog; use the action data to define the dialog buttons; return the dialog constructed.
generalDialog(String, Object[][], Object) - Method in class edu.neu.ccs.gui.DisplayPanel
Place this panel in a modal general dialog and open the dialog; use the given title for the dialog; use the action data to define the dialog buttons; use the default action object to define the default button; return the dialog constructed.
GeneralView - interface edu.neu.ccs.gui.GeneralView.
Interface to be implemented by a class of interface objects whose view state may be appropriate for input of various classes of model objects.
GeneralViewSupport - class edu.neu.ccs.gui.GeneralViewSupport.
GeneralViewSupport contains the common code to support the features of a GeneralView.
GeneralViewSupport(GeneralView, EventListenerList, Class, String, String, String) - Constructor for class edu.neu.ccs.gui.GeneralViewSupport
The constructor.
GeneralViewWrapper - class edu.neu.ccs.gui.GeneralViewWrapper.
Wrapper for a GeneralView that uses a CenterLayout and faithfully respects minimum, maximum, and preferred sizes.
GeneralViewWrapper(GeneralView) - Constructor for class edu.neu.ccs.gui.GeneralViewWrapper
Constructs a wrapper for the given GeneralView.
get(int) - Method in class edu.neu.ccs.filter.StringableFilterSequence
Returns the filter at the given index in this sequence.
get(int) - Method in class edu.neu.ccs.gui.ActionSequence
Returns the action listener at the given index in this sequence.
get(Object) - Method in class edu.neu.ccs.quick.QuickTreeMap
Returns the value to which the map maps the specified key.
get(Object) - Method in class edu.neu.ccs.quick.QuickHashtable
Returns the value to which the hash table maps the specified key.
getA() - Method in class edu.neu.ccs.quick.Pair
Returns the A object in the pair.
getAction() - Method in class edu.neu.ccs.gui.ActionWrapper
Returns the encapsulated action.
getAction(JButton) - Method in class edu.neu.ccs.gui.ActionsPanel
Returns the action in this ActionsPanel corresponding with the given button, or null if the given button is null or not in this panel.
getActionButtons() - Method in class edu.neu.ccs.gui.ActionsPanel
Returns an array containing the buttons in this ActionsPanel created as a result of addAction or addActions.
getActions() - Method in class edu.neu.ccs.gui.GeneralDialog
Returns the Action objects in the actions panel for this dialog.
getActions() - Method in class edu.neu.ccs.gui.ActionsPanel
Returns an array containing the actions in this ActionsPanel.
getActionSequence() - Method in class edu.neu.ccs.gui.PaintActionCapsule
Returns the sequence of action listeners performed when this component is painted.
getActionsPanel() - Method in class edu.neu.ccs.gui.JPTDialog
Returns the actions panel for this dialog.
getAlertIcon() - Method in class edu.neu.ccs.gui.Annotation
Returns the icon to be displayed when this annotation is put in an alert state, or null if it has not been set.
getAlignment() - Method in class edu.neu.ccs.gui.FileView
Returns the value for the current alignment of the browse button relative to the editable field.
getAlignment() - Method in class edu.neu.ccs.gui.ComponentWrapper
Returns the alignment for this wrapper.
getAlignment() - Method in class edu.neu.ccs.gui.ArrayPanel
Returns the alignment value of the length controls relative to the view collection.
getAlignment() - Method in class edu.neu.ccs.gui.Annotation
Returns the alignment of the icon relative to the text.
getAlignment() - Method in class edu.neu.ccs.gui.AlignedLayout
Returns the alignment for this layout.
getAncestorZoo() - Method in class edu.neu.ccs.gui.ZooContainer
Returns the Zoo at the next-higher level of the containment hierarchy for this container, or null if there is no zoo at a higher level in the containment hierarchy.
getAnchorLocator() - Method in class edu.neu.ccs.gui.TextPaintable
Returns the TextAnchor.Locator for this TextPaintable.
getAnchorPosition() - Method in class edu.neu.ccs.gui.TextPaintable
Returns a copy of the anchor position for this TextPaintable as an array float[2].
getAnnotation() - Method in class edu.neu.ccs.gui.Display
Returns the annotation component, or null if this display does not have an annotation.
getAnnotationAlignment() - Method in class edu.neu.ccs.gui.Display
Returns the value for the alignment of the annotation relative to the displayed object.
getAnnotationHeight() - Static method in class edu.neu.ccs.gui.ImageViewerBase
Returns the height of an annotation in the current look and feel; this convenience method is used by makeGUI.
getAnnotationText() - Method in class edu.neu.ccs.gui.Display
Returns the annotation text, or null if this display does not have an annotation.
getAObjects(Pair[]) - Static method in class edu.neu.ccs.quick.Pair
Returns the array of A-objects from this array of pairs.
getAscentLineY() - Method in class edu.neu.ccs.gui.TextPaintable
Returns the ascent line y-coordinate of this TextPaintable.
getAscentLineY(String, Font, float) - Method in interface edu.neu.ccs.gui.TextAnchor.YLocator
Returns the ascent line y-coordinate of the string.
getAscentLineY(String, Font, float) - Method in interface edu.neu.ccs.gui.TextAnchor.Locator
Returns the ascent line y-coordinate of the string.
getAutoRepaint() - Method in class edu.neu.ccs.pedagogy.Turtle
Return the current auto repaint setting.
getAutoSelect() - Method in class edu.neu.ccs.gui.TextFieldView
Returns whether or not the contents of this field will be selected when it gains focus.
getB() - Method in class edu.neu.ccs.quick.Pair
Returns the B object in the pair.
getBaseAction(Action) - Static method in class edu.neu.ccs.gui.ActionWrapper
Returns the base action that remains after recursively stripping all action wrappers from the given action.
getBaseLineY() - Method in class edu.neu.ccs.gui.TextPaintable
Returns the base line y-coordinate of this TextPaintable.
getBaseLineY(String, Font, float) - Method in interface edu.neu.ccs.gui.TextAnchor.YLocator
Returns the base line y-coordinate of the string.
getBaseLineY(String, Font, float) - Method in interface edu.neu.ccs.gui.TextAnchor.Locator
Returns the base line y-coordinate of the string.
getBezierTangentSegmentData() - Method in class edu.neu.ccs.gui.BaseShape
Returns the Bezier tangent segment data corresponding to the vertex and tangent data.
getBObjects(Pair[]) - Static method in class edu.neu.ccs.quick.Pair
Returns the array of B-objects from this array of pairs.
getBooleanValue() - Method in class edu.neu.ccs.gui.BooleanView
Returns the boolean value that is the model for this view.
getBorderLayoutLocation(int) - Static method in class edu.neu.ccs.util.JPTUtilities
Returns the BorderLayout constant corresponding with the given alignment constant.
getBounds() - Method in class edu.neu.ccs.gui.BaseShape
Returns an integer Rectangle that completely encloses the Shape.
getBounds2D() - Method in class edu.neu.ccs.gui.TextPaintable
Returns the bounds of the paintable based on the default settings or on more detailed computations.
getBounds2D() - Method in class edu.neu.ccs.gui.ShapePaintable
Returns the bounds of the paintable based on the default settings or on more detailed computations.
getBounds2D() - Method in class edu.neu.ccs.gui.PaintableSequenceComposite
 
getBounds2D() - Method in class edu.neu.ccs.gui.PaintableSequence
Returns the bounds of the paintable based on the default settings or on more detailed computations.
getBounds2D() - Method in interface edu.neu.ccs.gui.Paintable
Returns a copy of the 2-dimensional bounds of the paint region affected by the paint method.
getBounds2D() - Method in class edu.neu.ccs.gui.MutatableWrapper
Returns the bounds of the paintable based on the default settings or on more detailed computations.
getBounds2D() - Method in class edu.neu.ccs.gui.ImagePaintableLite
Returns the bounds of the paintable based on the default settings or on more detailed computations.
getBounds2D() - Method in class edu.neu.ccs.gui.ImagePaintable
Returns the bounds of the paintable based on the default settings or on more detailed computations.
getBounds2D() - Method in class edu.neu.ccs.gui.ClippingWrapper
Returns the bounds of the paintable based on the default settings or on more detailed computations.
getBounds2D() - Method in class edu.neu.ccs.gui.BaseShape
Returns a high precision and more accurate bounding box of the Shape than the getBounds method.
getBounds2D() - Method in class edu.neu.ccs.gui.AbstractPaintable
Returns a copy of the 2-dimensional bounds of the paint region affected by the paint method.
getBounds2D() - Method in class edu.neu.ccs.gui.AbstractMutatablePaintable
Returns a copy of the 2-dimensional bounds of the mutated paintable.
getBounds2D(ShapePaintable) - Method in class edu.neu.ccs.gui.PaintMode
Returns the 2-dimensional bounds of the paint region that will be changed when the paint method is called on the given shape paintable.
getBounds2D(String, Font, float, float) - Method in interface edu.neu.ccs.gui.TextAnchor.Locator
Returns a copy of the 2-dimensional bounds of the area that will be occupied by the displayed string.
getBounds2D(TextPaintable) - Method in interface edu.neu.ccs.gui.TextBounds.Strategy
 
getBoundsStrategy() - Method in class edu.neu.ccs.gui.TextPaintable
Returns the bounds strategy for this TextPaintable.
getBrowseButton() - Method in class edu.neu.ccs.gui.FileView
Returns the browse button component for this view.
getBuffer() - Method in class edu.neu.ccs.gui.BufferedPanel
Returns the internal buffered image for this panel.
getBufferBackground() - Method in class edu.neu.ccs.gui.BufferedPanel
Returns the background color or Paint for this buffered panel.
getBufferGraphics() - Method in class edu.neu.ccs.gui.BufferedPanel
Returns a Graphics2D object that permits painting to the internal buffered image for this panel.
getBufferHeight() - Method in class edu.neu.ccs.gui.BufferedPanel
Returns the height of the buffered image.
getBufferWidth() - Method in class edu.neu.ccs.gui.BufferedPanel
Returns the width of the buffered image.
getButton(Action) - Method in class edu.neu.ccs.gui.ActionsPanel
Returns the button in this ActionsPanel corresponding with the given action, or null if the given action is null or not in this panel.
getButtonModel(JRadioButton) - Method in class edu.neu.ccs.gui.RadioPanel
Returns the ButtonModel of the radio button or returns null if the button is null or is not in the view.
getCaseActionFilter() - Method in class edu.neu.ccs.console.ConsoleGateway
Returns the current case action filter used by this console object, or null, if no case action filter is used by this console object.
getCellAlignment(CellPosition) - Method in class edu.neu.ccs.gui.TablePanel
Returns the alignment value for the cell at the given position or the table alignment if an error occurs.
getCellAlignment(CellPosition) - Method in class edu.neu.ccs.gui.TableLayout
Returns the alignment value for the cell at the given position or the table alignment if an error occurs.
getCellAlignment(int, int) - Method in class edu.neu.ccs.gui.TablePanel
Returns the alignment value for the cell at the given position or the table alignment if an error occurs.
getCellAlignment(int, int) - Method in class edu.neu.ccs.gui.TableLayout
Returns the alignment value for the cell at the given position or the table alignment if an error occurs.
getCenter() - Method in class edu.neu.ccs.gui.TextPaintable
Returns a copy of the center of the paint region affected by the paint method.
getCenter() - Method in class edu.neu.ccs.gui.ShapePaintable
If the current shape is null, this method returns new Point2D.Double().
getCenter() - Method in class edu.neu.ccs.gui.PaintableSequenceComposite
 
getCenter() - Method in class edu.neu.ccs.gui.PaintableSequence
If the value of getDefaultCenter is non-null, then this value is returned.
getCenter() - Method in interface edu.neu.ccs.gui.Paintable
Returns a copy of the center of the paint region affected by the paint method.
getCenter() - Method in class edu.neu.ccs.gui.MutatableWrapper
If the current paintable is null, this method returns new Point2D.Double().
getCenter() - Method in class edu.neu.ccs.gui.ImagePaintableLite
If the value of getDefaultCenter is non-null, then this value is returned.
getCenter() - Method in class edu.neu.ccs.gui.ImagePaintable
If the value of getDefaultCenter is non-null, then this value is returned.
getCenter() - Method in class edu.neu.ccs.gui.ClippingWrapper
If the wrapped paintable is null, this method returns new Point2D.Double().
getCenter() - Method in class edu.neu.ccs.gui.AbstractPaintable
Returns a copy of the center of the paint region.
getCenter() - Method in class edu.neu.ccs.gui.AbstractMutatablePaintable
Returns a copy the center of the mutated paintable.
getCenter(String, Font, float, float) - Method in interface edu.neu.ccs.gui.TextAnchor.Locator
Returns a copy of the logical center of the displayed string, that is, the point specified by getCenterX and by getBaseLineY.
getCenterX() - Method in class edu.neu.ccs.gui.TextPaintable
Returns the center x-coordinate of this TextPaintable.
getCenterX(String, Font, float) - Method in interface edu.neu.ccs.gui.TextAnchor.XLocator
Returns the center x-coordinate of the string.
getCenterX(String, Font, float) - Method in interface edu.neu.ccs.gui.TextAnchor.Locator
Returns the center x-coordinate of the string.
getChangeActions() - Method in class edu.neu.ccs.gui.ChangeActionAdapter
Returns the action sequence for change events.
getChangeEvent() - Method in class edu.neu.ccs.gui.ChangeActionEvent
Returns the change event that triggered this change action event.
getChildItem(int) - Method in class edu.neu.ccs.gui.ZooContainer
Returns the top-level component in this container at the given z-order.
getChildItem(int) - Method in class edu.neu.ccs.gui.Zoo
Returns the top-level component in this zoo at the given z-order.
getChildItemCount() - Method in class edu.neu.ccs.gui.ZooContainer
Returns the number of top-level components in this container.
getChildItemCount() - Method in class edu.neu.ccs.gui.Zoo
Returns the number of top-level components in this container.
getChildItems() - Method in class edu.neu.ccs.gui.ZooContainer
Returns an array containing all of the top-level components in this container.
getChildItems() - Method in class edu.neu.ccs.gui.Zoo
Returns an array containing all of the top-level components in this zoo.
getChooserClickCount() - Method in class edu.neu.ccs.gui.ColorView
Return the chooser click count.
getClippingShape() - Method in class edu.neu.ccs.gui.ClippingWrapper
Returns the clipping shape.
getClosedBezierFrameData() - Method in class edu.neu.ccs.gui.BaseShape
Returns the closed Bezier frame data corresponding to the vertex and tangent data.
getClosureMode() - Method in class edu.neu.ccs.gui.BaseShape
Get the closure mode.
getCodec() - Method in class edu.neu.ccs.gui.DisplayPanel
Returns the identifier for the current CODEC to be used to combine multiple child view states into an encoded String.
getCollectionPanel() - Method in class edu.neu.ccs.gui.DisplayCollection
Returns the panel containing the collection.
getColor() - Method in class edu.neu.ccs.gui.ColorView
Returns the current color.
getColor(String) - Static method in class edu.neu.ccs.XColor
Gets a Color value from a data String if the data is valid or returns null.
getColorBox() - Method in class edu.neu.ccs.gui.ColorView
Returns the internal JPTComponent that represents the color box in the view.
getColorDropdownView() - Method in class edu.neu.ccs.gui.ColorView
Returns the internal DropdownView that may be used to choose the color via a String representation.
getColorFromName(String) - Static method in class edu.neu.ccs.Colors
Returns the Color corresponding to the given name or null if the name is not in the internal name-color map.
getColorNamesAsArray() - Static method in class edu.neu.ccs.Colors
Returns as a sorted String array the mixed case color names in the internal name-color map.
getColumnAlignment(int) - Method in class edu.neu.ccs.gui.TablePanel
Returns the default alignment value for the given column.
getColumnAlignment(int) - Method in class edu.neu.ccs.gui.TableLayout
Returns the default alignment value for the given column.
getColumnCount() - Method in class edu.neu.ccs.gui.TablePanel
Returns the number of columns in this table panel.
getColumnCount() - Method in class edu.neu.ccs.gui.TableLayout
Returns the number of columns in this table layout.
getComponent() - Method in class edu.neu.ccs.gui.PaintActionEvent
Returns the component source that triggered this paint action event.
getComponentEvent() - Method in class edu.neu.ccs.gui.ComponentActionEvent
Returns the component event that triggered this component action event.
getComponentHiddenActions() - Method in class edu.neu.ccs.gui.ComponentActionAdapter
Returns the action sequence for component hidden events.
getComponentMovedActions() - Method in class edu.neu.ccs.gui.ComponentActionAdapter
Returns the action sequence for component moved events.
getComponentResizedActions() - Method in class edu.neu.ccs.gui.ComponentActionAdapter
Returns the action sequence for component resized events.
getComponentShownActions() - Method in class edu.neu.ccs.gui.ComponentActionAdapter
Returns the action sequence for component shown events.
getComponentTable() - Method in class edu.neu.ccs.gui.TablePanel
Returns a copy of the table of components in this panel.
getComponentTable() - Method in class edu.neu.ccs.gui.TableLayout
Returns a copy of the table of components in this layout.
getCompoundView(TypedView) - Static method in class edu.neu.ccs.gui.InputDialog
Returns a typed view constructed from the given input component and decorated based on the input properties of the view.
getControls() - Method in class edu.neu.ccs.gui.ArrayPanel
Returns the controls value corresponding with the current length controls.
getCounter() - Static method in class edu.neu.ccs.gui.JPTFrame
Returns the shared counter object.
getCubicCurvePoint(float) - Method in class edu.neu.ccs.gui.BaseShape
Returns an array float[2] with the coordinates of a point on the cubic curve determined by the internal vertex and tangent data and the float parameter t.
getData() - Method in class edu.neu.ccs.gui.MalformedDataEvent
Returns the String data representing either the malformed view state that caused an exception to be thrown, or the well-formed view state that replaced a previously malformed view state.
getDataType() - Method in class edu.neu.ccs.console.ConsoleGateway.ConsoleInputStream
Returns the Stringable class of object produced on demand by this input stream.
getDataType() - Method in class edu.neu.ccs.gui.TypedViewWrapper
 
getDataType() - Method in interface edu.neu.ccs.gui.TypedView
Returns the current class of objects returned when a model object is demanded or requested.
getDataType() - Method in class edu.neu.ccs.gui.TextFieldView
 
getDataType() - Method in class edu.neu.ccs.gui.TextAreaView
Returns the XString class object.
getDataType() - Method in class edu.neu.ccs.gui.SliderView
Returns the XInt class object.
getDataType() - Method in class edu.neu.ccs.gui.OptionsView
Returns the XInt class object.
getDataType() - Method in class edu.neu.ccs.gui.GeneralViewSupport
Returns the current class of objects returned when a model object is demanded or requested.
getDataType() - Method in class edu.neu.ccs.gui.FileView
Returns the XString class object.
getDataType() - Method in class edu.neu.ccs.gui.DropdownView
 
getDataType() - Method in class edu.neu.ccs.gui.ColorView
Returns the XColor class object.
getDataType() - Method in class edu.neu.ccs.gui.BooleanView
Returns the XBoolean class object.
getDataType() - Method in class edu.neu.ccs.gui.ArrayPanel
 
getDataType() - Method in class edu.neu.ccs.util.StringableFactory
Returns the class of objects produced by this factory.
getDecrementButtonText() - Method in class edu.neu.ccs.gui.ArrayPanel
Returns the current label for the length decrement button.
getDefaultBackground() - Static method in class edu.neu.ccs.gui.RadioPanel
Returns the default background for a JRadioButton.
getDefaultBounds2D() - Method in class edu.neu.ccs.gui.PaintableComponent
Returns the default bounds for the component using the information in the encapsulated paintable and the insets if any.
getDefaultBounds2D() - Method in class edu.neu.ccs.gui.PaintableButton
Returns the default bounds for the button using the information in the encapsulated paintable and the insets.
getDefaultBounds2D() - Method in class edu.neu.ccs.gui.AbstractPaintable
Returns a copy of the default Bounds2D rectangle.
getDefaultCenter() - Method in class edu.neu.ccs.gui.AbstractPaintable
Returns a copy of the default center.
getDefaultCloseOperation() - Method in class edu.neu.ccs.gui.JPTFrame
Returns the window close operation for this frame.
getDefaultCodec() - Static method in class edu.neu.ccs.codec.CodecUtilities
Returns the unique identifier for the default installed CODEC.
getDefaultColor() - Method in class edu.neu.ccs.gui.ColorView
Returns the default color.
getDefaultFont() - Static method in class edu.neu.ccs.gui.TextPaintable
Returns the default font for a JLabel in the current UI settings.
getDefaultFont() - Static method in class edu.neu.ccs.gui.TextFieldView
Returns the default font for a JTextField.
getDefaultFont() - Static method in class edu.neu.ccs.gui.RadioPanel
Returns the default font for a JRadioButton.
getDefaultFont() - Static method in class edu.neu.ccs.gui.Dropdown
Returns the default font for a JComboBox.
getDefaultFont() - Static method in class edu.neu.ccs.gui.BooleanView
Returns the default font for a JCheckBox.
getDefaultFont() - Static method in class edu.neu.ccs.gui.Annotation
Returns the default font for a JLabel.
getDefaultIndex() - Method in class edu.neu.ccs.gui.OptionsView
Returns the default index.
getDefaultInstance() - Method in class edu.neu.ccs.util.StringableFactory
Returns a new instance of the stored class created using the zero-parameter constructor for the class.
getDefaultLabel() - Method in class edu.neu.ccs.gui.OptionsView
Returns the button label of the default index, or null if there are no options in this view.
getDefaultLocation() - Method in class edu.neu.ccs.gui.PaintableComponent
Returns the default location for the component using the information in the encapsulated paintable and the insets if any.
getDefaultLocation() - Method in class edu.neu.ccs.gui.PaintableButton
Returns the default location for the button using the information in the encapsulated paintable and the insets.
getDefaultParser() - Static method in class edu.neu.ccs.parser.ParserUtilities
Returns the default parser used by JPT classes.
getDefaultViewState() - Method in class edu.neu.ccs.gui.XObjectView
Not used by this class.
getDefaultViewState() - Method in class edu.neu.ccs.gui.TextFieldView
 
getDefaultViewState() - Method in class edu.neu.ccs.gui.TextAreaView
Returns the default content for this text area view.
getDefaultViewState() - Method in class edu.neu.ccs.gui.SliderView
Returns a String representation of the default value for this slider.
getDefaultViewState() - Method in class edu.neu.ccs.gui.ScrollableDisplay
Returns the default view state for the displayed object.
getDefaultViewState() - Method in class edu.neu.ccs.gui.RadioPanel
Returns the current default view state string.
getDefaultViewState() - Method in class edu.neu.ccs.gui.OptionsView
Returns a String representation of the default index.
getDefaultViewState() - Method in class edu.neu.ccs.gui.GeneralViewSupport
Returns a String representation of the default view state for this object.
getDefaultViewState() - Method in class edu.neu.ccs.gui.Dropdown
Returns a String representation of the default view state for this object.
getDefaultViewState() - Method in class edu.neu.ccs.gui.DisplayWrapper
 
getDefaultViewState() - Method in class edu.neu.ccs.gui.DisplayPanel
Returns the default view states for objects in the collection as an encoded String.
getDefaultViewState() - Method in class edu.neu.ccs.gui.DisplayCollection
Returns the default view states for objects in the collection as an encoded String.
getDefaultViewState() - Method in interface edu.neu.ccs.gui.Displayable
Returns a String representation of the default view state for this object.
getDefaultViewState() - Method in class edu.neu.ccs.gui.ColorView
Returns a String encapsulation of the state of the default Color for this view.
getDefaultViewState() - Method in class edu.neu.ccs.gui.BooleanView
Returns the String "true" or the String "false" corresponding with the default view state of this object.
getDefaultViewState() - Method in class edu.neu.ccs.gui.ArrayPanel
Returns the default view state for this array panel as an encoded String.
getDefaultViewState(String) - Method in class edu.neu.ccs.gui.FileView
Returns the default path.
getDefaultWindowClosingAction() - Method in class edu.neu.ccs.gui.GeneralDialog
Returns the default dialog window closing action.
getDescentLineY() - Method in class edu.neu.ccs.gui.TextPaintable
Returns the descent line y-coordinate of this TextPaintable.
getDescentLineY(String, Font, float) - Method in interface edu.neu.ccs.gui.TextAnchor.YLocator
Returns the descent line y-coordinate of the string.
getDescentLineY(String, Font, float) - Method in interface edu.neu.ccs.gui.TextAnchor.Locator
Returns the descent line y-coordinate of the string.
getDescription() - Method in class edu.neu.ccs.gui.FileView.ExtensionFileFilter
The description of this filter.
getDialogActions() - Method in class edu.neu.ccs.gui.GeneralDialog
Returns the DialogAction objects in the actions panel for this dialog.
getDialogActionsPanel() - Method in class edu.neu.ccs.gui.GeneralDialog
Returns the actions panel for this dialog.
getDialogContents() - Method in class edu.neu.ccs.gui.GeneralDialog
Returns the main component in this dialog.
getDialogTitle() - Method in class edu.neu.ccs.gui.InputProperties
Returns the dialog title text stored in this property list.
getDirection() - Method in class edu.neu.ccs.pedagogy.Turtle
Return the turtle direction.
getDisabledIcon() - Method in class edu.neu.ccs.gui.Annotation
Returns the icon to be displayed when this annotation is disabled, if it has been set through use of the setDisabledIcon method, or null if it has not been set.
getDisplay() - Method in class edu.neu.ccs.gui.ScrollableDisplay
Returns the displayed object.
getDisplay() - Method in class edu.neu.ccs.gui.Display
Returns the displayed object.
getDrawPaint() - Method in class edu.neu.ccs.gui.ShapePaintable
Returns the draw paint.
getDrawStroke() - Method in class edu.neu.ccs.gui.ShapePaintable
Return the draw stroke.
getEffectiveCellAlignment(CellPosition) - Method in class edu.neu.ccs.gui.TablePanel
Returns the effective alignment value for the cell at the given position, that is, either the cell's own alignment if it has been set or the alignment of the table as a whole.
getEffectiveCellAlignment(CellPosition) - Method in class edu.neu.ccs.gui.TableLayout
Returns the effective alignment value for the cell at the given position, that is, either the cell's own alignment if it has been set or the alignment of the table as a whole.
getEffectiveCellAlignment(int, int) - Method in class edu.neu.ccs.gui.TablePanel
Returns the effective alignment value for the cell at the given position, that is, either the cell's own alignment if it has been set or the alignment of the table as a whole.
getEffectiveCellAlignment(int, int) - Method in class edu.neu.ccs.gui.TableLayout
Returns the effective alignment value for the cell at the given position, that is, either the cell's own alignment if it has been set or the alignment of the table as a whole.
getEndTangentData() - Method in class edu.neu.ccs.gui.AutomaticShape
Returns a copy of the endTangent data.
getErrorColor() - Method in class edu.neu.ccs.console.ConsoleGateway
Returns the color used to render error text.
getFactor() - Method in class edu.neu.ccs.gui.Transform1D
Returns the scale factor for this transform.
getFile() - Method in class edu.neu.ccs.util.FileExistsException
Returns the file that caused this exception to be thrown.
getFileContents(File) - Static method in class edu.neu.ccs.util.FileUtilities
Returns a StringBuffer containing the contents of the given file.
getFillPaint() - Method in class edu.neu.ccs.gui.TextPaintable
Returns the fill paint for this TextPaintable.
getFillPaint() - Method in class edu.neu.ccs.gui.ShapePaintable
Returns the fill paint.
getFilter() - Method in class edu.neu.ccs.gui.TextFieldView
 
getFilter() - Method in class edu.neu.ccs.gui.GeneralViewWrapper
 
getFilter() - Method in class edu.neu.ccs.gui.GeneralViewSupport
Returns the current filter used by this view.
getFilter() - Method in interface edu.neu.ccs.gui.GeneralView
Returns the current filter used by this view.
getFilter() - Method in class edu.neu.ccs.gui.DropdownView
 
getFinish() - Method in class edu.neu.ccs.gui.DialogAction
Returns the choice of what to do to the dialog when the action is done.
getFocusedHighlightColor() - Method in class edu.neu.ccs.gui.Zoo
Returns the color used to highlight a selected component when this zoo has the keyboard focus.
getFocusEvent() - Method in class edu.neu.ccs.gui.FocusActionEvent
Returns the focus event that triggered this focus action event.
getFocusGainedActions() - Method in class edu.neu.ccs.gui.FocusActionAdapter
Returns the action sequence for focus gained events.
getFocusLostActions() - Method in class edu.neu.ccs.gui.FocusActionAdapter
Returns the action sequence for focus lost events.
getFont() - Method in class edu.neu.ccs.gui.TextPaintable
Returns the font for this TextPaintable.
getFontFamilyName() - Method in class edu.neu.ccs.console.ConsoleGateway
Returns the font family name of the console font if the console is activated; otherwise returns "".
getFontSize() - Method in class edu.neu.ccs.console.ConsoleGateway
Returns the actual font size if the console is activated; otherwise returns 0.
getForwardingListener() - Method in interface edu.neu.ccs.gui.SupportsPropertyChange
Returns the PropertyChangeForwardingListener that will forward the property change events it receives to this object.
getForwardingListener() - Method in class edu.neu.ccs.gui.PaintableSequenceComposite
 
getForwardingListener() - Method in class edu.neu.ccs.gui.JPTComponent
Returns the PropertyChangeForwardingListener that will forward the property change events it receives to this object.
getForwardingListener() - Method in class edu.neu.ccs.gui.BaseShape
Returns the PropertyChangeForwardingListener that will forward the property change events it receives to this object.
getForwardingListener() - Method in class edu.neu.ccs.gui.AbstractPaintable
Returns the PropertyChangeForwardingListener that will forward the property change events it receives to this object.
getFreeMemory() - Static method in class edu.neu.ccs.util.SystemUtilities
Returns the number of free bytes of system memory.
getGain() - Static method in class edu.neu.ccs.util.SoundUtilities
Returns the gain for all lines created through this interface.
getGraphics() - Method in class edu.neu.ccs.gui.PaintActionEvent
Returns the graphics context of the component that triggered this paint action event.
getHeight() - Method in class edu.neu.ccs.gui.TextPaintable
Returns the height of the area that will be occupied by this TextPaintable.
getHeight(String, Font, float) - Method in interface edu.neu.ccs.gui.TextAnchor.Locator
Returns the height of the area that will be occupied by the displayed string.
getHorizontalGap() - Method in class edu.neu.ccs.gui.TablePanel
Returns the gap, in pixels, between columns in this table panel.
getHorizontalGap() - Method in class edu.neu.ccs.gui.TableLayout
Returns the gap, in pixels, between columns in this table layout.
getIcon() - Method in class edu.neu.ccs.gui.Annotation
Returns the icon displayed by this annotation, or null if it has not been set.
getIcon(Action) - Static method in class edu.neu.ccs.gui.ActionsPanel
Returns the icon (SMALL_ICON) associated with the given action.
getIconHeight() - Method in class edu.neu.ccs.gui.PaintSwatch
Returns the icon height as getYSize().
getIconHeight() - Method in class edu.neu.ccs.gui.PaintableComponent
Returns the icon height which is the height of the bounds region of the encapsulated paintable.
getIconWidth() - Method in class edu.neu.ccs.gui.PaintSwatch
Returns the icon width as getXSize().
getIconWidth() - Method in class edu.neu.ccs.gui.PaintableComponent
Returns the icon width which is the width of the bounds region of the encapsulated paintable.
getImage() - Method in class edu.neu.ccs.gui.ImagePaintable
Returns the encapsulated image.
getImage() - Method in class edu.neu.ccs.gui.ImageCapsule
Returns the image encapsulated by this component.
getImageBounds() - Method in class edu.neu.ccs.gui.PlotTool
Returns a clone of the image coordinate bounds.
getImageHeight() - Method in class edu.neu.ccs.gui.ImagePaintableLite
Returns the image height.
getImageHeight() - Method in class edu.neu.ccs.gui.ImagePaintable
Returns the image height.
getImageWidth() - Method in class edu.neu.ccs.gui.ImagePaintableLite
Returns the image width.
getImageWidth() - Method in class edu.neu.ccs.gui.ImagePaintable
Returns the image width.
getIncrementButtonText() - Method in class edu.neu.ccs.gui.ArrayPanel
Returns the current label for the length increment button.
getIndex(JRadioButton) - Method in class edu.neu.ccs.gui.RadioPanel
Returns the index of the option with the given button or -1 if the button is not in the view.
getIndex(MutatablePaintable) - Method in class edu.neu.ccs.gui.PaintableSequence
Returns the index in the paintable sequence of the given MutatablePaintable.
getIndex(String) - Method in class edu.neu.ccs.gui.RadioPanel
Returns the index of the option with the given label or -1 if the label is not in the view.
getInnerPanel() - Method in class edu.neu.ccs.gui.BufferedPanel
Returns the internal panel for this buffered panel, that is, the panel that paints the buffered image and handles the mouse and key adapters.
getInputColor() - Method in class edu.neu.ccs.console.ConsoleGateway
Returns the color used to render input text.
getInputModel() - Method in class edu.neu.ccs.gui.InputProperties
Returns the input model value stored in this property list.
getInputPrompt() - Method in class edu.neu.ccs.gui.InputProperties
Returns the input prompt text stored in this property list.
getInputProperties() - Method in class edu.neu.ccs.gui.TypedViewWrapper
 
getInputProperties() - Method in interface edu.neu.ccs.gui.TypedView
Returns the input properties for this view.
getInputProperties() - Method in class edu.neu.ccs.gui.TextFieldView
 
getInputProperties() - Method in class edu.neu.ccs.gui.TextAreaView
 
getInputProperties() - Method in class edu.neu.ccs.gui.SliderView
 
getInputProperties() - Method in class edu.neu.ccs.gui.OptionsView
 
getInputProperties() - Method in class edu.neu.ccs.gui.GeneralViewSupport
Returns the input properties for this view.
getInputProperties() - Method in class edu.neu.ccs.gui.FileView
 
getInputProperties() - Method in class edu.neu.ccs.gui.DropdownView
 
getInputProperties() - Method in class edu.neu.ccs.gui.ColorView
Returns the input properties of the internal color drop down view.
getInputProperties() - Method in class edu.neu.ccs.gui.BooleanView
 
getInputProperties() - Method in class edu.neu.ccs.gui.ArrayPanel
 
getInset() - Method in class edu.neu.ccs.gui.PlotTool
Return the image inset.
getInstalledLookAndFeelClassNames() - Static method in class edu.neu.ccs.gui.LookAndFeelTools
Returns the array of class names of the installed look and feel entities.
getInstalledLookAndFeelNames() - Static method in class edu.neu.ccs.gui.LookAndFeelTools
Returns the array of short names of the installed look and feel entities.
getInverseTransform() - Method in class edu.neu.ccs.gui.PlotTool
Returns a clone of the inverse of the world bounds to image bounds two-dimensional transform.
getInverseXTransform() - Method in class edu.neu.ccs.gui.PlotTool
Returns a clone of the inverse of the x component of the world to image transform.
getInverseYTransform() - Method in class edu.neu.ccs.gui.PlotTool
Returns a clone of the inverse of the y component of the world to image transform.
getItem(int) - Method in class edu.neu.ccs.gui.ZooContainer
Returns the component in this container at the given index in the overall collection of components contained in this container, including components that are nested within groups.
getItem(int) - Method in class edu.neu.ccs.gui.DisplayCollection
Returns the component at the specified index in the collection.
getItemArray() - Method in class edu.neu.ccs.gui.DisplayCollection
Returns an array containing all of the components held in the collection.
getItemCount() - Method in class edu.neu.ccs.gui.ZooContainer
Returns the number of components in this container, including components that are nested within groups.
getItemCount() - Method in class edu.neu.ccs.gui.DisplayCollection
Returns the number