|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectclarion.options.transfer.Transfer
clarion.options.transfer.subsys.SuperTransfer
Field Summary | |
protected int |
SUPER_COMP
|
protected int |
SUPER_COMP_NUM
|
protected int |
SUPER_MCS
|
protected int |
SUPER_MS
|
Fields inherited from class clarion.options.transfer.Transfer |
AMN, BL, GKS, global, INPUT, loadedFile, loadedFileName, manager, OFF, ON, OUTPUT, SAVE_TO_FILE, SAVE_TO_GLOBAL, saveCode, savedFile, savedFileName, subsysPath, sysDir, sysOptions, sysPath, sysSettingDir, sysSettingPath, TL, userOptions, WM |
Constructor Summary | |
SuperTransfer(TransferManager manager,
Global global)
constructor. |
Method Summary | |
boolean |
isMcsOn()
Get the MCS option to check if the MCS component is selected or not in supervisory subsystem. |
boolean |
isMsOn()
Get the MS option to check if the MS component is selected or not in supervisory subsystem. |
void |
load()
implement the process of loading options from persistent storage. |
void |
save()
implement the process of save the options to persistent storage or to the associated Global object. |
Methods inherited from class clarion.options.transfer.Transfer |
getOptions, getOptions, loadOptions, saveOptions, searchFile, searchFile, setGlobal, setSaveCode, setupGenericFormat, update |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected final int SUPER_COMP_NUM
protected final int SUPER_COMP
protected final int SUPER_MS
protected final int SUPER_MCS
Constructor Detail |
public SuperTransfer(TransferManager manager, Global global)
Method Detail |
public boolean isMsOn()
public boolean isMcsOn()
public void load()
load
in class Transfer
public void save()
save
in class Transfer
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |