Uses of Class
com.jstatcom.model.SymbolEvent

Packages that use SymbolEvent
com.jstatcom.component GUI components with general functionality. 
com.jstatcom.equation Components to display equations. 
com.jstatcom.model Data model and Symbol Management systems. 
com.jstatcom.model.control Symbol control system. 
 

Uses of SymbolEvent in com.jstatcom.component
 

Methods in com.jstatcom.component with parameters of type SymbolEvent
 void SymbolDisplay.valueChanged(SymbolEvent evt)
          Updates the displayed text if changes happen.
 void NumSelector.valueChanged(SymbolEvent evt)
          Updates display when symbol changed.
 void CheckBoxList.valueChanged(SymbolEvent evt)
          Updates list if symbol changed.
 

Uses of SymbolEvent in com.jstatcom.equation
 

Methods in com.jstatcom.equation with parameters of type SymbolEvent
 void EqTermAR.valueChanged(SymbolEvent evt)
          Updates layout on symbol events of the underlying lag symbol.
 

Uses of SymbolEvent in com.jstatcom.model
 

Methods in com.jstatcom.model that return SymbolEvent
static SymbolEvent SymbolEvent.valueOfEmptyState(Symbol source, boolean isEmptyNow)
          Gets an instance of this for events of type SymbolEventTypes.EMPTY_STATE.
static SymbolEvent SymbolEvent.valueOfJSCDataEvent(Symbol source, JSCDataEvent evt)
          Gets an instance of this for events of type JSCDataEvent.
static SymbolEvent SymbolEvent.valueOfValChanged(Symbol source, java.lang.Object oldValue, java.lang.Object newValue)
          Gets an instance of this for events of type SymbolEventTypes.VALUE_CHANGED.
 

Methods in com.jstatcom.model with parameters of type SymbolEvent
 void SymbolEventSupport.dispatchEvent(SymbolEvent evt)
          Dispatches evt by calling valueChanged of all registered listeners to events of type evt.getType.
 void SymbolListener.valueChanged(SymbolEvent evt)
          Called when a Symbol object fires a SymbolEvent of a SymbolEventType that this object has registered to via Symbol.addSymbolListener.
 

Uses of SymbolEvent in com.jstatcom.model.control
 

Methods in com.jstatcom.model.control with parameters of type SymbolEvent
 void SymbolTreeNode.valueChanged(SymbolEvent evt)
          Invokes repaint on symbol tree.
 void SymbolPanel.valueChanged(SymbolEvent evt)
          Update the symbol display.