|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use FieldValue | |
|---|---|
| plugins.wdx | This Package contains the Total Commander Java Content Plugin Interface. |
| plugins.wfx | This Package contains the Total Commander Java File System Plugin Interface. |
| Uses of FieldValue in plugins.wdx |
|---|
| Methods in plugins.wdx with parameters of type FieldValue | |
|---|---|
int |
WDXPluginInterface.contentEditValue(int parentWin,
int fieldIndex,
int unitIndex,
int fieldType,
FieldValue fieldValue,
int maxlen,
int flags,
java.lang.String langidentifier)
ContentEditValue allows a plugin to implement a custom input dialog to enter special values like date and time. |
int |
WDXPluginAdapter.contentEditValue(int parentWin,
int fieldIndex,
int unitIndex,
int fieldType,
FieldValue fieldValue,
int maxlen,
int flags,
java.lang.String langidentifier)
ContentEditValue allows a plugin to implement a custom input dialog to enter special values like date and time. |
int |
WDXPluginInterface.contentGetValue(java.lang.String fileName,
int fieldIndex,
int unitIndex,
FieldValue fieldValue,
int maxlen,
int flags)
ContentGetValue is called to retrieve the value of a specific field for a given file, e.g. the date field of a file. |
abstract int |
WDXPluginAdapter.contentGetValue(java.lang.String fileName,
int fieldIndex,
int unitIndex,
FieldValue fieldValue,
int maxlen,
int flags)
ContentGetValue is called to retrieve the value of a specific field for a given file, e.g. the date field of a file. |
int |
WDXPluginInterface.contentSetValue(java.lang.String fileName,
int fieldIndex,
int unitIndex,
int fieldType,
FieldValue fieldValue,
int flags)
ContentSetValue is called to set the value of a specific field for a given file, e.g. to change the date field of a file. |
int |
WDXPluginAdapter.contentSetValue(java.lang.String fileName,
int fieldIndex,
int unitIndex,
int fieldType,
FieldValue fieldValue,
int flags)
ContentSetValue is called to set the value of a specific field for a given file, e.g. to change the date field of a file. |
| Uses of FieldValue in plugins.wfx |
|---|
| Methods in plugins.wfx with parameters of type FieldValue | |
|---|---|
int |
WFXPluginInterface.fsContentGetValue(java.lang.String fileName,
int fieldIndex,
int unitIndex,
FieldValue fieldValue,
int maxlen,
int flags)
fsContentGetValue is called to retrieve the value of a specific field for a given file, e.g. the date field of a file. |
int |
WFXPluginAdapter.fsContentGetValue(java.lang.String fileName,
int fieldIndex,
int unitIndex,
FieldValue fieldValue,
int maxlen,
int flags)
fsContentGetValue is called to retrieve the value of a specific field for a given file, e.g. the date field of a file. |
int |
WFXPluginInterface.fsContentSetValue(java.lang.String fileName,
int fieldIndex,
int unitIndex,
int fieldType,
FieldValue fieldValue,
int flags)
fsContentSetValue is called to set the value of a specific field for a given file, e.g. to change the date field of a file. |
int |
WFXPluginAdapter.fsContentSetValue(java.lang.String fileName,
int fieldIndex,
int unitIndex,
int fieldType,
FieldValue fieldValue,
int flags)
fsContentSetValue is called to set the value of a specific field for a given file, e.g. to change the date field of a file. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||