|
SWT LPEX v3.0.5 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LpexCommand | |
---|---|
com.ibm.lpex.core | This package provides the base implementation of the LPEX editor widget. |
com.ibm.lpex.samples | This package contains samples for those who wish to extend the editor. |
Uses of LpexCommand in com.ibm.lpex.core |
---|
Methods in com.ibm.lpex.core that return LpexCommand | |
LpexCommand |
LpexView.defineCommand(String commandName,
LpexCommand lpexCommand)
Defines a user command. |
LpexCommand |
LpexView.command(String commandName)
Returns the specified user-defined command. |
Methods in com.ibm.lpex.core with parameters of type LpexCommand | |
LpexCommand |
LpexView.defineCommand(String commandName,
LpexCommand lpexCommand)
Defines a user command. |
Uses of LpexCommand in com.ibm.lpex.samples |
---|
Classes in com.ibm.lpex.samples that implement LpexCommand | |
class |
ClockCommand
Sample command clock - time the execution of an editor command. |
class |
DetabCommand
Sample command detab - expand all tabs to spaces. |
class |
EntabCommand
Sample command entab - compress leading spaces to tabs. |
class |
FindsCommand
Sample command finds - count the number of find-text matches in view. |
class |
HairlineCommand
Sample command hairline - control the display of a cursor or fixed vertical hairline. |
class |
HtmlSource
Sample windowless use of the LPEX widget / command htmlSource - generate HTML listing. |
class |
LongestCommand
Sample command longest - locate the longest text line. |
static class |
SetDateAction.SetDate
Sample command setDate - set the sequence-numbers date in the selected range. |
class |
TestCommand
Sample command - display a message. |
Fields in com.ibm.lpex.samples declared as LpexCommand | |
static LpexCommand |
SetDateAction.doSetDateCommand
Helper command, issued by our prompt's input command, to set the new sequence-numbers text (specified in parameters ), in all the
visible selected lines, or in the current line if there is no selection. |
static LpexCommand |
ComposeAction.composeCommand
Command to compose special characters from regular ones. |
Methods in com.ibm.lpex.samples with parameters of type LpexCommand | |
static String |
TestCommand.commandName(LpexCommand lpexCommand,
LpexView lpexView)
Returns the name assigned to an instance of a user-defined command in the specified view. |
|
SWT LPEX v3.0.5 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |