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

L

LC_COPY - Static variable in interface plugins.wlx.WLXPluginInterface
listSendCommand: Copy current selection to the clipboard.
LC_NEWPARAMS - Static variable in interface plugins.wlx.WLXPluginInterface
listSendCommand: New parameters passed to plugin, see LCP_* constants.
LC_SELECT_ALL - Static variable in interface plugins.wlx.WLXPluginInterface
listSendCommand: Select the whole contents.
LC_SETPERCENT - Static variable in interface plugins.wlx.WLXPluginInterface
listSendCommand: Go to new position in document (in percent).
LCP_ANSI - Static variable in interface plugins.wlx.WLXPluginInterface
listSendCommand: Ansi charset is checked.
LCP_ASCII - Static variable in interface plugins.wlx.WLXPluginInterface
listSendCommand: Ascii(DOS) charset is checked.
LCP_CENTER - Static variable in interface plugins.wlx.WLXPluginInterface
listSendCommand: the image needs to be centered.
LCP_FITLARGERONLY - Static variable in interface plugins.wlx.WLXPluginInterface
listSendCommand: in addition to LCP_FITTOWINDOW.
LCP_FITTOWINDOW - Static variable in interface plugins.wlx.WLXPluginInterface
listSendCommand: Images: Fit image to window is checked.
LCP_FORCESHOW - Static variable in interface plugins.wlx.WLXPluginInterface
listSendCommand: force show lister window.
LCP_VARIABLE - Static variable in interface plugins.wlx.WLXPluginInterface
listSendCommand: Variable width charset is checked.
LCP_WRAPTEXT - Static variable in interface plugins.wlx.WLXPluginInterface
listSendCommand: Text: Word wrap mode is checked.
LCS_BACKWARDS - Static variable in interface plugins.wlx.WLXPluginInterface
listSearchText: Search backwards towards the beginning of the file.
LCS_FINDFIRST - Static variable in interface plugins.wlx.WLXPluginInterface
listSearchText: String to be searched.
LCS_MATCHCASE - Static variable in interface plugins.wlx.WLXPluginInterface
listSearchText: Search from the beginning of the first displayed line (not set: find next).
LCS_WHOLEWORDS - Static variable in interface plugins.wlx.WLXPluginInterface
listSearchText: The search string is to be treated case-sensitively.
listCloseWindow(int) - Method in class plugins.wlx.SwingWLXPlugin
ListCloseWindow is called when a user closes lister, or loads a different file.
listCloseWindow(JFrame) - Method in class plugins.wlx.SwingWLXPlugin
ListCloseWindow is called when a user closes lister, or loads a different file.
listCloseWindow(int) - Method in class plugins.wlx.SWTWLXPlugin
ListCloseWindow is called when a user closes lister, or loads a different file.
listCloseWindow() - Method in class plugins.wlx.SWTWLXPlugin
ListCloseWindow is called when a user closes lister, or loads a different file.
listCloseWindow(int) - Method in class plugins.wlx.WLXPluginAdapter
ListCloseWindow is called when a user closes lister, or loads a different file.
listCloseWindow(int) - Method in interface plugins.wlx.WLXPluginInterface
ListCloseWindow is called when a user closes lister, or loads a different file.
listDefaultGetParams(DefaultParam) - Method in class plugins.wlx.WLXPluginAdapter
ListSetDefaultParams is called immediately after loading the DLL, before ListLoad.
listDefaultGetParams(DefaultParam) - Method in interface plugins.wlx.WLXPluginInterface
ListSetDefaultParams is called immediately after loading the DLL, before ListLoad.
listGetDetectString(int) - Method in class plugins.wlx.WLXPluginAdapter
ListGetDetectString is called when the plugin is loaded for the first time.
listGetDetectString(int) - Method in interface plugins.wlx.WLXPluginInterface
ListGetDetectString is called when the plugin is loaded for the first time.
listGetPreviewBitmap(String, int, int, String, int, StringBuffer) - Method in class plugins.wlx.WLXPluginAdapter
ListGetPreviewBitmap is called to retrieve a bitmap for the thumbnails view.
listGetPreviewBitmap(String, int, int, String, int, StringBuffer) - Method in interface plugins.wlx.WLXPluginInterface
ListGetPreviewBitmap is called to retrieve a bitmap for the thumbnails view.
listLoad(int, String, int) - Method in class plugins.wlx.SwingWLXPlugin
ListLoad is called when a user opens lister with F3 or the Quick View Panel with Ctrl+Q, and when the definition string either doesn't exist, or its evaluation returns true.
listLoad(JFrame, String, int) - Method in class plugins.wlx.SwingWLXPlugin
ListLoad is called when a user opens lister with F3 or the Quick View Panel with Ctrl+Q, and when the definition string either doesn't exist, or its evaluation returns true.
listLoad(int, String, int) - Method in class plugins.wlx.SWTWLXPlugin
ListLoad is called when a user opens lister with F3 or the Quick View Panel with Ctrl+Q, and when the definition string either doesn't exist, or its evaluation returns true.
listLoad(Shell, String, int) - Method in class plugins.wlx.SWTWLXPlugin
ListLoad is called when a user opens lister with F3 or the Quick View Panel with Ctrl+Q, and when the definition string either doesn't exist, or its evaluation returns true.
listLoad(int, String, int) - Method in class plugins.wlx.WLXPluginAdapter
ListLoad is called when a user opens lister with F3 or the Quick View Panel with Ctrl+Q, and when the definition string either doesn't exist, or its evaluation returns true.
listLoad(int, String, int) - Method in interface plugins.wlx.WLXPluginInterface
ListLoad is called when a user opens lister with F3 or the Quick View Panel with Ctrl+Q, and when the definition string either doesn't exist, or its evaluation returns true.
listLoadNext(int, int, String, int) - Method in class plugins.wlx.WLXPluginAdapter
New in Total Commander 7: ListLoadNext is called when a user switches to the next or previous file in lister with 'n' or 'p' keys, or goes to the next/previous file in the Quick View Panel, and when the definition string either doesn't exist, or its evaluation returns true.
listLoadNext(int, int, String, int) - Method in interface plugins.wlx.WLXPluginInterface
New in Total Commander 7: ListLoadNext is called when a user switches to the next or previous file in lister with 'n' or 'p' keys, or goes to the next/previous file in the Quick View Panel, and when the definition string either doesn't exist, or its evaluation returns true.
listNotificationReceived(int, int, int, int) - Method in class plugins.wlx.WLXPluginAdapter
ListNotificationReceived is called when the parent window receives a notification message from the child window: WM_COMMAND, WM_NOTIFY, WM_MEASUREITEM or WM_DRAWITEM.
listNotificationReceived(int, int, int, int) - Method in interface plugins.wlx.WLXPluginInterface
ListNotificationReceived is called when the parent window receives a notification message from the child window: WM_COMMAND, WM_NOTIFY, WM_MEASUREITEM or WM_DRAWITEM.
LISTPLUGIN_ERROR - Static variable in interface plugins.wlx.WLXPluginInterface
something is wrong.
LISTPLUGIN_OK - Static variable in interface plugins.wlx.WLXPluginInterface
everything is ok.
listPrint(int, String, String, int, Rectangle) - Method in class plugins.wlx.WLXPluginAdapter
ListPrint is called when the user chooses the print function.
listPrint(int, String, String, int, Rectangle) - Method in interface plugins.wlx.WLXPluginInterface
ListPrint is called when the user chooses the print function.
listSearchDialog(int, int) - Method in class plugins.wlx.WLXPluginAdapter
ListSearchDialog is called when the user tries to find text in the plugin.
listSearchDialog(int, int) - Method in interface plugins.wlx.WLXPluginInterface
ListSearchDialog is called when the user tries to find text in the plugin.
listSearchText(int, String, int) - Method in class plugins.wlx.WLXPluginAdapter
ListListSearchText is called when the user tries to find text in the plugin.
listSearchText(int, String, int) - Method in interface plugins.wlx.WLXPluginInterface
ListListSearchText is called when the user tries to find text in the plugin.
listSendCommand(int, int, int) - Method in class plugins.wlx.WLXPluginAdapter
ListSendCommand is called when the user changes some options in Lister's menu.
listSendCommand(int, int, int) - Method in interface plugins.wlx.WLXPluginInterface
ListSendCommand is called when the user changes some options in Lister's menu.
LocalDate - Class in plugins.wdx
LocalDate can be used for setting the date value in ContentGetValue.
LocalDate(int, int, int) - Constructor for class plugins.wdx.LocalDate
Create a new local date.
LocalTime - Class in plugins.wdx
LocalTime can be used for setting the time value in ContentGetValue.
LocalTime(int, int, int) - Constructor for class plugins.wdx.LocalTime
Create a new local time.

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