public class EventLogControl
extends java.lang.Object
| Constructor and Description |
|---|
EventLogControl(javax.swing.JCheckBox show,
javax.swing.JCheckBox pause)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
pauseOnEvent()
Returns true if this event type should cause pause
|
void |
setPauseOnEvent(boolean pause)
Sets ought this event type cause pause (return true for
pauseOnEvent() ) |
void |
setShowEvent(boolean show)
Sets ought this event type should be shown (return true for
showEvent() ) |
boolean |
showEvent()
Returns true if this event type should be shown
|
public EventLogControl(javax.swing.JCheckBox show,
javax.swing.JCheckBox pause)
show - The checkbox that controls showing this type of eventpause - The checkbox that controls pausing on this type of eventpublic boolean showEvent()
public boolean pauseOnEvent()
public void setShowEvent(boolean show)
showEvent() )show - If true, events are set to be shownpublic void setPauseOnEvent(boolean pause)
pauseOnEvent() )pause - If true, events cause pause