|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Package edu.neu.ccs |
| Class edu.neu.ccs.HexXByte extends XByte implements Serializable |
| Class edu.neu.ccs.HexXDouble extends XDouble implements Serializable |
| Class edu.neu.ccs.HexXFloat extends XFloat implements Serializable |
| Class edu.neu.ccs.HexXInt extends XInt implements Serializable |
| Class edu.neu.ccs.HexXLong extends XLong implements Serializable |
| Class edu.neu.ccs.HexXShort extends XShort implements Serializable |
| Class edu.neu.ccs.XBigDecimal extends XNumber implements Serializable |
| Serialized Fields |
BigDecimal value
| Class edu.neu.ccs.XBigInteger extends XNumber implements Serializable |
| Serialized Fields |
BigInteger value
| Class edu.neu.ccs.XBoolean extends XObject implements Serializable |
| Serialized Fields |
boolean value
| Class edu.neu.ccs.XByte extends XNumber implements Serializable |
| Serialized Fields |
byte value
| Class edu.neu.ccs.XChar extends XObject implements Serializable |
| Serialized Fields |
char value
| Class edu.neu.ccs.XCircle extends XOval implements Serializable |
| Serialized Fields |
double r
SwingPropertyChangeSupport changeAdapter
| Class edu.neu.ccs.XColor extends XObject implements Serializable |
| Serialized Fields |
Color color
| Class edu.neu.ccs.XComplex extends XPoint2D implements Serializable |
| Class edu.neu.ccs.XDouble extends XNumber implements Serializable |
| Serialized Fields |
double value
| Class edu.neu.ccs.XFloat extends XNumber implements Serializable |
| Serialized Fields |
float value
| Class edu.neu.ccs.XFourier extends Object implements Serializable |
| Serialized Fields |
XFourier.Type type
double constant
double[] sinCoefficients
null if no
storage has been allocated.
double[] cosCoefficients
null if no
storage has been allocated.
SwingPropertyChangeSupport changeAdapter
| Class edu.neu.ccs.XInt extends XNumber implements Serializable |
| Serialized Fields |
int value
| Class edu.neu.ccs.XInterval extends Object implements Serializable |
| Serialized Fields |
double minimum
double maximum
SwingPropertyChangeSupport changeAdapter
| Class edu.neu.ccs.XLine2D extends Line2D.Double implements Serializable |
| Serialized Fields |
SwingPropertyChangeSupport changeAdapter
| Class edu.neu.ccs.XLong extends XNumber implements Serializable |
| Serialized Fields |
long value
| Class edu.neu.ccs.XNumber extends XObject implements Serializable |
| Class edu.neu.ccs.XObject extends Object implements Serializable |
| Serialized Fields |
SwingPropertyChangeSupport changeAdapter
| Class edu.neu.ccs.XOval extends Ellipse2D.Double implements Serializable |
| Serialized Fields |
SwingPropertyChangeSupport changeAdapter
| Class edu.neu.ccs.XPoint2D extends Point2D.Double implements Serializable |
| Serialized Fields |
SwingPropertyChangeSupport changeAdapter
| Class edu.neu.ccs.XPolynomial extends Object implements Serializable |
| Serialized Fields |
double[] coefficients
null if no
storage has been allocated.
SwingPropertyChangeSupport changeAdapter
| Class edu.neu.ccs.XPolynomialComplex extends Object implements Serializable |
| Serialized Fields |
XComplex[] coefficients
The polynomial coefficients or null if no
storage has been allocated.
If the coefficients array is non-null, it
may nevertheless have null entries which are
treated as equal to zero. This avoid excess allocation
of complex number storage that may not be used.
SwingPropertyChangeSupport changeAdapter
| Class edu.neu.ccs.XRect extends Rectangle2D.Double implements Serializable |
| Serialized Fields |
SwingPropertyChangeSupport changeAdapter
| Class edu.neu.ccs.XRoundRect extends RoundRectangle2D.Double implements Serializable |
| Serialized Fields |
SwingPropertyChangeSupport changeAdapter
| Class edu.neu.ccs.XRoundSquare extends XRoundRect implements Serializable |
| Serialized Fields |
double r
double arcr
SwingPropertyChangeSupport changeAdapter
| Class edu.neu.ccs.XShort extends XNumber implements Serializable |
| Serialized Fields |
short value
| Class edu.neu.ccs.XSquare extends XRect implements Serializable |
| Serialized Fields |
double r
SwingPropertyChangeSupport changeAdapter
| Class edu.neu.ccs.XString extends XObject implements Serializable |
| Serialized Fields |
String value
| Package edu.neu.ccs.codec |
| Class edu.neu.ccs.codec.CountPrefixCodec extends Object implements Serializable |
| Class edu.neu.ccs.codec.EscapedCodec extends Object implements Serializable |
| Package edu.neu.ccs.console |
| Class edu.neu.ccs.console.ConsoleGateway extends Object implements Serializable |
| Serialized Fields |
SwingPropertyChangeSupport changeAdapter
CaseActionFilter action
String input
ConsoleWindow window
null, input and output operations
are performed using the default stream objects.
ConsoleGateway.ConsoleInputStream in
PrintStream out
PrintStream err
| Class edu.neu.ccs.console.ConsoleGateway.ConsoleInputStream extends Object implements Serializable |
| Serialized Fields |
StringableFactory factory
Stringable
objects from input stream data.
| Package edu.neu.ccs.filter |
| Class edu.neu.ccs.filter.BoundFilter extends NumericFilter implements Serializable |
| Serialized Fields |
boolean inclusive
| Class edu.neu.ccs.filter.CaseActionFilter extends Object implements Serializable |
| Class edu.neu.ccs.filter.FilterException extends Exception implements Serializable |
| Serialized Fields |
Stringable obj
Stringable object that failed
the filtering process, with its state set to the value
that was current at the time the exception was thrown.
| Class edu.neu.ccs.filter.MaximumBoundFilter extends BoundFilter implements Serializable |
| Class edu.neu.ccs.filter.MaximumBoundFilter.BigDecimal extends MaximumBoundFilter implements Serializable |
| Serialized Fields |
BigDecimal maximum
| Class edu.neu.ccs.filter.MaximumBoundFilter.BigInteger extends MaximumBoundFilter implements Serializable |
| Serialized Fields |
BigInteger maximum
| Class edu.neu.ccs.filter.MaximumBoundFilter.Double extends MaximumBoundFilter implements Serializable |
| Serialized Fields |
double maximum
| Class edu.neu.ccs.filter.MaximumBoundFilter.Long extends MaximumBoundFilter implements Serializable |
| Serialized Fields |
long maximum
| Class edu.neu.ccs.filter.MinimumBoundFilter extends BoundFilter implements Serializable |
| Class edu.neu.ccs.filter.MinimumBoundFilter.BigDecimal extends MinimumBoundFilter implements Serializable |
| Serialized Fields |
BigDecimal minimum
| Class edu.neu.ccs.filter.MinimumBoundFilter.BigInteger extends MinimumBoundFilter implements Serializable |
| Serialized Fields |
BigInteger minimum
| Class edu.neu.ccs.filter.MinimumBoundFilter.Double extends MinimumBoundFilter implements Serializable |
| Serialized Fields |
double minimum
| Class edu.neu.ccs.filter.MinimumBoundFilter.Long extends MinimumBoundFilter implements Serializable |
| Serialized Fields |
long minimum
| Class edu.neu.ccs.filter.NumericFilter extends Object implements Serializable |
| Serialized Fields |
SwingPropertyChangeSupport changeAdapter
| Class edu.neu.ccs.filter.RangeFilter extends NumericFilter implements Serializable |
| Serialized Fields |
MinimumBoundFilter minimum
MaximumBoundFilter maximum
| Class edu.neu.ccs.filter.RangeFilter.BigDecimal extends RangeFilter implements Serializable |
| Serialized Fields |
MinimumBoundFilter.BigDecimal minimum
MaximumBoundFilter.BigDecimal maximum
| Class edu.neu.ccs.filter.RangeFilter.BigInteger extends RangeFilter implements Serializable |
| Class edu.neu.ccs.filter.RangeFilter.Double extends RangeFilter implements Serializable |
| Class edu.neu.ccs.filter.RangeFilter.Long extends RangeFilter implements Serializable |
| Class edu.neu.ccs.filter.StringableFilterSequence extends Object implements Serializable |
| Serialized Fields |
List filters
| Package edu.neu.ccs.gui |
| Class edu.neu.ccs.gui.ActionSequence extends AbstractAction implements Serializable |
| Serialized Fields |
List actions
| Class edu.neu.ccs.gui.ActionsPanel extends DisplayPanel implements Serializable |
| Serialized Fields |
Hashtable map
| Class edu.neu.ccs.gui.AlertEvent extends AWTEvent implements Serializable |
| Class edu.neu.ccs.gui.Annotation extends DisplayPanel implements Serializable |
| Serialized Fields |
Color oldForeground
Color oldBackground
JLabel iconLabel
JLabel used to render the icon.
JTextArea textLabel
JTextArea used to render the text.
int align
Icon alertIcon
null,
when this annotation is in alert status,
the currently displayed icon is not changed.
| Class edu.neu.ccs.gui.ArrayPanel extends DisplayPanel implements Serializable |
| Serialized Fields |
int align
int controlsValue
int minLength
int maxLength
int userMinLength
int userMaxLength
DisplayCollection views
ScrollableDisplay scroller
DisplayPanel controlPanel
Action increment
Action decrement
ActionsPanel lengthActions
TextFieldView lengthField
RangeFilter.Long lengthFilter
Action set
ActionsPanel setActions
Display lengthControls
InputProperties properties
String defaultViewState
| Class edu.neu.ccs.gui.BasePane extends DisplayPanel implements Serializable |
| Serialized Fields |
String monospacedFontName
Fonts.
String serifFontName
Fonts.
String sansserifFontName
Fonts.
int baseFontSize
int fontSize
The common font size for fields, labels, and buttons.
This font size is computed as the base font size plus
the net font size adjustment from LookAndFeelTools.
The resulting font size will be forced to be at least as
big as MINIMUM_FONT_SIZE.
Font fieldFont
Font labelFont
Font buttonFont
int smallFieldWidth
int mediumFieldWidth
int largeFieldWidth
int gap
| Class edu.neu.ccs.gui.BooleanView extends JCheckBox implements Serializable |
| Serialized Fields |
boolean defaultValue
InputProperties properties
| Class edu.neu.ccs.gui.BufferedPanel extends DisplayPanel implements Serializable |
| Serialized Fields |
BufferedImage buffer
int bufferwidth
int bufferheight
PaintableSequence paintablesequence
BufferedPanel.Painter painter
Paint bufferBackground
MouseActionAdapter mouseActions
KeyActionAdapter keyActions
int mouseX
int mouseY
Paintable currentPaintable
boolean autoShiftToTop
boolean mouseIsInPanel
MouseAction SMA_Moved_Action
MouseAction SMA_Pressed_Action
MouseAction SMA_Released_Action
MouseAction SMA_Clicked_Action
MouseAction SMA_Dragged_Action
MouseAction SMA_Entered_Action
MouseAction SMA_Exited_Action
| Class edu.neu.ccs.gui.BufferedPanel.Painter extends DisplayPanel implements Serializable |
| Serialized Fields |
BufferedPanel panel
BufferedPanel that created this
Painter.
| Class edu.neu.ccs.gui.CancelledException extends Exception implements Serializable |
| Class edu.neu.ccs.gui.ChangeAction extends AbstractAction implements Serializable |
| Class edu.neu.ccs.gui.ChangeActionAdapter extends Object implements Serializable |
| Serialized Fields |
ActionSequence changeActions
| Class edu.neu.ccs.gui.ChangeActionEvent extends ActionEvent implements Serializable |
| Serialized Fields |
ChangeEvent event
| Class edu.neu.ccs.gui.CheckerBoard extends TablePanel implements Serializable |
| Serialized Fields |
BufferedPanel window
int block
Rectangle2D[][] blocks
ColorView view0
ColorView view1
SimpleAction colorCheckerBoard
SimpleAction resetColorViews
| Class edu.neu.ccs.gui.ColorPane extends BasePane implements Serializable |
| Serialized Fields |
PaintSwatch upperSwatch
PaintSwatch lowerSwatch
Object[] swatchStuff
VTable swatchPanel
PaintableComponent swatchLabelComponent
Object[] labelSwatchStuff
HTable labelSwatchPanel
Paint R_Paint
Paint G_Paint
Paint B_Paint
Paint A_Paint
Color R_Color
Color G_Color
Color B_Color
Color A_Color
SliderView R_Slider
SliderView G_Slider
SliderView B_Slider
SliderView A_Slider
Annotation R_Label
Annotation G_Label
Annotation B_Label
Annotation A_Label
Object[][] sliderStuff
TablePanel sliderPanel
ColorView colorview
Annotation colorviewLabel
Object[] colorviewStuff
HTable colorviewPanel
SimpleAction initialToCurrentAction
JButton initialToCurrentButton
SimpleAction currentToInitialAction
JButton currentToInitialButton
Object[] mainStuff
VTable mainPanel
SimpleAction setColorFromSlidersAction
SimpleAction setColorFromColorViewAction
ActionSequence pressActions
ActionSequence slidingActions
ActionSequence releaseActions
| Class edu.neu.ccs.gui.ColorPaneDialog extends GeneralDialog implements Serializable |
| Serialized Fields |
ColorPane colorPane
| Class edu.neu.ccs.gui.ColorView extends DisplayPanel implements Serializable |
| Serialized Fields |
Color currentColor
Color defaultColor
int chooserClickCount
PaintSwatch colorBox
MouseActionAdapter colorBoxActions
MouseAction colorBoxAction
ColorPaneDialog colorPaneDialog
SwatchNameRenderer renderer
DropdownView colorDropdownView
Action setColorFromDropdownView
ActionSequence setColorActions
| Class edu.neu.ccs.gui.ComponentAction extends AbstractAction implements Serializable |
| Class edu.neu.ccs.gui.ComponentActionAdapter extends Object implements Serializable |
| Serialized Fields |
ActionSequence hiddenActions
ActionSequence movedActions
ActionSequence resizedActions
ActionSequence shownActions
| Class edu.neu.ccs.gui.ComponentActionEvent extends ActionEvent implements Serializable |
| Serialized Fields |
ComponentEvent event
| Class edu.neu.ccs.gui.DirectApplet extends JApplet implements Serializable |
| Serialized Fields |
boolean initializationSuccessful
createGUI
successful?
Component component
createGUI
if the initialization call was successful.
| Class edu.neu.ccs.gui.Display extends DisplayPanel implements Serializable |
| Serialized Fields |
String title
int aAlign
int tAlign
Displayable view
>null>,
an empty >DisplayPanel> will be provided
on any attempt to set a >null> displayed object.
Annotation caption
| Class edu.neu.ccs.gui.Display.Settings extends Object implements Serializable |
| Serialized Fields |
String annotationText
String titleText
int annotationAlign
int titleAlign
| Class edu.neu.ccs.gui.DisplayCollection extends DisplayPanel implements Serializable |
| Serialized Fields |
int direction
DisplayPanel inner
| Class edu.neu.ccs.gui.DisplayPanel extends JPanel implements Serializable |
| Serialized Fields |
Color background
String codec
| Class edu.neu.ccs.gui.Dropdown extends JComboBox implements Serializable |
| Serialized Fields |
int preferredWidth
int minimumWidth
Vector itemList
String defaultViewState
| Class edu.neu.ccs.gui.DropdownView extends Dropdown implements Serializable |
| Serialized Fields |
GeneralViewSupport delegate
| Class edu.neu.ccs.gui.ErrorDialog extends InputDialog implements Serializable |
| Serialized Fields |
Annotation errorMessage
String originalValue
StringableFilter filter
| Class edu.neu.ccs.gui.ExpressionEvaluationPane extends BasePane implements Serializable |
| Serialized Fields |
Object[][] typePairs
The 2-dimensional array that pairs
a string that will appear on a radio button
with its corresponding Class object.
The radio button strings are:
BigIntegerDoubleBooleanThe corresponding Class objects are:
XBigInteger.classXDouble.classXBoolean.class
TableLayout typeLayout
StringObjectRadioPanel typePanel
Class.
The radio button strings are:
BigIntegerDoubleBooleanThe corresponding Class objects are:
XBigInteger.classXDouble.classXBoolean.class
Annotation expressionLabel
TextFieldView expressionTFV
Object[] expressionStuff
VTable expressionTable
Annotation evaluationLabel
TextFieldView evaluationTFV
Object[] evaluationStuff
VTable evaluationTable
SimpleAction eval
The eval action to evaluate an expression.
Utilizes the method evaluate().
JButton evalButton
Object[] expStuff
VTable expTable
| Class edu.neu.ccs.gui.FileView extends DisplayPanel implements Serializable |
| Serialized Fields |
int align
TextFieldView field
JButton browse
InputProperties properties
| Class edu.neu.ccs.gui.FileView.ExtensionFileFilter extends FileFilter implements Serializable |
| Serialized Fields |
String ext
String extInLowerCase
int extLength
| Class edu.neu.ccs.gui.FocusAction extends AbstractAction implements Serializable |
| Class edu.neu.ccs.gui.FocusActionAdapter extends Object implements Serializable |
| Serialized Fields |
ActionSequence gainedActions
ActionSequence lostActions
| Class edu.neu.ccs.gui.FocusActionEvent extends ActionEvent implements Serializable |
| Serialized Fields |
FocusEvent event
| Class edu.neu.ccs.gui.FontSampler extends DisplayPanel implements Serializable |
| Serialized Fields |
int minimum
int gap
int deltaw
int deltah
int width
int height
BufferedPanel window
GraphicsEnvironment ge
String[] familyList
SimpleAction showFont
Dropdown fontDropdown
TextFieldView fontSizeTFV
BooleanView boldBox
BooleanView italicBox
Object[] fontStuff
HTable fontPanel
Object[] paramsStuff
HTable paramsTable
Object[] mainStuff
VTable mainPanel
| Class edu.neu.ccs.gui.FunctionsPlotter extends BasePane implements Serializable |
| Serialized Fields |
int SMALLGAP
int LARGEGAP
int EXTRAGAP
int BORDER
int VALUEWIDTH
int NAMESWIDTH
int PLOTSIZE
int PLOTINSET
int WINDOWSIZE
int PIXELGAP
The horizontal gap between data pixels in the plot.
In 2.6.0, this gap is set to 1, so plots are dense.
int MAXWIDTH
TextFieldView functionNames
TextFieldView xMinimum
TextFieldView xMaximum
TextFieldView xSpacing
TextFieldView yMinimum
TextFieldView yMaximum
TextFieldView ySpacing
Annotation functionNamesLabel
Annotation xMinimumLabel
Annotation xMaximumLabel
Annotation xSpacingLabel
Annotation yMinimumLabel
Annotation yMaximumLabel
Annotation ySpacingLabel
SimpleAction yScalingAction
BooleanView yScalingCheckBox
SimpleAction xSpacingAction
BooleanView xSpacingCheckBox
SimpleAction ySpacingAction
BooleanView ySpacingCheckBox
Object[][] xStuff
TablePanel xPanel
Object[][] yStuff
TablePanel yPanel
Object[] xSpacingStuff
HTable xSpacingPanel
Object[] ySpacingStuff
HTable ySpacingPanel
Object[] parameterStuff
VTable parameterPanel
Color[] colors
MultiColorView
that determines the plot colors for functions.
String[] labels
MultiColorView
that determines the plot colors for functions.
MultiColorView multiColorView
MultiColorView
that determines the plot colors for functions.
SimpleAction plotAction
The action for the button “Plot Functions”.
JButton plotButton
The button “Plot Functions”.
SimpleAction dataAction
The action for the button “Show Plot Data Table”.
JButton dataButton
The button “Show Plot Data Table”.
SimpleAction clearCoordinatesAction
The action for the button “Clear Coordinates in Plot Pane”.
JButton clearCoordinatesButton
The button “Show Plot Data Table”.
Object[] controlStuff
VTable controlPanel
BufferedPanel window
BufferedPanel for the function plot
window.
MouseAction motionAction
The action for mouse motion in the plot window that converts pixel coordinates to world coordinates and then displays these coordinates in the text views below the function plot window.
This mouse action will be performed whether or not the mouse button is pressed.
This mouse action does nothing if there is no plot in the function plot pane.
MouseAction pressedAction
The action for mouse pressed in the plot window that converts pixel coordinates to world coordinates and then displays these coordinates as a text paintable with string (x,y) at the postion of the mouse press.
This mouse action does nothing if there is no plot in the function plot pane.
MouseAction exitedAction
TextFieldView xMouse
TextFieldView yMouse
Annotation xMouseLabel
Annotation yMouseLabel
Object[] coordinatesStuff
HTable coordinatesPanel
Object[] graphicsStuff
VTable graphicsPanel
Object[] plotPaneStuff
HTable plotPanePanel
SimpleFunctionBuilder builder
SimpleFunctionBuilder for the
functions definition pane.
JTabbedPane tabbedPane
JTabbedPane that combines
the plot pane and the functions definition pane.
BaseParser parser
DecimalFormat xFormat
The decimal format to be used for world x-coordinates in the coordinates panel and in any data table.
This format is dynamically constructed based on the actual data being plotted.
DecimalFormat yFormat
The decimal format to be used for world y-coordinates in the coordinates panel and in any data table.
This format is dynamically constructed based on the actual data being plotted.
boolean hasPlot
Whether or not there is a plot in the plot window.
If this boolean is true, then there is data available to display in a data table.
PlotTool plottool
PlotTool object for doing the plots.
Rectangle2D world
Rectangle2D image
Stroke stroke
Point2D[][] data
String names
The string with the function names to be plotted.
Extracted from the GUI.
double xmin
The minimum x-coordinate for function plots.
Extracted from the GUI.
double xmax
The maximum x-coordinate for function plots.
Extracted from the GUI.
double ymin
The minimum y-coordinate for function plots.
Auto-computed or extracted from the GUI.
double ymax
The maximum y-coordinate for function plots.
Auto-computed or extracted from the GUI.
double xgrid
The size of the x grid spacing for function plots.
Auto-computed or extracted from the GUI.
double ygrid
The size of the y grid spacing for function plots.
Auto-computed or extracted from the GUI.
| Class edu.neu.ccs.gui.GeneralDialog extends JDialog implements Serializable |
| Serialized Fields |
Component component
ActionsPanel actionsPanel
TablePanel contentPanel
DisplayPanel wrapperPanel
DialogAction windowClosingAction
Action windowOpenedAction
WindowActionAdapter windowActionAdapter
Frame parentFrame
Frame if any.
Dialog parentDialog
Dialog if any.
String response
boolean cancelled
| Class edu.neu.ccs.gui.Halo extends DisplayPanel implements Serializable |
| Class edu.neu.ccs.gui.HTable extends TablePanel implements Serializable |
| Serialized Fields |
String errormessage
| Class edu.neu.ccs.gui.ImageCapsule extends JComponent implements Serializable |
| Serialized Fields |
Image image
| Class edu.neu.ccs.gui.ImageViewer extends ImageViewerBase implements Serializable |
| Class edu.neu.ccs.gui.ImageViewerBase extends DisplayPanel implements Serializable |
| Serialized Fields |
String[] imageFileNames
makeGUI.
ImagePaintableLite[] paintables
ImagePaintableLite objects that encapsulate
the list of references to the images to be viewed;
this data MUST be set by a derived class
prior to a call to the method makeGUI.
int X_MAX
makeGUI.
int Y_MAX
makeGUI.
int Y_MAX_SMALL
makeGUI and
is designed to ensure that if an image is scaled then both the
image and its labels may be viewed on screen at once.
| Class edu.neu.ccs.gui.InputDialog extends JPTDialog implements Serializable |
| Serialized Fields |
Stringable model
boolean cancelled
| Class edu.neu.ccs.gui.InputProperties extends Object implements Serializable |
| Serialized Fields |
Hashtable table
InputProperties next
| Class edu.neu.ccs.gui.JPTComponent extends JComponent implements Serializable |
| Serialized Fields |
PropertyChangeForwardingListener forwardingListener
The forwarding listener for this JPTComponent object to implement
the interface SupportsPropertyChange.
JPTComponent.getForwardingListener()KeyActionAdapter keyActionAdapter
MouseActionAdapter mouseActionAdapter
| Class edu.neu.ccs.gui.JPTDialog extends JDialog implements Serializable |
| Serialized Fields |
TypedView view
ActionsPanel actions
| Class edu.neu.ccs.gui.JPTFrame extends JFrame implements Serializable |
| Serialized Fields |
int closeOperation
JPTFrame.setDefaultCloseOperation(int)Insets screen_insets
setLocation calls
that do not provide explicit insets.
| Class edu.neu.ccs.gui.JPTScrollPane extends JScrollPane implements Serializable |
| Class edu.neu.ccs.gui.KeyAction extends AbstractAction implements Serializable |
| Serialized Fields |
int keyCodeOrChar
| Class edu.neu.ccs.gui.KeyActionAdapter extends Object implements Serializable |
| Serialized Fields |
ActionSequence pressedActions
ActionSequence releasedActions
ActionSequence typedActions
| Class edu.neu.ccs.gui.KeyActionEvent extends ActionEvent implements Serializable |
| Serialized Fields |
KeyEvent event
| Class edu.neu.ccs.gui.Laminate extends JComponent implements Serializable |
| Serialized Fields |
Component target
boolean activated
boolean selected
Point moveOffset
MouseActionAdapter adapter
boolean resizeable
boolean moveable
boolean resizingX
boolean resizingY
| Class edu.neu.ccs.gui.LayeredComponent extends JComponent implements Serializable |
| Serialized Fields |
JComponent foreground
PaintableComponent lowerLayer
Paintable topmostPaintable
Paintable tilePaintable
XPoint2D corner
Tile tile1
Tile tile2
boolean centered
| Class edu.neu.ccs.gui.ListSelectionAction extends AbstractAction implements Serializable |
| Class edu.neu.ccs.gui.ListSelectionActionAdapter extends Object implements Serializable |
| Serialized Fields |
ActionSequence selectionActions
| Class edu.neu.ccs.gui.ListSelectionActionEvent extends ActionEvent implements Serializable |
| Serialized Fields |
ListSelectionEvent event
| Class edu.neu.ccs.gui.MalformedDataEvent extends AlertEvent implements Serializable |
| Serialized Fields |
String s
ParseException ex
ParseException that was generated
by an input component in response to malformed data.
| Class edu.neu.ccs.gui.MouseAction extends AbstractAction implements Serializable |
| Class edu.neu.ccs.gui.MouseActionAdapter extends Object implements Serializable |
| Serialized Fields |
ActionSequence clickedActions
ActionSequence enteredActions
ActionSequence exitedActions
ActionSequence pressedActions
ActionSequence releasedActions
ActionSequence draggedActions
ActionSequence movedActions
| Class edu.neu.ccs.gui.MouseActionEvent extends ActionEvent implements Serializable |
| Serialized Fields |
MouseEvent event
| Class edu.neu.ccs.gui.MultiColorView extends BasePane implements Serializable |
| Serialized Fields |
int GAP
ColorView[] colorviews
Annotation[] annotations
int viewcount
TablePanel colorpanel
ActionSequence setColorActions
| Class edu.neu.ccs.gui.OptionsView extends RadioPanel implements Serializable |
| Serialized Fields |
int defaultValue
InputProperties properties
| Class edu.neu.ccs.gui.PaintableButton extends JButton implements Serializable |
| Serialized Fields |
Paintable paintable
PaintableComponent component
Rectangle2D bounds
PaintableButton.RefreshListener listener
| Class edu.neu.ccs.gui.PaintableComponent extends JPTComponent implements Serializable |
| Serialized Fields |
Paintable paintable
Rectangle2D bounds
PaintableComponent.RefreshListener listener
| Class edu.neu.ccs.gui.PaintAction extends AbstractAction implements Serializable |
| Class edu.neu.ccs.gui.PaintActionCapsule extends JComponent implements Serializable |
| Serialized Fields |
ActionSequence actions
| Class edu.neu.ccs.gui.PaintActionEvent extends ActionEvent implements Serializable |
| Serialized Fields |
Graphics graphicsContext
| Class edu.neu.ccs.gui.PaintSwatch extends JPTComponent implements Serializable |
| Serialized Fields |
Paint paint
int xSize
int ySize
Rectangle2D area
setSize.
| Class edu.neu.ccs.gui.PathListView extends TablePanel implements Serializable |
| Serialized Fields |
TableLayout windingRuleLayout
StringObjectRadioPanel windingRulePanel
SimpleArrayPanel nodeListPanel
Display windingRuleWrapper
Display nodeListWrapper
| Class edu.neu.ccs.gui.PathNodeView extends TextFieldView implements Serializable |
| Class edu.neu.ccs.gui.PlotTool extends Object implements Serializable |
| Serialization Methods |
private void readObject(ObjectInputStream in)
throws IOException,
ClassNotFoundException
| Serialized Fields |
Rectangle2D.Double worldBounds
Rectangle2D.Double imageBounds
boolean preservesShape
int inset
AffineTransform mapping
Transform1D xMapping
Transform1D yMapping
AffineTransform inverseMapping
Transform1D inverseXMapping
Transform1D inverseYMapping
XInterval worldXRange
XInterval worldYRange
XInterval imageXRange
XInterval imageYRange
Point2D.Double scale
| Class edu.neu.ccs.gui.PropertyChangeAction extends AbstractAction implements Serializable |
| Class edu.neu.ccs.gui.PropertyChangeActionAdapter extends Object implements Serializable |
| Serialized Fields |
ActionSequence changeActions
| Class edu.neu.ccs.gui.PropertyChangeActionEvent extends ActionEvent implements Serializable |
| Serialized Fields |
PropertyChangeEvent event
| Class edu.neu.ccs.gui.RadioPanel extends JPanel implements Serializable |
| Serialized Fields |
String defaultViewState
StringObjectMap labelButtonMap
QuickHashMap labelIndexMap
Integer with the position of the
label in the view.
QuickHashMap modelButtonMap
ButtonGroup buttonGroup
TableLayout defaultLayout
ActionSequence commonactions
| Class edu.neu.ccs.gui.RequestImageViewer extends DisplayPanel implements Serializable |
| Serialized Fields |
TextFieldView directoryView
TextFieldView filelistView
JPTFrame helpFrame
SimpleAction help
SimpleAction action
ThreadedAction threadedaction
BooleanView autoscaleview
TablePanel panel
TablePanel helpPanel
TablePanel mainPanel
| Class edu.neu.ccs.gui.RequestWebImageViewer extends DisplayPanel implements Serializable |
| Serialized Fields |
TextFieldView imagesURLview
TextFieldView filelistURLview
TextFieldView filelistView
JPTFrame helpFrame
SimpleAction help
SimpleAction action
ThreadedAction threadedaction
BooleanView autoscaleview
TablePanel panel
TablePanel helpPanel
TablePanel mainPanel
| Class edu.neu.ccs.gui.ScrollableDisplay extends JPTScrollPane implements Serializable |
| Class edu.neu.ccs.gui.ShapeCapsule extends JComponent implements Serializable |
| Serialized Fields |
Shape shape
Paint paint
| Class edu.neu.ccs.gui.SimpleAction extends AbstractAction implements Serializable |
| Class edu.neu.ccs.gui.SimpleArrayPanel extends TablePanel implements Serializable |
| Serialized Fields |
Class viewType
JComponent,
implement the interface TypedView, and
have a public default constructor.
Class viewDataType
getDataType() of TypedView.
int arrayLength
int lengthOffset
arrayLength + lengthOffset.
int initialIndex
int visibleViewCount
int gap
TablePanel objects constructed directly in
this array panel.
boolean autoHalo
Halo to localize error highlights.
int viewWidth
int viewHeight
int labelWidth
TablePanel innerPanel
JPTScrollPane scrollPane
TablePanel controls
TextFieldView lengthTFV
arrayLength + lengthOffset.
SimpleAction incrementLength
SimpleAction decrementLength
SimpleAction setLengthFromGUI
Vector viewList
| Class edu.neu.ccs.gui.SimpleFunctionBuilder extends DisplayPanel implements Serializable |
| Serialized Fields |
int gap
DisplayPanel defPane
DisplayPanel expPane
Object[] vStuff
VTable vTable
| Class edu.neu.ccs.gui.SimpleFunctionBuilderWithIO extends DisplayPanel implements Serializable |
| Serialized Fields |
int gap
DisplayPanel defPane
DisplayPanel expPane
Object[] vStuff
VTable vTable
| Class edu.neu.ccs.gui.SimpleFunctionPane extends BasePane implements Serializable |
| Serialized Fields |
BaseParser parser
Annotation fcnsLabel
Dropdown fcnsList
SimpleAction selectFcn
The action to select a function from the functions dropdown list and show its definition.
Utilizes the method selectFunction().
Annotation ordinaryFcnsLabel
Dropdown ordinaryFcnsList
SimpleAction revertOrdinaryAction
Annotation reservedLabel
Dropdown reservedList
SimpleAction revertReservedAction
Annotation nameLabel
TextFieldView nameTFV
Annotation paramsLabel
TextFieldView paramsTFV
Annotation bodyLabel
TextFieldView bodyTFV
Object[][] innerStuff
TablePanel innerPanel
Object[] definitionStuff
VTable definitionPanel
SimpleAction defFun
The define function action.
Utilizes the method defineFunction().
SimpleAction remFun
The remove function action.
Utilizes the method removeFunction().
SimpleAction clear
The clear fields action.
Utilizes the method clearFields().
JButton defFunButton
JButton remFunButton
JButton clearButton
Object[] defButtons
HTable defButtonsTable
Object[] mainStuff
VTable mainTable
| Class edu.neu.ccs.gui.SimpleFunctionPaneWithIO extends SimpleFunctionPane implements Serializable |
| Serialized Fields |
TextFileIO fileIO
SimpleAction save
SimpleAction read
JButton saveButton
JButton readButton
Object[] IOButtons
HTable IOButtonsTable
| Class edu.neu.ccs.gui.SimpleThreadedAction extends AbstractAction implements Serializable |
| Class edu.neu.ccs.gui.SliderView extends BasePane implements Serializable |
| Serialized Fields |
Shape thumbShape
The slider thumb shape.
ShapePaintable thumb
The slider thumb.
Paint ordinaryThumbPaint
The ordinary fill paint for the thumb.
Default: Color.white.
Paint selectedThumbPaint
The selected fill paint for the thumb.
Default: Color.red.
XRect trackRect
The slider track rect.
ShapePaintable track
The slider track.
Paint trackPaint
The fill paint for the track.
Default: Color.yellow.
XRect trackBorderRect
The slider track border rect.
ShapePaintable trackBorder
The slider track border.
Color commonColor
The common color for lines, borders, and text labels.
Default: Color.black.
PaintableSequence tickSequence
The paintable sequence for slider tick marks.
An empty sequence is constructed in this class.
If majorTicks and/or minorTicks is positive then the corresponding default methods below will populate this paintable sequence with ticks.
If both majorTicks and minorTicks are zero, then the caller has complete control of what ticks, if any, will be installed.
PaintableSequence labelSequence
The paintable sequence for slider labels.
An empty sequence is constructed in this class.
If majorTicks is positive, then the default labels will be installed at the corresponding ticks.
If majorTicks is zero, then the caller has complete control of what labels, if any, will be installed.
PaintableSequence objectSequence
The paintable sequence for more general
Paintable objects.
The caller has complete control of what objects, if any, will be installed.
PaintableSequence mainSequence
The paintable sequence for all of the paintables in the slider GUI including the thumb, the track, the major and minor tick marks, and the labels.
Populated by initializeSequence().
This sequence contains other sequences as items.
These other sequences are populated by their own
methods.
XRect mainBounds
Once initialized by freezeBounds(),
this rectangle contains the bounds of the sequence
mainSequence.
int cornerX
int cornerY
PaintableComponent mainComponent
MouseActionAdapter adapter
int mouseX
int mouseY
MouseAction mousePressAction
MouseAction mouseSlidingAction
MouseAction mouseReleaseAction
ActionSequence pressActions
ActionSequence slidingActions
ActionSequence releaseActions
ActionEvent pressEvent
The standard event that will be passed to the sequence
pressActions when the mouse is pressed in
the active area of the slider (thumb or track).
The source is this.
The ID is PRESS_ACTION.
The command string is empty.
ActionEvent slidingEvent
The standard event that will be passed to the sequence
slidingActions when the mouse is sliding
after being pressed in the active area of the slider
(thumb or track).
The source is this.
The ID is SLIDING_ACTION.
The command string is empty.
ActionEvent releaseEvent
The standard event that will be passed to the sequence
releaseActions when the mouse is released
after being pressed in the active area of the slider
(thumb or track).
The source is this.
The ID is RELEASE_ACTION.
The command string is empty.
TextFieldView valueTFV
SimpleAction setValueFromValueTFV
int orientation
HORIZONTAL or VERTICAL.
int minimum
The track minimum value.
If the caller enters a minimum larger than the maximum then that will reverse the order on the slider.
It is required that minimum and maximum be unequal.
int maximum
The track maximum value.
If the caller enters a minimum larger than the maximum then that will reverse the order on the slider.
It is required that minimum and maximum be unequal.
int delta
int value
The value of the slider, that is, what will be returned
by the call getValue().
The value should be between minimum and maximum.
int defaultValue
int pixels
The track pixels, that is, the size of the track along its major direction.
It is required that pixels be at least
MINIMUM_PIXELS.
int limit
The track limit, that is, the last valid location on the track along its major direction.
Equivalent to (pixels - 1).
int location
The thumb location along the track.
The location should be between 0 and limit.
double f_loc_to_val
locationToValue.
double t_loc_to_val
locationToValue.
double f_val_to_loc
valueToLocation.
double t_val_to_loc
valueToLocation.
int majorTicks
The major ticks setting.
If zero, then major ticks and labels will not be shown automatically but may be added by the caller.
int minorTicks
The minor ticks setting.
If zero, then minor ticks will not be shown automatically but may be added by the caller.
boolean dragging
The dragging parameter will be set to true if and only if the user is currently dragging the thumb. This is only used internally.
InputProperties properties
| Class edu.neu.ccs.gui.StringObjectDropdown extends Dropdown implements Serializable |
| Serialized Fields |
StringObjectMap pairmap
boolean sort
| Class edu.neu.ccs.gui.StringObjectRadioPanel extends RadioPanel implements Serializable |
| Serialized Fields |
StringObjectMap pairmap
| Class edu.neu.ccs.gui.StringViewer extends DisplayPanel implements Serializable |
| Serialized Fields |
TextAreaView textarea
TextAreaView.
JPTScrollPane scrollpane
JPTScrollPane.
GeneralViewSupport delegate
| Class edu.neu.ccs.gui.SwatchNamePair extends TablePanel implements Serializable |
| Serialized Fields |
Paint paint
String name
PaintSwatch swatch
JLabel label
| Class edu.neu.ccs.gui.TablePanel extends DisplayPanel implements Serializable |
| Serialized Fields |
TableGenerator tg
| Class edu.neu.ccs.gui.TextAreaView extends JTextArea implements Serializable |
| Serialized Fields |
String defaultValue
InputProperties properties
| Class edu.neu.ccs.gui.TextFieldView extends JTextField implements Serializable |
| Serialized Fields |
int preferredWidth
boolean autoSelect
GeneralViewSupport delegate
| Class edu.neu.ccs.gui.Transform1D extends Object implements Serializable |
| Serialized Fields |
double factor
double offset
| Class edu.neu.ccs.gui.VisualColorList extends DisplayPanel implements Serializable |
| Serialized Fields |
int swatchSize
int paneHeight
String[] nameArray
String[] rgbaArray
String[] hexArray
JPTScrollPane colorPane
ColorView colorView
| Class edu.neu.ccs.gui.VisualColorSampler extends DisplayPanel implements Serializable |
| Serialized Fields |
int GAP
String title1
String title2
VisualColorList panel1
VisualColorList.
CheckerBoard panel2
CheckerBoard.
Object[][] mainStuff
TablePanel mainPanel
| Class edu.neu.ccs.gui.VTable extends TablePanel implements Serializable |
| Serialized Fields |
String errormessage
| Class edu.neu.ccs.gui.WebImageViewer extends ImageViewerBase implements Serializable |
| Class edu.neu.ccs.gui.WindowAction extends AbstractAction implements Serializable |
| Class edu.neu.ccs.gui.WindowActionAdapter extends Object implements Serializable |
| Serialized Fields |
ActionSequence activatedActions
ActionSequence closedActions
ActionSequence closingActions
ActionSequence deactivatedActions
ActionSequence deiconifiedActions
ActionSequence iconifiedActions
ActionSequence openedActions
| Class edu.neu.ccs.gui.WindowActionEvent extends ActionEvent implements Serializable |
| Serialized Fields |
WindowEvent event
| Class edu.neu.ccs.gui.XObjectView extends JLabel implements Serializable |
| Serialized Fields |
XObject model
| Class edu.neu.ccs.gui.Zoo extends ZooContainer implements Serializable |
| Serialized Fields |
MouseActionAdapter mouseAdapter
Hashtable laminateTable
ListSelectionModel selectionModel
boolean restrictingBounds
boolean moveable
boolean resizeable
boolean designMode
Stroke dashedStroke
Point lassoStart
Point lassoLast
Color focusedHighlightColor
SystemColor.textHighlight.
Zoo.setFocusedHighlightColor(Color),
Zoo.getFocusedHighlightColor()Color unfocusedHighlightColor
null,
which means that it is computed from the
highlight color for when this zoo has focus.
Zoo.setUnfocusedHighlightColor(Color),
Zoo.getUnfocusedHighlightColor()Action SELECT_ALL_ACTION
Zoo.selectAll()Action DESELECT_ALL_ACTION
Zoo.deselectAll()Action GROUP_SELECTED_COMPONENTS_ACTION
Zoo.groupSelection()Action UNGROUP_SELECTED_COMPONENT_ACTION
ZooGroup.
Zoo.ungroup(ZooGroup),
Zoo.getSelectedComponent()Action UNGROUP_SELECTED_COMPONENTS_ACTION
Zoo.ungroupSelection()Action TOGGLE_DESIGN_MODE_ACTION
Action SET_DESIGN_MODE_ON_ACTION
Action SET_DESIGN_MODE_OFF_ACTION
Action SEND_TO_BACK_ACTION
Action BRING_TO_FRONT_ACTION
Action MOVE_UP_ACTION
Action MOVE_DOWN_ACTION
| Class edu.neu.ccs.gui.ZooContainer extends DisplayPanel implements Serializable |
| Class edu.neu.ccs.gui.ZooGroup extends ZooContainer implements Serializable |
| Serialized Fields |
Dimension oldSize
AffineTransform transform
| Package edu.neu.ccs.jpf |
| Class edu.neu.ccs.jpf.ActivityIcon.ActionIcon extends JComponent implements Serializable |
| Class edu.neu.ccs.jpf.ActivityIcon.InputIcon extends JComponent implements Serializable |
| Class edu.neu.ccs.jpf.ActivityIcon.OutputIcon extends JComponent implements Serializable |
| Class edu.neu.ccs.jpf.JPFApplet extends DirectApplet implements Serializable |
| Serialized Fields |
BufferedPanel window
PaintableSequence sequence
JPFPane thePane
| Class edu.neu.ccs.jpf.JPFPane extends DisplayPanel implements Serializable |
| Serialized Fields |
Object initializer
Class initializerClass
Class baseClass
MethodFilter filter
BufferedPanel window
boolean showGraphics
ActionsPanel methodButtonsPanel
ActionsPanel commonButtonsPanel
ActionsPanel exitButtonPanel
VTable buttonsPanel
JButton[] methodButtons
JButton exitButton
DisplayPanel LHS
DisplayPanel RHS
HTable mainPanel
Action clearGraphicsAction
Action makeShapshotAction
Action exitAction
Default application closing action. Calls:
System.exit(0);
| Class edu.neu.ccs.jpf.MethodGUI extends DisplayPanel implements Serializable |
| Serialized Fields |
Dimension screenSize
int screenWidth
int screenHeight
int scrollWidth
int scrollHeight
Object initializer
This initializer is an object of the class
associated with the method or null
if the JPF method is static.
Method method
String methodName
Class returnType
String returnTypeName
Class[] parameterTypes
String[] parameterTypeNames
int orientation
TypedView[] parameterViews
TypedView returnView
PaintSwatch paintView
Action evaluate
JButton evaluateButton
int maxCols
TablePanel mainPanel
JPTScrollPane scrollpane
| Package edu.neu.ccs.quick |
| Class edu.neu.ccs.quick.QuickArrayList extends ArrayList implements Serializable |
| Class edu.neu.ccs.quick.QuickHashMap extends HashMap implements Serializable |
| Class edu.neu.ccs.quick.QuickHashSet extends HashSet implements Serializable |
| Class edu.neu.ccs.quick.QuickHashtable extends Hashtable implements Serializable |
| Class edu.neu.ccs.quick.QuickLinkedList extends LinkedList implements Serializable |
| Class edu.neu.ccs.quick.QuickTreeMap extends TreeMap implements Serializable |
| Class edu.neu.ccs.quick.QuickTreeSet extends TreeSet implements Serializable |
| Class edu.neu.ccs.quick.QuickVector extends Vector implements Serializable |
| Package edu.neu.ccs.util |
| Class edu.neu.ccs.util.FileExistsException extends IOException implements Serializable |
| Serialized Fields |
File f
| Class edu.neu.ccs.util.JPTError extends Error implements Serializable |
| Class edu.neu.ccs.util.StringableFactory extends Object implements Serializable |
| Serialized Fields |
Class type
SwingPropertyChangeSupport changeAdapter
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||