TrustGrapher
r52
A playabale simulator for modelling trust between agents
|
Public Member Functions | |
TrustMenuBar (TrustGrapher trustGrapher) | |
Public Attributes | |
javax.swing.JCheckBoxMenuItem | toggleEventPanelButton |
javax.swing.JCheckBoxMenuItem | togglePlaybackPanelButton |
Static Public Attributes | |
static final String | SHOW_PLAYBACK_PANEL = "showPlaybackPanel" |
Protected Attributes | |
TrustGrapher | trustGrapher |
Package Attributes | |
static final String | SHOW_EVENT_PANEL = "showEventPanel" |
The menu bar for the simnulator. Contains controls for options, saving, loading, modifying events, changing view types, and displaying panels.
Definition at line 11 of file TrustMenuBar.java.
cu.trustGrapher.TrustMenuBar.TrustMenuBar | ( | TrustGrapher | trustGrapher | ) |
final String cu.trustGrapher.TrustMenuBar.SHOW_EVENT_PANEL = "showEventPanel" [package] |
Definition at line 13 of file TrustMenuBar.java.
final String cu.trustGrapher.TrustMenuBar.SHOW_PLAYBACK_PANEL = "showPlaybackPanel" [static] |
Definition at line 13 of file TrustMenuBar.java.
javax.swing.JCheckBoxMenuItem cu.trustGrapher.TrustMenuBar.toggleEventPanelButton |
Definition at line 311 of file TrustMenuBar.java.
javax.swing.JCheckBoxMenuItem cu.trustGrapher.TrustMenuBar.togglePlaybackPanelButton |
Definition at line 312 of file TrustMenuBar.java.
Definition at line 14 of file TrustMenuBar.java.