Package designtools

Class Summary
ChipPropertiesPanel This class holds chip properties which the user inputs.
CircuitComponent Each component of the schematic circuit diagram is represented by this class.
CircuitDiagramFrame This frame is the schematic circuit diagram editor frame.
CircuitEditorMenu Extends the standard menu to insert an Edit menu.
ConnectedWires Lists interconnected wires and stores the circuit component which is the source for the wires.
DesignTools The DesignTools class is the starting class for the Chip Design Tools.
DigitalTableModel Extends the AbstractTableModel to store all the data required for the state / truth table
FileOperations Class which includes static file functions for the designtools
HTMLViewer Web page browser suitable for displaying help files.
StandardMenu Contains a common menu object containing menu items for all windows.
StateTable The state table itself.
StateTableFrame State table editor window
TruthTable A truth table is a special case of a state table.
TruthTableFrame The truth table frame is the truth table editor window
Wire Class to represent a wire which is internally represented as a set of points
Workspace This class extends JPanel to provide the circuit diagram design workspace placed on the CircuitDiagramFrame.