|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Symbol | |
---|---|
com.jstatcom.model | Data model and Symbol Management systems. |
com.jstatcom.model.control | Symbol control system. |
com.jstatcom.table | Special tables for some data types. |
Uses of Symbol in com.jstatcom.model |
---|
Fields in com.jstatcom.model with type parameters of type Symbol | |
---|---|
static javolution.xml.XmlFormat<Symbol> |
Symbol.Symbol_XML
XML format field for (de)serialization. |
Methods in com.jstatcom.model that return Symbol | |
---|---|
Symbol |
SymbolTable.get(JSCTypeDef def)
Gets the symbol with def.name . |
Symbol |
SymbolEvent.getSource()
Gets the data object where the event was fired from. |
Symbol |
SymbolTable.getSymbol(java.lang.String name)
Gets the symbol with the given name or null
if none is contained with the given name. |
Methods in com.jstatcom.model with parameters of type Symbol | |
---|---|
static void |
Symbol.copySymbol(Symbol source,
Symbol target)
Moves data and listeners from one symbol to the other. |
void |
SymbolTable.setSymbol(Symbol symbol)
Puts a new symbol into the collection. |
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 . |
Uses of Symbol in com.jstatcom.model.control |
---|
Fields in com.jstatcom.model.control declared as Symbol | |
---|---|
Symbol |
SymbolTreeNode.symbol
Symbol represented by this tree node. |
Methods in com.jstatcom.model.control with parameters of type Symbol | |
---|---|
void |
SymbolTableTreeNode.addSymbol(Symbol symbol)
Adds a symbol to this node. |
abstract void |
SymbolPanel.setSymbol(Symbol symbol)
Sets the symbol to be displayed by this panel. |
void |
JSCSArrayPanel.setSymbol(Symbol symbol)
|
void |
JSCNArrayPanel.setSymbol(Symbol symbol)
|
void |
DefaultSymbolPanel.setSymbol(Symbol symbol)
|
Constructors in com.jstatcom.model.control with parameters of type Symbol | |
---|---|
SymbolTreeNode(Symbol symbol)
Creates a tree node for a symbol. |
Uses of Symbol in com.jstatcom.table |
---|
Constructors in com.jstatcom.table with parameters of type Symbol | |
---|---|
JSCAbstractTableModel(Symbol symbol)
Creates a table model for a symbol. |
|
JSCNArrayTableModel(Symbol symbol)
Constructs a table model for a symbol of type JSCTypes.NARRAY . |
|
JSCSArrayTableModel(Symbol symbol)
Constructs a table model for a symbol of type JSCTypes.SARRAY . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |