com.ibm.lpex.samples
Class TestUserProfile

java.lang.Object
  |
  +--com.ibm.lpex.samples.TestUserProfile

public class TestUserProfile
extends java.lang.Object

This class is a sample user profile. It customizes the lpex base editor profile by redefining several keys and settings.

The user profile is run during the processing of the updateProfile command. The updateProfile command is normally run when a document view is created, and it may be issued at any time to allow the document view to reflect changes to the profile.

Here is the TestUserProfile code.

To run this sample:

See the updateProfile.userProfile parameter.


Constructor Summary
TestUserProfile()
           
 
Method Summary
static void userProfile(LpexView lpexView)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestUserProfile

public TestUserProfile()
Method Detail

userProfile

public static void userProfile(LpexView lpexView)