SWT LPEX
v3.0.5

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 actionName, LpexAction lpexAction)
          Defines a user action.
 LpexAction LpexView.action(String actionName)
          Returns the specified user-defined editor action.
 

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

Uses of LpexAction in com.ibm.lpex.samples
 

Classes in com.ibm.lpex.samples that implement LpexAction
 class BlockNewMarkToMouseAction
          Sample action blockNewMarkToMouse - start new selections on new drags of mouse button 1.
 class BlockTransferAction
          Sample action blockTransfer - copy selection to new lines.
 class ComposeAction
          Sample action compose - enter special characters.
 class CopyLineAction
          Sample action copyLine - copy selection / current line to clipboard.
 class FindNextDefaultAction
          Sample action findNextDefault - find next default text occurrence.
 class SetDateAction
          Sample action setDate - set the sequence-numbers date in the selected range.
 class TestAction
          Sample action deleteBlockDelete - delete any selection.
static class TestUserProfile.CloseJoin
          Sample action closeJoin - join with just one space between the texts.
static class TestUserProfile.FindNextSelection
          Sample action findNextSelection - first search for the selected text, if any.
 class ZoomAction
          Sample action zoom - zoom in / out a segment of the document.
 

Fields in com.ibm.lpex.samples declared as LpexAction
static LpexAction SetDateAction.setDateAction
          Variation of SetDateAction that can be used, for example from a user profile, when the doSetDate helper command has already been defined in the view.
static LpexAction ComposeAction.composeAction
          Compose action that can be used when the compose command has been already defined in that view.
 


SWT LPEX
v3.0.5

(C) Copyright IBM Corporation 1998, 2005.  All Rights Reserved.