|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use VariableDefinition | |
---|---|
fi.helsinki.dacopan.model | Contains the core data structures (i.e. network data model) of the Dacopan Animator. |
fi.helsinki.dacopan.settings | Classes for saving settings in the Animator. |
fi.helsinki.dacopan.ui | User interface classes, frames, panels etc. |
fi.helsinki.dacopan.ui.tsc |
Uses of VariableDefinition in fi.helsinki.dacopan.model |
---|
Methods in fi.helsinki.dacopan.model with parameters of type VariableDefinition | |
---|---|
void |
TransferUnit.addVariableValue(VariableDefinition def,
Host host,
java.lang.String value)
|
java.lang.String |
TransferUnit.getValue(VariableDefinition variable)
Gets the value of the given variable (ignoring if it's host-specific). |
java.lang.String |
TransferUnit.getValue(VariableDefinition variable,
Host host)
Returns the value of the given variable. |
int |
DefaultDataView.getValueMaxLength(VariableDefinition def)
|
int |
DataView.getValueMaxLength(VariableDefinition def)
Returns the maximum length of all the values of the given variable. |
java.lang.String |
TransferUnit.getValueReceive(VariableDefinition variable)
Gets the value of the given variable (specific to the destination host). |
java.lang.String |
TransferUnit.getValueSend(VariableDefinition variable)
Gets the value of the given variable (specific to the source host). |
Uses of VariableDefinition in fi.helsinki.dacopan.settings |
---|
Methods in fi.helsinki.dacopan.settings that return VariableDefinition | |
---|---|
VariableDefinition[] |
GlobalSettingsMSC.VariableFields.getVariablesCenter(Protocol protocol)
|
VariableDefinition[] |
GlobalSettingsMSC.VariableFields.getVariablesColumns(Protocol protocol)
|
Methods in fi.helsinki.dacopan.settings with parameters of type VariableDefinition | |
---|---|
void |
GlobalSettingsMSC.putVariableFields(long protocolId,
VariableDefinition[] variablesCenter,
VariableDefinition[] variablesColumns)
Inserts the center- and column- variables for the protocol. |
void |
GlobalSettingsMSC.putVariableFields(long protocolId,
VariableDefinition[] variablesCenter,
VariableDefinition[] variablesColumns)
Inserts the center- and column- variables for the protocol. |
void |
GlobalSettingsMSC.VariableFields.setVariablesCenter(VariableDefinition[] center)
Sets the center variables. |
void |
GlobalSettingsMSC.VariableFields.VariablesColumns(VariableDefinition[] columns)
Sets the columb variables |
Constructors in fi.helsinki.dacopan.settings with parameters of type VariableDefinition | |
---|---|
GlobalSettingsMSC.VariableFields(VariableDefinition[] center,
VariableDefinition[] columns)
Constructor. |
|
GlobalSettingsMSC.VariableFields(VariableDefinition[] center,
VariableDefinition[] columns)
Constructor. |
Uses of VariableDefinition in fi.helsinki.dacopan.ui |
---|
Methods in fi.helsinki.dacopan.ui that return VariableDefinition | |
---|---|
VariableDefinition |
MSCPanel.MSCColumnModel.MSCColumn.getVariable()
|
VariableDefinition[] |
SettingsMSC.getVariablesCenter()
Getter for property variablesCenter. |
VariableDefinition[] |
SettingsMSC.getVariablesColumns()
Getter for property variablesColumns. |
Methods in fi.helsinki.dacopan.ui with parameters of type VariableDefinition | |
---|---|
void |
SettingsMSC.setVariablesCenter(VariableDefinition[] variablesCenter)
Setter for property variablesCenter. |
void |
SettingsMSC.setVariablesColumns(VariableDefinition[] variablesColumns)
Setter for property variablesColumns. |
Constructors in fi.helsinki.dacopan.ui with parameters of type VariableDefinition | |
---|---|
MSCPanel.MSCColumnModel.MSCColumn(VariableDefinition variable,
int leftEdge,
int rightEdge)
|
|
MSCPanel.MSCColumnModel(int width,
VariableDefinition[] columnVariables)
|
|
SettingsMSC(Host leftHost,
Host rightHost,
Layer layer,
VariableDefinition[] variablesCenter,
VariableDefinition[] variablesColumns)
Creates a new instance of SettingsMSC |
|
SettingsMSC(Host leftHost,
Host rightHost,
Layer layer,
VariableDefinition[] variablesCenter,
VariableDefinition[] variablesColumns)
Creates a new instance of SettingsMSC |
Uses of VariableDefinition in fi.helsinki.dacopan.ui.tsc |
---|
Methods in fi.helsinki.dacopan.ui.tsc that return VariableDefinition | |
---|---|
VariableDefinition |
NoticeTrigger.getVariable()
|
Methods in fi.helsinki.dacopan.ui.tsc with parameters of type VariableDefinition | |
---|---|
void |
NoticeTrigger.setVariable(VariableDefinition variable)
|
Constructors in fi.helsinki.dacopan.ui.tsc with parameters of type VariableDefinition | |
---|---|
NoticeTrigger(VariableDefinition variable,
java.lang.String value,
int type,
java.lang.String notice)
Constructor to be used when creating a new NoticeTrigger |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |