SWT LPEX
v3.0.5

Package com.ibm.lpex.samples

This package contains samples for those who wish to extend the editor.

See:
          Description

Interface Summary
Lpex.Delegate This interface allows an external program to have actions and commands of secondary Lpex views that it creates, delegated to its own master view of the document.
 

Class Summary
BlockNewMarkToMouseAction Sample action blockNewMarkToMouse - start new selections on new drags of mouse button 1.
BlockTransferAction Sample action blockTransfer - copy selection to new lines.
ClockCommand Sample command clock - time the execution of an editor command.
ComposeAction Sample action compose - enter special characters.
CopyLineAction Sample action copyLine - copy selection / current line to clipboard.
CursorHairline Sample class to display a vertical hairline.
DetabCommand Sample command detab - expand all tabs to spaces.
EntabCommand Sample command entab - compress leading spaces to tabs.
FindNextDefaultAction Sample action findNextDefault - find next default text occurrence.
FindsCommand Sample command finds - count the number of find-text matches in view.
HairlineCommand Sample command hairline - control the display of a cursor or fixed vertical hairline.
HtmlSource Sample windowless use of the LPEX widget / command htmlSource - generate HTML listing.
LongestCommand Sample command longest - locate the longest text line.
Lpex Sample stand-alone editor built on the LPEX edit widget.
Lpex2 Sample stand-alone editor built on the LPEX edit widget.
MinLpex Sample minimal stand-alone editor used to test the LPEX edit widget.
MouseReselect Sample class to make new drags of mouse button 1 start new selections.
SetDateAction Sample action setDate - set the sequence-numbers date in the selected range.
SetDateAction.SetDate Sample command setDate - set the sequence-numbers date in the selected range.
TestAction Sample action deleteBlockDelete - delete any selection.
TestCommand Sample command - display a message.
TestParser1 Sample document parser: STEP 1 - minimum code.
TestParser2 Sample document parser: STEP 2 - tokenize.
TestUserProfile Sample user profile - customize keys, commands, actions.
TestUserProfile.CloseJoin Sample action closeJoin - join with just one space between the texts.
TestUserProfile.FindNextSelection Sample action findNextSelection - first search for the selected text, if any.
ZoomAction Sample action zoom - zoom in / out a segment of the document.
 

Package com.ibm.lpex.samples Description

This package contains samples for those who wish to extend the editor.


SWT LPEX
v3.0.5

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