Uses of Class
com.jstatcom.model.control.SymbolPanel

Packages that use SymbolPanel
com.jstatcom.model.control Symbol control system. 
 

Uses of SymbolPanel in com.jstatcom.model.control
 

Subclasses of SymbolPanel in com.jstatcom.model.control
 class DefaultSymbolPanel
          Default symbol panel to be used for all types that do not have a distinct panel.
 class JSCNArrayPanel
          Panel to display and save symbols that represent JSCNArray data objects.
 class JSCSArrayPanel
          Panel to display and save symbols that represent JSCSArray data objects.
 

Methods in com.jstatcom.model.control with parameters of type SymbolPanel
 void SymbolFrame.addSymbolPanel(JSCTypes type, SymbolPanel panel)
          Sets the panel to be displayed for a certain data type.