Serialized Form
|
Package edu.williams.cs.ljil.finitizer |
|
Package edu.williams.cs.ljil.finitizer.ui |
view
edu.williams.cs.ljil.finitizer.ui.DiagramEditingView view
- The component in which the diagram is displayed.
cmdToJButton
java.util.HashMap<K,V> cmdToJButton
- Maps from button labels to buttons.
parentUi
FSPBuilderUI parentUi
- The main user interface class.
color
java.awt.Color color
- The color for the background
color
java.awt.Color color
- The color to use for the background
fspb
FSPBuilder fspb
- The main controller for the program.
pvp
ProcessViewPane pvp
- The panel in which the process is displayed.
detailPanel
javax.swing.JPanel detailPanel
- The panel in which details about an individual issue are displayed.
issueSelectionListener
edu.williams.cs.ljil.finitizer.ui.IssuesListPane.IssueSelectionListener issueSelectionListener
- The listener to the issue list.
stepToTabcomponent
java.util.Map<K,V> stepToTabcomponent
- A mapping from steps to the tabs they are displayed on.
diagramToTabcomponent
java.util.Map<K,V> diagramToTabcomponent
- A mapping from diagrams to the tabs they are displayed on.
highlighted
java.util.Vector<E> highlighted
- The list of all highlighted steps.
|
Package edu.williams.cs.ljil.introspector |