Returns true if this event type should be shown @return true if this event type should be shown
()
| 30 | * @return true if this event type should be shown |
| 31 | */ |
| 32 | public boolean showEvent() { |
| 33 | return this.show.isSelected(); |
| 34 | } |
| 35 | |
| 36 | /** |
| 37 | * Returns true if this event type should cause pause |