C D E F G H I L M O P R S T W

C

canYouHandleThisFile(String) - Method in class plugins.wcx.WCXPluginAdapter
CanYouHandleThisFile allows the plugin to handle files with different extensions than the one defined in Total Commander.
canYouHandleThisFile(String) - Method in interface plugins.wcx.WCXPluginInterface
CanYouHandleThisFile allows the plugin to handle files with different extensions than the one defined in Total Commander.
closeArchive(Object) - Method in class plugins.wcx.WCXPluginAdapter
CloseArchive should perform all necessary operations when an archive is about to be closed.
closeArchive(Object) - Method in interface plugins.wcx.WCXPluginInterface
CloseArchive should perform all necessary operations when an archive is about to be closed.
configurePacker(int) - Method in class plugins.wcx.WCXPluginAdapter
ConfigurePacker gets called when the user clicks the Configure button from within "Pack files..." dialog box in Totalcmd.
configurePacker(int) - Method in interface plugins.wcx.WCXPluginInterface
ConfigurePacker gets called when the user clicks the Configure button from within "Pack files..." dialog box in Totalcmd.
CONTENT_DELAYIFSLOW - Static variable in interface plugins.wdx.WDXPluginInterface
contentGetValue(): called in foreground.
CONTENT_DELAYIFSLOW - Static variable in interface plugins.wfx.WFXPluginInterface
fsContentGetValue(): called in foreground.
contentEditValue(int, int, int, int, FieldValue, int, int, String) - Method in class plugins.wdx.WDXPluginAdapter
ContentEditValue allows a plugin to implement a custom input dialog to enter special values like date and time.
contentEditValue(int, int, int, int, FieldValue, int, int, String) - Method in interface plugins.wdx.WDXPluginInterface
ContentEditValue allows a plugin to implement a custom input dialog to enter special values like date and time.
contentGetDefaultSortOrder(int) - Method in class plugins.wdx.WDXPluginAdapter
ContentGetDefaultSortOrder is called when the user clicks on the sorting header above the columns.
contentGetDefaultSortOrder(int) - Method in interface plugins.wdx.WDXPluginInterface
ContentGetDefaultSortOrder is called when the user clicks on the sorting header above the columns.
contentGetDetectString(int) - Method in class plugins.wdx.WDXPluginAdapter
ContentGetDetectString is called when the plugin is loaded for the first time.
contentGetDetectString(int) - Method in interface plugins.wdx.WDXPluginInterface
ContentGetDetectString is called when the plugin is loaded for the first time.
contentGetSupportedField(int, StringBuffer, StringBuffer, int) - Method in class plugins.wdx.WDXPluginAdapter
ContentGetSupportedField is called to enumerate all supported fields.
contentGetSupportedField(int, StringBuffer, StringBuffer, int) - Method in interface plugins.wdx.WDXPluginInterface
ContentGetSupportedField is called to enumerate all supported fields.
contentGetSupportedFieldFlags(int) - Method in class plugins.wdx.WDXPluginAdapter
ContentGetSupportedFieldFlags is called to get various information about a plugin variable.
contentGetSupportedFieldFlags(int) - Method in interface plugins.wdx.WDXPluginInterface
ContentGetSupportedFieldFlags is called to get various information about a plugin variable.
contentGetValue(String, int, int, FieldValue, int, int) - Method in class plugins.wdx.WDXPluginAdapter
ContentGetValue is called to retrieve the value of a specific field for a given file, e.g. the date field of a file.
contentGetValue(String, int, int, FieldValue, int, int) - Method in interface plugins.wdx.WDXPluginInterface
ContentGetValue is called to retrieve the value of a specific field for a given file, e.g. the date field of a file.
contentPluginUnloading() - Method in class plugins.wdx.WDXPluginAdapter
ContentPluginUnloading is called just before the plugin is unloaded, e.g.
contentPluginUnloading() - Method in interface plugins.wdx.WDXPluginInterface
ContentPluginUnloading is called just before the plugin is unloaded, e.g.
contentSendStateInformation(int, String) - Method in class plugins.wdx.WDXPluginAdapter
ContentSendStateInformation is called to inform the plugin about a state change.
contentSendStateInformation(int, String) - Method in interface plugins.wdx.WDXPluginInterface
ContentSendStateInformation is called to inform the plugin about a state change.
contentSetDefaultParams(DefaultParam) - Method in class plugins.wdx.WDXPluginAdapter
ContentsSetDefaultParams is called immediately after loading the DLL.
contentSetDefaultParams(DefaultParam) - Method in interface plugins.wdx.WDXPluginInterface
ContentsSetDefaultParams is called immediately after loading the DLL.
contentSetValue(String, int, int, int, FieldValue, int) - Method in class plugins.wdx.WDXPluginAdapter
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.
contentSetValue(String, int, int, int, FieldValue, int) - Method in interface plugins.wdx.WDXPluginInterface
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.
contentStopGetValue(String) - Method in class plugins.wdx.WDXPluginAdapter
ContentStopGetValue is called to tell a plugin that a directory change has occurred, and the plugin should stop loading a value.
contentStopGetValue(String) - Method in interface plugins.wdx.WDXPluginInterface
ContentStopGetValue is called to tell a plugin that a directory change has occurred, and the plugin should stop loading a value.
CONTFLAGS_EDIT - Static variable in interface plugins.wdx.WDXPluginInterface
contentGetSupportedFieldFlags(): The plugin allows to edit (modify) this field.
CONTFLAGS_EDIT - Static variable in interface plugins.wfx.WFXPluginInterface
fsContentGetSupportedFieldFlags(): The plugin allows to edit (modify) this field.
CONTFLAGS_FIELDEDIT - Static variable in interface plugins.wdx.WDXPluginInterface
contentGetSupportedFieldFlags(): TC will show a button in "change attributes".
CONTFLAGS_FIELDEDIT - Static variable in interface plugins.wfx.WFXPluginInterface
fsContentGetSupportedFieldFlags(): TC will show a button in "change attributes".
CONTFLAGS_PASSTHROUGH_SIZE_FLOAT - Static variable in interface plugins.wdx.WDXPluginInterface
contentGetSupportedFieldFlags(): Pass the size as FieldValue.FT_NUMERIC_FLOATING to contentGetValue.
CONTFLAGS_PASSTHROUGH_SIZE_FLOAT - Static variable in interface plugins.wfx.WFXPluginInterface
fsContentGetSupportedFieldFlags(): Pass the size as FieldValue.FT_NUMERIC_FLOATING to contentGetValue.
CONTFLAGS_SUBSTATTRIBUTES - Static variable in interface plugins.wdx.WDXPluginInterface
contentGetSupportedFieldFlags(): Use the file attributes (FieldValue.NUMERIC_32 or FieldValue.NUMERIC_64).
CONTFLAGS_SUBSTATTRIBUTES - Static variable in interface plugins.wfx.WFXPluginInterface
fsContentGetSupportedFieldFlags(): Use the file attributes (FieldValue.NUMERIC_32 or FieldValue.NUMERIC_64).
CONTFLAGS_SUBSTATTRIBUTESTR - Static variable in interface plugins.wdx.WDXPluginInterface
contentGetSupportedFieldFlags(): Use the file attribute string in form: -a-- .
CONTFLAGS_SUBSTATTRIBUTESTR - Static variable in interface plugins.wfx.WFXPluginInterface
fsContentGetSupportedFieldFlags(): Use the file attribute string in form: -a-- .
CONTFLAGS_SUBSTDATE - Static variable in interface plugins.wdx.WDXPluginInterface
contentGetSupportedFieldFlags(): Use the file date (FieldValue.FD_DATE).
CONTFLAGS_SUBSTDATE - Static variable in interface plugins.wfx.WFXPluginInterface
fsContentGetSupportedFieldFlags(): Use the file date (FieldValue.FD_DATE).
CONTFLAGS_SUBSTDATETIME - Static variable in interface plugins.wdx.WDXPluginInterface
contentGetSupportedFieldFlags(): Use the file date+time (FieldValue.FT_DATETIME).
CONTFLAGS_SUBSTDATETIME - Static variable in interface plugins.wfx.WFXPluginInterface
fsContentGetSupportedFieldFlags(): Use the file date+time (FieldValue.FT_DATETIME).
CONTFLAGS_SUBSTMASK - Static variable in interface plugins.wdx.WDXPluginInterface
contentGetSupportedFieldFlags(): A combination of all above substitution flags.
CONTFLAGS_SUBSTMASK - Static variable in interface plugins.wfx.WFXPluginInterface
fsContentGetSupportedFieldFlags(): A combination of all above substitution flags.
CONTFLAGS_SUBSTSIZE - Static variable in interface plugins.wdx.WDXPluginInterface
contentGetSupportedFieldFlags(): Use the file size.
CONTFLAGS_SUBSTSIZE - Static variable in interface plugins.wfx.WFXPluginInterface
fsContentGetSupportedFieldFlags(): Use the file size.
CONTFLAGS_SUBSTTIME - Static variable in interface plugins.wdx.WDXPluginInterface
contentGetSupportedFieldFlags(): Use the file time (FieldValue.FD_TIME).
CONTFLAGS_SUBSTTIME - Static variable in interface plugins.wfx.WFXPluginInterface
fsContentGetSupportedFieldFlags(): Use the file time (FieldValue.FD_TIME).
CONTST_READNEWDIR - Static variable in interface plugins.wdx.WDXPluginInterface
contentSendStateInformation(): TC reads one of the file lists.
CONTST_REFRESHPRESSED - Static variable in interface plugins.wdx.WDXPluginInterface
contentSendStateInformation(): The user has pressed F2 or Ctrl+R to force a reload.
CONTST_SHOWHINT - Static variable in interface plugins.wdx.WDXPluginInterface
contentSendStateInformation(): A tooltip/hint window is shown for the current file.
createJFrame() - Method in class plugins.wlx.SwingWLXPlugin
Create a new JFrame window.
createShell() - Method in class plugins.wlx.SWTWLXPlugin
Create a new Shell.

C D E F G H I L M O P R S T W