|
||||||||||
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.DimsTransfer
Field Summary |
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 | |
DimsTransfer(TransferManager manager,
Global global)
constructor. |
Method Summary | |
java.lang.String |
getFeatureName(int type,
int idx)
the parameter 'type' starts from Global.FT_INPUT =1, not Global.FT_SYS = 0. |
int |
getFeatureNum(int type)
the parameter 'type' starts from Global.FT_INPUT =1, not Global.FT_SYS = 0. |
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. |
int |
searchFeatureName(int type,
java.lang.String name)
the parameter 'type' starts from Global.FT_INPUT =1, not Global.FT_SYS = 0. |
void |
update()
update the values of Global variables or options. |
Methods inherited from class clarion.options.transfer.Transfer |
getOptions, getOptions, loadOptions, saveOptions, searchFile, searchFile, setGlobal, setSaveCode, setupGenericFormat |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public DimsTransfer(TransferManager manager, Global global)
Method Detail |
public int getFeatureNum(int type)
type
- the dimension type.
public java.lang.String getFeatureName(int type, int idx)
type
- the dimension type.idx
- the order in that type.
public int searchFeatureName(int type, java.lang.String name)
type
- the dimension type.name
- the feature name.
public void load()
load
in class Transfer
public void save()
save
in class Transfer
public void update()
update
in class Transfer
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |