|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use JSCTypeDef | |
---|---|
com.jstatcom.component | GUI components with general functionality. |
com.jstatcom.model | Data model and Symbol Management systems. |
Uses of JSCTypeDef in com.jstatcom.component |
---|
Methods in com.jstatcom.component that return JSCTypeDef | |
---|---|
JSCTypeDef |
SymbolDisplay.getSymbolDef()
Gets the type definition of the symbol that is currently displayed. |
Methods in com.jstatcom.component with parameters of type JSCTypeDef | |
---|---|
void |
SymbolDisplay.setSymbolDef(JSCTypeDef newSymbolDef)
Sets the type definition of the symbol to be displayed. |
Uses of JSCTypeDef in com.jstatcom.model |
---|
Methods in com.jstatcom.model with parameters of type JSCTypeDef | |
---|---|
Symbol |
SymbolTable.get(JSCTypeDef def)
Gets the symbol with def.name . |
JSCData |
SymbolTable.getJSCData(JSCTypeDef def)
Gets the JSCData stored in the symbol with given
def.name . |
Constructors in com.jstatcom.model with parameters of type JSCTypeDef | |
---|---|
Symbol(JSCTypeDef def)
Creates a Symbol with an empty object of the given type. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |