|
SWT LPEX v3.0.0 | ||||||||||
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 commandString,
LpexCommand lpexCommand)
Defines a user command. |
LpexCommand | LpexView.command(String commandString)
Retrieves the specified user-defined command. |
Methods in com.ibm.lpex.core with parameters of type LpexCommand | |
LpexCommand | LpexView.defineCommand(String commandString,
LpexCommand lpexCommand)
Defines a user command. |
Uses of LpexCommand in com.ibm.lpex.samples |
---|
Classes in com.ibm.lpex.samples that implement LpexCommand | |
class | DetabCommand
Sample command detab - expand all tabs to spaces. |
class | HtmlSource
Sample windowless use of the LPEX widget, command htmlSource - generate HTML listing. |
class | TestCommand
Sample command - display a short message. |
Fields in com.ibm.lpex.samples declared as LpexCommand | |
static LpexCommand | SetDateAction.setDateCommand
Command to set the sequence-numbers text, passed in parameters, in all the visible selected lines, or in the current line if no selection. |
static LpexCommand | ComposeAction.composeCommand
Command to compose a special character from regular ones. |
|
SWT LPEX v3.0.0 | ||||||||||
PREV NEXT | FRAMES NO FRAMES |