| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectgui.EventLogControl
public class EventLogControl
Class capsulates the references to the controls one can add to the EventLogControlPanel
| Constructor Summary | |
|---|---|
| EventLogControl(javax.swing.JCheckBox show,
                javax.swing.JCheckBox pause)Constructor. | |
| Method Summary | |
|---|---|
|  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 | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
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 event| Method Detail | 
|---|
public 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| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||