SWT LPEX
v3.0.5

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

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

Classes in com.ibm.lpex.core that implement LpexViewListener
 class LpexViewAdapter
          Abstract adapter class for receiving document view event notifications.
 

Methods in com.ibm.lpex.core with parameters of type LpexViewListener
 void LpexView.addLpexViewListener(LpexViewListener viewListener)
          Adds a view listener to this document view.
 void LpexView.removeLpexViewListener(LpexViewListener viewListener)
          Removes a view listener from this document view.
 

Uses of LpexViewListener in com.ibm.lpex.samples
 

Classes in com.ibm.lpex.samples that implement LpexViewListener
 class CursorHairline
          Sample class to display a vertical hairline.
 class MouseReselect
          Sample class to make new drags of mouse button 1 start new selections.
 


SWT LPEX
v3.0.5

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