Overview

 
Package  Class  Tree  Deprecated  Index  Help 
SWT LPEX
v3.0.0
 PREV   NEXT FRAMES    NO FRAMES  


 

Uses of Interface
com.ibm.lpex.core.LpexAction

Packages that use LpexAction
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 LpexAction in com.ibm.lpex.core
 

Classes in com.ibm.lpex.core that implement LpexAction
 class LpexBaseAction
          Base implementation of an LPEX action.
 

Methods in com.ibm.lpex.core that return LpexAction
 LpexAction LpexView.defineAction(String actionString, LpexAction lpexAction)
          Defines a user action.
 LpexAction LpexView.action(String actionString)
          Retrieves the specified user-defined action.
 

Methods in com.ibm.lpex.core with parameters of type LpexAction
 LpexAction LpexView.defineAction(String actionString, LpexAction lpexAction)
          Defines a user action.
 

Uses of LpexAction in com.ibm.lpex.samples
 

Classes in com.ibm.lpex.samples that implement LpexAction
 class BlockTransferAction
          Sample action blockTransfer - transfer selection.
 class ComposeAction
          Sample action compose - enter special characters.
 class CopyLineAction
          Sample action copyLine - copy selection / current line to clipboard.
 class SetDateAction
          Sample action setDate - set the sequence-numbers date in selected range.
 class TestAction
          Sample action deleteBlockDelete - delete any selection.
 

Fields in com.ibm.lpex.samples declared as LpexAction
static LpexAction SetDateAction.setDateAction
          Variation of SetDateAction that can be used when our doSetDate command has already been defined in that view.
static LpexAction ComposeAction.composeAction
          Compose action that can be used when the compose command has been already defined in that view.
 


 

Overview

 
Package  Class  Tree  Deprecated  Index  Help 
SWT LPEX
v3.0.0
 PREV   NEXT FRAMES    NO FRAMES